push 43f03fe87c2254c6df67b2de3c08b5b20fd64327
[wine/hacks.git] / configure
blobad9d52a488383d66dd840edd7cdf4a91929c1ebf
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.15.
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.15'
578 PACKAGE_STRING='Wine 1.1.15'
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 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AS
685 ac_ct_LD
687 ac_ct_NM
689 ac_ct_AR
690 ARFLAGS
691 RANLIB
692 STRIP
693 WINDRES
694 LN_S
696 GREP
697 EGREP
698 LDCONFIG
699 INSTALL_PROGRAM
700 INSTALL_SCRIPT
701 INSTALL_DATA
702 LINT
703 LINTFLAGS
704 FONTFORGE
705 PKG_CONFIG
706 RSVG
707 ICOTOOL
708 PRELINK
709 XLIB
710 OPENGL_LIBS
712 DLLEXT
713 DLLFLAGS
714 LDSHARED
715 LDDLLFLAGS
716 LIBEXT
717 IMPLIBEXT
718 LDRPATH_INSTALL
719 LDRPATH_LOCAL
721 DLLTOOL
722 DLLWRAP
723 MINGWAR
724 SECURITYLIB
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSCC
732 CROSSWINDRES
733 CROSSTEST
734 LIBPTHREAD
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.15 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.15:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-pthread do not use the pthread library
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 CPP C preprocessor
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
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.15
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.15, 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-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 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
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval=$with_pulse;
2077 # Check whether --with-pthread was given.
2078 if test "${with_pthread+set}" = set; then
2079 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2085 withval=$with_sane;
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2115 withval=$with_xml;
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2145 withval=$with_xslt;
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 ac_build_alias=$build_alias
2174 test "x$ac_build_alias" = x &&
2175 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x &&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2189 *-*-*) ;;
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194 build=$ac_cv_build
2195 ac_save_IFS=$IFS; IFS='-'
2196 set x $ac_cv_build
2197 shift
2198 build_cpu=$1
2199 build_vendor=$2
2200 shift; shift
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2203 build_os=$*
2204 IFS=$ac_save_IFS
2205 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2212 else
2213 if test "x$host_alias" = x; then
2214 ac_cv_host=$ac_cv_build
2215 else
2216 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2225 case $ac_cv_host in
2226 *-*-*) ;;
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2230 esac
2231 host=$ac_cv_host
2232 ac_save_IFS=$IFS; IFS='-'
2233 set x $ac_cv_host
2234 shift
2235 host_cpu=$1
2236 host_vendor=$2
2237 shift; shift
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2240 host_os=$*
2241 IFS=$ac_save_IFS
2242 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2246 case "$srcdir" in
2247 .) ;;
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2254 fi ;;
2255 esac
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 cat >conftest.make <<\_ACEOF
2265 SHELL = /bin/sh
2266 all:
2267 @echo '@@@%%%=$(MAKE)=@@@%%%'
2268 _ACEOF
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2271 *@@@%%%=?*=@@@%%%*)
2272 eval ac_cv_prog_make_${ac_make}_set=yes;;
2274 eval ac_cv_prog_make_${ac_make}_set=no;;
2275 esac
2276 rm -f conftest.make
2278 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2281 SET_MAKE=
2282 else
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE="MAKE=${MAKE-make}"
2288 ac_ext=c
2289 ac_cpp='$CPP $CPPFLAGS'
2290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2315 done
2316 done
2317 IFS=$as_save_IFS
2321 CC=$ac_cv_prog_CC
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2325 else
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2333 ac_ct_CC=$CC
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x; then
2371 CC=""
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374 yes:)
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned=yes ;;
2382 esac
2383 CC=$ac_ct_CC
2385 else
2386 CC="$ac_cv_prog_CC"
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy ${ac_tool_prefix}cc; ac_word=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2397 else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400 else
2401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402 for as_dir in $PATH
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2412 done
2413 done
2414 IFS=$as_save_IFS
2418 CC=$ac_cv_prog_CC
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2422 else
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 ac_prog_rejected=no
2442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2443 for as_dir in $PATH
2445 IFS=$as_save_IFS
2446 test -z "$as_dir" && as_dir=.
2447 for ac_exec_ext in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected=yes
2451 continue
2453 ac_cv_prog_CC="cc"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2457 done
2458 done
2459 IFS=$as_save_IFS
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy $ac_cv_prog_CC
2464 shift
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2469 shift
2470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475 CC=$ac_cv_prog_CC
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2496 else
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC="$CC" # Let the user override the test.
2499 else
2500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2501 for as_dir in $PATH
2503 IFS=$as_save_IFS
2504 test -z "$as_dir" && as_dir=.
2505 for ac_exec_ext in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2509 break 2
2511 done
2512 done
2513 IFS=$as_save_IFS
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2521 else
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2528 done
2530 if test -z "$CC"; then
2531 ac_ct_CC=$CC
2532 for ac_prog in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy $ac_prog; ac_word=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2543 else
2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2547 IFS=$as_save_IFS
2548 test -z "$as_dir" && as_dir=.
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 break 2
2555 done
2556 done
2557 IFS=$as_save_IFS
2561 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2565 else
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2572 done
2574 if test "x$ac_ct_CC" = x; then
2575 CC=""
2576 else
2577 case $cross_compiling:$ac_tool_warned in
2578 yes:)
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned=yes ;;
2586 esac
2587 CC=$ac_ct_CC
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler=`set X $ac_compile; echo $2`
2603 { (ac_try="$ac_compiler --version >&5"
2604 case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -V >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2635 /* confdefs.h. */
2636 _ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2642 main ()
2646 return 0;
2648 _ACEOF
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2653 # of exeext.
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2666 ac_rmfiles=
2667 for ac_file in $ac_files
2669 case $ac_file in
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2672 esac
2673 done
2674 rm -f $ac_rmfiles
2676 if { (ac_try="$ac_link_default"
2677 case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680 esac
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2690 # Autoconf.
2691 for ac_file in $ac_files ''
2693 test -f "$ac_file" || continue
2694 case $ac_file in
2695 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2697 [ab].out )
2698 # We found the default executable, but exeext='' is most
2699 # certainly right.
2700 break;;
2701 *.* )
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2703 then :; else
2704 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2710 # actually working.
2711 break;;
2713 break;;
2714 esac
2715 done
2716 test "$ac_cv_exeext" = no && ac_cv_exeext=
2718 else
2719 ac_file=''
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2751 ac_status=$?
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 cross_compiling=no
2755 else
2756 if test "$cross_compiling" = maybe; then
2757 cross_compiling=yes
2758 else
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details." >&5
2762 echo "$as_me: error: cannot run C compiled programs.
2763 If you meant to cross compile, use \`--host'.
2764 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe'), while it won't with
2796 # `rm'.
2797 for ac_file in conftest.exe conftest conftest.*; do
2798 test -f "$ac_file" || continue
2799 case $ac_file in
2800 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2801 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 break;;
2803 * ) break;;
2804 esac
2805 done
2806 else
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.$ac_ext
2819 EXEEXT=$ac_cv_exeext
2820 ac_exeext=$EXEEXT
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 else
2826 cat >conftest.$ac_ext <<_ACEOF
2827 /* confdefs.h. */
2828 _ACEOF
2829 cat confdefs.h >>conftest.$ac_ext
2830 cat >>conftest.$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2834 main ()
2838 return 0;
2840 _ACEOF
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try="$ac_compile"
2843 case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846 esac
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859 done
2860 else
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2876 ac_objext=$OBJEXT
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 else
2882 cat >conftest.$ac_ext <<_ACEOF
2883 /* confdefs.h. */
2884 _ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2890 main ()
2892 #ifndef __GNUC__
2893 choke me
2894 #endif
2897 return 0;
2899 _ACEOF
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2908 ac_status=$?
2909 grep -v '^ *+' conftest.er1 >conftest.err
2910 rm -f conftest.er1
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2917 ac_compiler_gnu=yes
2918 else
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2922 ac_compiler_gnu=no
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2935 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2938 else
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2941 ac_cv_prog_cc_g=no
2942 CFLAGS="-g"
2943 cat >conftest.$ac_ext <<_ACEOF
2944 /* confdefs.h. */
2945 _ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2951 main ()
2955 return 0;
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2960 case "(($ac_try" in
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2963 esac
2964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2966 ac_status=$?
2967 grep -v '^ *+' conftest.er1 >conftest.err
2968 rm -f conftest.er1
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2975 ac_cv_prog_cc_g=yes
2976 else
2977 echo "$as_me: failed program was:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2980 CFLAGS=""
2981 cat >conftest.$ac_ext <<_ACEOF
2982 /* confdefs.h. */
2983 _ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2989 main ()
2993 return 0;
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2998 case "(($ac_try" in
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3001 esac
3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat >conftest.$ac_ext <<_ACEOF
3021 /* confdefs.h. */
3022 _ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3028 main ()
3032 return 0;
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040 esac
3041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3052 ac_cv_prog_cc_g=yes
3053 else
3054 echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3075 CFLAGS="-g -O2"
3076 else
3077 CFLAGS="-g"
3079 else
3080 if test "$GCC" = yes; then
3081 CFLAGS="-O2"
3082 else
3083 CFLAGS=
3086 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3087 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 ac_cv_prog_cc_c89=no
3092 ac_save_CC=$CC
3093 cat >conftest.$ac_ext <<_ACEOF
3094 /* confdefs.h. */
3095 _ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3099 #include <stdarg.h>
3100 #include <stdio.h>
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3107 char **p;
3108 int i;
3110 return p[i];
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3114 char *s;
3115 va_list v;
3116 va_start (v,p);
3117 s = g (p, va_arg (v,int));
3118 va_end (v);
3119 return s;
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3133 #define FOO(x) 'x'
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 int argc;
3141 char **argv;
3143 main ()
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 return 0;
3149 _ACEOF
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3162 ac_status=$?
3163 grep -v '^ *+' conftest.er1 >conftest.err
3164 rm -f conftest.er1
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3172 else
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x$ac_cv_prog_cc_c89" != "xno" && break
3181 done
3182 rm -f conftest.$ac_ext
3183 CC=$ac_save_CC
3186 # AC_CACHE_VAL
3187 case "x$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result: none needed" >&5
3190 echo "${ECHO_T}none needed" >&6; } ;;
3191 xno)
3192 { echo "$as_me:$LINENO: result: unsupported" >&5
3193 echo "${ECHO_T}unsupported" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3198 esac
3201 ac_ext=c
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_ext=cpp
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3214 CXX=$CCC
3215 else
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 CXX=$ac_cv_prog_CXX
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3250 else
3251 { echo "$as_me:$LINENO: result: no" >&5
3252 echo "${ECHO_T}no" >&6; }
3256 test -n "$CXX" && break
3257 done
3259 if test -z "$CXX"; then
3260 ac_ct_CXX=$CXX
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3272 else
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 for as_dir in $PATH
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 break 2
3284 done
3285 done
3286 IFS=$as_save_IFS
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3294 else
3295 { echo "$as_me:$LINENO: result: no" >&5
3296 echo "${ECHO_T}no" >&6; }
3300 test -n "$ac_ct_CXX" && break
3301 done
3303 if test "x$ac_ct_CXX" = x; then
3304 CXX="g++"
3305 else
3306 case $cross_compiling:$ac_tool_warned in
3307 yes:)
3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3309 whose name does not start with the host triplet. If you think this
3310 configuration is useful to you, please write to autoconf@gnu.org." >&5
3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3312 whose name does not start with the host triplet. If you think this
3313 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CXX=$ac_ct_CXX
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3326 case "(($ac_try" in
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3329 esac
3330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3332 ac_status=$?
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3369 main ()
3371 #ifndef __GNUC__
3372 choke me
3373 #endif
3376 return 0;
3378 _ACEOF
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
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_compile") 2>conftest.er1
3387 ac_status=$?
3388 grep -v '^ *+' conftest.er1 >conftest.err
3389 rm -f conftest.er1
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3396 ac_compiler_gnu=yes
3397 else
3398 echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3401 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3414 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 else
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3420 ac_cv_prog_cxx_g=no
3421 CXXFLAGS="-g"
3422 cat >conftest.$ac_ext <<_ACEOF
3423 /* confdefs.h. */
3424 _ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3439 case "(($ac_try" in
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3442 esac
3443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3445 ac_status=$?
3446 grep -v '^ *+' conftest.er1 >conftest.err
3447 rm -f conftest.er1
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3455 else
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3459 CXXFLAGS=""
3460 cat >conftest.$ac_ext <<_ACEOF
3461 /* confdefs.h. */
3462 _ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3468 main ()
3472 return 0;
3474 _ACEOF
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3483 ac_status=$?
3484 grep -v '^ *+' conftest.er1 >conftest.err
3485 rm -f conftest.er1
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3493 else
3494 echo "$as_me: failed program was:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3498 CXXFLAGS="-g"
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3516 case "(($ac_try" in
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3519 esac
3520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3522 ac_status=$?
3523 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3532 else
3533 echo "$as_me: failed program was:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3554 CXXFLAGS="-g -O2"
3555 else
3556 CXXFLAGS="-g"
3558 else
3559 if test "$GXX" = yes; then
3560 CXXFLAGS="-O2"
3561 else
3562 CXXFLAGS=
3565 ac_ext=c
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3578 else
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3603 else
3604 { echo "$as_me:$LINENO: result: no" >&5
3605 echo "${ECHO_T}no" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3648 if test "x$ac_ct_CPPBIN" = x; then
3649 CPPBIN="cpp"
3650 else
3651 case $cross_compiling:$ac_tool_warned in
3652 yes:)
3653 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3654 whose name does not start with the host triplet. If you think this
3655 configuration is useful to you, please write to autoconf@gnu.org." >&5
3656 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3657 whose name does not start with the host triplet. If you think this
3658 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 ac_tool_warned=yes ;;
3660 esac
3661 CPPBIN=$ac_ct_CPPBIN
3663 else
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3668 case $host in
3669 x86_64*)
3670 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3671 then
3672 CC="$CC -m32"
3673 CXX="$CXX -m32"
3674 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3675 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3677 cat >conftest.$ac_ext <<_ACEOF
3678 /* confdefs.h. */
3679 _ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h. */
3685 main ()
3689 return 0;
3691 _ACEOF
3692 rm -f conftest.$ac_objext conftest$ac_exeext
3693 if { (ac_try="$ac_link"
3694 case "(($ac_try" in
3695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696 *) ac_try_echo=$ac_try;;
3697 esac
3698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3699 (eval "$ac_link") 2>conftest.er1
3700 ac_status=$?
3701 grep -v '^ *+' conftest.er1 >conftest.err
3702 rm -f conftest.er1
3703 cat conftest.err >&5
3704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 (exit $ac_status); } && {
3706 test -z "$ac_c_werror_flag" ||
3707 test ! -s conftest.err
3708 } && test -s conftest$ac_exeext &&
3709 $as_test_x conftest$ac_exeext; then
3710 { echo "$as_me:$LINENO: result: yes" >&5
3711 echo "${ECHO_T}yes" >&6; }
3712 else
3713 echo "$as_me: failed program was:" >&5
3714 sed 's/^/| /' conftest.$ac_ext >&5
3716 { echo "$as_me:$LINENO: result: no" >&5
3717 echo "${ECHO_T}no" >&6; }
3718 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3719 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3720 { (exit 1); exit 1; }; }
3723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3724 conftest$ac_exeext conftest.$ac_ext
3725 LD="${LD:-ld} -m elf_i386"
3726 AS="${AS:-as} --32"
3727 host_cpu="i386"
3728 notice_platform="32-bit "
3729 TARGETFLAGS="-m32"
3731 else
3732 TARGETFLAGS="-m64"
3736 esac
3738 case $host_cpu in
3739 *i[3456789]86*)
3740 enable_win16=${enable_win16:-yes}
3743 enable_win16=${enable_win16:-no}
3744 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3745 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3746 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3747 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3748 enable_vmm_vxd=${enable_vmm_vxd:-no}
3749 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3750 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3751 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3752 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3753 enable_w32skrnl=${enable_w32skrnl:-no}
3754 enable_winedos=${enable_winedos:-no}
3755 enable_winevdm=${enable_winevdm:-no}
3757 esac
3759 WIN16_FILES="\$(WIN16_FILES)"
3761 WIN16_INSTALL="\$(WIN16_INSTALL)"
3763 if test "x$enable_win16" != "xyes"
3764 then
3765 WIN16_FILES=""
3766 WIN16_INSTALL=""
3769 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3770 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3771 if test "${wine_cv_toolsdir+set}" = set; then
3772 echo $ECHO_N "(cached) $ECHO_C" >&6
3773 else
3774 if test -z "$with_wine_tools"; then
3775 if test "$cross_compiling" = "yes"; then
3776 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3777 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3778 { (exit 1); exit 1; }; }
3779 else
3780 wine_cv_toolsdir="\$(TOPOBJDIR)"
3782 elif test -d "$with_wine_tools/tools/winebuild"; then
3783 case $with_wine_tools in
3784 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3785 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3786 esac
3787 else
3788 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3789 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3790 { (exit 1); exit 1; }; }
3793 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3794 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3795 TOOLSDIR=$wine_cv_toolsdir
3797 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3798 then
3799 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3803 for ac_prog in flex
3805 # Extract the first word of "$ac_prog", so it can be a program name with args.
3806 set dummy $ac_prog; ac_word=$2
3807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3809 if test "${ac_cv_prog_FLEX+set}" = set; then
3810 echo $ECHO_N "(cached) $ECHO_C" >&6
3811 else
3812 if test -n "$FLEX"; then
3813 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3814 else
3815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3816 for as_dir in $PATH
3818 IFS=$as_save_IFS
3819 test -z "$as_dir" && as_dir=.
3820 for ac_exec_ext in '' $ac_executable_extensions; do
3821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3822 ac_cv_prog_FLEX="$ac_prog"
3823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3824 break 2
3826 done
3827 done
3828 IFS=$as_save_IFS
3832 FLEX=$ac_cv_prog_FLEX
3833 if test -n "$FLEX"; then
3834 { echo "$as_me:$LINENO: result: $FLEX" >&5
3835 echo "${ECHO_T}$FLEX" >&6; }
3836 else
3837 { echo "$as_me:$LINENO: result: no" >&5
3838 echo "${ECHO_T}no" >&6; }
3842 test -n "$FLEX" && break
3843 done
3844 test -n "$FLEX" || FLEX="none"
3846 if test "$FLEX" = "none"
3847 then
3848 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3849 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3850 { (exit 1); exit 1; }; }
3853 for ac_prog in bison
3855 # Extract the first word of "$ac_prog", so it can be a program name with args.
3856 set dummy $ac_prog; ac_word=$2
3857 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3859 if test "${ac_cv_prog_BISON+set}" = set; then
3860 echo $ECHO_N "(cached) $ECHO_C" >&6
3861 else
3862 if test -n "$BISON"; then
3863 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3864 else
3865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3866 for as_dir in $PATH
3868 IFS=$as_save_IFS
3869 test -z "$as_dir" && as_dir=.
3870 for ac_exec_ext in '' $ac_executable_extensions; do
3871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3872 ac_cv_prog_BISON="$ac_prog"
3873 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3874 break 2
3876 done
3877 done
3878 IFS=$as_save_IFS
3882 BISON=$ac_cv_prog_BISON
3883 if test -n "$BISON"; then
3884 { echo "$as_me:$LINENO: result: $BISON" >&5
3885 echo "${ECHO_T}$BISON" >&6; }
3886 else
3887 { echo "$as_me:$LINENO: result: no" >&5
3888 echo "${ECHO_T}no" >&6; }
3892 test -n "$BISON" && break
3893 done
3894 test -n "$BISON" || BISON="none"
3896 if test "$BISON" = "none"
3897 then
3898 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3899 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3900 { (exit 1); exit 1; }; }
3903 if test -n "$ac_tool_prefix"; then
3904 for ac_prog in gas as
3906 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3907 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3908 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3910 if test "${ac_cv_prog_AS+set}" = set; then
3911 echo $ECHO_N "(cached) $ECHO_C" >&6
3912 else
3913 if test -n "$AS"; then
3914 ac_cv_prog_AS="$AS" # Let the user override the test.
3915 else
3916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917 for as_dir in $PATH
3919 IFS=$as_save_IFS
3920 test -z "$as_dir" && as_dir=.
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3923 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3924 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 break 2
3927 done
3928 done
3929 IFS=$as_save_IFS
3933 AS=$ac_cv_prog_AS
3934 if test -n "$AS"; then
3935 { echo "$as_me:$LINENO: result: $AS" >&5
3936 echo "${ECHO_T}$AS" >&6; }
3937 else
3938 { echo "$as_me:$LINENO: result: no" >&5
3939 echo "${ECHO_T}no" >&6; }
3943 test -n "$AS" && break
3944 done
3946 if test -z "$AS"; then
3947 ac_ct_AS=$AS
3948 for ac_prog in gas as
3950 # Extract the first word of "$ac_prog", so it can be a program name with args.
3951 set dummy $ac_prog; ac_word=$2
3952 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3954 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3955 echo $ECHO_N "(cached) $ECHO_C" >&6
3956 else
3957 if test -n "$ac_ct_AS"; then
3958 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3959 else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3967 ac_cv_prog_ac_ct_AS="$ac_prog"
3968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3969 break 2
3971 done
3972 done
3973 IFS=$as_save_IFS
3977 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3978 if test -n "$ac_ct_AS"; then
3979 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3980 echo "${ECHO_T}$ac_ct_AS" >&6; }
3981 else
3982 { echo "$as_me:$LINENO: result: no" >&5
3983 echo "${ECHO_T}no" >&6; }
3987 test -n "$ac_ct_AS" && break
3988 done
3990 if test "x$ac_ct_AS" = x; then
3991 AS="as"
3992 else
3993 case $cross_compiling:$ac_tool_warned in
3994 yes:)
3995 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3996 whose name does not start with the host triplet. If you think this
3997 configuration is useful to you, please write to autoconf@gnu.org." >&5
3998 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3999 whose name does not start with the host triplet. If you think this
4000 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4001 ac_tool_warned=yes ;;
4002 esac
4003 AS=$ac_ct_AS
4007 if test -n "$ac_tool_prefix"; then
4008 for ac_prog in ld gld
4010 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4011 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4012 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4014 if test "${ac_cv_prog_LD+set}" = set; then
4015 echo $ECHO_N "(cached) $ECHO_C" >&6
4016 else
4017 if test -n "$LD"; then
4018 ac_cv_prog_LD="$LD" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4023 IFS=$as_save_IFS
4024 test -z "$as_dir" && as_dir=.
4025 for ac_exec_ext in '' $ac_executable_extensions; do
4026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4027 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4029 break 2
4031 done
4032 done
4033 IFS=$as_save_IFS
4037 LD=$ac_cv_prog_LD
4038 if test -n "$LD"; then
4039 { echo "$as_me:$LINENO: result: $LD" >&5
4040 echo "${ECHO_T}$LD" >&6; }
4041 else
4042 { echo "$as_me:$LINENO: result: no" >&5
4043 echo "${ECHO_T}no" >&6; }
4047 test -n "$LD" && break
4048 done
4050 if test -z "$LD"; then
4051 ac_ct_LD=$LD
4052 for ac_prog in ld gld
4054 # Extract the first word of "$ac_prog", so it can be a program name with args.
4055 set dummy $ac_prog; ac_word=$2
4056 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4058 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4059 echo $ECHO_N "(cached) $ECHO_C" >&6
4060 else
4061 if test -n "$ac_ct_LD"; then
4062 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4063 else
4064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4065 for as_dir in $PATH
4067 IFS=$as_save_IFS
4068 test -z "$as_dir" && as_dir=.
4069 for ac_exec_ext in '' $ac_executable_extensions; do
4070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4071 ac_cv_prog_ac_ct_LD="$ac_prog"
4072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4073 break 2
4075 done
4076 done
4077 IFS=$as_save_IFS
4081 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4082 if test -n "$ac_ct_LD"; then
4083 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4084 echo "${ECHO_T}$ac_ct_LD" >&6; }
4085 else
4086 { echo "$as_me:$LINENO: result: no" >&5
4087 echo "${ECHO_T}no" >&6; }
4091 test -n "$ac_ct_LD" && break
4092 done
4094 if test "x$ac_ct_LD" = x; then
4095 LD="ld"
4096 else
4097 case $cross_compiling:$ac_tool_warned in
4098 yes:)
4099 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4100 whose name does not start with the host triplet. If you think this
4101 configuration is useful to you, please write to autoconf@gnu.org." >&5
4102 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4103 whose name does not start with the host triplet. If you think this
4104 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4105 ac_tool_warned=yes ;;
4106 esac
4107 LD=$ac_ct_LD
4111 if test -n "$ac_tool_prefix"; then
4112 for ac_prog in nm gnm
4114 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4115 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4116 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4117 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4118 if test "${ac_cv_prog_NM+set}" = set; then
4119 echo $ECHO_N "(cached) $ECHO_C" >&6
4120 else
4121 if test -n "$NM"; then
4122 ac_cv_prog_NM="$NM" # Let the user override the test.
4123 else
4124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4125 for as_dir in $PATH
4127 IFS=$as_save_IFS
4128 test -z "$as_dir" && as_dir=.
4129 for ac_exec_ext in '' $ac_executable_extensions; do
4130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4131 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4133 break 2
4135 done
4136 done
4137 IFS=$as_save_IFS
4141 NM=$ac_cv_prog_NM
4142 if test -n "$NM"; then
4143 { echo "$as_me:$LINENO: result: $NM" >&5
4144 echo "${ECHO_T}$NM" >&6; }
4145 else
4146 { echo "$as_me:$LINENO: result: no" >&5
4147 echo "${ECHO_T}no" >&6; }
4151 test -n "$NM" && break
4152 done
4154 if test -z "$NM"; then
4155 ac_ct_NM=$NM
4156 for ac_prog in nm gnm
4158 # Extract the first word of "$ac_prog", so it can be a program name with args.
4159 set dummy $ac_prog; ac_word=$2
4160 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4162 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4163 echo $ECHO_N "(cached) $ECHO_C" >&6
4164 else
4165 if test -n "$ac_ct_NM"; then
4166 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4167 else
4168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4169 for as_dir in $PATH
4171 IFS=$as_save_IFS
4172 test -z "$as_dir" && as_dir=.
4173 for ac_exec_ext in '' $ac_executable_extensions; do
4174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4175 ac_cv_prog_ac_ct_NM="$ac_prog"
4176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 break 2
4179 done
4180 done
4181 IFS=$as_save_IFS
4185 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4186 if test -n "$ac_ct_NM"; then
4187 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4188 echo "${ECHO_T}$ac_ct_NM" >&6; }
4189 else
4190 { echo "$as_me:$LINENO: result: no" >&5
4191 echo "${ECHO_T}no" >&6; }
4195 test -n "$ac_ct_NM" && break
4196 done
4198 if test "x$ac_ct_NM" = x; then
4199 NM="nm"
4200 else
4201 case $cross_compiling:$ac_tool_warned in
4202 yes:)
4203 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4204 whose name does not start with the host triplet. If you think this
4205 configuration is useful to you, please write to autoconf@gnu.org." >&5
4206 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4207 whose name does not start with the host triplet. If you think this
4208 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4209 ac_tool_warned=yes ;;
4210 esac
4211 NM=$ac_ct_NM
4215 if test -n "$ac_tool_prefix"; then
4216 for ac_prog in ar gar
4218 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4219 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4220 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4222 if test "${ac_cv_prog_AR+set}" = set; then
4223 echo $ECHO_N "(cached) $ECHO_C" >&6
4224 else
4225 if test -n "$AR"; then
4226 ac_cv_prog_AR="$AR" # Let the user override the test.
4227 else
4228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4229 for as_dir in $PATH
4231 IFS=$as_save_IFS
4232 test -z "$as_dir" && as_dir=.
4233 for ac_exec_ext in '' $ac_executable_extensions; do
4234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4235 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4237 break 2
4239 done
4240 done
4241 IFS=$as_save_IFS
4245 AR=$ac_cv_prog_AR
4246 if test -n "$AR"; then
4247 { echo "$as_me:$LINENO: result: $AR" >&5
4248 echo "${ECHO_T}$AR" >&6; }
4249 else
4250 { echo "$as_me:$LINENO: result: no" >&5
4251 echo "${ECHO_T}no" >&6; }
4255 test -n "$AR" && break
4256 done
4258 if test -z "$AR"; then
4259 ac_ct_AR=$AR
4260 for ac_prog in ar gar
4262 # Extract the first word of "$ac_prog", so it can be a program name with args.
4263 set dummy $ac_prog; ac_word=$2
4264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4266 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4267 echo $ECHO_N "(cached) $ECHO_C" >&6
4268 else
4269 if test -n "$ac_ct_AR"; then
4270 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4271 else
4272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273 for as_dir in $PATH
4275 IFS=$as_save_IFS
4276 test -z "$as_dir" && as_dir=.
4277 for ac_exec_ext in '' $ac_executable_extensions; do
4278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4279 ac_cv_prog_ac_ct_AR="$ac_prog"
4280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4281 break 2
4283 done
4284 done
4285 IFS=$as_save_IFS
4289 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4290 if test -n "$ac_ct_AR"; then
4291 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4292 echo "${ECHO_T}$ac_ct_AR" >&6; }
4293 else
4294 { echo "$as_me:$LINENO: result: no" >&5
4295 echo "${ECHO_T}no" >&6; }
4299 test -n "$ac_ct_AR" && break
4300 done
4302 if test "x$ac_ct_AR" = x; then
4303 AR="ar"
4304 else
4305 case $cross_compiling:$ac_tool_warned in
4306 yes:)
4307 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4308 whose name does not start with the host triplet. If you think this
4309 configuration is useful to you, please write to autoconf@gnu.org." >&5
4310 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4311 whose name does not start with the host triplet. If you think this
4312 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4313 ac_tool_warned=yes ;;
4314 esac
4315 AR=$ac_ct_AR
4319 ARFLAGS=rc
4321 if test -n "$ac_tool_prefix"; then
4322 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4323 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4326 if test "${ac_cv_prog_RANLIB+set}" = set; then
4327 echo $ECHO_N "(cached) $ECHO_C" >&6
4328 else
4329 if test -n "$RANLIB"; then
4330 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4331 else
4332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4333 for as_dir in $PATH
4335 IFS=$as_save_IFS
4336 test -z "$as_dir" && as_dir=.
4337 for ac_exec_ext in '' $ac_executable_extensions; do
4338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4339 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4340 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4341 break 2
4343 done
4344 done
4345 IFS=$as_save_IFS
4349 RANLIB=$ac_cv_prog_RANLIB
4350 if test -n "$RANLIB"; then
4351 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4352 echo "${ECHO_T}$RANLIB" >&6; }
4353 else
4354 { echo "$as_me:$LINENO: result: no" >&5
4355 echo "${ECHO_T}no" >&6; }
4360 if test -z "$ac_cv_prog_RANLIB"; then
4361 ac_ct_RANLIB=$RANLIB
4362 # Extract the first word of "ranlib", so it can be a program name with args.
4363 set dummy ranlib; ac_word=$2
4364 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4366 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4367 echo $ECHO_N "(cached) $ECHO_C" >&6
4368 else
4369 if test -n "$ac_ct_RANLIB"; then
4370 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4371 else
4372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4373 for as_dir in $PATH
4375 IFS=$as_save_IFS
4376 test -z "$as_dir" && as_dir=.
4377 for ac_exec_ext in '' $ac_executable_extensions; do
4378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4379 ac_cv_prog_ac_ct_RANLIB="ranlib"
4380 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4381 break 2
4383 done
4384 done
4385 IFS=$as_save_IFS
4389 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4390 if test -n "$ac_ct_RANLIB"; then
4391 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4392 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4393 else
4394 { echo "$as_me:$LINENO: result: no" >&5
4395 echo "${ECHO_T}no" >&6; }
4398 if test "x$ac_ct_RANLIB" = x; then
4399 RANLIB=":"
4400 else
4401 case $cross_compiling:$ac_tool_warned in
4402 yes:)
4403 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4404 whose name does not start with the host triplet. If you think this
4405 configuration is useful to you, please write to autoconf@gnu.org." >&5
4406 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4407 whose name does not start with the host triplet. If you think this
4408 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4409 ac_tool_warned=yes ;;
4410 esac
4411 RANLIB=$ac_ct_RANLIB
4413 else
4414 RANLIB="$ac_cv_prog_RANLIB"
4417 if test -n "$ac_tool_prefix"; then
4418 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4419 set dummy ${ac_tool_prefix}strip; ac_word=$2
4420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4422 if test "${ac_cv_prog_STRIP+set}" = set; then
4423 echo $ECHO_N "(cached) $ECHO_C" >&6
4424 else
4425 if test -n "$STRIP"; then
4426 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4427 else
4428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4429 for as_dir in $PATH
4431 IFS=$as_save_IFS
4432 test -z "$as_dir" && as_dir=.
4433 for ac_exec_ext in '' $ac_executable_extensions; do
4434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4435 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4437 break 2
4439 done
4440 done
4441 IFS=$as_save_IFS
4445 STRIP=$ac_cv_prog_STRIP
4446 if test -n "$STRIP"; then
4447 { echo "$as_me:$LINENO: result: $STRIP" >&5
4448 echo "${ECHO_T}$STRIP" >&6; }
4449 else
4450 { echo "$as_me:$LINENO: result: no" >&5
4451 echo "${ECHO_T}no" >&6; }
4456 if test -z "$ac_cv_prog_STRIP"; then
4457 ac_ct_STRIP=$STRIP
4458 # Extract the first word of "strip", so it can be a program name with args.
4459 set dummy strip; ac_word=$2
4460 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4462 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4463 echo $ECHO_N "(cached) $ECHO_C" >&6
4464 else
4465 if test -n "$ac_ct_STRIP"; then
4466 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4467 else
4468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4469 for as_dir in $PATH
4471 IFS=$as_save_IFS
4472 test -z "$as_dir" && as_dir=.
4473 for ac_exec_ext in '' $ac_executable_extensions; do
4474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4475 ac_cv_prog_ac_ct_STRIP="strip"
4476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4477 break 2
4479 done
4480 done
4481 IFS=$as_save_IFS
4485 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4486 if test -n "$ac_ct_STRIP"; then
4487 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4488 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4489 else
4490 { echo "$as_me:$LINENO: result: no" >&5
4491 echo "${ECHO_T}no" >&6; }
4494 if test "x$ac_ct_STRIP" = x; then
4495 STRIP="strip"
4496 else
4497 case $cross_compiling:$ac_tool_warned in
4498 yes:)
4499 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4500 whose name does not start with the host triplet. If you think this
4501 configuration is useful to you, please write to autoconf@gnu.org." >&5
4502 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4503 whose name does not start with the host triplet. If you think this
4504 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4505 ac_tool_warned=yes ;;
4506 esac
4507 STRIP=$ac_ct_STRIP
4509 else
4510 STRIP="$ac_cv_prog_STRIP"
4513 if test -n "$ac_tool_prefix"; then
4514 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4515 set dummy ${ac_tool_prefix}windres; ac_word=$2
4516 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4518 if test "${ac_cv_prog_WINDRES+set}" = set; then
4519 echo $ECHO_N "(cached) $ECHO_C" >&6
4520 else
4521 if test -n "$WINDRES"; then
4522 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 WINDRES=$ac_cv_prog_WINDRES
4542 if test -n "$WINDRES"; then
4543 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4544 echo "${ECHO_T}$WINDRES" >&6; }
4545 else
4546 { echo "$as_me:$LINENO: result: no" >&5
4547 echo "${ECHO_T}no" >&6; }
4552 if test -z "$ac_cv_prog_WINDRES"; then
4553 ac_ct_WINDRES=$WINDRES
4554 # Extract the first word of "windres", so it can be a program name with args.
4555 set dummy windres; ac_word=$2
4556 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4558 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4559 echo $ECHO_N "(cached) $ECHO_C" >&6
4560 else
4561 if test -n "$ac_ct_WINDRES"; then
4562 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4563 else
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 for as_dir in $PATH
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4571 ac_cv_prog_ac_ct_WINDRES="windres"
4572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4575 done
4576 done
4577 IFS=$as_save_IFS
4581 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4582 if test -n "$ac_ct_WINDRES"; then
4583 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4584 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4585 else
4586 { echo "$as_me:$LINENO: result: no" >&5
4587 echo "${ECHO_T}no" >&6; }
4590 if test "x$ac_ct_WINDRES" = x; then
4591 WINDRES="false"
4592 else
4593 case $cross_compiling:$ac_tool_warned in
4594 yes:)
4595 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4596 whose name does not start with the host triplet. If you think this
4597 configuration is useful to you, please write to autoconf@gnu.org." >&5
4598 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4599 whose name does not start with the host triplet. If you think this
4600 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4601 ac_tool_warned=yes ;;
4602 esac
4603 WINDRES=$ac_ct_WINDRES
4605 else
4606 WINDRES="$ac_cv_prog_WINDRES"
4609 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4610 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4611 LN_S=$as_ln_s
4612 if test "$LN_S" = "ln -s"; then
4613 { echo "$as_me:$LINENO: result: yes" >&5
4614 echo "${ECHO_T}yes" >&6; }
4615 else
4616 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4617 echo "${ECHO_T}no, using $LN_S" >&6; }
4620 { echo "$as_me:$LINENO: checking whether ln works" >&5
4621 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4622 rm -f conf$$ conf$$.file
4623 echo >conf$$.file
4624 if ln conf$$.file conf$$ 2>/dev/null; then
4625 LN=ln
4627 { echo "$as_me:$LINENO: result: yes" >&5
4628 echo "${ECHO_T}yes" >&6; }
4629 else
4630 LN="cp -p"
4632 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4633 echo "${ECHO_T}no, using $LN" >&6; }
4635 rm -f conf$$ conf$$.file
4636 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4637 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4638 if test "${ac_cv_path_GREP+set}" = set; then
4639 echo $ECHO_N "(cached) $ECHO_C" >&6
4640 else
4641 # Extract the first word of "grep ggrep" to use in msg output
4642 if test -z "$GREP"; then
4643 set dummy grep ggrep; ac_prog_name=$2
4644 if test "${ac_cv_path_GREP+set}" = set; then
4645 echo $ECHO_N "(cached) $ECHO_C" >&6
4646 else
4647 ac_path_GREP_found=false
4648 # Loop through the user's path and test for each of PROGNAME-LIST
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_prog in grep ggrep; do
4655 for ac_exec_ext in '' $ac_executable_extensions; do
4656 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4657 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4658 # Check for GNU ac_path_GREP and select it if it is found.
4659 # Check for GNU $ac_path_GREP
4660 case `"$ac_path_GREP" --version 2>&1` in
4661 *GNU*)
4662 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4664 ac_count=0
4665 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4666 while :
4668 cat "conftest.in" "conftest.in" >"conftest.tmp"
4669 mv "conftest.tmp" "conftest.in"
4670 cp "conftest.in" "conftest.nl"
4671 echo 'GREP' >> "conftest.nl"
4672 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4674 ac_count=`expr $ac_count + 1`
4675 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4676 # Best one so far, save it but keep looking for a better one
4677 ac_cv_path_GREP="$ac_path_GREP"
4678 ac_path_GREP_max=$ac_count
4680 # 10*(2^10) chars as input seems more than enough
4681 test $ac_count -gt 10 && break
4682 done
4683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4684 esac
4687 $ac_path_GREP_found && break 3
4688 done
4689 done
4691 done
4692 IFS=$as_save_IFS
4697 GREP="$ac_cv_path_GREP"
4698 if test -z "$GREP"; then
4699 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4700 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4701 { (exit 1); exit 1; }; }
4704 else
4705 ac_cv_path_GREP=$GREP
4710 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4711 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4712 GREP="$ac_cv_path_GREP"
4715 { echo "$as_me:$LINENO: checking for egrep" >&5
4716 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4717 if test "${ac_cv_path_EGREP+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4721 then ac_cv_path_EGREP="$GREP -E"
4722 else
4723 # Extract the first word of "egrep" to use in msg output
4724 if test -z "$EGREP"; then
4725 set dummy egrep; ac_prog_name=$2
4726 if test "${ac_cv_path_EGREP+set}" = set; then
4727 echo $ECHO_N "(cached) $ECHO_C" >&6
4728 else
4729 ac_path_EGREP_found=false
4730 # Loop through the user's path and test for each of PROGNAME-LIST
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
4736 for ac_prog in egrep; do
4737 for ac_exec_ext in '' $ac_executable_extensions; do
4738 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4739 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4740 # Check for GNU ac_path_EGREP and select it if it is found.
4741 # Check for GNU $ac_path_EGREP
4742 case `"$ac_path_EGREP" --version 2>&1` in
4743 *GNU*)
4744 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4746 ac_count=0
4747 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4748 while :
4750 cat "conftest.in" "conftest.in" >"conftest.tmp"
4751 mv "conftest.tmp" "conftest.in"
4752 cp "conftest.in" "conftest.nl"
4753 echo 'EGREP' >> "conftest.nl"
4754 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4755 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4756 ac_count=`expr $ac_count + 1`
4757 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4758 # Best one so far, save it but keep looking for a better one
4759 ac_cv_path_EGREP="$ac_path_EGREP"
4760 ac_path_EGREP_max=$ac_count
4762 # 10*(2^10) chars as input seems more than enough
4763 test $ac_count -gt 10 && break
4764 done
4765 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4766 esac
4769 $ac_path_EGREP_found && break 3
4770 done
4771 done
4773 done
4774 IFS=$as_save_IFS
4779 EGREP="$ac_cv_path_EGREP"
4780 if test -z "$EGREP"; then
4781 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4782 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4783 { (exit 1); exit 1; }; }
4786 else
4787 ac_cv_path_EGREP=$EGREP
4793 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4794 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4795 EGREP="$ac_cv_path_EGREP"
4798 # Extract the first word of "ldconfig", so it can be a program name with args.
4799 set dummy ldconfig; ac_word=$2
4800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4802 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4803 echo $ECHO_N "(cached) $ECHO_C" >&6
4804 else
4805 case $LDCONFIG in
4806 [\\/]* | ?:[\\/]*)
4807 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4811 for as_dir in /sbin /usr/sbin $PATH
4813 IFS=$as_save_IFS
4814 test -z "$as_dir" && as_dir=.
4815 for ac_exec_ext in '' $ac_executable_extensions; do
4816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4817 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4819 break 2
4821 done
4822 done
4823 IFS=$as_save_IFS
4825 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4827 esac
4829 LDCONFIG=$ac_cv_path_LDCONFIG
4830 if test -n "$LDCONFIG"; then
4831 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4832 echo "${ECHO_T}$LDCONFIG" >&6; }
4833 else
4834 { echo "$as_me:$LINENO: result: no" >&5
4835 echo "${ECHO_T}no" >&6; }
4839 # Find a good install program. We prefer a C program (faster),
4840 # so one script is as good as another. But avoid the broken or
4841 # incompatible versions:
4842 # SysV /etc/install, /usr/sbin/install
4843 # SunOS /usr/etc/install
4844 # IRIX /sbin/install
4845 # AIX /bin/install
4846 # AmigaOS /C/install, which installs bootblocks on floppy discs
4847 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4848 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4849 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4850 # OS/2's system install, which has a completely different semantic
4851 # ./install, which can be erroneously created by make from ./install.sh.
4852 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4853 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4854 if test -z "$INSTALL"; then
4855 if test "${ac_cv_path_install+set}" = set; then
4856 echo $ECHO_N "(cached) $ECHO_C" >&6
4857 else
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859 for as_dir in $PATH
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 # Account for people who put trailing slashes in PATH elements.
4864 case $as_dir/ in
4865 ./ | .// | /cC/* | \
4866 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4867 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4868 /usr/ucb/* ) ;;
4870 # OSF1 and SCO ODT 3.0 have their own names for install.
4871 # Don't use installbsd from OSF since it installs stuff as root
4872 # by default.
4873 for ac_prog in ginstall scoinst install; do
4874 for ac_exec_ext in '' $ac_executable_extensions; do
4875 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4876 if test $ac_prog = install &&
4877 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4878 # AIX install. It has an incompatible calling convention.
4880 elif test $ac_prog = install &&
4881 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4882 # program-specific install script used by HP pwplus--don't use.
4884 else
4885 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4886 break 3
4889 done
4890 done
4892 esac
4893 done
4894 IFS=$as_save_IFS
4898 if test "${ac_cv_path_install+set}" = set; then
4899 INSTALL=$ac_cv_path_install
4900 else
4901 # As a last resort, use the slow shell script. Don't cache a
4902 # value for INSTALL within a source directory, because that will
4903 # break other packages using the cache if that directory is
4904 # removed, or if the value is a relative name.
4905 INSTALL=$ac_install_sh
4908 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4909 echo "${ECHO_T}$INSTALL" >&6; }
4911 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4912 # It thinks the first close brace ends the variable substitution.
4913 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4915 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4917 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4919 case "$INSTALL" in
4920 [\\/$]* | ?:[\\/]* ) ;;
4921 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4922 esac
4924 for ac_prog in lclint lint
4926 # Extract the first word of "$ac_prog", so it can be a program name with args.
4927 set dummy $ac_prog; ac_word=$2
4928 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4930 if test "${ac_cv_prog_LINT+set}" = set; then
4931 echo $ECHO_N "(cached) $ECHO_C" >&6
4932 else
4933 if test -n "$LINT"; then
4934 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4935 else
4936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4937 for as_dir in $PATH
4939 IFS=$as_save_IFS
4940 test -z "$as_dir" && as_dir=.
4941 for ac_exec_ext in '' $ac_executable_extensions; do
4942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4943 ac_cv_prog_LINT="$ac_prog"
4944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4945 break 2
4947 done
4948 done
4949 IFS=$as_save_IFS
4953 LINT=$ac_cv_prog_LINT
4954 if test -n "$LINT"; then
4955 { echo "$as_me:$LINENO: result: $LINT" >&5
4956 echo "${ECHO_T}$LINT" >&6; }
4957 else
4958 { echo "$as_me:$LINENO: result: no" >&5
4959 echo "${ECHO_T}no" >&6; }
4963 test -n "$LINT" && break
4964 done
4966 if test "$LINT" = "lint"
4967 then
4968 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4973 for ac_prog in fontforge
4975 # Extract the first word of "$ac_prog", so it can be a program name with args.
4976 set dummy $ac_prog; ac_word=$2
4977 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4979 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4980 echo $ECHO_N "(cached) $ECHO_C" >&6
4981 else
4982 if test -n "$FONTFORGE"; then
4983 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4984 else
4985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4986 for as_dir in $PATH
4988 IFS=$as_save_IFS
4989 test -z "$as_dir" && as_dir=.
4990 for ac_exec_ext in '' $ac_executable_extensions; do
4991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4992 ac_cv_prog_FONTFORGE="$ac_prog"
4993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4994 break 2
4996 done
4997 done
4998 IFS=$as_save_IFS
5002 FONTFORGE=$ac_cv_prog_FONTFORGE
5003 if test -n "$FONTFORGE"; then
5004 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5005 echo "${ECHO_T}$FONTFORGE" >&6; }
5006 else
5007 { echo "$as_me:$LINENO: result: no" >&5
5008 echo "${ECHO_T}no" >&6; }
5012 test -n "$FONTFORGE" && break
5013 done
5014 test -n "$FONTFORGE" || FONTFORGE="false"
5016 for ac_prog in pkg-config
5018 # Extract the first word of "$ac_prog", so it can be a program name with args.
5019 set dummy $ac_prog; ac_word=$2
5020 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5021 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5022 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5023 echo $ECHO_N "(cached) $ECHO_C" >&6
5024 else
5025 if test -n "$PKG_CONFIG"; then
5026 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5027 else
5028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5029 for as_dir in $PATH
5031 IFS=$as_save_IFS
5032 test -z "$as_dir" && as_dir=.
5033 for ac_exec_ext in '' $ac_executable_extensions; do
5034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5035 ac_cv_prog_PKG_CONFIG="$ac_prog"
5036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5037 break 2
5039 done
5040 done
5041 IFS=$as_save_IFS
5045 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5046 if test -n "$PKG_CONFIG"; then
5047 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5048 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5049 else
5050 { echo "$as_me:$LINENO: result: no" >&5
5051 echo "${ECHO_T}no" >&6; }
5055 test -n "$PKG_CONFIG" && break
5056 done
5057 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5059 for ac_prog in rsvg
5061 # Extract the first word of "$ac_prog", so it can be a program name with args.
5062 set dummy $ac_prog; ac_word=$2
5063 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5065 if test "${ac_cv_prog_RSVG+set}" = set; then
5066 echo $ECHO_N "(cached) $ECHO_C" >&6
5067 else
5068 if test -n "$RSVG"; then
5069 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5070 else
5071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5072 for as_dir in $PATH
5074 IFS=$as_save_IFS
5075 test -z "$as_dir" && as_dir=.
5076 for ac_exec_ext in '' $ac_executable_extensions; do
5077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5078 ac_cv_prog_RSVG="$ac_prog"
5079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5080 break 2
5082 done
5083 done
5084 IFS=$as_save_IFS
5088 RSVG=$ac_cv_prog_RSVG
5089 if test -n "$RSVG"; then
5090 { echo "$as_me:$LINENO: result: $RSVG" >&5
5091 echo "${ECHO_T}$RSVG" >&6; }
5092 else
5093 { echo "$as_me:$LINENO: result: no" >&5
5094 echo "${ECHO_T}no" >&6; }
5098 test -n "$RSVG" && break
5099 done
5100 test -n "$RSVG" || RSVG="false"
5102 for ac_prog in icotool
5104 # Extract the first word of "$ac_prog", so it can be a program name with args.
5105 set dummy $ac_prog; ac_word=$2
5106 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5108 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5109 echo $ECHO_N "(cached) $ECHO_C" >&6
5110 else
5111 if test -n "$ICOTOOL"; then
5112 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5113 else
5114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115 for as_dir in $PATH
5117 IFS=$as_save_IFS
5118 test -z "$as_dir" && as_dir=.
5119 for ac_exec_ext in '' $ac_executable_extensions; do
5120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5121 ac_cv_prog_ICOTOOL="$ac_prog"
5122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5123 break 2
5125 done
5126 done
5127 IFS=$as_save_IFS
5131 ICOTOOL=$ac_cv_prog_ICOTOOL
5132 if test -n "$ICOTOOL"; then
5133 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5134 echo "${ECHO_T}$ICOTOOL" >&6; }
5135 else
5136 { echo "$as_me:$LINENO: result: no" >&5
5137 echo "${ECHO_T}no" >&6; }
5141 test -n "$ICOTOOL" && break
5142 done
5143 test -n "$ICOTOOL" || ICOTOOL="false"
5146 if test "${enable_maintainer_mode+set}" = set
5147 then
5148 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5149 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5150 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5153 case $host_cpu in
5154 *i[3456789]86*)
5155 # Extract the first word of "prelink", so it can be a program name with args.
5156 set dummy prelink; ac_word=$2
5157 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5158 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5159 if test "${ac_cv_path_PRELINK+set}" = set; then
5160 echo $ECHO_N "(cached) $ECHO_C" >&6
5161 else
5162 case $PRELINK in
5163 [\\/]* | ?:[\\/]*)
5164 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5168 for as_dir in /sbin /usr/sbin $PATH
5170 IFS=$as_save_IFS
5171 test -z "$as_dir" && as_dir=.
5172 for ac_exec_ext in '' $ac_executable_extensions; do
5173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5174 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5175 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5176 break 2
5178 done
5179 done
5180 IFS=$as_save_IFS
5182 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5184 esac
5186 PRELINK=$ac_cv_path_PRELINK
5187 if test -n "$PRELINK"; then
5188 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5189 echo "${ECHO_T}$PRELINK" >&6; }
5190 else
5191 { echo "$as_me:$LINENO: result: no" >&5
5192 echo "${ECHO_T}no" >&6; }
5197 esac
5201 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5202 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5203 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5204 echo $ECHO_N "(cached) $ECHO_C" >&6
5205 else
5206 ac_check_lib_save_LIBS=$LIBS
5207 LIBS="-li386 $LIBS"
5208 cat >conftest.$ac_ext <<_ACEOF
5209 /* confdefs.h. */
5210 _ACEOF
5211 cat confdefs.h >>conftest.$ac_ext
5212 cat >>conftest.$ac_ext <<_ACEOF
5213 /* end confdefs.h. */
5215 /* Override any GCC internal prototype to avoid an error.
5216 Use char because int might match the return type of a GCC
5217 builtin and then its argument prototype would still apply. */
5218 #ifdef __cplusplus
5219 extern "C"
5220 #endif
5221 char i386_set_ldt ();
5223 main ()
5225 return i386_set_ldt ();
5227 return 0;
5229 _ACEOF
5230 rm -f conftest.$ac_objext conftest$ac_exeext
5231 if { (ac_try="$ac_link"
5232 case "(($ac_try" in
5233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5234 *) ac_try_echo=$ac_try;;
5235 esac
5236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5237 (eval "$ac_link") 2>conftest.er1
5238 ac_status=$?
5239 grep -v '^ *+' conftest.er1 >conftest.err
5240 rm -f conftest.er1
5241 cat conftest.err >&5
5242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5243 (exit $ac_status); } && {
5244 test -z "$ac_c_werror_flag" ||
5245 test ! -s conftest.err
5246 } && test -s conftest$ac_exeext &&
5247 $as_test_x conftest$ac_exeext; then
5248 ac_cv_lib_i386_i386_set_ldt=yes
5249 else
5250 echo "$as_me: failed program was:" >&5
5251 sed 's/^/| /' conftest.$ac_ext >&5
5253 ac_cv_lib_i386_i386_set_ldt=no
5256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5257 conftest$ac_exeext conftest.$ac_ext
5258 LIBS=$ac_check_lib_save_LIBS
5260 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5261 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5262 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5263 cat >>confdefs.h <<_ACEOF
5264 #define HAVE_LIBI386 1
5265 _ACEOF
5267 LIBS="-li386 $LIBS"
5272 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5273 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5274 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5275 echo $ECHO_N "(cached) $ECHO_C" >&6
5276 else
5277 ac_check_lib_save_LIBS=$LIBS
5278 LIBS="-lossaudio $LIBS"
5279 cat >conftest.$ac_ext <<_ACEOF
5280 /* confdefs.h. */
5281 _ACEOF
5282 cat confdefs.h >>conftest.$ac_ext
5283 cat >>conftest.$ac_ext <<_ACEOF
5284 /* end confdefs.h. */
5286 /* Override any GCC internal prototype to avoid an error.
5287 Use char because int might match the return type of a GCC
5288 builtin and then its argument prototype would still apply. */
5289 #ifdef __cplusplus
5290 extern "C"
5291 #endif
5292 char _oss_ioctl ();
5294 main ()
5296 return _oss_ioctl ();
5298 return 0;
5300 _ACEOF
5301 rm -f conftest.$ac_objext conftest$ac_exeext
5302 if { (ac_try="$ac_link"
5303 case "(($ac_try" in
5304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5305 *) ac_try_echo=$ac_try;;
5306 esac
5307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5308 (eval "$ac_link") 2>conftest.er1
5309 ac_status=$?
5310 grep -v '^ *+' conftest.er1 >conftest.err
5311 rm -f conftest.er1
5312 cat conftest.err >&5
5313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314 (exit $ac_status); } && {
5315 test -z "$ac_c_werror_flag" ||
5316 test ! -s conftest.err
5317 } && test -s conftest$ac_exeext &&
5318 $as_test_x conftest$ac_exeext; then
5319 ac_cv_lib_ossaudio__oss_ioctl=yes
5320 else
5321 echo "$as_me: failed program was:" >&5
5322 sed 's/^/| /' conftest.$ac_ext >&5
5324 ac_cv_lib_ossaudio__oss_ioctl=no
5327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5328 conftest$ac_exeext conftest.$ac_ext
5329 LIBS=$ac_check_lib_save_LIBS
5331 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5332 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5333 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5334 cat >>confdefs.h <<_ACEOF
5335 #define HAVE_LIBOSSAUDIO 1
5336 _ACEOF
5338 LIBS="-lossaudio $LIBS"
5343 XLIB=""
5345 OPENGL_LIBS=""
5349 ac_ext=c
5350 ac_cpp='$CPP $CPPFLAGS'
5351 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5352 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5353 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5354 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5355 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5356 # On Suns, sometimes $CPP names a directory.
5357 if test -n "$CPP" && test -d "$CPP"; then
5358 CPP=
5360 if test -z "$CPP"; then
5361 if test "${ac_cv_prog_CPP+set}" = set; then
5362 echo $ECHO_N "(cached) $ECHO_C" >&6
5363 else
5364 # Double quotes because CPP needs to be expanded
5365 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5367 ac_preproc_ok=false
5368 for ac_c_preproc_warn_flag in '' yes
5370 # Use a header file that comes with gcc, so configuring glibc
5371 # with a fresh cross-compiler works.
5372 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5373 # <limits.h> exists even on freestanding compilers.
5374 # On the NeXT, cc -E runs the code through the compiler's parser,
5375 # not just through cpp. "Syntax error" is here to catch this case.
5376 cat >conftest.$ac_ext <<_ACEOF
5377 /* confdefs.h. */
5378 _ACEOF
5379 cat confdefs.h >>conftest.$ac_ext
5380 cat >>conftest.$ac_ext <<_ACEOF
5381 /* end confdefs.h. */
5382 #ifdef __STDC__
5383 # include <limits.h>
5384 #else
5385 # include <assert.h>
5386 #endif
5387 Syntax error
5388 _ACEOF
5389 if { (ac_try="$ac_cpp conftest.$ac_ext"
5390 case "(($ac_try" in
5391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5392 *) ac_try_echo=$ac_try;;
5393 esac
5394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5396 ac_status=$?
5397 grep -v '^ *+' conftest.er1 >conftest.err
5398 rm -f conftest.er1
5399 cat conftest.err >&5
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); } >/dev/null && {
5402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5403 test ! -s conftest.err
5404 }; then
5406 else
5407 echo "$as_me: failed program was:" >&5
5408 sed 's/^/| /' conftest.$ac_ext >&5
5410 # Broken: fails on valid input.
5411 continue
5414 rm -f conftest.err conftest.$ac_ext
5416 # OK, works on sane cases. Now check whether nonexistent headers
5417 # can be detected and how.
5418 cat >conftest.$ac_ext <<_ACEOF
5419 /* confdefs.h. */
5420 _ACEOF
5421 cat confdefs.h >>conftest.$ac_ext
5422 cat >>conftest.$ac_ext <<_ACEOF
5423 /* end confdefs.h. */
5424 #include <ac_nonexistent.h>
5425 _ACEOF
5426 if { (ac_try="$ac_cpp conftest.$ac_ext"
5427 case "(($ac_try" in
5428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5429 *) ac_try_echo=$ac_try;;
5430 esac
5431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5433 ac_status=$?
5434 grep -v '^ *+' conftest.er1 >conftest.err
5435 rm -f conftest.er1
5436 cat conftest.err >&5
5437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438 (exit $ac_status); } >/dev/null && {
5439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5440 test ! -s conftest.err
5441 }; then
5442 # Broken: success on invalid input.
5443 continue
5444 else
5445 echo "$as_me: failed program was:" >&5
5446 sed 's/^/| /' conftest.$ac_ext >&5
5448 # Passes both tests.
5449 ac_preproc_ok=:
5450 break
5453 rm -f conftest.err conftest.$ac_ext
5455 done
5456 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5457 rm -f conftest.err conftest.$ac_ext
5458 if $ac_preproc_ok; then
5459 break
5462 done
5463 ac_cv_prog_CPP=$CPP
5466 CPP=$ac_cv_prog_CPP
5467 else
5468 ac_cv_prog_CPP=$CPP
5470 { echo "$as_me:$LINENO: result: $CPP" >&5
5471 echo "${ECHO_T}$CPP" >&6; }
5472 ac_preproc_ok=false
5473 for ac_c_preproc_warn_flag in '' yes
5475 # Use a header file that comes with gcc, so configuring glibc
5476 # with a fresh cross-compiler works.
5477 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5478 # <limits.h> exists even on freestanding compilers.
5479 # On the NeXT, cc -E runs the code through the compiler's parser,
5480 # not just through cpp. "Syntax error" is here to catch this case.
5481 cat >conftest.$ac_ext <<_ACEOF
5482 /* confdefs.h. */
5483 _ACEOF
5484 cat confdefs.h >>conftest.$ac_ext
5485 cat >>conftest.$ac_ext <<_ACEOF
5486 /* end confdefs.h. */
5487 #ifdef __STDC__
5488 # include <limits.h>
5489 #else
5490 # include <assert.h>
5491 #endif
5492 Syntax error
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5501 ac_status=$?
5502 grep -v '^ *+' conftest.er1 >conftest.err
5503 rm -f conftest.er1
5504 cat conftest.err >&5
5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5506 (exit $ac_status); } >/dev/null && {
5507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5508 test ! -s conftest.err
5509 }; then
5511 else
5512 echo "$as_me: failed program was:" >&5
5513 sed 's/^/| /' conftest.$ac_ext >&5
5515 # Broken: fails on valid input.
5516 continue
5519 rm -f conftest.err conftest.$ac_ext
5521 # OK, works on sane cases. Now check whether nonexistent headers
5522 # can be detected and how.
5523 cat >conftest.$ac_ext <<_ACEOF
5524 /* confdefs.h. */
5525 _ACEOF
5526 cat confdefs.h >>conftest.$ac_ext
5527 cat >>conftest.$ac_ext <<_ACEOF
5528 /* end confdefs.h. */
5529 #include <ac_nonexistent.h>
5530 _ACEOF
5531 if { (ac_try="$ac_cpp conftest.$ac_ext"
5532 case "(($ac_try" in
5533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5534 *) ac_try_echo=$ac_try;;
5535 esac
5536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5537 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5538 ac_status=$?
5539 grep -v '^ *+' conftest.er1 >conftest.err
5540 rm -f conftest.er1
5541 cat conftest.err >&5
5542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5543 (exit $ac_status); } >/dev/null && {
5544 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5545 test ! -s conftest.err
5546 }; then
5547 # Broken: success on invalid input.
5548 continue
5549 else
5550 echo "$as_me: failed program was:" >&5
5551 sed 's/^/| /' conftest.$ac_ext >&5
5553 # Passes both tests.
5554 ac_preproc_ok=:
5555 break
5558 rm -f conftest.err conftest.$ac_ext
5560 done
5561 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5562 rm -f conftest.err conftest.$ac_ext
5563 if $ac_preproc_ok; then
5565 else
5566 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5567 See \`config.log' for more details." >&5
5568 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5569 See \`config.log' for more details." >&2;}
5570 { (exit 1); exit 1; }; }
5573 ac_ext=c
5574 ac_cpp='$CPP $CPPFLAGS'
5575 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5576 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5577 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5580 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5581 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5582 if test "${ac_cv_header_stdc+set}" = set; then
5583 echo $ECHO_N "(cached) $ECHO_C" >&6
5584 else
5585 cat >conftest.$ac_ext <<_ACEOF
5586 /* confdefs.h. */
5587 _ACEOF
5588 cat confdefs.h >>conftest.$ac_ext
5589 cat >>conftest.$ac_ext <<_ACEOF
5590 /* end confdefs.h. */
5591 #include <stdlib.h>
5592 #include <stdarg.h>
5593 #include <string.h>
5594 #include <float.h>
5597 main ()
5601 return 0;
5603 _ACEOF
5604 rm -f conftest.$ac_objext
5605 if { (ac_try="$ac_compile"
5606 case "(($ac_try" in
5607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5608 *) ac_try_echo=$ac_try;;
5609 esac
5610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5611 (eval "$ac_compile") 2>conftest.er1
5612 ac_status=$?
5613 grep -v '^ *+' conftest.er1 >conftest.err
5614 rm -f conftest.er1
5615 cat conftest.err >&5
5616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5617 (exit $ac_status); } && {
5618 test -z "$ac_c_werror_flag" ||
5619 test ! -s conftest.err
5620 } && test -s conftest.$ac_objext; then
5621 ac_cv_header_stdc=yes
5622 else
5623 echo "$as_me: failed program was:" >&5
5624 sed 's/^/| /' conftest.$ac_ext >&5
5626 ac_cv_header_stdc=no
5629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5631 if test $ac_cv_header_stdc = yes; then
5632 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5633 cat >conftest.$ac_ext <<_ACEOF
5634 /* confdefs.h. */
5635 _ACEOF
5636 cat confdefs.h >>conftest.$ac_ext
5637 cat >>conftest.$ac_ext <<_ACEOF
5638 /* end confdefs.h. */
5639 #include <string.h>
5641 _ACEOF
5642 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5643 $EGREP "memchr" >/dev/null 2>&1; then
5645 else
5646 ac_cv_header_stdc=no
5648 rm -f conftest*
5652 if test $ac_cv_header_stdc = yes; then
5653 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5654 cat >conftest.$ac_ext <<_ACEOF
5655 /* confdefs.h. */
5656 _ACEOF
5657 cat confdefs.h >>conftest.$ac_ext
5658 cat >>conftest.$ac_ext <<_ACEOF
5659 /* end confdefs.h. */
5660 #include <stdlib.h>
5662 _ACEOF
5663 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5664 $EGREP "free" >/dev/null 2>&1; then
5666 else
5667 ac_cv_header_stdc=no
5669 rm -f conftest*
5673 if test $ac_cv_header_stdc = yes; then
5674 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5675 if test "$cross_compiling" = yes; then
5677 else
5678 cat >conftest.$ac_ext <<_ACEOF
5679 /* confdefs.h. */
5680 _ACEOF
5681 cat confdefs.h >>conftest.$ac_ext
5682 cat >>conftest.$ac_ext <<_ACEOF
5683 /* end confdefs.h. */
5684 #include <ctype.h>
5685 #include <stdlib.h>
5686 #if ((' ' & 0x0FF) == 0x020)
5687 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5688 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5689 #else
5690 # define ISLOWER(c) \
5691 (('a' <= (c) && (c) <= 'i') \
5692 || ('j' <= (c) && (c) <= 'r') \
5693 || ('s' <= (c) && (c) <= 'z'))
5694 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5695 #endif
5697 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5699 main ()
5701 int i;
5702 for (i = 0; i < 256; i++)
5703 if (XOR (islower (i), ISLOWER (i))
5704 || toupper (i) != TOUPPER (i))
5705 return 2;
5706 return 0;
5708 _ACEOF
5709 rm -f conftest$ac_exeext
5710 if { (ac_try="$ac_link"
5711 case "(($ac_try" in
5712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5713 *) ac_try_echo=$ac_try;;
5714 esac
5715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5716 (eval "$ac_link") 2>&5
5717 ac_status=$?
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5720 { (case "(($ac_try" in
5721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5722 *) ac_try_echo=$ac_try;;
5723 esac
5724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5725 (eval "$ac_try") 2>&5
5726 ac_status=$?
5727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5728 (exit $ac_status); }; }; then
5730 else
5731 echo "$as_me: program exited with status $ac_status" >&5
5732 echo "$as_me: failed program was:" >&5
5733 sed 's/^/| /' conftest.$ac_ext >&5
5735 ( exit $ac_status )
5736 ac_cv_header_stdc=no
5738 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5744 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5745 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5746 if test $ac_cv_header_stdc = yes; then
5748 cat >>confdefs.h <<\_ACEOF
5749 #define STDC_HEADERS 1
5750 _ACEOF
5754 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5764 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5765 inttypes.h stdint.h unistd.h
5767 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5768 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5769 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5771 echo $ECHO_N "(cached) $ECHO_C" >&6
5772 else
5773 cat >conftest.$ac_ext <<_ACEOF
5774 /* confdefs.h. */
5775 _ACEOF
5776 cat confdefs.h >>conftest.$ac_ext
5777 cat >>conftest.$ac_ext <<_ACEOF
5778 /* end confdefs.h. */
5779 $ac_includes_default
5781 #include <$ac_header>
5782 _ACEOF
5783 rm -f conftest.$ac_objext
5784 if { (ac_try="$ac_compile"
5785 case "(($ac_try" in
5786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5787 *) ac_try_echo=$ac_try;;
5788 esac
5789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5790 (eval "$ac_compile") 2>conftest.er1
5791 ac_status=$?
5792 grep -v '^ *+' conftest.er1 >conftest.err
5793 rm -f conftest.er1
5794 cat conftest.err >&5
5795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5796 (exit $ac_status); } && {
5797 test -z "$ac_c_werror_flag" ||
5798 test ! -s conftest.err
5799 } && test -s conftest.$ac_objext; then
5800 eval "$as_ac_Header=yes"
5801 else
5802 echo "$as_me: failed program was:" >&5
5803 sed 's/^/| /' conftest.$ac_ext >&5
5805 eval "$as_ac_Header=no"
5808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5810 ac_res=`eval echo '${'$as_ac_Header'}'`
5811 { echo "$as_me:$LINENO: result: $ac_res" >&5
5812 echo "${ECHO_T}$ac_res" >&6; }
5813 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5814 cat >>confdefs.h <<_ACEOF
5815 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5816 _ACEOF
5820 done
5939 for ac_header in \
5940 AudioUnit/AudioUnit.h \
5941 Carbon/Carbon.h \
5942 CoreAudio/CoreAudio.h \
5943 DiskArbitration/DiskArbitration.h \
5944 IOKit/IOKitLib.h \
5945 alias.h \
5946 alsa/asoundlib.h \
5947 arpa/inet.h \
5948 arpa/nameser.h \
5949 asm/types.h \
5950 capi20.h \
5951 curses.h \
5952 direct.h \
5953 dirent.h \
5954 dlfcn.h \
5955 elf.h \
5956 float.h \
5957 fontconfig/fontconfig.h \
5958 getopt.h \
5959 grp.h \
5960 ieeefp.h \
5961 io.h \
5962 jack/jack.h \
5963 jpeglib.h \
5964 lber.h \
5965 lcms.h \
5966 lcms/lcms.h \
5967 ldap.h \
5968 libaudioio.h \
5969 link.h \
5970 linux/cdrom.h \
5971 linux/compiler.h \
5972 linux/hdreg.h \
5973 linux/input.h \
5974 linux/ioctl.h \
5975 linux/joystick.h \
5976 linux/major.h \
5977 linux/param.h \
5978 linux/serial.h \
5979 linux/types.h \
5980 linux/ucdrom.h \
5981 mach/mach.h \
5982 mach/machine.h \
5983 machine/cpu.h \
5984 machine/limits.h \
5985 machine/soundcard.h \
5986 mntent.h \
5987 ncurses.h \
5988 netdb.h \
5989 netinet/in.h \
5990 netinet/in_systm.h \
5991 netinet/tcp.h \
5992 netinet/tcp_fsm.h \
5993 openssl/err.h \
5994 openssl/ssl.h \
5995 png.h \
5996 poll.h \
5997 process.h \
5998 pthread.h \
5999 pwd.h \
6000 regex.h \
6001 sched.h \
6002 scsi/scsi.h \
6003 scsi/scsi_ioctl.h \
6004 scsi/sg.h \
6005 soundcard.h \
6006 stdint.h \
6007 strings.h \
6008 sys/asoundlib.h \
6009 sys/cdio.h \
6010 sys/elf32.h \
6011 sys/epoll.h \
6012 sys/errno.h \
6013 sys/event.h \
6014 sys/exec_elf.h \
6015 sys/filio.h \
6016 sys/ioctl.h \
6017 sys/ipc.h \
6018 sys/limits.h \
6019 sys/link.h \
6020 sys/lwp.h \
6021 sys/mman.h \
6022 sys/modem.h \
6023 sys/msg.h \
6024 sys/mtio.h \
6025 sys/param.h \
6026 sys/poll.h \
6027 sys/prctl.h \
6028 sys/protosw.h \
6029 sys/ptrace.h \
6030 sys/reg.h \
6031 sys/resource.h \
6032 sys/scsiio.h \
6033 sys/shm.h \
6034 sys/signal.h \
6035 sys/socket.h \
6036 sys/socketvar.h \
6037 sys/sockio.h \
6038 sys/soundcard.h \
6039 sys/statvfs.h \
6040 sys/strtio.h \
6041 sys/syscall.h \
6042 sys/time.h \
6043 sys/timeout.h \
6044 sys/times.h \
6045 sys/uio.h \
6046 sys/un.h \
6047 sys/utsname.h \
6048 sys/vm86.h \
6049 sys/wait.h \
6050 syscall.h \
6051 termios.h \
6052 unistd.h \
6053 utime.h \
6054 valgrind/memcheck.h \
6055 valgrind/valgrind.h
6058 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6060 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6063 echo $ECHO_N "(cached) $ECHO_C" >&6
6065 ac_res=`eval echo '${'$as_ac_Header'}'`
6066 { echo "$as_me:$LINENO: result: $ac_res" >&5
6067 echo "${ECHO_T}$ac_res" >&6; }
6068 else
6069 # Is the header compilable?
6070 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6071 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6072 cat >conftest.$ac_ext <<_ACEOF
6073 /* confdefs.h. */
6074 _ACEOF
6075 cat confdefs.h >>conftest.$ac_ext
6076 cat >>conftest.$ac_ext <<_ACEOF
6077 /* end confdefs.h. */
6078 $ac_includes_default
6079 #include <$ac_header>
6080 _ACEOF
6081 rm -f conftest.$ac_objext
6082 if { (ac_try="$ac_compile"
6083 case "(($ac_try" in
6084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6085 *) ac_try_echo=$ac_try;;
6086 esac
6087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6088 (eval "$ac_compile") 2>conftest.er1
6089 ac_status=$?
6090 grep -v '^ *+' conftest.er1 >conftest.err
6091 rm -f conftest.er1
6092 cat conftest.err >&5
6093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6094 (exit $ac_status); } && {
6095 test -z "$ac_c_werror_flag" ||
6096 test ! -s conftest.err
6097 } && test -s conftest.$ac_objext; then
6098 ac_header_compiler=yes
6099 else
6100 echo "$as_me: failed program was:" >&5
6101 sed 's/^/| /' conftest.$ac_ext >&5
6103 ac_header_compiler=no
6106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6107 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6108 echo "${ECHO_T}$ac_header_compiler" >&6; }
6110 # Is the header present?
6111 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6112 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6113 cat >conftest.$ac_ext <<_ACEOF
6114 /* confdefs.h. */
6115 _ACEOF
6116 cat confdefs.h >>conftest.$ac_ext
6117 cat >>conftest.$ac_ext <<_ACEOF
6118 /* end confdefs.h. */
6119 #include <$ac_header>
6120 _ACEOF
6121 if { (ac_try="$ac_cpp conftest.$ac_ext"
6122 case "(($ac_try" in
6123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6124 *) ac_try_echo=$ac_try;;
6125 esac
6126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6127 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6128 ac_status=$?
6129 grep -v '^ *+' conftest.er1 >conftest.err
6130 rm -f conftest.er1
6131 cat conftest.err >&5
6132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6133 (exit $ac_status); } >/dev/null && {
6134 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6135 test ! -s conftest.err
6136 }; then
6137 ac_header_preproc=yes
6138 else
6139 echo "$as_me: failed program was:" >&5
6140 sed 's/^/| /' conftest.$ac_ext >&5
6142 ac_header_preproc=no
6145 rm -f conftest.err conftest.$ac_ext
6146 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6147 echo "${ECHO_T}$ac_header_preproc" >&6; }
6149 # So? What about this header?
6150 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6151 yes:no: )
6152 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6153 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6154 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6155 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6156 ac_header_preproc=yes
6158 no:yes:* )
6159 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6160 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6161 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6162 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6163 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6164 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6165 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6166 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6167 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6168 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6169 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6170 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6171 ( cat <<\_ASBOX
6172 ## ------------------------------------ ##
6173 ## Report this to wine-devel@winehq.org ##
6174 ## ------------------------------------ ##
6175 _ASBOX
6176 ) | sed "s/^/$as_me: WARNING: /" >&2
6178 esac
6179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6182 echo $ECHO_N "(cached) $ECHO_C" >&6
6183 else
6184 eval "$as_ac_Header=\$ac_header_preproc"
6186 ac_res=`eval echo '${'$as_ac_Header'}'`
6187 { echo "$as_me:$LINENO: result: $ac_res" >&5
6188 echo "${ECHO_T}$ac_res" >&6; }
6191 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6192 cat >>confdefs.h <<_ACEOF
6193 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6194 _ACEOF
6198 done
6200 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6201 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6202 if test "${ac_cv_header_stat_broken+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 else
6205 cat >conftest.$ac_ext <<_ACEOF
6206 /* confdefs.h. */
6207 _ACEOF
6208 cat confdefs.h >>conftest.$ac_ext
6209 cat >>conftest.$ac_ext <<_ACEOF
6210 /* end confdefs.h. */
6211 #include <sys/types.h>
6212 #include <sys/stat.h>
6214 #if defined S_ISBLK && defined S_IFDIR
6215 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6216 #endif
6218 #if defined S_ISBLK && defined S_IFCHR
6219 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6220 #endif
6222 #if defined S_ISLNK && defined S_IFREG
6223 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6224 #endif
6226 #if defined S_ISSOCK && defined S_IFREG
6227 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6228 #endif
6230 _ACEOF
6231 rm -f conftest.$ac_objext
6232 if { (ac_try="$ac_compile"
6233 case "(($ac_try" in
6234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6235 *) ac_try_echo=$ac_try;;
6236 esac
6237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6238 (eval "$ac_compile") 2>conftest.er1
6239 ac_status=$?
6240 grep -v '^ *+' conftest.er1 >conftest.err
6241 rm -f conftest.er1
6242 cat conftest.err >&5
6243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6244 (exit $ac_status); } && {
6245 test -z "$ac_c_werror_flag" ||
6246 test ! -s conftest.err
6247 } && test -s conftest.$ac_objext; then
6248 ac_cv_header_stat_broken=no
6249 else
6250 echo "$as_me: failed program was:" >&5
6251 sed 's/^/| /' conftest.$ac_ext >&5
6253 ac_cv_header_stat_broken=yes
6256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6258 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6259 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6260 if test $ac_cv_header_stat_broken = yes; then
6262 cat >>confdefs.h <<\_ACEOF
6263 #define STAT_MACROS_BROKEN 1
6264 _ACEOF
6275 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6277 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6278 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6280 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6281 echo $ECHO_N "(cached) $ECHO_C" >&6
6282 else
6283 cat >conftest.$ac_ext <<_ACEOF
6284 /* confdefs.h. */
6285 _ACEOF
6286 cat confdefs.h >>conftest.$ac_ext
6287 cat >>conftest.$ac_ext <<_ACEOF
6288 /* end confdefs.h. */
6289 #include <sys/types.h>
6290 #ifdef HAVE_SYS_PARAM_H
6291 # include <sys/param.h>
6292 #endif
6294 #include <$ac_header>
6295 _ACEOF
6296 rm -f conftest.$ac_objext
6297 if { (ac_try="$ac_compile"
6298 case "(($ac_try" in
6299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6300 *) ac_try_echo=$ac_try;;
6301 esac
6302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6303 (eval "$ac_compile") 2>conftest.er1
6304 ac_status=$?
6305 grep -v '^ *+' conftest.er1 >conftest.err
6306 rm -f conftest.er1
6307 cat conftest.err >&5
6308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6309 (exit $ac_status); } && {
6310 test -z "$ac_c_werror_flag" ||
6311 test ! -s conftest.err
6312 } && test -s conftest.$ac_objext; then
6313 eval "$as_ac_Header=yes"
6314 else
6315 echo "$as_me: failed program was:" >&5
6316 sed 's/^/| /' conftest.$ac_ext >&5
6318 eval "$as_ac_Header=no"
6321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6323 ac_res=`eval echo '${'$as_ac_Header'}'`
6324 { echo "$as_me:$LINENO: result: $ac_res" >&5
6325 echo "${ECHO_T}$ac_res" >&6; }
6326 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6327 cat >>confdefs.h <<_ACEOF
6328 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6329 _ACEOF
6333 done
6349 for ac_header in \
6350 netinet/ip.h \
6351 net/if.h \
6352 net/if_arp.h \
6353 net/if_dl.h \
6354 net/if_types.h \
6355 net/route.h \
6356 netinet/if_ether.h \
6357 netinet/if_inarp.h \
6358 netinet/in_pcb.h \
6359 netinet/ip_icmp.h \
6360 netinet/ip_var.h \
6361 netinet/udp.h \
6362 netipx/ipx.h \
6365 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6366 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6367 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6368 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6369 echo $ECHO_N "(cached) $ECHO_C" >&6
6370 else
6371 cat >conftest.$ac_ext <<_ACEOF
6372 /* confdefs.h. */
6373 _ACEOF
6374 cat confdefs.h >>conftest.$ac_ext
6375 cat >>conftest.$ac_ext <<_ACEOF
6376 /* end confdefs.h. */
6377 #include <sys/types.h>
6378 #ifdef HAVE_SYS_SOCKET_H
6379 # include <sys/socket.h>
6380 #endif
6381 #ifdef HAVE_SYS_SOCKETVAR_H
6382 # include <sys/socketvar.h>
6383 #endif
6384 #ifdef HAVE_NET_ROUTE_H
6385 # include <net/route.h>
6386 #endif
6387 #ifdef HAVE_NETINET_IN_H
6388 # include <netinet/in.h>
6389 #endif
6390 #ifdef HAVE_NETINET_IN_SYSTM_H
6391 # include <netinet/in_systm.h>
6392 #endif
6393 #ifdef HAVE_NET_IF_H
6394 # include <net/if.h>
6395 #endif
6396 #ifdef HAVE_NETINET_IP_H
6397 # include <netinet/ip.h>
6398 #endif
6400 #include <$ac_header>
6401 _ACEOF
6402 rm -f conftest.$ac_objext
6403 if { (ac_try="$ac_compile"
6404 case "(($ac_try" in
6405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6406 *) ac_try_echo=$ac_try;;
6407 esac
6408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6409 (eval "$ac_compile") 2>conftest.er1
6410 ac_status=$?
6411 grep -v '^ *+' conftest.er1 >conftest.err
6412 rm -f conftest.er1
6413 cat conftest.err >&5
6414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6415 (exit $ac_status); } && {
6416 test -z "$ac_c_werror_flag" ||
6417 test ! -s conftest.err
6418 } && test -s conftest.$ac_objext; then
6419 eval "$as_ac_Header=yes"
6420 else
6421 echo "$as_me: failed program was:" >&5
6422 sed 's/^/| /' conftest.$ac_ext >&5
6424 eval "$as_ac_Header=no"
6427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6429 ac_res=`eval echo '${'$as_ac_Header'}'`
6430 { echo "$as_me:$LINENO: result: $ac_res" >&5
6431 echo "${ECHO_T}$ac_res" >&6; }
6432 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6433 cat >>confdefs.h <<_ACEOF
6434 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6435 _ACEOF
6439 done
6446 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6448 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6452 echo $ECHO_N "(cached) $ECHO_C" >&6
6453 else
6454 cat >conftest.$ac_ext <<_ACEOF
6455 /* confdefs.h. */
6456 _ACEOF
6457 cat confdefs.h >>conftest.$ac_ext
6458 cat >>conftest.$ac_ext <<_ACEOF
6459 /* end confdefs.h. */
6460 #include <sys/types.h>
6461 #ifdef HAVE_ALIAS_H
6462 # include <alias.h>
6463 #endif
6464 #ifdef HAVE_SYS_SOCKET_H
6465 # include <sys/socket.h>
6466 #endif
6467 #ifdef HAVE_SYS_SOCKETVAR_H
6468 # include <sys/socketvar.h>
6469 #endif
6470 #ifdef HAVE_SYS_TIMEOUT_H
6471 # include <sys/timeout.h>
6472 #endif
6473 #ifdef HAVE_NETINET_IN_H
6474 # include <netinet/in.h>
6475 #endif
6476 #ifdef HAVE_NETINET_IN_SYSTM_H
6477 # include <netinet/in_systm.h>
6478 #endif
6479 #ifdef HAVE_NETINET_IP_H
6480 # include <netinet/ip.h>
6481 #endif
6482 #ifdef HAVE_NETINET_IP_VAR_H
6483 # include <netinet/ip_var.h>
6484 #endif
6485 #ifdef HAVE_NETINET_IP_ICMP_H
6486 # include <netinet/ip_icmp.h>
6487 #endif
6488 #ifdef HAVE_NETINET_UDP_H
6489 # include <netinet/udp.h>
6490 #endif
6491 #ifdef HAVE_NETINET_TCP_H
6492 # include <netinet/tcp.h>
6493 #endif
6494 #ifdef HAVE_NETINET_TCP_TIMER_H
6495 #include <netinet/tcp_timer.h>
6496 #endif
6498 #include <$ac_header>
6499 _ACEOF
6500 rm -f conftest.$ac_objext
6501 if { (ac_try="$ac_compile"
6502 case "(($ac_try" in
6503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6504 *) ac_try_echo=$ac_try;;
6505 esac
6506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6507 (eval "$ac_compile") 2>conftest.er1
6508 ac_status=$?
6509 grep -v '^ *+' conftest.er1 >conftest.err
6510 rm -f conftest.er1
6511 cat conftest.err >&5
6512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6513 (exit $ac_status); } && {
6514 test -z "$ac_c_werror_flag" ||
6515 test ! -s conftest.err
6516 } && test -s conftest.$ac_objext; then
6517 eval "$as_ac_Header=yes"
6518 else
6519 echo "$as_me: failed program was:" >&5
6520 sed 's/^/| /' conftest.$ac_ext >&5
6522 eval "$as_ac_Header=no"
6525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527 ac_res=`eval echo '${'$as_ac_Header'}'`
6528 { echo "$as_me:$LINENO: result: $ac_res" >&5
6529 echo "${ECHO_T}$ac_res" >&6; }
6530 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6531 cat >>confdefs.h <<_ACEOF
6532 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6533 _ACEOF
6537 done
6541 for ac_header in linux/ipx.h
6543 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6547 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 else
6549 cat >conftest.$ac_ext <<_ACEOF
6550 /* confdefs.h. */
6551 _ACEOF
6552 cat confdefs.h >>conftest.$ac_ext
6553 cat >>conftest.$ac_ext <<_ACEOF
6554 /* end confdefs.h. */
6555 #include <sys/types.h>
6556 #ifdef HAVE_ASM_TYPES_H
6557 # include <asm/types.h>
6558 #endif
6559 #ifdef HAVE_SYS_SOCKET_H
6560 # include <sys/socket.h>
6561 #endif
6562 #ifdef HAVE_LINUX_TYPES_H
6563 # include <linux/types.h>
6564 #endif
6566 #include <$ac_header>
6567 _ACEOF
6568 rm -f conftest.$ac_objext
6569 if { (ac_try="$ac_compile"
6570 case "(($ac_try" in
6571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6572 *) ac_try_echo=$ac_try;;
6573 esac
6574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6575 (eval "$ac_compile") 2>conftest.er1
6576 ac_status=$?
6577 grep -v '^ *+' conftest.er1 >conftest.err
6578 rm -f conftest.er1
6579 cat conftest.err >&5
6580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6581 (exit $ac_status); } && {
6582 test -z "$ac_c_werror_flag" ||
6583 test ! -s conftest.err
6584 } && test -s conftest.$ac_objext; then
6585 eval "$as_ac_Header=yes"
6586 else
6587 echo "$as_me: failed program was:" >&5
6588 sed 's/^/| /' conftest.$ac_ext >&5
6590 eval "$as_ac_Header=no"
6593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6595 ac_res=`eval echo '${'$as_ac_Header'}'`
6596 { echo "$as_me:$LINENO: result: $ac_res" >&5
6597 echo "${ECHO_T}$ac_res" >&6; }
6598 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6599 cat >>confdefs.h <<_ACEOF
6600 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6601 _ACEOF
6605 done
6609 for ac_header in resolv.h
6611 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6612 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6613 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6614 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6615 echo $ECHO_N "(cached) $ECHO_C" >&6
6616 else
6617 cat >conftest.$ac_ext <<_ACEOF
6618 /* confdefs.h. */
6619 _ACEOF
6620 cat confdefs.h >>conftest.$ac_ext
6621 cat >>conftest.$ac_ext <<_ACEOF
6622 /* end confdefs.h. */
6623 #include <sys/types.h>
6624 #ifdef HAVE_SYS_SOCKET_H
6625 # include <sys/socket.h>
6626 #endif
6627 #ifdef HAVE_NETINET_IN_H
6628 # include <netinet/in.h>
6629 #endif
6630 #ifdef HAVE_ARPA_NAMESER_H
6631 # include <arpa/nameser.h>
6632 #endif
6634 #include <$ac_header>
6635 _ACEOF
6636 rm -f conftest.$ac_objext
6637 if { (ac_try="$ac_compile"
6638 case "(($ac_try" in
6639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6640 *) ac_try_echo=$ac_try;;
6641 esac
6642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6643 (eval "$ac_compile") 2>conftest.er1
6644 ac_status=$?
6645 grep -v '^ *+' conftest.er1 >conftest.err
6646 rm -f conftest.er1
6647 cat conftest.err >&5
6648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); } && {
6650 test -z "$ac_c_werror_flag" ||
6651 test ! -s conftest.err
6652 } && test -s conftest.$ac_objext; then
6653 eval "$as_ac_Header=yes"
6654 else
6655 echo "$as_me: failed program was:" >&5
6656 sed 's/^/| /' conftest.$ac_ext >&5
6658 eval "$as_ac_Header=no"
6661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6663 ac_res=`eval echo '${'$as_ac_Header'}'`
6664 { echo "$as_me:$LINENO: result: $ac_res" >&5
6665 echo "${ECHO_T}$ac_res" >&6; }
6666 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6667 cat >>confdefs.h <<_ACEOF
6668 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6669 _ACEOF
6673 done
6677 for ac_header in ucontext.h
6679 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6680 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6682 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6683 echo $ECHO_N "(cached) $ECHO_C" >&6
6684 else
6685 cat >conftest.$ac_ext <<_ACEOF
6686 /* confdefs.h. */
6687 _ACEOF
6688 cat confdefs.h >>conftest.$ac_ext
6689 cat >>conftest.$ac_ext <<_ACEOF
6690 /* end confdefs.h. */
6691 #include <signal.h>
6693 #include <$ac_header>
6694 _ACEOF
6695 rm -f conftest.$ac_objext
6696 if { (ac_try="$ac_compile"
6697 case "(($ac_try" in
6698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6699 *) ac_try_echo=$ac_try;;
6700 esac
6701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6702 (eval "$ac_compile") 2>conftest.er1
6703 ac_status=$?
6704 grep -v '^ *+' conftest.er1 >conftest.err
6705 rm -f conftest.er1
6706 cat conftest.err >&5
6707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6708 (exit $ac_status); } && {
6709 test -z "$ac_c_werror_flag" ||
6710 test ! -s conftest.err
6711 } && test -s conftest.$ac_objext; then
6712 eval "$as_ac_Header=yes"
6713 else
6714 echo "$as_me: failed program was:" >&5
6715 sed 's/^/| /' conftest.$ac_ext >&5
6717 eval "$as_ac_Header=no"
6720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6722 ac_res=`eval echo '${'$as_ac_Header'}'`
6723 { echo "$as_me:$LINENO: result: $ac_res" >&5
6724 echo "${ECHO_T}$ac_res" >&6; }
6725 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6726 cat >>confdefs.h <<_ACEOF
6727 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6728 _ACEOF
6732 done
6736 for ac_header in sys/thr.h
6738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6742 echo $ECHO_N "(cached) $ECHO_C" >&6
6743 else
6744 cat >conftest.$ac_ext <<_ACEOF
6745 /* confdefs.h. */
6746 _ACEOF
6747 cat confdefs.h >>conftest.$ac_ext
6748 cat >>conftest.$ac_ext <<_ACEOF
6749 /* end confdefs.h. */
6750 #include <sys/types.h>
6751 #ifdef HAVE_UCONTEXT_H
6752 #include <ucontext.h>
6753 #endif
6755 #include <$ac_header>
6756 _ACEOF
6757 rm -f conftest.$ac_objext
6758 if { (ac_try="$ac_compile"
6759 case "(($ac_try" in
6760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6761 *) ac_try_echo=$ac_try;;
6762 esac
6763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6764 (eval "$ac_compile") 2>conftest.er1
6765 ac_status=$?
6766 grep -v '^ *+' conftest.er1 >conftest.err
6767 rm -f conftest.er1
6768 cat conftest.err >&5
6769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6770 (exit $ac_status); } && {
6771 test -z "$ac_c_werror_flag" ||
6772 test ! -s conftest.err
6773 } && test -s conftest.$ac_objext; then
6774 eval "$as_ac_Header=yes"
6775 else
6776 echo "$as_me: failed program was:" >&5
6777 sed 's/^/| /' conftest.$ac_ext >&5
6779 eval "$as_ac_Header=no"
6782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6784 ac_res=`eval echo '${'$as_ac_Header'}'`
6785 { echo "$as_me:$LINENO: result: $ac_res" >&5
6786 echo "${ECHO_T}$ac_res" >&6; }
6787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6788 cat >>confdefs.h <<_ACEOF
6789 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6790 _ACEOF
6794 done
6798 for ac_header in pthread_np.h
6800 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6805 else
6806 cat >conftest.$ac_ext <<_ACEOF
6807 /* confdefs.h. */
6808 _ACEOF
6809 cat confdefs.h >>conftest.$ac_ext
6810 cat >>conftest.$ac_ext <<_ACEOF
6811 /* end confdefs.h. */
6812 #ifdef HAVE_PTHREAD_H
6813 #include <pthread.h>
6814 #endif
6816 #include <$ac_header>
6817 _ACEOF
6818 rm -f conftest.$ac_objext
6819 if { (ac_try="$ac_compile"
6820 case "(($ac_try" in
6821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6822 *) ac_try_echo=$ac_try;;
6823 esac
6824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6825 (eval "$ac_compile") 2>conftest.er1
6826 ac_status=$?
6827 grep -v '^ *+' conftest.er1 >conftest.err
6828 rm -f conftest.er1
6829 cat conftest.err >&5
6830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6831 (exit $ac_status); } && {
6832 test -z "$ac_c_werror_flag" ||
6833 test ! -s conftest.err
6834 } && test -s conftest.$ac_objext; then
6835 eval "$as_ac_Header=yes"
6836 else
6837 echo "$as_me: failed program was:" >&5
6838 sed 's/^/| /' conftest.$ac_ext >&5
6840 eval "$as_ac_Header=no"
6843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6845 ac_res=`eval echo '${'$as_ac_Header'}'`
6846 { echo "$as_me:$LINENO: result: $ac_res" >&5
6847 echo "${ECHO_T}$ac_res" >&6; }
6848 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6849 cat >>confdefs.h <<_ACEOF
6850 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6851 _ACEOF
6855 done
6859 for ac_header in linux/videodev.h
6861 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6862 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6863 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6865 echo $ECHO_N "(cached) $ECHO_C" >&6
6866 else
6867 cat >conftest.$ac_ext <<_ACEOF
6868 /* confdefs.h. */
6869 _ACEOF
6870 cat confdefs.h >>conftest.$ac_ext
6871 cat >>conftest.$ac_ext <<_ACEOF
6872 /* end confdefs.h. */
6873 #ifdef HAVE_SYS_TIME_H
6874 #include <sys/time.h>
6875 #endif
6876 #include <sys/types.h>
6877 #ifdef HAVE_ASM_TYPES_H
6878 #include <asm/types.h>
6879 #endif
6881 #include <$ac_header>
6882 _ACEOF
6883 rm -f conftest.$ac_objext
6884 if { (ac_try="$ac_compile"
6885 case "(($ac_try" in
6886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6887 *) ac_try_echo=$ac_try;;
6888 esac
6889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6890 (eval "$ac_compile") 2>conftest.er1
6891 ac_status=$?
6892 grep -v '^ *+' conftest.er1 >conftest.err
6893 rm -f conftest.er1
6894 cat conftest.err >&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); } && {
6897 test -z "$ac_c_werror_flag" ||
6898 test ! -s conftest.err
6899 } && test -s conftest.$ac_objext; then
6900 eval "$as_ac_Header=yes"
6901 else
6902 echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6905 eval "$as_ac_Header=no"
6908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6910 ac_res=`eval echo '${'$as_ac_Header'}'`
6911 { echo "$as_me:$LINENO: result: $ac_res" >&5
6912 echo "${ECHO_T}$ac_res" >&6; }
6913 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6914 cat >>confdefs.h <<_ACEOF
6915 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6916 _ACEOF
6920 done
6924 for ac_header in linux/capi.h
6926 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6927 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6928 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6930 echo $ECHO_N "(cached) $ECHO_C" >&6
6931 else
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6938 #define __user
6940 #include <$ac_header>
6941 _ACEOF
6942 rm -f conftest.$ac_objext
6943 if { (ac_try="$ac_compile"
6944 case "(($ac_try" in
6945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6946 *) ac_try_echo=$ac_try;;
6947 esac
6948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6949 (eval "$ac_compile") 2>conftest.er1
6950 ac_status=$?
6951 grep -v '^ *+' conftest.er1 >conftest.err
6952 rm -f conftest.er1
6953 cat conftest.err >&5
6954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6955 (exit $ac_status); } && {
6956 test -z "$ac_c_werror_flag" ||
6957 test ! -s conftest.err
6958 } && test -s conftest.$ac_objext; then
6959 eval "$as_ac_Header=yes"
6960 else
6961 echo "$as_me: failed program was:" >&5
6962 sed 's/^/| /' conftest.$ac_ext >&5
6964 eval "$as_ac_Header=no"
6967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6969 ac_res=`eval echo '${'$as_ac_Header'}'`
6970 { echo "$as_me:$LINENO: result: $ac_res" >&5
6971 echo "${ECHO_T}$ac_res" >&6; }
6972 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6973 cat >>confdefs.h <<_ACEOF
6974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6975 _ACEOF
6979 done
6983 DLLEXT=""
6985 DLLFLAGS="-D_REENTRANT"
6987 LDSHARED=""
6989 LDDLLFLAGS=""
6991 LIBEXT="so"
6993 IMPLIBEXT="def"
6995 LDRPATH_INSTALL=""
6997 LDRPATH_LOCAL=""
6999 # Extract the first word of "ldd", so it can be a program name with args.
7000 set dummy ldd; ac_word=$2
7001 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7002 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7003 if test "${ac_cv_path_LDD+set}" = set; then
7004 echo $ECHO_N "(cached) $ECHO_C" >&6
7005 else
7006 case $LDD in
7007 [\\/]* | ?:[\\/]*)
7008 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7012 as_dummy="/sbin:/usr/sbin:$PATH"
7013 for as_dir in $as_dummy
7015 IFS=$as_save_IFS
7016 test -z "$as_dir" && as_dir=.
7017 for ac_exec_ext in '' $ac_executable_extensions; do
7018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7019 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7021 break 2
7023 done
7024 done
7025 IFS=$as_save_IFS
7027 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7029 esac
7031 LDD=$ac_cv_path_LDD
7032 if test -n "$LDD"; then
7033 { echo "$as_me:$LINENO: result: $LDD" >&5
7034 echo "${ECHO_T}$LDD" >&6; }
7035 else
7036 { echo "$as_me:$LINENO: result: no" >&5
7037 echo "${ECHO_T}no" >&6; }
7042 case $host_os in
7043 cygwin*|mingw32*)
7044 if test -n "$ac_tool_prefix"; then
7045 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7046 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7049 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7050 echo $ECHO_N "(cached) $ECHO_C" >&6
7051 else
7052 if test -n "$DLLTOOL"; then
7053 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7054 else
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7056 for as_dir in $PATH
7058 IFS=$as_save_IFS
7059 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7062 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7064 break 2
7066 done
7067 done
7068 IFS=$as_save_IFS
7072 DLLTOOL=$ac_cv_prog_DLLTOOL
7073 if test -n "$DLLTOOL"; then
7074 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7075 echo "${ECHO_T}$DLLTOOL" >&6; }
7076 else
7077 { echo "$as_me:$LINENO: result: no" >&5
7078 echo "${ECHO_T}no" >&6; }
7083 if test -z "$ac_cv_prog_DLLTOOL"; then
7084 ac_ct_DLLTOOL=$DLLTOOL
7085 # Extract the first word of "dlltool", so it can be a program name with args.
7086 set dummy dlltool; ac_word=$2
7087 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7089 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7090 echo $ECHO_N "(cached) $ECHO_C" >&6
7091 else
7092 if test -n "$ac_ct_DLLTOOL"; then
7093 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7094 else
7095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7096 for as_dir in $PATH
7098 IFS=$as_save_IFS
7099 test -z "$as_dir" && as_dir=.
7100 for ac_exec_ext in '' $ac_executable_extensions; do
7101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7102 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7103 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7104 break 2
7106 done
7107 done
7108 IFS=$as_save_IFS
7112 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7113 if test -n "$ac_ct_DLLTOOL"; then
7114 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7115 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7116 else
7117 { echo "$as_me:$LINENO: result: no" >&5
7118 echo "${ECHO_T}no" >&6; }
7121 if test "x$ac_ct_DLLTOOL" = x; then
7122 DLLTOOL="false"
7123 else
7124 case $cross_compiling:$ac_tool_warned in
7125 yes:)
7126 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7127 whose name does not start with the host triplet. If you think this
7128 configuration is useful to you, please write to autoconf@gnu.org." >&5
7129 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7130 whose name does not start with the host triplet. If you think this
7131 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7132 ac_tool_warned=yes ;;
7133 esac
7134 DLLTOOL=$ac_ct_DLLTOOL
7136 else
7137 DLLTOOL="$ac_cv_prog_DLLTOOL"
7140 if test -n "$ac_tool_prefix"; then
7141 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7142 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7143 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7145 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7146 echo $ECHO_N "(cached) $ECHO_C" >&6
7147 else
7148 if test -n "$DLLWRAP"; then
7149 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7150 else
7151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7152 for as_dir in $PATH
7154 IFS=$as_save_IFS
7155 test -z "$as_dir" && as_dir=.
7156 for ac_exec_ext in '' $ac_executable_extensions; do
7157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7158 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7159 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7160 break 2
7162 done
7163 done
7164 IFS=$as_save_IFS
7168 DLLWRAP=$ac_cv_prog_DLLWRAP
7169 if test -n "$DLLWRAP"; then
7170 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7171 echo "${ECHO_T}$DLLWRAP" >&6; }
7172 else
7173 { echo "$as_me:$LINENO: result: no" >&5
7174 echo "${ECHO_T}no" >&6; }
7179 if test -z "$ac_cv_prog_DLLWRAP"; then
7180 ac_ct_DLLWRAP=$DLLWRAP
7181 # Extract the first word of "dllwrap", so it can be a program name with args.
7182 set dummy dllwrap; ac_word=$2
7183 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7184 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7185 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7186 echo $ECHO_N "(cached) $ECHO_C" >&6
7187 else
7188 if test -n "$ac_ct_DLLWRAP"; then
7189 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7190 else
7191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7192 for as_dir in $PATH
7194 IFS=$as_save_IFS
7195 test -z "$as_dir" && as_dir=.
7196 for ac_exec_ext in '' $ac_executable_extensions; do
7197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7198 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7199 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7200 break 2
7202 done
7203 done
7204 IFS=$as_save_IFS
7208 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7209 if test -n "$ac_ct_DLLWRAP"; then
7210 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7211 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7212 else
7213 { echo "$as_me:$LINENO: result: no" >&5
7214 echo "${ECHO_T}no" >&6; }
7217 if test "x$ac_ct_DLLWRAP" = x; then
7218 DLLWRAP="false"
7219 else
7220 case $cross_compiling:$ac_tool_warned in
7221 yes:)
7222 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7223 whose name does not start with the host triplet. If you think this
7224 configuration is useful to you, please write to autoconf@gnu.org." >&5
7225 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7226 whose name does not start with the host triplet. If you think this
7227 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7228 ac_tool_warned=yes ;;
7229 esac
7230 DLLWRAP=$ac_ct_DLLWRAP
7232 else
7233 DLLWRAP="$ac_cv_prog_DLLWRAP"
7236 if test -n "$ac_tool_prefix"; then
7237 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7238 set dummy ${ac_tool_prefix}ar; ac_word=$2
7239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7241 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7242 echo $ECHO_N "(cached) $ECHO_C" >&6
7243 else
7244 if test -n "$MINGWAR"; then
7245 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7246 else
7247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7248 for as_dir in $PATH
7250 IFS=$as_save_IFS
7251 test -z "$as_dir" && as_dir=.
7252 for ac_exec_ext in '' $ac_executable_extensions; do
7253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7254 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7256 break 2
7258 done
7259 done
7260 IFS=$as_save_IFS
7264 MINGWAR=$ac_cv_prog_MINGWAR
7265 if test -n "$MINGWAR"; then
7266 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7267 echo "${ECHO_T}$MINGWAR" >&6; }
7268 else
7269 { echo "$as_me:$LINENO: result: no" >&5
7270 echo "${ECHO_T}no" >&6; }
7275 if test -z "$ac_cv_prog_MINGWAR"; then
7276 ac_ct_MINGWAR=$MINGWAR
7277 # Extract the first word of "ar", so it can be a program name with args.
7278 set dummy ar; ac_word=$2
7279 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7281 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7282 echo $ECHO_N "(cached) $ECHO_C" >&6
7283 else
7284 if test -n "$ac_ct_MINGWAR"; then
7285 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7286 else
7287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7288 for as_dir in $PATH
7290 IFS=$as_save_IFS
7291 test -z "$as_dir" && as_dir=.
7292 for ac_exec_ext in '' $ac_executable_extensions; do
7293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7294 ac_cv_prog_ac_ct_MINGWAR="ar"
7295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7296 break 2
7298 done
7299 done
7300 IFS=$as_save_IFS
7304 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7305 if test -n "$ac_ct_MINGWAR"; then
7306 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7307 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7308 else
7309 { echo "$as_me:$LINENO: result: no" >&5
7310 echo "${ECHO_T}no" >&6; }
7313 if test "x$ac_ct_MINGWAR" = x; then
7314 MINGWAR="false"
7315 else
7316 case $cross_compiling:$ac_tool_warned in
7317 yes:)
7318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7319 whose name does not start with the host triplet. If you think this
7320 configuration is useful to you, please write to autoconf@gnu.org." >&5
7321 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7322 whose name does not start with the host triplet. If you think this
7323 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7324 ac_tool_warned=yes ;;
7325 esac
7326 MINGWAR=$ac_ct_MINGWAR
7328 else
7329 MINGWAR="$ac_cv_prog_MINGWAR"
7332 if test "$DLLWRAP" = "false"; then
7333 LIBEXT="a"
7334 else
7335 LIBEXT="dll"
7337 IMPLIBEXT="a"
7338 WIN16_FILES=""
7339 WIN16_INSTALL=""
7340 enable_iphlpapi=${enable_iphlpapi:-no}
7341 enable_kernel32=${enable_kernel32:-no}
7342 enable_msvcrt=${enable_msvcrt:-no}
7343 enable_ntdll=${enable_ntdll:-no}
7344 enable_ws2_32=${enable_ws2_32:-no}
7345 enable_loader=${enable_loader:-no}
7346 enable_server=${enable_server:-no}
7347 with_x=${with_x:-no}
7348 with_pthread=${with_pthread:-no}
7350 darwin*|macosx*)
7351 DLLEXT=".so"
7352 LIBEXT="dylib"
7353 DLLFLAGS="$DLLFLAGS -fPIC"
7354 LDDLLFLAGS="-bundle -multiply_defined suppress"
7355 LIBWINE_LDFLAGS="-multiply_defined suppress"
7356 LDSHARED="\$(CC) -dynamiclib"
7357 STRIP="$STRIP -x"
7358 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7359 SECURITYLIB="-framework Security -framework CoreFoundation"
7361 COREFOUNDATIONLIB="-framework CoreFoundation"
7363 IOKITLIB="-framework IOKit -framework CoreFoundation"
7365 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7367 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7368 then
7369 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7372 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7373 then
7374 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7377 case $host_cpu in
7378 *powerpc*)
7379 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7380 esac
7381 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7382 then
7383 CARBONLIB="-framework Carbon"
7385 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7389 DLLFLAGS="$DLLFLAGS -fPIC"
7390 DLLEXT=".so"
7391 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7392 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7393 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7394 echo $ECHO_N "(cached) $ECHO_C" >&6
7395 else
7396 ac_wine_try_cflags_saved=$CFLAGS
7397 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7398 cat >conftest.$ac_ext <<_ACEOF
7399 void myfunc() {}
7400 _ACEOF
7401 rm -f conftest.$ac_objext conftest$ac_exeext
7402 if { (ac_try="$ac_link"
7403 case "(($ac_try" in
7404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7405 *) ac_try_echo=$ac_try;;
7406 esac
7407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7408 (eval "$ac_link") 2>conftest.er1
7409 ac_status=$?
7410 grep -v '^ *+' conftest.er1 >conftest.err
7411 rm -f conftest.er1
7412 cat conftest.err >&5
7413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7414 (exit $ac_status); } && {
7415 test -z "$ac_c_werror_flag" ||
7416 test ! -s conftest.err
7417 } && test -s conftest$ac_exeext &&
7418 $as_test_x conftest$ac_exeext; then
7419 ac_cv_c_dll_gnuelf="yes"
7420 else
7421 echo "$as_me: failed program was:" >&5
7422 sed 's/^/| /' conftest.$ac_ext >&5
7424 ac_cv_c_dll_gnuelf="no"
7427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7428 conftest$ac_exeext conftest.$ac_ext
7429 CFLAGS=$ac_wine_try_cflags_saved
7431 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7432 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7433 if test "$ac_cv_c_dll_gnuelf" = "yes"
7434 then
7435 LDSHARED="\$(CC) -shared"
7436 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7437 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7438 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7439 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7440 echo $ECHO_N "(cached) $ECHO_C" >&6
7441 else
7442 ac_wine_try_cflags_saved=$CFLAGS
7443 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7444 cat >conftest.$ac_ext <<_ACEOF
7445 /* confdefs.h. */
7446 _ACEOF
7447 cat confdefs.h >>conftest.$ac_ext
7448 cat >>conftest.$ac_ext <<_ACEOF
7449 /* end confdefs.h. */
7452 main ()
7456 return 0;
7458 _ACEOF
7459 rm -f conftest.$ac_objext conftest$ac_exeext
7460 if { (ac_try="$ac_link"
7461 case "(($ac_try" in
7462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7463 *) ac_try_echo=$ac_try;;
7464 esac
7465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7466 (eval "$ac_link") 2>conftest.er1
7467 ac_status=$?
7468 grep -v '^ *+' conftest.er1 >conftest.err
7469 rm -f conftest.er1
7470 cat conftest.err >&5
7471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7472 (exit $ac_status); } && {
7473 test -z "$ac_c_werror_flag" ||
7474 test ! -s conftest.err
7475 } && test -s conftest$ac_exeext &&
7476 $as_test_x conftest$ac_exeext; then
7477 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7478 else
7479 echo "$as_me: failed program was:" >&5
7480 sed 's/^/| /' conftest.$ac_ext >&5
7482 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7486 conftest$ac_exeext conftest.$ac_ext
7487 CFLAGS=$ac_wine_try_cflags_saved
7489 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7490 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7491 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7492 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7493 else
7494 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7495 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7496 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7497 echo $ECHO_N "(cached) $ECHO_C" >&6
7498 else
7499 ac_wine_try_cflags_saved=$CFLAGS
7500 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7501 cat >conftest.$ac_ext <<_ACEOF
7502 /* confdefs.h. */
7503 _ACEOF
7504 cat confdefs.h >>conftest.$ac_ext
7505 cat >>conftest.$ac_ext <<_ACEOF
7506 /* end confdefs.h. */
7509 main ()
7513 return 0;
7515 _ACEOF
7516 rm -f conftest.$ac_objext conftest$ac_exeext
7517 if { (ac_try="$ac_link"
7518 case "(($ac_try" in
7519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7520 *) ac_try_echo=$ac_try;;
7521 esac
7522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7523 (eval "$ac_link") 2>conftest.er1
7524 ac_status=$?
7525 grep -v '^ *+' conftest.er1 >conftest.err
7526 rm -f conftest.er1
7527 cat conftest.err >&5
7528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7529 (exit $ac_status); } && {
7530 test -z "$ac_c_werror_flag" ||
7531 test ! -s conftest.err
7532 } && test -s conftest$ac_exeext &&
7533 $as_test_x conftest$ac_exeext; then
7534 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7535 else
7536 echo "$as_me: failed program was:" >&5
7537 sed 's/^/| /' conftest.$ac_ext >&5
7539 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7543 conftest$ac_exeext conftest.$ac_ext
7544 CFLAGS=$ac_wine_try_cflags_saved
7546 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7547 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7548 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7549 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7555 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7556 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7557 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7558 echo $ECHO_N "(cached) $ECHO_C" >&6
7559 else
7560 ac_wine_try_cflags_saved=$CFLAGS
7561 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7562 cat >conftest.$ac_ext <<_ACEOF
7563 /* confdefs.h. */
7564 _ACEOF
7565 cat confdefs.h >>conftest.$ac_ext
7566 cat >>conftest.$ac_ext <<_ACEOF
7567 /* end confdefs.h. */
7570 main ()
7574 return 0;
7576 _ACEOF
7577 rm -f conftest.$ac_objext conftest$ac_exeext
7578 if { (ac_try="$ac_link"
7579 case "(($ac_try" in
7580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7581 *) ac_try_echo=$ac_try;;
7582 esac
7583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7584 (eval "$ac_link") 2>conftest.er1
7585 ac_status=$?
7586 grep -v '^ *+' conftest.er1 >conftest.err
7587 rm -f conftest.er1
7588 cat conftest.err >&5
7589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7590 (exit $ac_status); } && {
7591 test -z "$ac_c_werror_flag" ||
7592 test ! -s conftest.err
7593 } && test -s conftest$ac_exeext &&
7594 $as_test_x conftest$ac_exeext; then
7595 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7596 else
7597 echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7604 conftest$ac_exeext conftest.$ac_ext
7605 CFLAGS=$ac_wine_try_cflags_saved
7607 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7608 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7609 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7610 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7614 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7615 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7616 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7617 echo $ECHO_N "(cached) $ECHO_C" >&6
7618 else
7619 ac_wine_try_cflags_saved=$CFLAGS
7620 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7621 cat >conftest.$ac_ext <<_ACEOF
7622 /* confdefs.h. */
7623 _ACEOF
7624 cat confdefs.h >>conftest.$ac_ext
7625 cat >>conftest.$ac_ext <<_ACEOF
7626 /* end confdefs.h. */
7629 main ()
7633 return 0;
7635 _ACEOF
7636 rm -f conftest.$ac_objext conftest$ac_exeext
7637 if { (ac_try="$ac_link"
7638 case "(($ac_try" in
7639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7640 *) ac_try_echo=$ac_try;;
7641 esac
7642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7643 (eval "$ac_link") 2>conftest.er1
7644 ac_status=$?
7645 grep -v '^ *+' conftest.er1 >conftest.err
7646 rm -f conftest.er1
7647 cat conftest.err >&5
7648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7649 (exit $ac_status); } && {
7650 test -z "$ac_c_werror_flag" ||
7651 test ! -s conftest.err
7652 } && test -s conftest$ac_exeext &&
7653 $as_test_x conftest$ac_exeext; then
7654 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7655 else
7656 echo "$as_me: failed program was:" >&5
7657 sed 's/^/| /' conftest.$ac_ext >&5
7659 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7663 conftest$ac_exeext conftest.$ac_ext
7664 CFLAGS=$ac_wine_try_cflags_saved
7666 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7667 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7668 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7669 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7673 echo '{ global: *; };' >conftest.map
7674 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7675 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7676 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7677 echo $ECHO_N "(cached) $ECHO_C" >&6
7678 else
7679 ac_wine_try_cflags_saved=$CFLAGS
7680 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7681 cat >conftest.$ac_ext <<_ACEOF
7682 /* confdefs.h. */
7683 _ACEOF
7684 cat confdefs.h >>conftest.$ac_ext
7685 cat >>conftest.$ac_ext <<_ACEOF
7686 /* end confdefs.h. */
7689 main ()
7693 return 0;
7695 _ACEOF
7696 rm -f conftest.$ac_objext conftest$ac_exeext
7697 if { (ac_try="$ac_link"
7698 case "(($ac_try" in
7699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7700 *) ac_try_echo=$ac_try;;
7701 esac
7702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7703 (eval "$ac_link") 2>conftest.er1
7704 ac_status=$?
7705 grep -v '^ *+' conftest.er1 >conftest.err
7706 rm -f conftest.er1
7707 cat conftest.err >&5
7708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7709 (exit $ac_status); } && {
7710 test -z "$ac_c_werror_flag" ||
7711 test ! -s conftest.err
7712 } && test -s conftest$ac_exeext &&
7713 $as_test_x conftest$ac_exeext; then
7714 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7715 else
7716 echo "$as_me: failed program was:" >&5
7717 sed 's/^/| /' conftest.$ac_ext >&5
7719 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7723 conftest$ac_exeext conftest.$ac_ext
7724 CFLAGS=$ac_wine_try_cflags_saved
7726 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7727 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7728 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7729 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7732 rm -f conftest.map
7734 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7735 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7736 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7737 echo $ECHO_N "(cached) $ECHO_C" >&6
7738 else
7739 ac_wine_try_cflags_saved=$CFLAGS
7740 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7741 cat >conftest.$ac_ext <<_ACEOF
7742 /* confdefs.h. */
7743 _ACEOF
7744 cat confdefs.h >>conftest.$ac_ext
7745 cat >>conftest.$ac_ext <<_ACEOF
7746 /* end confdefs.h. */
7749 main ()
7753 return 0;
7755 _ACEOF
7756 rm -f conftest.$ac_objext conftest$ac_exeext
7757 if { (ac_try="$ac_link"
7758 case "(($ac_try" in
7759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7760 *) ac_try_echo=$ac_try;;
7761 esac
7762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7763 (eval "$ac_link") 2>conftest.er1
7764 ac_status=$?
7765 grep -v '^ *+' conftest.er1 >conftest.err
7766 rm -f conftest.er1
7767 cat conftest.err >&5
7768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7769 (exit $ac_status); } && {
7770 test -z "$ac_c_werror_flag" ||
7771 test ! -s conftest.err
7772 } && test -s conftest$ac_exeext &&
7773 $as_test_x conftest$ac_exeext; then
7774 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7775 else
7776 echo "$as_me: failed program was:" >&5
7777 sed 's/^/| /' conftest.$ac_ext >&5
7779 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7783 conftest$ac_exeext conftest.$ac_ext
7784 CFLAGS=$ac_wine_try_cflags_saved
7786 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7787 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7788 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7789 LDEXECFLAGS="-Wl,--export-dynamic"
7794 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7795 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7796 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7797 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7798 echo $ECHO_N "(cached) $ECHO_C" >&6
7799 else
7800 ac_wine_try_cflags_saved=$CFLAGS
7801 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7802 cat >conftest.$ac_ext <<_ACEOF
7803 /* confdefs.h. */
7804 _ACEOF
7805 cat confdefs.h >>conftest.$ac_ext
7806 cat >>conftest.$ac_ext <<_ACEOF
7807 /* end confdefs.h. */
7810 main ()
7814 return 0;
7816 _ACEOF
7817 rm -f conftest.$ac_objext conftest$ac_exeext
7818 if { (ac_try="$ac_link"
7819 case "(($ac_try" in
7820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821 *) ac_try_echo=$ac_try;;
7822 esac
7823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7824 (eval "$ac_link") 2>conftest.er1
7825 ac_status=$?
7826 grep -v '^ *+' conftest.er1 >conftest.err
7827 rm -f conftest.er1
7828 cat conftest.err >&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); } && {
7831 test -z "$ac_c_werror_flag" ||
7832 test ! -s conftest.err
7833 } && test -s conftest$ac_exeext &&
7834 $as_test_x conftest$ac_exeext; then
7835 eval "$as_ac_var=yes"
7836 else
7837 echo "$as_me: failed program was:" >&5
7838 sed 's/^/| /' conftest.$ac_ext >&5
7840 eval "$as_ac_var=no"
7843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7844 conftest$ac_exeext conftest.$ac_ext
7845 CFLAGS=$ac_wine_try_cflags_saved
7847 ac_res=`eval echo '${'$as_ac_var'}'`
7848 { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 if test `eval echo '${'$as_ac_var'}'` = yes; then
7851 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7852 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7853 else
7854 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7855 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7856 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7857 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7858 echo $ECHO_N "(cached) $ECHO_C" >&6
7859 else
7860 ac_wine_try_cflags_saved=$CFLAGS
7861 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7862 cat >conftest.$ac_ext <<_ACEOF
7863 /* confdefs.h. */
7864 _ACEOF
7865 cat confdefs.h >>conftest.$ac_ext
7866 cat >>conftest.$ac_ext <<_ACEOF
7867 /* end confdefs.h. */
7870 main ()
7874 return 0;
7876 _ACEOF
7877 rm -f conftest.$ac_objext conftest$ac_exeext
7878 if { (ac_try="$ac_link"
7879 case "(($ac_try" in
7880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7881 *) ac_try_echo=$ac_try;;
7882 esac
7883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7884 (eval "$ac_link") 2>conftest.er1
7885 ac_status=$?
7886 grep -v '^ *+' conftest.er1 >conftest.err
7887 rm -f conftest.er1
7888 cat conftest.err >&5
7889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7890 (exit $ac_status); } && {
7891 test -z "$ac_c_werror_flag" ||
7892 test ! -s conftest.err
7893 } && test -s conftest$ac_exeext &&
7894 $as_test_x conftest$ac_exeext; then
7895 eval "$as_ac_var=yes"
7896 else
7897 echo "$as_me: failed program was:" >&5
7898 sed 's/^/| /' conftest.$ac_ext >&5
7900 eval "$as_ac_var=no"
7903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7904 conftest$ac_exeext conftest.$ac_ext
7905 CFLAGS=$ac_wine_try_cflags_saved
7907 ac_res=`eval echo '${'$as_ac_var'}'`
7908 { echo "$as_me:$LINENO: result: $ac_res" >&5
7909 echo "${ECHO_T}$ac_res" >&6; }
7910 if test `eval echo '${'$as_ac_var'}'` = yes; then
7911 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7912 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7918 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7919 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7920 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7921 echo $ECHO_N "(cached) $ECHO_C" >&6
7922 else
7923 ac_wine_try_cflags_saved=$CFLAGS
7924 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7925 cat >conftest.$ac_ext <<_ACEOF
7926 /* confdefs.h. */
7927 _ACEOF
7928 cat confdefs.h >>conftest.$ac_ext
7929 cat >>conftest.$ac_ext <<_ACEOF
7930 /* end confdefs.h. */
7933 main ()
7937 return 0;
7939 _ACEOF
7940 rm -f conftest.$ac_objext conftest$ac_exeext
7941 if { (ac_try="$ac_link"
7942 case "(($ac_try" in
7943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944 *) ac_try_echo=$ac_try;;
7945 esac
7946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7947 (eval "$ac_link") 2>conftest.er1
7948 ac_status=$?
7949 grep -v '^ *+' conftest.er1 >conftest.err
7950 rm -f conftest.er1
7951 cat conftest.err >&5
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); } && {
7954 test -z "$ac_c_werror_flag" ||
7955 test ! -s conftest.err
7956 } && test -s conftest$ac_exeext &&
7957 $as_test_x conftest$ac_exeext; then
7958 ac_cv_cflags__Wl___enable_new_dtags=yes
7959 else
7960 echo "$as_me: failed program was:" >&5
7961 sed 's/^/| /' conftest.$ac_ext >&5
7963 ac_cv_cflags__Wl___enable_new_dtags=no
7966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7967 conftest$ac_exeext conftest.$ac_ext
7968 CFLAGS=$ac_wine_try_cflags_saved
7970 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7971 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7972 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7973 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7977 case $host_cpu in
7978 *i[3456789]86* | x86_64)
7979 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7980 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7981 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7982 echo $ECHO_N "(cached) $ECHO_C" >&6
7983 else
7984 ac_wine_try_cflags_saved=$CFLAGS
7985 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7986 cat >conftest.$ac_ext <<_ACEOF
7987 /* confdefs.h. */
7988 _ACEOF
7989 cat confdefs.h >>conftest.$ac_ext
7990 cat >>conftest.$ac_ext <<_ACEOF
7991 /* end confdefs.h. */
7994 main ()
7998 return 0;
8000 _ACEOF
8001 rm -f conftest.$ac_objext conftest$ac_exeext
8002 if { (ac_try="$ac_link"
8003 case "(($ac_try" in
8004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8005 *) ac_try_echo=$ac_try;;
8006 esac
8007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008 (eval "$ac_link") 2>conftest.er1
8009 ac_status=$?
8010 grep -v '^ *+' conftest.er1 >conftest.err
8011 rm -f conftest.er1
8012 cat conftest.err >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); } && {
8015 test -z "$ac_c_werror_flag" ||
8016 test ! -s conftest.err
8017 } && test -s conftest$ac_exeext &&
8018 $as_test_x conftest$ac_exeext; then
8019 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8020 else
8021 echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8028 conftest$ac_exeext conftest.$ac_ext
8029 CFLAGS=$ac_wine_try_cflags_saved
8031 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8032 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8033 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8034 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8038 esac
8040 else
8041 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8042 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8043 if test "${ac_cv_c_dll_unixware+set}" = set; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8045 else
8046 ac_wine_try_cflags_saved=$CFLAGS
8047 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8048 cat >conftest.$ac_ext <<_ACEOF
8049 void myfunc() {}
8050 _ACEOF
8051 rm -f conftest.$ac_objext conftest$ac_exeext
8052 if { (ac_try="$ac_link"
8053 case "(($ac_try" in
8054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8055 *) ac_try_echo=$ac_try;;
8056 esac
8057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058 (eval "$ac_link") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest$ac_exeext &&
8068 $as_test_x conftest$ac_exeext; then
8069 ac_cv_c_dll_unixware="yes"
8070 else
8071 echo "$as_me: failed program was:" >&5
8072 sed 's/^/| /' conftest.$ac_ext >&5
8074 ac_cv_c_dll_unixware="no"
8077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8078 conftest$ac_exeext conftest.$ac_ext
8079 CFLAGS=$ac_wine_try_cflags_saved
8081 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8082 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8083 if test "$ac_cv_c_dll_unixware" = "yes"
8084 then
8085 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8086 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8088 else
8089 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8090 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8091 if test "${ac_cv_c_dll_hpux+set}" = set; then
8092 echo $ECHO_N "(cached) $ECHO_C" >&6
8093 else
8094 ac_wine_try_cflags_saved=$CFLAGS
8095 CFLAGS="$CFLAGS -shared"
8096 cat >conftest.$ac_ext <<_ACEOF
8097 void myfunc() {}
8098 _ACEOF
8099 rm -f conftest.$ac_objext conftest$ac_exeext
8100 if { (ac_try="$ac_link"
8101 case "(($ac_try" in
8102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8103 *) ac_try_echo=$ac_try;;
8104 esac
8105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8106 (eval "$ac_link") 2>conftest.er1
8107 ac_status=$?
8108 grep -v '^ *+' conftest.er1 >conftest.err
8109 rm -f conftest.er1
8110 cat conftest.err >&5
8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8112 (exit $ac_status); } && {
8113 test -z "$ac_c_werror_flag" ||
8114 test ! -s conftest.err
8115 } && test -s conftest$ac_exeext &&
8116 $as_test_x conftest$ac_exeext; then
8117 ac_cv_c_dll_hpux="yes"
8118 else
8119 echo "$as_me: failed program was:" >&5
8120 sed 's/^/| /' conftest.$ac_ext >&5
8122 ac_cv_c_dll_hpux="no"
8125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8126 conftest$ac_exeext conftest.$ac_ext
8127 CFLAGS=$ac_wine_try_cflags_saved
8129 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8130 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8131 if test "$ac_cv_c_dll_hpux" = "yes"
8132 then
8133 LIBEXT="sl"
8134 DLLEXT=".sl"
8135 LDDLLFLAGS="-shared -fPIC"
8136 LDSHARED="\$(CC) -shared"
8141 esac
8143 enable_winequartz_drv=${enable_winequartz_drv:-no}
8145 if test "$LIBEXT" = "a"; then
8146 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8147 It is currently not possible to build Wine without shared library
8148 (.so) support to allow transparent switch between .so and .dll files.
8149 If you are using Linux, you will need a newer binutils.
8150 " >&5
8151 echo "$as_me: error: could not find a way to build shared libraries.
8152 It is currently not possible to build Wine without shared library
8153 (.so) support to allow transparent switch between .so and .dll files.
8154 If you are using Linux, you will need a newer binutils.
8155 " >&2;}
8156 { (exit 1); exit 1; }; }
8159 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8160 then
8161 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8163 # Extract the first word of "$ac_prog", so it can be a program name with args.
8164 set dummy $ac_prog; ac_word=$2
8165 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8166 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8167 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8168 echo $ECHO_N "(cached) $ECHO_C" >&6
8169 else
8170 if test -n "$CROSSCC"; then
8171 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8172 else
8173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174 for as_dir in $PATH
8176 IFS=$as_save_IFS
8177 test -z "$as_dir" && as_dir=.
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8180 ac_cv_prog_CROSSCC="$ac_prog"
8181 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8182 break 2
8184 done
8185 done
8186 IFS=$as_save_IFS
8190 CROSSCC=$ac_cv_prog_CROSSCC
8191 if test -n "$CROSSCC"; then
8192 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8193 echo "${ECHO_T}$CROSSCC" >&6; }
8194 else
8195 { echo "$as_me:$LINENO: result: no" >&5
8196 echo "${ECHO_T}no" >&6; }
8200 test -n "$CROSSCC" && break
8201 done
8202 test -n "$CROSSCC" || CROSSCC="false"
8204 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8206 # Extract the first word of "$ac_prog", so it can be a program name with args.
8207 set dummy $ac_prog; ac_word=$2
8208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8210 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8211 echo $ECHO_N "(cached) $ECHO_C" >&6
8212 else
8213 if test -n "$DLLTOOL"; then
8214 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8215 else
8216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8217 for as_dir in $PATH
8219 IFS=$as_save_IFS
8220 test -z "$as_dir" && as_dir=.
8221 for ac_exec_ext in '' $ac_executable_extensions; do
8222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8223 ac_cv_prog_DLLTOOL="$ac_prog"
8224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8225 break 2
8227 done
8228 done
8229 IFS=$as_save_IFS
8233 DLLTOOL=$ac_cv_prog_DLLTOOL
8234 if test -n "$DLLTOOL"; then
8235 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8236 echo "${ECHO_T}$DLLTOOL" >&6; }
8237 else
8238 { echo "$as_me:$LINENO: result: no" >&5
8239 echo "${ECHO_T}no" >&6; }
8243 test -n "$DLLTOOL" && break
8244 done
8245 test -n "$DLLTOOL" || DLLTOOL="false"
8247 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8249 # Extract the first word of "$ac_prog", so it can be a program name with args.
8250 set dummy $ac_prog; ac_word=$2
8251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8253 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8254 echo $ECHO_N "(cached) $ECHO_C" >&6
8255 else
8256 if test -n "$CROSSWINDRES"; then
8257 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8258 else
8259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8260 for as_dir in $PATH
8262 IFS=$as_save_IFS
8263 test -z "$as_dir" && as_dir=.
8264 for ac_exec_ext in '' $ac_executable_extensions; do
8265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8266 ac_cv_prog_CROSSWINDRES="$ac_prog"
8267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8268 break 2
8270 done
8271 done
8272 IFS=$as_save_IFS
8276 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8277 if test -n "$CROSSWINDRES"; then
8278 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8279 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8280 else
8281 { echo "$as_me:$LINENO: result: no" >&5
8282 echo "${ECHO_T}no" >&6; }
8286 test -n "$CROSSWINDRES" && break
8287 done
8288 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8290 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8292 # Extract the first word of "$ac_prog", so it can be a program name with args.
8293 set dummy $ac_prog; ac_word=$2
8294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8296 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8297 echo $ECHO_N "(cached) $ECHO_C" >&6
8298 else
8299 if test -n "$MINGWAR"; then
8300 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8301 else
8302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8303 for as_dir in $PATH
8305 IFS=$as_save_IFS
8306 test -z "$as_dir" && as_dir=.
8307 for ac_exec_ext in '' $ac_executable_extensions; do
8308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8309 ac_cv_prog_MINGWAR="$ac_prog"
8310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8311 break 2
8313 done
8314 done
8315 IFS=$as_save_IFS
8319 MINGWAR=$ac_cv_prog_MINGWAR
8320 if test -n "$MINGWAR"; then
8321 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8322 echo "${ECHO_T}$MINGWAR" >&6; }
8323 else
8324 { echo "$as_me:$LINENO: result: no" >&5
8325 echo "${ECHO_T}no" >&6; }
8329 test -n "$MINGWAR" && break
8330 done
8331 test -n "$MINGWAR" || MINGWAR="false"
8333 if test "$CROSSCC" != "false"
8334 then
8335 CROSSTEST="\$(CROSSTEST)"
8341 if test "$ac_cv_header_pthread_h" = "yes"
8342 then
8343 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8344 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8345 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8346 echo $ECHO_N "(cached) $ECHO_C" >&6
8347 else
8348 ac_check_lib_save_LIBS=$LIBS
8349 LIBS="-lpthread $LIBS"
8350 cat >conftest.$ac_ext <<_ACEOF
8351 /* confdefs.h. */
8352 _ACEOF
8353 cat confdefs.h >>conftest.$ac_ext
8354 cat >>conftest.$ac_ext <<_ACEOF
8355 /* end confdefs.h. */
8357 /* Override any GCC internal prototype to avoid an error.
8358 Use char because int might match the return type of a GCC
8359 builtin and then its argument prototype would still apply. */
8360 #ifdef __cplusplus
8361 extern "C"
8362 #endif
8363 char pthread_create ();
8365 main ()
8367 return pthread_create ();
8369 return 0;
8371 _ACEOF
8372 rm -f conftest.$ac_objext conftest$ac_exeext
8373 if { (ac_try="$ac_link"
8374 case "(($ac_try" in
8375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8376 *) ac_try_echo=$ac_try;;
8377 esac
8378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8379 (eval "$ac_link") 2>conftest.er1
8380 ac_status=$?
8381 grep -v '^ *+' conftest.er1 >conftest.err
8382 rm -f conftest.er1
8383 cat conftest.err >&5
8384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8385 (exit $ac_status); } && {
8386 test -z "$ac_c_werror_flag" ||
8387 test ! -s conftest.err
8388 } && test -s conftest$ac_exeext &&
8389 $as_test_x conftest$ac_exeext; then
8390 ac_cv_lib_pthread_pthread_create=yes
8391 else
8392 echo "$as_me: failed program was:" >&5
8393 sed 's/^/| /' conftest.$ac_ext >&5
8395 ac_cv_lib_pthread_pthread_create=no
8398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8399 conftest$ac_exeext conftest.$ac_ext
8400 LIBS=$ac_check_lib_save_LIBS
8402 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8403 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8404 if test $ac_cv_lib_pthread_pthread_create = yes; then
8405 LIBPTHREAD="-lpthread"
8410 if test "x$LIBPTHREAD" = "x"; then
8411 case "x$with_pthread" in
8412 xno) ;;
8413 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8414 Wine cannot support threads without libpthread.
8415 Use the --without-pthread option if you really want this." >&5
8416 echo "$as_me: error: pthread ${notice_platform}development files not found.
8417 Wine cannot support threads without libpthread.
8418 Use the --without-pthread option if you really want this." >&2;}
8419 { (exit 1); exit 1; }; } ;;
8420 esac
8425 { echo "$as_me:$LINENO: checking for X" >&5
8426 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8429 # Check whether --with-x was given.
8430 if test "${with_x+set}" = set; then
8431 withval=$with_x;
8434 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8435 if test "x$with_x" = xno; then
8436 # The user explicitly disabled X.
8437 have_x=disabled
8438 else
8439 case $x_includes,$x_libraries in #(
8440 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8441 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8442 { (exit 1); exit 1; }; };; #(
8443 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8444 echo $ECHO_N "(cached) $ECHO_C" >&6
8445 else
8446 # One or both of the vars are not set, and there is no cached value.
8447 ac_x_includes=no ac_x_libraries=no
8448 rm -f -r conftest.dir
8449 if mkdir conftest.dir; then
8450 cd conftest.dir
8451 cat >Imakefile <<'_ACEOF'
8452 incroot:
8453 @echo incroot='${INCROOT}'
8454 usrlibdir:
8455 @echo usrlibdir='${USRLIBDIR}'
8456 libdir:
8457 @echo libdir='${LIBDIR}'
8458 _ACEOF
8459 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8460 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8461 for ac_var in incroot usrlibdir libdir; do
8462 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8463 done
8464 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8465 for ac_extension in a so sl; do
8466 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8467 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8468 ac_im_usrlibdir=$ac_im_libdir; break
8470 done
8471 # Screen out bogus values from the imake configuration. They are
8472 # bogus both because they are the default anyway, and because
8473 # using them would break gcc on systems where it needs fixed includes.
8474 case $ac_im_incroot in
8475 /usr/include) ac_x_includes= ;;
8476 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8477 esac
8478 case $ac_im_usrlibdir in
8479 /usr/lib | /lib) ;;
8480 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8481 esac
8483 cd ..
8484 rm -f -r conftest.dir
8487 # Standard set of common directories for X headers.
8488 # Check X11 before X11Rn because it is often a symlink to the current release.
8489 ac_x_header_dirs='
8490 /usr/X11/include
8491 /usr/X11R6/include
8492 /usr/X11R5/include
8493 /usr/X11R4/include
8495 /usr/include/X11
8496 /usr/include/X11R6
8497 /usr/include/X11R5
8498 /usr/include/X11R4
8500 /usr/local/X11/include
8501 /usr/local/X11R6/include
8502 /usr/local/X11R5/include
8503 /usr/local/X11R4/include
8505 /usr/local/include/X11
8506 /usr/local/include/X11R6
8507 /usr/local/include/X11R5
8508 /usr/local/include/X11R4
8510 /usr/X386/include
8511 /usr/x386/include
8512 /usr/XFree86/include/X11
8514 /usr/include
8515 /usr/local/include
8516 /usr/unsupported/include
8517 /usr/athena/include
8518 /usr/local/x11r5/include
8519 /usr/lpp/Xamples/include
8521 /usr/openwin/include
8522 /usr/openwin/share/include'
8524 if test "$ac_x_includes" = no; then
8525 # Guess where to find include files, by looking for Xlib.h.
8526 # First, try using that file with no special directory specified.
8527 cat >conftest.$ac_ext <<_ACEOF
8528 /* confdefs.h. */
8529 _ACEOF
8530 cat confdefs.h >>conftest.$ac_ext
8531 cat >>conftest.$ac_ext <<_ACEOF
8532 /* end confdefs.h. */
8533 #include <X11/Xlib.h>
8534 _ACEOF
8535 if { (ac_try="$ac_cpp conftest.$ac_ext"
8536 case "(($ac_try" in
8537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8538 *) ac_try_echo=$ac_try;;
8539 esac
8540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8541 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8542 ac_status=$?
8543 grep -v '^ *+' conftest.er1 >conftest.err
8544 rm -f conftest.er1
8545 cat conftest.err >&5
8546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8547 (exit $ac_status); } >/dev/null && {
8548 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8549 test ! -s conftest.err
8550 }; then
8551 # We can compile using X headers with no special include directory.
8552 ac_x_includes=
8553 else
8554 echo "$as_me: failed program was:" >&5
8555 sed 's/^/| /' conftest.$ac_ext >&5
8557 for ac_dir in $ac_x_header_dirs; do
8558 if test -r "$ac_dir/X11/Xlib.h"; then
8559 ac_x_includes=$ac_dir
8560 break
8562 done
8565 rm -f conftest.err conftest.$ac_ext
8566 fi # $ac_x_includes = no
8568 if test "$ac_x_libraries" = no; then
8569 # Check for the libraries.
8570 # See if we find them without any special options.
8571 # Don't add to $LIBS permanently.
8572 ac_save_LIBS=$LIBS
8573 LIBS="-lX11 $LIBS"
8574 cat >conftest.$ac_ext <<_ACEOF
8575 /* confdefs.h. */
8576 _ACEOF
8577 cat confdefs.h >>conftest.$ac_ext
8578 cat >>conftest.$ac_ext <<_ACEOF
8579 /* end confdefs.h. */
8580 #include <X11/Xlib.h>
8582 main ()
8584 XrmInitialize ()
8586 return 0;
8588 _ACEOF
8589 rm -f conftest.$ac_objext conftest$ac_exeext
8590 if { (ac_try="$ac_link"
8591 case "(($ac_try" in
8592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8593 *) ac_try_echo=$ac_try;;
8594 esac
8595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8596 (eval "$ac_link") 2>conftest.er1
8597 ac_status=$?
8598 grep -v '^ *+' conftest.er1 >conftest.err
8599 rm -f conftest.er1
8600 cat conftest.err >&5
8601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8602 (exit $ac_status); } && {
8603 test -z "$ac_c_werror_flag" ||
8604 test ! -s conftest.err
8605 } && test -s conftest$ac_exeext &&
8606 $as_test_x conftest$ac_exeext; then
8607 LIBS=$ac_save_LIBS
8608 # We can link X programs with no special library path.
8609 ac_x_libraries=
8610 else
8611 echo "$as_me: failed program was:" >&5
8612 sed 's/^/| /' conftest.$ac_ext >&5
8614 LIBS=$ac_save_LIBS
8615 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8617 # Don't even attempt the hair of trying to link an X program!
8618 for ac_extension in a so sl; do
8619 if test -r "$ac_dir/libX11.$ac_extension"; then
8620 ac_x_libraries=$ac_dir
8621 break 2
8623 done
8624 done
8627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8628 conftest$ac_exeext conftest.$ac_ext
8629 fi # $ac_x_libraries = no
8631 case $ac_x_includes,$ac_x_libraries in #(
8632 no,* | *,no | *\'*)
8633 # Didn't find X, or a directory has "'" in its name.
8634 ac_cv_have_x="have_x=no";; #(
8636 # Record where we found X for the cache.
8637 ac_cv_have_x="have_x=yes\
8638 ac_x_includes='$ac_x_includes'\
8639 ac_x_libraries='$ac_x_libraries'"
8640 esac
8642 ;; #(
8643 *) have_x=yes;;
8644 esac
8645 eval "$ac_cv_have_x"
8646 fi # $with_x != no
8648 if test "$have_x" != yes; then
8649 { echo "$as_me:$LINENO: result: $have_x" >&5
8650 echo "${ECHO_T}$have_x" >&6; }
8651 no_x=yes
8652 else
8653 # If each of the values was on the command line, it overrides each guess.
8654 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8655 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8656 # Update the cache value to reflect the command line values.
8657 ac_cv_have_x="have_x=yes\
8658 ac_x_includes='$x_includes'\
8659 ac_x_libraries='$x_libraries'"
8660 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8661 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8664 if test "$no_x" = yes; then
8665 # Not all programs may use this symbol, but it does not hurt to define it.
8667 cat >>confdefs.h <<\_ACEOF
8668 #define X_DISPLAY_MISSING 1
8669 _ACEOF
8671 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8672 else
8673 if test -n "$x_includes"; then
8674 X_CFLAGS="$X_CFLAGS -I$x_includes"
8677 # It would also be nice to do this for all -L options, not just this one.
8678 if test -n "$x_libraries"; then
8679 X_LIBS="$X_LIBS -L$x_libraries"
8680 # For Solaris; some versions of Sun CC require a space after -R and
8681 # others require no space. Words are not sufficient . . . .
8682 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8683 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8684 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8685 ac_xsave_c_werror_flag=$ac_c_werror_flag
8686 ac_c_werror_flag=yes
8687 cat >conftest.$ac_ext <<_ACEOF
8688 /* confdefs.h. */
8689 _ACEOF
8690 cat confdefs.h >>conftest.$ac_ext
8691 cat >>conftest.$ac_ext <<_ACEOF
8692 /* end confdefs.h. */
8695 main ()
8699 return 0;
8701 _ACEOF
8702 rm -f conftest.$ac_objext conftest$ac_exeext
8703 if { (ac_try="$ac_link"
8704 case "(($ac_try" in
8705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8706 *) ac_try_echo=$ac_try;;
8707 esac
8708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8709 (eval "$ac_link") 2>conftest.er1
8710 ac_status=$?
8711 grep -v '^ *+' conftest.er1 >conftest.err
8712 rm -f conftest.er1
8713 cat conftest.err >&5
8714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715 (exit $ac_status); } && {
8716 test -z "$ac_c_werror_flag" ||
8717 test ! -s conftest.err
8718 } && test -s conftest$ac_exeext &&
8719 $as_test_x conftest$ac_exeext; then
8720 { echo "$as_me:$LINENO: result: no" >&5
8721 echo "${ECHO_T}no" >&6; }
8722 X_LIBS="$X_LIBS -R$x_libraries"
8723 else
8724 echo "$as_me: failed program was:" >&5
8725 sed 's/^/| /' conftest.$ac_ext >&5
8727 LIBS="$ac_xsave_LIBS -R $x_libraries"
8728 cat >conftest.$ac_ext <<_ACEOF
8729 /* confdefs.h. */
8730 _ACEOF
8731 cat confdefs.h >>conftest.$ac_ext
8732 cat >>conftest.$ac_ext <<_ACEOF
8733 /* end confdefs.h. */
8736 main ()
8740 return 0;
8742 _ACEOF
8743 rm -f conftest.$ac_objext conftest$ac_exeext
8744 if { (ac_try="$ac_link"
8745 case "(($ac_try" in
8746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8747 *) ac_try_echo=$ac_try;;
8748 esac
8749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8750 (eval "$ac_link") 2>conftest.er1
8751 ac_status=$?
8752 grep -v '^ *+' conftest.er1 >conftest.err
8753 rm -f conftest.er1
8754 cat conftest.err >&5
8755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8756 (exit $ac_status); } && {
8757 test -z "$ac_c_werror_flag" ||
8758 test ! -s conftest.err
8759 } && test -s conftest$ac_exeext &&
8760 $as_test_x conftest$ac_exeext; then
8761 { echo "$as_me:$LINENO: result: yes" >&5
8762 echo "${ECHO_T}yes" >&6; }
8763 X_LIBS="$X_LIBS -R $x_libraries"
8764 else
8765 echo "$as_me: failed program was:" >&5
8766 sed 's/^/| /' conftest.$ac_ext >&5
8768 { echo "$as_me:$LINENO: result: neither works" >&5
8769 echo "${ECHO_T}neither works" >&6; }
8772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8773 conftest$ac_exeext conftest.$ac_ext
8776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8777 conftest$ac_exeext conftest.$ac_ext
8778 ac_c_werror_flag=$ac_xsave_c_werror_flag
8779 LIBS=$ac_xsave_LIBS
8782 # Check for system-dependent libraries X programs must link with.
8783 # Do this before checking for the system-independent R6 libraries
8784 # (-lICE), since we may need -lsocket or whatever for X linking.
8786 if test "$ISC" = yes; then
8787 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8788 else
8789 # Martyn Johnson says this is needed for Ultrix, if the X
8790 # libraries were built with DECnet support. And Karl Berry says
8791 # the Alpha needs dnet_stub (dnet does not exist).
8792 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8793 cat >conftest.$ac_ext <<_ACEOF
8794 /* confdefs.h. */
8795 _ACEOF
8796 cat confdefs.h >>conftest.$ac_ext
8797 cat >>conftest.$ac_ext <<_ACEOF
8798 /* end confdefs.h. */
8800 /* Override any GCC internal prototype to avoid an error.
8801 Use char because int might match the return type of a GCC
8802 builtin and then its argument prototype would still apply. */
8803 #ifdef __cplusplus
8804 extern "C"
8805 #endif
8806 char XOpenDisplay ();
8808 main ()
8810 return XOpenDisplay ();
8812 return 0;
8814 _ACEOF
8815 rm -f conftest.$ac_objext conftest$ac_exeext
8816 if { (ac_try="$ac_link"
8817 case "(($ac_try" in
8818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8819 *) ac_try_echo=$ac_try;;
8820 esac
8821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8822 (eval "$ac_link") 2>conftest.er1
8823 ac_status=$?
8824 grep -v '^ *+' conftest.er1 >conftest.err
8825 rm -f conftest.er1
8826 cat conftest.err >&5
8827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8828 (exit $ac_status); } && {
8829 test -z "$ac_c_werror_flag" ||
8830 test ! -s conftest.err
8831 } && test -s conftest$ac_exeext &&
8832 $as_test_x conftest$ac_exeext; then
8834 else
8835 echo "$as_me: failed program was:" >&5
8836 sed 's/^/| /' conftest.$ac_ext >&5
8838 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8839 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8840 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8841 echo $ECHO_N "(cached) $ECHO_C" >&6
8842 else
8843 ac_check_lib_save_LIBS=$LIBS
8844 LIBS="-ldnet $LIBS"
8845 cat >conftest.$ac_ext <<_ACEOF
8846 /* confdefs.h. */
8847 _ACEOF
8848 cat confdefs.h >>conftest.$ac_ext
8849 cat >>conftest.$ac_ext <<_ACEOF
8850 /* end confdefs.h. */
8852 /* Override any GCC internal prototype to avoid an error.
8853 Use char because int might match the return type of a GCC
8854 builtin and then its argument prototype would still apply. */
8855 #ifdef __cplusplus
8856 extern "C"
8857 #endif
8858 char dnet_ntoa ();
8860 main ()
8862 return dnet_ntoa ();
8864 return 0;
8866 _ACEOF
8867 rm -f conftest.$ac_objext conftest$ac_exeext
8868 if { (ac_try="$ac_link"
8869 case "(($ac_try" in
8870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8871 *) ac_try_echo=$ac_try;;
8872 esac
8873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8874 (eval "$ac_link") 2>conftest.er1
8875 ac_status=$?
8876 grep -v '^ *+' conftest.er1 >conftest.err
8877 rm -f conftest.er1
8878 cat conftest.err >&5
8879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8880 (exit $ac_status); } && {
8881 test -z "$ac_c_werror_flag" ||
8882 test ! -s conftest.err
8883 } && test -s conftest$ac_exeext &&
8884 $as_test_x conftest$ac_exeext; then
8885 ac_cv_lib_dnet_dnet_ntoa=yes
8886 else
8887 echo "$as_me: failed program was:" >&5
8888 sed 's/^/| /' conftest.$ac_ext >&5
8890 ac_cv_lib_dnet_dnet_ntoa=no
8893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8894 conftest$ac_exeext conftest.$ac_ext
8895 LIBS=$ac_check_lib_save_LIBS
8897 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8898 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8899 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8900 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8903 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8904 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8905 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8906 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8907 echo $ECHO_N "(cached) $ECHO_C" >&6
8908 else
8909 ac_check_lib_save_LIBS=$LIBS
8910 LIBS="-ldnet_stub $LIBS"
8911 cat >conftest.$ac_ext <<_ACEOF
8912 /* confdefs.h. */
8913 _ACEOF
8914 cat confdefs.h >>conftest.$ac_ext
8915 cat >>conftest.$ac_ext <<_ACEOF
8916 /* end confdefs.h. */
8918 /* Override any GCC internal prototype to avoid an error.
8919 Use char because int might match the return type of a GCC
8920 builtin and then its argument prototype would still apply. */
8921 #ifdef __cplusplus
8922 extern "C"
8923 #endif
8924 char dnet_ntoa ();
8926 main ()
8928 return dnet_ntoa ();
8930 return 0;
8932 _ACEOF
8933 rm -f conftest.$ac_objext conftest$ac_exeext
8934 if { (ac_try="$ac_link"
8935 case "(($ac_try" in
8936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8937 *) ac_try_echo=$ac_try;;
8938 esac
8939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8940 (eval "$ac_link") 2>conftest.er1
8941 ac_status=$?
8942 grep -v '^ *+' conftest.er1 >conftest.err
8943 rm -f conftest.er1
8944 cat conftest.err >&5
8945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8946 (exit $ac_status); } && {
8947 test -z "$ac_c_werror_flag" ||
8948 test ! -s conftest.err
8949 } && test -s conftest$ac_exeext &&
8950 $as_test_x conftest$ac_exeext; then
8951 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8952 else
8953 echo "$as_me: failed program was:" >&5
8954 sed 's/^/| /' conftest.$ac_ext >&5
8956 ac_cv_lib_dnet_stub_dnet_ntoa=no
8959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8960 conftest$ac_exeext conftest.$ac_ext
8961 LIBS=$ac_check_lib_save_LIBS
8963 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8964 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8965 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8966 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973 conftest$ac_exeext conftest.$ac_ext
8974 LIBS="$ac_xsave_LIBS"
8976 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8977 # to get the SysV transport functions.
8978 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8979 # needs -lnsl.
8980 # The nsl library prevents programs from opening the X display
8981 # on Irix 5.2, according to T.E. Dickey.
8982 # The functions gethostbyname, getservbyname, and inet_addr are
8983 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8984 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8985 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8986 if test "${ac_cv_func_gethostbyname+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989 cat >conftest.$ac_ext <<_ACEOF
8990 /* confdefs.h. */
8991 _ACEOF
8992 cat confdefs.h >>conftest.$ac_ext
8993 cat >>conftest.$ac_ext <<_ACEOF
8994 /* end confdefs.h. */
8995 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8996 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8997 #define gethostbyname innocuous_gethostbyname
8999 /* System header to define __stub macros and hopefully few prototypes,
9000 which can conflict with char gethostbyname (); below.
9001 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9002 <limits.h> exists even on freestanding compilers. */
9004 #ifdef __STDC__
9005 # include <limits.h>
9006 #else
9007 # include <assert.h>
9008 #endif
9010 #undef gethostbyname
9012 /* Override any GCC internal prototype to avoid an error.
9013 Use char because int might match the return type of a GCC
9014 builtin and then its argument prototype would still apply. */
9015 #ifdef __cplusplus
9016 extern "C"
9017 #endif
9018 char gethostbyname ();
9019 /* The GNU C library defines this for functions which it implements
9020 to always fail with ENOSYS. Some functions are actually named
9021 something starting with __ and the normal name is an alias. */
9022 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9023 choke me
9024 #endif
9027 main ()
9029 return gethostbyname ();
9031 return 0;
9033 _ACEOF
9034 rm -f conftest.$ac_objext conftest$ac_exeext
9035 if { (ac_try="$ac_link"
9036 case "(($ac_try" in
9037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9038 *) ac_try_echo=$ac_try;;
9039 esac
9040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9041 (eval "$ac_link") 2>conftest.er1
9042 ac_status=$?
9043 grep -v '^ *+' conftest.er1 >conftest.err
9044 rm -f conftest.er1
9045 cat conftest.err >&5
9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047 (exit $ac_status); } && {
9048 test -z "$ac_c_werror_flag" ||
9049 test ! -s conftest.err
9050 } && test -s conftest$ac_exeext &&
9051 $as_test_x conftest$ac_exeext; then
9052 ac_cv_func_gethostbyname=yes
9053 else
9054 echo "$as_me: failed program was:" >&5
9055 sed 's/^/| /' conftest.$ac_ext >&5
9057 ac_cv_func_gethostbyname=no
9060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9061 conftest$ac_exeext conftest.$ac_ext
9063 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9064 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9066 if test $ac_cv_func_gethostbyname = no; then
9067 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9068 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9069 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9070 echo $ECHO_N "(cached) $ECHO_C" >&6
9071 else
9072 ac_check_lib_save_LIBS=$LIBS
9073 LIBS="-lnsl $LIBS"
9074 cat >conftest.$ac_ext <<_ACEOF
9075 /* confdefs.h. */
9076 _ACEOF
9077 cat confdefs.h >>conftest.$ac_ext
9078 cat >>conftest.$ac_ext <<_ACEOF
9079 /* end confdefs.h. */
9081 /* Override any GCC internal prototype to avoid an error.
9082 Use char because int might match the return type of a GCC
9083 builtin and then its argument prototype would still apply. */
9084 #ifdef __cplusplus
9085 extern "C"
9086 #endif
9087 char gethostbyname ();
9089 main ()
9091 return gethostbyname ();
9093 return 0;
9095 _ACEOF
9096 rm -f conftest.$ac_objext conftest$ac_exeext
9097 if { (ac_try="$ac_link"
9098 case "(($ac_try" in
9099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9100 *) ac_try_echo=$ac_try;;
9101 esac
9102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9103 (eval "$ac_link") 2>conftest.er1
9104 ac_status=$?
9105 grep -v '^ *+' conftest.er1 >conftest.err
9106 rm -f conftest.er1
9107 cat conftest.err >&5
9108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9109 (exit $ac_status); } && {
9110 test -z "$ac_c_werror_flag" ||
9111 test ! -s conftest.err
9112 } && test -s conftest$ac_exeext &&
9113 $as_test_x conftest$ac_exeext; then
9114 ac_cv_lib_nsl_gethostbyname=yes
9115 else
9116 echo "$as_me: failed program was:" >&5
9117 sed 's/^/| /' conftest.$ac_ext >&5
9119 ac_cv_lib_nsl_gethostbyname=no
9122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9123 conftest$ac_exeext conftest.$ac_ext
9124 LIBS=$ac_check_lib_save_LIBS
9126 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9127 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9128 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9129 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9132 if test $ac_cv_lib_nsl_gethostbyname = no; then
9133 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9134 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9135 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9136 echo $ECHO_N "(cached) $ECHO_C" >&6
9137 else
9138 ac_check_lib_save_LIBS=$LIBS
9139 LIBS="-lbsd $LIBS"
9140 cat >conftest.$ac_ext <<_ACEOF
9141 /* confdefs.h. */
9142 _ACEOF
9143 cat confdefs.h >>conftest.$ac_ext
9144 cat >>conftest.$ac_ext <<_ACEOF
9145 /* end confdefs.h. */
9147 /* Override any GCC internal prototype to avoid an error.
9148 Use char because int might match the return type of a GCC
9149 builtin and then its argument prototype would still apply. */
9150 #ifdef __cplusplus
9151 extern "C"
9152 #endif
9153 char gethostbyname ();
9155 main ()
9157 return gethostbyname ();
9159 return 0;
9161 _ACEOF
9162 rm -f conftest.$ac_objext conftest$ac_exeext
9163 if { (ac_try="$ac_link"
9164 case "(($ac_try" in
9165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9166 *) ac_try_echo=$ac_try;;
9167 esac
9168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9169 (eval "$ac_link") 2>conftest.er1
9170 ac_status=$?
9171 grep -v '^ *+' conftest.er1 >conftest.err
9172 rm -f conftest.er1
9173 cat conftest.err >&5
9174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); } && {
9176 test -z "$ac_c_werror_flag" ||
9177 test ! -s conftest.err
9178 } && test -s conftest$ac_exeext &&
9179 $as_test_x conftest$ac_exeext; then
9180 ac_cv_lib_bsd_gethostbyname=yes
9181 else
9182 echo "$as_me: failed program was:" >&5
9183 sed 's/^/| /' conftest.$ac_ext >&5
9185 ac_cv_lib_bsd_gethostbyname=no
9188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9189 conftest$ac_exeext conftest.$ac_ext
9190 LIBS=$ac_check_lib_save_LIBS
9192 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9193 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9194 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9195 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9201 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9202 # socket/setsockopt and other routines are undefined under SCO ODT
9203 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9204 # on later versions), says Simon Leinen: it contains gethostby*
9205 # variants that don't use the name server (or something). -lsocket
9206 # must be given before -lnsl if both are needed. We assume that
9207 # if connect needs -lnsl, so does gethostbyname.
9208 { echo "$as_me:$LINENO: checking for connect" >&5
9209 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9210 if test "${ac_cv_func_connect+set}" = set; then
9211 echo $ECHO_N "(cached) $ECHO_C" >&6
9212 else
9213 cat >conftest.$ac_ext <<_ACEOF
9214 /* confdefs.h. */
9215 _ACEOF
9216 cat confdefs.h >>conftest.$ac_ext
9217 cat >>conftest.$ac_ext <<_ACEOF
9218 /* end confdefs.h. */
9219 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9220 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9221 #define connect innocuous_connect
9223 /* System header to define __stub macros and hopefully few prototypes,
9224 which can conflict with char connect (); below.
9225 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9226 <limits.h> exists even on freestanding compilers. */
9228 #ifdef __STDC__
9229 # include <limits.h>
9230 #else
9231 # include <assert.h>
9232 #endif
9234 #undef connect
9236 /* Override any GCC internal prototype to avoid an error.
9237 Use char because int might match the return type of a GCC
9238 builtin and then its argument prototype would still apply. */
9239 #ifdef __cplusplus
9240 extern "C"
9241 #endif
9242 char connect ();
9243 /* The GNU C library defines this for functions which it implements
9244 to always fail with ENOSYS. Some functions are actually named
9245 something starting with __ and the normal name is an alias. */
9246 #if defined __stub_connect || defined __stub___connect
9247 choke me
9248 #endif
9251 main ()
9253 return connect ();
9255 return 0;
9257 _ACEOF
9258 rm -f conftest.$ac_objext conftest$ac_exeext
9259 if { (ac_try="$ac_link"
9260 case "(($ac_try" in
9261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9262 *) ac_try_echo=$ac_try;;
9263 esac
9264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9265 (eval "$ac_link") 2>conftest.er1
9266 ac_status=$?
9267 grep -v '^ *+' conftest.er1 >conftest.err
9268 rm -f conftest.er1
9269 cat conftest.err >&5
9270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9271 (exit $ac_status); } && {
9272 test -z "$ac_c_werror_flag" ||
9273 test ! -s conftest.err
9274 } && test -s conftest$ac_exeext &&
9275 $as_test_x conftest$ac_exeext; then
9276 ac_cv_func_connect=yes
9277 else
9278 echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9281 ac_cv_func_connect=no
9284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9285 conftest$ac_exeext conftest.$ac_ext
9287 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9288 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9290 if test $ac_cv_func_connect = no; then
9291 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9292 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9293 if test "${ac_cv_lib_socket_connect+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9295 else
9296 ac_check_lib_save_LIBS=$LIBS
9297 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 /* confdefs.h. */
9300 _ACEOF
9301 cat confdefs.h >>conftest.$ac_ext
9302 cat >>conftest.$ac_ext <<_ACEOF
9303 /* end confdefs.h. */
9305 /* Override any GCC internal prototype to avoid an error.
9306 Use char because int might match the return type of a GCC
9307 builtin and then its argument prototype would still apply. */
9308 #ifdef __cplusplus
9309 extern "C"
9310 #endif
9311 char connect ();
9313 main ()
9315 return connect ();
9317 return 0;
9319 _ACEOF
9320 rm -f conftest.$ac_objext conftest$ac_exeext
9321 if { (ac_try="$ac_link"
9322 case "(($ac_try" in
9323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9324 *) ac_try_echo=$ac_try;;
9325 esac
9326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9327 (eval "$ac_link") 2>conftest.er1
9328 ac_status=$?
9329 grep -v '^ *+' conftest.er1 >conftest.err
9330 rm -f conftest.er1
9331 cat conftest.err >&5
9332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333 (exit $ac_status); } && {
9334 test -z "$ac_c_werror_flag" ||
9335 test ! -s conftest.err
9336 } && test -s conftest$ac_exeext &&
9337 $as_test_x conftest$ac_exeext; then
9338 ac_cv_lib_socket_connect=yes
9339 else
9340 echo "$as_me: failed program was:" >&5
9341 sed 's/^/| /' conftest.$ac_ext >&5
9343 ac_cv_lib_socket_connect=no
9346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9347 conftest$ac_exeext conftest.$ac_ext
9348 LIBS=$ac_check_lib_save_LIBS
9350 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9351 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9352 if test $ac_cv_lib_socket_connect = yes; then
9353 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9358 # Guillermo Gomez says -lposix is necessary on A/UX.
9359 { echo "$as_me:$LINENO: checking for remove" >&5
9360 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9361 if test "${ac_cv_func_remove+set}" = set; then
9362 echo $ECHO_N "(cached) $ECHO_C" >&6
9363 else
9364 cat >conftest.$ac_ext <<_ACEOF
9365 /* confdefs.h. */
9366 _ACEOF
9367 cat confdefs.h >>conftest.$ac_ext
9368 cat >>conftest.$ac_ext <<_ACEOF
9369 /* end confdefs.h. */
9370 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9371 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9372 #define remove innocuous_remove
9374 /* System header to define __stub macros and hopefully few prototypes,
9375 which can conflict with char remove (); below.
9376 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9377 <limits.h> exists even on freestanding compilers. */
9379 #ifdef __STDC__
9380 # include <limits.h>
9381 #else
9382 # include <assert.h>
9383 #endif
9385 #undef remove
9387 /* Override any GCC internal prototype to avoid an error.
9388 Use char because int might match the return type of a GCC
9389 builtin and then its argument prototype would still apply. */
9390 #ifdef __cplusplus
9391 extern "C"
9392 #endif
9393 char remove ();
9394 /* The GNU C library defines this for functions which it implements
9395 to always fail with ENOSYS. Some functions are actually named
9396 something starting with __ and the normal name is an alias. */
9397 #if defined __stub_remove || defined __stub___remove
9398 choke me
9399 #endif
9402 main ()
9404 return remove ();
9406 return 0;
9408 _ACEOF
9409 rm -f conftest.$ac_objext conftest$ac_exeext
9410 if { (ac_try="$ac_link"
9411 case "(($ac_try" in
9412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9413 *) ac_try_echo=$ac_try;;
9414 esac
9415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9416 (eval "$ac_link") 2>conftest.er1
9417 ac_status=$?
9418 grep -v '^ *+' conftest.er1 >conftest.err
9419 rm -f conftest.er1
9420 cat conftest.err >&5
9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422 (exit $ac_status); } && {
9423 test -z "$ac_c_werror_flag" ||
9424 test ! -s conftest.err
9425 } && test -s conftest$ac_exeext &&
9426 $as_test_x conftest$ac_exeext; then
9427 ac_cv_func_remove=yes
9428 else
9429 echo "$as_me: failed program was:" >&5
9430 sed 's/^/| /' conftest.$ac_ext >&5
9432 ac_cv_func_remove=no
9435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9436 conftest$ac_exeext conftest.$ac_ext
9438 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9439 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9441 if test $ac_cv_func_remove = no; then
9442 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9443 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9444 if test "${ac_cv_lib_posix_remove+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 ac_check_lib_save_LIBS=$LIBS
9448 LIBS="-lposix $LIBS"
9449 cat >conftest.$ac_ext <<_ACEOF
9450 /* confdefs.h. */
9451 _ACEOF
9452 cat confdefs.h >>conftest.$ac_ext
9453 cat >>conftest.$ac_ext <<_ACEOF
9454 /* end confdefs.h. */
9456 /* Override any GCC internal prototype to avoid an error.
9457 Use char because int might match the return type of a GCC
9458 builtin and then its argument prototype would still apply. */
9459 #ifdef __cplusplus
9460 extern "C"
9461 #endif
9462 char remove ();
9464 main ()
9466 return remove ();
9468 return 0;
9470 _ACEOF
9471 rm -f conftest.$ac_objext conftest$ac_exeext
9472 if { (ac_try="$ac_link"
9473 case "(($ac_try" in
9474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9475 *) ac_try_echo=$ac_try;;
9476 esac
9477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9478 (eval "$ac_link") 2>conftest.er1
9479 ac_status=$?
9480 grep -v '^ *+' conftest.er1 >conftest.err
9481 rm -f conftest.er1
9482 cat conftest.err >&5
9483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9484 (exit $ac_status); } && {
9485 test -z "$ac_c_werror_flag" ||
9486 test ! -s conftest.err
9487 } && test -s conftest$ac_exeext &&
9488 $as_test_x conftest$ac_exeext; then
9489 ac_cv_lib_posix_remove=yes
9490 else
9491 echo "$as_me: failed program was:" >&5
9492 sed 's/^/| /' conftest.$ac_ext >&5
9494 ac_cv_lib_posix_remove=no
9497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9498 conftest$ac_exeext conftest.$ac_ext
9499 LIBS=$ac_check_lib_save_LIBS
9501 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9502 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9503 if test $ac_cv_lib_posix_remove = yes; then
9504 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9509 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9510 { echo "$as_me:$LINENO: checking for shmat" >&5
9511 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9512 if test "${ac_cv_func_shmat+set}" = set; then
9513 echo $ECHO_N "(cached) $ECHO_C" >&6
9514 else
9515 cat >conftest.$ac_ext <<_ACEOF
9516 /* confdefs.h. */
9517 _ACEOF
9518 cat confdefs.h >>conftest.$ac_ext
9519 cat >>conftest.$ac_ext <<_ACEOF
9520 /* end confdefs.h. */
9521 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9522 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9523 #define shmat innocuous_shmat
9525 /* System header to define __stub macros and hopefully few prototypes,
9526 which can conflict with char shmat (); below.
9527 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9528 <limits.h> exists even on freestanding compilers. */
9530 #ifdef __STDC__
9531 # include <limits.h>
9532 #else
9533 # include <assert.h>
9534 #endif
9536 #undef shmat
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9541 #ifdef __cplusplus
9542 extern "C"
9543 #endif
9544 char shmat ();
9545 /* The GNU C library defines this for functions which it implements
9546 to always fail with ENOSYS. Some functions are actually named
9547 something starting with __ and the normal name is an alias. */
9548 #if defined __stub_shmat || defined __stub___shmat
9549 choke me
9550 #endif
9553 main ()
9555 return shmat ();
9557 return 0;
9559 _ACEOF
9560 rm -f conftest.$ac_objext conftest$ac_exeext
9561 if { (ac_try="$ac_link"
9562 case "(($ac_try" in
9563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9564 *) ac_try_echo=$ac_try;;
9565 esac
9566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9567 (eval "$ac_link") 2>conftest.er1
9568 ac_status=$?
9569 grep -v '^ *+' conftest.er1 >conftest.err
9570 rm -f conftest.er1
9571 cat conftest.err >&5
9572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9573 (exit $ac_status); } && {
9574 test -z "$ac_c_werror_flag" ||
9575 test ! -s conftest.err
9576 } && test -s conftest$ac_exeext &&
9577 $as_test_x conftest$ac_exeext; then
9578 ac_cv_func_shmat=yes
9579 else
9580 echo "$as_me: failed program was:" >&5
9581 sed 's/^/| /' conftest.$ac_ext >&5
9583 ac_cv_func_shmat=no
9586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9587 conftest$ac_exeext conftest.$ac_ext
9589 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9590 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9592 if test $ac_cv_func_shmat = no; then
9593 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9594 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9595 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9596 echo $ECHO_N "(cached) $ECHO_C" >&6
9597 else
9598 ac_check_lib_save_LIBS=$LIBS
9599 LIBS="-lipc $LIBS"
9600 cat >conftest.$ac_ext <<_ACEOF
9601 /* confdefs.h. */
9602 _ACEOF
9603 cat confdefs.h >>conftest.$ac_ext
9604 cat >>conftest.$ac_ext <<_ACEOF
9605 /* end confdefs.h. */
9607 /* Override any GCC internal prototype to avoid an error.
9608 Use char because int might match the return type of a GCC
9609 builtin and then its argument prototype would still apply. */
9610 #ifdef __cplusplus
9611 extern "C"
9612 #endif
9613 char shmat ();
9615 main ()
9617 return shmat ();
9619 return 0;
9621 _ACEOF
9622 rm -f conftest.$ac_objext conftest$ac_exeext
9623 if { (ac_try="$ac_link"
9624 case "(($ac_try" in
9625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9626 *) ac_try_echo=$ac_try;;
9627 esac
9628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9629 (eval "$ac_link") 2>conftest.er1
9630 ac_status=$?
9631 grep -v '^ *+' conftest.er1 >conftest.err
9632 rm -f conftest.er1
9633 cat conftest.err >&5
9634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9635 (exit $ac_status); } && {
9636 test -z "$ac_c_werror_flag" ||
9637 test ! -s conftest.err
9638 } && test -s conftest$ac_exeext &&
9639 $as_test_x conftest$ac_exeext; then
9640 ac_cv_lib_ipc_shmat=yes
9641 else
9642 echo "$as_me: failed program was:" >&5
9643 sed 's/^/| /' conftest.$ac_ext >&5
9645 ac_cv_lib_ipc_shmat=no
9648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9649 conftest$ac_exeext conftest.$ac_ext
9650 LIBS=$ac_check_lib_save_LIBS
9652 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9653 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9654 if test $ac_cv_lib_ipc_shmat = yes; then
9655 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9661 # Check for libraries that X11R6 Xt/Xaw programs need.
9662 ac_save_LDFLAGS=$LDFLAGS
9663 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9664 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9665 # check for ICE first), but we must link in the order -lSM -lICE or
9666 # we get undefined symbols. So assume we have SM if we have ICE.
9667 # These have to be linked with before -lX11, unlike the other
9668 # libraries we check for below, so use a different variable.
9669 # John Interrante, Karl Berry
9670 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9671 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9672 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9673 echo $ECHO_N "(cached) $ECHO_C" >&6
9674 else
9675 ac_check_lib_save_LIBS=$LIBS
9676 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9677 cat >conftest.$ac_ext <<_ACEOF
9678 /* confdefs.h. */
9679 _ACEOF
9680 cat confdefs.h >>conftest.$ac_ext
9681 cat >>conftest.$ac_ext <<_ACEOF
9682 /* end confdefs.h. */
9684 /* Override any GCC internal prototype to avoid an error.
9685 Use char because int might match the return type of a GCC
9686 builtin and then its argument prototype would still apply. */
9687 #ifdef __cplusplus
9688 extern "C"
9689 #endif
9690 char IceConnectionNumber ();
9692 main ()
9694 return IceConnectionNumber ();
9696 return 0;
9698 _ACEOF
9699 rm -f conftest.$ac_objext conftest$ac_exeext
9700 if { (ac_try="$ac_link"
9701 case "(($ac_try" in
9702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9703 *) ac_try_echo=$ac_try;;
9704 esac
9705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9706 (eval "$ac_link") 2>conftest.er1
9707 ac_status=$?
9708 grep -v '^ *+' conftest.er1 >conftest.err
9709 rm -f conftest.er1
9710 cat conftest.err >&5
9711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9712 (exit $ac_status); } && {
9713 test -z "$ac_c_werror_flag" ||
9714 test ! -s conftest.err
9715 } && test -s conftest$ac_exeext &&
9716 $as_test_x conftest$ac_exeext; then
9717 ac_cv_lib_ICE_IceConnectionNumber=yes
9718 else
9719 echo "$as_me: failed program was:" >&5
9720 sed 's/^/| /' conftest.$ac_ext >&5
9722 ac_cv_lib_ICE_IceConnectionNumber=no
9725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9726 conftest$ac_exeext conftest.$ac_ext
9727 LIBS=$ac_check_lib_save_LIBS
9729 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9730 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9731 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9732 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9735 LDFLAGS=$ac_save_LDFLAGS
9740 if test "$have_x" = "yes"
9741 then
9742 XLIB="-lXext -lX11"
9743 ac_save_CPPFLAGS="$CPPFLAGS"
9744 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9746 { echo "$as_me:$LINENO: checking for -lX11" >&5
9747 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9748 if test "${ac_cv_lib_soname_X11+set}" = set; then
9749 echo $ECHO_N "(cached) $ECHO_C" >&6
9750 else
9751 ac_check_soname_save_LIBS=$LIBS
9752 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9753 cat >conftest.$ac_ext <<_ACEOF
9754 /* confdefs.h. */
9755 _ACEOF
9756 cat confdefs.h >>conftest.$ac_ext
9757 cat >>conftest.$ac_ext <<_ACEOF
9758 /* end confdefs.h. */
9760 /* Override any GCC internal prototype to avoid an error.
9761 Use char because int might match the return type of a GCC
9762 builtin and then its argument prototype would still apply. */
9763 #ifdef __cplusplus
9764 extern "C"
9765 #endif
9766 char XCreateWindow ();
9768 main ()
9770 return XCreateWindow ();
9772 return 0;
9774 _ACEOF
9775 rm -f conftest.$ac_objext conftest$ac_exeext
9776 if { (ac_try="$ac_link"
9777 case "(($ac_try" in
9778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9779 *) ac_try_echo=$ac_try;;
9780 esac
9781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9782 (eval "$ac_link") 2>conftest.er1
9783 ac_status=$?
9784 grep -v '^ *+' conftest.er1 >conftest.err
9785 rm -f conftest.er1
9786 cat conftest.err >&5
9787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788 (exit $ac_status); } && {
9789 test -z "$ac_c_werror_flag" ||
9790 test ! -s conftest.err
9791 } && test -s conftest$ac_exeext &&
9792 $as_test_x conftest$ac_exeext; then
9793 case "$LIBEXT" in
9794 dll) ;;
9795 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'` ;;
9796 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9797 esac
9798 else
9799 echo "$as_me: failed program was:" >&5
9800 sed 's/^/| /' conftest.$ac_ext >&5
9805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9806 conftest$ac_exeext conftest.$ac_ext
9807 LIBS=$ac_check_soname_save_LIBS
9809 if test "x$ac_cv_lib_soname_X11" = "x"; then
9810 { echo "$as_me:$LINENO: result: not found" >&5
9811 echo "${ECHO_T}not found" >&6; }
9813 else
9814 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9815 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9817 cat >>confdefs.h <<_ACEOF
9818 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9819 _ACEOF
9824 { echo "$as_me:$LINENO: checking for -lXext" >&5
9825 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9828 else
9829 ac_check_soname_save_LIBS=$LIBS
9830 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.$ac_ext <<_ACEOF
9832 /* confdefs.h. */
9833 _ACEOF
9834 cat confdefs.h >>conftest.$ac_ext
9835 cat >>conftest.$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9841 #ifdef __cplusplus
9842 extern "C"
9843 #endif
9844 char XextCreateExtension ();
9846 main ()
9848 return XextCreateExtension ();
9850 return 0;
9852 _ACEOF
9853 rm -f conftest.$ac_objext conftest$ac_exeext
9854 if { (ac_try="$ac_link"
9855 case "(($ac_try" in
9856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9858 esac
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9861 ac_status=$?
9862 grep -v '^ *+' conftest.er1 >conftest.err
9863 rm -f conftest.er1
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 case "$LIBEXT" in
9872 dll) ;;
9873 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'` ;;
9874 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9875 esac
9876 else
9877 echo "$as_me: failed program was:" >&5
9878 sed 's/^/| /' conftest.$ac_ext >&5
9883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9884 conftest$ac_exeext conftest.$ac_ext
9885 LIBS=$ac_check_soname_save_LIBS
9887 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9888 { echo "$as_me:$LINENO: result: not found" >&5
9889 echo "${ECHO_T}not found" >&6; }
9891 else
9892 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9893 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9895 cat >>confdefs.h <<_ACEOF
9896 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9897 _ACEOF
9915 for ac_header in X11/Xlib.h \
9916 X11/XKBlib.h \
9917 X11/Xutil.h \
9918 X11/Xcursor/Xcursor.h \
9919 X11/extensions/shape.h \
9920 X11/extensions/XInput.h \
9921 X11/extensions/XShm.h \
9922 X11/extensions/Xcomposite.h \
9923 X11/extensions/Xinerama.h \
9924 X11/extensions/Xrandr.h \
9925 X11/extensions/Xrender.h \
9926 X11/extensions/xf86vmode.h
9928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 else
9934 cat >conftest.$ac_ext <<_ACEOF
9935 /* confdefs.h. */
9936 _ACEOF
9937 cat confdefs.h >>conftest.$ac_ext
9938 cat >>conftest.$ac_ext <<_ACEOF
9939 /* end confdefs.h. */
9940 #ifdef HAVE_X11_XLIB_H
9941 # include <X11/Xlib.h>
9942 #endif
9943 #ifdef HAVE_X11_XUTIL_H
9944 # include <X11/Xutil.h>
9945 #endif
9947 #include <$ac_header>
9948 _ACEOF
9949 rm -f conftest.$ac_objext
9950 if { (ac_try="$ac_compile"
9951 case "(($ac_try" in
9952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9953 *) ac_try_echo=$ac_try;;
9954 esac
9955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9956 (eval "$ac_compile") 2>conftest.er1
9957 ac_status=$?
9958 grep -v '^ *+' conftest.er1 >conftest.err
9959 rm -f conftest.er1
9960 cat conftest.err >&5
9961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9962 (exit $ac_status); } && {
9963 test -z "$ac_c_werror_flag" ||
9964 test ! -s conftest.err
9965 } && test -s conftest.$ac_objext; then
9966 eval "$as_ac_Header=yes"
9967 else
9968 echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.$ac_ext >&5
9971 eval "$as_ac_Header=no"
9974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9976 ac_res=`eval echo '${'$as_ac_Header'}'`
9977 { echo "$as_me:$LINENO: result: $ac_res" >&5
9978 echo "${ECHO_T}$ac_res" >&6; }
9979 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9980 cat >>confdefs.h <<_ACEOF
9981 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9982 _ACEOF
9986 done
9989 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9990 then
9991 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9992 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9995 else
9996 ac_check_lib_save_LIBS=$LIBS
9997 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.$ac_ext <<_ACEOF
9999 /* confdefs.h. */
10000 _ACEOF
10001 cat confdefs.h >>conftest.$ac_ext
10002 cat >>conftest.$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char XkbQueryExtension ();
10013 main ()
10015 return XkbQueryExtension ();
10017 return 0;
10019 _ACEOF
10020 rm -f conftest.$ac_objext conftest$ac_exeext
10021 if { (ac_try="$ac_link"
10022 case "(($ac_try" in
10023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10025 esac
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10028 ac_status=$?
10029 grep -v '^ *+' conftest.er1 >conftest.err
10030 rm -f conftest.er1
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10038 ac_cv_lib_X11_XkbQueryExtension=yes
10039 else
10040 echo "$as_me: failed program was:" >&5
10041 sed 's/^/| /' conftest.$ac_ext >&5
10043 ac_cv_lib_X11_XkbQueryExtension=no
10046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10047 conftest$ac_exeext conftest.$ac_ext
10048 LIBS=$ac_check_lib_save_LIBS
10050 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10051 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10052 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10054 cat >>confdefs.h <<\_ACEOF
10055 #define HAVE_XKB 1
10056 _ACEOF
10062 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10063 then
10064 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10065 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10066 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10067 echo $ECHO_N "(cached) $ECHO_C" >&6
10068 else
10069 ac_check_soname_save_LIBS=$LIBS
10070 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10071 cat >conftest.$ac_ext <<_ACEOF
10072 /* confdefs.h. */
10073 _ACEOF
10074 cat confdefs.h >>conftest.$ac_ext
10075 cat >>conftest.$ac_ext <<_ACEOF
10076 /* end confdefs.h. */
10078 /* Override any GCC internal prototype to avoid an error.
10079 Use char because int might match the return type of a GCC
10080 builtin and then its argument prototype would still apply. */
10081 #ifdef __cplusplus
10082 extern "C"
10083 #endif
10084 char XcursorImageLoadCursor ();
10086 main ()
10088 return XcursorImageLoadCursor ();
10090 return 0;
10092 _ACEOF
10093 rm -f conftest.$ac_objext conftest$ac_exeext
10094 if { (ac_try="$ac_link"
10095 case "(($ac_try" in
10096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10097 *) ac_try_echo=$ac_try;;
10098 esac
10099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10100 (eval "$ac_link") 2>conftest.er1
10101 ac_status=$?
10102 grep -v '^ *+' conftest.er1 >conftest.err
10103 rm -f conftest.er1
10104 cat conftest.err >&5
10105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106 (exit $ac_status); } && {
10107 test -z "$ac_c_werror_flag" ||
10108 test ! -s conftest.err
10109 } && test -s conftest$ac_exeext &&
10110 $as_test_x conftest$ac_exeext; then
10111 case "$LIBEXT" in
10112 dll) ;;
10113 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'` ;;
10114 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10115 esac
10116 else
10117 echo "$as_me: failed program was:" >&5
10118 sed 's/^/| /' conftest.$ac_ext >&5
10123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10124 conftest$ac_exeext conftest.$ac_ext
10125 LIBS=$ac_check_soname_save_LIBS
10127 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10128 { echo "$as_me:$LINENO: result: not found" >&5
10129 echo "${ECHO_T}not found" >&6; }
10131 else
10132 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10133 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10135 cat >>confdefs.h <<_ACEOF
10136 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10137 _ACEOF
10143 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10144 case "x$with_xcursor" in
10145 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10146 xno) ;;
10147 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10148 This is an error since --with-xcursor was requested." >&5
10149 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10150 This is an error since --with-xcursor was requested." >&2;}
10151 { (exit 1); exit 1; }; } ;;
10152 esac
10156 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10157 then
10158 { echo "$as_me:$LINENO: checking for -lXi" >&5
10159 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10160 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10161 echo $ECHO_N "(cached) $ECHO_C" >&6
10162 else
10163 ac_check_soname_save_LIBS=$LIBS
10164 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10165 cat >conftest.$ac_ext <<_ACEOF
10166 /* confdefs.h. */
10167 _ACEOF
10168 cat confdefs.h >>conftest.$ac_ext
10169 cat >>conftest.$ac_ext <<_ACEOF
10170 /* end confdefs.h. */
10172 /* Override any GCC internal prototype to avoid an error.
10173 Use char because int might match the return type of a GCC
10174 builtin and then its argument prototype would still apply. */
10175 #ifdef __cplusplus
10176 extern "C"
10177 #endif
10178 char XOpenDevice ();
10180 main ()
10182 return XOpenDevice ();
10184 return 0;
10186 _ACEOF
10187 rm -f conftest.$ac_objext conftest$ac_exeext
10188 if { (ac_try="$ac_link"
10189 case "(($ac_try" in
10190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10191 *) ac_try_echo=$ac_try;;
10192 esac
10193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10194 (eval "$ac_link") 2>conftest.er1
10195 ac_status=$?
10196 grep -v '^ *+' conftest.er1 >conftest.err
10197 rm -f conftest.er1
10198 cat conftest.err >&5
10199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10200 (exit $ac_status); } && {
10201 test -z "$ac_c_werror_flag" ||
10202 test ! -s conftest.err
10203 } && test -s conftest$ac_exeext &&
10204 $as_test_x conftest$ac_exeext; then
10205 case "$LIBEXT" in
10206 dll) ;;
10207 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'` ;;
10208 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10209 esac
10210 else
10211 echo "$as_me: failed program was:" >&5
10212 sed 's/^/| /' conftest.$ac_ext >&5
10217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10218 conftest$ac_exeext conftest.$ac_ext
10219 LIBS=$ac_check_soname_save_LIBS
10221 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10222 { echo "$as_me:$LINENO: result: not found" >&5
10223 echo "${ECHO_T}not found" >&6; }
10225 else
10226 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10227 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10229 cat >>confdefs.h <<_ACEOF
10230 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10231 _ACEOF
10237 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10238 case "x$with_xinput" in
10239 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10240 xno) ;;
10241 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10242 This is an error since --with-xinput was requested." >&5
10243 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10244 This is an error since --with-xinput was requested." >&2;}
10245 { (exit 1); exit 1; }; } ;;
10246 esac
10250 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10251 then
10252 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10253 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10254 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10255 echo $ECHO_N "(cached) $ECHO_C" >&6
10256 else
10257 ac_check_lib_save_LIBS=$LIBS
10258 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10259 cat >conftest.$ac_ext <<_ACEOF
10260 /* confdefs.h. */
10261 _ACEOF
10262 cat confdefs.h >>conftest.$ac_ext
10263 cat >>conftest.$ac_ext <<_ACEOF
10264 /* end confdefs.h. */
10266 /* Override any GCC internal prototype to avoid an error.
10267 Use char because int might match the return type of a GCC
10268 builtin and then its argument prototype would still apply. */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char XShmQueryExtension ();
10274 main ()
10276 return XShmQueryExtension ();
10278 return 0;
10280 _ACEOF
10281 rm -f conftest.$ac_objext conftest$ac_exeext
10282 if { (ac_try="$ac_link"
10283 case "(($ac_try" in
10284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10285 *) ac_try_echo=$ac_try;;
10286 esac
10287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10288 (eval "$ac_link") 2>conftest.er1
10289 ac_status=$?
10290 grep -v '^ *+' conftest.er1 >conftest.err
10291 rm -f conftest.er1
10292 cat conftest.err >&5
10293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10294 (exit $ac_status); } && {
10295 test -z "$ac_c_werror_flag" ||
10296 test ! -s conftest.err
10297 } && test -s conftest$ac_exeext &&
10298 $as_test_x conftest$ac_exeext; then
10299 ac_cv_lib_Xext_XShmQueryExtension=yes
10300 else
10301 echo "$as_me: failed program was:" >&5
10302 sed 's/^/| /' conftest.$ac_ext >&5
10304 ac_cv_lib_Xext_XShmQueryExtension=no
10307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10308 conftest$ac_exeext conftest.$ac_ext
10309 LIBS=$ac_check_lib_save_LIBS
10311 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10312 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10313 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10315 cat >>confdefs.h <<\_ACEOF
10316 #define HAVE_LIBXXSHM 1
10317 _ACEOF
10322 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10323 case "x$with_xshm" in
10324 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10325 xno) ;;
10326 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10327 This is an error since --with-xshm was requested." >&5
10328 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10329 This is an error since --with-xshm was requested." >&2;}
10330 { (exit 1); exit 1; }; } ;;
10331 esac
10335 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10336 then
10337 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10338 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10339 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10340 echo $ECHO_N "(cached) $ECHO_C" >&6
10341 else
10342 ac_check_lib_save_LIBS=$LIBS
10343 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10344 cat >conftest.$ac_ext <<_ACEOF
10345 /* confdefs.h. */
10346 _ACEOF
10347 cat confdefs.h >>conftest.$ac_ext
10348 cat >>conftest.$ac_ext <<_ACEOF
10349 /* end confdefs.h. */
10351 /* Override any GCC internal prototype to avoid an error.
10352 Use char because int might match the return type of a GCC
10353 builtin and then its argument prototype would still apply. */
10354 #ifdef __cplusplus
10355 extern "C"
10356 #endif
10357 char XShapeQueryExtension ();
10359 main ()
10361 return XShapeQueryExtension ();
10363 return 0;
10365 _ACEOF
10366 rm -f conftest.$ac_objext conftest$ac_exeext
10367 if { (ac_try="$ac_link"
10368 case "(($ac_try" in
10369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10370 *) ac_try_echo=$ac_try;;
10371 esac
10372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10373 (eval "$ac_link") 2>conftest.er1
10374 ac_status=$?
10375 grep -v '^ *+' conftest.er1 >conftest.err
10376 rm -f conftest.er1
10377 cat conftest.err >&5
10378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10379 (exit $ac_status); } && {
10380 test -z "$ac_c_werror_flag" ||
10381 test ! -s conftest.err
10382 } && test -s conftest$ac_exeext &&
10383 $as_test_x conftest$ac_exeext; then
10384 ac_cv_lib_Xext_XShapeQueryExtension=yes
10385 else
10386 echo "$as_me: failed program was:" >&5
10387 sed 's/^/| /' conftest.$ac_ext >&5
10389 ac_cv_lib_Xext_XShapeQueryExtension=no
10392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10393 conftest$ac_exeext conftest.$ac_ext
10394 LIBS=$ac_check_lib_save_LIBS
10396 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10397 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10398 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10400 cat >>confdefs.h <<\_ACEOF
10401 #define HAVE_LIBXSHAPE 1
10402 _ACEOF
10407 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10408 case "x$with_xshape" in
10409 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10410 xno) ;;
10411 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10412 This is an error since --with-xshape was requested." >&5
10413 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10414 This is an error since --with-xshape was requested." >&2;}
10415 { (exit 1); exit 1; }; } ;;
10416 esac
10420 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10421 then
10422 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10423 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10424 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10425 echo $ECHO_N "(cached) $ECHO_C" >&6
10426 else
10427 ac_check_soname_save_LIBS=$LIBS
10428 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10429 cat >conftest.$ac_ext <<_ACEOF
10430 /* confdefs.h. */
10431 _ACEOF
10432 cat confdefs.h >>conftest.$ac_ext
10433 cat >>conftest.$ac_ext <<_ACEOF
10434 /* end confdefs.h. */
10436 /* Override any GCC internal prototype to avoid an error.
10437 Use char because int might match the return type of a GCC
10438 builtin and then its argument prototype would still apply. */
10439 #ifdef __cplusplus
10440 extern "C"
10441 #endif
10442 char XF86VidModeQueryExtension ();
10444 main ()
10446 return XF86VidModeQueryExtension ();
10448 return 0;
10450 _ACEOF
10451 rm -f conftest.$ac_objext conftest$ac_exeext
10452 if { (ac_try="$ac_link"
10453 case "(($ac_try" in
10454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10455 *) ac_try_echo=$ac_try;;
10456 esac
10457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10458 (eval "$ac_link") 2>conftest.er1
10459 ac_status=$?
10460 grep -v '^ *+' conftest.er1 >conftest.err
10461 rm -f conftest.er1
10462 cat conftest.err >&5
10463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10464 (exit $ac_status); } && {
10465 test -z "$ac_c_werror_flag" ||
10466 test ! -s conftest.err
10467 } && test -s conftest$ac_exeext &&
10468 $as_test_x conftest$ac_exeext; then
10469 case "$LIBEXT" in
10470 dll) ;;
10471 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'` ;;
10472 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10473 esac
10474 else
10475 echo "$as_me: failed program was:" >&5
10476 sed 's/^/| /' conftest.$ac_ext >&5
10481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10482 conftest$ac_exeext conftest.$ac_ext
10483 LIBS=$ac_check_soname_save_LIBS
10485 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10486 { echo "$as_me:$LINENO: result: not found" >&5
10487 echo "${ECHO_T}not found" >&6; }
10489 else
10490 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10491 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10493 cat >>confdefs.h <<_ACEOF
10494 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10495 _ACEOF
10501 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10502 case "x$with_xxf86vm" in
10503 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10504 xno) ;;
10505 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10506 This is an error since --with-xxf86vm was requested." >&5
10507 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10508 This is an error since --with-xxf86vm was requested." >&2;}
10509 { (exit 1); exit 1; }; } ;;
10510 esac
10514 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"
10515 then
10516 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10517 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10518 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10519 echo $ECHO_N "(cached) $ECHO_C" >&6
10520 else
10521 ac_check_soname_save_LIBS=$LIBS
10522 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10523 cat >conftest.$ac_ext <<_ACEOF
10524 /* confdefs.h. */
10525 _ACEOF
10526 cat confdefs.h >>conftest.$ac_ext
10527 cat >>conftest.$ac_ext <<_ACEOF
10528 /* end confdefs.h. */
10530 /* Override any GCC internal prototype to avoid an error.
10531 Use char because int might match the return type of a GCC
10532 builtin and then its argument prototype would still apply. */
10533 #ifdef __cplusplus
10534 extern "C"
10535 #endif
10536 char XRenderQueryExtension ();
10538 main ()
10540 return XRenderQueryExtension ();
10542 return 0;
10544 _ACEOF
10545 rm -f conftest.$ac_objext conftest$ac_exeext
10546 if { (ac_try="$ac_link"
10547 case "(($ac_try" in
10548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10549 *) ac_try_echo=$ac_try;;
10550 esac
10551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10552 (eval "$ac_link") 2>conftest.er1
10553 ac_status=$?
10554 grep -v '^ *+' conftest.er1 >conftest.err
10555 rm -f conftest.er1
10556 cat conftest.err >&5
10557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558 (exit $ac_status); } && {
10559 test -z "$ac_c_werror_flag" ||
10560 test ! -s conftest.err
10561 } && test -s conftest$ac_exeext &&
10562 $as_test_x conftest$ac_exeext; then
10563 case "$LIBEXT" in
10564 dll) ;;
10565 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'` ;;
10566 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10567 esac
10568 else
10569 echo "$as_me: failed program was:" >&5
10570 sed 's/^/| /' conftest.$ac_ext >&5
10575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10576 conftest$ac_exeext conftest.$ac_ext
10577 LIBS=$ac_check_soname_save_LIBS
10579 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10580 { echo "$as_me:$LINENO: result: not found" >&5
10581 echo "${ECHO_T}not found" >&6; }
10583 else
10584 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10585 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10587 cat >>confdefs.h <<_ACEOF
10588 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10589 _ACEOF
10591 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10592 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10593 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10594 echo $ECHO_N "(cached) $ECHO_C" >&6
10595 else
10596 ac_check_lib_save_LIBS=$LIBS
10597 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10598 cat >conftest.$ac_ext <<_ACEOF
10599 /* confdefs.h. */
10600 _ACEOF
10601 cat confdefs.h >>conftest.$ac_ext
10602 cat >>conftest.$ac_ext <<_ACEOF
10603 /* end confdefs.h. */
10605 /* Override any GCC internal prototype to avoid an error.
10606 Use char because int might match the return type of a GCC
10607 builtin and then its argument prototype would still apply. */
10608 #ifdef __cplusplus
10609 extern "C"
10610 #endif
10611 char XRenderSetPictureTransform ();
10613 main ()
10615 return XRenderSetPictureTransform ();
10617 return 0;
10619 _ACEOF
10620 rm -f conftest.$ac_objext conftest$ac_exeext
10621 if { (ac_try="$ac_link"
10622 case "(($ac_try" in
10623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10624 *) ac_try_echo=$ac_try;;
10625 esac
10626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10627 (eval "$ac_link") 2>conftest.er1
10628 ac_status=$?
10629 grep -v '^ *+' conftest.er1 >conftest.err
10630 rm -f conftest.er1
10631 cat conftest.err >&5
10632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10633 (exit $ac_status); } && {
10634 test -z "$ac_c_werror_flag" ||
10635 test ! -s conftest.err
10636 } && test -s conftest$ac_exeext &&
10637 $as_test_x conftest$ac_exeext; then
10638 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10639 else
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10643 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10647 conftest$ac_exeext conftest.$ac_ext
10648 LIBS=$ac_check_lib_save_LIBS
10650 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10651 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10652 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10654 cat >>confdefs.h <<\_ACEOF
10655 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10656 _ACEOF
10664 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10665 case "x$with_xrender" in
10666 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10667 xno) ;;
10668 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10669 This is an error since --with-xrender was requested." >&5
10670 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10671 This is an error since --with-xrender was requested." >&2;}
10672 { (exit 1); exit 1; }; } ;;
10673 esac
10677 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10678 then
10679 cat >conftest.$ac_ext <<_ACEOF
10680 /* confdefs.h. */
10681 _ACEOF
10682 cat confdefs.h >>conftest.$ac_ext
10683 cat >>conftest.$ac_ext <<_ACEOF
10684 /* end confdefs.h. */
10685 #include <X11/Xlib.h>
10686 #include <X11/extensions/Xrandr.h>
10688 main ()
10690 static typeof(XRRSetScreenConfigAndRate) * func;
10692 return 0;
10694 _ACEOF
10695 rm -f conftest.$ac_objext
10696 if { (ac_try="$ac_compile"
10697 case "(($ac_try" in
10698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10699 *) ac_try_echo=$ac_try;;
10700 esac
10701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10702 (eval "$ac_compile") 2>conftest.er1
10703 ac_status=$?
10704 grep -v '^ *+' conftest.er1 >conftest.err
10705 rm -f conftest.er1
10706 cat conftest.err >&5
10707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708 (exit $ac_status); } && {
10709 test -z "$ac_c_werror_flag" ||
10710 test ! -s conftest.err
10711 } && test -s conftest.$ac_objext; then
10712 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10713 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10714 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10715 echo $ECHO_N "(cached) $ECHO_C" >&6
10716 else
10717 ac_check_soname_save_LIBS=$LIBS
10718 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10719 cat >conftest.$ac_ext <<_ACEOF
10720 /* confdefs.h. */
10721 _ACEOF
10722 cat confdefs.h >>conftest.$ac_ext
10723 cat >>conftest.$ac_ext <<_ACEOF
10724 /* end confdefs.h. */
10726 /* Override any GCC internal prototype to avoid an error.
10727 Use char because int might match the return type of a GCC
10728 builtin and then its argument prototype would still apply. */
10729 #ifdef __cplusplus
10730 extern "C"
10731 #endif
10732 char XRRQueryExtension ();
10734 main ()
10736 return XRRQueryExtension ();
10738 return 0;
10740 _ACEOF
10741 rm -f conftest.$ac_objext conftest$ac_exeext
10742 if { (ac_try="$ac_link"
10743 case "(($ac_try" in
10744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10745 *) ac_try_echo=$ac_try;;
10746 esac
10747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10748 (eval "$ac_link") 2>conftest.er1
10749 ac_status=$?
10750 grep -v '^ *+' conftest.er1 >conftest.err
10751 rm -f conftest.er1
10752 cat conftest.err >&5
10753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10754 (exit $ac_status); } && {
10755 test -z "$ac_c_werror_flag" ||
10756 test ! -s conftest.err
10757 } && test -s conftest$ac_exeext &&
10758 $as_test_x conftest$ac_exeext; then
10759 case "$LIBEXT" in
10760 dll) ;;
10761 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'` ;;
10762 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10763 esac
10764 else
10765 echo "$as_me: failed program was:" >&5
10766 sed 's/^/| /' conftest.$ac_ext >&5
10771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10772 conftest$ac_exeext conftest.$ac_ext
10773 LIBS=$ac_check_soname_save_LIBS
10775 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10776 { echo "$as_me:$LINENO: result: not found" >&5
10777 echo "${ECHO_T}not found" >&6; }
10779 else
10780 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10781 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10783 cat >>confdefs.h <<_ACEOF
10784 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10785 _ACEOF
10790 else
10791 echo "$as_me: failed program was:" >&5
10792 sed 's/^/| /' conftest.$ac_ext >&5
10797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10799 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10800 case "x$with_xrandr" in
10801 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10802 xno) ;;
10803 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10804 This is an error since --with-xrandr was requested." >&5
10805 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10806 This is an error since --with-xrandr was requested." >&2;}
10807 { (exit 1); exit 1; }; } ;;
10808 esac
10812 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10813 then
10814 cat >conftest.$ac_ext <<_ACEOF
10815 /* confdefs.h. */
10816 _ACEOF
10817 cat confdefs.h >>conftest.$ac_ext
10818 cat >>conftest.$ac_ext <<_ACEOF
10819 /* end confdefs.h. */
10820 #include <X11/Xlib.h>
10821 #include <X11/extensions/Xinerama.h>
10823 main ()
10825 static typeof(XineramaQueryScreens) * func;
10827 return 0;
10829 _ACEOF
10830 rm -f conftest.$ac_objext
10831 if { (ac_try="$ac_compile"
10832 case "(($ac_try" in
10833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10834 *) ac_try_echo=$ac_try;;
10835 esac
10836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10837 (eval "$ac_compile") 2>conftest.er1
10838 ac_status=$?
10839 grep -v '^ *+' conftest.er1 >conftest.err
10840 rm -f conftest.er1
10841 cat conftest.err >&5
10842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10843 (exit $ac_status); } && {
10844 test -z "$ac_c_werror_flag" ||
10845 test ! -s conftest.err
10846 } && test -s conftest.$ac_objext; then
10847 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10848 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10849 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10850 echo $ECHO_N "(cached) $ECHO_C" >&6
10851 else
10852 ac_check_soname_save_LIBS=$LIBS
10853 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10854 cat >conftest.$ac_ext <<_ACEOF
10855 /* confdefs.h. */
10856 _ACEOF
10857 cat confdefs.h >>conftest.$ac_ext
10858 cat >>conftest.$ac_ext <<_ACEOF
10859 /* end confdefs.h. */
10861 /* Override any GCC internal prototype to avoid an error.
10862 Use char because int might match the return type of a GCC
10863 builtin and then its argument prototype would still apply. */
10864 #ifdef __cplusplus
10865 extern "C"
10866 #endif
10867 char XineramaQueryScreens ();
10869 main ()
10871 return XineramaQueryScreens ();
10873 return 0;
10875 _ACEOF
10876 rm -f conftest.$ac_objext conftest$ac_exeext
10877 if { (ac_try="$ac_link"
10878 case "(($ac_try" in
10879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10880 *) ac_try_echo=$ac_try;;
10881 esac
10882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10883 (eval "$ac_link") 2>conftest.er1
10884 ac_status=$?
10885 grep -v '^ *+' conftest.er1 >conftest.err
10886 rm -f conftest.er1
10887 cat conftest.err >&5
10888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889 (exit $ac_status); } && {
10890 test -z "$ac_c_werror_flag" ||
10891 test ! -s conftest.err
10892 } && test -s conftest$ac_exeext &&
10893 $as_test_x conftest$ac_exeext; then
10894 case "$LIBEXT" in
10895 dll) ;;
10896 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'` ;;
10897 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10898 esac
10899 else
10900 echo "$as_me: failed program was:" >&5
10901 sed 's/^/| /' conftest.$ac_ext >&5
10906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10907 conftest$ac_exeext conftest.$ac_ext
10908 LIBS=$ac_check_soname_save_LIBS
10910 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10911 { echo "$as_me:$LINENO: result: not found" >&5
10912 echo "${ECHO_T}not found" >&6; }
10914 else
10915 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10916 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10918 cat >>confdefs.h <<_ACEOF
10919 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10920 _ACEOF
10925 else
10926 echo "$as_me: failed program was:" >&5
10927 sed 's/^/| /' conftest.$ac_ext >&5
10932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10934 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10935 case "x$with_xinerama" in
10936 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10937 xno) ;;
10938 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10939 This is an error since --with-xinerama was requested." >&5
10940 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10941 This is an error since --with-xinerama was requested." >&2;}
10942 { (exit 1); exit 1; }; } ;;
10943 esac
10947 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10948 then
10949 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10950 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10951 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10952 echo $ECHO_N "(cached) $ECHO_C" >&6
10953 else
10954 ac_check_soname_save_LIBS=$LIBS
10955 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10956 cat >conftest.$ac_ext <<_ACEOF
10957 /* confdefs.h. */
10958 _ACEOF
10959 cat confdefs.h >>conftest.$ac_ext
10960 cat >>conftest.$ac_ext <<_ACEOF
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10966 #ifdef __cplusplus
10967 extern "C"
10968 #endif
10969 char XCompositeRedirectWindow ();
10971 main ()
10973 return XCompositeRedirectWindow ();
10975 return 0;
10977 _ACEOF
10978 rm -f conftest.$ac_objext conftest$ac_exeext
10979 if { (ac_try="$ac_link"
10980 case "(($ac_try" in
10981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10982 *) ac_try_echo=$ac_try;;
10983 esac
10984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10985 (eval "$ac_link") 2>conftest.er1
10986 ac_status=$?
10987 grep -v '^ *+' conftest.er1 >conftest.err
10988 rm -f conftest.er1
10989 cat conftest.err >&5
10990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991 (exit $ac_status); } && {
10992 test -z "$ac_c_werror_flag" ||
10993 test ! -s conftest.err
10994 } && test -s conftest$ac_exeext &&
10995 $as_test_x conftest$ac_exeext; then
10996 case "$LIBEXT" in
10997 dll) ;;
10998 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'` ;;
10999 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11000 esac
11001 else
11002 echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11009 conftest$ac_exeext conftest.$ac_ext
11010 LIBS=$ac_check_soname_save_LIBS
11012 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11013 { echo "$as_me:$LINENO: result: not found" >&5
11014 echo "${ECHO_T}not found" >&6; }
11016 else
11017 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11018 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11020 cat >>confdefs.h <<_ACEOF
11021 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11022 _ACEOF
11028 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11029 case "x$with_xcomposite" in
11030 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11031 xno) ;;
11032 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11033 This is an error since --with-xcomposite was requested." >&5
11034 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11035 This is an error since --with-xcomposite was requested." >&2;}
11036 { (exit 1); exit 1; }; } ;;
11037 esac
11041 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11042 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11043 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11045 else
11046 cat >conftest.$ac_ext <<_ACEOF
11047 /* confdefs.h. */
11048 _ACEOF
11049 cat confdefs.h >>conftest.$ac_ext
11050 cat >>conftest.$ac_ext <<_ACEOF
11051 /* end confdefs.h. */
11052 #ifdef HAVE_X11_XLIB_H
11053 #include <X11/Xlib.h>
11054 #endif
11057 main ()
11059 static XICCallback ac_aggr;
11060 if (ac_aggr.callback)
11061 return 0;
11063 return 0;
11065 _ACEOF
11066 rm -f conftest.$ac_objext
11067 if { (ac_try="$ac_compile"
11068 case "(($ac_try" in
11069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11070 *) ac_try_echo=$ac_try;;
11071 esac
11072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11073 (eval "$ac_compile") 2>conftest.er1
11074 ac_status=$?
11075 grep -v '^ *+' conftest.er1 >conftest.err
11076 rm -f conftest.er1
11077 cat conftest.err >&5
11078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11079 (exit $ac_status); } && {
11080 test -z "$ac_c_werror_flag" ||
11081 test ! -s conftest.err
11082 } && test -s conftest.$ac_objext; then
11083 ac_cv_member_XICCallback_callback=yes
11084 else
11085 echo "$as_me: failed program was:" >&5
11086 sed 's/^/| /' conftest.$ac_ext >&5
11088 cat >conftest.$ac_ext <<_ACEOF
11089 /* confdefs.h. */
11090 _ACEOF
11091 cat confdefs.h >>conftest.$ac_ext
11092 cat >>conftest.$ac_ext <<_ACEOF
11093 /* end confdefs.h. */
11094 #ifdef HAVE_X11_XLIB_H
11095 #include <X11/Xlib.h>
11096 #endif
11099 main ()
11101 static XICCallback ac_aggr;
11102 if (sizeof ac_aggr.callback)
11103 return 0;
11105 return 0;
11107 _ACEOF
11108 rm -f conftest.$ac_objext
11109 if { (ac_try="$ac_compile"
11110 case "(($ac_try" in
11111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11112 *) ac_try_echo=$ac_try;;
11113 esac
11114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11115 (eval "$ac_compile") 2>conftest.er1
11116 ac_status=$?
11117 grep -v '^ *+' conftest.er1 >conftest.err
11118 rm -f conftest.er1
11119 cat conftest.err >&5
11120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); } && {
11122 test -z "$ac_c_werror_flag" ||
11123 test ! -s conftest.err
11124 } && test -s conftest.$ac_objext; then
11125 ac_cv_member_XICCallback_callback=yes
11126 else
11127 echo "$as_me: failed program was:" >&5
11128 sed 's/^/| /' conftest.$ac_ext >&5
11130 ac_cv_member_XICCallback_callback=no
11133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11138 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11139 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11140 if test $ac_cv_member_XICCallback_callback = yes; then
11142 cat >>confdefs.h <<_ACEOF
11143 #define HAVE_XICCALLBACK_CALLBACK 1
11144 _ACEOF
11151 opengl_msg=""
11152 if test "x$with_opengl" != "xno"
11153 then
11158 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11160 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11161 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11162 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11164 echo $ECHO_N "(cached) $ECHO_C" >&6
11165 else
11166 cat >conftest.$ac_ext <<_ACEOF
11167 /* confdefs.h. */
11168 _ACEOF
11169 cat confdefs.h >>conftest.$ac_ext
11170 cat >>conftest.$ac_ext <<_ACEOF
11171 /* end confdefs.h. */
11172 #ifdef HAVE_GL_GLX_H
11173 # include <GL/glx.h>
11174 #endif
11176 #include <$ac_header>
11177 _ACEOF
11178 rm -f conftest.$ac_objext
11179 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
11195 eval "$as_ac_Header=yes"
11196 else
11197 echo "$as_me: failed program was:" >&5
11198 sed 's/^/| /' conftest.$ac_ext >&5
11200 eval "$as_ac_Header=no"
11203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11205 ac_res=`eval echo '${'$as_ac_Header'}'`
11206 { echo "$as_me:$LINENO: result: $ac_res" >&5
11207 echo "${ECHO_T}$ac_res" >&6; }
11208 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11209 cat >>confdefs.h <<_ACEOF
11210 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11211 _ACEOF
11215 done
11217 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11218 then
11219 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11220 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11221 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11222 echo $ECHO_N "(cached) $ECHO_C" >&6
11223 else
11224 cat >conftest.$ac_ext <<_ACEOF
11225 /* confdefs.h. */
11226 _ACEOF
11227 cat confdefs.h >>conftest.$ac_ext
11228 cat >>conftest.$ac_ext <<_ACEOF
11229 /* end confdefs.h. */
11230 #include <GL/gl.h>
11232 main ()
11234 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11236 return 0;
11238 _ACEOF
11239 rm -f conftest.$ac_objext
11240 if { (ac_try="$ac_compile"
11241 case "(($ac_try" in
11242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11243 *) ac_try_echo=$ac_try;;
11244 esac
11245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11246 (eval "$ac_compile") 2>conftest.er1
11247 ac_status=$?
11248 grep -v '^ *+' conftest.er1 >conftest.err
11249 rm -f conftest.er1
11250 cat conftest.err >&5
11251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11252 (exit $ac_status); } && {
11253 test -z "$ac_c_werror_flag" ||
11254 test ! -s conftest.err
11255 } && test -s conftest.$ac_objext; then
11256 wine_cv_opengl_header_version_OK="yes"
11257 else
11258 echo "$as_me: failed program was:" >&5
11259 sed 's/^/| /' conftest.$ac_ext >&5
11261 wine_cv_opengl_header_version_OK="no"
11264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11266 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11267 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11269 if test "$wine_cv_opengl_header_version_OK" = "yes"
11270 then
11271 { echo "$as_me:$LINENO: checking for -lGL" >&5
11272 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11273 if test "${ac_cv_lib_soname_GL+set}" = set; then
11274 echo $ECHO_N "(cached) $ECHO_C" >&6
11275 else
11276 ac_check_soname_save_LIBS=$LIBS
11277 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11278 cat >conftest.$ac_ext <<_ACEOF
11279 /* confdefs.h. */
11280 _ACEOF
11281 cat confdefs.h >>conftest.$ac_ext
11282 cat >>conftest.$ac_ext <<_ACEOF
11283 /* end confdefs.h. */
11285 /* Override any GCC internal prototype to avoid an error.
11286 Use char because int might match the return type of a GCC
11287 builtin and then its argument prototype would still apply. */
11288 #ifdef __cplusplus
11289 extern "C"
11290 #endif
11291 char glXCreateContext ();
11293 main ()
11295 return glXCreateContext ();
11297 return 0;
11299 _ACEOF
11300 rm -f conftest.$ac_objext conftest$ac_exeext
11301 if { (ac_try="$ac_link"
11302 case "(($ac_try" in
11303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11304 *) ac_try_echo=$ac_try;;
11305 esac
11306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11307 (eval "$ac_link") 2>conftest.er1
11308 ac_status=$?
11309 grep -v '^ *+' conftest.er1 >conftest.err
11310 rm -f conftest.er1
11311 cat conftest.err >&5
11312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11313 (exit $ac_status); } && {
11314 test -z "$ac_c_werror_flag" ||
11315 test ! -s conftest.err
11316 } && test -s conftest$ac_exeext &&
11317 $as_test_x conftest$ac_exeext; then
11318 case "$LIBEXT" in
11319 dll) ;;
11320 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'` ;;
11321 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11322 esac
11323 else
11324 echo "$as_me: failed program was:" >&5
11325 sed 's/^/| /' conftest.$ac_ext >&5
11330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11331 conftest$ac_exeext conftest.$ac_ext
11332 LIBS=$ac_check_soname_save_LIBS
11334 if test "x$ac_cv_lib_soname_GL" = "x"; then
11335 { echo "$as_me:$LINENO: result: not found" >&5
11336 echo "${ECHO_T}not found" >&6; }
11337 { echo "$as_me:$LINENO: checking for -lGL" >&5
11338 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11339 if test "${ac_cv_lib_soname_GL+set}" = set; then
11340 echo $ECHO_N "(cached) $ECHO_C" >&6
11341 else
11342 ac_check_soname_save_LIBS=$LIBS
11343 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"
11344 cat >conftest.$ac_ext <<_ACEOF
11345 /* confdefs.h. */
11346 _ACEOF
11347 cat confdefs.h >>conftest.$ac_ext
11348 cat >>conftest.$ac_ext <<_ACEOF
11349 /* end confdefs.h. */
11351 /* Override any GCC internal prototype to avoid an error.
11352 Use char because int might match the return type of a GCC
11353 builtin and then its argument prototype would still apply. */
11354 #ifdef __cplusplus
11355 extern "C"
11356 #endif
11357 char glXCreateContext ();
11359 main ()
11361 return glXCreateContext ();
11363 return 0;
11365 _ACEOF
11366 rm -f conftest.$ac_objext conftest$ac_exeext
11367 if { (ac_try="$ac_link"
11368 case "(($ac_try" in
11369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11370 *) ac_try_echo=$ac_try;;
11371 esac
11372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11373 (eval "$ac_link") 2>conftest.er1
11374 ac_status=$?
11375 grep -v '^ *+' conftest.er1 >conftest.err
11376 rm -f conftest.er1
11377 cat conftest.err >&5
11378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11379 (exit $ac_status); } && {
11380 test -z "$ac_c_werror_flag" ||
11381 test ! -s conftest.err
11382 } && test -s conftest$ac_exeext &&
11383 $as_test_x conftest$ac_exeext; then
11384 case "$LIBEXT" in
11385 dll) ;;
11386 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'` ;;
11387 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11388 esac
11389 else
11390 echo "$as_me: failed program was:" >&5
11391 sed 's/^/| /' conftest.$ac_ext >&5
11396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11397 conftest$ac_exeext conftest.$ac_ext
11398 LIBS=$ac_check_soname_save_LIBS
11400 if test "x$ac_cv_lib_soname_GL" = "x"; then
11401 { echo "$as_me:$LINENO: result: not found" >&5
11402 echo "${ECHO_T}not found" >&6; }
11403 if test -f /usr/X11R6/lib/libGL.a
11404 then
11405 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11406 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11407 else
11408 opengl_msg="No OpenGL library found on this system."
11410 else
11411 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11412 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11414 cat >>confdefs.h <<_ACEOF
11415 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11416 _ACEOF
11418 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"
11420 cat >>confdefs.h <<\_ACEOF
11421 #define HAVE_OPENGL 1
11422 _ACEOF
11426 else
11427 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11428 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11430 cat >>confdefs.h <<_ACEOF
11431 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11432 _ACEOF
11434 OPENGL_LIBS="-lGL"
11436 cat >>confdefs.h <<\_ACEOF
11437 #define HAVE_OPENGL 1
11438 _ACEOF
11442 if test "$ac_cv_header_GL_glu_h" = "yes"
11443 then
11444 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11445 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11446 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11447 echo $ECHO_N "(cached) $ECHO_C" >&6
11448 else
11449 ac_check_soname_save_LIBS=$LIBS
11450 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11451 cat >conftest.$ac_ext <<_ACEOF
11452 /* confdefs.h. */
11453 _ACEOF
11454 cat confdefs.h >>conftest.$ac_ext
11455 cat >>conftest.$ac_ext <<_ACEOF
11456 /* end confdefs.h. */
11458 /* Override any GCC internal prototype to avoid an error.
11459 Use char because int might match the return type of a GCC
11460 builtin and then its argument prototype would still apply. */
11461 #ifdef __cplusplus
11462 extern "C"
11463 #endif
11464 char gluLookAt ();
11466 main ()
11468 return gluLookAt ();
11470 return 0;
11472 _ACEOF
11473 rm -f conftest.$ac_objext conftest$ac_exeext
11474 if { (ac_try="$ac_link"
11475 case "(($ac_try" in
11476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11477 *) ac_try_echo=$ac_try;;
11478 esac
11479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11480 (eval "$ac_link") 2>conftest.er1
11481 ac_status=$?
11482 grep -v '^ *+' conftest.er1 >conftest.err
11483 rm -f conftest.er1
11484 cat conftest.err >&5
11485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11486 (exit $ac_status); } && {
11487 test -z "$ac_c_werror_flag" ||
11488 test ! -s conftest.err
11489 } && test -s conftest$ac_exeext &&
11490 $as_test_x conftest$ac_exeext; then
11491 case "$LIBEXT" in
11492 dll) ;;
11493 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'` ;;
11494 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11495 esac
11496 else
11497 echo "$as_me: failed program was:" >&5
11498 sed 's/^/| /' conftest.$ac_ext >&5
11503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11504 conftest$ac_exeext conftest.$ac_ext
11505 LIBS=$ac_check_soname_save_LIBS
11507 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11508 { echo "$as_me:$LINENO: result: not found" >&5
11509 echo "${ECHO_T}not found" >&6; }
11511 else
11512 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11513 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11515 cat >>confdefs.h <<_ACEOF
11516 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11517 _ACEOF
11523 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11524 case "x$with_glu" in
11525 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11526 xno) ;;
11527 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11528 This is an error since --with-glu was requested." >&5
11529 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11530 This is an error since --with-glu was requested." >&2;}
11531 { (exit 1); exit 1; }; } ;;
11532 esac
11535 else
11536 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11538 else
11539 opengl_msg="OpenGL development headers not found."
11541 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11542 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11543 else
11544 enable_opengl32=${enable_opengl32:-no}
11545 enable_glu32=${enable_glu32:-no}
11547 if test -n "$opengl_msg"; then
11548 case "x$with_opengl" in
11549 x) wine_warnings="$wine_warnings|$opengl_msg
11550 OpenGL and Direct3D won't be supported." ;;
11551 xno) ;;
11552 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11553 OpenGL and Direct3D won't be supported.
11554 This is an error since --with-opengl was requested." >&5
11555 echo "$as_me: error: $opengl_msg
11556 OpenGL and Direct3D won't be supported.
11557 This is an error since --with-opengl was requested." >&2;}
11558 { (exit 1); exit 1; }; } ;;
11559 esac
11563 NASLIBS=""
11566 for ac_header in audio/audiolib.h
11568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11570 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11573 echo $ECHO_N "(cached) $ECHO_C" >&6
11575 ac_res=`eval echo '${'$as_ac_Header'}'`
11576 { echo "$as_me:$LINENO: result: $ac_res" >&5
11577 echo "${ECHO_T}$ac_res" >&6; }
11578 else
11579 # Is the header compilable?
11580 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11581 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11582 cat >conftest.$ac_ext <<_ACEOF
11583 /* confdefs.h. */
11584 _ACEOF
11585 cat confdefs.h >>conftest.$ac_ext
11586 cat >>conftest.$ac_ext <<_ACEOF
11587 /* end confdefs.h. */
11588 $ac_includes_default
11589 #include <$ac_header>
11590 _ACEOF
11591 rm -f conftest.$ac_objext
11592 if { (ac_try="$ac_compile"
11593 case "(($ac_try" in
11594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11595 *) ac_try_echo=$ac_try;;
11596 esac
11597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11598 (eval "$ac_compile") 2>conftest.er1
11599 ac_status=$?
11600 grep -v '^ *+' conftest.er1 >conftest.err
11601 rm -f conftest.er1
11602 cat conftest.err >&5
11603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11604 (exit $ac_status); } && {
11605 test -z "$ac_c_werror_flag" ||
11606 test ! -s conftest.err
11607 } && test -s conftest.$ac_objext; then
11608 ac_header_compiler=yes
11609 else
11610 echo "$as_me: failed program was:" >&5
11611 sed 's/^/| /' conftest.$ac_ext >&5
11613 ac_header_compiler=no
11616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11617 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11618 echo "${ECHO_T}$ac_header_compiler" >&6; }
11620 # Is the header present?
11621 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11622 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11623 cat >conftest.$ac_ext <<_ACEOF
11624 /* confdefs.h. */
11625 _ACEOF
11626 cat confdefs.h >>conftest.$ac_ext
11627 cat >>conftest.$ac_ext <<_ACEOF
11628 /* end confdefs.h. */
11629 #include <$ac_header>
11630 _ACEOF
11631 if { (ac_try="$ac_cpp conftest.$ac_ext"
11632 case "(($ac_try" in
11633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11634 *) ac_try_echo=$ac_try;;
11635 esac
11636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11637 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11638 ac_status=$?
11639 grep -v '^ *+' conftest.er1 >conftest.err
11640 rm -f conftest.er1
11641 cat conftest.err >&5
11642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11643 (exit $ac_status); } >/dev/null && {
11644 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11645 test ! -s conftest.err
11646 }; then
11647 ac_header_preproc=yes
11648 else
11649 echo "$as_me: failed program was:" >&5
11650 sed 's/^/| /' conftest.$ac_ext >&5
11652 ac_header_preproc=no
11655 rm -f conftest.err conftest.$ac_ext
11656 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11657 echo "${ECHO_T}$ac_header_preproc" >&6; }
11659 # So? What about this header?
11660 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11661 yes:no: )
11662 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11663 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11664 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11665 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11666 ac_header_preproc=yes
11668 no:yes:* )
11669 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11670 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11671 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11672 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11673 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11674 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11675 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11676 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11677 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11678 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11679 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11680 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11681 ( cat <<\_ASBOX
11682 ## ------------------------------------ ##
11683 ## Report this to wine-devel@winehq.org ##
11684 ## ------------------------------------ ##
11685 _ASBOX
11686 ) | sed "s/^/$as_me: WARNING: /" >&2
11688 esac
11689 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11690 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11691 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11692 echo $ECHO_N "(cached) $ECHO_C" >&6
11693 else
11694 eval "$as_ac_Header=\$ac_header_preproc"
11696 ac_res=`eval echo '${'$as_ac_Header'}'`
11697 { echo "$as_me:$LINENO: result: $ac_res" >&5
11698 echo "${ECHO_T}$ac_res" >&6; }
11701 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11702 cat >>confdefs.h <<_ACEOF
11703 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11704 _ACEOF
11706 for ac_header in audio/soundlib.h
11708 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11709 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11710 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11711 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11712 echo $ECHO_N "(cached) $ECHO_C" >&6
11713 else
11714 cat >conftest.$ac_ext <<_ACEOF
11715 /* confdefs.h. */
11716 _ACEOF
11717 cat confdefs.h >>conftest.$ac_ext
11718 cat >>conftest.$ac_ext <<_ACEOF
11719 /* end confdefs.h. */
11720 #include <audio/audiolib.h>
11722 #include <$ac_header>
11723 _ACEOF
11724 rm -f conftest.$ac_objext
11725 if { (ac_try="$ac_compile"
11726 case "(($ac_try" in
11727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11728 *) ac_try_echo=$ac_try;;
11729 esac
11730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11731 (eval "$ac_compile") 2>conftest.er1
11732 ac_status=$?
11733 grep -v '^ *+' conftest.er1 >conftest.err
11734 rm -f conftest.er1
11735 cat conftest.err >&5
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); } && {
11738 test -z "$ac_c_werror_flag" ||
11739 test ! -s conftest.err
11740 } && test -s conftest.$ac_objext; then
11741 eval "$as_ac_Header=yes"
11742 else
11743 echo "$as_me: failed program was:" >&5
11744 sed 's/^/| /' conftest.$ac_ext >&5
11746 eval "$as_ac_Header=no"
11749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11751 ac_res=`eval echo '${'$as_ac_Header'}'`
11752 { echo "$as_me:$LINENO: result: $ac_res" >&5
11753 echo "${ECHO_T}$ac_res" >&6; }
11754 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11755 cat >>confdefs.h <<_ACEOF
11756 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11757 _ACEOF
11761 done
11763 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11764 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11765 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11766 echo $ECHO_N "(cached) $ECHO_C" >&6
11767 else
11768 ac_check_lib_save_LIBS=$LIBS
11769 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11770 cat >conftest.$ac_ext <<_ACEOF
11771 /* confdefs.h. */
11772 _ACEOF
11773 cat confdefs.h >>conftest.$ac_ext
11774 cat >>conftest.$ac_ext <<_ACEOF
11775 /* end confdefs.h. */
11777 /* Override any GCC internal prototype to avoid an error.
11778 Use char because int might match the return type of a GCC
11779 builtin and then its argument prototype would still apply. */
11780 #ifdef __cplusplus
11781 extern "C"
11782 #endif
11783 char AuCreateFlow ();
11785 main ()
11787 return AuCreateFlow ();
11789 return 0;
11791 _ACEOF
11792 rm -f conftest.$ac_objext conftest$ac_exeext
11793 if { (ac_try="$ac_link"
11794 case "(($ac_try" in
11795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11796 *) ac_try_echo=$ac_try;;
11797 esac
11798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11799 (eval "$ac_link") 2>conftest.er1
11800 ac_status=$?
11801 grep -v '^ *+' conftest.er1 >conftest.err
11802 rm -f conftest.er1
11803 cat conftest.err >&5
11804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805 (exit $ac_status); } && {
11806 test -z "$ac_c_werror_flag" ||
11807 test ! -s conftest.err
11808 } && test -s conftest$ac_exeext &&
11809 $as_test_x conftest$ac_exeext; then
11810 ac_cv_lib_audio_AuCreateFlow=yes
11811 else
11812 echo "$as_me: failed program was:" >&5
11813 sed 's/^/| /' conftest.$ac_ext >&5
11815 ac_cv_lib_audio_AuCreateFlow=no
11818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11819 conftest$ac_exeext conftest.$ac_ext
11820 LIBS=$ac_check_lib_save_LIBS
11822 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11823 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11824 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11826 cat >>confdefs.h <<\_ACEOF
11827 #define HAVE_NAS 1
11828 _ACEOF
11830 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11831 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11832 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11833 echo $ECHO_N "(cached) $ECHO_C" >&6
11834 else
11835 ac_check_lib_save_LIBS=$LIBS
11836 LIBS="-lXau $X_LIBS $LIBS"
11837 cat >conftest.$ac_ext <<_ACEOF
11838 /* confdefs.h. */
11839 _ACEOF
11840 cat confdefs.h >>conftest.$ac_ext
11841 cat >>conftest.$ac_ext <<_ACEOF
11842 /* end confdefs.h. */
11844 /* Override any GCC internal prototype to avoid an error.
11845 Use char because int might match the return type of a GCC
11846 builtin and then its argument prototype would still apply. */
11847 #ifdef __cplusplus
11848 extern "C"
11849 #endif
11850 char XauGetBestAuthByAddr ();
11852 main ()
11854 return XauGetBestAuthByAddr ();
11856 return 0;
11858 _ACEOF
11859 rm -f conftest.$ac_objext conftest$ac_exeext
11860 if { (ac_try="$ac_link"
11861 case "(($ac_try" in
11862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11863 *) ac_try_echo=$ac_try;;
11864 esac
11865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11866 (eval "$ac_link") 2>conftest.er1
11867 ac_status=$?
11868 grep -v '^ *+' conftest.er1 >conftest.err
11869 rm -f conftest.er1
11870 cat conftest.err >&5
11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11872 (exit $ac_status); } && {
11873 test -z "$ac_c_werror_flag" ||
11874 test ! -s conftest.err
11875 } && test -s conftest$ac_exeext &&
11876 $as_test_x conftest$ac_exeext; then
11877 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11878 else
11879 echo "$as_me: failed program was:" >&5
11880 sed 's/^/| /' conftest.$ac_ext >&5
11882 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11886 conftest$ac_exeext conftest.$ac_ext
11887 LIBS=$ac_check_lib_save_LIBS
11889 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11890 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11891 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11892 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11893 else
11894 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11902 done
11905 CPPFLAGS="$ac_save_CPPFLAGS"
11906 else
11907 XLIB=""
11908 X_CFLAGS=""
11909 X_LIBS=""
11910 enable_winex11_drv=${enable_winex11_drv:-no}
11911 enable_opengl32=${enable_opengl32:-no}
11912 enable_glu32=${enable_glu32:-no}
11914 if test "x$XLIB" = "x"; then
11915 case "x$with_x" in
11916 xno) ;;
11917 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11918 without X support, which probably isn't what you want. You will need to install
11919 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11920 Use the --without-x option if you really want this." >&5
11921 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11922 without X support, which probably isn't what you want. You will need to install
11923 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11924 Use the --without-x option if you really want this." >&2;}
11925 { (exit 1); exit 1; }; } ;;
11926 esac
11931 XML2LIBS=""
11933 XML2INCL=""
11935 XSLTINCL=""
11937 if test "x$with_xml" != "xno"
11938 then
11939 ac_save_CPPFLAGS="$CPPFLAGS"
11940 if test "$PKG_CONFIG" != "false"
11941 then
11942 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11943 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11944 else
11945 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11946 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11948 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11950 for ac_header in libxml/parser.h
11952 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11953 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11954 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11955 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11957 echo $ECHO_N "(cached) $ECHO_C" >&6
11959 ac_res=`eval echo '${'$as_ac_Header'}'`
11960 { echo "$as_me:$LINENO: result: $ac_res" >&5
11961 echo "${ECHO_T}$ac_res" >&6; }
11962 else
11963 # Is the header compilable?
11964 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11965 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11966 cat >conftest.$ac_ext <<_ACEOF
11967 /* confdefs.h. */
11968 _ACEOF
11969 cat confdefs.h >>conftest.$ac_ext
11970 cat >>conftest.$ac_ext <<_ACEOF
11971 /* end confdefs.h. */
11972 $ac_includes_default
11973 #include <$ac_header>
11974 _ACEOF
11975 rm -f conftest.$ac_objext
11976 if { (ac_try="$ac_compile"
11977 case "(($ac_try" in
11978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11979 *) ac_try_echo=$ac_try;;
11980 esac
11981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11982 (eval "$ac_compile") 2>conftest.er1
11983 ac_status=$?
11984 grep -v '^ *+' conftest.er1 >conftest.err
11985 rm -f conftest.er1
11986 cat conftest.err >&5
11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); } && {
11989 test -z "$ac_c_werror_flag" ||
11990 test ! -s conftest.err
11991 } && test -s conftest.$ac_objext; then
11992 ac_header_compiler=yes
11993 else
11994 echo "$as_me: failed program was:" >&5
11995 sed 's/^/| /' conftest.$ac_ext >&5
11997 ac_header_compiler=no
12000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12001 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12002 echo "${ECHO_T}$ac_header_compiler" >&6; }
12004 # Is the header present?
12005 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12006 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12007 cat >conftest.$ac_ext <<_ACEOF
12008 /* confdefs.h. */
12009 _ACEOF
12010 cat confdefs.h >>conftest.$ac_ext
12011 cat >>conftest.$ac_ext <<_ACEOF
12012 /* end confdefs.h. */
12013 #include <$ac_header>
12014 _ACEOF
12015 if { (ac_try="$ac_cpp conftest.$ac_ext"
12016 case "(($ac_try" in
12017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12018 *) ac_try_echo=$ac_try;;
12019 esac
12020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12021 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12022 ac_status=$?
12023 grep -v '^ *+' conftest.er1 >conftest.err
12024 rm -f conftest.er1
12025 cat conftest.err >&5
12026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12027 (exit $ac_status); } >/dev/null && {
12028 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12029 test ! -s conftest.err
12030 }; then
12031 ac_header_preproc=yes
12032 else
12033 echo "$as_me: failed program was:" >&5
12034 sed 's/^/| /' conftest.$ac_ext >&5
12036 ac_header_preproc=no
12039 rm -f conftest.err conftest.$ac_ext
12040 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12041 echo "${ECHO_T}$ac_header_preproc" >&6; }
12043 # So? What about this header?
12044 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12045 yes:no: )
12046 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12047 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12048 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12049 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12050 ac_header_preproc=yes
12052 no:yes:* )
12053 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12054 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12055 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12056 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12057 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12058 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12059 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12060 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12062 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12063 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12064 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12065 ( cat <<\_ASBOX
12066 ## ------------------------------------ ##
12067 ## Report this to wine-devel@winehq.org ##
12068 ## ------------------------------------ ##
12069 _ASBOX
12070 ) | sed "s/^/$as_me: WARNING: /" >&2
12072 esac
12073 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12074 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12076 echo $ECHO_N "(cached) $ECHO_C" >&6
12077 else
12078 eval "$as_ac_Header=\$ac_header_preproc"
12080 ac_res=`eval echo '${'$as_ac_Header'}'`
12081 { echo "$as_me:$LINENO: result: $ac_res" >&5
12082 echo "${ECHO_T}$ac_res" >&6; }
12085 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12086 cat >>confdefs.h <<_ACEOF
12087 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12088 _ACEOF
12089 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12090 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12091 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12092 echo $ECHO_N "(cached) $ECHO_C" >&6
12093 else
12094 ac_check_lib_save_LIBS=$LIBS
12095 LIBS="-lxml2 $ac_xml_libs $LIBS"
12096 cat >conftest.$ac_ext <<_ACEOF
12097 /* confdefs.h. */
12098 _ACEOF
12099 cat confdefs.h >>conftest.$ac_ext
12100 cat >>conftest.$ac_ext <<_ACEOF
12101 /* end confdefs.h. */
12103 /* Override any GCC internal prototype to avoid an error.
12104 Use char because int might match the return type of a GCC
12105 builtin and then its argument prototype would still apply. */
12106 #ifdef __cplusplus
12107 extern "C"
12108 #endif
12109 char xmlParseMemory ();
12111 main ()
12113 return xmlParseMemory ();
12115 return 0;
12117 _ACEOF
12118 rm -f conftest.$ac_objext conftest$ac_exeext
12119 if { (ac_try="$ac_link"
12120 case "(($ac_try" in
12121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12122 *) ac_try_echo=$ac_try;;
12123 esac
12124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12125 (eval "$ac_link") 2>conftest.er1
12126 ac_status=$?
12127 grep -v '^ *+' conftest.er1 >conftest.err
12128 rm -f conftest.er1
12129 cat conftest.err >&5
12130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12131 (exit $ac_status); } && {
12132 test -z "$ac_c_werror_flag" ||
12133 test ! -s conftest.err
12134 } && test -s conftest$ac_exeext &&
12135 $as_test_x conftest$ac_exeext; then
12136 ac_cv_lib_xml2_xmlParseMemory=yes
12137 else
12138 echo "$as_me: failed program was:" >&5
12139 sed 's/^/| /' conftest.$ac_ext >&5
12141 ac_cv_lib_xml2_xmlParseMemory=no
12144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12145 conftest$ac_exeext conftest.$ac_ext
12146 LIBS=$ac_check_lib_save_LIBS
12148 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12149 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12150 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12152 cat >>confdefs.h <<\_ACEOF
12153 #define HAVE_LIBXML2 1
12154 _ACEOF
12156 XML2LIBS="$ac_xml_libs"
12157 XML2INCL="$ac_xml_cflags"
12160 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12161 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12162 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12163 echo $ECHO_N "(cached) $ECHO_C" >&6
12164 else
12165 ac_check_lib_save_LIBS=$LIBS
12166 LIBS="-lxml2 $ac_xml_libs $LIBS"
12167 cat >conftest.$ac_ext <<_ACEOF
12168 /* confdefs.h. */
12169 _ACEOF
12170 cat confdefs.h >>conftest.$ac_ext
12171 cat >>conftest.$ac_ext <<_ACEOF
12172 /* end confdefs.h. */
12174 /* Override any GCC internal prototype to avoid an error.
12175 Use char because int might match the return type of a GCC
12176 builtin and then its argument prototype would still apply. */
12177 #ifdef __cplusplus
12178 extern "C"
12179 #endif
12180 char xmlReadMemory ();
12182 main ()
12184 return xmlReadMemory ();
12186 return 0;
12188 _ACEOF
12189 rm -f conftest.$ac_objext conftest$ac_exeext
12190 if { (ac_try="$ac_link"
12191 case "(($ac_try" in
12192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12193 *) ac_try_echo=$ac_try;;
12194 esac
12195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12196 (eval "$ac_link") 2>conftest.er1
12197 ac_status=$?
12198 grep -v '^ *+' conftest.er1 >conftest.err
12199 rm -f conftest.er1
12200 cat conftest.err >&5
12201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); } && {
12203 test -z "$ac_c_werror_flag" ||
12204 test ! -s conftest.err
12205 } && test -s conftest$ac_exeext &&
12206 $as_test_x conftest$ac_exeext; then
12207 ac_cv_lib_xml2_xmlReadMemory=yes
12208 else
12209 echo "$as_me: failed program was:" >&5
12210 sed 's/^/| /' conftest.$ac_ext >&5
12212 ac_cv_lib_xml2_xmlReadMemory=no
12215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12216 conftest$ac_exeext conftest.$ac_ext
12217 LIBS=$ac_check_lib_save_LIBS
12219 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12220 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12221 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12223 cat >>confdefs.h <<\_ACEOF
12224 #define HAVE_XMLREADMEMORY 1
12225 _ACEOF
12229 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12230 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12231 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12232 echo $ECHO_N "(cached) $ECHO_C" >&6
12233 else
12234 ac_check_lib_save_LIBS=$LIBS
12235 LIBS="-lxml2 $ac_xml_libs $LIBS"
12236 cat >conftest.$ac_ext <<_ACEOF
12237 /* confdefs.h. */
12238 _ACEOF
12239 cat confdefs.h >>conftest.$ac_ext
12240 cat >>conftest.$ac_ext <<_ACEOF
12241 /* end confdefs.h. */
12243 /* Override any GCC internal prototype to avoid an error.
12244 Use char because int might match the return type of a GCC
12245 builtin and then its argument prototype would still apply. */
12246 #ifdef __cplusplus
12247 extern "C"
12248 #endif
12249 char xmlNewDocPI ();
12251 main ()
12253 return xmlNewDocPI ();
12255 return 0;
12257 _ACEOF
12258 rm -f conftest.$ac_objext conftest$ac_exeext
12259 if { (ac_try="$ac_link"
12260 case "(($ac_try" in
12261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12262 *) ac_try_echo=$ac_try;;
12263 esac
12264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12265 (eval "$ac_link") 2>conftest.er1
12266 ac_status=$?
12267 grep -v '^ *+' conftest.er1 >conftest.err
12268 rm -f conftest.er1
12269 cat conftest.err >&5
12270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12271 (exit $ac_status); } && {
12272 test -z "$ac_c_werror_flag" ||
12273 test ! -s conftest.err
12274 } && test -s conftest$ac_exeext &&
12275 $as_test_x conftest$ac_exeext; then
12276 ac_cv_lib_xml2_xmlNewDocPI=yes
12277 else
12278 echo "$as_me: failed program was:" >&5
12279 sed 's/^/| /' conftest.$ac_ext >&5
12281 ac_cv_lib_xml2_xmlNewDocPI=no
12284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12285 conftest$ac_exeext conftest.$ac_ext
12286 LIBS=$ac_check_lib_save_LIBS
12288 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12289 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12290 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12292 cat >>confdefs.h <<\_ACEOF
12293 #define HAVE_XMLNEWDOCPI 1
12294 _ACEOF
12301 done
12303 CPPFLAGS="$ac_save_CPPFLAGS"
12305 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12306 case "x$with_xml" in
12307 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12308 xno) ;;
12309 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12310 This is an error since --with-xml was requested." >&5
12311 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12312 This is an error since --with-xml was requested." >&2;}
12313 { (exit 1); exit 1; }; } ;;
12314 esac
12318 if test "x$with_xslt" != "xno"
12319 then
12320 if test "$PKG_CONFIG" != "false"
12321 then
12322 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12323 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12324 else
12325 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12326 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12328 ac_save_CPPFLAGS="$CPPFLAGS"
12329 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12332 for ac_header in libxslt/pattern.h libxslt/transform.h
12334 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12335 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12336 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12338 echo $ECHO_N "(cached) $ECHO_C" >&6
12339 else
12340 cat >conftest.$ac_ext <<_ACEOF
12341 /* confdefs.h. */
12342 _ACEOF
12343 cat confdefs.h >>conftest.$ac_ext
12344 cat >>conftest.$ac_ext <<_ACEOF
12345 /* end confdefs.h. */
12346 #ifdef HAVE_LIBXSLT_PATTERN_H
12347 # include <libxslt/pattern.h>
12348 #endif
12350 #include <$ac_header>
12351 _ACEOF
12352 rm -f conftest.$ac_objext
12353 if { (ac_try="$ac_compile"
12354 case "(($ac_try" in
12355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12357 esac
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_compile") 2>conftest.er1
12360 ac_status=$?
12361 grep -v '^ *+' conftest.er1 >conftest.err
12362 rm -f conftest.er1
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest.$ac_objext; then
12369 eval "$as_ac_Header=yes"
12370 else
12371 echo "$as_me: failed program was:" >&5
12372 sed 's/^/| /' conftest.$ac_ext >&5
12374 eval "$as_ac_Header=no"
12377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12379 ac_res=`eval echo '${'$as_ac_Header'}'`
12380 { echo "$as_me:$LINENO: result: $ac_res" >&5
12381 echo "${ECHO_T}$ac_res" >&6; }
12382 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12383 cat >>confdefs.h <<_ACEOF
12384 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12385 _ACEOF
12389 done
12391 CPPFLAGS="$ac_save_CPPFLAGS"
12392 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12393 then
12394 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12395 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12396 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12397 echo $ECHO_N "(cached) $ECHO_C" >&6
12398 else
12399 ac_check_soname_save_LIBS=$LIBS
12400 LIBS="-lxslt $ac_xslt_libs $LIBS"
12401 cat >conftest.$ac_ext <<_ACEOF
12402 /* confdefs.h. */
12403 _ACEOF
12404 cat confdefs.h >>conftest.$ac_ext
12405 cat >>conftest.$ac_ext <<_ACEOF
12406 /* end confdefs.h. */
12408 /* Override any GCC internal prototype to avoid an error.
12409 Use char because int might match the return type of a GCC
12410 builtin and then its argument prototype would still apply. */
12411 #ifdef __cplusplus
12412 extern "C"
12413 #endif
12414 char xsltCompilePattern ();
12416 main ()
12418 return xsltCompilePattern ();
12420 return 0;
12422 _ACEOF
12423 rm -f conftest.$ac_objext conftest$ac_exeext
12424 if { (ac_try="$ac_link"
12425 case "(($ac_try" in
12426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12427 *) ac_try_echo=$ac_try;;
12428 esac
12429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12430 (eval "$ac_link") 2>conftest.er1
12431 ac_status=$?
12432 grep -v '^ *+' conftest.er1 >conftest.err
12433 rm -f conftest.er1
12434 cat conftest.err >&5
12435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12436 (exit $ac_status); } && {
12437 test -z "$ac_c_werror_flag" ||
12438 test ! -s conftest.err
12439 } && test -s conftest$ac_exeext &&
12440 $as_test_x conftest$ac_exeext; then
12441 case "$LIBEXT" in
12442 dll) ;;
12443 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12444 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12445 esac
12446 else
12447 echo "$as_me: failed program was:" >&5
12448 sed 's/^/| /' conftest.$ac_ext >&5
12453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12454 conftest$ac_exeext conftest.$ac_ext
12455 LIBS=$ac_check_soname_save_LIBS
12457 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12458 { echo "$as_me:$LINENO: result: not found" >&5
12459 echo "${ECHO_T}not found" >&6; }
12461 else
12462 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12463 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12465 cat >>confdefs.h <<_ACEOF
12466 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12467 _ACEOF
12469 XSLTINCL="$ac_xslt_cflags"
12474 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12475 case "x$with_xslt" in
12476 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12477 xno) ;;
12478 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12479 This is an error since --with-xslt was requested." >&5
12480 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12481 This is an error since --with-xslt was requested." >&2;}
12482 { (exit 1); exit 1; }; } ;;
12483 esac
12487 HALINCL=""
12489 if test "x$with_hal" != "xno"
12490 then
12491 ac_save_CPPFLAGS="$CPPFLAGS"
12492 if test "$PKG_CONFIG" != "false"
12493 then
12494 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12495 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12496 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12500 for ac_header in dbus/dbus.h hal/libhal.h
12502 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12503 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12504 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12505 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12506 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12507 echo $ECHO_N "(cached) $ECHO_C" >&6
12509 ac_res=`eval echo '${'$as_ac_Header'}'`
12510 { echo "$as_me:$LINENO: result: $ac_res" >&5
12511 echo "${ECHO_T}$ac_res" >&6; }
12512 else
12513 # Is the header compilable?
12514 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12515 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12516 cat >conftest.$ac_ext <<_ACEOF
12517 /* confdefs.h. */
12518 _ACEOF
12519 cat confdefs.h >>conftest.$ac_ext
12520 cat >>conftest.$ac_ext <<_ACEOF
12521 /* end confdefs.h. */
12522 $ac_includes_default
12523 #include <$ac_header>
12524 _ACEOF
12525 rm -f conftest.$ac_objext
12526 if { (ac_try="$ac_compile"
12527 case "(($ac_try" in
12528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12529 *) ac_try_echo=$ac_try;;
12530 esac
12531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12532 (eval "$ac_compile") 2>conftest.er1
12533 ac_status=$?
12534 grep -v '^ *+' conftest.er1 >conftest.err
12535 rm -f conftest.er1
12536 cat conftest.err >&5
12537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12538 (exit $ac_status); } && {
12539 test -z "$ac_c_werror_flag" ||
12540 test ! -s conftest.err
12541 } && test -s conftest.$ac_objext; then
12542 ac_header_compiler=yes
12543 else
12544 echo "$as_me: failed program was:" >&5
12545 sed 's/^/| /' conftest.$ac_ext >&5
12547 ac_header_compiler=no
12550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12551 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12552 echo "${ECHO_T}$ac_header_compiler" >&6; }
12554 # Is the header present?
12555 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12556 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12557 cat >conftest.$ac_ext <<_ACEOF
12558 /* confdefs.h. */
12559 _ACEOF
12560 cat confdefs.h >>conftest.$ac_ext
12561 cat >>conftest.$ac_ext <<_ACEOF
12562 /* end confdefs.h. */
12563 #include <$ac_header>
12564 _ACEOF
12565 if { (ac_try="$ac_cpp conftest.$ac_ext"
12566 case "(($ac_try" in
12567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12568 *) ac_try_echo=$ac_try;;
12569 esac
12570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12571 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12572 ac_status=$?
12573 grep -v '^ *+' conftest.er1 >conftest.err
12574 rm -f conftest.er1
12575 cat conftest.err >&5
12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577 (exit $ac_status); } >/dev/null && {
12578 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12579 test ! -s conftest.err
12580 }; then
12581 ac_header_preproc=yes
12582 else
12583 echo "$as_me: failed program was:" >&5
12584 sed 's/^/| /' conftest.$ac_ext >&5
12586 ac_header_preproc=no
12589 rm -f conftest.err conftest.$ac_ext
12590 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12591 echo "${ECHO_T}$ac_header_preproc" >&6; }
12593 # So? What about this header?
12594 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12595 yes:no: )
12596 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12597 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12598 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12599 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12600 ac_header_preproc=yes
12602 no:yes:* )
12603 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12604 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12605 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12606 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12607 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12608 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12609 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12610 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12611 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12612 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12613 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12614 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12615 ( cat <<\_ASBOX
12616 ## ------------------------------------ ##
12617 ## Report this to wine-devel@winehq.org ##
12618 ## ------------------------------------ ##
12619 _ASBOX
12620 ) | sed "s/^/$as_me: WARNING: /" >&2
12622 esac
12623 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12624 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12626 echo $ECHO_N "(cached) $ECHO_C" >&6
12627 else
12628 eval "$as_ac_Header=\$ac_header_preproc"
12630 ac_res=`eval echo '${'$as_ac_Header'}'`
12631 { echo "$as_me:$LINENO: result: $ac_res" >&5
12632 echo "${ECHO_T}$ac_res" >&6; }
12635 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12636 cat >>confdefs.h <<_ACEOF
12637 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12638 _ACEOF
12642 done
12644 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12645 then
12646 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12647 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12648 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12649 echo $ECHO_N "(cached) $ECHO_C" >&6
12650 else
12651 ac_check_lib_save_LIBS=$LIBS
12652 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12653 cat >conftest.$ac_ext <<_ACEOF
12654 /* confdefs.h. */
12655 _ACEOF
12656 cat confdefs.h >>conftest.$ac_ext
12657 cat >>conftest.$ac_ext <<_ACEOF
12658 /* end confdefs.h. */
12660 /* Override any GCC internal prototype to avoid an error.
12661 Use char because int might match the return type of a GCC
12662 builtin and then its argument prototype would still apply. */
12663 #ifdef __cplusplus
12664 extern "C"
12665 #endif
12666 char dbus_connection_close ();
12668 main ()
12670 return dbus_connection_close ();
12672 return 0;
12674 _ACEOF
12675 rm -f conftest.$ac_objext conftest$ac_exeext
12676 if { (ac_try="$ac_link"
12677 case "(($ac_try" in
12678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12679 *) ac_try_echo=$ac_try;;
12680 esac
12681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12682 (eval "$ac_link") 2>conftest.er1
12683 ac_status=$?
12684 grep -v '^ *+' conftest.er1 >conftest.err
12685 rm -f conftest.er1
12686 cat conftest.err >&5
12687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12688 (exit $ac_status); } && {
12689 test -z "$ac_c_werror_flag" ||
12690 test ! -s conftest.err
12691 } && test -s conftest$ac_exeext &&
12692 $as_test_x conftest$ac_exeext; then
12693 ac_cv_lib_dbus_1_dbus_connection_close=yes
12694 else
12695 echo "$as_me: failed program was:" >&5
12696 sed 's/^/| /' conftest.$ac_ext >&5
12698 ac_cv_lib_dbus_1_dbus_connection_close=no
12701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12702 conftest$ac_exeext conftest.$ac_ext
12703 LIBS=$ac_check_lib_save_LIBS
12705 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12706 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12707 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12708 { echo "$as_me:$LINENO: checking for -lhal" >&5
12709 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12710 if test "${ac_cv_lib_soname_hal+set}" = set; then
12711 echo $ECHO_N "(cached) $ECHO_C" >&6
12712 else
12713 ac_check_soname_save_LIBS=$LIBS
12714 LIBS="-lhal $ac_hal_libs $LIBS"
12715 cat >conftest.$ac_ext <<_ACEOF
12716 /* confdefs.h. */
12717 _ACEOF
12718 cat confdefs.h >>conftest.$ac_ext
12719 cat >>conftest.$ac_ext <<_ACEOF
12720 /* end confdefs.h. */
12722 /* Override any GCC internal prototype to avoid an error.
12723 Use char because int might match the return type of a GCC
12724 builtin and then its argument prototype would still apply. */
12725 #ifdef __cplusplus
12726 extern "C"
12727 #endif
12728 char libhal_ctx_new ();
12730 main ()
12732 return libhal_ctx_new ();
12734 return 0;
12736 _ACEOF
12737 rm -f conftest.$ac_objext conftest$ac_exeext
12738 if { (ac_try="$ac_link"
12739 case "(($ac_try" in
12740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12741 *) ac_try_echo=$ac_try;;
12742 esac
12743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12744 (eval "$ac_link") 2>conftest.er1
12745 ac_status=$?
12746 grep -v '^ *+' conftest.er1 >conftest.err
12747 rm -f conftest.er1
12748 cat conftest.err >&5
12749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12750 (exit $ac_status); } && {
12751 test -z "$ac_c_werror_flag" ||
12752 test ! -s conftest.err
12753 } && test -s conftest$ac_exeext &&
12754 $as_test_x conftest$ac_exeext; then
12755 case "$LIBEXT" in
12756 dll) ;;
12757 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'` ;;
12758 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12759 esac
12760 else
12761 echo "$as_me: failed program was:" >&5
12762 sed 's/^/| /' conftest.$ac_ext >&5
12767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12768 conftest$ac_exeext conftest.$ac_ext
12769 LIBS=$ac_check_soname_save_LIBS
12771 if test "x$ac_cv_lib_soname_hal" = "x"; then
12772 { echo "$as_me:$LINENO: result: not found" >&5
12773 echo "${ECHO_T}not found" >&6; }
12775 else
12776 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12777 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12779 cat >>confdefs.h <<_ACEOF
12780 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12781 _ACEOF
12783 HALINCL="$ac_hal_cflags"
12789 CPPFLAGS="$ac_save_CPPFLAGS"
12791 if test "x$ac_cv_lib_soname_hal" = "x"; then
12792 case "x$with_hal" in
12793 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12794 xno) ;;
12795 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12796 This is an error since --with-hal was requested." >&5
12797 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12798 This is an error since --with-hal was requested." >&2;}
12799 { (exit 1); exit 1; }; } ;;
12800 esac
12804 if test "x$with_gnutls" != "xno"
12805 then
12806 ac_save_CPPFLAGS="$CPPFLAGS"
12807 if test "$PKG_CONFIG" != "false"
12808 then
12809 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12810 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12811 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12813 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12814 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12815 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12816 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12817 echo $ECHO_N "(cached) $ECHO_C" >&6
12819 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12820 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12821 else
12822 # Is the header compilable?
12823 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12824 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12825 cat >conftest.$ac_ext <<_ACEOF
12826 /* confdefs.h. */
12827 _ACEOF
12828 cat confdefs.h >>conftest.$ac_ext
12829 cat >>conftest.$ac_ext <<_ACEOF
12830 /* end confdefs.h. */
12831 $ac_includes_default
12832 #include <gnutls/gnutls.h>
12833 _ACEOF
12834 rm -f conftest.$ac_objext
12835 if { (ac_try="$ac_compile"
12836 case "(($ac_try" in
12837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12838 *) ac_try_echo=$ac_try;;
12839 esac
12840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12841 (eval "$ac_compile") 2>conftest.er1
12842 ac_status=$?
12843 grep -v '^ *+' conftest.er1 >conftest.err
12844 rm -f conftest.er1
12845 cat conftest.err >&5
12846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12847 (exit $ac_status); } && {
12848 test -z "$ac_c_werror_flag" ||
12849 test ! -s conftest.err
12850 } && test -s conftest.$ac_objext; then
12851 ac_header_compiler=yes
12852 else
12853 echo "$as_me: failed program was:" >&5
12854 sed 's/^/| /' conftest.$ac_ext >&5
12856 ac_header_compiler=no
12859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12860 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12861 echo "${ECHO_T}$ac_header_compiler" >&6; }
12863 # Is the header present?
12864 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12865 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12866 cat >conftest.$ac_ext <<_ACEOF
12867 /* confdefs.h. */
12868 _ACEOF
12869 cat confdefs.h >>conftest.$ac_ext
12870 cat >>conftest.$ac_ext <<_ACEOF
12871 /* end confdefs.h. */
12872 #include <gnutls/gnutls.h>
12873 _ACEOF
12874 if { (ac_try="$ac_cpp conftest.$ac_ext"
12875 case "(($ac_try" in
12876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12877 *) ac_try_echo=$ac_try;;
12878 esac
12879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12880 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12881 ac_status=$?
12882 grep -v '^ *+' conftest.er1 >conftest.err
12883 rm -f conftest.er1
12884 cat conftest.err >&5
12885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12886 (exit $ac_status); } >/dev/null && {
12887 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12888 test ! -s conftest.err
12889 }; then
12890 ac_header_preproc=yes
12891 else
12892 echo "$as_me: failed program was:" >&5
12893 sed 's/^/| /' conftest.$ac_ext >&5
12895 ac_header_preproc=no
12898 rm -f conftest.err conftest.$ac_ext
12899 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12900 echo "${ECHO_T}$ac_header_preproc" >&6; }
12902 # So? What about this header?
12903 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12904 yes:no: )
12905 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12906 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12907 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12908 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12909 ac_header_preproc=yes
12911 no:yes:* )
12912 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12913 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12914 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12915 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12916 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12917 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12918 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12919 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12920 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12921 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12922 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12923 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12924 ( cat <<\_ASBOX
12925 ## ------------------------------------ ##
12926 ## Report this to wine-devel@winehq.org ##
12927 ## ------------------------------------ ##
12928 _ASBOX
12929 ) | sed "s/^/$as_me: WARNING: /" >&2
12931 esac
12932 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12933 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12934 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12935 echo $ECHO_N "(cached) $ECHO_C" >&6
12936 else
12937 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12939 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12940 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12943 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12944 cat >conftest.$ac_ext <<_ACEOF
12945 /* confdefs.h. */
12946 _ACEOF
12947 cat confdefs.h >>conftest.$ac_ext
12948 cat >>conftest.$ac_ext <<_ACEOF
12949 /* end confdefs.h. */
12950 #include <gnutls/gnutls.h>
12952 main ()
12954 typeof(gnutls_mac_get_key_size) *pfunc;
12956 return 0;
12958 _ACEOF
12959 rm -f conftest.$ac_objext
12960 if { (ac_try="$ac_compile"
12961 case "(($ac_try" in
12962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12963 *) ac_try_echo=$ac_try;;
12964 esac
12965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12966 (eval "$ac_compile") 2>conftest.er1
12967 ac_status=$?
12968 grep -v '^ *+' conftest.er1 >conftest.err
12969 rm -f conftest.er1
12970 cat conftest.err >&5
12971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12972 (exit $ac_status); } && {
12973 test -z "$ac_c_werror_flag" ||
12974 test ! -s conftest.err
12975 } && test -s conftest.$ac_objext; then
12976 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12977 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12978 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12979 echo $ECHO_N "(cached) $ECHO_C" >&6
12980 else
12981 ac_check_soname_save_LIBS=$LIBS
12982 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12983 cat >conftest.$ac_ext <<_ACEOF
12984 /* confdefs.h. */
12985 _ACEOF
12986 cat confdefs.h >>conftest.$ac_ext
12987 cat >>conftest.$ac_ext <<_ACEOF
12988 /* end confdefs.h. */
12990 /* Override any GCC internal prototype to avoid an error.
12991 Use char because int might match the return type of a GCC
12992 builtin and then its argument prototype would still apply. */
12993 #ifdef __cplusplus
12994 extern "C"
12995 #endif
12996 char gnutls_global_init ();
12998 main ()
13000 return gnutls_global_init ();
13002 return 0;
13004 _ACEOF
13005 rm -f conftest.$ac_objext conftest$ac_exeext
13006 if { (ac_try="$ac_link"
13007 case "(($ac_try" in
13008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13009 *) ac_try_echo=$ac_try;;
13010 esac
13011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13012 (eval "$ac_link") 2>conftest.er1
13013 ac_status=$?
13014 grep -v '^ *+' conftest.er1 >conftest.err
13015 rm -f conftest.er1
13016 cat conftest.err >&5
13017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018 (exit $ac_status); } && {
13019 test -z "$ac_c_werror_flag" ||
13020 test ! -s conftest.err
13021 } && test -s conftest$ac_exeext &&
13022 $as_test_x conftest$ac_exeext; then
13023 case "$LIBEXT" in
13024 dll) ;;
13025 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'` ;;
13026 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13027 esac
13028 else
13029 echo "$as_me: failed program was:" >&5
13030 sed 's/^/| /' conftest.$ac_ext >&5
13035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13036 conftest$ac_exeext conftest.$ac_ext
13037 LIBS=$ac_check_soname_save_LIBS
13039 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13040 { echo "$as_me:$LINENO: result: not found" >&5
13041 echo "${ECHO_T}not found" >&6; }
13043 else
13044 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13045 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13047 cat >>confdefs.h <<_ACEOF
13048 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13049 _ACEOF
13051 GNUTLSINCL="$ac_gnutls_cflags"
13055 else
13056 echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13066 CPPFLAGS="$ac_save_CPPFLAGS"
13068 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13069 case "x$with_gnutls" in
13070 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13071 xno) ;;
13072 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13073 This is an error since --with-gnutls was requested." >&5
13074 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13075 This is an error since --with-gnutls was requested." >&2;}
13076 { (exit 1); exit 1; }; } ;;
13077 esac
13081 CURSESLIBS=""
13082 if test "$ac_cv_header_ncurses_h" = "yes"
13083 then
13084 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13085 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13086 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13087 echo $ECHO_N "(cached) $ECHO_C" >&6
13088 else
13089 ac_check_soname_save_LIBS=$LIBS
13090 LIBS="-lncurses $LIBS"
13091 cat >conftest.$ac_ext <<_ACEOF
13092 /* confdefs.h. */
13093 _ACEOF
13094 cat confdefs.h >>conftest.$ac_ext
13095 cat >>conftest.$ac_ext <<_ACEOF
13096 /* end confdefs.h. */
13098 /* Override any GCC internal prototype to avoid an error.
13099 Use char because int might match the return type of a GCC
13100 builtin and then its argument prototype would still apply. */
13101 #ifdef __cplusplus
13102 extern "C"
13103 #endif
13104 char waddch ();
13106 main ()
13108 return waddch ();
13110 return 0;
13112 _ACEOF
13113 rm -f conftest.$ac_objext conftest$ac_exeext
13114 if { (ac_try="$ac_link"
13115 case "(($ac_try" in
13116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13117 *) ac_try_echo=$ac_try;;
13118 esac
13119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13120 (eval "$ac_link") 2>conftest.er1
13121 ac_status=$?
13122 grep -v '^ *+' conftest.er1 >conftest.err
13123 rm -f conftest.er1
13124 cat conftest.err >&5
13125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13126 (exit $ac_status); } && {
13127 test -z "$ac_c_werror_flag" ||
13128 test ! -s conftest.err
13129 } && test -s conftest$ac_exeext &&
13130 $as_test_x conftest$ac_exeext; then
13131 case "$LIBEXT" in
13132 dll) ;;
13133 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'` ;;
13134 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13135 esac
13136 else
13137 echo "$as_me: failed program was:" >&5
13138 sed 's/^/| /' conftest.$ac_ext >&5
13143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13144 conftest$ac_exeext conftest.$ac_ext
13145 LIBS=$ac_check_soname_save_LIBS
13147 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13148 { echo "$as_me:$LINENO: result: not found" >&5
13149 echo "${ECHO_T}not found" >&6; }
13151 else
13152 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13153 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13155 cat >>confdefs.h <<_ACEOF
13156 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13157 _ACEOF
13159 CURSESLIBS="-lncurses"
13162 elif test "$ac_cv_header_curses_h" = "yes"
13163 then
13164 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13165 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13166 if test "${ac_cv_lib_soname_curses+set}" = set; then
13167 echo $ECHO_N "(cached) $ECHO_C" >&6
13168 else
13169 ac_check_soname_save_LIBS=$LIBS
13170 LIBS="-lcurses $LIBS"
13171 cat >conftest.$ac_ext <<_ACEOF
13172 /* confdefs.h. */
13173 _ACEOF
13174 cat confdefs.h >>conftest.$ac_ext
13175 cat >>conftest.$ac_ext <<_ACEOF
13176 /* end confdefs.h. */
13178 /* Override any GCC internal prototype to avoid an error.
13179 Use char because int might match the return type of a GCC
13180 builtin and then its argument prototype would still apply. */
13181 #ifdef __cplusplus
13182 extern "C"
13183 #endif
13184 char waddch ();
13186 main ()
13188 return waddch ();
13190 return 0;
13192 _ACEOF
13193 rm -f conftest.$ac_objext conftest$ac_exeext
13194 if { (ac_try="$ac_link"
13195 case "(($ac_try" in
13196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13197 *) ac_try_echo=$ac_try;;
13198 esac
13199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13200 (eval "$ac_link") 2>conftest.er1
13201 ac_status=$?
13202 grep -v '^ *+' conftest.er1 >conftest.err
13203 rm -f conftest.er1
13204 cat conftest.err >&5
13205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13206 (exit $ac_status); } && {
13207 test -z "$ac_c_werror_flag" ||
13208 test ! -s conftest.err
13209 } && test -s conftest$ac_exeext &&
13210 $as_test_x conftest$ac_exeext; then
13211 case "$LIBEXT" in
13212 dll) ;;
13213 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'` ;;
13214 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13215 esac
13216 else
13217 echo "$as_me: failed program was:" >&5
13218 sed 's/^/| /' conftest.$ac_ext >&5
13223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13224 conftest$ac_exeext conftest.$ac_ext
13225 LIBS=$ac_check_soname_save_LIBS
13227 if test "x$ac_cv_lib_soname_curses" = "x"; then
13228 { echo "$as_me:$LINENO: result: not found" >&5
13229 echo "${ECHO_T}not found" >&6; }
13231 else
13232 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13233 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13235 cat >>confdefs.h <<_ACEOF
13236 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13237 _ACEOF
13239 CURSESLIBS="-lcurses"
13243 ac_save_LIBS="$LIBS"
13244 LIBS="$LIBS $CURSESLIBS"
13246 for ac_func in mousemask
13248 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13249 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13250 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13251 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13252 echo $ECHO_N "(cached) $ECHO_C" >&6
13253 else
13254 cat >conftest.$ac_ext <<_ACEOF
13255 /* confdefs.h. */
13256 _ACEOF
13257 cat confdefs.h >>conftest.$ac_ext
13258 cat >>conftest.$ac_ext <<_ACEOF
13259 /* end confdefs.h. */
13260 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13261 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13262 #define $ac_func innocuous_$ac_func
13264 /* System header to define __stub macros and hopefully few prototypes,
13265 which can conflict with char $ac_func (); below.
13266 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13267 <limits.h> exists even on freestanding compilers. */
13269 #ifdef __STDC__
13270 # include <limits.h>
13271 #else
13272 # include <assert.h>
13273 #endif
13275 #undef $ac_func
13277 /* Override any GCC internal prototype to avoid an error.
13278 Use char because int might match the return type of a GCC
13279 builtin and then its argument prototype would still apply. */
13280 #ifdef __cplusplus
13281 extern "C"
13282 #endif
13283 char $ac_func ();
13284 /* The GNU C library defines this for functions which it implements
13285 to always fail with ENOSYS. Some functions are actually named
13286 something starting with __ and the normal name is an alias. */
13287 #if defined __stub_$ac_func || defined __stub___$ac_func
13288 choke me
13289 #endif
13292 main ()
13294 return $ac_func ();
13296 return 0;
13298 _ACEOF
13299 rm -f conftest.$ac_objext conftest$ac_exeext
13300 if { (ac_try="$ac_link"
13301 case "(($ac_try" in
13302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13303 *) ac_try_echo=$ac_try;;
13304 esac
13305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13306 (eval "$ac_link") 2>conftest.er1
13307 ac_status=$?
13308 grep -v '^ *+' conftest.er1 >conftest.err
13309 rm -f conftest.er1
13310 cat conftest.err >&5
13311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13312 (exit $ac_status); } && {
13313 test -z "$ac_c_werror_flag" ||
13314 test ! -s conftest.err
13315 } && test -s conftest$ac_exeext &&
13316 $as_test_x conftest$ac_exeext; then
13317 eval "$as_ac_var=yes"
13318 else
13319 echo "$as_me: failed program was:" >&5
13320 sed 's/^/| /' conftest.$ac_ext >&5
13322 eval "$as_ac_var=no"
13325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13326 conftest$ac_exeext conftest.$ac_ext
13328 ac_res=`eval echo '${'$as_ac_var'}'`
13329 { echo "$as_me:$LINENO: result: $ac_res" >&5
13330 echo "${ECHO_T}$ac_res" >&6; }
13331 if test `eval echo '${'$as_ac_var'}'` = yes; then
13332 cat >>confdefs.h <<_ACEOF
13333 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13334 _ACEOF
13337 done
13339 LIBS="$ac_save_LIBS"
13340 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13341 case "x$with_curses" in
13342 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13343 xno) ;;
13344 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13345 This is an error since --with-curses was requested." >&5
13346 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13347 This is an error since --with-curses was requested." >&2;}
13348 { (exit 1); exit 1; }; } ;;
13349 esac
13353 if test "x$with_sane" != "xno"
13354 then
13355 ac_save_CPPFLAGS="$CPPFLAGS"
13356 # Extract the first word of "sane-config", so it can be a program name with args.
13357 set dummy sane-config; ac_word=$2
13358 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13359 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13360 if test "${ac_cv_prog_sane_devel+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13362 else
13363 if test -n "$sane_devel"; then
13364 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13365 else
13366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13367 for as_dir in $PATH
13369 IFS=$as_save_IFS
13370 test -z "$as_dir" && as_dir=.
13371 for ac_exec_ext in '' $ac_executable_extensions; do
13372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13373 ac_cv_prog_sane_devel="sane-config"
13374 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13375 break 2
13377 done
13378 done
13379 IFS=$as_save_IFS
13381 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13384 sane_devel=$ac_cv_prog_sane_devel
13385 if test -n "$sane_devel"; then
13386 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13387 echo "${ECHO_T}$sane_devel" >&6; }
13388 else
13389 { echo "$as_me:$LINENO: result: no" >&5
13390 echo "${ECHO_T}no" >&6; }
13394 if test "$sane_devel" != "no"
13395 then
13396 ac_sane_incl="`$sane_devel --cflags`"
13397 ac_sane_libs="`$sane_devel --ldflags`"
13398 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13400 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13401 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13402 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13403 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13404 echo $ECHO_N "(cached) $ECHO_C" >&6
13406 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13407 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13408 else
13409 # Is the header compilable?
13410 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13411 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13412 cat >conftest.$ac_ext <<_ACEOF
13413 /* confdefs.h. */
13414 _ACEOF
13415 cat confdefs.h >>conftest.$ac_ext
13416 cat >>conftest.$ac_ext <<_ACEOF
13417 /* end confdefs.h. */
13418 $ac_includes_default
13419 #include <sane/sane.h>
13420 _ACEOF
13421 rm -f conftest.$ac_objext
13422 if { (ac_try="$ac_compile"
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_compile") 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); } && {
13435 test -z "$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 } && test -s conftest.$ac_objext; then
13438 ac_header_compiler=yes
13439 else
13440 echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13443 ac_header_compiler=no
13446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13447 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13448 echo "${ECHO_T}$ac_header_compiler" >&6; }
13450 # Is the header present?
13451 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13452 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13453 cat >conftest.$ac_ext <<_ACEOF
13454 /* confdefs.h. */
13455 _ACEOF
13456 cat confdefs.h >>conftest.$ac_ext
13457 cat >>conftest.$ac_ext <<_ACEOF
13458 /* end confdefs.h. */
13459 #include <sane/sane.h>
13460 _ACEOF
13461 if { (ac_try="$ac_cpp conftest.$ac_ext"
13462 case "(($ac_try" in
13463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13464 *) ac_try_echo=$ac_try;;
13465 esac
13466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13467 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13468 ac_status=$?
13469 grep -v '^ *+' conftest.er1 >conftest.err
13470 rm -f conftest.er1
13471 cat conftest.err >&5
13472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13473 (exit $ac_status); } >/dev/null && {
13474 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13475 test ! -s conftest.err
13476 }; then
13477 ac_header_preproc=yes
13478 else
13479 echo "$as_me: failed program was:" >&5
13480 sed 's/^/| /' conftest.$ac_ext >&5
13482 ac_header_preproc=no
13485 rm -f conftest.err conftest.$ac_ext
13486 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13487 echo "${ECHO_T}$ac_header_preproc" >&6; }
13489 # So? What about this header?
13490 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13491 yes:no: )
13492 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13493 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13494 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13495 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13496 ac_header_preproc=yes
13498 no:yes:* )
13499 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13500 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13501 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13502 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13503 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13504 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13505 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13506 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13507 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13508 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13509 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13510 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13511 ( cat <<\_ASBOX
13512 ## ------------------------------------ ##
13513 ## Report this to wine-devel@winehq.org ##
13514 ## ------------------------------------ ##
13515 _ASBOX
13516 ) | sed "s/^/$as_me: WARNING: /" >&2
13518 esac
13519 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13520 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13521 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13522 echo $ECHO_N "(cached) $ECHO_C" >&6
13523 else
13524 ac_cv_header_sane_sane_h=$ac_header_preproc
13526 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13527 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13530 if test $ac_cv_header_sane_sane_h = yes; then
13531 { echo "$as_me:$LINENO: checking for -lsane" >&5
13532 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13533 if test "${ac_cv_lib_soname_sane+set}" = set; then
13534 echo $ECHO_N "(cached) $ECHO_C" >&6
13535 else
13536 ac_check_soname_save_LIBS=$LIBS
13537 LIBS="-lsane $ac_sane_libs $LIBS"
13538 cat >conftest.$ac_ext <<_ACEOF
13539 /* confdefs.h. */
13540 _ACEOF
13541 cat confdefs.h >>conftest.$ac_ext
13542 cat >>conftest.$ac_ext <<_ACEOF
13543 /* end confdefs.h. */
13545 /* Override any GCC internal prototype to avoid an error.
13546 Use char because int might match the return type of a GCC
13547 builtin and then its argument prototype would still apply. */
13548 #ifdef __cplusplus
13549 extern "C"
13550 #endif
13551 char sane_init ();
13553 main ()
13555 return sane_init ();
13557 return 0;
13559 _ACEOF
13560 rm -f conftest.$ac_objext conftest$ac_exeext
13561 if { (ac_try="$ac_link"
13562 case "(($ac_try" in
13563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13564 *) ac_try_echo=$ac_try;;
13565 esac
13566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13567 (eval "$ac_link") 2>conftest.er1
13568 ac_status=$?
13569 grep -v '^ *+' conftest.er1 >conftest.err
13570 rm -f conftest.er1
13571 cat conftest.err >&5
13572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13573 (exit $ac_status); } && {
13574 test -z "$ac_c_werror_flag" ||
13575 test ! -s conftest.err
13576 } && test -s conftest$ac_exeext &&
13577 $as_test_x conftest$ac_exeext; then
13578 case "$LIBEXT" in
13579 dll) ;;
13580 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'` ;;
13581 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13582 esac
13583 else
13584 echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.$ac_ext >&5
13590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13591 conftest$ac_exeext conftest.$ac_ext
13592 LIBS=$ac_check_soname_save_LIBS
13594 if test "x$ac_cv_lib_soname_sane" = "x"; then
13595 { echo "$as_me:$LINENO: result: not found" >&5
13596 echo "${ECHO_T}not found" >&6; }
13598 else
13599 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13600 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13602 cat >>confdefs.h <<_ACEOF
13603 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13604 _ACEOF
13606 SANEINCL="$ac_sane_incl"
13613 CPPFLAGS="$ac_save_CPPFLAGS"
13615 if test "x$ac_cv_lib_soname_sane" = "x"; then
13616 case "x$with_sane" in
13617 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13618 xno) ;;
13619 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13620 This is an error since --with-sane was requested." >&5
13621 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13622 This is an error since --with-sane was requested." >&2;}
13623 { (exit 1); exit 1; }; } ;;
13624 esac
13628 if test "x$with_gphoto" != "xno"
13629 then
13630 ac_save_CPPFLAGS="$CPPFLAGS"
13631 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13632 set dummy gphoto2-config; ac_word=$2
13633 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13635 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13636 echo $ECHO_N "(cached) $ECHO_C" >&6
13637 else
13638 if test -n "$gphoto2_devel"; then
13639 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13640 else
13641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13642 for as_dir in $PATH
13644 IFS=$as_save_IFS
13645 test -z "$as_dir" && as_dir=.
13646 for ac_exec_ext in '' $ac_executable_extensions; do
13647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13648 ac_cv_prog_gphoto2_devel="gphoto2-config"
13649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13650 break 2
13652 done
13653 done
13654 IFS=$as_save_IFS
13656 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13659 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13660 if test -n "$gphoto2_devel"; then
13661 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13662 echo "${ECHO_T}$gphoto2_devel" >&6; }
13663 else
13664 { echo "$as_me:$LINENO: result: no" >&5
13665 echo "${ECHO_T}no" >&6; }
13669 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13670 set dummy gphoto2-port-config; ac_word=$2
13671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13673 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13674 echo $ECHO_N "(cached) $ECHO_C" >&6
13675 else
13676 if test -n "$gphoto2port_devel"; then
13677 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13678 else
13679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13680 for as_dir in $PATH
13682 IFS=$as_save_IFS
13683 test -z "$as_dir" && as_dir=.
13684 for ac_exec_ext in '' $ac_executable_extensions; do
13685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13686 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13688 break 2
13690 done
13691 done
13692 IFS=$as_save_IFS
13694 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13697 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13698 if test -n "$gphoto2port_devel"; then
13699 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13700 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13701 else
13702 { echo "$as_me:$LINENO: result: no" >&5
13703 echo "${ECHO_T}no" >&6; }
13707 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13708 then
13709 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13710 ac_gphoto2_libs=""
13711 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13713 case "$i" in
13714 -L/usr/lib|-L/usr/lib64) ;;
13715 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13716 esac
13717 done
13718 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13720 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13721 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13722 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13723 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13724 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13725 echo $ECHO_N "(cached) $ECHO_C" >&6
13727 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13728 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13729 else
13730 # Is the header compilable?
13731 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13732 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13733 cat >conftest.$ac_ext <<_ACEOF
13734 /* confdefs.h. */
13735 _ACEOF
13736 cat confdefs.h >>conftest.$ac_ext
13737 cat >>conftest.$ac_ext <<_ACEOF
13738 /* end confdefs.h. */
13739 $ac_includes_default
13740 #include <gphoto2-camera.h>
13741 _ACEOF
13742 rm -f conftest.$ac_objext
13743 if { (ac_try="$ac_compile"
13744 case "(($ac_try" in
13745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13746 *) ac_try_echo=$ac_try;;
13747 esac
13748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13749 (eval "$ac_compile") 2>conftest.er1
13750 ac_status=$?
13751 grep -v '^ *+' conftest.er1 >conftest.err
13752 rm -f conftest.er1
13753 cat conftest.err >&5
13754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13755 (exit $ac_status); } && {
13756 test -z "$ac_c_werror_flag" ||
13757 test ! -s conftest.err
13758 } && test -s conftest.$ac_objext; then
13759 ac_header_compiler=yes
13760 else
13761 echo "$as_me: failed program was:" >&5
13762 sed 's/^/| /' conftest.$ac_ext >&5
13764 ac_header_compiler=no
13767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13768 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13769 echo "${ECHO_T}$ac_header_compiler" >&6; }
13771 # Is the header present?
13772 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13773 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13774 cat >conftest.$ac_ext <<_ACEOF
13775 /* confdefs.h. */
13776 _ACEOF
13777 cat confdefs.h >>conftest.$ac_ext
13778 cat >>conftest.$ac_ext <<_ACEOF
13779 /* end confdefs.h. */
13780 #include <gphoto2-camera.h>
13781 _ACEOF
13782 if { (ac_try="$ac_cpp conftest.$ac_ext"
13783 case "(($ac_try" in
13784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13785 *) ac_try_echo=$ac_try;;
13786 esac
13787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13788 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13789 ac_status=$?
13790 grep -v '^ *+' conftest.er1 >conftest.err
13791 rm -f conftest.er1
13792 cat conftest.err >&5
13793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13794 (exit $ac_status); } >/dev/null && {
13795 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13796 test ! -s conftest.err
13797 }; then
13798 ac_header_preproc=yes
13799 else
13800 echo "$as_me: failed program was:" >&5
13801 sed 's/^/| /' conftest.$ac_ext >&5
13803 ac_header_preproc=no
13806 rm -f conftest.err conftest.$ac_ext
13807 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13808 echo "${ECHO_T}$ac_header_preproc" >&6; }
13810 # So? What about this header?
13811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13812 yes:no: )
13813 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13814 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13815 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13816 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13817 ac_header_preproc=yes
13819 no:yes:* )
13820 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13821 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13822 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13823 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13824 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13825 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13826 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13827 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13828 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13829 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13830 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13831 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13832 ( cat <<\_ASBOX
13833 ## ------------------------------------ ##
13834 ## Report this to wine-devel@winehq.org ##
13835 ## ------------------------------------ ##
13836 _ASBOX
13837 ) | sed "s/^/$as_me: WARNING: /" >&2
13839 esac
13840 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13841 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13842 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844 else
13845 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13847 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13848 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13851 if test $ac_cv_header_gphoto2_camera_h = yes; then
13852 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13853 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13854 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13855 echo $ECHO_N "(cached) $ECHO_C" >&6
13856 else
13857 ac_check_lib_save_LIBS=$LIBS
13858 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13859 cat >conftest.$ac_ext <<_ACEOF
13860 /* confdefs.h. */
13861 _ACEOF
13862 cat confdefs.h >>conftest.$ac_ext
13863 cat >>conftest.$ac_ext <<_ACEOF
13864 /* end confdefs.h. */
13866 /* Override any GCC internal prototype to avoid an error.
13867 Use char because int might match the return type of a GCC
13868 builtin and then its argument prototype would still apply. */
13869 #ifdef __cplusplus
13870 extern "C"
13871 #endif
13872 char gp_camera_new ();
13874 main ()
13876 return gp_camera_new ();
13878 return 0;
13880 _ACEOF
13881 rm -f conftest.$ac_objext conftest$ac_exeext
13882 if { (ac_try="$ac_link"
13883 case "(($ac_try" in
13884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13885 *) ac_try_echo=$ac_try;;
13886 esac
13887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13888 (eval "$ac_link") 2>conftest.er1
13889 ac_status=$?
13890 grep -v '^ *+' conftest.er1 >conftest.err
13891 rm -f conftest.er1
13892 cat conftest.err >&5
13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894 (exit $ac_status); } && {
13895 test -z "$ac_c_werror_flag" ||
13896 test ! -s conftest.err
13897 } && test -s conftest$ac_exeext &&
13898 $as_test_x conftest$ac_exeext; then
13899 ac_cv_lib_gphoto2_gp_camera_new=yes
13900 else
13901 echo "$as_me: failed program was:" >&5
13902 sed 's/^/| /' conftest.$ac_ext >&5
13904 ac_cv_lib_gphoto2_gp_camera_new=no
13907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13908 conftest$ac_exeext conftest.$ac_ext
13909 LIBS=$ac_check_lib_save_LIBS
13911 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13912 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13913 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13915 cat >>confdefs.h <<\_ACEOF
13916 #define HAVE_GPHOTO2 1
13917 _ACEOF
13919 GPHOTO2LIBS="$ac_gphoto2_libs"
13921 GPHOTO2INCL="$ac_gphoto2_incl"
13928 CPPFLAGS="$ac_save_CPPFLAGS"
13930 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13931 case "x$with_gphoto" in
13932 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13933 xno) ;;
13934 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13935 This is an error since --with-gphoto was requested." >&5
13936 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13937 This is an error since --with-gphoto was requested." >&2;}
13938 { (exit 1); exit 1; }; } ;;
13939 esac
13944 RESOLVLIBS=""
13946 if test "$ac_cv_header_resolv_h" = "yes"
13947 then
13948 ac_save_LIBS="$LIBS"
13949 LIBS="$LIBS -lresolv"
13950 cat >conftest.$ac_ext <<_ACEOF
13951 /* confdefs.h. */
13952 _ACEOF
13953 cat confdefs.h >>conftest.$ac_ext
13954 cat >>conftest.$ac_ext <<_ACEOF
13955 /* end confdefs.h. */
13956 #ifdef HAVE_NETINET_IN_H
13957 #include <netinet/in.h>
13958 #endif
13959 #include <resolv.h>
13961 main ()
13963 res_init();
13965 return 0;
13967 _ACEOF
13968 rm -f conftest.$ac_objext conftest$ac_exeext
13969 if { (ac_try="$ac_link"
13970 case "(($ac_try" in
13971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13972 *) ac_try_echo=$ac_try;;
13973 esac
13974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13975 (eval "$ac_link") 2>conftest.er1
13976 ac_status=$?
13977 grep -v '^ *+' conftest.er1 >conftest.err
13978 rm -f conftest.er1
13979 cat conftest.err >&5
13980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13981 (exit $ac_status); } && {
13982 test -z "$ac_c_werror_flag" ||
13983 test ! -s conftest.err
13984 } && test -s conftest$ac_exeext &&
13985 $as_test_x conftest$ac_exeext; then
13987 cat >>confdefs.h <<\_ACEOF
13988 #define HAVE_RESOLV 1
13989 _ACEOF
13991 RESOLVLIBS="-lresolv"
13992 else
13993 echo "$as_me: failed program was:" >&5
13994 sed 's/^/| /' conftest.$ac_ext >&5
13999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14000 conftest$ac_exeext conftest.$ac_ext
14001 LIBS="$ac_save_LIBS"
14004 LCMSLIBS=""
14006 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14007 then
14008 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14009 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14010 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14011 echo $ECHO_N "(cached) $ECHO_C" >&6
14012 else
14013 ac_check_lib_save_LIBS=$LIBS
14014 LIBS="-llcms $LIBS"
14015 cat >conftest.$ac_ext <<_ACEOF
14016 /* confdefs.h. */
14017 _ACEOF
14018 cat confdefs.h >>conftest.$ac_ext
14019 cat >>conftest.$ac_ext <<_ACEOF
14020 /* end confdefs.h. */
14022 /* Override any GCC internal prototype to avoid an error.
14023 Use char because int might match the return type of a GCC
14024 builtin and then its argument prototype would still apply. */
14025 #ifdef __cplusplus
14026 extern "C"
14027 #endif
14028 char cmsOpenProfileFromFile ();
14030 main ()
14032 return cmsOpenProfileFromFile ();
14034 return 0;
14036 _ACEOF
14037 rm -f conftest.$ac_objext conftest$ac_exeext
14038 if { (ac_try="$ac_link"
14039 case "(($ac_try" in
14040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14041 *) ac_try_echo=$ac_try;;
14042 esac
14043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14044 (eval "$ac_link") 2>conftest.er1
14045 ac_status=$?
14046 grep -v '^ *+' conftest.er1 >conftest.err
14047 rm -f conftest.er1
14048 cat conftest.err >&5
14049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050 (exit $ac_status); } && {
14051 test -z "$ac_c_werror_flag" ||
14052 test ! -s conftest.err
14053 } && test -s conftest$ac_exeext &&
14054 $as_test_x conftest$ac_exeext; then
14055 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14056 else
14057 echo "$as_me: failed program was:" >&5
14058 sed 's/^/| /' conftest.$ac_ext >&5
14060 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14064 conftest$ac_exeext conftest.$ac_ext
14065 LIBS=$ac_check_lib_save_LIBS
14067 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14068 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14069 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14071 cat >>confdefs.h <<\_ACEOF
14072 #define HAVE_LCMS 1
14073 _ACEOF
14075 LCMSLIBS="-llcms"
14079 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14080 case "x$with_cms" in
14081 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14082 xno) ;;
14083 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14084 This is an error since --with-cms was requested." >&5
14085 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14086 This is an error since --with-cms was requested." >&2;}
14087 { (exit 1); exit 1; }; } ;;
14088 esac
14092 if test "x$with_freetype" != "xno"
14093 then
14094 for ac_prog in freetype-config freetype2-config
14096 # Extract the first word of "$ac_prog", so it can be a program name with args.
14097 set dummy $ac_prog; ac_word=$2
14098 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14100 if test "${ac_cv_prog_ft_devel+set}" = set; then
14101 echo $ECHO_N "(cached) $ECHO_C" >&6
14102 else
14103 if test -n "$ft_devel"; then
14104 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14105 else
14106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14107 for as_dir in $PATH
14109 IFS=$as_save_IFS
14110 test -z "$as_dir" && as_dir=.
14111 for ac_exec_ext in '' $ac_executable_extensions; do
14112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14113 ac_cv_prog_ft_devel="$ac_prog"
14114 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14115 break 2
14117 done
14118 done
14119 IFS=$as_save_IFS
14123 ft_devel=$ac_cv_prog_ft_devel
14124 if test -n "$ft_devel"; then
14125 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14126 echo "${ECHO_T}$ft_devel" >&6; }
14127 else
14128 { echo "$as_me:$LINENO: result: no" >&5
14129 echo "${ECHO_T}no" >&6; }
14133 test -n "$ft_devel" && break
14134 done
14135 test -n "$ft_devel" || ft_devel="no"
14137 if test "$ft_devel" != "no"
14138 then
14139 ac_freetype_incl=`$ft_devel --cflags`
14140 ac_freetype_libs=`$ft_devel --libs`
14142 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14143 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14144 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14145 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14146 echo $ECHO_N "(cached) $ECHO_C" >&6
14147 else
14148 ac_check_soname_save_LIBS=$LIBS
14149 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14150 cat >conftest.$ac_ext <<_ACEOF
14151 /* confdefs.h. */
14152 _ACEOF
14153 cat confdefs.h >>conftest.$ac_ext
14154 cat >>conftest.$ac_ext <<_ACEOF
14155 /* end confdefs.h. */
14157 /* Override any GCC internal prototype to avoid an error.
14158 Use char because int might match the return type of a GCC
14159 builtin and then its argument prototype would still apply. */
14160 #ifdef __cplusplus
14161 extern "C"
14162 #endif
14163 char FT_Init_FreeType ();
14165 main ()
14167 return FT_Init_FreeType ();
14169 return 0;
14171 _ACEOF
14172 rm -f conftest.$ac_objext conftest$ac_exeext
14173 if { (ac_try="$ac_link"
14174 case "(($ac_try" in
14175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14176 *) ac_try_echo=$ac_try;;
14177 esac
14178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14179 (eval "$ac_link") 2>conftest.er1
14180 ac_status=$?
14181 grep -v '^ *+' conftest.er1 >conftest.err
14182 rm -f conftest.er1
14183 cat conftest.err >&5
14184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14185 (exit $ac_status); } && {
14186 test -z "$ac_c_werror_flag" ||
14187 test ! -s conftest.err
14188 } && test -s conftest$ac_exeext &&
14189 $as_test_x conftest$ac_exeext; then
14190 case "$LIBEXT" in
14191 dll) ;;
14192 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'` ;;
14193 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14194 esac
14195 else
14196 echo "$as_me: failed program was:" >&5
14197 sed 's/^/| /' conftest.$ac_ext >&5
14202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14203 conftest$ac_exeext conftest.$ac_ext
14204 LIBS=$ac_check_soname_save_LIBS
14206 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14207 { echo "$as_me:$LINENO: result: not found" >&5
14208 echo "${ECHO_T}not found" >&6; }
14209 ft_lib=no
14210 else
14211 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14212 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14214 cat >>confdefs.h <<_ACEOF
14215 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14216 _ACEOF
14218 ft_lib=yes
14221 if test "$ft_lib" = "yes"
14222 then
14223 ac_save_CPPFLAGS="$CPPFLAGS"
14224 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14238 for ac_header in ft2build.h \
14239 freetype/freetype.h \
14240 freetype/ftglyph.h \
14241 freetype/fttypes.h \
14242 freetype/tttables.h \
14243 freetype/ftnames.h \
14244 freetype/ftsnames.h \
14245 freetype/ttnameid.h \
14246 freetype/ftoutln.h \
14247 freetype/ftwinfnt.h \
14248 freetype/ftmodapi.h \
14249 freetype/ftlcdfil.h \
14250 freetype/internal/sfnt.h
14252 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14253 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14254 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14255 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14256 echo $ECHO_N "(cached) $ECHO_C" >&6
14257 else
14258 cat >conftest.$ac_ext <<_ACEOF
14259 /* confdefs.h. */
14260 _ACEOF
14261 cat confdefs.h >>conftest.$ac_ext
14262 cat >>conftest.$ac_ext <<_ACEOF
14263 /* end confdefs.h. */
14264 #ifdef HAVE_FT2BUILD_H
14265 # include <ft2build.h>
14266 #endif
14268 #include <$ac_header>
14269 _ACEOF
14270 rm -f conftest.$ac_objext
14271 if { (ac_try="$ac_compile"
14272 case "(($ac_try" in
14273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14275 esac
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277 (eval "$ac_compile") 2>conftest.er1
14278 ac_status=$?
14279 grep -v '^ *+' conftest.er1 >conftest.err
14280 rm -f conftest.er1
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } && {
14284 test -z "$ac_c_werror_flag" ||
14285 test ! -s conftest.err
14286 } && test -s conftest.$ac_objext; then
14287 eval "$as_ac_Header=yes"
14288 else
14289 echo "$as_me: failed program was:" >&5
14290 sed 's/^/| /' conftest.$ac_ext >&5
14292 eval "$as_ac_Header=no"
14295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14297 ac_res=`eval echo '${'$as_ac_Header'}'`
14298 { echo "$as_me:$LINENO: result: $ac_res" >&5
14299 echo "${ECHO_T}$ac_res" >&6; }
14300 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14301 cat >>confdefs.h <<_ACEOF
14302 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14303 _ACEOF
14307 done
14309 cat >conftest.$ac_ext <<_ACEOF
14310 /* confdefs.h. */
14311 _ACEOF
14312 cat confdefs.h >>conftest.$ac_ext
14313 cat >>conftest.$ac_ext <<_ACEOF
14314 /* end confdefs.h. */
14315 #include <ft2build.h>
14316 #include <freetype/fttrigon.h>
14317 _ACEOF
14318 if { (ac_try="$ac_cpp conftest.$ac_ext"
14319 case "(($ac_try" in
14320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14321 *) ac_try_echo=$ac_try;;
14322 esac
14323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14324 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14325 ac_status=$?
14326 grep -v '^ *+' conftest.er1 >conftest.err
14327 rm -f conftest.er1
14328 cat conftest.err >&5
14329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330 (exit $ac_status); } >/dev/null && {
14331 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14332 test ! -s conftest.err
14333 }; then
14335 cat >>confdefs.h <<\_ACEOF
14336 #define HAVE_FREETYPE_FTTRIGON_H 1
14337 _ACEOF
14339 wine_cv_fttrigon=yes
14340 else
14341 echo "$as_me: failed program was:" >&5
14342 sed 's/^/| /' conftest.$ac_ext >&5
14344 wine_cv_fttrigon=no
14347 rm -f conftest.err conftest.$ac_ext
14348 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14349 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14350 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14351 echo $ECHO_N "(cached) $ECHO_C" >&6
14352 else
14353 cat >conftest.$ac_ext <<_ACEOF
14354 /* confdefs.h. */
14355 _ACEOF
14356 cat confdefs.h >>conftest.$ac_ext
14357 cat >>conftest.$ac_ext <<_ACEOF
14358 /* end confdefs.h. */
14359 #include <freetype/ftmodapi.h>
14361 typedef FT_TrueTypeEngineType ac__type_new_;
14363 main ()
14365 if ((ac__type_new_ *) 0)
14366 return 0;
14367 if (sizeof (ac__type_new_))
14368 return 0;
14370 return 0;
14372 _ACEOF
14373 rm -f conftest.$ac_objext
14374 if { (ac_try="$ac_compile"
14375 case "(($ac_try" in
14376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14377 *) ac_try_echo=$ac_try;;
14378 esac
14379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14380 (eval "$ac_compile") 2>conftest.er1
14381 ac_status=$?
14382 grep -v '^ *+' conftest.er1 >conftest.err
14383 rm -f conftest.er1
14384 cat conftest.err >&5
14385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14386 (exit $ac_status); } && {
14387 test -z "$ac_c_werror_flag" ||
14388 test ! -s conftest.err
14389 } && test -s conftest.$ac_objext; then
14390 ac_cv_type_FT_TrueTypeEngineType=yes
14391 else
14392 echo "$as_me: failed program was:" >&5
14393 sed 's/^/| /' conftest.$ac_ext >&5
14395 ac_cv_type_FT_TrueTypeEngineType=no
14398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14400 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14401 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14402 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14404 cat >>confdefs.h <<_ACEOF
14405 #define HAVE_FT_TRUETYPEENGINETYPE 1
14406 _ACEOF
14411 ac_save_CFLAGS="$CFLAGS"
14412 CFLAGS="$CFLAGS $ac_freetype_libs"
14414 for ac_func in FT_Load_Sfnt_Table
14416 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14417 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14418 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14419 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14420 echo $ECHO_N "(cached) $ECHO_C" >&6
14421 else
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14428 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14430 #define $ac_func innocuous_$ac_func
14432 /* System header to define __stub macros and hopefully few prototypes,
14433 which can conflict with char $ac_func (); below.
14434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14435 <limits.h> exists even on freestanding compilers. */
14437 #ifdef __STDC__
14438 # include <limits.h>
14439 #else
14440 # include <assert.h>
14441 #endif
14443 #undef $ac_func
14445 /* Override any GCC internal prototype to avoid an error.
14446 Use char because int might match the return type of a GCC
14447 builtin and then its argument prototype would still apply. */
14448 #ifdef __cplusplus
14449 extern "C"
14450 #endif
14451 char $ac_func ();
14452 /* The GNU C library defines this for functions which it implements
14453 to always fail with ENOSYS. Some functions are actually named
14454 something starting with __ and the normal name is an alias. */
14455 #if defined __stub_$ac_func || defined __stub___$ac_func
14456 choke me
14457 #endif
14460 main ()
14462 return $ac_func ();
14464 return 0;
14466 _ACEOF
14467 rm -f conftest.$ac_objext conftest$ac_exeext
14468 if { (ac_try="$ac_link"
14469 case "(($ac_try" in
14470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14471 *) ac_try_echo=$ac_try;;
14472 esac
14473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14474 (eval "$ac_link") 2>conftest.er1
14475 ac_status=$?
14476 grep -v '^ *+' conftest.er1 >conftest.err
14477 rm -f conftest.er1
14478 cat conftest.err >&5
14479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14480 (exit $ac_status); } && {
14481 test -z "$ac_c_werror_flag" ||
14482 test ! -s conftest.err
14483 } && test -s conftest$ac_exeext &&
14484 $as_test_x conftest$ac_exeext; then
14485 eval "$as_ac_var=yes"
14486 else
14487 echo "$as_me: failed program was:" >&5
14488 sed 's/^/| /' conftest.$ac_ext >&5
14490 eval "$as_ac_var=no"
14493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14494 conftest$ac_exeext conftest.$ac_ext
14496 ac_res=`eval echo '${'$as_ac_var'}'`
14497 { echo "$as_me:$LINENO: result: $ac_res" >&5
14498 echo "${ECHO_T}$ac_res" >&6; }
14499 if test `eval echo '${'$as_ac_var'}'` = yes; then
14500 cat >>confdefs.h <<_ACEOF
14501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14502 _ACEOF
14505 done
14507 CFLAGS="$ac_save_CFLAGS"
14508 CPPFLAGS="$ac_save_CPPFLAGS"
14509 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14510 then
14512 cat >>confdefs.h <<\_ACEOF
14513 #define HAVE_FREETYPE 1
14514 _ACEOF
14516 FREETYPELIBS="$ac_freetype_libs"
14518 FREETYPEINCL="$ac_freetype_incl"
14523 if test "x$FREETYPELIBS" = "x"; then
14524 case "x$with_freetype" in
14525 xno) ;;
14526 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14527 Use the --without-freetype option if you really want this." >&5
14528 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14529 Use the --without-freetype option if you really want this." >&2;}
14530 { (exit 1); exit 1; }; } ;;
14531 esac
14534 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14536 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14537 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14538 if test "${ac_cv_c_ppdev+set}" = set; then
14539 echo $ECHO_N "(cached) $ECHO_C" >&6
14540 else
14541 cat >conftest.$ac_ext <<_ACEOF
14542 /* confdefs.h. */
14543 _ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14547 #include <linux/ppdev.h>
14549 main ()
14551 ioctl (1,PPCLAIM,0)
14553 return 0;
14555 _ACEOF
14556 rm -f conftest.$ac_objext
14557 if { (ac_try="$ac_compile"
14558 case "(($ac_try" in
14559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14560 *) ac_try_echo=$ac_try;;
14561 esac
14562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14563 (eval "$ac_compile") 2>conftest.er1
14564 ac_status=$?
14565 grep -v '^ *+' conftest.er1 >conftest.err
14566 rm -f conftest.er1
14567 cat conftest.err >&5
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err
14572 } && test -s conftest.$ac_objext; then
14573 ac_cv_c_ppdev="yes"
14574 else
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14578 ac_cv_c_ppdev="no"
14581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14583 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14584 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14585 if test "$ac_cv_c_ppdev" = "yes"
14586 then
14588 cat >>confdefs.h <<\_ACEOF
14589 #define HAVE_PPDEV 1
14590 _ACEOF
14594 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14595 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14596 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14597 echo $ECHO_N "(cached) $ECHO_C" >&6
14598 else
14599 cat >conftest.$ac_ext <<_ACEOF
14600 /* confdefs.h. */
14601 _ACEOF
14602 cat confdefs.h >>conftest.$ac_ext
14603 cat >>conftest.$ac_ext <<_ACEOF
14604 /* end confdefs.h. */
14605 #define _GNU_SOURCE
14606 #include <pthread.h>
14608 typedef pthread_rwlock_t ac__type_new_;
14610 main ()
14612 if ((ac__type_new_ *) 0)
14613 return 0;
14614 if (sizeof (ac__type_new_))
14615 return 0;
14617 return 0;
14619 _ACEOF
14620 rm -f conftest.$ac_objext
14621 if { (ac_try="$ac_compile"
14622 case "(($ac_try" in
14623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14624 *) ac_try_echo=$ac_try;;
14625 esac
14626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14627 (eval "$ac_compile") 2>conftest.er1
14628 ac_status=$?
14629 grep -v '^ *+' conftest.er1 >conftest.err
14630 rm -f conftest.er1
14631 cat conftest.err >&5
14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); } && {
14634 test -z "$ac_c_werror_flag" ||
14635 test ! -s conftest.err
14636 } && test -s conftest.$ac_objext; then
14637 ac_cv_type_pthread_rwlock_t=yes
14638 else
14639 echo "$as_me: failed program was:" >&5
14640 sed 's/^/| /' conftest.$ac_ext >&5
14642 ac_cv_type_pthread_rwlock_t=no
14645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14647 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14648 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14649 if test $ac_cv_type_pthread_rwlock_t = yes; then
14651 cat >>confdefs.h <<_ACEOF
14652 #define HAVE_PTHREAD_RWLOCK_T 1
14653 _ACEOF
14657 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14658 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14659 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14660 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 else
14662 cat >conftest.$ac_ext <<_ACEOF
14663 /* confdefs.h. */
14664 _ACEOF
14665 cat confdefs.h >>conftest.$ac_ext
14666 cat >>conftest.$ac_ext <<_ACEOF
14667 /* end confdefs.h. */
14668 #define _GNU_SOURCE
14669 #include <pthread.h>
14671 typedef pthread_rwlockattr_t ac__type_new_;
14673 main ()
14675 if ((ac__type_new_ *) 0)
14676 return 0;
14677 if (sizeof (ac__type_new_))
14678 return 0;
14680 return 0;
14682 _ACEOF
14683 rm -f conftest.$ac_objext
14684 if { (ac_try="$ac_compile"
14685 case "(($ac_try" in
14686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14687 *) ac_try_echo=$ac_try;;
14688 esac
14689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14690 (eval "$ac_compile") 2>conftest.er1
14691 ac_status=$?
14692 grep -v '^ *+' conftest.er1 >conftest.err
14693 rm -f conftest.er1
14694 cat conftest.err >&5
14695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14696 (exit $ac_status); } && {
14697 test -z "$ac_c_werror_flag" ||
14698 test ! -s conftest.err
14699 } && test -s conftest.$ac_objext; then
14700 ac_cv_type_pthread_rwlockattr_t=yes
14701 else
14702 echo "$as_me: failed program was:" >&5
14703 sed 's/^/| /' conftest.$ac_ext >&5
14705 ac_cv_type_pthread_rwlockattr_t=no
14708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14710 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14711 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14712 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14714 cat >>confdefs.h <<_ACEOF
14715 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14716 _ACEOF
14722 ac_wine_check_funcs_save_LIBS="$LIBS"
14723 LIBS="$LIBS $LIBPTHREAD"
14728 for ac_func in \
14729 pthread_attr_get_np \
14730 pthread_getattr_np \
14731 pthread_get_stackaddr_np \
14732 pthread_get_stacksize_np
14734 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14735 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14736 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14737 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14738 echo $ECHO_N "(cached) $ECHO_C" >&6
14739 else
14740 cat >conftest.$ac_ext <<_ACEOF
14741 /* confdefs.h. */
14742 _ACEOF
14743 cat confdefs.h >>conftest.$ac_ext
14744 cat >>conftest.$ac_ext <<_ACEOF
14745 /* end confdefs.h. */
14746 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14747 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14748 #define $ac_func innocuous_$ac_func
14750 /* System header to define __stub macros and hopefully few prototypes,
14751 which can conflict with char $ac_func (); below.
14752 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14753 <limits.h> exists even on freestanding compilers. */
14755 #ifdef __STDC__
14756 # include <limits.h>
14757 #else
14758 # include <assert.h>
14759 #endif
14761 #undef $ac_func
14763 /* Override any GCC internal prototype to avoid an error.
14764 Use char because int might match the return type of a GCC
14765 builtin and then its argument prototype would still apply. */
14766 #ifdef __cplusplus
14767 extern "C"
14768 #endif
14769 char $ac_func ();
14770 /* The GNU C library defines this for functions which it implements
14771 to always fail with ENOSYS. Some functions are actually named
14772 something starting with __ and the normal name is an alias. */
14773 #if defined __stub_$ac_func || defined __stub___$ac_func
14774 choke me
14775 #endif
14778 main ()
14780 return $ac_func ();
14782 return 0;
14784 _ACEOF
14785 rm -f conftest.$ac_objext conftest$ac_exeext
14786 if { (ac_try="$ac_link"
14787 case "(($ac_try" in
14788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14789 *) ac_try_echo=$ac_try;;
14790 esac
14791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14792 (eval "$ac_link") 2>conftest.er1
14793 ac_status=$?
14794 grep -v '^ *+' conftest.er1 >conftest.err
14795 rm -f conftest.er1
14796 cat conftest.err >&5
14797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14798 (exit $ac_status); } && {
14799 test -z "$ac_c_werror_flag" ||
14800 test ! -s conftest.err
14801 } && test -s conftest$ac_exeext &&
14802 $as_test_x conftest$ac_exeext; then
14803 eval "$as_ac_var=yes"
14804 else
14805 echo "$as_me: failed program was:" >&5
14806 sed 's/^/| /' conftest.$ac_ext >&5
14808 eval "$as_ac_var=no"
14811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14812 conftest$ac_exeext conftest.$ac_ext
14814 ac_res=`eval echo '${'$as_ac_var'}'`
14815 { echo "$as_me:$LINENO: result: $ac_res" >&5
14816 echo "${ECHO_T}$ac_res" >&6; }
14817 if test `eval echo '${'$as_ac_var'}'` = yes; then
14818 cat >>confdefs.h <<_ACEOF
14819 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14820 _ACEOF
14823 done
14825 LIBS="$ac_wine_check_funcs_save_LIBS"
14827 if test "x$with_esd" != xno
14828 then
14829 save_CFLAGS="$CFLAGS"
14830 # Extract the first word of "esd-config", so it can be a program name with args.
14831 set dummy esd-config; ac_word=$2
14832 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14834 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14835 echo $ECHO_N "(cached) $ECHO_C" >&6
14836 else
14837 case $ESDCONFIG in
14838 [\\/]* | ?:[\\/]*)
14839 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14843 for as_dir in $PATH
14845 IFS=$as_save_IFS
14846 test -z "$as_dir" && as_dir=.
14847 for ac_exec_ext in '' $ac_executable_extensions; do
14848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14849 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14850 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14851 break 2
14853 done
14854 done
14855 IFS=$as_save_IFS
14857 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14859 esac
14861 ESDCONFIG=$ac_cv_path_ESDCONFIG
14862 if test -n "$ESDCONFIG"; then
14863 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14864 echo "${ECHO_T}$ESDCONFIG" >&6; }
14865 else
14866 { echo "$as_me:$LINENO: result: no" >&5
14867 echo "${ECHO_T}no" >&6; }
14871 if test "x$ESDCONFIG" != "xno"
14872 then
14873 ac_esd_incl=""
14874 for i in `$ESDCONFIG --cflags`
14876 case "$i" in
14877 -I*) ac_esd_incl="$ac_esd_incl $i";;
14878 esac
14879 done
14880 ac_esd_libs=`$ESDCONFIG --libs`
14881 CFLAGS="$CFLAGS $ac_esd_incl"
14883 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14884 if test "${ac_cv_header_esd_h+set}" = set; then
14885 { echo "$as_me:$LINENO: checking for esd.h" >&5
14886 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14887 if test "${ac_cv_header_esd_h+set}" = set; then
14888 echo $ECHO_N "(cached) $ECHO_C" >&6
14890 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14891 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14892 else
14893 # Is the header compilable?
14894 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14895 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14896 cat >conftest.$ac_ext <<_ACEOF
14897 /* confdefs.h. */
14898 _ACEOF
14899 cat confdefs.h >>conftest.$ac_ext
14900 cat >>conftest.$ac_ext <<_ACEOF
14901 /* end confdefs.h. */
14902 $ac_includes_default
14903 #include <esd.h>
14904 _ACEOF
14905 rm -f conftest.$ac_objext
14906 if { (ac_try="$ac_compile"
14907 case "(($ac_try" in
14908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14909 *) ac_try_echo=$ac_try;;
14910 esac
14911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14912 (eval "$ac_compile") 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } && {
14919 test -z "$ac_c_werror_flag" ||
14920 test ! -s conftest.err
14921 } && test -s conftest.$ac_objext; then
14922 ac_header_compiler=yes
14923 else
14924 echo "$as_me: failed program was:" >&5
14925 sed 's/^/| /' conftest.$ac_ext >&5
14927 ac_header_compiler=no
14930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14931 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14932 echo "${ECHO_T}$ac_header_compiler" >&6; }
14934 # Is the header present?
14935 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14936 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14937 cat >conftest.$ac_ext <<_ACEOF
14938 /* confdefs.h. */
14939 _ACEOF
14940 cat confdefs.h >>conftest.$ac_ext
14941 cat >>conftest.$ac_ext <<_ACEOF
14942 /* end confdefs.h. */
14943 #include <esd.h>
14944 _ACEOF
14945 if { (ac_try="$ac_cpp conftest.$ac_ext"
14946 case "(($ac_try" in
14947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14948 *) ac_try_echo=$ac_try;;
14949 esac
14950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14952 ac_status=$?
14953 grep -v '^ *+' conftest.er1 >conftest.err
14954 rm -f conftest.er1
14955 cat conftest.err >&5
14956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); } >/dev/null && {
14958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14959 test ! -s conftest.err
14960 }; then
14961 ac_header_preproc=yes
14962 else
14963 echo "$as_me: failed program was:" >&5
14964 sed 's/^/| /' conftest.$ac_ext >&5
14966 ac_header_preproc=no
14969 rm -f conftest.err conftest.$ac_ext
14970 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14971 echo "${ECHO_T}$ac_header_preproc" >&6; }
14973 # So? What about this header?
14974 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14975 yes:no: )
14976 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14977 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14978 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14979 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14980 ac_header_preproc=yes
14982 no:yes:* )
14983 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14984 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14985 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14986 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14987 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14988 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14989 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14990 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14991 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14992 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14993 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14994 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14995 ( cat <<\_ASBOX
14996 ## ------------------------------------ ##
14997 ## Report this to wine-devel@winehq.org ##
14998 ## ------------------------------------ ##
14999 _ASBOX
15000 ) | sed "s/^/$as_me: WARNING: /" >&2
15002 esac
15003 { echo "$as_me:$LINENO: checking for esd.h" >&5
15004 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15005 if test "${ac_cv_header_esd_h+set}" = set; then
15006 echo $ECHO_N "(cached) $ECHO_C" >&6
15007 else
15008 ac_cv_header_esd_h=$ac_header_preproc
15010 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15011 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15014 if test $ac_cv_header_esd_h = yes; then
15015 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15016 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15017 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15018 echo $ECHO_N "(cached) $ECHO_C" >&6
15019 else
15020 ac_check_lib_save_LIBS=$LIBS
15021 LIBS="-lesd $ac_esd_libs $LIBS"
15022 cat >conftest.$ac_ext <<_ACEOF
15023 /* confdefs.h. */
15024 _ACEOF
15025 cat confdefs.h >>conftest.$ac_ext
15026 cat >>conftest.$ac_ext <<_ACEOF
15027 /* end confdefs.h. */
15029 /* Override any GCC internal prototype to avoid an error.
15030 Use char because int might match the return type of a GCC
15031 builtin and then its argument prototype would still apply. */
15032 #ifdef __cplusplus
15033 extern "C"
15034 #endif
15035 char esd_open_sound ();
15037 main ()
15039 return esd_open_sound ();
15041 return 0;
15043 _ACEOF
15044 rm -f conftest.$ac_objext conftest$ac_exeext
15045 if { (ac_try="$ac_link"
15046 case "(($ac_try" in
15047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15048 *) ac_try_echo=$ac_try;;
15049 esac
15050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15051 (eval "$ac_link") 2>conftest.er1
15052 ac_status=$?
15053 grep -v '^ *+' conftest.er1 >conftest.err
15054 rm -f conftest.er1
15055 cat conftest.err >&5
15056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15057 (exit $ac_status); } && {
15058 test -z "$ac_c_werror_flag" ||
15059 test ! -s conftest.err
15060 } && test -s conftest$ac_exeext &&
15061 $as_test_x conftest$ac_exeext; then
15062 ac_cv_lib_esd_esd_open_sound=yes
15063 else
15064 echo "$as_me: failed program was:" >&5
15065 sed 's/^/| /' conftest.$ac_ext >&5
15067 ac_cv_lib_esd_esd_open_sound=no
15070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15071 conftest$ac_exeext conftest.$ac_ext
15072 LIBS=$ac_check_lib_save_LIBS
15074 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15075 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15076 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15077 ESDINCL="$ac_esd_incl"
15079 ESDLIBS="$ac_esd_libs"
15082 cat >>confdefs.h <<\_ACEOF
15083 #define HAVE_ESD 1
15084 _ACEOF
15091 CFLAGS="$save_CFLAGS"
15094 if test "x$with_pulse" != "xno"; then
15095 if test "$PKG_CONFIG" != "false"; then
15096 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15097 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15098 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15099 have_pulseaudio="yes"
15100 else
15101 have_pulseaudio="no"
15103 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15104 echo "${ECHO_T}$have_pulseaudio" >&6; }
15105 if test x"$have_pulseaudio" = xyes; then
15106 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15108 cat >>confdefs.h <<\_ACEOF
15109 #define HAVE_PULSEAUDIO_0_9_11 1
15110 _ACEOF
15112 else
15114 cat >>confdefs.h <<\_ACEOF
15115 #define HAVE_PULSEAUDIO_0_9_11 0
15116 _ACEOF
15119 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15121 cat >>confdefs.h <<\_ACEOF
15122 #define HAVE_PULSEAUDIO 1
15123 _ACEOF
15125 PULSELIBS="$ac_pulse_libs"
15131 ALSALIBS=""
15133 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15134 then
15135 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15136 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15137 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15138 echo $ECHO_N "(cached) $ECHO_C" >&6
15139 else
15140 ac_check_lib_save_LIBS=$LIBS
15141 LIBS="-lasound $LIBS"
15142 cat >conftest.$ac_ext <<_ACEOF
15143 /* confdefs.h. */
15144 _ACEOF
15145 cat confdefs.h >>conftest.$ac_ext
15146 cat >>conftest.$ac_ext <<_ACEOF
15147 /* end confdefs.h. */
15149 /* Override any GCC internal prototype to avoid an error.
15150 Use char because int might match the return type of a GCC
15151 builtin and then its argument prototype would still apply. */
15152 #ifdef __cplusplus
15153 extern "C"
15154 #endif
15155 char snd_pcm_hw_params_get_access ();
15157 main ()
15159 return snd_pcm_hw_params_get_access ();
15161 return 0;
15163 _ACEOF
15164 rm -f conftest.$ac_objext conftest$ac_exeext
15165 if { (ac_try="$ac_link"
15166 case "(($ac_try" in
15167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15168 *) ac_try_echo=$ac_try;;
15169 esac
15170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15171 (eval "$ac_link") 2>conftest.er1
15172 ac_status=$?
15173 grep -v '^ *+' conftest.er1 >conftest.err
15174 rm -f conftest.er1
15175 cat conftest.err >&5
15176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); } && {
15178 test -z "$ac_c_werror_flag" ||
15179 test ! -s conftest.err
15180 } && test -s conftest$ac_exeext &&
15181 $as_test_x conftest$ac_exeext; then
15182 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15183 else
15184 echo "$as_me: failed program was:" >&5
15185 sed 's/^/| /' conftest.$ac_ext >&5
15187 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15191 conftest$ac_exeext conftest.$ac_ext
15192 LIBS=$ac_check_lib_save_LIBS
15194 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15195 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15196 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15197 cat >conftest.$ac_ext <<_ACEOF
15198 /* confdefs.h. */
15199 _ACEOF
15200 cat confdefs.h >>conftest.$ac_ext
15201 cat >>conftest.$ac_ext <<_ACEOF
15202 /* end confdefs.h. */
15203 #ifdef HAVE_ALSA_ASOUNDLIB_H
15204 #include <alsa/asoundlib.h>
15205 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15206 #include <sys/asoundlib.h>
15207 #endif
15209 main ()
15211 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15213 return 0;
15215 _ACEOF
15216 rm -f conftest.$ac_objext
15217 if { (ac_try="$ac_compile"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15223 (eval "$ac_compile") 2>conftest.er1
15224 ac_status=$?
15225 grep -v '^ *+' conftest.er1 >conftest.err
15226 rm -f conftest.er1
15227 cat conftest.err >&5
15228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229 (exit $ac_status); } && {
15230 test -z "$ac_c_werror_flag" ||
15231 test ! -s conftest.err
15232 } && test -s conftest.$ac_objext; then
15234 cat >>confdefs.h <<\_ACEOF
15235 #define HAVE_ALSA 1
15236 _ACEOF
15238 ALSALIBS="-lasound"
15239 else
15240 echo "$as_me: failed program was:" >&5
15241 sed 's/^/| /' conftest.$ac_ext >&5
15246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15251 AUDIOIOLIBS=""
15253 if test "$ac_cv_header_libaudioio_h" = "yes"
15254 then
15255 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15256 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15257 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15258 echo $ECHO_N "(cached) $ECHO_C" >&6
15259 else
15260 ac_check_lib_save_LIBS=$LIBS
15261 LIBS="-laudioio $LIBS"
15262 cat >conftest.$ac_ext <<_ACEOF
15263 /* confdefs.h. */
15264 _ACEOF
15265 cat confdefs.h >>conftest.$ac_ext
15266 cat >>conftest.$ac_ext <<_ACEOF
15267 /* end confdefs.h. */
15269 /* Override any GCC internal prototype to avoid an error.
15270 Use char because int might match the return type of a GCC
15271 builtin and then its argument prototype would still apply. */
15272 #ifdef __cplusplus
15273 extern "C"
15274 #endif
15275 char AudioIOGetVersion ();
15277 main ()
15279 return AudioIOGetVersion ();
15281 return 0;
15283 _ACEOF
15284 rm -f conftest.$ac_objext conftest$ac_exeext
15285 if { (ac_try="$ac_link"
15286 case "(($ac_try" in
15287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15288 *) ac_try_echo=$ac_try;;
15289 esac
15290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15291 (eval "$ac_link") 2>conftest.er1
15292 ac_status=$?
15293 grep -v '^ *+' conftest.er1 >conftest.err
15294 rm -f conftest.er1
15295 cat conftest.err >&5
15296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15297 (exit $ac_status); } && {
15298 test -z "$ac_c_werror_flag" ||
15299 test ! -s conftest.err
15300 } && test -s conftest$ac_exeext &&
15301 $as_test_x conftest$ac_exeext; then
15302 ac_cv_lib_audioio_AudioIOGetVersion=yes
15303 else
15304 echo "$as_me: failed program was:" >&5
15305 sed 's/^/| /' conftest.$ac_ext >&5
15307 ac_cv_lib_audioio_AudioIOGetVersion=no
15310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15311 conftest$ac_exeext conftest.$ac_ext
15312 LIBS=$ac_check_lib_save_LIBS
15314 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15315 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15316 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15317 AUDIOIOLIBS="-laudioio"
15319 cat >>confdefs.h <<\_ACEOF
15320 #define HAVE_LIBAUDIOIO 1
15321 _ACEOF
15328 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15329 then
15330 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15331 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15332 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15333 echo $ECHO_N "(cached) $ECHO_C" >&6
15334 else
15335 ac_check_soname_save_LIBS=$LIBS
15336 LIBS="-lcapi20 $LIBS"
15337 cat >conftest.$ac_ext <<_ACEOF
15338 /* confdefs.h. */
15339 _ACEOF
15340 cat confdefs.h >>conftest.$ac_ext
15341 cat >>conftest.$ac_ext <<_ACEOF
15342 /* end confdefs.h. */
15344 /* Override any GCC internal prototype to avoid an error.
15345 Use char because int might match the return type of a GCC
15346 builtin and then its argument prototype would still apply. */
15347 #ifdef __cplusplus
15348 extern "C"
15349 #endif
15350 char capi20_register ();
15352 main ()
15354 return capi20_register ();
15356 return 0;
15358 _ACEOF
15359 rm -f conftest.$ac_objext conftest$ac_exeext
15360 if { (ac_try="$ac_link"
15361 case "(($ac_try" in
15362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15363 *) ac_try_echo=$ac_try;;
15364 esac
15365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15366 (eval "$ac_link") 2>conftest.er1
15367 ac_status=$?
15368 grep -v '^ *+' conftest.er1 >conftest.err
15369 rm -f conftest.er1
15370 cat conftest.err >&5
15371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15372 (exit $ac_status); } && {
15373 test -z "$ac_c_werror_flag" ||
15374 test ! -s conftest.err
15375 } && test -s conftest$ac_exeext &&
15376 $as_test_x conftest$ac_exeext; then
15377 case "$LIBEXT" in
15378 dll) ;;
15379 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'` ;;
15380 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15381 esac
15382 else
15383 echo "$as_me: failed program was:" >&5
15384 sed 's/^/| /' conftest.$ac_ext >&5
15389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15390 conftest$ac_exeext conftest.$ac_ext
15391 LIBS=$ac_check_soname_save_LIBS
15393 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15394 { echo "$as_me:$LINENO: result: not found" >&5
15395 echo "${ECHO_T}not found" >&6; }
15397 else
15398 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15399 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15401 cat >>confdefs.h <<_ACEOF
15402 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15403 _ACEOF
15409 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15410 case "x$with_capi" in
15411 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15412 xno) ;;
15413 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15414 This is an error since --with-capi was requested." >&5
15415 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15416 This is an error since --with-capi was requested." >&2;}
15417 { (exit 1); exit 1; }; } ;;
15418 esac
15422 CUPSINCL=""
15424 if test "x$with_cups" != "xno"
15425 then
15426 ac_save_CPPFLAGS="$CPPFLAGS"
15427 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15428 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15429 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15431 for ac_header in cups/cups.h
15433 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15435 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15436 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15437 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15438 echo $ECHO_N "(cached) $ECHO_C" >&6
15440 ac_res=`eval echo '${'$as_ac_Header'}'`
15441 { echo "$as_me:$LINENO: result: $ac_res" >&5
15442 echo "${ECHO_T}$ac_res" >&6; }
15443 else
15444 # Is the header compilable?
15445 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15446 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15447 cat >conftest.$ac_ext <<_ACEOF
15448 /* confdefs.h. */
15449 _ACEOF
15450 cat confdefs.h >>conftest.$ac_ext
15451 cat >>conftest.$ac_ext <<_ACEOF
15452 /* end confdefs.h. */
15453 $ac_includes_default
15454 #include <$ac_header>
15455 _ACEOF
15456 rm -f conftest.$ac_objext
15457 if { (ac_try="$ac_compile"
15458 case "(($ac_try" in
15459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15460 *) ac_try_echo=$ac_try;;
15461 esac
15462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15463 (eval "$ac_compile") 2>conftest.er1
15464 ac_status=$?
15465 grep -v '^ *+' conftest.er1 >conftest.err
15466 rm -f conftest.er1
15467 cat conftest.err >&5
15468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15469 (exit $ac_status); } && {
15470 test -z "$ac_c_werror_flag" ||
15471 test ! -s conftest.err
15472 } && test -s conftest.$ac_objext; then
15473 ac_header_compiler=yes
15474 else
15475 echo "$as_me: failed program was:" >&5
15476 sed 's/^/| /' conftest.$ac_ext >&5
15478 ac_header_compiler=no
15481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15482 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15483 echo "${ECHO_T}$ac_header_compiler" >&6; }
15485 # Is the header present?
15486 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15487 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15488 cat >conftest.$ac_ext <<_ACEOF
15489 /* confdefs.h. */
15490 _ACEOF
15491 cat confdefs.h >>conftest.$ac_ext
15492 cat >>conftest.$ac_ext <<_ACEOF
15493 /* end confdefs.h. */
15494 #include <$ac_header>
15495 _ACEOF
15496 if { (ac_try="$ac_cpp conftest.$ac_ext"
15497 case "(($ac_try" in
15498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15499 *) ac_try_echo=$ac_try;;
15500 esac
15501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15502 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15503 ac_status=$?
15504 grep -v '^ *+' conftest.er1 >conftest.err
15505 rm -f conftest.er1
15506 cat conftest.err >&5
15507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15508 (exit $ac_status); } >/dev/null && {
15509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15510 test ! -s conftest.err
15511 }; then
15512 ac_header_preproc=yes
15513 else
15514 echo "$as_me: failed program was:" >&5
15515 sed 's/^/| /' conftest.$ac_ext >&5
15517 ac_header_preproc=no
15520 rm -f conftest.err conftest.$ac_ext
15521 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15522 echo "${ECHO_T}$ac_header_preproc" >&6; }
15524 # So? What about this header?
15525 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15526 yes:no: )
15527 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15528 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15530 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15531 ac_header_preproc=yes
15533 no:yes:* )
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15535 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15537 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15539 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15541 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15543 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15544 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15545 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15546 ( cat <<\_ASBOX
15547 ## ------------------------------------ ##
15548 ## Report this to wine-devel@winehq.org ##
15549 ## ------------------------------------ ##
15550 _ASBOX
15551 ) | sed "s/^/$as_me: WARNING: /" >&2
15553 esac
15554 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15555 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15557 echo $ECHO_N "(cached) $ECHO_C" >&6
15558 else
15559 eval "$as_ac_Header=\$ac_header_preproc"
15561 ac_res=`eval echo '${'$as_ac_Header'}'`
15562 { echo "$as_me:$LINENO: result: $ac_res" >&5
15563 echo "${ECHO_T}$ac_res" >&6; }
15566 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15567 cat >>confdefs.h <<_ACEOF
15568 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15569 _ACEOF
15570 { echo "$as_me:$LINENO: checking for -lcups" >&5
15571 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15572 if test "${ac_cv_lib_soname_cups+set}" = set; then
15573 echo $ECHO_N "(cached) $ECHO_C" >&6
15574 else
15575 ac_check_soname_save_LIBS=$LIBS
15576 LIBS="-lcups $ac_cups_libs $LIBS"
15577 cat >conftest.$ac_ext <<_ACEOF
15578 /* confdefs.h. */
15579 _ACEOF
15580 cat confdefs.h >>conftest.$ac_ext
15581 cat >>conftest.$ac_ext <<_ACEOF
15582 /* end confdefs.h. */
15584 /* Override any GCC internal prototype to avoid an error.
15585 Use char because int might match the return type of a GCC
15586 builtin and then its argument prototype would still apply. */
15587 #ifdef __cplusplus
15588 extern "C"
15589 #endif
15590 char cupsGetDefault ();
15592 main ()
15594 return cupsGetDefault ();
15596 return 0;
15598 _ACEOF
15599 rm -f conftest.$ac_objext conftest$ac_exeext
15600 if { (ac_try="$ac_link"
15601 case "(($ac_try" in
15602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15603 *) ac_try_echo=$ac_try;;
15604 esac
15605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15606 (eval "$ac_link") 2>conftest.er1
15607 ac_status=$?
15608 grep -v '^ *+' conftest.er1 >conftest.err
15609 rm -f conftest.er1
15610 cat conftest.err >&5
15611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15612 (exit $ac_status); } && {
15613 test -z "$ac_c_werror_flag" ||
15614 test ! -s conftest.err
15615 } && test -s conftest$ac_exeext &&
15616 $as_test_x conftest$ac_exeext; then
15617 case "$LIBEXT" in
15618 dll) ;;
15619 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'` ;;
15620 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15621 esac
15622 else
15623 echo "$as_me: failed program was:" >&5
15624 sed 's/^/| /' conftest.$ac_ext >&5
15629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15630 conftest$ac_exeext conftest.$ac_ext
15631 LIBS=$ac_check_soname_save_LIBS
15633 if test "x$ac_cv_lib_soname_cups" = "x"; then
15634 { echo "$as_me:$LINENO: result: not found" >&5
15635 echo "${ECHO_T}not found" >&6; }
15637 else
15638 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15639 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15641 cat >>confdefs.h <<_ACEOF
15642 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15643 _ACEOF
15645 CUPSINCL="$ac_cups_cflags"
15650 done
15652 CPPFLAGS="$ac_save_CPPFLAGS"
15654 if test "x$ac_cv_lib_soname_cups" = "x"; then
15655 case "x$with_cups" in
15656 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15657 xno) ;;
15658 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15659 This is an error since --with-cups was requested." >&5
15660 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15661 This is an error since --with-cups was requested." >&2;}
15662 { (exit 1); exit 1; }; } ;;
15663 esac
15667 if test "$ac_cv_header_jack_jack_h" = "yes"
15668 then
15669 { echo "$as_me:$LINENO: checking for -ljack" >&5
15670 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15671 if test "${ac_cv_lib_soname_jack+set}" = set; then
15672 echo $ECHO_N "(cached) $ECHO_C" >&6
15673 else
15674 ac_check_soname_save_LIBS=$LIBS
15675 LIBS="-ljack $LIBS"
15676 cat >conftest.$ac_ext <<_ACEOF
15677 /* confdefs.h. */
15678 _ACEOF
15679 cat confdefs.h >>conftest.$ac_ext
15680 cat >>conftest.$ac_ext <<_ACEOF
15681 /* end confdefs.h. */
15683 /* Override any GCC internal prototype to avoid an error.
15684 Use char because int might match the return type of a GCC
15685 builtin and then its argument prototype would still apply. */
15686 #ifdef __cplusplus
15687 extern "C"
15688 #endif
15689 char jack_client_new ();
15691 main ()
15693 return jack_client_new ();
15695 return 0;
15697 _ACEOF
15698 rm -f conftest.$ac_objext conftest$ac_exeext
15699 if { (ac_try="$ac_link"
15700 case "(($ac_try" in
15701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15702 *) ac_try_echo=$ac_try;;
15703 esac
15704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15705 (eval "$ac_link") 2>conftest.er1
15706 ac_status=$?
15707 grep -v '^ *+' conftest.er1 >conftest.err
15708 rm -f conftest.er1
15709 cat conftest.err >&5
15710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15711 (exit $ac_status); } && {
15712 test -z "$ac_c_werror_flag" ||
15713 test ! -s conftest.err
15714 } && test -s conftest$ac_exeext &&
15715 $as_test_x conftest$ac_exeext; then
15716 case "$LIBEXT" in
15717 dll) ;;
15718 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'` ;;
15719 *) 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'` ;;
15720 esac
15721 else
15722 echo "$as_me: failed program was:" >&5
15723 sed 's/^/| /' conftest.$ac_ext >&5
15728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15729 conftest$ac_exeext conftest.$ac_ext
15730 LIBS=$ac_check_soname_save_LIBS
15732 if test "x$ac_cv_lib_soname_jack" = "x"; then
15733 { echo "$as_me:$LINENO: result: not found" >&5
15734 echo "${ECHO_T}not found" >&6; }
15736 else
15737 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15738 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15740 cat >>confdefs.h <<_ACEOF
15741 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15742 _ACEOF
15749 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15750 then
15751 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15752 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15753 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15754 echo $ECHO_N "(cached) $ECHO_C" >&6
15755 else
15756 ac_check_soname_save_LIBS=$LIBS
15757 LIBS="-lfontconfig $LIBS"
15758 cat >conftest.$ac_ext <<_ACEOF
15759 /* confdefs.h. */
15760 _ACEOF
15761 cat confdefs.h >>conftest.$ac_ext
15762 cat >>conftest.$ac_ext <<_ACEOF
15763 /* end confdefs.h. */
15765 /* Override any GCC internal prototype to avoid an error.
15766 Use char because int might match the return type of a GCC
15767 builtin and then its argument prototype would still apply. */
15768 #ifdef __cplusplus
15769 extern "C"
15770 #endif
15771 char FcInit ();
15773 main ()
15775 return FcInit ();
15777 return 0;
15779 _ACEOF
15780 rm -f conftest.$ac_objext conftest$ac_exeext
15781 if { (ac_try="$ac_link"
15782 case "(($ac_try" in
15783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15784 *) ac_try_echo=$ac_try;;
15785 esac
15786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15787 (eval "$ac_link") 2>conftest.er1
15788 ac_status=$?
15789 grep -v '^ *+' conftest.er1 >conftest.err
15790 rm -f conftest.er1
15791 cat conftest.err >&5
15792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); } && {
15794 test -z "$ac_c_werror_flag" ||
15795 test ! -s conftest.err
15796 } && test -s conftest$ac_exeext &&
15797 $as_test_x conftest$ac_exeext; then
15798 case "$LIBEXT" in
15799 dll) ;;
15800 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'` ;;
15801 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15802 esac
15803 else
15804 echo "$as_me: failed program was:" >&5
15805 sed 's/^/| /' conftest.$ac_ext >&5
15810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15811 conftest$ac_exeext conftest.$ac_ext
15812 LIBS=$ac_check_soname_save_LIBS
15814 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15815 { echo "$as_me:$LINENO: result: not found" >&5
15816 echo "${ECHO_T}not found" >&6; }
15818 else
15819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15820 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15822 cat >>confdefs.h <<_ACEOF
15823 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15824 _ACEOF
15829 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15830 then
15831 ac_save_CPPFLAGS="$CPPFLAGS"
15832 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15833 $as_unset ac_cv_header_fontconfig_fontconfig_h
15835 for ac_header in fontconfig/fontconfig.h
15837 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15839 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15841 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15842 echo $ECHO_N "(cached) $ECHO_C" >&6
15844 ac_res=`eval echo '${'$as_ac_Header'}'`
15845 { echo "$as_me:$LINENO: result: $ac_res" >&5
15846 echo "${ECHO_T}$ac_res" >&6; }
15847 else
15848 # Is the header compilable?
15849 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15850 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15851 cat >conftest.$ac_ext <<_ACEOF
15852 /* confdefs.h. */
15853 _ACEOF
15854 cat confdefs.h >>conftest.$ac_ext
15855 cat >>conftest.$ac_ext <<_ACEOF
15856 /* end confdefs.h. */
15857 $ac_includes_default
15858 #include <$ac_header>
15859 _ACEOF
15860 rm -f conftest.$ac_objext
15861 if { (ac_try="$ac_compile"
15862 case "(($ac_try" in
15863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15864 *) ac_try_echo=$ac_try;;
15865 esac
15866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15867 (eval "$ac_compile") 2>conftest.er1
15868 ac_status=$?
15869 grep -v '^ *+' conftest.er1 >conftest.err
15870 rm -f conftest.er1
15871 cat conftest.err >&5
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } && {
15874 test -z "$ac_c_werror_flag" ||
15875 test ! -s conftest.err
15876 } && test -s conftest.$ac_objext; then
15877 ac_header_compiler=yes
15878 else
15879 echo "$as_me: failed program was:" >&5
15880 sed 's/^/| /' conftest.$ac_ext >&5
15882 ac_header_compiler=no
15885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15886 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15887 echo "${ECHO_T}$ac_header_compiler" >&6; }
15889 # Is the header present?
15890 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15891 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15892 cat >conftest.$ac_ext <<_ACEOF
15893 /* confdefs.h. */
15894 _ACEOF
15895 cat confdefs.h >>conftest.$ac_ext
15896 cat >>conftest.$ac_ext <<_ACEOF
15897 /* end confdefs.h. */
15898 #include <$ac_header>
15899 _ACEOF
15900 if { (ac_try="$ac_cpp conftest.$ac_ext"
15901 case "(($ac_try" in
15902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15903 *) ac_try_echo=$ac_try;;
15904 esac
15905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15906 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15907 ac_status=$?
15908 grep -v '^ *+' conftest.er1 >conftest.err
15909 rm -f conftest.er1
15910 cat conftest.err >&5
15911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15912 (exit $ac_status); } >/dev/null && {
15913 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15914 test ! -s conftest.err
15915 }; then
15916 ac_header_preproc=yes
15917 else
15918 echo "$as_me: failed program was:" >&5
15919 sed 's/^/| /' conftest.$ac_ext >&5
15921 ac_header_preproc=no
15924 rm -f conftest.err conftest.$ac_ext
15925 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15926 echo "${ECHO_T}$ac_header_preproc" >&6; }
15928 # So? What about this header?
15929 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15930 yes:no: )
15931 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15932 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15933 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15934 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15935 ac_header_preproc=yes
15937 no:yes:* )
15938 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15939 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15940 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15941 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15942 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15943 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15944 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15945 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15946 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15947 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15948 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15949 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15950 ( cat <<\_ASBOX
15951 ## ------------------------------------ ##
15952 ## Report this to wine-devel@winehq.org ##
15953 ## ------------------------------------ ##
15954 _ASBOX
15955 ) | sed "s/^/$as_me: WARNING: /" >&2
15957 esac
15958 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15959 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15961 echo $ECHO_N "(cached) $ECHO_C" >&6
15962 else
15963 eval "$as_ac_Header=\$ac_header_preproc"
15965 ac_res=`eval echo '${'$as_ac_Header'}'`
15966 { echo "$as_me:$LINENO: result: $ac_res" >&5
15967 echo "${ECHO_T}$ac_res" >&6; }
15970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15971 cat >>confdefs.h <<_ACEOF
15972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15973 _ACEOF
15977 done
15979 CPPFLAGS="$ac_save_CPPFLAGS"
15980 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15981 then
15982 FONTCONFIGINCL="$X_CFLAGS"
15984 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15985 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15986 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15987 echo $ECHO_N "(cached) $ECHO_C" >&6
15988 else
15989 ac_check_soname_save_LIBS=$LIBS
15990 LIBS="-lfontconfig $X_LIBS $LIBS"
15991 cat >conftest.$ac_ext <<_ACEOF
15992 /* confdefs.h. */
15993 _ACEOF
15994 cat confdefs.h >>conftest.$ac_ext
15995 cat >>conftest.$ac_ext <<_ACEOF
15996 /* end confdefs.h. */
15998 /* Override any GCC internal prototype to avoid an error.
15999 Use char because int might match the return type of a GCC
16000 builtin and then its argument prototype would still apply. */
16001 #ifdef __cplusplus
16002 extern "C"
16003 #endif
16004 char FcInit ();
16006 main ()
16008 return FcInit ();
16010 return 0;
16012 _ACEOF
16013 rm -f conftest.$ac_objext conftest$ac_exeext
16014 if { (ac_try="$ac_link"
16015 case "(($ac_try" in
16016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16017 *) ac_try_echo=$ac_try;;
16018 esac
16019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16020 (eval "$ac_link") 2>conftest.er1
16021 ac_status=$?
16022 grep -v '^ *+' conftest.er1 >conftest.err
16023 rm -f conftest.er1
16024 cat conftest.err >&5
16025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16026 (exit $ac_status); } && {
16027 test -z "$ac_c_werror_flag" ||
16028 test ! -s conftest.err
16029 } && test -s conftest$ac_exeext &&
16030 $as_test_x conftest$ac_exeext; then
16031 case "$LIBEXT" in
16032 dll) ;;
16033 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'` ;;
16034 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16035 esac
16036 else
16037 echo "$as_me: failed program was:" >&5
16038 sed 's/^/| /' conftest.$ac_ext >&5
16043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16044 conftest$ac_exeext conftest.$ac_ext
16045 LIBS=$ac_check_soname_save_LIBS
16047 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16048 { echo "$as_me:$LINENO: result: not found" >&5
16049 echo "${ECHO_T}not found" >&6; }
16051 else
16052 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16053 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16055 cat >>confdefs.h <<_ACEOF
16056 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16057 _ACEOF
16064 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16065 case "x$with_fontconfig" in
16066 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16067 xno) ;;
16068 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16069 This is an error since --with-fontconfig was requested." >&5
16070 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16071 This is an error since --with-fontconfig was requested." >&2;}
16072 { (exit 1); exit 1; }; } ;;
16073 esac
16077 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16078 then
16079 { echo "$as_me:$LINENO: checking for -lssl" >&5
16080 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16081 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16082 echo $ECHO_N "(cached) $ECHO_C" >&6
16083 else
16084 ac_check_soname_save_LIBS=$LIBS
16085 LIBS="-lssl $LIBS"
16086 cat >conftest.$ac_ext <<_ACEOF
16087 /* confdefs.h. */
16088 _ACEOF
16089 cat confdefs.h >>conftest.$ac_ext
16090 cat >>conftest.$ac_ext <<_ACEOF
16091 /* end confdefs.h. */
16093 /* Override any GCC internal prototype to avoid an error.
16094 Use char because int might match the return type of a GCC
16095 builtin and then its argument prototype would still apply. */
16096 #ifdef __cplusplus
16097 extern "C"
16098 #endif
16099 char SSL_library_init ();
16101 main ()
16103 return SSL_library_init ();
16105 return 0;
16107 _ACEOF
16108 rm -f conftest.$ac_objext conftest$ac_exeext
16109 if { (ac_try="$ac_link"
16110 case "(($ac_try" in
16111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16112 *) ac_try_echo=$ac_try;;
16113 esac
16114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16115 (eval "$ac_link") 2>conftest.er1
16116 ac_status=$?
16117 grep -v '^ *+' conftest.er1 >conftest.err
16118 rm -f conftest.er1
16119 cat conftest.err >&5
16120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16121 (exit $ac_status); } && {
16122 test -z "$ac_c_werror_flag" ||
16123 test ! -s conftest.err
16124 } && test -s conftest$ac_exeext &&
16125 $as_test_x conftest$ac_exeext; then
16126 case "$LIBEXT" in
16127 dll) ;;
16128 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'` ;;
16129 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16130 esac
16131 else
16132 echo "$as_me: failed program was:" >&5
16133 sed 's/^/| /' conftest.$ac_ext >&5
16138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16139 conftest$ac_exeext conftest.$ac_ext
16140 LIBS=$ac_check_soname_save_LIBS
16142 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16143 { echo "$as_me:$LINENO: result: not found" >&5
16144 echo "${ECHO_T}not found" >&6; }
16146 else
16147 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16148 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16150 cat >>confdefs.h <<_ACEOF
16151 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16152 _ACEOF
16157 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16158 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16159 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16160 echo $ECHO_N "(cached) $ECHO_C" >&6
16161 else
16162 ac_check_soname_save_LIBS=$LIBS
16163 LIBS="-lcrypto $LIBS"
16164 cat >conftest.$ac_ext <<_ACEOF
16165 /* confdefs.h. */
16166 _ACEOF
16167 cat confdefs.h >>conftest.$ac_ext
16168 cat >>conftest.$ac_ext <<_ACEOF
16169 /* end confdefs.h. */
16171 /* Override any GCC internal prototype to avoid an error.
16172 Use char because int might match the return type of a GCC
16173 builtin and then its argument prototype would still apply. */
16174 #ifdef __cplusplus
16175 extern "C"
16176 #endif
16177 char BIO_new_socket ();
16179 main ()
16181 return BIO_new_socket ();
16183 return 0;
16185 _ACEOF
16186 rm -f conftest.$ac_objext conftest$ac_exeext
16187 if { (ac_try="$ac_link"
16188 case "(($ac_try" in
16189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16190 *) ac_try_echo=$ac_try;;
16191 esac
16192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16193 (eval "$ac_link") 2>conftest.er1
16194 ac_status=$?
16195 grep -v '^ *+' conftest.er1 >conftest.err
16196 rm -f conftest.er1
16197 cat conftest.err >&5
16198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199 (exit $ac_status); } && {
16200 test -z "$ac_c_werror_flag" ||
16201 test ! -s conftest.err
16202 } && test -s conftest$ac_exeext &&
16203 $as_test_x conftest$ac_exeext; then
16204 case "$LIBEXT" in
16205 dll) ;;
16206 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'` ;;
16207 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16208 esac
16209 else
16210 echo "$as_me: failed program was:" >&5
16211 sed 's/^/| /' conftest.$ac_ext >&5
16216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16217 conftest$ac_exeext conftest.$ac_ext
16218 LIBS=$ac_check_soname_save_LIBS
16220 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16221 { echo "$as_me:$LINENO: result: not found" >&5
16222 echo "${ECHO_T}not found" >&6; }
16224 else
16225 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16226 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16228 cat >>confdefs.h <<_ACEOF
16229 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16230 _ACEOF
16236 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16237 case "x$with_openssl" in
16238 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16239 xno) ;;
16240 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16241 This is an error since --with-openssl was requested." >&5
16242 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16243 This is an error since --with-openssl was requested." >&2;}
16244 { (exit 1); exit 1; }; } ;;
16245 esac
16249 if test "$ac_cv_header_jpeglib_h" = "yes"
16250 then
16251 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16252 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16253 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16254 echo $ECHO_N "(cached) $ECHO_C" >&6
16255 else
16256 ac_check_soname_save_LIBS=$LIBS
16257 LIBS="-ljpeg $LIBS"
16258 cat >conftest.$ac_ext <<_ACEOF
16259 /* confdefs.h. */
16260 _ACEOF
16261 cat confdefs.h >>conftest.$ac_ext
16262 cat >>conftest.$ac_ext <<_ACEOF
16263 /* end confdefs.h. */
16265 /* Override any GCC internal prototype to avoid an error.
16266 Use char because int might match the return type of a GCC
16267 builtin and then its argument prototype would still apply. */
16268 #ifdef __cplusplus
16269 extern "C"
16270 #endif
16271 char jpeg_start_decompress ();
16273 main ()
16275 return jpeg_start_decompress ();
16277 return 0;
16279 _ACEOF
16280 rm -f conftest.$ac_objext conftest$ac_exeext
16281 if { (ac_try="$ac_link"
16282 case "(($ac_try" in
16283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16284 *) ac_try_echo=$ac_try;;
16285 esac
16286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16287 (eval "$ac_link") 2>conftest.er1
16288 ac_status=$?
16289 grep -v '^ *+' conftest.er1 >conftest.err
16290 rm -f conftest.er1
16291 cat conftest.err >&5
16292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293 (exit $ac_status); } && {
16294 test -z "$ac_c_werror_flag" ||
16295 test ! -s conftest.err
16296 } && test -s conftest$ac_exeext &&
16297 $as_test_x conftest$ac_exeext; then
16298 case "$LIBEXT" in
16299 dll) ;;
16300 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'` ;;
16301 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16302 esac
16303 else
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311 conftest$ac_exeext conftest.$ac_ext
16312 LIBS=$ac_check_soname_save_LIBS
16314 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16315 { echo "$as_me:$LINENO: result: not found" >&5
16316 echo "${ECHO_T}not found" >&6; }
16318 else
16319 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16320 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16322 cat >>confdefs.h <<_ACEOF
16323 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16324 _ACEOF
16330 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16331 case "x$with_jpeg" in
16332 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16333 xno) ;;
16334 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16335 This is an error since --with-jpeg was requested." >&5
16336 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16337 This is an error since --with-jpeg was requested." >&2;}
16338 { (exit 1); exit 1; }; } ;;
16339 esac
16343 if test "$ac_cv_header_png_h" = "yes"
16344 then
16345 { echo "$as_me:$LINENO: checking for -lpng" >&5
16346 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16347 if test "${ac_cv_lib_soname_png+set}" = set; then
16348 echo $ECHO_N "(cached) $ECHO_C" >&6
16349 else
16350 ac_check_soname_save_LIBS=$LIBS
16351 LIBS="-lpng -lm -lz $LIBS"
16352 cat >conftest.$ac_ext <<_ACEOF
16353 /* confdefs.h. */
16354 _ACEOF
16355 cat confdefs.h >>conftest.$ac_ext
16356 cat >>conftest.$ac_ext <<_ACEOF
16357 /* end confdefs.h. */
16359 /* Override any GCC internal prototype to avoid an error.
16360 Use char because int might match the return type of a GCC
16361 builtin and then its argument prototype would still apply. */
16362 #ifdef __cplusplus
16363 extern "C"
16364 #endif
16365 char png_create_read_struct ();
16367 main ()
16369 return png_create_read_struct ();
16371 return 0;
16373 _ACEOF
16374 rm -f conftest.$ac_objext conftest$ac_exeext
16375 if { (ac_try="$ac_link"
16376 case "(($ac_try" in
16377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16378 *) ac_try_echo=$ac_try;;
16379 esac
16380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16381 (eval "$ac_link") 2>conftest.er1
16382 ac_status=$?
16383 grep -v '^ *+' conftest.er1 >conftest.err
16384 rm -f conftest.er1
16385 cat conftest.err >&5
16386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16387 (exit $ac_status); } && {
16388 test -z "$ac_c_werror_flag" ||
16389 test ! -s conftest.err
16390 } && test -s conftest$ac_exeext &&
16391 $as_test_x conftest$ac_exeext; then
16392 case "$LIBEXT" in
16393 dll) ;;
16394 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'` ;;
16395 *) 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'` ;;
16396 esac
16397 else
16398 echo "$as_me: failed program was:" >&5
16399 sed 's/^/| /' conftest.$ac_ext >&5
16404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16405 conftest$ac_exeext conftest.$ac_ext
16406 LIBS=$ac_check_soname_save_LIBS
16408 if test "x$ac_cv_lib_soname_png" = "x"; then
16409 { echo "$as_me:$LINENO: result: not found" >&5
16410 echo "${ECHO_T}not found" >&6; }
16412 else
16413 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16414 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16416 cat >>confdefs.h <<_ACEOF
16417 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16418 _ACEOF
16424 if test "x$ac_cv_lib_soname_png" = "x"; then
16425 case "x$with_png" in
16426 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16427 xno) ;;
16428 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16429 This is an error since --with-png was requested." >&5
16430 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16431 This is an error since --with-png was requested." >&2;}
16432 { (exit 1); exit 1; }; } ;;
16433 esac
16437 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16438 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16439 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16440 echo $ECHO_N "(cached) $ECHO_C" >&6
16441 else
16442 ac_check_soname_save_LIBS=$LIBS
16443 LIBS="-lodbc $LIBS"
16444 cat >conftest.$ac_ext <<_ACEOF
16445 /* confdefs.h. */
16446 _ACEOF
16447 cat confdefs.h >>conftest.$ac_ext
16448 cat >>conftest.$ac_ext <<_ACEOF
16449 /* end confdefs.h. */
16451 /* Override any GCC internal prototype to avoid an error.
16452 Use char because int might match the return type of a GCC
16453 builtin and then its argument prototype would still apply. */
16454 #ifdef __cplusplus
16455 extern "C"
16456 #endif
16457 char SQLConnect ();
16459 main ()
16461 return SQLConnect ();
16463 return 0;
16465 _ACEOF
16466 rm -f conftest.$ac_objext conftest$ac_exeext
16467 if { (ac_try="$ac_link"
16468 case "(($ac_try" in
16469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16470 *) ac_try_echo=$ac_try;;
16471 esac
16472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16473 (eval "$ac_link") 2>conftest.er1
16474 ac_status=$?
16475 grep -v '^ *+' conftest.er1 >conftest.err
16476 rm -f conftest.er1
16477 cat conftest.err >&5
16478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16479 (exit $ac_status); } && {
16480 test -z "$ac_c_werror_flag" ||
16481 test ! -s conftest.err
16482 } && test -s conftest$ac_exeext &&
16483 $as_test_x conftest$ac_exeext; then
16484 case "$LIBEXT" in
16485 dll) ;;
16486 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'` ;;
16487 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16488 esac
16489 else
16490 echo "$as_me: failed program was:" >&5
16491 sed 's/^/| /' conftest.$ac_ext >&5
16496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16497 conftest$ac_exeext conftest.$ac_ext
16498 LIBS=$ac_check_soname_save_LIBS
16500 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16501 { echo "$as_me:$LINENO: result: not found" >&5
16502 echo "${ECHO_T}not found" >&6; }
16503 cat >>confdefs.h <<_ACEOF
16504 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16505 _ACEOF
16507 else
16508 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16509 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16511 cat >>confdefs.h <<_ACEOF
16512 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16513 _ACEOF
16519 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16520 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16521 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16522 "$ac_cv_header_soundcard_h" != "yes" -a \
16523 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16524 then
16525 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16529 EXTRACFLAGS=""
16531 if test "x${GCC}" = "xyes"
16532 then
16533 EXTRACFLAGS="-Wall -pipe"
16535 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16536 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16537 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16538 echo $ECHO_N "(cached) $ECHO_C" >&6
16539 else
16540 if test "$cross_compiling" = yes; then
16541 ac_cv_c_gcc_strength_bug="yes"
16542 else
16543 cat >conftest.$ac_ext <<_ACEOF
16544 /* confdefs.h. */
16545 _ACEOF
16546 cat confdefs.h >>conftest.$ac_ext
16547 cat >>conftest.$ac_ext <<_ACEOF
16548 /* end confdefs.h. */
16549 int L[4] = {0,1,2,3};
16551 main ()
16553 static int Array[3];
16554 unsigned int B = 3;
16555 int i;
16556 for(i=0; i<B; i++) Array[i] = i - 3;
16557 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16558 L[i] = 4;
16559 return (Array[1] != -2 || L[2] != 3)
16561 return 0;
16563 _ACEOF
16564 rm -f conftest$ac_exeext
16565 if { (ac_try="$ac_link"
16566 case "(($ac_try" in
16567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16568 *) ac_try_echo=$ac_try;;
16569 esac
16570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16571 (eval "$ac_link") 2>&5
16572 ac_status=$?
16573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16574 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16575 { (case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16580 (eval "$ac_try") 2>&5
16581 ac_status=$?
16582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16583 (exit $ac_status); }; }; then
16584 ac_cv_c_gcc_strength_bug="no"
16585 else
16586 echo "$as_me: program exited with status $ac_status" >&5
16587 echo "$as_me: failed program was:" >&5
16588 sed 's/^/| /' conftest.$ac_ext >&5
16590 ( exit $ac_status )
16591 ac_cv_c_gcc_strength_bug="yes"
16593 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16598 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16599 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16600 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16601 then
16602 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16605 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16606 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16607 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16608 echo $ECHO_N "(cached) $ECHO_C" >&6
16609 else
16610 ac_wine_try_cflags_saved=$CFLAGS
16611 CFLAGS="$CFLAGS -fno-builtin"
16612 cat >conftest.$ac_ext <<_ACEOF
16613 /* confdefs.h. */
16614 _ACEOF
16615 cat confdefs.h >>conftest.$ac_ext
16616 cat >>conftest.$ac_ext <<_ACEOF
16617 /* end confdefs.h. */
16620 main ()
16624 return 0;
16626 _ACEOF
16627 rm -f conftest.$ac_objext conftest$ac_exeext
16628 if { (ac_try="$ac_link"
16629 case "(($ac_try" in
16630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16631 *) ac_try_echo=$ac_try;;
16632 esac
16633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16634 (eval "$ac_link") 2>conftest.er1
16635 ac_status=$?
16636 grep -v '^ *+' conftest.er1 >conftest.err
16637 rm -f conftest.er1
16638 cat conftest.err >&5
16639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16640 (exit $ac_status); } && {
16641 test -z "$ac_c_werror_flag" ||
16642 test ! -s conftest.err
16643 } && test -s conftest$ac_exeext &&
16644 $as_test_x conftest$ac_exeext; then
16645 ac_cv_cflags__fno_builtin=yes
16646 else
16647 echo "$as_me: failed program was:" >&5
16648 sed 's/^/| /' conftest.$ac_ext >&5
16650 ac_cv_cflags__fno_builtin=no
16653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16654 conftest$ac_exeext conftest.$ac_ext
16655 CFLAGS=$ac_wine_try_cflags_saved
16657 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16658 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16659 if test $ac_cv_cflags__fno_builtin = yes; then
16660 BUILTINFLAG="-fno-builtin"
16664 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16665 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16666 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16667 echo $ECHO_N "(cached) $ECHO_C" >&6
16668 else
16669 ac_wine_try_cflags_saved=$CFLAGS
16670 CFLAGS="$CFLAGS -fno-strict-aliasing"
16671 cat >conftest.$ac_ext <<_ACEOF
16672 /* confdefs.h. */
16673 _ACEOF
16674 cat confdefs.h >>conftest.$ac_ext
16675 cat >>conftest.$ac_ext <<_ACEOF
16676 /* end confdefs.h. */
16679 main ()
16683 return 0;
16685 _ACEOF
16686 rm -f conftest.$ac_objext conftest$ac_exeext
16687 if { (ac_try="$ac_link"
16688 case "(($ac_try" in
16689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16690 *) ac_try_echo=$ac_try;;
16691 esac
16692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16693 (eval "$ac_link") 2>conftest.er1
16694 ac_status=$?
16695 grep -v '^ *+' conftest.er1 >conftest.err
16696 rm -f conftest.er1
16697 cat conftest.err >&5
16698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16699 (exit $ac_status); } && {
16700 test -z "$ac_c_werror_flag" ||
16701 test ! -s conftest.err
16702 } && test -s conftest$ac_exeext &&
16703 $as_test_x conftest$ac_exeext; then
16704 ac_cv_cflags__fno_strict_aliasing=yes
16705 else
16706 echo "$as_me: failed program was:" >&5
16707 sed 's/^/| /' conftest.$ac_ext >&5
16709 ac_cv_cflags__fno_strict_aliasing=no
16712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16713 conftest$ac_exeext conftest.$ac_ext
16714 CFLAGS=$ac_wine_try_cflags_saved
16716 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16717 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16718 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16719 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16722 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16723 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16724 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16725 echo $ECHO_N "(cached) $ECHO_C" >&6
16726 else
16727 ac_wine_try_cflags_saved=$CFLAGS
16728 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16729 cat >conftest.$ac_ext <<_ACEOF
16730 /* confdefs.h. */
16731 _ACEOF
16732 cat confdefs.h >>conftest.$ac_ext
16733 cat >>conftest.$ac_ext <<_ACEOF
16734 /* end confdefs.h. */
16737 main ()
16741 return 0;
16743 _ACEOF
16744 rm -f conftest.$ac_objext conftest$ac_exeext
16745 if { (ac_try="$ac_link"
16746 case "(($ac_try" in
16747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16748 *) ac_try_echo=$ac_try;;
16749 esac
16750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16751 (eval "$ac_link") 2>conftest.er1
16752 ac_status=$?
16753 grep -v '^ *+' conftest.er1 >conftest.err
16754 rm -f conftest.er1
16755 cat conftest.err >&5
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); } && {
16758 test -z "$ac_c_werror_flag" ||
16759 test ! -s conftest.err
16760 } && test -s conftest$ac_exeext &&
16761 $as_test_x conftest$ac_exeext; then
16762 ac_cv_cflags__Wdeclaration_after_statement=yes
16763 else
16764 echo "$as_me: failed program was:" >&5
16765 sed 's/^/| /' conftest.$ac_ext >&5
16767 ac_cv_cflags__Wdeclaration_after_statement=no
16770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16771 conftest$ac_exeext conftest.$ac_ext
16772 CFLAGS=$ac_wine_try_cflags_saved
16774 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16775 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16776 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16777 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16780 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16781 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16782 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16783 echo $ECHO_N "(cached) $ECHO_C" >&6
16784 else
16785 ac_wine_try_cflags_saved=$CFLAGS
16786 CFLAGS="$CFLAGS -Wwrite-strings"
16787 cat >conftest.$ac_ext <<_ACEOF
16788 /* confdefs.h. */
16789 _ACEOF
16790 cat confdefs.h >>conftest.$ac_ext
16791 cat >>conftest.$ac_ext <<_ACEOF
16792 /* end confdefs.h. */
16795 main ()
16799 return 0;
16801 _ACEOF
16802 rm -f conftest.$ac_objext conftest$ac_exeext
16803 if { (ac_try="$ac_link"
16804 case "(($ac_try" in
16805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16806 *) ac_try_echo=$ac_try;;
16807 esac
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_link") 2>conftest.er1
16810 ac_status=$?
16811 grep -v '^ *+' conftest.er1 >conftest.err
16812 rm -f conftest.er1
16813 cat conftest.err >&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); } && {
16816 test -z "$ac_c_werror_flag" ||
16817 test ! -s conftest.err
16818 } && test -s conftest$ac_exeext &&
16819 $as_test_x conftest$ac_exeext; then
16820 ac_cv_cflags__Wwrite_strings=yes
16821 else
16822 echo "$as_me: failed program was:" >&5
16823 sed 's/^/| /' conftest.$ac_ext >&5
16825 ac_cv_cflags__Wwrite_strings=no
16828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16829 conftest$ac_exeext conftest.$ac_ext
16830 CFLAGS=$ac_wine_try_cflags_saved
16832 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16833 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16834 if test $ac_cv_cflags__Wwrite_strings = yes; then
16835 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16838 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16839 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16840 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16841 echo $ECHO_N "(cached) $ECHO_C" >&6
16842 else
16843 ac_wine_try_cflags_saved=$CFLAGS
16844 CFLAGS="$CFLAGS -Wtype-limits"
16845 cat >conftest.$ac_ext <<_ACEOF
16846 /* confdefs.h. */
16847 _ACEOF
16848 cat confdefs.h >>conftest.$ac_ext
16849 cat >>conftest.$ac_ext <<_ACEOF
16850 /* end confdefs.h. */
16853 main ()
16857 return 0;
16859 _ACEOF
16860 rm -f conftest.$ac_objext conftest$ac_exeext
16861 if { (ac_try="$ac_link"
16862 case "(($ac_try" in
16863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16864 *) ac_try_echo=$ac_try;;
16865 esac
16866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16867 (eval "$ac_link") 2>conftest.er1
16868 ac_status=$?
16869 grep -v '^ *+' conftest.er1 >conftest.err
16870 rm -f conftest.er1
16871 cat conftest.err >&5
16872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16873 (exit $ac_status); } && {
16874 test -z "$ac_c_werror_flag" ||
16875 test ! -s conftest.err
16876 } && test -s conftest$ac_exeext &&
16877 $as_test_x conftest$ac_exeext; then
16878 ac_cv_cflags__Wtype_limits=yes
16879 else
16880 echo "$as_me: failed program was:" >&5
16881 sed 's/^/| /' conftest.$ac_ext >&5
16883 ac_cv_cflags__Wtype_limits=no
16886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16887 conftest$ac_exeext conftest.$ac_ext
16888 CFLAGS=$ac_wine_try_cflags_saved
16890 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16891 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16892 if test $ac_cv_cflags__Wtype_limits = yes; then
16893 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16897 saved_CFLAGS="$CFLAGS"
16898 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16899 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16900 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16901 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16902 echo $ECHO_N "(cached) $ECHO_C" >&6
16903 else
16904 cat >conftest.$ac_ext <<_ACEOF
16905 /* confdefs.h. */
16906 _ACEOF
16907 cat confdefs.h >>conftest.$ac_ext
16908 cat >>conftest.$ac_ext <<_ACEOF
16909 /* end confdefs.h. */
16910 #include <string.h>
16912 main ()
16916 return 0;
16918 _ACEOF
16919 rm -f conftest.$ac_objext
16920 if { (ac_try="$ac_compile"
16921 case "(($ac_try" in
16922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16923 *) ac_try_echo=$ac_try;;
16924 esac
16925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16926 (eval "$ac_compile") 2>conftest.er1
16927 ac_status=$?
16928 grep -v '^ *+' conftest.er1 >conftest.err
16929 rm -f conftest.er1
16930 cat conftest.err >&5
16931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16932 (exit $ac_status); } && {
16933 test -z "$ac_c_werror_flag" ||
16934 test ! -s conftest.err
16935 } && test -s conftest.$ac_objext; then
16936 ac_cv_c_string_h_warnings=no
16937 else
16938 echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16941 ac_cv_c_string_h_warnings=yes
16944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16946 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16947 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16948 CFLAGS="$saved_CFLAGS"
16949 if test "$ac_cv_c_string_h_warnings" = "no"
16950 then
16951 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16956 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16957 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16958 if test "${ac_cv_asm_func_def+set}" = set; then
16959 echo $ECHO_N "(cached) $ECHO_C" >&6
16960 else
16961 cat >conftest.$ac_ext <<_ACEOF
16962 /* confdefs.h. */
16963 _ACEOF
16964 cat confdefs.h >>conftest.$ac_ext
16965 cat >>conftest.$ac_ext <<_ACEOF
16966 /* end confdefs.h. */
16969 main ()
16971 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16973 return 0;
16975 _ACEOF
16976 rm -f conftest.$ac_objext conftest$ac_exeext
16977 if { (ac_try="$ac_link"
16978 case "(($ac_try" in
16979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16980 *) ac_try_echo=$ac_try;;
16981 esac
16982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16983 (eval "$ac_link") 2>conftest.er1
16984 ac_status=$?
16985 grep -v '^ *+' conftest.er1 >conftest.err
16986 rm -f conftest.er1
16987 cat conftest.err >&5
16988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16989 (exit $ac_status); } && {
16990 test -z "$ac_c_werror_flag" ||
16991 test ! -s conftest.err
16992 } && test -s conftest$ac_exeext &&
16993 $as_test_x conftest$ac_exeext; then
16994 ac_cv_asm_func_def=".def"
16995 else
16996 echo "$as_me: failed program was:" >&5
16997 sed 's/^/| /' conftest.$ac_ext >&5
16999 cat >conftest.$ac_ext <<_ACEOF
17000 /* confdefs.h. */
17001 _ACEOF
17002 cat confdefs.h >>conftest.$ac_ext
17003 cat >>conftest.$ac_ext <<_ACEOF
17004 /* end confdefs.h. */
17007 main ()
17009 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17011 return 0;
17013 _ACEOF
17014 rm -f conftest.$ac_objext conftest$ac_exeext
17015 if { (ac_try="$ac_link"
17016 case "(($ac_try" in
17017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17018 *) ac_try_echo=$ac_try;;
17019 esac
17020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17021 (eval "$ac_link") 2>conftest.er1
17022 ac_status=$?
17023 grep -v '^ *+' conftest.er1 >conftest.err
17024 rm -f conftest.er1
17025 cat conftest.err >&5
17026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027 (exit $ac_status); } && {
17028 test -z "$ac_c_werror_flag" ||
17029 test ! -s conftest.err
17030 } && test -s conftest$ac_exeext &&
17031 $as_test_x conftest$ac_exeext; then
17032 ac_cv_asm_func_def=".type @function"
17033 else
17034 echo "$as_me: failed program was:" >&5
17035 sed 's/^/| /' conftest.$ac_ext >&5
17037 cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h. */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h. */
17045 main ()
17047 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17049 return 0;
17051 _ACEOF
17052 rm -f conftest.$ac_objext conftest$ac_exeext
17053 if { (ac_try="$ac_link"
17054 case "(($ac_try" in
17055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17056 *) ac_try_echo=$ac_try;;
17057 esac
17058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17059 (eval "$ac_link") 2>conftest.er1
17060 ac_status=$?
17061 grep -v '^ *+' conftest.er1 >conftest.err
17062 rm -f conftest.er1
17063 cat conftest.err >&5
17064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17065 (exit $ac_status); } && {
17066 test -z "$ac_c_werror_flag" ||
17067 test ! -s conftest.err
17068 } && test -s conftest$ac_exeext &&
17069 $as_test_x conftest$ac_exeext; then
17070 ac_cv_asm_func_def=".type 2"
17071 else
17072 echo "$as_me: failed program was:" >&5
17073 sed 's/^/| /' conftest.$ac_ext >&5
17075 ac_cv_asm_func_def="unknown"
17078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17079 conftest$ac_exeext conftest.$ac_ext
17082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17083 conftest$ac_exeext conftest.$ac_ext
17086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17087 conftest$ac_exeext conftest.$ac_ext
17089 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17090 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17094 case "$ac_cv_asm_func_def" in
17095 ".def")
17096 cat >>confdefs.h <<\_ACEOF
17097 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17098 _ACEOF
17100 ".type @function")
17101 cat >>confdefs.h <<\_ACEOF
17102 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17103 _ACEOF
17105 ".type 2")
17106 cat >>confdefs.h <<\_ACEOF
17107 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17108 _ACEOF
17111 cat >>confdefs.h <<\_ACEOF
17112 #define __ASM_FUNC(name) ""
17113 _ACEOF
17115 esac
17118 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17119 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17120 if test "${ac_cv_c_extern_prefix+set}" = set; then
17121 echo $ECHO_N "(cached) $ECHO_C" >&6
17122 else
17123 cat >conftest.$ac_ext <<_ACEOF
17124 /* confdefs.h. */
17125 _ACEOF
17126 cat confdefs.h >>conftest.$ac_ext
17127 cat >>conftest.$ac_ext <<_ACEOF
17128 /* end confdefs.h. */
17129 extern int ac_test;
17131 main ()
17133 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17135 return 0;
17137 _ACEOF
17138 rm -f conftest.$ac_objext conftest$ac_exeext
17139 if { (ac_try="$ac_link"
17140 case "(($ac_try" in
17141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17142 *) ac_try_echo=$ac_try;;
17143 esac
17144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17145 (eval "$ac_link") 2>conftest.er1
17146 ac_status=$?
17147 grep -v '^ *+' conftest.er1 >conftest.err
17148 rm -f conftest.er1
17149 cat conftest.err >&5
17150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151 (exit $ac_status); } && {
17152 test -z "$ac_c_werror_flag" ||
17153 test ! -s conftest.err
17154 } && test -s conftest$ac_exeext &&
17155 $as_test_x conftest$ac_exeext; then
17156 ac_cv_c_extern_prefix="yes"
17157 else
17158 echo "$as_me: failed program was:" >&5
17159 sed 's/^/| /' conftest.$ac_ext >&5
17161 ac_cv_c_extern_prefix="no"
17164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17165 conftest$ac_exeext conftest.$ac_ext
17167 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17168 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17172 if test "$ac_cv_c_extern_prefix" = "yes"
17173 then
17174 cat >>confdefs.h <<\_ACEOF
17175 #define __ASM_NAME(name) "_" name
17176 _ACEOF
17178 else
17179 cat >>confdefs.h <<\_ACEOF
17180 #define __ASM_NAME(name) name
17181 _ACEOF
17186 LDPATH=""
17188 case $build_os in
17189 cygwin*|mingw32*)
17190 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17192 darwin*|macosx*)
17194 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17195 then
17196 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17200 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17202 esac
17204 case $host_os in
17205 mingw32*)
17206 CRTLIBS="-lmsvcrt"
17208 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17211 esac
17213 MAIN_BINARY="wine-pthread"
17214 case $host_cpu in
17215 *i[3456789]86*)
17216 case $host_os in
17217 linux* | k*bsd*-gnu)
17218 MAIN_BINARY="wine-glibc"
17220 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17222 freebsd*)
17223 MAIN_BINARY="wine-freebsd"
17225 EXTRA_BINARIES="wine-pthread"
17227 esac
17229 esac
17232 ac_save_CFLAGS="$CFLAGS"
17233 CFLAGS="$CFLAGS $BUILTINFLAG"
17307 for ac_func in \
17308 _pclose \
17309 _popen \
17310 _snprintf \
17311 _spawnvp \
17312 _strdup \
17313 _stricmp \
17314 _strnicmp \
17315 _strtoi64 \
17316 _strtoui64 \
17317 _vsnprintf \
17318 asctime_r \
17319 chsize \
17320 clone \
17321 dlopen \
17322 epoll_create \
17323 ffs \
17324 finite \
17325 fork \
17326 fpclass \
17327 fstatfs \
17328 fstatvfs \
17329 ftruncate \
17330 futimes \
17331 futimesat \
17332 getdirentries \
17333 getopt_long \
17334 getpagesize \
17335 getpwuid \
17336 gettid \
17337 gettimeofday \
17338 getuid \
17339 inet_ntop \
17340 inet_pton \
17341 kqueue \
17342 lstat \
17343 memmove \
17344 mmap \
17345 pclose \
17346 poll \
17347 popen \
17348 prctl \
17349 pread \
17350 pwrite \
17351 readdir \
17352 readlink \
17353 rfork \
17354 sched_yield \
17355 select \
17356 setproctitle \
17357 setrlimit \
17358 settimeofday \
17359 sigaltstack \
17360 sigprocmask \
17361 snprintf \
17362 socketpair \
17363 spawnvp \
17364 statfs \
17365 statvfs \
17366 strcasecmp \
17367 strdup \
17368 strerror \
17369 strncasecmp \
17370 strtold \
17371 strtoll \
17372 strtoull \
17373 symlink \
17374 tcgetattr \
17375 thr_kill2 \
17376 timegm \
17377 usleep \
17378 vsnprintf \
17379 wait4 \
17380 waitpid \
17383 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17384 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17385 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17386 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17387 echo $ECHO_N "(cached) $ECHO_C" >&6
17388 else
17389 cat >conftest.$ac_ext <<_ACEOF
17390 /* confdefs.h. */
17391 _ACEOF
17392 cat confdefs.h >>conftest.$ac_ext
17393 cat >>conftest.$ac_ext <<_ACEOF
17394 /* end confdefs.h. */
17395 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17397 #define $ac_func innocuous_$ac_func
17399 /* System header to define __stub macros and hopefully few prototypes,
17400 which can conflict with char $ac_func (); below.
17401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17402 <limits.h> exists even on freestanding compilers. */
17404 #ifdef __STDC__
17405 # include <limits.h>
17406 #else
17407 # include <assert.h>
17408 #endif
17410 #undef $ac_func
17412 /* Override any GCC internal prototype to avoid an error.
17413 Use char because int might match the return type of a GCC
17414 builtin and then its argument prototype would still apply. */
17415 #ifdef __cplusplus
17416 extern "C"
17417 #endif
17418 char $ac_func ();
17419 /* The GNU C library defines this for functions which it implements
17420 to always fail with ENOSYS. Some functions are actually named
17421 something starting with __ and the normal name is an alias. */
17422 #if defined __stub_$ac_func || defined __stub___$ac_func
17423 choke me
17424 #endif
17427 main ()
17429 return $ac_func ();
17431 return 0;
17433 _ACEOF
17434 rm -f conftest.$ac_objext conftest$ac_exeext
17435 if { (ac_try="$ac_link"
17436 case "(($ac_try" in
17437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17438 *) ac_try_echo=$ac_try;;
17439 esac
17440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17441 (eval "$ac_link") 2>conftest.er1
17442 ac_status=$?
17443 grep -v '^ *+' conftest.er1 >conftest.err
17444 rm -f conftest.er1
17445 cat conftest.err >&5
17446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17447 (exit $ac_status); } && {
17448 test -z "$ac_c_werror_flag" ||
17449 test ! -s conftest.err
17450 } && test -s conftest$ac_exeext &&
17451 $as_test_x conftest$ac_exeext; then
17452 eval "$as_ac_var=yes"
17453 else
17454 echo "$as_me: failed program was:" >&5
17455 sed 's/^/| /' conftest.$ac_ext >&5
17457 eval "$as_ac_var=no"
17460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17461 conftest$ac_exeext conftest.$ac_ext
17463 ac_res=`eval echo '${'$as_ac_var'}'`
17464 { echo "$as_me:$LINENO: result: $ac_res" >&5
17465 echo "${ECHO_T}$ac_res" >&6; }
17466 if test `eval echo '${'$as_ac_var'}'` = yes; then
17467 cat >>confdefs.h <<_ACEOF
17468 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17469 _ACEOF
17472 done
17474 CFLAGS="$ac_save_CFLAGS"
17476 if test "$ac_cv_func_dlopen" = no
17477 then
17478 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17479 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17480 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17481 echo $ECHO_N "(cached) $ECHO_C" >&6
17482 else
17483 ac_check_lib_save_LIBS=$LIBS
17484 LIBS="-ldl $LIBS"
17485 cat >conftest.$ac_ext <<_ACEOF
17486 /* confdefs.h. */
17487 _ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h. */
17492 /* Override any GCC internal prototype to avoid an error.
17493 Use char because int might match the return type of a GCC
17494 builtin and then its argument prototype would still apply. */
17495 #ifdef __cplusplus
17496 extern "C"
17497 #endif
17498 char dlopen ();
17500 main ()
17502 return dlopen ();
17504 return 0;
17506 _ACEOF
17507 rm -f conftest.$ac_objext conftest$ac_exeext
17508 if { (ac_try="$ac_link"
17509 case "(($ac_try" in
17510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17511 *) ac_try_echo=$ac_try;;
17512 esac
17513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17514 (eval "$ac_link") 2>conftest.er1
17515 ac_status=$?
17516 grep -v '^ *+' conftest.er1 >conftest.err
17517 rm -f conftest.er1
17518 cat conftest.err >&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } && {
17521 test -z "$ac_c_werror_flag" ||
17522 test ! -s conftest.err
17523 } && test -s conftest$ac_exeext &&
17524 $as_test_x conftest$ac_exeext; then
17525 ac_cv_lib_dl_dlopen=yes
17526 else
17527 echo "$as_me: failed program was:" >&5
17528 sed 's/^/| /' conftest.$ac_ext >&5
17530 ac_cv_lib_dl_dlopen=no
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534 conftest$ac_exeext conftest.$ac_ext
17535 LIBS=$ac_check_lib_save_LIBS
17537 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17538 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17539 if test $ac_cv_lib_dl_dlopen = yes; then
17540 cat >>confdefs.h <<\_ACEOF
17541 #define HAVE_DLOPEN 1
17542 _ACEOF
17543 LIBDL="-ldl"
17548 ac_wine_check_funcs_save_LIBS="$LIBS"
17549 LIBS="$LIBS $LIBDL"
17551 for ac_func in dladdr
17553 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17554 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17555 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17556 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17557 echo $ECHO_N "(cached) $ECHO_C" >&6
17558 else
17559 cat >conftest.$ac_ext <<_ACEOF
17560 /* confdefs.h. */
17561 _ACEOF
17562 cat confdefs.h >>conftest.$ac_ext
17563 cat >>conftest.$ac_ext <<_ACEOF
17564 /* end confdefs.h. */
17565 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17566 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17567 #define $ac_func innocuous_$ac_func
17569 /* System header to define __stub macros and hopefully few prototypes,
17570 which can conflict with char $ac_func (); below.
17571 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17572 <limits.h> exists even on freestanding compilers. */
17574 #ifdef __STDC__
17575 # include <limits.h>
17576 #else
17577 # include <assert.h>
17578 #endif
17580 #undef $ac_func
17582 /* Override any GCC internal prototype to avoid an error.
17583 Use char because int might match the return type of a GCC
17584 builtin and then its argument prototype would still apply. */
17585 #ifdef __cplusplus
17586 extern "C"
17587 #endif
17588 char $ac_func ();
17589 /* The GNU C library defines this for functions which it implements
17590 to always fail with ENOSYS. Some functions are actually named
17591 something starting with __ and the normal name is an alias. */
17592 #if defined __stub_$ac_func || defined __stub___$ac_func
17593 choke me
17594 #endif
17597 main ()
17599 return $ac_func ();
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext conftest$ac_exeext
17605 if { (ac_try="$ac_link"
17606 case "(($ac_try" in
17607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608 *) ac_try_echo=$ac_try;;
17609 esac
17610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17611 (eval "$ac_link") 2>conftest.er1
17612 ac_status=$?
17613 grep -v '^ *+' conftest.er1 >conftest.err
17614 rm -f conftest.er1
17615 cat conftest.err >&5
17616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17617 (exit $ac_status); } && {
17618 test -z "$ac_c_werror_flag" ||
17619 test ! -s conftest.err
17620 } && test -s conftest$ac_exeext &&
17621 $as_test_x conftest$ac_exeext; then
17622 eval "$as_ac_var=yes"
17623 else
17624 echo "$as_me: failed program was:" >&5
17625 sed 's/^/| /' conftest.$ac_ext >&5
17627 eval "$as_ac_var=no"
17630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17631 conftest$ac_exeext conftest.$ac_ext
17633 ac_res=`eval echo '${'$as_ac_var'}'`
17634 { echo "$as_me:$LINENO: result: $ac_res" >&5
17635 echo "${ECHO_T}$ac_res" >&6; }
17636 if test `eval echo '${'$as_ac_var'}'` = yes; then
17637 cat >>confdefs.h <<_ACEOF
17638 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17639 _ACEOF
17642 done
17644 LIBS="$ac_wine_check_funcs_save_LIBS"
17646 if test "$ac_cv_func_poll" = no
17647 then
17648 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17649 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17650 if test "${ac_cv_lib_poll_poll+set}" = set; then
17651 echo $ECHO_N "(cached) $ECHO_C" >&6
17652 else
17653 ac_check_lib_save_LIBS=$LIBS
17654 LIBS="-lpoll $LIBS"
17655 cat >conftest.$ac_ext <<_ACEOF
17656 /* confdefs.h. */
17657 _ACEOF
17658 cat confdefs.h >>conftest.$ac_ext
17659 cat >>conftest.$ac_ext <<_ACEOF
17660 /* end confdefs.h. */
17662 /* Override any GCC internal prototype to avoid an error.
17663 Use char because int might match the return type of a GCC
17664 builtin and then its argument prototype would still apply. */
17665 #ifdef __cplusplus
17666 extern "C"
17667 #endif
17668 char poll ();
17670 main ()
17672 return poll ();
17674 return 0;
17676 _ACEOF
17677 rm -f conftest.$ac_objext conftest$ac_exeext
17678 if { (ac_try="$ac_link"
17679 case "(($ac_try" in
17680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17681 *) ac_try_echo=$ac_try;;
17682 esac
17683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17684 (eval "$ac_link") 2>conftest.er1
17685 ac_status=$?
17686 grep -v '^ *+' conftest.er1 >conftest.err
17687 rm -f conftest.er1
17688 cat conftest.err >&5
17689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17690 (exit $ac_status); } && {
17691 test -z "$ac_c_werror_flag" ||
17692 test ! -s conftest.err
17693 } && test -s conftest$ac_exeext &&
17694 $as_test_x conftest$ac_exeext; then
17695 ac_cv_lib_poll_poll=yes
17696 else
17697 echo "$as_me: failed program was:" >&5
17698 sed 's/^/| /' conftest.$ac_ext >&5
17700 ac_cv_lib_poll_poll=no
17703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17704 conftest$ac_exeext conftest.$ac_ext
17705 LIBS=$ac_check_lib_save_LIBS
17707 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17708 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17709 if test $ac_cv_lib_poll_poll = yes; then
17710 cat >>confdefs.h <<\_ACEOF
17711 #define HAVE_POLL 1
17712 _ACEOF
17713 LIBPOLL="-lpoll"
17719 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17720 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17721 if test "${ac_cv_search_gethostbyname+set}" = set; then
17722 echo $ECHO_N "(cached) $ECHO_C" >&6
17723 else
17724 ac_func_search_save_LIBS=$LIBS
17725 cat >conftest.$ac_ext <<_ACEOF
17726 /* confdefs.h. */
17727 _ACEOF
17728 cat confdefs.h >>conftest.$ac_ext
17729 cat >>conftest.$ac_ext <<_ACEOF
17730 /* end confdefs.h. */
17732 /* Override any GCC internal prototype to avoid an error.
17733 Use char because int might match the return type of a GCC
17734 builtin and then its argument prototype would still apply. */
17735 #ifdef __cplusplus
17736 extern "C"
17737 #endif
17738 char gethostbyname ();
17740 main ()
17742 return gethostbyname ();
17744 return 0;
17746 _ACEOF
17747 for ac_lib in '' nsl; do
17748 if test -z "$ac_lib"; then
17749 ac_res="none required"
17750 else
17751 ac_res=-l$ac_lib
17752 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17754 rm -f conftest.$ac_objext conftest$ac_exeext
17755 if { (ac_try="$ac_link"
17756 case "(($ac_try" in
17757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17758 *) ac_try_echo=$ac_try;;
17759 esac
17760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17761 (eval "$ac_link") 2>conftest.er1
17762 ac_status=$?
17763 grep -v '^ *+' conftest.er1 >conftest.err
17764 rm -f conftest.er1
17765 cat conftest.err >&5
17766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17767 (exit $ac_status); } && {
17768 test -z "$ac_c_werror_flag" ||
17769 test ! -s conftest.err
17770 } && test -s conftest$ac_exeext &&
17771 $as_test_x conftest$ac_exeext; then
17772 ac_cv_search_gethostbyname=$ac_res
17773 else
17774 echo "$as_me: failed program was:" >&5
17775 sed 's/^/| /' conftest.$ac_ext >&5
17780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17781 conftest$ac_exeext
17782 if test "${ac_cv_search_gethostbyname+set}" = set; then
17783 break
17785 done
17786 if test "${ac_cv_search_gethostbyname+set}" = set; then
17788 else
17789 ac_cv_search_gethostbyname=no
17791 rm conftest.$ac_ext
17792 LIBS=$ac_func_search_save_LIBS
17794 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17795 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17796 ac_res=$ac_cv_search_gethostbyname
17797 if test "$ac_res" != no; then
17798 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17803 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17804 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17805 if test "${ac_cv_search_connect+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808 ac_func_search_save_LIBS=$LIBS
17809 cat >conftest.$ac_ext <<_ACEOF
17810 /* confdefs.h. */
17811 _ACEOF
17812 cat confdefs.h >>conftest.$ac_ext
17813 cat >>conftest.$ac_ext <<_ACEOF
17814 /* end confdefs.h. */
17816 /* Override any GCC internal prototype to avoid an error.
17817 Use char because int might match the return type of a GCC
17818 builtin and then its argument prototype would still apply. */
17819 #ifdef __cplusplus
17820 extern "C"
17821 #endif
17822 char connect ();
17824 main ()
17826 return connect ();
17828 return 0;
17830 _ACEOF
17831 for ac_lib in '' socket; do
17832 if test -z "$ac_lib"; then
17833 ac_res="none required"
17834 else
17835 ac_res=-l$ac_lib
17836 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_link") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_c_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest$ac_exeext &&
17855 $as_test_x conftest$ac_exeext; then
17856 ac_cv_search_connect=$ac_res
17857 else
17858 echo "$as_me: failed program was:" >&5
17859 sed 's/^/| /' conftest.$ac_ext >&5
17864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17865 conftest$ac_exeext
17866 if test "${ac_cv_search_connect+set}" = set; then
17867 break
17869 done
17870 if test "${ac_cv_search_connect+set}" = set; then
17872 else
17873 ac_cv_search_connect=no
17875 rm conftest.$ac_ext
17876 LIBS=$ac_func_search_save_LIBS
17878 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17879 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17880 ac_res=$ac_cv_search_connect
17881 if test "$ac_res" != no; then
17882 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17887 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17888 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17889 if test "${ac_cv_search_inet_aton+set}" = set; then
17890 echo $ECHO_N "(cached) $ECHO_C" >&6
17891 else
17892 ac_func_search_save_LIBS=$LIBS
17893 cat >conftest.$ac_ext <<_ACEOF
17894 /* confdefs.h. */
17895 _ACEOF
17896 cat confdefs.h >>conftest.$ac_ext
17897 cat >>conftest.$ac_ext <<_ACEOF
17898 /* end confdefs.h. */
17900 /* Override any GCC internal prototype to avoid an error.
17901 Use char because int might match the return type of a GCC
17902 builtin and then its argument prototype would still apply. */
17903 #ifdef __cplusplus
17904 extern "C"
17905 #endif
17906 char inet_aton ();
17908 main ()
17910 return inet_aton ();
17912 return 0;
17914 _ACEOF
17915 for ac_lib in '' resolv; do
17916 if test -z "$ac_lib"; then
17917 ac_res="none required"
17918 else
17919 ac_res=-l$ac_lib
17920 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17922 rm -f conftest.$ac_objext conftest$ac_exeext
17923 if { (ac_try="$ac_link"
17924 case "(($ac_try" in
17925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17926 *) ac_try_echo=$ac_try;;
17927 esac
17928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17929 (eval "$ac_link") 2>conftest.er1
17930 ac_status=$?
17931 grep -v '^ *+' conftest.er1 >conftest.err
17932 rm -f conftest.er1
17933 cat conftest.err >&5
17934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17935 (exit $ac_status); } && {
17936 test -z "$ac_c_werror_flag" ||
17937 test ! -s conftest.err
17938 } && test -s conftest$ac_exeext &&
17939 $as_test_x conftest$ac_exeext; then
17940 ac_cv_search_inet_aton=$ac_res
17941 else
17942 echo "$as_me: failed program was:" >&5
17943 sed 's/^/| /' conftest.$ac_ext >&5
17948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17949 conftest$ac_exeext
17950 if test "${ac_cv_search_inet_aton+set}" = set; then
17951 break
17953 done
17954 if test "${ac_cv_search_inet_aton+set}" = set; then
17956 else
17957 ac_cv_search_inet_aton=no
17959 rm conftest.$ac_ext
17960 LIBS=$ac_func_search_save_LIBS
17962 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17963 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17964 ac_res=$ac_cv_search_inet_aton
17965 if test "$ac_res" != no; then
17966 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17979 for ac_func in \
17980 getaddrinfo \
17981 getnameinfo \
17982 getnetbyname \
17983 getprotobyname \
17984 getprotobynumber \
17985 getservbyport \
17986 inet_network \
17987 sendmsg \
17990 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17991 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17992 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17993 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17994 echo $ECHO_N "(cached) $ECHO_C" >&6
17995 else
17996 cat >conftest.$ac_ext <<_ACEOF
17997 /* confdefs.h. */
17998 _ACEOF
17999 cat confdefs.h >>conftest.$ac_ext
18000 cat >>conftest.$ac_ext <<_ACEOF
18001 /* end confdefs.h. */
18002 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18003 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18004 #define $ac_func innocuous_$ac_func
18006 /* System header to define __stub macros and hopefully few prototypes,
18007 which can conflict with char $ac_func (); below.
18008 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18009 <limits.h> exists even on freestanding compilers. */
18011 #ifdef __STDC__
18012 # include <limits.h>
18013 #else
18014 # include <assert.h>
18015 #endif
18017 #undef $ac_func
18019 /* Override any GCC internal prototype to avoid an error.
18020 Use char because int might match the return type of a GCC
18021 builtin and then its argument prototype would still apply. */
18022 #ifdef __cplusplus
18023 extern "C"
18024 #endif
18025 char $ac_func ();
18026 /* The GNU C library defines this for functions which it implements
18027 to always fail with ENOSYS. Some functions are actually named
18028 something starting with __ and the normal name is an alias. */
18029 #if defined __stub_$ac_func || defined __stub___$ac_func
18030 choke me
18031 #endif
18034 main ()
18036 return $ac_func ();
18038 return 0;
18040 _ACEOF
18041 rm -f conftest.$ac_objext conftest$ac_exeext
18042 if { (ac_try="$ac_link"
18043 case "(($ac_try" in
18044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18045 *) ac_try_echo=$ac_try;;
18046 esac
18047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18048 (eval "$ac_link") 2>conftest.er1
18049 ac_status=$?
18050 grep -v '^ *+' conftest.er1 >conftest.err
18051 rm -f conftest.er1
18052 cat conftest.err >&5
18053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18054 (exit $ac_status); } && {
18055 test -z "$ac_c_werror_flag" ||
18056 test ! -s conftest.err
18057 } && test -s conftest$ac_exeext &&
18058 $as_test_x conftest$ac_exeext; then
18059 eval "$as_ac_var=yes"
18060 else
18061 echo "$as_me: failed program was:" >&5
18062 sed 's/^/| /' conftest.$ac_ext >&5
18064 eval "$as_ac_var=no"
18067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18068 conftest$ac_exeext conftest.$ac_ext
18070 ac_res=`eval echo '${'$as_ac_var'}'`
18071 { echo "$as_me:$LINENO: result: $ac_res" >&5
18072 echo "${ECHO_T}$ac_res" >&6; }
18073 if test `eval echo '${'$as_ac_var'}'` = yes; then
18074 cat >>confdefs.h <<_ACEOF
18075 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18076 _ACEOF
18079 done
18082 LDAPLIBS=""
18084 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18085 then
18086 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18087 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18088 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18089 echo $ECHO_N "(cached) $ECHO_C" >&6
18090 else
18091 cat >conftest.$ac_ext <<_ACEOF
18092 /* confdefs.h. */
18093 _ACEOF
18094 cat confdefs.h >>conftest.$ac_ext
18095 cat >>conftest.$ac_ext <<_ACEOF
18096 /* end confdefs.h. */
18097 #include <ldap.h>
18099 typedef LDAPSortKey ac__type_new_;
18101 main ()
18103 if ((ac__type_new_ *) 0)
18104 return 0;
18105 if (sizeof (ac__type_new_))
18106 return 0;
18108 return 0;
18110 _ACEOF
18111 rm -f conftest.$ac_objext
18112 if { (ac_try="$ac_compile"
18113 case "(($ac_try" in
18114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18115 *) ac_try_echo=$ac_try;;
18116 esac
18117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18118 (eval "$ac_compile") 2>conftest.er1
18119 ac_status=$?
18120 grep -v '^ *+' conftest.er1 >conftest.err
18121 rm -f conftest.er1
18122 cat conftest.err >&5
18123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124 (exit $ac_status); } && {
18125 test -z "$ac_c_werror_flag" ||
18126 test ! -s conftest.err
18127 } && test -s conftest.$ac_objext; then
18128 ac_cv_type_LDAPSortKey=yes
18129 else
18130 echo "$as_me: failed program was:" >&5
18131 sed 's/^/| /' conftest.$ac_ext >&5
18133 ac_cv_type_LDAPSortKey=no
18136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18138 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18139 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18140 if test $ac_cv_type_LDAPSortKey = yes; then
18141 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18142 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18143 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18144 echo $ECHO_N "(cached) $ECHO_C" >&6
18145 else
18146 ac_check_lib_save_LIBS=$LIBS
18147 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18148 cat >conftest.$ac_ext <<_ACEOF
18149 /* confdefs.h. */
18150 _ACEOF
18151 cat confdefs.h >>conftest.$ac_ext
18152 cat >>conftest.$ac_ext <<_ACEOF
18153 /* end confdefs.h. */
18155 /* Override any GCC internal prototype to avoid an error.
18156 Use char because int might match the return type of a GCC
18157 builtin and then its argument prototype would still apply. */
18158 #ifdef __cplusplus
18159 extern "C"
18160 #endif
18161 char ldap_initialize ();
18163 main ()
18165 return ldap_initialize ();
18167 return 0;
18169 _ACEOF
18170 rm -f conftest.$ac_objext conftest$ac_exeext
18171 if { (ac_try="$ac_link"
18172 case "(($ac_try" in
18173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18174 *) ac_try_echo=$ac_try;;
18175 esac
18176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18177 (eval "$ac_link") 2>conftest.er1
18178 ac_status=$?
18179 grep -v '^ *+' conftest.er1 >conftest.err
18180 rm -f conftest.er1
18181 cat conftest.err >&5
18182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18183 (exit $ac_status); } && {
18184 test -z "$ac_c_werror_flag" ||
18185 test ! -s conftest.err
18186 } && test -s conftest$ac_exeext &&
18187 $as_test_x conftest$ac_exeext; then
18188 ac_cv_lib_ldap_r_ldap_initialize=yes
18189 else
18190 echo "$as_me: failed program was:" >&5
18191 sed 's/^/| /' conftest.$ac_ext >&5
18193 ac_cv_lib_ldap_r_ldap_initialize=no
18196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18197 conftest$ac_exeext conftest.$ac_ext
18198 LIBS=$ac_check_lib_save_LIBS
18200 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18201 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18202 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18203 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18204 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18205 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18206 echo $ECHO_N "(cached) $ECHO_C" >&6
18207 else
18208 ac_check_lib_save_LIBS=$LIBS
18209 LIBS="-llber $LIBPTHREAD $LIBS"
18210 cat >conftest.$ac_ext <<_ACEOF
18211 /* confdefs.h. */
18212 _ACEOF
18213 cat confdefs.h >>conftest.$ac_ext
18214 cat >>conftest.$ac_ext <<_ACEOF
18215 /* end confdefs.h. */
18217 /* Override any GCC internal prototype to avoid an error.
18218 Use char because int might match the return type of a GCC
18219 builtin and then its argument prototype would still apply. */
18220 #ifdef __cplusplus
18221 extern "C"
18222 #endif
18223 char ber_init ();
18225 main ()
18227 return ber_init ();
18229 return 0;
18231 _ACEOF
18232 rm -f conftest.$ac_objext conftest$ac_exeext
18233 if { (ac_try="$ac_link"
18234 case "(($ac_try" in
18235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18236 *) ac_try_echo=$ac_try;;
18237 esac
18238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18239 (eval "$ac_link") 2>conftest.er1
18240 ac_status=$?
18241 grep -v '^ *+' conftest.er1 >conftest.err
18242 rm -f conftest.er1
18243 cat conftest.err >&5
18244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18245 (exit $ac_status); } && {
18246 test -z "$ac_c_werror_flag" ||
18247 test ! -s conftest.err
18248 } && test -s conftest$ac_exeext &&
18249 $as_test_x conftest$ac_exeext; then
18250 ac_cv_lib_lber_ber_init=yes
18251 else
18252 echo "$as_me: failed program was:" >&5
18253 sed 's/^/| /' conftest.$ac_ext >&5
18255 ac_cv_lib_lber_ber_init=no
18258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18259 conftest$ac_exeext conftest.$ac_ext
18260 LIBS=$ac_check_lib_save_LIBS
18262 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18263 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18264 if test $ac_cv_lib_lber_ber_init = yes; then
18266 cat >>confdefs.h <<\_ACEOF
18267 #define HAVE_LDAP 1
18268 _ACEOF
18270 LDAPLIBS="-lldap_r -llber"
18277 ac_wine_check_funcs_save_LIBS="$LIBS"
18278 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18287 for ac_func in \
18288 ldap_count_references \
18289 ldap_first_reference \
18290 ldap_next_reference \
18291 ldap_parse_reference \
18292 ldap_parse_sort_control \
18293 ldap_parse_sortresponse_control \
18294 ldap_parse_vlv_control \
18295 ldap_parse_vlvresponse_control
18297 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18298 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18299 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18300 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18301 echo $ECHO_N "(cached) $ECHO_C" >&6
18302 else
18303 cat >conftest.$ac_ext <<_ACEOF
18304 /* confdefs.h. */
18305 _ACEOF
18306 cat confdefs.h >>conftest.$ac_ext
18307 cat >>conftest.$ac_ext <<_ACEOF
18308 /* end confdefs.h. */
18309 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18310 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18311 #define $ac_func innocuous_$ac_func
18313 /* System header to define __stub macros and hopefully few prototypes,
18314 which can conflict with char $ac_func (); below.
18315 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18316 <limits.h> exists even on freestanding compilers. */
18318 #ifdef __STDC__
18319 # include <limits.h>
18320 #else
18321 # include <assert.h>
18322 #endif
18324 #undef $ac_func
18326 /* Override any GCC internal prototype to avoid an error.
18327 Use char because int might match the return type of a GCC
18328 builtin and then its argument prototype would still apply. */
18329 #ifdef __cplusplus
18330 extern "C"
18331 #endif
18332 char $ac_func ();
18333 /* The GNU C library defines this for functions which it implements
18334 to always fail with ENOSYS. Some functions are actually named
18335 something starting with __ and the normal name is an alias. */
18336 #if defined __stub_$ac_func || defined __stub___$ac_func
18337 choke me
18338 #endif
18341 main ()
18343 return $ac_func ();
18345 return 0;
18347 _ACEOF
18348 rm -f conftest.$ac_objext conftest$ac_exeext
18349 if { (ac_try="$ac_link"
18350 case "(($ac_try" in
18351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18352 *) ac_try_echo=$ac_try;;
18353 esac
18354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18355 (eval "$ac_link") 2>conftest.er1
18356 ac_status=$?
18357 grep -v '^ *+' conftest.er1 >conftest.err
18358 rm -f conftest.er1
18359 cat conftest.err >&5
18360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18361 (exit $ac_status); } && {
18362 test -z "$ac_c_werror_flag" ||
18363 test ! -s conftest.err
18364 } && test -s conftest$ac_exeext &&
18365 $as_test_x conftest$ac_exeext; then
18366 eval "$as_ac_var=yes"
18367 else
18368 echo "$as_me: failed program was:" >&5
18369 sed 's/^/| /' conftest.$ac_ext >&5
18371 eval "$as_ac_var=no"
18374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18375 conftest$ac_exeext conftest.$ac_ext
18377 ac_res=`eval echo '${'$as_ac_var'}'`
18378 { echo "$as_me:$LINENO: result: $ac_res" >&5
18379 echo "${ECHO_T}$ac_res" >&6; }
18380 if test `eval echo '${'$as_ac_var'}'` = yes; then
18381 cat >>confdefs.h <<_ACEOF
18382 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18383 _ACEOF
18386 done
18388 LIBS="$ac_wine_check_funcs_save_LIBS"
18390 if test "x$LDAPLIBS" = "x"; then
18391 case "x$with_ldap" in
18392 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18393 xno) ;;
18394 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18395 This is an error since --with-ldap was requested." >&5
18396 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18397 This is an error since --with-ldap was requested." >&2;}
18398 { (exit 1); exit 1; }; } ;;
18399 esac
18403 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18404 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18405 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18406 echo $ECHO_N "(cached) $ECHO_C" >&6
18407 else
18408 cat >conftest.$ac_ext <<_ACEOF
18409 /* confdefs.h. */
18410 _ACEOF
18411 cat confdefs.h >>conftest.$ac_ext
18412 cat >>conftest.$ac_ext <<_ACEOF
18413 /* end confdefs.h. */
18414 #include <sys/stat.h>
18416 main ()
18418 mkdir("foo");
18420 return 0;
18422 _ACEOF
18423 rm -f conftest.$ac_objext
18424 if { (ac_try="$ac_compile"
18425 case "(($ac_try" in
18426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18427 *) ac_try_echo=$ac_try;;
18428 esac
18429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18430 (eval "$ac_compile") 2>conftest.er1
18431 ac_status=$?
18432 grep -v '^ *+' conftest.er1 >conftest.err
18433 rm -f conftest.er1
18434 cat conftest.err >&5
18435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18436 (exit $ac_status); } && {
18437 test -z "$ac_c_werror_flag" ||
18438 test ! -s conftest.err
18439 } && test -s conftest.$ac_objext; then
18440 wine_cv_one_arg_mkdir=yes
18441 else
18442 echo "$as_me: failed program was:" >&5
18443 sed 's/^/| /' conftest.$ac_ext >&5
18445 wine_cv_one_arg_mkdir=no
18448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18450 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18451 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18452 if test "$wine_cv_one_arg_mkdir" = "yes"
18453 then
18455 cat >>confdefs.h <<\_ACEOF
18456 #define HAVE_ONE_ARG_MKDIR 1
18457 _ACEOF
18462 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18463 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18464 if test "${ac_cv_c_const+set}" = set; then
18465 echo $ECHO_N "(cached) $ECHO_C" >&6
18466 else
18467 cat >conftest.$ac_ext <<_ACEOF
18468 /* confdefs.h. */
18469 _ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18475 main ()
18477 /* FIXME: Include the comments suggested by Paul. */
18478 #ifndef __cplusplus
18479 /* Ultrix mips cc rejects this. */
18480 typedef int charset[2];
18481 const charset cs;
18482 /* SunOS 4.1.1 cc rejects this. */
18483 char const *const *pcpcc;
18484 char **ppc;
18485 /* NEC SVR4.0.2 mips cc rejects this. */
18486 struct point {int x, y;};
18487 static struct point const zero = {0,0};
18488 /* AIX XL C 1.02.0.0 rejects this.
18489 It does not let you subtract one const X* pointer from another in
18490 an arm of an if-expression whose if-part is not a constant
18491 expression */
18492 const char *g = "string";
18493 pcpcc = &g + (g ? g-g : 0);
18494 /* HPUX 7.0 cc rejects these. */
18495 ++pcpcc;
18496 ppc = (char**) pcpcc;
18497 pcpcc = (char const *const *) ppc;
18498 { /* SCO 3.2v4 cc rejects this. */
18499 char *t;
18500 char const *s = 0 ? (char *) 0 : (char const *) 0;
18502 *t++ = 0;
18503 if (s) return 0;
18505 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18506 int x[] = {25, 17};
18507 const int *foo = &x[0];
18508 ++foo;
18510 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18511 typedef const int *iptr;
18512 iptr p = 0;
18513 ++p;
18515 { /* AIX XL C 1.02.0.0 rejects this saying
18516 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18517 struct s { int j; const int *ap[3]; };
18518 struct s *b; b->j = 5;
18520 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18521 const int foo = 10;
18522 if (!foo) return 0;
18524 return !cs[0] && !zero.x;
18525 #endif
18528 return 0;
18530 _ACEOF
18531 rm -f conftest.$ac_objext
18532 if { (ac_try="$ac_compile"
18533 case "(($ac_try" in
18534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18535 *) ac_try_echo=$ac_try;;
18536 esac
18537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18538 (eval "$ac_compile") 2>conftest.er1
18539 ac_status=$?
18540 grep -v '^ *+' conftest.er1 >conftest.err
18541 rm -f conftest.er1
18542 cat conftest.err >&5
18543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18544 (exit $ac_status); } && {
18545 test -z "$ac_c_werror_flag" ||
18546 test ! -s conftest.err
18547 } && test -s conftest.$ac_objext; then
18548 ac_cv_c_const=yes
18549 else
18550 echo "$as_me: failed program was:" >&5
18551 sed 's/^/| /' conftest.$ac_ext >&5
18553 ac_cv_c_const=no
18556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18558 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18559 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18560 if test $ac_cv_c_const = no; then
18562 cat >>confdefs.h <<\_ACEOF
18563 #define const
18564 _ACEOF
18568 { echo "$as_me:$LINENO: checking for inline" >&5
18569 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18570 if test "${ac_cv_c_inline+set}" = set; then
18571 echo $ECHO_N "(cached) $ECHO_C" >&6
18572 else
18573 ac_cv_c_inline=no
18574 for ac_kw in inline __inline__ __inline; do
18575 cat >conftest.$ac_ext <<_ACEOF
18576 /* confdefs.h. */
18577 _ACEOF
18578 cat confdefs.h >>conftest.$ac_ext
18579 cat >>conftest.$ac_ext <<_ACEOF
18580 /* end confdefs.h. */
18581 #ifndef __cplusplus
18582 typedef int foo_t;
18583 static $ac_kw foo_t static_foo () {return 0; }
18584 $ac_kw foo_t foo () {return 0; }
18585 #endif
18587 _ACEOF
18588 rm -f conftest.$ac_objext
18589 if { (ac_try="$ac_compile"
18590 case "(($ac_try" in
18591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18592 *) ac_try_echo=$ac_try;;
18593 esac
18594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18595 (eval "$ac_compile") 2>conftest.er1
18596 ac_status=$?
18597 grep -v '^ *+' conftest.er1 >conftest.err
18598 rm -f conftest.er1
18599 cat conftest.err >&5
18600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18601 (exit $ac_status); } && {
18602 test -z "$ac_c_werror_flag" ||
18603 test ! -s conftest.err
18604 } && test -s conftest.$ac_objext; then
18605 ac_cv_c_inline=$ac_kw
18606 else
18607 echo "$as_me: failed program was:" >&5
18608 sed 's/^/| /' conftest.$ac_ext >&5
18613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18614 test "$ac_cv_c_inline" != no && break
18615 done
18618 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18619 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18622 case $ac_cv_c_inline in
18623 inline | yes) ;;
18625 case $ac_cv_c_inline in
18626 no) ac_val=;;
18627 *) ac_val=$ac_cv_c_inline;;
18628 esac
18629 cat >>confdefs.h <<_ACEOF
18630 #ifndef __cplusplus
18631 #define inline $ac_val
18632 #endif
18633 _ACEOF
18635 esac
18637 { echo "$as_me:$LINENO: checking for mode_t" >&5
18638 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18639 if test "${ac_cv_type_mode_t+set}" = set; then
18640 echo $ECHO_N "(cached) $ECHO_C" >&6
18641 else
18642 cat >conftest.$ac_ext <<_ACEOF
18643 /* confdefs.h. */
18644 _ACEOF
18645 cat confdefs.h >>conftest.$ac_ext
18646 cat >>conftest.$ac_ext <<_ACEOF
18647 /* end confdefs.h. */
18648 $ac_includes_default
18649 typedef mode_t ac__type_new_;
18651 main ()
18653 if ((ac__type_new_ *) 0)
18654 return 0;
18655 if (sizeof (ac__type_new_))
18656 return 0;
18658 return 0;
18660 _ACEOF
18661 rm -f conftest.$ac_objext
18662 if { (ac_try="$ac_compile"
18663 case "(($ac_try" in
18664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18665 *) ac_try_echo=$ac_try;;
18666 esac
18667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18668 (eval "$ac_compile") 2>conftest.er1
18669 ac_status=$?
18670 grep -v '^ *+' conftest.er1 >conftest.err
18671 rm -f conftest.er1
18672 cat conftest.err >&5
18673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18674 (exit $ac_status); } && {
18675 test -z "$ac_c_werror_flag" ||
18676 test ! -s conftest.err
18677 } && test -s conftest.$ac_objext; then
18678 ac_cv_type_mode_t=yes
18679 else
18680 echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18683 ac_cv_type_mode_t=no
18686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18688 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18689 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18690 if test $ac_cv_type_mode_t = yes; then
18692 cat >>confdefs.h <<_ACEOF
18693 #define HAVE_MODE_T 1
18694 _ACEOF
18698 { echo "$as_me:$LINENO: checking for off_t" >&5
18699 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18700 if test "${ac_cv_type_off_t+set}" = set; then
18701 echo $ECHO_N "(cached) $ECHO_C" >&6
18702 else
18703 cat >conftest.$ac_ext <<_ACEOF
18704 /* confdefs.h. */
18705 _ACEOF
18706 cat confdefs.h >>conftest.$ac_ext
18707 cat >>conftest.$ac_ext <<_ACEOF
18708 /* end confdefs.h. */
18709 $ac_includes_default
18710 typedef off_t ac__type_new_;
18712 main ()
18714 if ((ac__type_new_ *) 0)
18715 return 0;
18716 if (sizeof (ac__type_new_))
18717 return 0;
18719 return 0;
18721 _ACEOF
18722 rm -f conftest.$ac_objext
18723 if { (ac_try="$ac_compile"
18724 case "(($ac_try" in
18725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18726 *) ac_try_echo=$ac_try;;
18727 esac
18728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18729 (eval "$ac_compile") 2>conftest.er1
18730 ac_status=$?
18731 grep -v '^ *+' conftest.er1 >conftest.err
18732 rm -f conftest.er1
18733 cat conftest.err >&5
18734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18735 (exit $ac_status); } && {
18736 test -z "$ac_c_werror_flag" ||
18737 test ! -s conftest.err
18738 } && test -s conftest.$ac_objext; then
18739 ac_cv_type_off_t=yes
18740 else
18741 echo "$as_me: failed program was:" >&5
18742 sed 's/^/| /' conftest.$ac_ext >&5
18744 ac_cv_type_off_t=no
18747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18749 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18750 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18751 if test $ac_cv_type_off_t = yes; then
18753 cat >>confdefs.h <<_ACEOF
18754 #define HAVE_OFF_T 1
18755 _ACEOF
18759 { echo "$as_me:$LINENO: checking for pid_t" >&5
18760 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18761 if test "${ac_cv_type_pid_t+set}" = set; then
18762 echo $ECHO_N "(cached) $ECHO_C" >&6
18763 else
18764 cat >conftest.$ac_ext <<_ACEOF
18765 /* confdefs.h. */
18766 _ACEOF
18767 cat confdefs.h >>conftest.$ac_ext
18768 cat >>conftest.$ac_ext <<_ACEOF
18769 /* end confdefs.h. */
18770 $ac_includes_default
18771 typedef pid_t ac__type_new_;
18773 main ()
18775 if ((ac__type_new_ *) 0)
18776 return 0;
18777 if (sizeof (ac__type_new_))
18778 return 0;
18780 return 0;
18782 _ACEOF
18783 rm -f conftest.$ac_objext
18784 if { (ac_try="$ac_compile"
18785 case "(($ac_try" in
18786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18787 *) ac_try_echo=$ac_try;;
18788 esac
18789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18790 (eval "$ac_compile") 2>conftest.er1
18791 ac_status=$?
18792 grep -v '^ *+' conftest.er1 >conftest.err
18793 rm -f conftest.er1
18794 cat conftest.err >&5
18795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18796 (exit $ac_status); } && {
18797 test -z "$ac_c_werror_flag" ||
18798 test ! -s conftest.err
18799 } && test -s conftest.$ac_objext; then
18800 ac_cv_type_pid_t=yes
18801 else
18802 echo "$as_me: failed program was:" >&5
18803 sed 's/^/| /' conftest.$ac_ext >&5
18805 ac_cv_type_pid_t=no
18808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18810 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18811 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18812 if test $ac_cv_type_pid_t = yes; then
18814 cat >>confdefs.h <<_ACEOF
18815 #define HAVE_PID_T 1
18816 _ACEOF
18820 { echo "$as_me:$LINENO: checking for size_t" >&5
18821 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18822 if test "${ac_cv_type_size_t+set}" = set; then
18823 echo $ECHO_N "(cached) $ECHO_C" >&6
18824 else
18825 cat >conftest.$ac_ext <<_ACEOF
18826 /* confdefs.h. */
18827 _ACEOF
18828 cat confdefs.h >>conftest.$ac_ext
18829 cat >>conftest.$ac_ext <<_ACEOF
18830 /* end confdefs.h. */
18831 $ac_includes_default
18832 typedef size_t ac__type_new_;
18834 main ()
18836 if ((ac__type_new_ *) 0)
18837 return 0;
18838 if (sizeof (ac__type_new_))
18839 return 0;
18841 return 0;
18843 _ACEOF
18844 rm -f conftest.$ac_objext
18845 if { (ac_try="$ac_compile"
18846 case "(($ac_try" in
18847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18848 *) ac_try_echo=$ac_try;;
18849 esac
18850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18851 (eval "$ac_compile") 2>conftest.er1
18852 ac_status=$?
18853 grep -v '^ *+' conftest.er1 >conftest.err
18854 rm -f conftest.er1
18855 cat conftest.err >&5
18856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18857 (exit $ac_status); } && {
18858 test -z "$ac_c_werror_flag" ||
18859 test ! -s conftest.err
18860 } && test -s conftest.$ac_objext; then
18861 ac_cv_type_size_t=yes
18862 else
18863 echo "$as_me: failed program was:" >&5
18864 sed 's/^/| /' conftest.$ac_ext >&5
18866 ac_cv_type_size_t=no
18869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18871 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18872 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18873 if test $ac_cv_type_size_t = yes; then
18875 cat >>confdefs.h <<_ACEOF
18876 #define HAVE_SIZE_T 1
18877 _ACEOF
18881 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18882 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18883 if test "${ac_cv_type_ssize_t+set}" = set; then
18884 echo $ECHO_N "(cached) $ECHO_C" >&6
18885 else
18886 cat >conftest.$ac_ext <<_ACEOF
18887 /* confdefs.h. */
18888 _ACEOF
18889 cat confdefs.h >>conftest.$ac_ext
18890 cat >>conftest.$ac_ext <<_ACEOF
18891 /* end confdefs.h. */
18892 $ac_includes_default
18893 typedef ssize_t ac__type_new_;
18895 main ()
18897 if ((ac__type_new_ *) 0)
18898 return 0;
18899 if (sizeof (ac__type_new_))
18900 return 0;
18902 return 0;
18904 _ACEOF
18905 rm -f conftest.$ac_objext
18906 if { (ac_try="$ac_compile"
18907 case "(($ac_try" in
18908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18909 *) ac_try_echo=$ac_try;;
18910 esac
18911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18912 (eval "$ac_compile") 2>conftest.er1
18913 ac_status=$?
18914 grep -v '^ *+' conftest.er1 >conftest.err
18915 rm -f conftest.er1
18916 cat conftest.err >&5
18917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18918 (exit $ac_status); } && {
18919 test -z "$ac_c_werror_flag" ||
18920 test ! -s conftest.err
18921 } && test -s conftest.$ac_objext; then
18922 ac_cv_type_ssize_t=yes
18923 else
18924 echo "$as_me: failed program was:" >&5
18925 sed 's/^/| /' conftest.$ac_ext >&5
18927 ac_cv_type_ssize_t=no
18930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18932 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18933 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18934 if test $ac_cv_type_ssize_t = yes; then
18936 cat >>confdefs.h <<_ACEOF
18937 #define HAVE_SSIZE_T 1
18938 _ACEOF
18942 { echo "$as_me:$LINENO: checking for long long" >&5
18943 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18944 if test "${ac_cv_type_long_long+set}" = set; then
18945 echo $ECHO_N "(cached) $ECHO_C" >&6
18946 else
18947 cat >conftest.$ac_ext <<_ACEOF
18948 /* confdefs.h. */
18949 _ACEOF
18950 cat confdefs.h >>conftest.$ac_ext
18951 cat >>conftest.$ac_ext <<_ACEOF
18952 /* end confdefs.h. */
18953 $ac_includes_default
18954 typedef long long ac__type_new_;
18956 main ()
18958 if ((ac__type_new_ *) 0)
18959 return 0;
18960 if (sizeof (ac__type_new_))
18961 return 0;
18963 return 0;
18965 _ACEOF
18966 rm -f conftest.$ac_objext
18967 if { (ac_try="$ac_compile"
18968 case "(($ac_try" in
18969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18970 *) ac_try_echo=$ac_try;;
18971 esac
18972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18973 (eval "$ac_compile") 2>conftest.er1
18974 ac_status=$?
18975 grep -v '^ *+' conftest.er1 >conftest.err
18976 rm -f conftest.er1
18977 cat conftest.err >&5
18978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979 (exit $ac_status); } && {
18980 test -z "$ac_c_werror_flag" ||
18981 test ! -s conftest.err
18982 } && test -s conftest.$ac_objext; then
18983 ac_cv_type_long_long=yes
18984 else
18985 echo "$as_me: failed program was:" >&5
18986 sed 's/^/| /' conftest.$ac_ext >&5
18988 ac_cv_type_long_long=no
18991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18993 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18994 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18995 if test $ac_cv_type_long_long = yes; then
18997 cat >>confdefs.h <<_ACEOF
18998 #define HAVE_LONG_LONG 1
18999 _ACEOF
19003 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19004 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19005 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19006 echo $ECHO_N "(cached) $ECHO_C" >&6
19007 else
19008 cat >conftest.$ac_ext <<_ACEOF
19009 /* confdefs.h. */
19010 _ACEOF
19011 cat confdefs.h >>conftest.$ac_ext
19012 cat >>conftest.$ac_ext <<_ACEOF
19013 /* end confdefs.h. */
19014 $ac_includes_default
19015 typedef fsblkcnt_t ac__type_new_;
19017 main ()
19019 if ((ac__type_new_ *) 0)
19020 return 0;
19021 if (sizeof (ac__type_new_))
19022 return 0;
19024 return 0;
19026 _ACEOF
19027 rm -f conftest.$ac_objext
19028 if { (ac_try="$ac_compile"
19029 case "(($ac_try" in
19030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19031 *) ac_try_echo=$ac_try;;
19032 esac
19033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19034 (eval "$ac_compile") 2>conftest.er1
19035 ac_status=$?
19036 grep -v '^ *+' conftest.er1 >conftest.err
19037 rm -f conftest.er1
19038 cat conftest.err >&5
19039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040 (exit $ac_status); } && {
19041 test -z "$ac_c_werror_flag" ||
19042 test ! -s conftest.err
19043 } && test -s conftest.$ac_objext; then
19044 ac_cv_type_fsblkcnt_t=yes
19045 else
19046 echo "$as_me: failed program was:" >&5
19047 sed 's/^/| /' conftest.$ac_ext >&5
19049 ac_cv_type_fsblkcnt_t=no
19052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19054 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19055 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19056 if test $ac_cv_type_fsblkcnt_t = yes; then
19058 cat >>confdefs.h <<_ACEOF
19059 #define HAVE_FSBLKCNT_T 1
19060 _ACEOF
19064 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19065 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19066 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19067 echo $ECHO_N "(cached) $ECHO_C" >&6
19068 else
19069 cat >conftest.$ac_ext <<_ACEOF
19070 /* confdefs.h. */
19071 _ACEOF
19072 cat confdefs.h >>conftest.$ac_ext
19073 cat >>conftest.$ac_ext <<_ACEOF
19074 /* end confdefs.h. */
19075 $ac_includes_default
19076 typedef fsfilcnt_t ac__type_new_;
19078 main ()
19080 if ((ac__type_new_ *) 0)
19081 return 0;
19082 if (sizeof (ac__type_new_))
19083 return 0;
19085 return 0;
19087 _ACEOF
19088 rm -f conftest.$ac_objext
19089 if { (ac_try="$ac_compile"
19090 case "(($ac_try" in
19091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19092 *) ac_try_echo=$ac_try;;
19093 esac
19094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19095 (eval "$ac_compile") 2>conftest.er1
19096 ac_status=$?
19097 grep -v '^ *+' conftest.er1 >conftest.err
19098 rm -f conftest.er1
19099 cat conftest.err >&5
19100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19101 (exit $ac_status); } && {
19102 test -z "$ac_c_werror_flag" ||
19103 test ! -s conftest.err
19104 } && test -s conftest.$ac_objext; then
19105 ac_cv_type_fsfilcnt_t=yes
19106 else
19107 echo "$as_me: failed program was:" >&5
19108 sed 's/^/| /' conftest.$ac_ext >&5
19110 ac_cv_type_fsfilcnt_t=no
19113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19115 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19116 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19117 if test $ac_cv_type_fsfilcnt_t = yes; then
19119 cat >>confdefs.h <<_ACEOF
19120 #define HAVE_FSFILCNT_T 1
19121 _ACEOF
19126 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19127 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19128 if test "${ac_cv_type_sigset_t+set}" = set; then
19129 echo $ECHO_N "(cached) $ECHO_C" >&6
19130 else
19131 cat >conftest.$ac_ext <<_ACEOF
19132 /* confdefs.h. */
19133 _ACEOF
19134 cat confdefs.h >>conftest.$ac_ext
19135 cat >>conftest.$ac_ext <<_ACEOF
19136 /* end confdefs.h. */
19137 #include <sys/types.h>
19138 #include <signal.h>
19140 typedef sigset_t ac__type_new_;
19142 main ()
19144 if ((ac__type_new_ *) 0)
19145 return 0;
19146 if (sizeof (ac__type_new_))
19147 return 0;
19149 return 0;
19151 _ACEOF
19152 rm -f conftest.$ac_objext
19153 if { (ac_try="$ac_compile"
19154 case "(($ac_try" in
19155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19156 *) ac_try_echo=$ac_try;;
19157 esac
19158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19159 (eval "$ac_compile") 2>conftest.er1
19160 ac_status=$?
19161 grep -v '^ *+' conftest.er1 >conftest.err
19162 rm -f conftest.er1
19163 cat conftest.err >&5
19164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165 (exit $ac_status); } && {
19166 test -z "$ac_c_werror_flag" ||
19167 test ! -s conftest.err
19168 } && test -s conftest.$ac_objext; then
19169 ac_cv_type_sigset_t=yes
19170 else
19171 echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.$ac_ext >&5
19174 ac_cv_type_sigset_t=no
19177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19179 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19180 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19181 if test $ac_cv_type_sigset_t = yes; then
19183 cat >>confdefs.h <<_ACEOF
19184 #define HAVE_SIGSET_T 1
19185 _ACEOF
19190 { echo "$as_me:$LINENO: checking for request_sense" >&5
19191 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19192 if test "${ac_cv_type_request_sense+set}" = set; then
19193 echo $ECHO_N "(cached) $ECHO_C" >&6
19194 else
19195 cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h. */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h. */
19201 #include <linux/cdrom.h>
19203 typedef request_sense ac__type_new_;
19205 main ()
19207 if ((ac__type_new_ *) 0)
19208 return 0;
19209 if (sizeof (ac__type_new_))
19210 return 0;
19212 return 0;
19214 _ACEOF
19215 rm -f conftest.$ac_objext
19216 if { (ac_try="$ac_compile"
19217 case "(($ac_try" in
19218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19219 *) ac_try_echo=$ac_try;;
19220 esac
19221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19222 (eval "$ac_compile") 2>conftest.er1
19223 ac_status=$?
19224 grep -v '^ *+' conftest.er1 >conftest.err
19225 rm -f conftest.er1
19226 cat conftest.err >&5
19227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19228 (exit $ac_status); } && {
19229 test -z "$ac_c_werror_flag" ||
19230 test ! -s conftest.err
19231 } && test -s conftest.$ac_objext; then
19232 ac_cv_type_request_sense=yes
19233 else
19234 echo "$as_me: failed program was:" >&5
19235 sed 's/^/| /' conftest.$ac_ext >&5
19237 ac_cv_type_request_sense=no
19240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19242 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19243 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19244 if test $ac_cv_type_request_sense = yes; then
19246 cat >>confdefs.h <<_ACEOF
19247 #define HAVE_REQUEST_SENSE 1
19248 _ACEOF
19254 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19255 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19256 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19257 echo $ECHO_N "(cached) $ECHO_C" >&6
19258 else
19259 cat >conftest.$ac_ext <<_ACEOF
19260 /* confdefs.h. */
19261 _ACEOF
19262 cat confdefs.h >>conftest.$ac_ext
19263 cat >>conftest.$ac_ext <<_ACEOF
19264 /* end confdefs.h. */
19265 #include <sys/types.h>
19266 #ifdef HAVE_SYS_SOCKET_H
19267 #include <sys/socket.h>
19268 #endif
19269 #ifdef HAVE_SYS_SOCKETVAR_H
19270 #include <sys/socketvar.h>
19271 #endif
19272 #ifdef HAVE_NET_ROUTE_H
19273 #include <net/route.h>
19274 #endif
19275 #ifdef HAVE_NETINET_IN_H
19276 #include <netinet/in.h>
19277 #endif
19278 #ifdef HAVE_NETINET_IN_SYSTM_H
19279 #include <netinet/in_systm.h>
19280 #endif
19281 #ifdef HAVE_NETINET_IP_H
19282 #include <netinet/ip.h>
19283 #endif
19284 #ifdef HAVE_NETINET_IN_PCB_H
19285 #include <netinet/in_pcb.h>
19286 #endif
19288 typedef struct xinpgen ac__type_new_;
19290 main ()
19292 if ((ac__type_new_ *) 0)
19293 return 0;
19294 if (sizeof (ac__type_new_))
19295 return 0;
19297 return 0;
19299 _ACEOF
19300 rm -f conftest.$ac_objext
19301 if { (ac_try="$ac_compile"
19302 case "(($ac_try" in
19303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19304 *) ac_try_echo=$ac_try;;
19305 esac
19306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19307 (eval "$ac_compile") 2>conftest.er1
19308 ac_status=$?
19309 grep -v '^ *+' conftest.er1 >conftest.err
19310 rm -f conftest.er1
19311 cat conftest.err >&5
19312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19313 (exit $ac_status); } && {
19314 test -z "$ac_c_werror_flag" ||
19315 test ! -s conftest.err
19316 } && test -s conftest.$ac_objext; then
19317 ac_cv_type_struct_xinpgen=yes
19318 else
19319 echo "$as_me: failed program was:" >&5
19320 sed 's/^/| /' conftest.$ac_ext >&5
19322 ac_cv_type_struct_xinpgen=no
19325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19327 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19328 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19329 if test $ac_cv_type_struct_xinpgen = yes; then
19331 cat >>confdefs.h <<_ACEOF
19332 #define HAVE_STRUCT_XINPGEN 1
19333 _ACEOF
19339 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19340 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19341 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19342 echo $ECHO_N "(cached) $ECHO_C" >&6
19343 else
19344 cat >conftest.$ac_ext <<_ACEOF
19345 /* confdefs.h. */
19346 _ACEOF
19347 cat confdefs.h >>conftest.$ac_ext
19348 cat >>conftest.$ac_ext <<_ACEOF
19349 /* end confdefs.h. */
19350 #ifdef HAVE_LINUX_INPUT_H
19351 #include <linux/input.h>
19352 #endif
19355 main ()
19357 static struct ff_effect ac_aggr;
19358 if (ac_aggr.direction)
19359 return 0;
19361 return 0;
19363 _ACEOF
19364 rm -f conftest.$ac_objext
19365 if { (ac_try="$ac_compile"
19366 case "(($ac_try" in
19367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19368 *) ac_try_echo=$ac_try;;
19369 esac
19370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19371 (eval "$ac_compile") 2>conftest.er1
19372 ac_status=$?
19373 grep -v '^ *+' conftest.er1 >conftest.err
19374 rm -f conftest.er1
19375 cat conftest.err >&5
19376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19377 (exit $ac_status); } && {
19378 test -z "$ac_c_werror_flag" ||
19379 test ! -s conftest.err
19380 } && test -s conftest.$ac_objext; then
19381 ac_cv_member_struct_ff_effect_direction=yes
19382 else
19383 echo "$as_me: failed program was:" >&5
19384 sed 's/^/| /' conftest.$ac_ext >&5
19386 cat >conftest.$ac_ext <<_ACEOF
19387 /* confdefs.h. */
19388 _ACEOF
19389 cat confdefs.h >>conftest.$ac_ext
19390 cat >>conftest.$ac_ext <<_ACEOF
19391 /* end confdefs.h. */
19392 #ifdef HAVE_LINUX_INPUT_H
19393 #include <linux/input.h>
19394 #endif
19397 main ()
19399 static struct ff_effect ac_aggr;
19400 if (sizeof ac_aggr.direction)
19401 return 0;
19403 return 0;
19405 _ACEOF
19406 rm -f conftest.$ac_objext
19407 if { (ac_try="$ac_compile"
19408 case "(($ac_try" in
19409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19410 *) ac_try_echo=$ac_try;;
19411 esac
19412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19413 (eval "$ac_compile") 2>conftest.er1
19414 ac_status=$?
19415 grep -v '^ *+' conftest.er1 >conftest.err
19416 rm -f conftest.er1
19417 cat conftest.err >&5
19418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19419 (exit $ac_status); } && {
19420 test -z "$ac_c_werror_flag" ||
19421 test ! -s conftest.err
19422 } && test -s conftest.$ac_objext; then
19423 ac_cv_member_struct_ff_effect_direction=yes
19424 else
19425 echo "$as_me: failed program was:" >&5
19426 sed 's/^/| /' conftest.$ac_ext >&5
19428 ac_cv_member_struct_ff_effect_direction=no
19431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19436 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19437 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19438 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19440 cat >>confdefs.h <<_ACEOF
19441 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19442 _ACEOF
19448 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19449 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19450 if test "${wine_cv_have_sigaddset+set}" = set; then
19451 echo $ECHO_N "(cached) $ECHO_C" >&6
19452 else
19453 cat >conftest.$ac_ext <<_ACEOF
19454 /* confdefs.h. */
19455 _ACEOF
19456 cat confdefs.h >>conftest.$ac_ext
19457 cat >>conftest.$ac_ext <<_ACEOF
19458 /* end confdefs.h. */
19459 #include <signal.h>
19461 main ()
19463 sigset_t set; sigaddset(&set,SIGTERM);
19465 return 0;
19467 _ACEOF
19468 rm -f conftest.$ac_objext conftest$ac_exeext
19469 if { (ac_try="$ac_link"
19470 case "(($ac_try" in
19471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19472 *) ac_try_echo=$ac_try;;
19473 esac
19474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19475 (eval "$ac_link") 2>conftest.er1
19476 ac_status=$?
19477 grep -v '^ *+' conftest.er1 >conftest.err
19478 rm -f conftest.er1
19479 cat conftest.err >&5
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); } && {
19482 test -z "$ac_c_werror_flag" ||
19483 test ! -s conftest.err
19484 } && test -s conftest$ac_exeext &&
19485 $as_test_x conftest$ac_exeext; then
19486 wine_cv_have_sigaddset=yes
19487 else
19488 echo "$as_me: failed program was:" >&5
19489 sed 's/^/| /' conftest.$ac_ext >&5
19491 wine_cv_have_sigaddset=no
19494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19495 conftest$ac_exeext conftest.$ac_ext
19497 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19498 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19499 if test "$wine_cv_have_sigaddset" = "yes"
19500 then
19502 cat >>confdefs.h <<\_ACEOF
19503 #define HAVE_SIGADDSET 1
19504 _ACEOF
19509 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19510 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19511 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19512 echo $ECHO_N "(cached) $ECHO_C" >&6
19513 else
19514 cat >conftest.$ac_ext <<_ACEOF
19515 /* confdefs.h. */
19516 _ACEOF
19517 cat confdefs.h >>conftest.$ac_ext
19518 cat >>conftest.$ac_ext <<_ACEOF
19519 /* end confdefs.h. */
19520 #include <netdb.h>
19522 main ()
19525 char *name=0;
19526 struct hostent he;
19527 struct hostent *result;
19528 char *buf=0;
19529 int bufsize=0;
19530 int res,errnr;
19531 char *addr=0;
19532 int addrlen=0;
19533 int addrtype=0;
19534 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19535 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19538 return 0;
19540 _ACEOF
19541 rm -f conftest.$ac_objext conftest$ac_exeext
19542 if { (ac_try="$ac_link"
19543 case "(($ac_try" in
19544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19545 *) ac_try_echo=$ac_try;;
19546 esac
19547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19548 (eval "$ac_link") 2>conftest.er1
19549 ac_status=$?
19550 grep -v '^ *+' conftest.er1 >conftest.err
19551 rm -f conftest.er1
19552 cat conftest.err >&5
19553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19554 (exit $ac_status); } && {
19555 test -z "$ac_c_werror_flag" ||
19556 test ! -s conftest.err
19557 } && test -s conftest$ac_exeext &&
19558 $as_test_x conftest$ac_exeext; then
19559 wine_cv_linux_gethostbyname_r_6=yes
19560 else
19561 echo "$as_me: failed program was:" >&5
19562 sed 's/^/| /' conftest.$ac_ext >&5
19564 wine_cv_linux_gethostbyname_r_6=no
19568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19569 conftest$ac_exeext conftest.$ac_ext
19572 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19573 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19574 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19575 then
19577 cat >>confdefs.h <<\_ACEOF
19578 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19579 _ACEOF
19583 if test "$ac_cv_header_linux_joystick_h" = "yes"
19584 then
19585 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19586 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19587 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19588 echo $ECHO_N "(cached) $ECHO_C" >&6
19589 else
19590 cat >conftest.$ac_ext <<_ACEOF
19591 /* confdefs.h. */
19592 _ACEOF
19593 cat confdefs.h >>conftest.$ac_ext
19594 cat >>conftest.$ac_ext <<_ACEOF
19595 /* end confdefs.h. */
19597 #include <sys/ioctl.h>
19598 #include <sys/types.h>
19599 #include <linux/joystick.h>
19601 struct js_event blub;
19602 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19603 #error "no 2.2 header"
19604 #endif
19607 main ()
19609 /*empty*/
19611 return 0;
19613 _ACEOF
19614 rm -f conftest.$ac_objext
19615 if { (ac_try="$ac_compile"
19616 case "(($ac_try" in
19617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19618 *) ac_try_echo=$ac_try;;
19619 esac
19620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19621 (eval "$ac_compile") 2>conftest.er1
19622 ac_status=$?
19623 grep -v '^ *+' conftest.er1 >conftest.err
19624 rm -f conftest.er1
19625 cat conftest.err >&5
19626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19627 (exit $ac_status); } && {
19628 test -z "$ac_c_werror_flag" ||
19629 test ! -s conftest.err
19630 } && test -s conftest.$ac_objext; then
19631 wine_cv_linux_joystick_22_api=yes
19632 else
19633 echo "$as_me: failed program was:" >&5
19634 sed 's/^/| /' conftest.$ac_ext >&5
19636 wine_cv_linux_joystick_22_api=no
19639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19642 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19643 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19644 if test "$wine_cv_linux_joystick_22_api" = "yes"
19645 then
19647 cat >>confdefs.h <<\_ACEOF
19648 #define HAVE_LINUX_22_JOYSTICK_API 1
19649 _ACEOF
19655 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19656 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19657 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19658 echo $ECHO_N "(cached) $ECHO_C" >&6
19659 else
19660 cat >conftest.$ac_ext <<_ACEOF
19661 /* confdefs.h. */
19662 _ACEOF
19663 cat confdefs.h >>conftest.$ac_ext
19664 cat >>conftest.$ac_ext <<_ACEOF
19665 /* end confdefs.h. */
19666 #include <sys/types.h>
19667 #ifdef HAVE_SYS_PARAM_H
19668 # include <sys/param.h>
19669 #endif
19670 #ifdef HAVE_SYS_MOUNT_H
19671 # include <sys/mount.h>
19672 #endif
19673 #ifdef HAVE_SYS_VFS_H
19674 # include <sys/vfs.h>
19675 #endif
19676 #ifdef HAVE_SYS_STATFS_H
19677 # include <sys/statfs.h>
19678 #endif
19681 main ()
19683 static struct statfs ac_aggr;
19684 if (ac_aggr.f_bfree)
19685 return 0;
19687 return 0;
19689 _ACEOF
19690 rm -f conftest.$ac_objext
19691 if { (ac_try="$ac_compile"
19692 case "(($ac_try" in
19693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19694 *) ac_try_echo=$ac_try;;
19695 esac
19696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19697 (eval "$ac_compile") 2>conftest.er1
19698 ac_status=$?
19699 grep -v '^ *+' conftest.er1 >conftest.err
19700 rm -f conftest.er1
19701 cat conftest.err >&5
19702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19703 (exit $ac_status); } && {
19704 test -z "$ac_c_werror_flag" ||
19705 test ! -s conftest.err
19706 } && test -s conftest.$ac_objext; then
19707 ac_cv_member_struct_statfs_f_bfree=yes
19708 else
19709 echo "$as_me: failed program was:" >&5
19710 sed 's/^/| /' conftest.$ac_ext >&5
19712 cat >conftest.$ac_ext <<_ACEOF
19713 /* confdefs.h. */
19714 _ACEOF
19715 cat confdefs.h >>conftest.$ac_ext
19716 cat >>conftest.$ac_ext <<_ACEOF
19717 /* end confdefs.h. */
19718 #include <sys/types.h>
19719 #ifdef HAVE_SYS_PARAM_H
19720 # include <sys/param.h>
19721 #endif
19722 #ifdef HAVE_SYS_MOUNT_H
19723 # include <sys/mount.h>
19724 #endif
19725 #ifdef HAVE_SYS_VFS_H
19726 # include <sys/vfs.h>
19727 #endif
19728 #ifdef HAVE_SYS_STATFS_H
19729 # include <sys/statfs.h>
19730 #endif
19733 main ()
19735 static struct statfs ac_aggr;
19736 if (sizeof ac_aggr.f_bfree)
19737 return 0;
19739 return 0;
19741 _ACEOF
19742 rm -f conftest.$ac_objext
19743 if { (ac_try="$ac_compile"
19744 case "(($ac_try" in
19745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19746 *) ac_try_echo=$ac_try;;
19747 esac
19748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19749 (eval "$ac_compile") 2>conftest.er1
19750 ac_status=$?
19751 grep -v '^ *+' conftest.er1 >conftest.err
19752 rm -f conftest.er1
19753 cat conftest.err >&5
19754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19755 (exit $ac_status); } && {
19756 test -z "$ac_c_werror_flag" ||
19757 test ! -s conftest.err
19758 } && test -s conftest.$ac_objext; then
19759 ac_cv_member_struct_statfs_f_bfree=yes
19760 else
19761 echo "$as_me: failed program was:" >&5
19762 sed 's/^/| /' conftest.$ac_ext >&5
19764 ac_cv_member_struct_statfs_f_bfree=no
19767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19772 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19773 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19774 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19776 cat >>confdefs.h <<_ACEOF
19777 #define HAVE_STRUCT_STATFS_F_BFREE 1
19778 _ACEOF
19782 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19783 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19784 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19785 echo $ECHO_N "(cached) $ECHO_C" >&6
19786 else
19787 cat >conftest.$ac_ext <<_ACEOF
19788 /* confdefs.h. */
19789 _ACEOF
19790 cat confdefs.h >>conftest.$ac_ext
19791 cat >>conftest.$ac_ext <<_ACEOF
19792 /* end confdefs.h. */
19793 #include <sys/types.h>
19794 #ifdef HAVE_SYS_PARAM_H
19795 # include <sys/param.h>
19796 #endif
19797 #ifdef HAVE_SYS_MOUNT_H
19798 # include <sys/mount.h>
19799 #endif
19800 #ifdef HAVE_SYS_VFS_H
19801 # include <sys/vfs.h>
19802 #endif
19803 #ifdef HAVE_SYS_STATFS_H
19804 # include <sys/statfs.h>
19805 #endif
19808 main ()
19810 static struct statfs ac_aggr;
19811 if (ac_aggr.f_bavail)
19812 return 0;
19814 return 0;
19816 _ACEOF
19817 rm -f conftest.$ac_objext
19818 if { (ac_try="$ac_compile"
19819 case "(($ac_try" in
19820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19821 *) ac_try_echo=$ac_try;;
19822 esac
19823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19824 (eval "$ac_compile") 2>conftest.er1
19825 ac_status=$?
19826 grep -v '^ *+' conftest.er1 >conftest.err
19827 rm -f conftest.er1
19828 cat conftest.err >&5
19829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19830 (exit $ac_status); } && {
19831 test -z "$ac_c_werror_flag" ||
19832 test ! -s conftest.err
19833 } && test -s conftest.$ac_objext; then
19834 ac_cv_member_struct_statfs_f_bavail=yes
19835 else
19836 echo "$as_me: failed program was:" >&5
19837 sed 's/^/| /' conftest.$ac_ext >&5
19839 cat >conftest.$ac_ext <<_ACEOF
19840 /* confdefs.h. */
19841 _ACEOF
19842 cat confdefs.h >>conftest.$ac_ext
19843 cat >>conftest.$ac_ext <<_ACEOF
19844 /* end confdefs.h. */
19845 #include <sys/types.h>
19846 #ifdef HAVE_SYS_PARAM_H
19847 # include <sys/param.h>
19848 #endif
19849 #ifdef HAVE_SYS_MOUNT_H
19850 # include <sys/mount.h>
19851 #endif
19852 #ifdef HAVE_SYS_VFS_H
19853 # include <sys/vfs.h>
19854 #endif
19855 #ifdef HAVE_SYS_STATFS_H
19856 # include <sys/statfs.h>
19857 #endif
19860 main ()
19862 static struct statfs ac_aggr;
19863 if (sizeof ac_aggr.f_bavail)
19864 return 0;
19866 return 0;
19868 _ACEOF
19869 rm -f conftest.$ac_objext
19870 if { (ac_try="$ac_compile"
19871 case "(($ac_try" in
19872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19873 *) ac_try_echo=$ac_try;;
19874 esac
19875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19876 (eval "$ac_compile") 2>conftest.er1
19877 ac_status=$?
19878 grep -v '^ *+' conftest.er1 >conftest.err
19879 rm -f conftest.er1
19880 cat conftest.err >&5
19881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19882 (exit $ac_status); } && {
19883 test -z "$ac_c_werror_flag" ||
19884 test ! -s conftest.err
19885 } && test -s conftest.$ac_objext; then
19886 ac_cv_member_struct_statfs_f_bavail=yes
19887 else
19888 echo "$as_me: failed program was:" >&5
19889 sed 's/^/| /' conftest.$ac_ext >&5
19891 ac_cv_member_struct_statfs_f_bavail=no
19894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19899 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19900 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19901 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19903 cat >>confdefs.h <<_ACEOF
19904 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19905 _ACEOF
19909 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19910 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19911 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19912 echo $ECHO_N "(cached) $ECHO_C" >&6
19913 else
19914 cat >conftest.$ac_ext <<_ACEOF
19915 /* confdefs.h. */
19916 _ACEOF
19917 cat confdefs.h >>conftest.$ac_ext
19918 cat >>conftest.$ac_ext <<_ACEOF
19919 /* end confdefs.h. */
19920 #include <sys/types.h>
19921 #ifdef HAVE_SYS_PARAM_H
19922 # include <sys/param.h>
19923 #endif
19924 #ifdef HAVE_SYS_MOUNT_H
19925 # include <sys/mount.h>
19926 #endif
19927 #ifdef HAVE_SYS_VFS_H
19928 # include <sys/vfs.h>
19929 #endif
19930 #ifdef HAVE_SYS_STATFS_H
19931 # include <sys/statfs.h>
19932 #endif
19935 main ()
19937 static struct statfs ac_aggr;
19938 if (ac_aggr.f_frsize)
19939 return 0;
19941 return 0;
19943 _ACEOF
19944 rm -f conftest.$ac_objext
19945 if { (ac_try="$ac_compile"
19946 case "(($ac_try" in
19947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19948 *) ac_try_echo=$ac_try;;
19949 esac
19950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19951 (eval "$ac_compile") 2>conftest.er1
19952 ac_status=$?
19953 grep -v '^ *+' conftest.er1 >conftest.err
19954 rm -f conftest.er1
19955 cat conftest.err >&5
19956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19957 (exit $ac_status); } && {
19958 test -z "$ac_c_werror_flag" ||
19959 test ! -s conftest.err
19960 } && test -s conftest.$ac_objext; then
19961 ac_cv_member_struct_statfs_f_frsize=yes
19962 else
19963 echo "$as_me: failed program was:" >&5
19964 sed 's/^/| /' conftest.$ac_ext >&5
19966 cat >conftest.$ac_ext <<_ACEOF
19967 /* confdefs.h. */
19968 _ACEOF
19969 cat confdefs.h >>conftest.$ac_ext
19970 cat >>conftest.$ac_ext <<_ACEOF
19971 /* end confdefs.h. */
19972 #include <sys/types.h>
19973 #ifdef HAVE_SYS_PARAM_H
19974 # include <sys/param.h>
19975 #endif
19976 #ifdef HAVE_SYS_MOUNT_H
19977 # include <sys/mount.h>
19978 #endif
19979 #ifdef HAVE_SYS_VFS_H
19980 # include <sys/vfs.h>
19981 #endif
19982 #ifdef HAVE_SYS_STATFS_H
19983 # include <sys/statfs.h>
19984 #endif
19987 main ()
19989 static struct statfs ac_aggr;
19990 if (sizeof ac_aggr.f_frsize)
19991 return 0;
19993 return 0;
19995 _ACEOF
19996 rm -f conftest.$ac_objext
19997 if { (ac_try="$ac_compile"
19998 case "(($ac_try" in
19999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20000 *) ac_try_echo=$ac_try;;
20001 esac
20002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20013 ac_cv_member_struct_statfs_f_frsize=yes
20014 else
20015 echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_member_struct_statfs_f_frsize=no
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20027 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20028 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20030 cat >>confdefs.h <<_ACEOF
20031 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20032 _ACEOF
20036 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20037 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20038 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20039 echo $ECHO_N "(cached) $ECHO_C" >&6
20040 else
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h. */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h. */
20047 #include <sys/types.h>
20048 #ifdef HAVE_SYS_PARAM_H
20049 # include <sys/param.h>
20050 #endif
20051 #ifdef HAVE_SYS_MOUNT_H
20052 # include <sys/mount.h>
20053 #endif
20054 #ifdef HAVE_SYS_VFS_H
20055 # include <sys/vfs.h>
20056 #endif
20057 #ifdef HAVE_SYS_STATFS_H
20058 # include <sys/statfs.h>
20059 #endif
20062 main ()
20064 static struct statfs ac_aggr;
20065 if (ac_aggr.f_ffree)
20066 return 0;
20068 return 0;
20070 _ACEOF
20071 rm -f conftest.$ac_objext
20072 if { (ac_try="$ac_compile"
20073 case "(($ac_try" in
20074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20075 *) ac_try_echo=$ac_try;;
20076 esac
20077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20078 (eval "$ac_compile") 2>conftest.er1
20079 ac_status=$?
20080 grep -v '^ *+' conftest.er1 >conftest.err
20081 rm -f conftest.er1
20082 cat conftest.err >&5
20083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20084 (exit $ac_status); } && {
20085 test -z "$ac_c_werror_flag" ||
20086 test ! -s conftest.err
20087 } && test -s conftest.$ac_objext; then
20088 ac_cv_member_struct_statfs_f_ffree=yes
20089 else
20090 echo "$as_me: failed program was:" >&5
20091 sed 's/^/| /' conftest.$ac_ext >&5
20093 cat >conftest.$ac_ext <<_ACEOF
20094 /* confdefs.h. */
20095 _ACEOF
20096 cat confdefs.h >>conftest.$ac_ext
20097 cat >>conftest.$ac_ext <<_ACEOF
20098 /* end confdefs.h. */
20099 #include <sys/types.h>
20100 #ifdef HAVE_SYS_PARAM_H
20101 # include <sys/param.h>
20102 #endif
20103 #ifdef HAVE_SYS_MOUNT_H
20104 # include <sys/mount.h>
20105 #endif
20106 #ifdef HAVE_SYS_VFS_H
20107 # include <sys/vfs.h>
20108 #endif
20109 #ifdef HAVE_SYS_STATFS_H
20110 # include <sys/statfs.h>
20111 #endif
20114 main ()
20116 static struct statfs ac_aggr;
20117 if (sizeof ac_aggr.f_ffree)
20118 return 0;
20120 return 0;
20122 _ACEOF
20123 rm -f conftest.$ac_objext
20124 if { (ac_try="$ac_compile"
20125 case "(($ac_try" in
20126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20127 *) ac_try_echo=$ac_try;;
20128 esac
20129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20130 (eval "$ac_compile") 2>conftest.er1
20131 ac_status=$?
20132 grep -v '^ *+' conftest.er1 >conftest.err
20133 rm -f conftest.er1
20134 cat conftest.err >&5
20135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20136 (exit $ac_status); } && {
20137 test -z "$ac_c_werror_flag" ||
20138 test ! -s conftest.err
20139 } && test -s conftest.$ac_objext; then
20140 ac_cv_member_struct_statfs_f_ffree=yes
20141 else
20142 echo "$as_me: failed program was:" >&5
20143 sed 's/^/| /' conftest.$ac_ext >&5
20145 ac_cv_member_struct_statfs_f_ffree=no
20148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20153 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20154 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20155 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20157 cat >>confdefs.h <<_ACEOF
20158 #define HAVE_STRUCT_STATFS_F_FFREE 1
20159 _ACEOF
20163 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20164 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20165 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20166 echo $ECHO_N "(cached) $ECHO_C" >&6
20167 else
20168 cat >conftest.$ac_ext <<_ACEOF
20169 /* confdefs.h. */
20170 _ACEOF
20171 cat confdefs.h >>conftest.$ac_ext
20172 cat >>conftest.$ac_ext <<_ACEOF
20173 /* end confdefs.h. */
20174 #include <sys/types.h>
20175 #ifdef HAVE_SYS_PARAM_H
20176 # include <sys/param.h>
20177 #endif
20178 #ifdef HAVE_SYS_MOUNT_H
20179 # include <sys/mount.h>
20180 #endif
20181 #ifdef HAVE_SYS_VFS_H
20182 # include <sys/vfs.h>
20183 #endif
20184 #ifdef HAVE_SYS_STATFS_H
20185 # include <sys/statfs.h>
20186 #endif
20189 main ()
20191 static struct statfs ac_aggr;
20192 if (ac_aggr.f_favail)
20193 return 0;
20195 return 0;
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20203 esac
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20206 ac_status=$?
20207 grep -v '^ *+' conftest.er1 >conftest.err
20208 rm -f conftest.er1
20209 cat conftest.err >&5
20210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20215 ac_cv_member_struct_statfs_f_favail=yes
20216 else
20217 echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 cat >conftest.$ac_ext <<_ACEOF
20221 /* confdefs.h. */
20222 _ACEOF
20223 cat confdefs.h >>conftest.$ac_ext
20224 cat >>conftest.$ac_ext <<_ACEOF
20225 /* end confdefs.h. */
20226 #include <sys/types.h>
20227 #ifdef HAVE_SYS_PARAM_H
20228 # include <sys/param.h>
20229 #endif
20230 #ifdef HAVE_SYS_MOUNT_H
20231 # include <sys/mount.h>
20232 #endif
20233 #ifdef HAVE_SYS_VFS_H
20234 # include <sys/vfs.h>
20235 #endif
20236 #ifdef HAVE_SYS_STATFS_H
20237 # include <sys/statfs.h>
20238 #endif
20241 main ()
20243 static struct statfs ac_aggr;
20244 if (sizeof ac_aggr.f_favail)
20245 return 0;
20247 return 0;
20249 _ACEOF
20250 rm -f conftest.$ac_objext
20251 if { (ac_try="$ac_compile"
20252 case "(($ac_try" in
20253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20254 *) ac_try_echo=$ac_try;;
20255 esac
20256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20257 (eval "$ac_compile") 2>conftest.er1
20258 ac_status=$?
20259 grep -v '^ *+' conftest.er1 >conftest.err
20260 rm -f conftest.er1
20261 cat conftest.err >&5
20262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20263 (exit $ac_status); } && {
20264 test -z "$ac_c_werror_flag" ||
20265 test ! -s conftest.err
20266 } && test -s conftest.$ac_objext; then
20267 ac_cv_member_struct_statfs_f_favail=yes
20268 else
20269 echo "$as_me: failed program was:" >&5
20270 sed 's/^/| /' conftest.$ac_ext >&5
20272 ac_cv_member_struct_statfs_f_favail=no
20275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20280 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20281 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20282 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20284 cat >>confdefs.h <<_ACEOF
20285 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20286 _ACEOF
20290 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20291 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20292 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20293 echo $ECHO_N "(cached) $ECHO_C" >&6
20294 else
20295 cat >conftest.$ac_ext <<_ACEOF
20296 /* confdefs.h. */
20297 _ACEOF
20298 cat confdefs.h >>conftest.$ac_ext
20299 cat >>conftest.$ac_ext <<_ACEOF
20300 /* end confdefs.h. */
20301 #include <sys/types.h>
20302 #ifdef HAVE_SYS_PARAM_H
20303 # include <sys/param.h>
20304 #endif
20305 #ifdef HAVE_SYS_MOUNT_H
20306 # include <sys/mount.h>
20307 #endif
20308 #ifdef HAVE_SYS_VFS_H
20309 # include <sys/vfs.h>
20310 #endif
20311 #ifdef HAVE_SYS_STATFS_H
20312 # include <sys/statfs.h>
20313 #endif
20316 main ()
20318 static struct statfs ac_aggr;
20319 if (ac_aggr.f_namelen)
20320 return 0;
20322 return 0;
20324 _ACEOF
20325 rm -f conftest.$ac_objext
20326 if { (ac_try="$ac_compile"
20327 case "(($ac_try" in
20328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20329 *) ac_try_echo=$ac_try;;
20330 esac
20331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20332 (eval "$ac_compile") 2>conftest.er1
20333 ac_status=$?
20334 grep -v '^ *+' conftest.er1 >conftest.err
20335 rm -f conftest.er1
20336 cat conftest.err >&5
20337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20338 (exit $ac_status); } && {
20339 test -z "$ac_c_werror_flag" ||
20340 test ! -s conftest.err
20341 } && test -s conftest.$ac_objext; then
20342 ac_cv_member_struct_statfs_f_namelen=yes
20343 else
20344 echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.$ac_ext >&5
20347 cat >conftest.$ac_ext <<_ACEOF
20348 /* confdefs.h. */
20349 _ACEOF
20350 cat confdefs.h >>conftest.$ac_ext
20351 cat >>conftest.$ac_ext <<_ACEOF
20352 /* end confdefs.h. */
20353 #include <sys/types.h>
20354 #ifdef HAVE_SYS_PARAM_H
20355 # include <sys/param.h>
20356 #endif
20357 #ifdef HAVE_SYS_MOUNT_H
20358 # include <sys/mount.h>
20359 #endif
20360 #ifdef HAVE_SYS_VFS_H
20361 # include <sys/vfs.h>
20362 #endif
20363 #ifdef HAVE_SYS_STATFS_H
20364 # include <sys/statfs.h>
20365 #endif
20368 main ()
20370 static struct statfs ac_aggr;
20371 if (sizeof ac_aggr.f_namelen)
20372 return 0;
20374 return 0;
20376 _ACEOF
20377 rm -f conftest.$ac_objext
20378 if { (ac_try="$ac_compile"
20379 case "(($ac_try" in
20380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20381 *) ac_try_echo=$ac_try;;
20382 esac
20383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20384 (eval "$ac_compile") 2>conftest.er1
20385 ac_status=$?
20386 grep -v '^ *+' conftest.er1 >conftest.err
20387 rm -f conftest.er1
20388 cat conftest.err >&5
20389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20390 (exit $ac_status); } && {
20391 test -z "$ac_c_werror_flag" ||
20392 test ! -s conftest.err
20393 } && test -s conftest.$ac_objext; then
20394 ac_cv_member_struct_statfs_f_namelen=yes
20395 else
20396 echo "$as_me: failed program was:" >&5
20397 sed 's/^/| /' conftest.$ac_ext >&5
20399 ac_cv_member_struct_statfs_f_namelen=no
20402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20407 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20408 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20409 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20411 cat >>confdefs.h <<_ACEOF
20412 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20413 _ACEOF
20419 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20420 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20421 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20422 echo $ECHO_N "(cached) $ECHO_C" >&6
20423 else
20424 cat >conftest.$ac_ext <<_ACEOF
20425 /* confdefs.h. */
20426 _ACEOF
20427 cat confdefs.h >>conftest.$ac_ext
20428 cat >>conftest.$ac_ext <<_ACEOF
20429 /* end confdefs.h. */
20430 #ifdef HAVE_SYS_STATVFS_H
20431 #include <sys/statvfs.h>
20432 #endif
20435 main ()
20437 static struct statvfs ac_aggr;
20438 if (ac_aggr.f_blocks)
20439 return 0;
20441 return 0;
20443 _ACEOF
20444 rm -f conftest.$ac_objext
20445 if { (ac_try="$ac_compile"
20446 case "(($ac_try" in
20447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20448 *) ac_try_echo=$ac_try;;
20449 esac
20450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20451 (eval "$ac_compile") 2>conftest.er1
20452 ac_status=$?
20453 grep -v '^ *+' conftest.er1 >conftest.err
20454 rm -f conftest.er1
20455 cat conftest.err >&5
20456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457 (exit $ac_status); } && {
20458 test -z "$ac_c_werror_flag" ||
20459 test ! -s conftest.err
20460 } && test -s conftest.$ac_objext; then
20461 ac_cv_member_struct_statvfs_f_blocks=yes
20462 else
20463 echo "$as_me: failed program was:" >&5
20464 sed 's/^/| /' conftest.$ac_ext >&5
20466 cat >conftest.$ac_ext <<_ACEOF
20467 /* confdefs.h. */
20468 _ACEOF
20469 cat confdefs.h >>conftest.$ac_ext
20470 cat >>conftest.$ac_ext <<_ACEOF
20471 /* end confdefs.h. */
20472 #ifdef HAVE_SYS_STATVFS_H
20473 #include <sys/statvfs.h>
20474 #endif
20477 main ()
20479 static struct statvfs ac_aggr;
20480 if (sizeof ac_aggr.f_blocks)
20481 return 0;
20483 return 0;
20485 _ACEOF
20486 rm -f conftest.$ac_objext
20487 if { (ac_try="$ac_compile"
20488 case "(($ac_try" in
20489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20490 *) ac_try_echo=$ac_try;;
20491 esac
20492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20493 (eval "$ac_compile") 2>conftest.er1
20494 ac_status=$?
20495 grep -v '^ *+' conftest.er1 >conftest.err
20496 rm -f conftest.er1
20497 cat conftest.err >&5
20498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20499 (exit $ac_status); } && {
20500 test -z "$ac_c_werror_flag" ||
20501 test ! -s conftest.err
20502 } && test -s conftest.$ac_objext; then
20503 ac_cv_member_struct_statvfs_f_blocks=yes
20504 else
20505 echo "$as_me: failed program was:" >&5
20506 sed 's/^/| /' conftest.$ac_ext >&5
20508 ac_cv_member_struct_statvfs_f_blocks=no
20511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20516 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20517 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20518 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20520 cat >>confdefs.h <<_ACEOF
20521 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20522 _ACEOF
20528 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20529 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20530 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20531 echo $ECHO_N "(cached) $ECHO_C" >&6
20532 else
20533 cat >conftest.$ac_ext <<_ACEOF
20534 /* confdefs.h. */
20535 _ACEOF
20536 cat confdefs.h >>conftest.$ac_ext
20537 cat >>conftest.$ac_ext <<_ACEOF
20538 /* end confdefs.h. */
20539 #include <sys/types.h>
20540 #ifdef HAVE_SYS_SOCKET_H
20541 # include <sys/socket.h>
20542 #endif
20543 #ifdef HAVE_SYS_UN_H
20544 # include <sys/un.h>
20545 #endif
20548 main ()
20550 static struct msghdr ac_aggr;
20551 if (ac_aggr.msg_accrights)
20552 return 0;
20554 return 0;
20556 _ACEOF
20557 rm -f conftest.$ac_objext
20558 if { (ac_try="$ac_compile"
20559 case "(($ac_try" in
20560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20561 *) ac_try_echo=$ac_try;;
20562 esac
20563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20564 (eval "$ac_compile") 2>conftest.er1
20565 ac_status=$?
20566 grep -v '^ *+' conftest.er1 >conftest.err
20567 rm -f conftest.er1
20568 cat conftest.err >&5
20569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20570 (exit $ac_status); } && {
20571 test -z "$ac_c_werror_flag" ||
20572 test ! -s conftest.err
20573 } && test -s conftest.$ac_objext; then
20574 ac_cv_member_struct_msghdr_msg_accrights=yes
20575 else
20576 echo "$as_me: failed program was:" >&5
20577 sed 's/^/| /' conftest.$ac_ext >&5
20579 cat >conftest.$ac_ext <<_ACEOF
20580 /* confdefs.h. */
20581 _ACEOF
20582 cat confdefs.h >>conftest.$ac_ext
20583 cat >>conftest.$ac_ext <<_ACEOF
20584 /* end confdefs.h. */
20585 #include <sys/types.h>
20586 #ifdef HAVE_SYS_SOCKET_H
20587 # include <sys/socket.h>
20588 #endif
20589 #ifdef HAVE_SYS_UN_H
20590 # include <sys/un.h>
20591 #endif
20594 main ()
20596 static struct msghdr ac_aggr;
20597 if (sizeof ac_aggr.msg_accrights)
20598 return 0;
20600 return 0;
20602 _ACEOF
20603 rm -f conftest.$ac_objext
20604 if { (ac_try="$ac_compile"
20605 case "(($ac_try" in
20606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20607 *) ac_try_echo=$ac_try;;
20608 esac
20609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20610 (eval "$ac_compile") 2>conftest.er1
20611 ac_status=$?
20612 grep -v '^ *+' conftest.er1 >conftest.err
20613 rm -f conftest.er1
20614 cat conftest.err >&5
20615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); } && {
20617 test -z "$ac_c_werror_flag" ||
20618 test ! -s conftest.err
20619 } && test -s conftest.$ac_objext; then
20620 ac_cv_member_struct_msghdr_msg_accrights=yes
20621 else
20622 echo "$as_me: failed program was:" >&5
20623 sed 's/^/| /' conftest.$ac_ext >&5
20625 ac_cv_member_struct_msghdr_msg_accrights=no
20628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20633 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20634 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20635 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20637 cat >>confdefs.h <<_ACEOF
20638 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20639 _ACEOF
20643 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20644 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20645 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20646 echo $ECHO_N "(cached) $ECHO_C" >&6
20647 else
20648 cat >conftest.$ac_ext <<_ACEOF
20649 /* confdefs.h. */
20650 _ACEOF
20651 cat confdefs.h >>conftest.$ac_ext
20652 cat >>conftest.$ac_ext <<_ACEOF
20653 /* end confdefs.h. */
20654 #include <sys/types.h>
20655 #ifdef HAVE_SYS_SOCKET_H
20656 # include <sys/socket.h>
20657 #endif
20658 #ifdef HAVE_SYS_UN_H
20659 # include <sys/un.h>
20660 #endif
20663 main ()
20665 static struct sockaddr ac_aggr;
20666 if (ac_aggr.sa_len)
20667 return 0;
20669 return 0;
20671 _ACEOF
20672 rm -f conftest.$ac_objext
20673 if { (ac_try="$ac_compile"
20674 case "(($ac_try" in
20675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20676 *) ac_try_echo=$ac_try;;
20677 esac
20678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20679 (eval "$ac_compile") 2>conftest.er1
20680 ac_status=$?
20681 grep -v '^ *+' conftest.er1 >conftest.err
20682 rm -f conftest.er1
20683 cat conftest.err >&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } && {
20686 test -z "$ac_c_werror_flag" ||
20687 test ! -s conftest.err
20688 } && test -s conftest.$ac_objext; then
20689 ac_cv_member_struct_sockaddr_sa_len=yes
20690 else
20691 echo "$as_me: failed program was:" >&5
20692 sed 's/^/| /' conftest.$ac_ext >&5
20694 cat >conftest.$ac_ext <<_ACEOF
20695 /* confdefs.h. */
20696 _ACEOF
20697 cat confdefs.h >>conftest.$ac_ext
20698 cat >>conftest.$ac_ext <<_ACEOF
20699 /* end confdefs.h. */
20700 #include <sys/types.h>
20701 #ifdef HAVE_SYS_SOCKET_H
20702 # include <sys/socket.h>
20703 #endif
20704 #ifdef HAVE_SYS_UN_H
20705 # include <sys/un.h>
20706 #endif
20709 main ()
20711 static struct sockaddr ac_aggr;
20712 if (sizeof ac_aggr.sa_len)
20713 return 0;
20715 return 0;
20717 _ACEOF
20718 rm -f conftest.$ac_objext
20719 if { (ac_try="$ac_compile"
20720 case "(($ac_try" in
20721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20722 *) ac_try_echo=$ac_try;;
20723 esac
20724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20725 (eval "$ac_compile") 2>conftest.er1
20726 ac_status=$?
20727 grep -v '^ *+' conftest.er1 >conftest.err
20728 rm -f conftest.er1
20729 cat conftest.err >&5
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); } && {
20732 test -z "$ac_c_werror_flag" ||
20733 test ! -s conftest.err
20734 } && test -s conftest.$ac_objext; then
20735 ac_cv_member_struct_sockaddr_sa_len=yes
20736 else
20737 echo "$as_me: failed program was:" >&5
20738 sed 's/^/| /' conftest.$ac_ext >&5
20740 ac_cv_member_struct_sockaddr_sa_len=no
20743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20748 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20749 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20750 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20752 cat >>confdefs.h <<_ACEOF
20753 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20754 _ACEOF
20758 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20759 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20760 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20761 echo $ECHO_N "(cached) $ECHO_C" >&6
20762 else
20763 cat >conftest.$ac_ext <<_ACEOF
20764 /* confdefs.h. */
20765 _ACEOF
20766 cat confdefs.h >>conftest.$ac_ext
20767 cat >>conftest.$ac_ext <<_ACEOF
20768 /* end confdefs.h. */
20769 #include <sys/types.h>
20770 #ifdef HAVE_SYS_SOCKET_H
20771 # include <sys/socket.h>
20772 #endif
20773 #ifdef HAVE_SYS_UN_H
20774 # include <sys/un.h>
20775 #endif
20778 main ()
20780 static struct sockaddr_un ac_aggr;
20781 if (ac_aggr.sun_len)
20782 return 0;
20784 return 0;
20786 _ACEOF
20787 rm -f conftest.$ac_objext
20788 if { (ac_try="$ac_compile"
20789 case "(($ac_try" in
20790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20791 *) ac_try_echo=$ac_try;;
20792 esac
20793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20795 ac_status=$?
20796 grep -v '^ *+' conftest.er1 >conftest.err
20797 rm -f conftest.er1
20798 cat conftest.err >&5
20799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_sockaddr_un_sun_len=yes
20805 else
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 cat >conftest.$ac_ext <<_ACEOF
20810 /* confdefs.h. */
20811 _ACEOF
20812 cat confdefs.h >>conftest.$ac_ext
20813 cat >>conftest.$ac_ext <<_ACEOF
20814 /* end confdefs.h. */
20815 #include <sys/types.h>
20816 #ifdef HAVE_SYS_SOCKET_H
20817 # include <sys/socket.h>
20818 #endif
20819 #ifdef HAVE_SYS_UN_H
20820 # include <sys/un.h>
20821 #endif
20824 main ()
20826 static struct sockaddr_un ac_aggr;
20827 if (sizeof ac_aggr.sun_len)
20828 return 0;
20830 return 0;
20832 _ACEOF
20833 rm -f conftest.$ac_objext
20834 if { (ac_try="$ac_compile"
20835 case "(($ac_try" in
20836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20837 *) ac_try_echo=$ac_try;;
20838 esac
20839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20840 (eval "$ac_compile") 2>conftest.er1
20841 ac_status=$?
20842 grep -v '^ *+' conftest.er1 >conftest.err
20843 rm -f conftest.er1
20844 cat conftest.err >&5
20845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20846 (exit $ac_status); } && {
20847 test -z "$ac_c_werror_flag" ||
20848 test ! -s conftest.err
20849 } && test -s conftest.$ac_objext; then
20850 ac_cv_member_struct_sockaddr_un_sun_len=yes
20851 else
20852 echo "$as_me: failed program was:" >&5
20853 sed 's/^/| /' conftest.$ac_ext >&5
20855 ac_cv_member_struct_sockaddr_un_sun_len=no
20858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20863 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20864 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20865 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20867 cat >>confdefs.h <<_ACEOF
20868 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20869 _ACEOF
20875 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20876 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20877 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20878 echo $ECHO_N "(cached) $ECHO_C" >&6
20879 else
20880 cat >conftest.$ac_ext <<_ACEOF
20881 /* confdefs.h. */
20882 _ACEOF
20883 cat confdefs.h >>conftest.$ac_ext
20884 cat >>conftest.$ac_ext <<_ACEOF
20885 /* end confdefs.h. */
20886 #include <sys/types.h>
20887 #ifdef HAVE_SCSI_SG_H
20888 #include <scsi/sg.h>
20889 #endif
20892 main ()
20894 static scsireq_t ac_aggr;
20895 if (ac_aggr.cmd)
20896 return 0;
20898 return 0;
20900 _ACEOF
20901 rm -f conftest.$ac_objext
20902 if { (ac_try="$ac_compile"
20903 case "(($ac_try" in
20904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20905 *) ac_try_echo=$ac_try;;
20906 esac
20907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20908 (eval "$ac_compile") 2>conftest.er1
20909 ac_status=$?
20910 grep -v '^ *+' conftest.er1 >conftest.err
20911 rm -f conftest.er1
20912 cat conftest.err >&5
20913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20914 (exit $ac_status); } && {
20915 test -z "$ac_c_werror_flag" ||
20916 test ! -s conftest.err
20917 } && test -s conftest.$ac_objext; then
20918 ac_cv_member_scsireq_t_cmd=yes
20919 else
20920 echo "$as_me: failed program was:" >&5
20921 sed 's/^/| /' conftest.$ac_ext >&5
20923 cat >conftest.$ac_ext <<_ACEOF
20924 /* confdefs.h. */
20925 _ACEOF
20926 cat confdefs.h >>conftest.$ac_ext
20927 cat >>conftest.$ac_ext <<_ACEOF
20928 /* end confdefs.h. */
20929 #include <sys/types.h>
20930 #ifdef HAVE_SCSI_SG_H
20931 #include <scsi/sg.h>
20932 #endif
20935 main ()
20937 static scsireq_t ac_aggr;
20938 if (sizeof ac_aggr.cmd)
20939 return 0;
20941 return 0;
20943 _ACEOF
20944 rm -f conftest.$ac_objext
20945 if { (ac_try="$ac_compile"
20946 case "(($ac_try" in
20947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20948 *) ac_try_echo=$ac_try;;
20949 esac
20950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20951 (eval "$ac_compile") 2>conftest.er1
20952 ac_status=$?
20953 grep -v '^ *+' conftest.er1 >conftest.err
20954 rm -f conftest.er1
20955 cat conftest.err >&5
20956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20957 (exit $ac_status); } && {
20958 test -z "$ac_c_werror_flag" ||
20959 test ! -s conftest.err
20960 } && test -s conftest.$ac_objext; then
20961 ac_cv_member_scsireq_t_cmd=yes
20962 else
20963 echo "$as_me: failed program was:" >&5
20964 sed 's/^/| /' conftest.$ac_ext >&5
20966 ac_cv_member_scsireq_t_cmd=no
20969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20974 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20975 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20976 if test $ac_cv_member_scsireq_t_cmd = yes; then
20978 cat >>confdefs.h <<_ACEOF
20979 #define HAVE_SCSIREQ_T_CMD 1
20980 _ACEOF
20984 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20985 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20986 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20987 echo $ECHO_N "(cached) $ECHO_C" >&6
20988 else
20989 cat >conftest.$ac_ext <<_ACEOF
20990 /* confdefs.h. */
20991 _ACEOF
20992 cat confdefs.h >>conftest.$ac_ext
20993 cat >>conftest.$ac_ext <<_ACEOF
20994 /* end confdefs.h. */
20995 #include <sys/types.h>
20996 #ifdef HAVE_SCSI_SG_H
20997 #include <scsi/sg.h>
20998 #endif
21001 main ()
21003 static sg_io_hdr_t ac_aggr;
21004 if (ac_aggr.interface_id)
21005 return 0;
21007 return 0;
21009 _ACEOF
21010 rm -f conftest.$ac_objext
21011 if { (ac_try="$ac_compile"
21012 case "(($ac_try" in
21013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21014 *) ac_try_echo=$ac_try;;
21015 esac
21016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21017 (eval "$ac_compile") 2>conftest.er1
21018 ac_status=$?
21019 grep -v '^ *+' conftest.er1 >conftest.err
21020 rm -f conftest.er1
21021 cat conftest.err >&5
21022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21023 (exit $ac_status); } && {
21024 test -z "$ac_c_werror_flag" ||
21025 test ! -s conftest.err
21026 } && test -s conftest.$ac_objext; then
21027 ac_cv_member_sg_io_hdr_t_interface_id=yes
21028 else
21029 echo "$as_me: failed program was:" >&5
21030 sed 's/^/| /' conftest.$ac_ext >&5
21032 cat >conftest.$ac_ext <<_ACEOF
21033 /* confdefs.h. */
21034 _ACEOF
21035 cat confdefs.h >>conftest.$ac_ext
21036 cat >>conftest.$ac_ext <<_ACEOF
21037 /* end confdefs.h. */
21038 #include <sys/types.h>
21039 #ifdef HAVE_SCSI_SG_H
21040 #include <scsi/sg.h>
21041 #endif
21044 main ()
21046 static sg_io_hdr_t ac_aggr;
21047 if (sizeof ac_aggr.interface_id)
21048 return 0;
21050 return 0;
21052 _ACEOF
21053 rm -f conftest.$ac_objext
21054 if { (ac_try="$ac_compile"
21055 case "(($ac_try" in
21056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21057 *) ac_try_echo=$ac_try;;
21058 esac
21059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_sg_io_hdr_t_interface_id=yes
21071 else
21072 echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 ac_cv_member_sg_io_hdr_t_interface_id=no
21078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21083 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21084 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21085 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21087 cat >>confdefs.h <<_ACEOF
21088 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21089 _ACEOF
21095 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21096 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21097 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21098 echo $ECHO_N "(cached) $ECHO_C" >&6
21099 else
21100 cat >conftest.$ac_ext <<_ACEOF
21101 /* confdefs.h. */
21102 _ACEOF
21103 cat confdefs.h >>conftest.$ac_ext
21104 cat >>conftest.$ac_ext <<_ACEOF
21105 /* end confdefs.h. */
21106 #include <signal.h>
21109 main ()
21111 static siginfo_t ac_aggr;
21112 if (ac_aggr.si_fd)
21113 return 0;
21115 return 0;
21117 _ACEOF
21118 rm -f conftest.$ac_objext
21119 if { (ac_try="$ac_compile"
21120 case "(($ac_try" in
21121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21122 *) ac_try_echo=$ac_try;;
21123 esac
21124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21125 (eval "$ac_compile") 2>conftest.er1
21126 ac_status=$?
21127 grep -v '^ *+' conftest.er1 >conftest.err
21128 rm -f conftest.er1
21129 cat conftest.err >&5
21130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21131 (exit $ac_status); } && {
21132 test -z "$ac_c_werror_flag" ||
21133 test ! -s conftest.err
21134 } && test -s conftest.$ac_objext; then
21135 ac_cv_member_siginfo_t_si_fd=yes
21136 else
21137 echo "$as_me: failed program was:" >&5
21138 sed 's/^/| /' conftest.$ac_ext >&5
21140 cat >conftest.$ac_ext <<_ACEOF
21141 /* confdefs.h. */
21142 _ACEOF
21143 cat confdefs.h >>conftest.$ac_ext
21144 cat >>conftest.$ac_ext <<_ACEOF
21145 /* end confdefs.h. */
21146 #include <signal.h>
21149 main ()
21151 static siginfo_t ac_aggr;
21152 if (sizeof ac_aggr.si_fd)
21153 return 0;
21155 return 0;
21157 _ACEOF
21158 rm -f conftest.$ac_objext
21159 if { (ac_try="$ac_compile"
21160 case "(($ac_try" in
21161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21162 *) ac_try_echo=$ac_try;;
21163 esac
21164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21165 (eval "$ac_compile") 2>conftest.er1
21166 ac_status=$?
21167 grep -v '^ *+' conftest.er1 >conftest.err
21168 rm -f conftest.er1
21169 cat conftest.err >&5
21170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21171 (exit $ac_status); } && {
21172 test -z "$ac_c_werror_flag" ||
21173 test ! -s conftest.err
21174 } && test -s conftest.$ac_objext; then
21175 ac_cv_member_siginfo_t_si_fd=yes
21176 else
21177 echo "$as_me: failed program was:" >&5
21178 sed 's/^/| /' conftest.$ac_ext >&5
21180 ac_cv_member_siginfo_t_si_fd=no
21183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21188 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21189 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21190 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21192 cat >>confdefs.h <<_ACEOF
21193 #define HAVE_SIGINFO_T_SI_FD 1
21194 _ACEOF
21200 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21201 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21202 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21203 echo $ECHO_N "(cached) $ECHO_C" >&6
21204 else
21205 cat >conftest.$ac_ext <<_ACEOF
21206 /* confdefs.h. */
21207 _ACEOF
21208 cat confdefs.h >>conftest.$ac_ext
21209 cat >>conftest.$ac_ext <<_ACEOF
21210 /* end confdefs.h. */
21211 #include <sys/types.h>
21212 #ifdef HAVE_SYS_MTIO_H
21213 #include <sys/mtio.h>
21214 #endif
21217 main ()
21219 static struct mtget ac_aggr;
21220 if (ac_aggr.mt_blksiz)
21221 return 0;
21223 return 0;
21225 _ACEOF
21226 rm -f conftest.$ac_objext
21227 if { (ac_try="$ac_compile"
21228 case "(($ac_try" in
21229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21230 *) ac_try_echo=$ac_try;;
21231 esac
21232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21233 (eval "$ac_compile") 2>conftest.er1
21234 ac_status=$?
21235 grep -v '^ *+' conftest.er1 >conftest.err
21236 rm -f conftest.er1
21237 cat conftest.err >&5
21238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21239 (exit $ac_status); } && {
21240 test -z "$ac_c_werror_flag" ||
21241 test ! -s conftest.err
21242 } && test -s conftest.$ac_objext; then
21243 ac_cv_member_struct_mtget_mt_blksiz=yes
21244 else
21245 echo "$as_me: failed program was:" >&5
21246 sed 's/^/| /' conftest.$ac_ext >&5
21248 cat >conftest.$ac_ext <<_ACEOF
21249 /* confdefs.h. */
21250 _ACEOF
21251 cat confdefs.h >>conftest.$ac_ext
21252 cat >>conftest.$ac_ext <<_ACEOF
21253 /* end confdefs.h. */
21254 #include <sys/types.h>
21255 #ifdef HAVE_SYS_MTIO_H
21256 #include <sys/mtio.h>
21257 #endif
21260 main ()
21262 static struct mtget ac_aggr;
21263 if (sizeof ac_aggr.mt_blksiz)
21264 return 0;
21266 return 0;
21268 _ACEOF
21269 rm -f conftest.$ac_objext
21270 if { (ac_try="$ac_compile"
21271 case "(($ac_try" in
21272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21273 *) ac_try_echo=$ac_try;;
21274 esac
21275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21276 (eval "$ac_compile") 2>conftest.er1
21277 ac_status=$?
21278 grep -v '^ *+' conftest.er1 >conftest.err
21279 rm -f conftest.er1
21280 cat conftest.err >&5
21281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); } && {
21283 test -z "$ac_c_werror_flag" ||
21284 test ! -s conftest.err
21285 } && test -s conftest.$ac_objext; then
21286 ac_cv_member_struct_mtget_mt_blksiz=yes
21287 else
21288 echo "$as_me: failed program was:" >&5
21289 sed 's/^/| /' conftest.$ac_ext >&5
21291 ac_cv_member_struct_mtget_mt_blksiz=no
21294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21299 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21300 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21301 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21303 cat >>confdefs.h <<_ACEOF
21304 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21305 _ACEOF
21309 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21310 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21311 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21312 echo $ECHO_N "(cached) $ECHO_C" >&6
21313 else
21314 cat >conftest.$ac_ext <<_ACEOF
21315 /* confdefs.h. */
21316 _ACEOF
21317 cat confdefs.h >>conftest.$ac_ext
21318 cat >>conftest.$ac_ext <<_ACEOF
21319 /* end confdefs.h. */
21320 #include <sys/types.h>
21321 #ifdef HAVE_SYS_MTIO_H
21322 #include <sys/mtio.h>
21323 #endif
21326 main ()
21328 static struct mtget ac_aggr;
21329 if (ac_aggr.mt_gstat)
21330 return 0;
21332 return 0;
21334 _ACEOF
21335 rm -f conftest.$ac_objext
21336 if { (ac_try="$ac_compile"
21337 case "(($ac_try" in
21338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21339 *) ac_try_echo=$ac_try;;
21340 esac
21341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21342 (eval "$ac_compile") 2>conftest.er1
21343 ac_status=$?
21344 grep -v '^ *+' conftest.er1 >conftest.err
21345 rm -f conftest.er1
21346 cat conftest.err >&5
21347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21348 (exit $ac_status); } && {
21349 test -z "$ac_c_werror_flag" ||
21350 test ! -s conftest.err
21351 } && test -s conftest.$ac_objext; then
21352 ac_cv_member_struct_mtget_mt_gstat=yes
21353 else
21354 echo "$as_me: failed program was:" >&5
21355 sed 's/^/| /' conftest.$ac_ext >&5
21357 cat >conftest.$ac_ext <<_ACEOF
21358 /* confdefs.h. */
21359 _ACEOF
21360 cat confdefs.h >>conftest.$ac_ext
21361 cat >>conftest.$ac_ext <<_ACEOF
21362 /* end confdefs.h. */
21363 #include <sys/types.h>
21364 #ifdef HAVE_SYS_MTIO_H
21365 #include <sys/mtio.h>
21366 #endif
21369 main ()
21371 static struct mtget ac_aggr;
21372 if (sizeof ac_aggr.mt_gstat)
21373 return 0;
21375 return 0;
21377 _ACEOF
21378 rm -f conftest.$ac_objext
21379 if { (ac_try="$ac_compile"
21380 case "(($ac_try" in
21381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21382 *) ac_try_echo=$ac_try;;
21383 esac
21384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21385 (eval "$ac_compile") 2>conftest.er1
21386 ac_status=$?
21387 grep -v '^ *+' conftest.er1 >conftest.err
21388 rm -f conftest.er1
21389 cat conftest.err >&5
21390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21391 (exit $ac_status); } && {
21392 test -z "$ac_c_werror_flag" ||
21393 test ! -s conftest.err
21394 } && test -s conftest.$ac_objext; then
21395 ac_cv_member_struct_mtget_mt_gstat=yes
21396 else
21397 echo "$as_me: failed program was:" >&5
21398 sed 's/^/| /' conftest.$ac_ext >&5
21400 ac_cv_member_struct_mtget_mt_gstat=no
21403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21408 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21409 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21410 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21412 cat >>confdefs.h <<_ACEOF
21413 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21414 _ACEOF
21418 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21419 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21420 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21421 echo $ECHO_N "(cached) $ECHO_C" >&6
21422 else
21423 cat >conftest.$ac_ext <<_ACEOF
21424 /* confdefs.h. */
21425 _ACEOF
21426 cat confdefs.h >>conftest.$ac_ext
21427 cat >>conftest.$ac_ext <<_ACEOF
21428 /* end confdefs.h. */
21429 #include <sys/types.h>
21430 #ifdef HAVE_SYS_MTIO_H
21431 #include <sys/mtio.h>
21432 #endif
21435 main ()
21437 static struct mtget ac_aggr;
21438 if (ac_aggr.mt_blkno)
21439 return 0;
21441 return 0;
21443 _ACEOF
21444 rm -f conftest.$ac_objext
21445 if { (ac_try="$ac_compile"
21446 case "(($ac_try" in
21447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21448 *) ac_try_echo=$ac_try;;
21449 esac
21450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21451 (eval "$ac_compile") 2>conftest.er1
21452 ac_status=$?
21453 grep -v '^ *+' conftest.er1 >conftest.err
21454 rm -f conftest.er1
21455 cat conftest.err >&5
21456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); } && {
21458 test -z "$ac_c_werror_flag" ||
21459 test ! -s conftest.err
21460 } && test -s conftest.$ac_objext; then
21461 ac_cv_member_struct_mtget_mt_blkno=yes
21462 else
21463 echo "$as_me: failed program was:" >&5
21464 sed 's/^/| /' conftest.$ac_ext >&5
21466 cat >conftest.$ac_ext <<_ACEOF
21467 /* confdefs.h. */
21468 _ACEOF
21469 cat confdefs.h >>conftest.$ac_ext
21470 cat >>conftest.$ac_ext <<_ACEOF
21471 /* end confdefs.h. */
21472 #include <sys/types.h>
21473 #ifdef HAVE_SYS_MTIO_H
21474 #include <sys/mtio.h>
21475 #endif
21478 main ()
21480 static struct mtget ac_aggr;
21481 if (sizeof ac_aggr.mt_blkno)
21482 return 0;
21484 return 0;
21486 _ACEOF
21487 rm -f conftest.$ac_objext
21488 if { (ac_try="$ac_compile"
21489 case "(($ac_try" in
21490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21491 *) ac_try_echo=$ac_try;;
21492 esac
21493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21494 (eval "$ac_compile") 2>conftest.er1
21495 ac_status=$?
21496 grep -v '^ *+' conftest.er1 >conftest.err
21497 rm -f conftest.er1
21498 cat conftest.err >&5
21499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21500 (exit $ac_status); } && {
21501 test -z "$ac_c_werror_flag" ||
21502 test ! -s conftest.err
21503 } && test -s conftest.$ac_objext; then
21504 ac_cv_member_struct_mtget_mt_blkno=yes
21505 else
21506 echo "$as_me: failed program was:" >&5
21507 sed 's/^/| /' conftest.$ac_ext >&5
21509 ac_cv_member_struct_mtget_mt_blkno=no
21512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21518 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21519 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21521 cat >>confdefs.h <<_ACEOF
21522 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21523 _ACEOF
21529 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21530 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21531 if test "${ac_cv_member_struct_option_name+set}" = set; then
21532 echo $ECHO_N "(cached) $ECHO_C" >&6
21533 else
21534 cat >conftest.$ac_ext <<_ACEOF
21535 /* confdefs.h. */
21536 _ACEOF
21537 cat confdefs.h >>conftest.$ac_ext
21538 cat >>conftest.$ac_ext <<_ACEOF
21539 /* end confdefs.h. */
21540 #ifdef HAVE_GETOPT_H
21541 #include <getopt.h>
21542 #endif
21545 main ()
21547 static struct option ac_aggr;
21548 if (ac_aggr.name)
21549 return 0;
21551 return 0;
21553 _ACEOF
21554 rm -f conftest.$ac_objext
21555 if { (ac_try="$ac_compile"
21556 case "(($ac_try" in
21557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21558 *) ac_try_echo=$ac_try;;
21559 esac
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561 (eval "$ac_compile") 2>conftest.er1
21562 ac_status=$?
21563 grep -v '^ *+' conftest.er1 >conftest.err
21564 rm -f conftest.er1
21565 cat conftest.err >&5
21566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); } && {
21568 test -z "$ac_c_werror_flag" ||
21569 test ! -s conftest.err
21570 } && test -s conftest.$ac_objext; then
21571 ac_cv_member_struct_option_name=yes
21572 else
21573 echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.$ac_ext >&5
21576 cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h. */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h. */
21582 #ifdef HAVE_GETOPT_H
21583 #include <getopt.h>
21584 #endif
21587 main ()
21589 static struct option ac_aggr;
21590 if (sizeof ac_aggr.name)
21591 return 0;
21593 return 0;
21595 _ACEOF
21596 rm -f conftest.$ac_objext
21597 if { (ac_try="$ac_compile"
21598 case "(($ac_try" in
21599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21600 *) ac_try_echo=$ac_try;;
21601 esac
21602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21603 (eval "$ac_compile") 2>conftest.er1
21604 ac_status=$?
21605 grep -v '^ *+' conftest.er1 >conftest.err
21606 rm -f conftest.er1
21607 cat conftest.err >&5
21608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609 (exit $ac_status); } && {
21610 test -z "$ac_c_werror_flag" ||
21611 test ! -s conftest.err
21612 } && test -s conftest.$ac_objext; then
21613 ac_cv_member_struct_option_name=yes
21614 else
21615 echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21618 ac_cv_member_struct_option_name=no
21621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21626 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21627 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21628 if test $ac_cv_member_struct_option_name = yes; then
21630 cat >>confdefs.h <<_ACEOF
21631 #define HAVE_STRUCT_OPTION_NAME 1
21632 _ACEOF
21638 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21639 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21640 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21641 echo $ECHO_N "(cached) $ECHO_C" >&6
21642 else
21643 cat >conftest.$ac_ext <<_ACEOF
21644 /* confdefs.h. */
21645 _ACEOF
21646 cat confdefs.h >>conftest.$ac_ext
21647 cat >>conftest.$ac_ext <<_ACEOF
21648 /* end confdefs.h. */
21649 $ac_includes_default
21651 main ()
21653 static struct stat ac_aggr;
21654 if (ac_aggr.st_blocks)
21655 return 0;
21657 return 0;
21659 _ACEOF
21660 rm -f conftest.$ac_objext
21661 if { (ac_try="$ac_compile"
21662 case "(($ac_try" in
21663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21664 *) ac_try_echo=$ac_try;;
21665 esac
21666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21667 (eval "$ac_compile") 2>conftest.er1
21668 ac_status=$?
21669 grep -v '^ *+' conftest.er1 >conftest.err
21670 rm -f conftest.er1
21671 cat conftest.err >&5
21672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21673 (exit $ac_status); } && {
21674 test -z "$ac_c_werror_flag" ||
21675 test ! -s conftest.err
21676 } && test -s conftest.$ac_objext; then
21677 ac_cv_member_struct_stat_st_blocks=yes
21678 else
21679 echo "$as_me: failed program was:" >&5
21680 sed 's/^/| /' conftest.$ac_ext >&5
21682 cat >conftest.$ac_ext <<_ACEOF
21683 /* confdefs.h. */
21684 _ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 $ac_includes_default
21690 main ()
21692 static struct stat ac_aggr;
21693 if (sizeof ac_aggr.st_blocks)
21694 return 0;
21696 return 0;
21698 _ACEOF
21699 rm -f conftest.$ac_objext
21700 if { (ac_try="$ac_compile"
21701 case "(($ac_try" in
21702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21703 *) ac_try_echo=$ac_try;;
21704 esac
21705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21706 (eval "$ac_compile") 2>conftest.er1
21707 ac_status=$?
21708 grep -v '^ *+' conftest.er1 >conftest.err
21709 rm -f conftest.er1
21710 cat conftest.err >&5
21711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21712 (exit $ac_status); } && {
21713 test -z "$ac_c_werror_flag" ||
21714 test ! -s conftest.err
21715 } && test -s conftest.$ac_objext; then
21716 ac_cv_member_struct_stat_st_blocks=yes
21717 else
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21721 ac_cv_member_struct_stat_st_blocks=no
21724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21729 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21730 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21731 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21733 cat >>confdefs.h <<_ACEOF
21734 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21735 _ACEOF
21739 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21740 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21741 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21742 echo $ECHO_N "(cached) $ECHO_C" >&6
21743 else
21744 cat >conftest.$ac_ext <<_ACEOF
21745 /* confdefs.h. */
21746 _ACEOF
21747 cat confdefs.h >>conftest.$ac_ext
21748 cat >>conftest.$ac_ext <<_ACEOF
21749 /* end confdefs.h. */
21750 $ac_includes_default
21752 main ()
21754 static struct stat ac_aggr;
21755 if (ac_aggr.st_mtim)
21756 return 0;
21758 return 0;
21760 _ACEOF
21761 rm -f conftest.$ac_objext
21762 if { (ac_try="$ac_compile"
21763 case "(($ac_try" in
21764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21765 *) ac_try_echo=$ac_try;;
21766 esac
21767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21768 (eval "$ac_compile") 2>conftest.er1
21769 ac_status=$?
21770 grep -v '^ *+' conftest.er1 >conftest.err
21771 rm -f conftest.er1
21772 cat conftest.err >&5
21773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21774 (exit $ac_status); } && {
21775 test -z "$ac_c_werror_flag" ||
21776 test ! -s conftest.err
21777 } && test -s conftest.$ac_objext; then
21778 ac_cv_member_struct_stat_st_mtim=yes
21779 else
21780 echo "$as_me: failed program was:" >&5
21781 sed 's/^/| /' conftest.$ac_ext >&5
21783 cat >conftest.$ac_ext <<_ACEOF
21784 /* confdefs.h. */
21785 _ACEOF
21786 cat confdefs.h >>conftest.$ac_ext
21787 cat >>conftest.$ac_ext <<_ACEOF
21788 /* end confdefs.h. */
21789 $ac_includes_default
21791 main ()
21793 static struct stat ac_aggr;
21794 if (sizeof ac_aggr.st_mtim)
21795 return 0;
21797 return 0;
21799 _ACEOF
21800 rm -f conftest.$ac_objext
21801 if { (ac_try="$ac_compile"
21802 case "(($ac_try" in
21803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21804 *) ac_try_echo=$ac_try;;
21805 esac
21806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21807 (eval "$ac_compile") 2>conftest.er1
21808 ac_status=$?
21809 grep -v '^ *+' conftest.er1 >conftest.err
21810 rm -f conftest.er1
21811 cat conftest.err >&5
21812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21813 (exit $ac_status); } && {
21814 test -z "$ac_c_werror_flag" ||
21815 test ! -s conftest.err
21816 } && test -s conftest.$ac_objext; then
21817 ac_cv_member_struct_stat_st_mtim=yes
21818 else
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21822 ac_cv_member_struct_stat_st_mtim=no
21825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21830 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21831 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21832 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21834 cat >>confdefs.h <<_ACEOF
21835 #define HAVE_STRUCT_STAT_ST_MTIM 1
21836 _ACEOF
21840 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21841 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21842 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21843 echo $ECHO_N "(cached) $ECHO_C" >&6
21844 else
21845 cat >conftest.$ac_ext <<_ACEOF
21846 /* confdefs.h. */
21847 _ACEOF
21848 cat confdefs.h >>conftest.$ac_ext
21849 cat >>conftest.$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21851 $ac_includes_default
21853 main ()
21855 static struct stat ac_aggr;
21856 if (ac_aggr.st_ctim)
21857 return 0;
21859 return 0;
21861 _ACEOF
21862 rm -f conftest.$ac_objext
21863 if { (ac_try="$ac_compile"
21864 case "(($ac_try" in
21865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21866 *) ac_try_echo=$ac_try;;
21867 esac
21868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21869 (eval "$ac_compile") 2>conftest.er1
21870 ac_status=$?
21871 grep -v '^ *+' conftest.er1 >conftest.err
21872 rm -f conftest.er1
21873 cat conftest.err >&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); } && {
21876 test -z "$ac_c_werror_flag" ||
21877 test ! -s conftest.err
21878 } && test -s conftest.$ac_objext; then
21879 ac_cv_member_struct_stat_st_ctim=yes
21880 else
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21884 cat >conftest.$ac_ext <<_ACEOF
21885 /* confdefs.h. */
21886 _ACEOF
21887 cat confdefs.h >>conftest.$ac_ext
21888 cat >>conftest.$ac_ext <<_ACEOF
21889 /* end confdefs.h. */
21890 $ac_includes_default
21892 main ()
21894 static struct stat ac_aggr;
21895 if (sizeof ac_aggr.st_ctim)
21896 return 0;
21898 return 0;
21900 _ACEOF
21901 rm -f conftest.$ac_objext
21902 if { (ac_try="$ac_compile"
21903 case "(($ac_try" in
21904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21905 *) ac_try_echo=$ac_try;;
21906 esac
21907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21908 (eval "$ac_compile") 2>conftest.er1
21909 ac_status=$?
21910 grep -v '^ *+' conftest.er1 >conftest.err
21911 rm -f conftest.er1
21912 cat conftest.err >&5
21913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21914 (exit $ac_status); } && {
21915 test -z "$ac_c_werror_flag" ||
21916 test ! -s conftest.err
21917 } && test -s conftest.$ac_objext; then
21918 ac_cv_member_struct_stat_st_ctim=yes
21919 else
21920 echo "$as_me: failed program was:" >&5
21921 sed 's/^/| /' conftest.$ac_ext >&5
21923 ac_cv_member_struct_stat_st_ctim=no
21926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21931 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21932 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21933 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21935 cat >>confdefs.h <<_ACEOF
21936 #define HAVE_STRUCT_STAT_ST_CTIM 1
21937 _ACEOF
21941 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21942 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21943 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21944 echo $ECHO_N "(cached) $ECHO_C" >&6
21945 else
21946 cat >conftest.$ac_ext <<_ACEOF
21947 /* confdefs.h. */
21948 _ACEOF
21949 cat confdefs.h >>conftest.$ac_ext
21950 cat >>conftest.$ac_ext <<_ACEOF
21951 /* end confdefs.h. */
21952 $ac_includes_default
21954 main ()
21956 static struct stat ac_aggr;
21957 if (ac_aggr.st_atim)
21958 return 0;
21960 return 0;
21962 _ACEOF
21963 rm -f conftest.$ac_objext
21964 if { (ac_try="$ac_compile"
21965 case "(($ac_try" in
21966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21967 *) ac_try_echo=$ac_try;;
21968 esac
21969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21970 (eval "$ac_compile") 2>conftest.er1
21971 ac_status=$?
21972 grep -v '^ *+' conftest.er1 >conftest.err
21973 rm -f conftest.er1
21974 cat conftest.err >&5
21975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21976 (exit $ac_status); } && {
21977 test -z "$ac_c_werror_flag" ||
21978 test ! -s conftest.err
21979 } && test -s conftest.$ac_objext; then
21980 ac_cv_member_struct_stat_st_atim=yes
21981 else
21982 echo "$as_me: failed program was:" >&5
21983 sed 's/^/| /' conftest.$ac_ext >&5
21985 cat >conftest.$ac_ext <<_ACEOF
21986 /* confdefs.h. */
21987 _ACEOF
21988 cat confdefs.h >>conftest.$ac_ext
21989 cat >>conftest.$ac_ext <<_ACEOF
21990 /* end confdefs.h. */
21991 $ac_includes_default
21993 main ()
21995 static struct stat ac_aggr;
21996 if (sizeof ac_aggr.st_atim)
21997 return 0;
21999 return 0;
22001 _ACEOF
22002 rm -f conftest.$ac_objext
22003 if { (ac_try="$ac_compile"
22004 case "(($ac_try" in
22005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22006 *) ac_try_echo=$ac_try;;
22007 esac
22008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22009 (eval "$ac_compile") 2>conftest.er1
22010 ac_status=$?
22011 grep -v '^ *+' conftest.er1 >conftest.err
22012 rm -f conftest.er1
22013 cat conftest.err >&5
22014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22015 (exit $ac_status); } && {
22016 test -z "$ac_c_werror_flag" ||
22017 test ! -s conftest.err
22018 } && test -s conftest.$ac_objext; then
22019 ac_cv_member_struct_stat_st_atim=yes
22020 else
22021 echo "$as_me: failed program was:" >&5
22022 sed 's/^/| /' conftest.$ac_ext >&5
22024 ac_cv_member_struct_stat_st_atim=no
22027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22032 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22033 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22034 if test $ac_cv_member_struct_stat_st_atim = yes; then
22036 cat >>confdefs.h <<_ACEOF
22037 #define HAVE_STRUCT_STAT_ST_ATIM 1
22038 _ACEOF
22044 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22045 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22046 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22047 echo $ECHO_N "(cached) $ECHO_C" >&6
22048 else
22049 cat >conftest.$ac_ext <<_ACEOF
22050 /* confdefs.h. */
22051 _ACEOF
22052 cat confdefs.h >>conftest.$ac_ext
22053 cat >>conftest.$ac_ext <<_ACEOF
22054 /* end confdefs.h. */
22055 #ifdef HAVE_SYS_TYPES_H
22056 #include <sys/types.h>
22057 #endif
22058 #ifdef HAVE_NETINET_IN_H
22059 #include <netinet/in.h>
22060 #endif
22063 main ()
22065 static struct sockaddr_in6 ac_aggr;
22066 if (ac_aggr.sin6_scope_id)
22067 return 0;
22069 return 0;
22071 _ACEOF
22072 rm -f conftest.$ac_objext
22073 if { (ac_try="$ac_compile"
22074 case "(($ac_try" in
22075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22076 *) ac_try_echo=$ac_try;;
22077 esac
22078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22079 (eval "$ac_compile") 2>conftest.er1
22080 ac_status=$?
22081 grep -v '^ *+' conftest.er1 >conftest.err
22082 rm -f conftest.er1
22083 cat conftest.err >&5
22084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22085 (exit $ac_status); } && {
22086 test -z "$ac_c_werror_flag" ||
22087 test ! -s conftest.err
22088 } && test -s conftest.$ac_objext; then
22089 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22090 else
22091 echo "$as_me: failed program was:" >&5
22092 sed 's/^/| /' conftest.$ac_ext >&5
22094 cat >conftest.$ac_ext <<_ACEOF
22095 /* confdefs.h. */
22096 _ACEOF
22097 cat confdefs.h >>conftest.$ac_ext
22098 cat >>conftest.$ac_ext <<_ACEOF
22099 /* end confdefs.h. */
22100 #ifdef HAVE_SYS_TYPES_H
22101 #include <sys/types.h>
22102 #endif
22103 #ifdef HAVE_NETINET_IN_H
22104 #include <netinet/in.h>
22105 #endif
22108 main ()
22110 static struct sockaddr_in6 ac_aggr;
22111 if (sizeof ac_aggr.sin6_scope_id)
22112 return 0;
22114 return 0;
22116 _ACEOF
22117 rm -f conftest.$ac_objext
22118 if { (ac_try="$ac_compile"
22119 case "(($ac_try" in
22120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22121 *) ac_try_echo=$ac_try;;
22122 esac
22123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22124 (eval "$ac_compile") 2>conftest.er1
22125 ac_status=$?
22126 grep -v '^ *+' conftest.er1 >conftest.err
22127 rm -f conftest.er1
22128 cat conftest.err >&5
22129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130 (exit $ac_status); } && {
22131 test -z "$ac_c_werror_flag" ||
22132 test ! -s conftest.err
22133 } && test -s conftest.$ac_objext; then
22134 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22135 else
22136 echo "$as_me: failed program was:" >&5
22137 sed 's/^/| /' conftest.$ac_ext >&5
22139 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22147 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22148 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22149 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22151 cat >>confdefs.h <<_ACEOF
22152 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22153 _ACEOF
22159 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22160 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22161 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22162 echo $ECHO_N "(cached) $ECHO_C" >&6
22163 else
22164 cat >conftest.$ac_ext <<_ACEOF
22165 /* confdefs.h. */
22166 _ACEOF
22167 cat confdefs.h >>conftest.$ac_ext
22168 cat >>conftest.$ac_ext <<_ACEOF
22169 /* end confdefs.h. */
22170 #ifdef HAVE_SYS_TYPES_H
22171 #include <sys/types.h>
22172 #endif
22173 #ifdef HAVE_NETINET_IN_H
22174 # include <netinet/in.h>
22175 #endif
22176 #ifdef HAVE_ARPA_NAMESER_H
22177 # include <arpa/nameser.h>
22178 #endif
22181 main ()
22183 static ns_msg ac_aggr;
22184 if (ac_aggr._msg_ptr)
22185 return 0;
22187 return 0;
22189 _ACEOF
22190 rm -f conftest.$ac_objext
22191 if { (ac_try="$ac_compile"
22192 case "(($ac_try" in
22193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22194 *) ac_try_echo=$ac_try;;
22195 esac
22196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22197 (eval "$ac_compile") 2>conftest.er1
22198 ac_status=$?
22199 grep -v '^ *+' conftest.er1 >conftest.err
22200 rm -f conftest.er1
22201 cat conftest.err >&5
22202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22203 (exit $ac_status); } && {
22204 test -z "$ac_c_werror_flag" ||
22205 test ! -s conftest.err
22206 } && test -s conftest.$ac_objext; then
22207 ac_cv_member_ns_msg__msg_ptr=yes
22208 else
22209 echo "$as_me: failed program was:" >&5
22210 sed 's/^/| /' conftest.$ac_ext >&5
22212 cat >conftest.$ac_ext <<_ACEOF
22213 /* confdefs.h. */
22214 _ACEOF
22215 cat confdefs.h >>conftest.$ac_ext
22216 cat >>conftest.$ac_ext <<_ACEOF
22217 /* end confdefs.h. */
22218 #ifdef HAVE_SYS_TYPES_H
22219 #include <sys/types.h>
22220 #endif
22221 #ifdef HAVE_NETINET_IN_H
22222 # include <netinet/in.h>
22223 #endif
22224 #ifdef HAVE_ARPA_NAMESER_H
22225 # include <arpa/nameser.h>
22226 #endif
22229 main ()
22231 static ns_msg ac_aggr;
22232 if (sizeof ac_aggr._msg_ptr)
22233 return 0;
22235 return 0;
22237 _ACEOF
22238 rm -f conftest.$ac_objext
22239 if { (ac_try="$ac_compile"
22240 case "(($ac_try" in
22241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22242 *) ac_try_echo=$ac_try;;
22243 esac
22244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22245 (eval "$ac_compile") 2>conftest.er1
22246 ac_status=$?
22247 grep -v '^ *+' conftest.er1 >conftest.err
22248 rm -f conftest.er1
22249 cat conftest.err >&5
22250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22251 (exit $ac_status); } && {
22252 test -z "$ac_c_werror_flag" ||
22253 test ! -s conftest.err
22254 } && test -s conftest.$ac_objext; then
22255 ac_cv_member_ns_msg__msg_ptr=yes
22256 else
22257 echo "$as_me: failed program was:" >&5
22258 sed 's/^/| /' conftest.$ac_ext >&5
22260 ac_cv_member_ns_msg__msg_ptr=no
22263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22268 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22269 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22270 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22272 cat >>confdefs.h <<_ACEOF
22273 #define HAVE_NS_MSG__MSG_PTR 1
22274 _ACEOF
22280 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22281 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22282 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22283 echo $ECHO_N "(cached) $ECHO_C" >&6
22284 else
22285 cat >conftest.$ac_ext <<_ACEOF
22286 /* confdefs.h. */
22287 _ACEOF
22288 cat confdefs.h >>conftest.$ac_ext
22289 cat >>conftest.$ac_ext <<_ACEOF
22290 /* end confdefs.h. */
22291 #ifdef HAVE_SYS_TYPES_H
22292 #include <sys/types.h>
22293 #endif
22294 #ifdef HAVE_ALIAS_H
22295 #include <alias.h>
22296 #endif
22297 #ifdef HAVE_SYS_SOCKET_H
22298 #include <sys/socket.h>
22299 #endif
22300 #ifdef HAVE_SYS_SOCKETVAR_H
22301 #include <sys/socketvar.h>
22302 #endif
22303 #ifdef HAVE_SYS_TIMEOUT_H
22304 #include <sys/timeout.h>
22305 #endif
22306 #ifdef HAVE_NETINET_IN_H
22307 #include <netinet/in.h>
22308 #endif
22309 #ifdef HAVE_NETINET_IN_SYSTM_H
22310 #include <netinet/in_systm.h>
22311 #endif
22312 #ifdef HAVE_NETINET_IP_H
22313 #include <netinet/ip.h>
22314 #endif
22315 #ifdef HAVE_NETINET_IP_VAR_H
22316 #include <netinet/ip_var.h>
22317 #endif
22318 #ifdef HAVE_NETINET_IP_ICMP_H
22319 #include <netinet/ip_icmp.h>
22320 #endif
22321 #ifdef HAVE_NETINET_ICMP_VAR
22322 #include <netinet/icmp_var.h>
22323 #endif
22326 main ()
22328 static struct icmpstat ac_aggr;
22329 if (ac_aggr.icps_outhist)
22330 return 0;
22332 return 0;
22334 _ACEOF
22335 rm -f conftest.$ac_objext
22336 if { (ac_try="$ac_compile"
22337 case "(($ac_try" in
22338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22339 *) ac_try_echo=$ac_try;;
22340 esac
22341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22342 (eval "$ac_compile") 2>conftest.er1
22343 ac_status=$?
22344 grep -v '^ *+' conftest.er1 >conftest.err
22345 rm -f conftest.er1
22346 cat conftest.err >&5
22347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22348 (exit $ac_status); } && {
22349 test -z "$ac_c_werror_flag" ||
22350 test ! -s conftest.err
22351 } && test -s conftest.$ac_objext; then
22352 ac_cv_member_struct_icmpstat_icps_outhist=yes
22353 else
22354 echo "$as_me: failed program was:" >&5
22355 sed 's/^/| /' conftest.$ac_ext >&5
22357 cat >conftest.$ac_ext <<_ACEOF
22358 /* confdefs.h. */
22359 _ACEOF
22360 cat confdefs.h >>conftest.$ac_ext
22361 cat >>conftest.$ac_ext <<_ACEOF
22362 /* end confdefs.h. */
22363 #ifdef HAVE_SYS_TYPES_H
22364 #include <sys/types.h>
22365 #endif
22366 #ifdef HAVE_ALIAS_H
22367 #include <alias.h>
22368 #endif
22369 #ifdef HAVE_SYS_SOCKET_H
22370 #include <sys/socket.h>
22371 #endif
22372 #ifdef HAVE_SYS_SOCKETVAR_H
22373 #include <sys/socketvar.h>
22374 #endif
22375 #ifdef HAVE_SYS_TIMEOUT_H
22376 #include <sys/timeout.h>
22377 #endif
22378 #ifdef HAVE_NETINET_IN_H
22379 #include <netinet/in.h>
22380 #endif
22381 #ifdef HAVE_NETINET_IN_SYSTM_H
22382 #include <netinet/in_systm.h>
22383 #endif
22384 #ifdef HAVE_NETINET_IP_H
22385 #include <netinet/ip.h>
22386 #endif
22387 #ifdef HAVE_NETINET_IP_VAR_H
22388 #include <netinet/ip_var.h>
22389 #endif
22390 #ifdef HAVE_NETINET_IP_ICMP_H
22391 #include <netinet/ip_icmp.h>
22392 #endif
22393 #ifdef HAVE_NETINET_ICMP_VAR
22394 #include <netinet/icmp_var.h>
22395 #endif
22398 main ()
22400 static struct icmpstat ac_aggr;
22401 if (sizeof ac_aggr.icps_outhist)
22402 return 0;
22404 return 0;
22406 _ACEOF
22407 rm -f conftest.$ac_objext
22408 if { (ac_try="$ac_compile"
22409 case "(($ac_try" in
22410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22411 *) ac_try_echo=$ac_try;;
22412 esac
22413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22414 (eval "$ac_compile") 2>conftest.er1
22415 ac_status=$?
22416 grep -v '^ *+' conftest.er1 >conftest.err
22417 rm -f conftest.er1
22418 cat conftest.err >&5
22419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22420 (exit $ac_status); } && {
22421 test -z "$ac_c_werror_flag" ||
22422 test ! -s conftest.err
22423 } && test -s conftest.$ac_objext; then
22424 ac_cv_member_struct_icmpstat_icps_outhist=yes
22425 else
22426 echo "$as_me: failed program was:" >&5
22427 sed 's/^/| /' conftest.$ac_ext >&5
22429 ac_cv_member_struct_icmpstat_icps_outhist=no
22432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22437 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22438 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22439 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22441 cat >>confdefs.h <<_ACEOF
22442 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22443 _ACEOF
22449 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22450 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22451 if test "${ac_cv_have_timezone+set}" = set; then
22452 echo $ECHO_N "(cached) $ECHO_C" >&6
22453 else
22454 cat >conftest.$ac_ext <<_ACEOF
22455 /* confdefs.h. */
22456 _ACEOF
22457 cat confdefs.h >>conftest.$ac_ext
22458 cat >>conftest.$ac_ext <<_ACEOF
22459 /* end confdefs.h. */
22460 #include <time.h>
22462 main ()
22464 timezone = 1
22466 return 0;
22468 _ACEOF
22469 rm -f conftest.$ac_objext conftest$ac_exeext
22470 if { (ac_try="$ac_link"
22471 case "(($ac_try" in
22472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22473 *) ac_try_echo=$ac_try;;
22474 esac
22475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22476 (eval "$ac_link") 2>conftest.er1
22477 ac_status=$?
22478 grep -v '^ *+' conftest.er1 >conftest.err
22479 rm -f conftest.er1
22480 cat conftest.err >&5
22481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22482 (exit $ac_status); } && {
22483 test -z "$ac_c_werror_flag" ||
22484 test ! -s conftest.err
22485 } && test -s conftest$ac_exeext &&
22486 $as_test_x conftest$ac_exeext; then
22487 ac_cv_have_timezone="yes"
22488 else
22489 echo "$as_me: failed program was:" >&5
22490 sed 's/^/| /' conftest.$ac_ext >&5
22492 ac_cv_have_timezone="no"
22495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22496 conftest$ac_exeext conftest.$ac_ext
22498 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22499 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22500 if test "$ac_cv_have_timezone" = "yes"
22501 then
22503 cat >>confdefs.h <<\_ACEOF
22504 #define HAVE_TIMEZONE 1
22505 _ACEOF
22508 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22509 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22510 if test "${ac_cv_have_daylight+set}" = set; then
22511 echo $ECHO_N "(cached) $ECHO_C" >&6
22512 else
22513 cat >conftest.$ac_ext <<_ACEOF
22514 /* confdefs.h. */
22515 _ACEOF
22516 cat confdefs.h >>conftest.$ac_ext
22517 cat >>conftest.$ac_ext <<_ACEOF
22518 /* end confdefs.h. */
22519 #include <time.h>
22521 main ()
22523 daylight = 1
22525 return 0;
22527 _ACEOF
22528 rm -f conftest.$ac_objext conftest$ac_exeext
22529 if { (ac_try="$ac_link"
22530 case "(($ac_try" in
22531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22532 *) ac_try_echo=$ac_try;;
22533 esac
22534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22535 (eval "$ac_link") 2>conftest.er1
22536 ac_status=$?
22537 grep -v '^ *+' conftest.er1 >conftest.err
22538 rm -f conftest.er1
22539 cat conftest.err >&5
22540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22541 (exit $ac_status); } && {
22542 test -z "$ac_c_werror_flag" ||
22543 test ! -s conftest.err
22544 } && test -s conftest$ac_exeext &&
22545 $as_test_x conftest$ac_exeext; then
22546 ac_cv_have_daylight="yes"
22547 else
22548 echo "$as_me: failed program was:" >&5
22549 sed 's/^/| /' conftest.$ac_ext >&5
22551 ac_cv_have_daylight="no"
22554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22555 conftest$ac_exeext conftest.$ac_ext
22557 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22558 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22559 if test "$ac_cv_have_daylight" = "yes"
22560 then
22562 cat >>confdefs.h <<\_ACEOF
22563 #define HAVE_DAYLIGHT 1
22564 _ACEOF
22568 { echo "$as_me:$LINENO: checking for isinf" >&5
22569 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22570 if test "${ac_cv_have_isinf+set}" = set; then
22571 echo $ECHO_N "(cached) $ECHO_C" >&6
22572 else
22573 cat >conftest.$ac_ext <<_ACEOF
22574 /* confdefs.h. */
22575 _ACEOF
22576 cat confdefs.h >>conftest.$ac_ext
22577 cat >>conftest.$ac_ext <<_ACEOF
22578 /* end confdefs.h. */
22579 #include <math.h>
22581 main ()
22583 float f = 0.0; int i=isinf(f)
22585 return 0;
22587 _ACEOF
22588 rm -f conftest.$ac_objext conftest$ac_exeext
22589 if { (ac_try="$ac_link"
22590 case "(($ac_try" in
22591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22592 *) ac_try_echo=$ac_try;;
22593 esac
22594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22595 (eval "$ac_link") 2>conftest.er1
22596 ac_status=$?
22597 grep -v '^ *+' conftest.er1 >conftest.err
22598 rm -f conftest.er1
22599 cat conftest.err >&5
22600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22601 (exit $ac_status); } && {
22602 test -z "$ac_c_werror_flag" ||
22603 test ! -s conftest.err
22604 } && test -s conftest$ac_exeext &&
22605 $as_test_x conftest$ac_exeext; then
22606 ac_cv_have_isinf="yes"
22607 else
22608 echo "$as_me: failed program was:" >&5
22609 sed 's/^/| /' conftest.$ac_ext >&5
22611 ac_cv_have_isinf="no"
22614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22615 conftest$ac_exeext conftest.$ac_ext
22617 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22618 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22619 if test "$ac_cv_have_isinf" = "yes"
22620 then
22622 cat >>confdefs.h <<\_ACEOF
22623 #define HAVE_ISINF 1
22624 _ACEOF
22628 { echo "$as_me:$LINENO: checking for isnan" >&5
22629 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22630 if test "${ac_cv_have_isnan+set}" = set; then
22631 echo $ECHO_N "(cached) $ECHO_C" >&6
22632 else
22633 cat >conftest.$ac_ext <<_ACEOF
22634 /* confdefs.h. */
22635 _ACEOF
22636 cat confdefs.h >>conftest.$ac_ext
22637 cat >>conftest.$ac_ext <<_ACEOF
22638 /* end confdefs.h. */
22639 #include <math.h>
22641 main ()
22643 float f = 0.0; int i=isnan(f)
22645 return 0;
22647 _ACEOF
22648 rm -f conftest.$ac_objext conftest$ac_exeext
22649 if { (ac_try="$ac_link"
22650 case "(($ac_try" in
22651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22652 *) ac_try_echo=$ac_try;;
22653 esac
22654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22655 (eval "$ac_link") 2>conftest.er1
22656 ac_status=$?
22657 grep -v '^ *+' conftest.er1 >conftest.err
22658 rm -f conftest.er1
22659 cat conftest.err >&5
22660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22661 (exit $ac_status); } && {
22662 test -z "$ac_c_werror_flag" ||
22663 test ! -s conftest.err
22664 } && test -s conftest$ac_exeext &&
22665 $as_test_x conftest$ac_exeext; then
22666 ac_cv_have_isnan="yes"
22667 else
22668 echo "$as_me: failed program was:" >&5
22669 sed 's/^/| /' conftest.$ac_ext >&5
22671 ac_cv_have_isnan="no"
22674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22675 conftest$ac_exeext conftest.$ac_ext
22677 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22678 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22679 if test "$ac_cv_have_isnan" = "yes"
22680 then
22682 cat >>confdefs.h <<\_ACEOF
22683 #define HAVE_ISNAN 1
22684 _ACEOF
22689 case $host_cpu in
22690 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22691 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22692 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22693 echo $ECHO_N "(cached) $ECHO_C" >&6
22694 else
22695 cat >conftest.$ac_ext <<_ACEOF
22696 /* confdefs.h. */
22697 _ACEOF
22698 cat confdefs.h >>conftest.$ac_ext
22699 cat >>conftest.$ac_ext <<_ACEOF
22700 /* end confdefs.h. */
22701 #ifndef __i386__
22703 #endif
22704 _ACEOF
22705 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22706 $EGREP "yes" >/dev/null 2>&1; then
22707 ac_cv_cpp_def___i386__=yes
22708 else
22709 ac_cv_cpp_def___i386__=no
22711 rm -f conftest*
22714 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22715 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22716 if test $ac_cv_cpp_def___i386__ = yes; then
22717 CFLAGS="$CFLAGS -D__i386__"
22718 LINTFLAGS="$LINTFLAGS -D__i386__"
22721 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22722 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22723 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22724 echo $ECHO_N "(cached) $ECHO_C" >&6
22725 else
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #ifndef __x86_64__
22734 #endif
22735 _ACEOF
22736 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22737 $EGREP "yes" >/dev/null 2>&1; then
22738 ac_cv_cpp_def___x86_64__=yes
22739 else
22740 ac_cv_cpp_def___x86_64__=no
22742 rm -f conftest*
22745 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22746 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22747 if test $ac_cv_cpp_def___x86_64__ = yes; then
22748 CFLAGS="$CFLAGS -D__x86_64__"
22749 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22752 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22753 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22754 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22755 echo $ECHO_N "(cached) $ECHO_C" >&6
22756 else
22757 cat >conftest.$ac_ext <<_ACEOF
22758 /* confdefs.h. */
22759 _ACEOF
22760 cat confdefs.h >>conftest.$ac_ext
22761 cat >>conftest.$ac_ext <<_ACEOF
22762 /* end confdefs.h. */
22763 #ifndef __ALPHA__
22765 #endif
22766 _ACEOF
22767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22768 $EGREP "yes" >/dev/null 2>&1; then
22769 ac_cv_cpp_def___ALPHA__=yes
22770 else
22771 ac_cv_cpp_def___ALPHA__=no
22773 rm -f conftest*
22776 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22777 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22778 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22779 CFLAGS="$CFLAGS -D__ALPHA__"
22780 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22783 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22784 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22785 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22786 echo $ECHO_N "(cached) $ECHO_C" >&6
22787 else
22788 cat >conftest.$ac_ext <<_ACEOF
22789 /* confdefs.h. */
22790 _ACEOF
22791 cat confdefs.h >>conftest.$ac_ext
22792 cat >>conftest.$ac_ext <<_ACEOF
22793 /* end confdefs.h. */
22794 #ifndef __sparc__
22796 #endif
22797 _ACEOF
22798 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22799 $EGREP "yes" >/dev/null 2>&1; then
22800 ac_cv_cpp_def___sparc__=yes
22801 else
22802 ac_cv_cpp_def___sparc__=no
22804 rm -f conftest*
22807 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22808 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22809 if test $ac_cv_cpp_def___sparc__ = yes; then
22810 CFLAGS="$CFLAGS -D__sparc__"
22811 LINTFLAGS="$LINTFLAGS -D__sparc__"
22814 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22815 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22816 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22817 echo $ECHO_N "(cached) $ECHO_C" >&6
22818 else
22819 cat >conftest.$ac_ext <<_ACEOF
22820 /* confdefs.h. */
22821 _ACEOF
22822 cat confdefs.h >>conftest.$ac_ext
22823 cat >>conftest.$ac_ext <<_ACEOF
22824 /* end confdefs.h. */
22825 #ifndef __powerpc__
22827 #endif
22828 _ACEOF
22829 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22830 $EGREP "yes" >/dev/null 2>&1; then
22831 ac_cv_cpp_def___powerpc__=yes
22832 else
22833 ac_cv_cpp_def___powerpc__=no
22835 rm -f conftest*
22838 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22839 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22840 if test $ac_cv_cpp_def___powerpc__ = yes; then
22841 CFLAGS="$CFLAGS -D__powerpc__"
22842 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22845 esac
22847 case $host_vendor in
22848 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22849 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22850 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22851 echo $ECHO_N "(cached) $ECHO_C" >&6
22852 else
22853 cat >conftest.$ac_ext <<_ACEOF
22854 /* confdefs.h. */
22855 _ACEOF
22856 cat confdefs.h >>conftest.$ac_ext
22857 cat >>conftest.$ac_ext <<_ACEOF
22858 /* end confdefs.h. */
22859 #ifndef __sun__
22861 #endif
22862 _ACEOF
22863 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22864 $EGREP "yes" >/dev/null 2>&1; then
22865 ac_cv_cpp_def___sun__=yes
22866 else
22867 ac_cv_cpp_def___sun__=no
22869 rm -f conftest*
22872 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22873 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22874 if test $ac_cv_cpp_def___sun__ = yes; then
22875 CFLAGS="$CFLAGS -D__sun__"
22876 LINTFLAGS="$LINTFLAGS -D__sun__"
22879 esac
22882 DEPENDENCIES="### Dependencies:
22884 .INIT: Makefile
22885 .BEGIN: Makefile
22886 Makefile: dummy
22887 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22889 \$(OBJS): \$(IDL_GEN_HEADERS)
22890 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22891 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22892 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22893 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22896 ALL_MAKERULES=""
22898 ALL_MAKEFILES=""
22900 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22903 ALL_TOP_DIRS=""
22905 ALL_DLL_DIRS=""
22907 ALL_IMPLIB_DIRS=""
22909 ALL_TEST_DIRS=""
22911 ALL_PROGRAM_DIRS=""
22913 ALL_PROGRAM_INSTALL_DIRS=""
22915 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22921 ac_config_commands="$ac_config_commands include/stamp-h"
22924 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22926 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22928 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22930 ac_config_commands="$ac_config_commands dlls/user32/resources"
22932 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22934 ac_config_commands="$ac_config_commands include/wine"
22937 ALL_MAKERULES="$ALL_MAKERULES \\
22938 Make.rules"
22939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22940 Make.rules: Make.rules.in"
22941 MAKE_RULES=Make.rules
22942 ac_config_files="$ac_config_files Make.rules"
22944 ALL_MAKERULES="$ALL_MAKERULES \\
22945 dlls/Makedll.rules"
22946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22947 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22948 MAKE_DLL_RULES=dlls/Makedll.rules
22949 ac_config_files="$ac_config_files dlls/Makedll.rules"
22951 ALL_MAKERULES="$ALL_MAKERULES \\
22952 dlls/Makeimplib.rules"
22953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22954 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22955 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22956 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22958 ALL_MAKERULES="$ALL_MAKERULES \\
22959 dlls/Maketest.rules"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22962 MAKE_TEST_RULES=dlls/Maketest.rules
22963 ac_config_files="$ac_config_files dlls/Maketest.rules"
22965 ALL_MAKERULES="$ALL_MAKERULES \\
22966 programs/Makeprog.rules"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22969 MAKE_PROG_RULES=programs/Makeprog.rules
22970 ac_config_files="$ac_config_files programs/Makeprog.rules"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 Makefile: Makefile.in Make.rules"
22977 ac_config_files="$ac_config_files Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/Makefile"
22981 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22982 dlls"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/Makefile: dlls/Makefile.in Make.rules"
22985 ac_config_files="$ac_config_files dlls/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/acledit/Makefile"
22989 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990 acledit"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/aclui/Makefile"
22997 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 aclui"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/activeds/Makefile"
23005 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 activeds"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/actxprxy/Makefile"
23013 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 actxprxy"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/adsiid/Makefile"
23021 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23022 adsiid"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23025 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/advapi32/Makefile"
23029 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 advapi32"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/advapi32/tests/Makefile"
23037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23038 advapi32/tests"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23041 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/advpack/Makefile"
23045 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 advpack"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/advpack/tests/Makefile"
23053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23054 advpack/tests"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23057 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/amstream/Makefile"
23061 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 amstream"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/appwiz.cpl/Makefile"
23069 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 appwiz.cpl"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/atl/Makefile"
23077 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 atl"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/atl/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/authz/Makefile"
23085 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 authz"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/authz/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/avicap32/Makefile"
23093 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094 avicap32"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/avifil32/Makefile"
23101 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 avifil32"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/browseui/Makefile"
23109 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110 browseui"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/browseui/tests/Makefile"
23117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23118 browseui/tests"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23121 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/cabinet/Makefile"
23125 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 cabinet"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/cabinet/tests/Makefile"
23133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23134 cabinet/tests"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23137 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/capi2032/Makefile"
23141 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142 capi2032"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/cards/Makefile"
23149 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 cards"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/cards/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/cfgmgr32/Makefile"
23157 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 cfgmgr32"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/clusapi/Makefile"
23165 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 clusapi"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/comcat/Makefile"
23173 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 comcat"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/comcat/tests/Makefile"
23181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23182 comcat/tests"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23185 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/comctl32/Makefile"
23189 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 comctl32"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/comctl32/tests/Makefile"
23197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23198 comctl32/tests"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/comdlg32/Makefile"
23205 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 comdlg32"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/comdlg32/tests/Makefile"
23213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23214 comdlg32/tests"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23217 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/compstui/Makefile"
23221 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 compstui"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/credui/Makefile"
23229 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230 credui"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/credui/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/credui/tests/Makefile"
23237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23238 credui/tests"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23241 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/crtdll/Makefile"
23245 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 crtdll"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/crypt32/Makefile"
23253 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 crypt32"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/crypt32/tests/Makefile"
23261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23262 crypt32/tests"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23265 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/cryptdlg/Makefile"
23269 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 cryptdlg"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/cryptdll/Makefile"
23277 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 cryptdll"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/cryptnet/Makefile"
23285 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 cryptnet"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/cryptnet/tests/Makefile"
23293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23294 cryptnet/tests"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/cryptui/Makefile"
23301 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 cryptui"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/cryptui/tests/Makefile"
23309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23310 cryptui/tests"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23313 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/ctapi32/Makefile"
23317 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 ctapi32"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/ctl3d32/Makefile"
23325 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326 ctl3d32"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/d3d10/Makefile"
23333 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 d3d10"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/d3d10/tests/Makefile"
23341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23342 d3d10/tests"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23345 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/d3d10core/Makefile"
23349 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 d3d10core"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/d3d10core/tests/Makefile"
23357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23358 d3d10core/tests"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23361 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/d3d8/Makefile"
23365 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 d3d8"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/d3d8/tests/Makefile"
23373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23374 d3d8/tests"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23377 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/d3d9/Makefile"
23381 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 d3d9"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/d3d9/tests/Makefile"
23389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23390 d3d9/tests"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/d3dim/Makefile"
23397 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 d3dim"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/d3drm/Makefile"
23405 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 d3drm"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/d3drm/tests/Makefile"
23413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23414 d3drm/tests"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23417 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/d3dx8/Makefile"
23421 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 d3dx8"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/d3dx8/tests/Makefile"
23429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23430 d3dx8/tests"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23433 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/d3dx9_24/Makefile"
23437 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23438 d3dx9_24"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23441 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/d3dx9_25/Makefile"
23445 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 d3dx9_25"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/d3dx9_26/Makefile"
23453 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454 d3dx9_26"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/d3dx9_27/Makefile"
23461 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 d3dx9_27"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/d3dx9_28/Makefile"
23469 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470 d3dx9_28"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/d3dx9_29/Makefile"
23477 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 d3dx9_29"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/d3dx9_30/Makefile"
23485 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23486 d3dx9_30"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/d3dx9_31/Makefile"
23493 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 d3dx9_31"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/d3dx9_32/Makefile"
23501 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 d3dx9_32"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/d3dx9_33/Makefile"
23509 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 d3dx9_33"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/d3dx9_34/Makefile"
23517 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 d3dx9_34"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/d3dx9_35/Makefile"
23525 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 d3dx9_35"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/d3dx9_36/Makefile"
23533 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 d3dx9_36"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/d3dx9_36/tests/Makefile"
23541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23542 d3dx9_36/tests"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23545 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/d3dx9_37/Makefile"
23549 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 d3dx9_37"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/d3dx9_38/Makefile"
23557 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 d3dx9_38"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/d3dx9_39/Makefile"
23565 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 d3dx9_39"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/d3dx9_40/Makefile"
23573 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 d3dx9_40"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/d3dxof/Makefile"
23581 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 d3dxof"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/d3dxof/tests/Makefile"
23589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23590 d3dxof/tests"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23593 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/dbghelp/Makefile"
23597 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 dbghelp"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/dciman32/Makefile"
23605 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 dciman32"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/ddraw/Makefile"
23613 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 ddraw"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/ddraw/tests/Makefile"
23621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23622 ddraw/tests"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23625 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/ddrawex/Makefile"
23629 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 ddrawex"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/ddrawex/tests/Makefile"
23637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23638 ddrawex/tests"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23641 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/devenum/Makefile"
23645 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 devenum"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/dinput/Makefile"
23653 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 dinput"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/dinput/tests/Makefile"
23661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23662 dinput/tests"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23665 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/dinput8/Makefile"
23669 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 dinput8"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/dmband/Makefile"
23677 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 dmband"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/dmcompos/Makefile"
23685 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686 dmcompos"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/dmime/Makefile"
23693 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 dmime"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/dmloader/Makefile"
23701 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702 dmloader"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/dmscript/Makefile"
23709 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 dmscript"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/dmstyle/Makefile"
23717 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 dmstyle"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/dmsynth/Makefile"
23725 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 dmsynth"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/dmusic/Makefile"
23733 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 dmusic"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/dmusic32/Makefile"
23741 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 dmusic32"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/dnsapi/Makefile"
23749 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 dnsapi"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/dnsapi/tests/Makefile"
23757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23758 dnsapi/tests"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23761 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/dplay/Makefile"
23765 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 dplay"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/dplayx/Makefile"
23773 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 dplayx"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/dplayx/tests/Makefile"
23781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23782 dplayx/tests"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23785 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/dpnaddr/Makefile"
23789 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 dpnaddr"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/dpnet/Makefile"
23797 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798 dpnet"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/dpnhpast/Makefile"
23805 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 dpnhpast"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/dpnlobby/Makefile"
23813 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 dpnlobby"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/dpwsockx/Makefile"
23821 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 dpwsockx"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/dsound/Makefile"
23829 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 dsound"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/dsound/tests/Makefile"
23837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23838 dsound/tests"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23841 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/dssenh/Makefile"
23845 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 dssenh"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/dswave/Makefile"
23853 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 dswave"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/dwmapi/Makefile"
23861 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 dwmapi"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/dxdiagn/Makefile"
23869 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 dxdiagn"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/dxerr8/Makefile"
23877 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23878 dxerr8"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23881 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/dxerr9/Makefile"
23885 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23886 dxerr9"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23889 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/dxgi/Makefile"
23893 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 dxgi"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/dxgi/tests/Makefile"
23901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23902 dxgi/tests"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23905 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/dxguid/Makefile"
23909 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23910 dxguid"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23913 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/faultrep/Makefile"
23917 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 faultrep"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/fusion/Makefile"
23925 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 fusion"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/fusion/tests/Makefile"
23933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23934 fusion/tests"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23937 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/gdi32/Makefile"
23941 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 gdi32"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/gdi32/tests/Makefile"
23949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23950 gdi32/tests"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23953 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/gdiplus/Makefile"
23957 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 gdiplus"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/gdiplus/tests/Makefile"
23965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23966 gdiplus/tests"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/glu32/Makefile"
23973 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 glu32"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/gphoto2.ds/Makefile"
23981 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 gphoto2.ds"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/gpkcsp/Makefile"
23989 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 gpkcsp"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/hal/Makefile"
23997 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 hal"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/hal/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/hhctrl.ocx/Makefile"
24005 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 hhctrl.ocx"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/hid/Makefile"
24013 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014 hid"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/hid/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/hlink/Makefile"
24021 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 hlink"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/hlink/tests/Makefile"
24029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24030 hlink/tests"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/hnetcfg/Makefile"
24037 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 hnetcfg"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/httpapi/Makefile"
24045 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 httpapi"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/iccvid/Makefile"
24053 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 iccvid"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/icmp/Makefile"
24061 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 icmp"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/ifsmgr.vxd/Makefile"
24069 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 ifsmgr.vxd"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/imaadp32.acm/Makefile"
24077 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 imaadp32.acm"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/imagehlp/Makefile"
24085 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 imagehlp"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/imm32/Makefile"
24093 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 imm32"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/imm32/tests/Makefile"
24101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24102 imm32/tests"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/inetcomm/Makefile"
24109 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 inetcomm"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/inetcomm/tests/Makefile"
24117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24118 inetcomm/tests"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24121 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/inetmib1/Makefile"
24125 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 inetmib1"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/inetmib1/tests/Makefile"
24133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24134 inetmib1/tests"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24137 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/infosoft/Makefile"
24141 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 infosoft"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/infosoft/tests/Makefile"
24149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24150 infosoft/tests"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24153 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/initpki/Makefile"
24157 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 initpki"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/inkobj/Makefile"
24165 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 inkobj"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/inseng/Makefile"
24173 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 inseng"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/iphlpapi/Makefile"
24181 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 iphlpapi"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/iphlpapi/tests/Makefile"
24189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24190 iphlpapi/tests"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/itircl/Makefile"
24197 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 itircl"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/itss/Makefile"
24205 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 itss"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/itss/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/itss/tests/Makefile"
24213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24214 itss/tests"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24217 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/jscript/Makefile"
24221 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 jscript"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/jscript/tests/Makefile"
24229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24230 jscript/tests"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/kernel32/Makefile"
24237 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 kernel32"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/kernel32/tests/Makefile"
24245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24246 kernel32/tests"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/loadperf/Makefile"
24253 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 loadperf"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/localspl/Makefile"
24261 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 localspl"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/localspl/tests/Makefile"
24269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270 localspl/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/localui/Makefile"
24277 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 localui"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/localui/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/localui/tests/Makefile"
24285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 localui/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/lz32/Makefile"
24293 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 lz32"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/lz32/tests/Makefile"
24301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302 lz32/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/mapi32/Makefile"
24309 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 mapi32"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/mapi32/tests/Makefile"
24317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318 mapi32/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/mciavi32/Makefile"
24325 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 mciavi32"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/mcicda/Makefile"
24333 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 mcicda"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/mciseq/Makefile"
24341 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 mciseq"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/mciwave/Makefile"
24349 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 mciwave"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/midimap/Makefile"
24357 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 midimap"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/mlang/Makefile"
24365 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 mlang"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/mlang/tests/Makefile"
24373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374 mlang/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/mmdevldr.vxd/Makefile"
24381 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 mmdevldr.vxd"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/monodebg.vxd/Makefile"
24389 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 monodebg.vxd"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/mountmgr.sys/Makefile"
24397 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 mountmgr.sys"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/mpr/Makefile"
24405 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 mpr"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/mprapi/Makefile"
24413 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 mprapi"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/msacm32.drv/Makefile"
24421 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 msacm32.drv"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/msacm32/Makefile"
24429 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24430 msacm32"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24433 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/msacm32/tests/Makefile"
24437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24438 msacm32/tests"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24441 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/msadp32.acm/Makefile"
24445 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 msadp32.acm"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/mscat32/Makefile"
24453 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 mscat32"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/mscms/Makefile"
24461 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 mscms"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/mscms/tests/Makefile"
24469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24470 mscms/tests"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/mscoree/Makefile"
24477 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 mscoree"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/msctf/Makefile"
24485 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 msctf"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/msctf/tests/Makefile"
24493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494 msctf/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/msdmo/Makefile"
24501 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 msdmo"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/msftedit/Makefile"
24509 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 msftedit"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/msg711.acm/Makefile"
24517 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 msg711.acm"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/mshtml.tlb/Makefile"
24525 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 mshtml.tlb"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/mshtml/Makefile"
24533 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 mshtml"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/mshtml/tests/Makefile"
24541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24542 mshtml/tests"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/msi/Makefile"
24549 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 msi"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/msi/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/msi/tests/Makefile"
24557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 msi/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/msimg32/Makefile"
24565 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 msimg32"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/msimtf/Makefile"
24573 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 msimtf"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/msisip/Makefile"
24581 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 msisip"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/msisys.ocx/Makefile"
24589 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 msisys.ocx"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/msnet32/Makefile"
24597 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 msnet32"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/msrle32/Makefile"
24605 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 msrle32"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/mssign32/Makefile"
24613 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 mssign32"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/mssip32/Makefile"
24621 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 mssip32"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/mstask/Makefile"
24629 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 mstask"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/mstask/tests/Makefile"
24637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24638 mstask/tests"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24641 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/msvcirt/Makefile"
24645 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 msvcirt"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/msvcr71/Makefile"
24653 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 msvcr71"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/msvcrt/Makefile"
24661 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 msvcrt"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/msvcrt/tests/Makefile"
24669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 msvcrt/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/msvcrt20/Makefile"
24677 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 msvcrt20"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/msvcrt40/Makefile"
24685 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 msvcrt40"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/msvcrtd/Makefile"
24693 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 msvcrtd"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/msvcrtd/tests/Makefile"
24701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24702 msvcrtd/tests"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24705 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/msvfw32/Makefile"
24709 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 msvfw32"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/msvfw32/tests/Makefile"
24717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24718 msvfw32/tests"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/msvidc32/Makefile"
24725 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 msvidc32"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/mswsock/Makefile"
24733 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 mswsock"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/msxml3/Makefile"
24741 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 msxml3"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/msxml3/tests/Makefile"
24749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 msxml3/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/nddeapi/Makefile"
24757 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 nddeapi"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/netapi32/Makefile"
24765 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 netapi32"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/netapi32/tests/Makefile"
24773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24774 netapi32/tests"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24777 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/newdev/Makefile"
24781 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 newdev"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/ntdll/Makefile"
24789 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 ntdll"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/ntdll/tests/Makefile"
24797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24798 ntdll/tests"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/ntdsapi/Makefile"
24805 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 ntdsapi"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/ntdsapi/tests/Makefile"
24813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 ntdsapi/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/ntoskrnl.exe/Makefile"
24821 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 ntoskrnl.exe"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/ntprint/Makefile"
24829 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 ntprint"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/ntprint/tests/Makefile"
24837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24838 ntprint/tests"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24841 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/objsel/Makefile"
24845 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 objsel"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/odbc32/Makefile"
24853 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 odbc32"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/odbccp32/Makefile"
24861 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 odbccp32"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/odbccp32/tests/Makefile"
24869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24870 odbccp32/tests"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24873 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/ole32/Makefile"
24877 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 ole32"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/ole32/tests/Makefile"
24885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24886 ole32/tests"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24889 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/oleacc/Makefile"
24893 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 oleacc"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/oleacc/tests/Makefile"
24901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24902 oleacc/tests"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24905 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/oleaut32/Makefile"
24909 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 oleaut32"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/oleaut32/tests/Makefile"
24917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24918 oleaut32/tests"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24921 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/olecli32/Makefile"
24925 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 olecli32"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/oledlg/Makefile"
24933 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 oledlg"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/olepro32/Makefile"
24941 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 olepro32"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/olesvr32/Makefile"
24949 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 olesvr32"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/olethk32/Makefile"
24957 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 olethk32"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/opengl32/Makefile"
24965 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 opengl32"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/opengl32/tests/Makefile"
24973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974 opengl32/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/pdh/Makefile"
24981 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 pdh"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/pdh/tests/Makefile"
24989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990 pdh/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/pidgen/Makefile"
24997 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 pidgen"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/powrprof/Makefile"
25005 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 powrprof"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/printui/Makefile"
25013 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 printui"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/printui/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/propsys/Makefile"
25021 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 propsys"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/psapi/Makefile"
25029 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 psapi"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/psapi/tests/Makefile"
25037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 psapi/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/pstorec/Makefile"
25045 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 pstorec"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/qcap/Makefile"
25053 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 qcap"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/qedit/Makefile"
25061 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 qedit"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/qedit/tests/Makefile"
25069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25070 qedit/tests"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25073 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/qmgr/Makefile"
25077 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 qmgr"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/qmgr/tests/Makefile"
25085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25086 qmgr/tests"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/qmgrprxy/Makefile"
25093 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 qmgrprxy"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/quartz/Makefile"
25101 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 quartz"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/quartz/tests/Makefile"
25109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25110 quartz/tests"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25113 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/query/Makefile"
25117 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 query"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/query/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/rasapi32/Makefile"
25125 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 rasapi32"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/rasapi32/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134 rasapi32/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/rasdlg/Makefile"
25141 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 rasdlg"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/resutils/Makefile"
25149 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 resutils"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/riched20/Makefile"
25157 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 riched20"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/riched20/tests/Makefile"
25165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25166 riched20/tests"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25169 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/riched32/Makefile"
25173 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 riched32"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/riched32/tests/Makefile"
25181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25182 riched32/tests"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25185 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/rpcrt4/Makefile"
25189 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 rpcrt4"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/rpcrt4/tests/Makefile"
25197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25198 rpcrt4/tests"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25201 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/rsabase/Makefile"
25205 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 rsabase"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/rsaenh/Makefile"
25213 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 rsaenh"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/rsaenh/tests/Makefile"
25221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25222 rsaenh/tests"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25225 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/sane.ds/Makefile"
25229 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 sane.ds"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/sccbase/Makefile"
25237 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 sccbase"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/schannel/Makefile"
25245 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 schannel"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/schannel/tests/Makefile"
25253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25254 schannel/tests"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25257 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/secur32/Makefile"
25261 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 secur32"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/secur32/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 secur32/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/security/Makefile"
25277 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 security"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/security/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/sensapi/Makefile"
25285 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 sensapi"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/serialui/Makefile"
25293 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 serialui"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/serialui/tests/Makefile"
25301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25302 serialui/tests"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/setupapi/Makefile"
25309 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 setupapi"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/setupapi/tests/Makefile"
25317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25318 setupapi/tests"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/sfc/Makefile"
25325 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 sfc"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/sfc_os/Makefile"
25333 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 sfc_os"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/shdoclc/Makefile"
25341 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 shdoclc"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/shdocvw/Makefile"
25349 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 shdocvw"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/shdocvw/tests/Makefile"
25357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25358 shdocvw/tests"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/shell32/Makefile"
25365 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 shell32"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/shell32/tests/Makefile"
25373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25374 shell32/tests"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25377 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/shfolder/Makefile"
25381 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 shfolder"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/shlwapi/Makefile"
25389 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 shlwapi"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/shlwapi/tests/Makefile"
25397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398 shlwapi/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/slbcsp/Makefile"
25405 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 slbcsp"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/slc/Makefile"
25413 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 slc"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/slc/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/snmpapi/Makefile"
25421 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 snmpapi"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/snmpapi/tests/Makefile"
25429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25430 snmpapi/tests"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/softpub/Makefile"
25437 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 softpub"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/spoolss/Makefile"
25445 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 spoolss"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/spoolss/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 spoolss/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/stdole2.tlb/Makefile"
25461 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 stdole2.tlb"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/stdole32.tlb/Makefile"
25469 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 stdole32.tlb"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/sti/Makefile"
25477 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 sti"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/sti/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/strmiids/Makefile"
25485 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25486 strmiids"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25489 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/svrapi/Makefile"
25493 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 svrapi"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/sxs/Makefile"
25501 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 sxs"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/tapi32/Makefile"
25509 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 tapi32"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/traffic/Makefile"
25517 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 traffic"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/twain_32/Makefile"
25525 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526 twain_32"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/twain_32/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534 twain_32/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/unicows/Makefile"
25541 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 unicows"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/updspapi/Makefile"
25549 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 updspapi"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/url/Makefile"
25557 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25558 url"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25561 ac_config_files="$ac_config_files dlls/url/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/urlmon/Makefile"
25565 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 urlmon"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/urlmon/tests/Makefile"
25573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25574 urlmon/tests"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25577 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/user32/Makefile"
25581 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 user32"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/user32/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/user32/tests/Makefile"
25589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25590 user32/tests"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25593 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/userenv/Makefile"
25597 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 userenv"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/userenv/tests/Makefile"
25605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25606 userenv/tests"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25609 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/usp10/Makefile"
25613 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 usp10"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/usp10/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622 usp10/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/uuid/Makefile"
25629 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25630 uuid"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25633 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/uxtheme/Makefile"
25637 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 uxtheme"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/uxtheme/tests/Makefile"
25645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25646 uxtheme/tests"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25649 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/vdhcp.vxd/Makefile"
25653 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 vdhcp.vxd"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/vdmdbg/Makefile"
25661 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662 vdmdbg"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/version/Makefile"
25669 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 version"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/version/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/version/tests/Makefile"
25677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25678 version/tests"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25681 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/vmm.vxd/Makefile"
25685 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 vmm.vxd"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/vnbt.vxd/Makefile"
25693 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 vnbt.vxd"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/vnetbios.vxd/Makefile"
25701 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 vnetbios.vxd"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/vtdapi.vxd/Makefile"
25709 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 vtdapi.vxd"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/vwin32.vxd/Makefile"
25717 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 vwin32.vxd"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/w32skrnl/Makefile"
25725 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 w32skrnl"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/winealsa.drv/Makefile"
25733 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 winealsa.drv"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/wineaudioio.drv/Makefile"
25741 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 wineaudioio.drv"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/winecoreaudio.drv/Makefile"
25749 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 winecoreaudio.drv"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/winecrt0/Makefile"
25757 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25758 winecrt0"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25761 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/wined3d/Makefile"
25765 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 wined3d"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/winedos/Makefile"
25773 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25774 winedos"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25777 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/wineesd.drv/Makefile"
25781 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 wineesd.drv"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/winejack.drv/Makefile"
25789 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 winejack.drv"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/winejoystick.drv/Makefile"
25797 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 winejoystick.drv"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/winemp3.acm/Makefile"
25805 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 winemp3.acm"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/winenas.drv/Makefile"
25813 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 winenas.drv"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/wineoss.drv/Makefile"
25821 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 wineoss.drv"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/wineps.drv/Makefile"
25829 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 wineps.drv"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/winepulse.drv/Makefile"
25837 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 winepulse.drv"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/winequartz.drv/Makefile"
25845 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 winequartz.drv"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/winex11.drv/Makefile"
25853 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 winex11.drv"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/wing32/Makefile"
25861 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 wing32"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/winhttp/Makefile"
25869 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 winhttp"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/winhttp/tests/Makefile"
25877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25878 winhttp/tests"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25881 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/wininet/Makefile"
25885 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25886 wininet"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25889 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/wininet/tests/Makefile"
25893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25894 wininet/tests"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25897 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/winmm/Makefile"
25901 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 winmm"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/winmm/tests/Makefile"
25909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25910 winmm/tests"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25913 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/winnls32/Makefile"
25917 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 winnls32"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/winscard/Makefile"
25925 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 winscard"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/winspool.drv/Makefile"
25933 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25934 winspool.drv"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25937 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/winspool.drv/tests/Makefile"
25941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25942 winspool.drv/tests"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25945 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/wintab32/Makefile"
25949 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 wintab32"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/wintrust/Makefile"
25957 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 wintrust"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/wintrust/tests/Makefile"
25965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25966 wintrust/tests"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25969 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/wldap32/Makefile"
25973 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 wldap32"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/wldap32/tests/Makefile"
25981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25982 wldap32/tests"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25985 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/wmi/Makefile"
25989 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25990 wmi"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25993 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/wnaspi32/Makefile"
25997 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 wnaspi32"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/wow32/Makefile"
26005 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 wow32"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/ws2_32/Makefile"
26013 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 ws2_32"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/ws2_32/tests/Makefile"
26021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26022 ws2_32/tests"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26025 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/wsock32/Makefile"
26029 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 wsock32"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/wtsapi32/Makefile"
26037 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 wtsapi32"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/wuapi/Makefile"
26045 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 wuapi"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/xinput1_1/Makefile"
26053 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 xinput1_1"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/xinput1_2/Makefile"
26061 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 xinput1_2"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/xinput1_3/Makefile"
26069 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 xinput1_3"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/xinput1_3/tests/Makefile"
26077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26078 xinput1_3/tests"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26081 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/xinput9_1_0/Makefile"
26085 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 xinput9_1_0"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 documentation/Makefile"
26093 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26094 documentation"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 documentation/Makefile: documentation/Makefile.in Make.rules"
26097 ac_config_files="$ac_config_files documentation/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 fonts/Makefile"
26101 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26102 fonts"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 fonts/Makefile: fonts/Makefile.in Make.rules"
26105 ac_config_files="$ac_config_files fonts/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 include/Makefile"
26109 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26110 include"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 include/Makefile: include/Makefile.in Make.rules"
26113 ac_config_files="$ac_config_files include/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 libs/Makefile"
26117 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26118 libs"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 libs/Makefile: libs/Makefile.in Make.rules"
26121 ac_config_files="$ac_config_files libs/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 libs/port/Makefile"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26128 ac_config_files="$ac_config_files libs/port/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 libs/wine/Makefile"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26135 ac_config_files="$ac_config_files libs/wine/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 libs/wpp/Makefile"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26142 ac_config_files="$ac_config_files libs/wpp/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 loader/Makefile"
26146 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26147 loader"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 loader/Makefile: loader/Makefile.in Make.rules"
26150 ac_config_files="$ac_config_files loader/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 programs/Makefile"
26154 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26155 programs"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 programs/Makefile: programs/Makefile.in Make.rules"
26158 ac_config_files="$ac_config_files programs/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 programs/cacls/Makefile"
26162 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26163 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26164 cacls"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26167 ac_config_files="$ac_config_files programs/cacls/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 programs/clock/Makefile"
26171 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26172 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26173 clock"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26176 ac_config_files="$ac_config_files programs/clock/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 programs/cmd/Makefile"
26180 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26181 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26182 cmd"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26185 ac_config_files="$ac_config_files programs/cmd/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 programs/cmdlgtst/Makefile"
26189 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26190 cmdlgtst"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26193 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 programs/control/Makefile"
26197 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26198 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26199 control"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26202 ac_config_files="$ac_config_files programs/control/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 programs/eject/Makefile"
26206 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26207 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26208 eject"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26211 ac_config_files="$ac_config_files programs/eject/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 programs/expand/Makefile"
26215 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26216 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26217 expand"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26220 ac_config_files="$ac_config_files programs/expand/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 programs/explorer/Makefile"
26224 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26225 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26226 explorer"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26229 ac_config_files="$ac_config_files programs/explorer/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 programs/hh/Makefile"
26233 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26234 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26238 ac_config_files="$ac_config_files programs/hh/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 programs/icinfo/Makefile"
26242 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26243 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26244 icinfo"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26247 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 programs/iexplore/Makefile"
26251 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26252 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26253 iexplore"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26256 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 programs/lodctr/Makefile"
26260 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26261 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26262 lodctr"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26265 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 programs/msiexec/Makefile"
26269 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26270 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26271 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26272 msiexec"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26275 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 programs/net/Makefile"
26279 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26280 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26281 net"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26284 ac_config_files="$ac_config_files programs/net/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 programs/notepad/Makefile"
26288 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26289 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26290 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26291 notepad"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26294 ac_config_files="$ac_config_files programs/notepad/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 programs/oleview/Makefile"
26298 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26299 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26300 oleview"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26303 ac_config_files="$ac_config_files programs/oleview/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 programs/progman/Makefile"
26307 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26308 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26309 progman"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26312 ac_config_files="$ac_config_files programs/progman/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 programs/reg/Makefile"
26316 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26317 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26318 reg"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26321 ac_config_files="$ac_config_files programs/reg/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 programs/regedit/Makefile"
26325 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26326 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26327 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26328 regedit"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26331 ac_config_files="$ac_config_files programs/regedit/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 programs/regsvr32/Makefile"
26335 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26336 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26337 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26338 regsvr32"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26341 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 programs/rpcss/Makefile"
26345 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26346 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26347 rpcss"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26350 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 programs/rundll32/Makefile"
26354 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26355 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26356 rundll32"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26359 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 programs/secedit/Makefile"
26363 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26364 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26365 secedit"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26368 ac_config_files="$ac_config_files programs/secedit/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 programs/services/Makefile"
26372 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26373 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26374 services"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26377 ac_config_files="$ac_config_files programs/services/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 programs/spoolsv/Makefile"
26381 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26382 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26383 spoolsv"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26386 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 programs/start/Makefile"
26390 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26391 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26392 start"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26395 ac_config_files="$ac_config_files programs/start/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 programs/svchost/Makefile"
26399 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26400 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26401 svchost"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26404 ac_config_files="$ac_config_files programs/svchost/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 programs/taskmgr/Makefile"
26408 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26409 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26410 taskmgr"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26413 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 programs/uninstaller/Makefile"
26417 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26418 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26419 uninstaller"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26422 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 programs/unlodctr/Makefile"
26426 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26427 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26428 unlodctr"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26431 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 programs/view/Makefile"
26435 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26436 view"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26439 ac_config_files="$ac_config_files programs/view/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 programs/wineboot/Makefile"
26443 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26444 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26445 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26446 wineboot"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26449 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 programs/winebrowser/Makefile"
26453 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26454 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26455 winebrowser"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26458 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 programs/winecfg/Makefile"
26462 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26463 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26464 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26465 winecfg"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26468 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 programs/wineconsole/Makefile"
26472 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26473 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26474 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26475 wineconsole"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26478 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 programs/winedbg/Makefile"
26482 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26483 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26484 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26485 winedbg"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26488 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 programs/winedevice/Makefile"
26492 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26493 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26494 winedevice"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26497 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 programs/winefile/Makefile"
26501 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26502 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26503 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26504 winefile"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26507 ac_config_files="$ac_config_files programs/winefile/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 programs/winemenubuilder/Makefile"
26511 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26512 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26513 winemenubuilder"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26516 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 programs/winemine/Makefile"
26520 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26521 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26522 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26523 winemine"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26526 ac_config_files="$ac_config_files programs/winemine/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 programs/winepath/Makefile"
26530 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26531 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26532 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26533 winepath"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26536 ac_config_files="$ac_config_files programs/winepath/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 programs/winetest/Makefile"
26540 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26541 winetest"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26544 ac_config_files="$ac_config_files programs/winetest/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 programs/winevdm/Makefile"
26548 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26549 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26550 winevdm"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26553 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 programs/winhlp32/Makefile"
26557 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26558 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26559 winhlp32"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26562 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 programs/winver/Makefile"
26566 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26567 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26568 winver"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26571 ac_config_files="$ac_config_files programs/winver/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 programs/wordpad/Makefile"
26575 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26576 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26577 wordpad"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26580 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 programs/write/Makefile"
26584 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26585 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26586 write"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26589 ac_config_files="$ac_config_files programs/write/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 programs/xcopy/Makefile"
26593 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26594 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26595 xcopy"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26598 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 server/Makefile"
26602 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26603 server"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 server/Makefile: server/Makefile.in Make.rules"
26606 ac_config_files="$ac_config_files server/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 tools/Makefile"
26610 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26611 tools"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 tools/Makefile: tools/Makefile.in Make.rules"
26614 ac_config_files="$ac_config_files tools/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 tools/widl/Makefile"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26621 ac_config_files="$ac_config_files tools/widl/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 tools/winebuild/Makefile"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26628 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 tools/winedump/Makefile"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26635 ac_config_files="$ac_config_files tools/winedump/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 tools/winegcc/Makefile"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26642 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 tools/wmc/Makefile"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26649 ac_config_files="$ac_config_files tools/wmc/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 tools/wrc/Makefile"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26656 ac_config_files="$ac_config_files tools/wrc/Makefile"
26660 ALL_WINETEST_DEPENDS="# Test binaries"
26662 for dir in $ALL_TEST_DIRS
26664 if test "$dir" != "\\"
26665 then
26666 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26667 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26668 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26669 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26671 done
26673 cat >confcache <<\_ACEOF
26674 # This file is a shell script that caches the results of configure
26675 # tests run on this system so they can be shared between configure
26676 # scripts and configure runs, see configure's option --config-cache.
26677 # It is not useful on other systems. If it contains results you don't
26678 # want to keep, you may remove or edit it.
26680 # config.status only pays attention to the cache file if you give it
26681 # the --recheck option to rerun configure.
26683 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26684 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26685 # following values.
26687 _ACEOF
26689 # The following way of writing the cache mishandles newlines in values,
26690 # but we know of no workaround that is simple, portable, and efficient.
26691 # So, we kill variables containing newlines.
26692 # Ultrix sh set writes to stderr and can't be redirected directly,
26693 # and sets the high bit in the cache file unless we assign to the vars.
26695 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26696 eval ac_val=\$$ac_var
26697 case $ac_val in #(
26698 *${as_nl}*)
26699 case $ac_var in #(
26700 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26701 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26702 esac
26703 case $ac_var in #(
26704 _ | IFS | as_nl) ;; #(
26705 *) $as_unset $ac_var ;;
26706 esac ;;
26707 esac
26708 done
26710 (set) 2>&1 |
26711 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26712 *${as_nl}ac_space=\ *)
26713 # `set' does not quote correctly, so add quotes (double-quote
26714 # substitution turns \\\\ into \\, and sed turns \\ into \).
26715 sed -n \
26716 "s/'/'\\\\''/g;
26717 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26718 ;; #(
26720 # `set' quotes correctly as required by POSIX, so do not add quotes.
26721 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26723 esac |
26724 sort
26726 sed '
26727 /^ac_cv_env_/b end
26728 t clear
26729 :clear
26730 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26731 t end
26732 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26733 :end' >>confcache
26734 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26735 if test -w "$cache_file"; then
26736 test "x$cache_file" != "x/dev/null" &&
26737 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26738 echo "$as_me: updating cache $cache_file" >&6;}
26739 cat confcache >$cache_file
26740 else
26741 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26742 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26745 rm -f confcache
26747 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26748 # Let make expand exec_prefix.
26749 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26751 DEFS=-DHAVE_CONFIG_H
26753 ac_libobjs=
26754 ac_ltlibobjs=
26755 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26756 # 1. Remove the extension, and $U if already installed.
26757 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26758 ac_i=`echo "$ac_i" | sed "$ac_script"`
26759 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26760 # will be set to the directory where LIBOBJS objects are built.
26761 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26762 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26763 done
26764 LIBOBJS=$ac_libobjs
26766 LTLIBOBJS=$ac_ltlibobjs
26770 : ${CONFIG_STATUS=./config.status}
26771 ac_clean_files_save=$ac_clean_files
26772 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26773 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26774 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26775 cat >$CONFIG_STATUS <<_ACEOF
26776 #! $SHELL
26777 # Generated by $as_me.
26778 # Run this file to recreate the current configuration.
26779 # Compiler output produced by configure, useful for debugging
26780 # configure, is in config.log if it exists.
26782 debug=false
26783 ac_cs_recheck=false
26784 ac_cs_silent=false
26785 SHELL=\${CONFIG_SHELL-$SHELL}
26786 _ACEOF
26788 cat >>$CONFIG_STATUS <<\_ACEOF
26789 ## --------------------- ##
26790 ## M4sh Initialization. ##
26791 ## --------------------- ##
26793 # Be more Bourne compatible
26794 DUALCASE=1; export DUALCASE # for MKS sh
26795 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26796 emulate sh
26797 NULLCMD=:
26798 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26799 # is contrary to our usage. Disable this feature.
26800 alias -g '${1+"$@"}'='"$@"'
26801 setopt NO_GLOB_SUBST
26802 else
26803 case `(set -o) 2>/dev/null` in
26804 *posix*) set -o posix ;;
26805 esac
26812 # PATH needs CR
26813 # Avoid depending upon Character Ranges.
26814 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26815 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26816 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26817 as_cr_digits='0123456789'
26818 as_cr_alnum=$as_cr_Letters$as_cr_digits
26820 # The user is always right.
26821 if test "${PATH_SEPARATOR+set}" != set; then
26822 echo "#! /bin/sh" >conf$$.sh
26823 echo "exit 0" >>conf$$.sh
26824 chmod +x conf$$.sh
26825 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26826 PATH_SEPARATOR=';'
26827 else
26828 PATH_SEPARATOR=:
26830 rm -f conf$$.sh
26833 # Support unset when possible.
26834 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26835 as_unset=unset
26836 else
26837 as_unset=false
26841 # IFS
26842 # We need space, tab and new line, in precisely that order. Quoting is
26843 # there to prevent editors from complaining about space-tab.
26844 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26845 # splitting by setting IFS to empty value.)
26846 as_nl='
26848 IFS=" "" $as_nl"
26850 # Find who we are. Look in the path if we contain no directory separator.
26851 case $0 in
26852 *[\\/]* ) as_myself=$0 ;;
26853 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26854 for as_dir in $PATH
26856 IFS=$as_save_IFS
26857 test -z "$as_dir" && as_dir=.
26858 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26859 done
26860 IFS=$as_save_IFS
26863 esac
26864 # We did not find ourselves, most probably we were run as `sh COMMAND'
26865 # in which case we are not to be found in the path.
26866 if test "x$as_myself" = x; then
26867 as_myself=$0
26869 if test ! -f "$as_myself"; then
26870 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26871 { (exit 1); exit 1; }
26874 # Work around bugs in pre-3.0 UWIN ksh.
26875 for as_var in ENV MAIL MAILPATH
26876 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26877 done
26878 PS1='$ '
26879 PS2='> '
26880 PS4='+ '
26882 # NLS nuisances.
26883 for as_var in \
26884 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26885 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26886 LC_TELEPHONE LC_TIME
26888 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26889 eval $as_var=C; export $as_var
26890 else
26891 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26893 done
26895 # Required to use basename.
26896 if expr a : '\(a\)' >/dev/null 2>&1 &&
26897 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26898 as_expr=expr
26899 else
26900 as_expr=false
26903 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26904 as_basename=basename
26905 else
26906 as_basename=false
26910 # Name of the executable.
26911 as_me=`$as_basename -- "$0" ||
26912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26913 X"$0" : 'X\(//\)$' \| \
26914 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26915 echo X/"$0" |
26916 sed '/^.*\/\([^/][^/]*\)\/*$/{
26917 s//\1/
26920 /^X\/\(\/\/\)$/{
26921 s//\1/
26924 /^X\/\(\/\).*/{
26925 s//\1/
26928 s/.*/./; q'`
26930 # CDPATH.
26931 $as_unset CDPATH
26935 as_lineno_1=$LINENO
26936 as_lineno_2=$LINENO
26937 test "x$as_lineno_1" != "x$as_lineno_2" &&
26938 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26940 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26941 # uniformly replaced by the line number. The first 'sed' inserts a
26942 # line-number line after each line using $LINENO; the second 'sed'
26943 # does the real work. The second script uses 'N' to pair each
26944 # line-number line with the line containing $LINENO, and appends
26945 # trailing '-' during substitution so that $LINENO is not a special
26946 # case at line end.
26947 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26948 # scripts with optimization help from Paolo Bonzini. Blame Lee
26949 # E. McMahon (1931-1989) for sed's syntax. :-)
26950 sed -n '
26952 /[$]LINENO/=
26953 ' <$as_myself |
26954 sed '
26955 s/[$]LINENO.*/&-/
26956 t lineno
26958 :lineno
26960 :loop
26961 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26962 t loop
26963 s/-\n.*//
26964 ' >$as_me.lineno &&
26965 chmod +x "$as_me.lineno" ||
26966 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26967 { (exit 1); exit 1; }; }
26969 # Don't try to exec as it changes $[0], causing all sort of problems
26970 # (the dirname of $[0] is not the place where we might find the
26971 # original and so on. Autoconf is especially sensitive to this).
26972 . "./$as_me.lineno"
26973 # Exit status is that of the last command.
26974 exit
26978 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26979 as_dirname=dirname
26980 else
26981 as_dirname=false
26984 ECHO_C= ECHO_N= ECHO_T=
26985 case `echo -n x` in
26986 -n*)
26987 case `echo 'x\c'` in
26988 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26989 *) ECHO_C='\c';;
26990 esac;;
26992 ECHO_N='-n';;
26993 esac
26995 if expr a : '\(a\)' >/dev/null 2>&1 &&
26996 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26997 as_expr=expr
26998 else
26999 as_expr=false
27002 rm -f conf$$ conf$$.exe conf$$.file
27003 if test -d conf$$.dir; then
27004 rm -f conf$$.dir/conf$$.file
27005 else
27006 rm -f conf$$.dir
27007 mkdir conf$$.dir
27009 echo >conf$$.file
27010 if ln -s conf$$.file conf$$ 2>/dev/null; then
27011 as_ln_s='ln -s'
27012 # ... but there are two gotchas:
27013 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27014 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27015 # In both cases, we have to default to `cp -p'.
27016 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27017 as_ln_s='cp -p'
27018 elif ln conf$$.file conf$$ 2>/dev/null; then
27019 as_ln_s=ln
27020 else
27021 as_ln_s='cp -p'
27023 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27024 rmdir conf$$.dir 2>/dev/null
27026 if mkdir -p . 2>/dev/null; then
27027 as_mkdir_p=:
27028 else
27029 test -d ./-p && rmdir ./-p
27030 as_mkdir_p=false
27033 if test -x / >/dev/null 2>&1; then
27034 as_test_x='test -x'
27035 else
27036 if ls -dL / >/dev/null 2>&1; then
27037 as_ls_L_option=L
27038 else
27039 as_ls_L_option=
27041 as_test_x='
27042 eval sh -c '\''
27043 if test -d "$1"; then
27044 test -d "$1/.";
27045 else
27046 case $1 in
27047 -*)set "./$1";;
27048 esac;
27049 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27050 ???[sx]*):;;*)false;;esac;fi
27051 '\'' sh
27054 as_executable_p=$as_test_x
27056 # Sed expression to map a string onto a valid CPP name.
27057 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27059 # Sed expression to map a string onto a valid variable name.
27060 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27063 exec 6>&1
27065 # Save the log message, to keep $[0] and so on meaningful, and to
27066 # report actual input values of CONFIG_FILES etc. instead of their
27067 # values after options handling.
27068 ac_log="
27069 This file was extended by Wine $as_me 1.1.15, which was
27070 generated by GNU Autoconf 2.61. Invocation command line was
27072 CONFIG_FILES = $CONFIG_FILES
27073 CONFIG_HEADERS = $CONFIG_HEADERS
27074 CONFIG_LINKS = $CONFIG_LINKS
27075 CONFIG_COMMANDS = $CONFIG_COMMANDS
27076 $ $0 $@
27078 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27081 _ACEOF
27083 cat >>$CONFIG_STATUS <<_ACEOF
27084 # Files that config.status was made for.
27085 config_files="$ac_config_files"
27086 config_headers="$ac_config_headers"
27087 config_commands="$ac_config_commands"
27089 _ACEOF
27091 cat >>$CONFIG_STATUS <<\_ACEOF
27092 ac_cs_usage="\
27093 \`$as_me' instantiates files from templates according to the
27094 current configuration.
27096 Usage: $0 [OPTIONS] [FILE]...
27098 -h, --help print this help, then exit
27099 -V, --version print version number and configuration settings, then exit
27100 -q, --quiet do not print progress messages
27101 -d, --debug don't remove temporary files
27102 --recheck update $as_me by reconfiguring in the same conditions
27103 --file=FILE[:TEMPLATE]
27104 instantiate the configuration file FILE
27105 --header=FILE[:TEMPLATE]
27106 instantiate the configuration header FILE
27108 Configuration files:
27109 $config_files
27111 Configuration headers:
27112 $config_headers
27114 Configuration commands:
27115 $config_commands
27117 Report bugs to <bug-autoconf@gnu.org>."
27119 _ACEOF
27120 cat >>$CONFIG_STATUS <<_ACEOF
27121 ac_cs_version="\\
27122 Wine config.status 1.1.15
27123 configured by $0, generated by GNU Autoconf 2.61,
27124 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27126 Copyright (C) 2006 Free Software Foundation, Inc.
27127 This config.status script is free software; the Free Software Foundation
27128 gives unlimited permission to copy, distribute and modify it."
27130 ac_pwd='$ac_pwd'
27131 srcdir='$srcdir'
27132 INSTALL='$INSTALL'
27133 _ACEOF
27135 cat >>$CONFIG_STATUS <<\_ACEOF
27136 # If no file are specified by the user, then we need to provide default
27137 # value. By we need to know if files were specified by the user.
27138 ac_need_defaults=:
27139 while test $# != 0
27141 case $1 in
27142 --*=*)
27143 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27144 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27145 ac_shift=:
27148 ac_option=$1
27149 ac_optarg=$2
27150 ac_shift=shift
27152 esac
27154 case $ac_option in
27155 # Handling of the options.
27156 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27157 ac_cs_recheck=: ;;
27158 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27159 echo "$ac_cs_version"; exit ;;
27160 --debug | --debu | --deb | --de | --d | -d )
27161 debug=: ;;
27162 --file | --fil | --fi | --f )
27163 $ac_shift
27164 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27165 ac_need_defaults=false;;
27166 --header | --heade | --head | --hea )
27167 $ac_shift
27168 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27169 ac_need_defaults=false;;
27170 --he | --h)
27171 # Conflict between --help and --header
27172 { echo "$as_me: error: ambiguous option: $1
27173 Try \`$0 --help' for more information." >&2
27174 { (exit 1); exit 1; }; };;
27175 --help | --hel | -h )
27176 echo "$ac_cs_usage"; exit ;;
27177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27178 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27179 ac_cs_silent=: ;;
27181 # This is an error.
27182 -*) { echo "$as_me: error: unrecognized option: $1
27183 Try \`$0 --help' for more information." >&2
27184 { (exit 1); exit 1; }; } ;;
27186 *) ac_config_targets="$ac_config_targets $1"
27187 ac_need_defaults=false ;;
27189 esac
27190 shift
27191 done
27193 ac_configure_extra_args=
27195 if $ac_cs_silent; then
27196 exec 6>/dev/null
27197 ac_configure_extra_args="$ac_configure_extra_args --silent"
27200 _ACEOF
27201 cat >>$CONFIG_STATUS <<_ACEOF
27202 if \$ac_cs_recheck; then
27203 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27204 CONFIG_SHELL=$SHELL
27205 export CONFIG_SHELL
27206 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27209 _ACEOF
27210 cat >>$CONFIG_STATUS <<\_ACEOF
27211 exec 5>>config.log
27213 echo
27214 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27215 ## Running $as_me. ##
27216 _ASBOX
27217 echo "$ac_log"
27218 } >&5
27220 _ACEOF
27221 cat >>$CONFIG_STATUS <<_ACEOF
27222 _ACEOF
27224 cat >>$CONFIG_STATUS <<\_ACEOF
27226 # Handling of arguments.
27227 for ac_config_target in $ac_config_targets
27229 case $ac_config_target in
27230 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27231 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27232 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27233 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27234 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27235 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27236 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27237 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27238 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27239 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27240 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27241 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27242 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27243 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27244 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27245 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27246 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27247 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27248 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27249 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27250 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27251 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27252 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27253 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27254 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27255 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27256 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27257 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27258 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27259 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27260 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27261 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27262 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27263 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27264 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27265 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27266 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27267 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27268 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27269 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27270 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27271 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27272 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27273 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27274 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27275 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27276 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27277 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27278 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27279 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27280 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27281 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27282 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27283 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27284 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27285 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27286 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27287 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27288 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27289 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27290 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27291 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27292 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27293 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27294 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27295 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27296 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27297 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27298 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27299 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27300 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27301 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27302 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27303 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27304 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27305 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27306 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27307 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27308 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27309 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27310 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27311 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27312 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27313 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27314 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27315 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27316 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27317 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27318 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27319 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27320 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27321 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27322 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27323 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27324 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27325 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27326 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27327 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27328 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27329 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27330 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27331 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27332 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27333 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27334 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27335 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27336 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27337 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27338 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27339 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27340 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27341 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27342 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27343 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27344 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27345 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27346 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27347 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27348 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27349 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27350 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27351 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27352 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27353 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27354 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27355 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27356 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27357 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27358 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27359 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27360 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27361 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27362 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27363 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27364 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27365 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27366 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27367 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27368 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27369 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27370 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27371 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27372 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27373 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27374 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27375 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27376 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27377 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27378 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27379 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27380 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27381 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27382 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27383 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27384 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27385 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27386 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27387 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27388 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27389 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27390 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27391 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27392 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27393 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27394 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27395 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27396 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27397 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27398 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27399 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27400 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27401 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27402 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27403 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27404 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27405 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27406 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27407 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27408 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27409 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27410 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27411 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27412 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27413 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27414 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27415 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27416 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27417 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27418 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27419 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27420 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27421 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27422 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27423 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27424 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27425 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27426 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27427 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27428 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27429 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27430 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27431 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27432 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27433 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27434 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27435 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27436 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27437 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27438 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27439 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27440 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27441 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27442 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27443 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27444 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27445 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27446 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27447 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27448 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27449 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27450 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27451 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27452 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27453 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27454 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27455 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27456 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27457 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27458 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27459 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27460 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27461 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27462 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27463 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27464 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27465 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27466 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27467 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27468 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27469 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27470 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27471 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27472 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27473 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27474 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27475 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27476 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27477 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27478 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27479 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27480 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27481 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27482 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27483 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27484 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27485 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27486 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27487 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27488 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27489 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27490 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27491 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27492 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27493 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27494 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27495 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27496 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27497 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27498 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27499 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27500 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27501 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27502 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27503 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27504 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27505 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27506 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27507 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27508 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27509 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27510 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27511 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27512 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27513 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27514 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27515 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27516 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27517 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27518 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27519 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27520 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27521 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27522 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27523 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27524 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27525 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27526 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27527 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27528 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27529 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27530 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27531 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27532 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27533 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27534 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27535 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27536 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27537 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27538 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27539 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27540 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27541 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27542 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27543 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27544 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27545 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27546 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27547 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27548 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27549 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27550 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27551 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27552 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27553 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27554 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27555 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27556 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27557 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27558 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27559 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27560 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27561 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27562 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27563 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27564 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27565 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27566 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27567 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27568 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27569 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27570 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27571 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27572 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27573 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27574 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27575 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27576 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27577 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27578 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27579 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27580 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27581 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27582 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27583 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27584 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27585 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27586 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27587 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27588 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27589 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27590 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27591 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27592 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27593 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27594 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27595 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27596 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27597 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27598 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27599 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27600 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27601 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27602 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27603 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27604 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27605 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27606 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27607 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27608 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27609 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27610 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27611 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27612 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27613 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27614 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27615 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27616 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27617 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27618 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27619 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27620 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27621 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27622 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27623 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27624 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27625 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27626 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27627 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27628 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27629 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27630 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27631 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27632 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27633 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27634 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27635 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27636 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27637 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27638 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27639 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27640 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27641 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27642 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
27643 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27644 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27645 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27646 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27647 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27648 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27649 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27650 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27651 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27652 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27653 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
27654 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27655 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27656 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27657 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27658 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27659 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27660 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27661 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27662 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27663 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27664 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27665 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27666 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27667 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27668 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27669 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27670 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27671 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
27672 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27673 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27674 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27675 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27676 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27677 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27678 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27679 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27680 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27681 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27682 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27683 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27684 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27685 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27686 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27687 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27688 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27689 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27690 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27691 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27692 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27693 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27694 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27695 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27696 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27697 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27699 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27700 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27701 { (exit 1); exit 1; }; };;
27702 esac
27703 done
27706 # If the user did not use the arguments to specify the items to instantiate,
27707 # then the envvar interface is used. Set only those that are not.
27708 # We use the long form for the default assignment because of an extremely
27709 # bizarre bug on SunOS 4.1.3.
27710 if $ac_need_defaults; then
27711 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27712 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27713 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27716 # Have a temporary directory for convenience. Make it in the build tree
27717 # simply because there is no reason against having it here, and in addition,
27718 # creating and moving files from /tmp can sometimes cause problems.
27719 # Hook for its removal unless debugging.
27720 # Note that there is a small window in which the directory will not be cleaned:
27721 # after its creation but before its name has been assigned to `$tmp'.
27722 $debug ||
27724 tmp=
27725 trap 'exit_status=$?
27726 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27728 trap '{ (exit 1); exit 1; }' 1 2 13 15
27730 # Create a (secure) tmp directory for tmp files.
27733 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27734 test -n "$tmp" && test -d "$tmp"
27735 } ||
27737 tmp=./conf$$-$RANDOM
27738 (umask 077 && mkdir "$tmp")
27739 } ||
27741 echo "$me: cannot create a temporary directory in ." >&2
27742 { (exit 1); exit 1; }
27746 # Set up the sed scripts for CONFIG_FILES section.
27749 # No need to generate the scripts if there are no CONFIG_FILES.
27750 # This happens for instance when ./config.status config.h
27751 if test -n "$CONFIG_FILES"; then
27753 _ACEOF
27755 # Create sed commands to just substitute file output variables.
27757 # Remaining file output variables are in a fragment that also has non-file
27758 # output varibles.
27762 ac_delim='%!_!# '
27763 for ac_last_try in false false false false false :; do
27764 cat >conf$$subs.sed <<_ACEOF
27765 SHELL!$SHELL$ac_delim
27766 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27767 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27768 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27769 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27770 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27771 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27772 exec_prefix!$exec_prefix$ac_delim
27773 prefix!$prefix$ac_delim
27774 program_transform_name!$program_transform_name$ac_delim
27775 bindir!$bindir$ac_delim
27776 sbindir!$sbindir$ac_delim
27777 libexecdir!$libexecdir$ac_delim
27778 datarootdir!$datarootdir$ac_delim
27779 datadir!$datadir$ac_delim
27780 sysconfdir!$sysconfdir$ac_delim
27781 sharedstatedir!$sharedstatedir$ac_delim
27782 localstatedir!$localstatedir$ac_delim
27783 includedir!$includedir$ac_delim
27784 oldincludedir!$oldincludedir$ac_delim
27785 docdir!$docdir$ac_delim
27786 infodir!$infodir$ac_delim
27787 htmldir!$htmldir$ac_delim
27788 dvidir!$dvidir$ac_delim
27789 pdfdir!$pdfdir$ac_delim
27790 psdir!$psdir$ac_delim
27791 libdir!$libdir$ac_delim
27792 localedir!$localedir$ac_delim
27793 mandir!$mandir$ac_delim
27794 DEFS!$DEFS$ac_delim
27795 ECHO_C!$ECHO_C$ac_delim
27796 ECHO_N!$ECHO_N$ac_delim
27797 ECHO_T!$ECHO_T$ac_delim
27798 LIBS!$LIBS$ac_delim
27799 build_alias!$build_alias$ac_delim
27800 host_alias!$host_alias$ac_delim
27801 target_alias!$target_alias$ac_delim
27802 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27803 build!$build$ac_delim
27804 build_cpu!$build_cpu$ac_delim
27805 build_vendor!$build_vendor$ac_delim
27806 build_os!$build_os$ac_delim
27807 host!$host$ac_delim
27808 host_cpu!$host_cpu$ac_delim
27809 host_vendor!$host_vendor$ac_delim
27810 host_os!$host_os$ac_delim
27811 SET_MAKE!$SET_MAKE$ac_delim
27812 CC!$CC$ac_delim
27813 CFLAGS!$CFLAGS$ac_delim
27814 LDFLAGS!$LDFLAGS$ac_delim
27815 CPPFLAGS!$CPPFLAGS$ac_delim
27816 ac_ct_CC!$ac_ct_CC$ac_delim
27817 EXEEXT!$EXEEXT$ac_delim
27818 OBJEXT!$OBJEXT$ac_delim
27819 CXX!$CXX$ac_delim
27820 CXXFLAGS!$CXXFLAGS$ac_delim
27821 ac_ct_CXX!$ac_ct_CXX$ac_delim
27822 CPPBIN!$CPPBIN$ac_delim
27823 TARGETFLAGS!$TARGETFLAGS$ac_delim
27824 WIN16_FILES!$WIN16_FILES$ac_delim
27825 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27826 TOOLSDIR!$TOOLSDIR$ac_delim
27827 FLEX!$FLEX$ac_delim
27828 BISON!$BISON$ac_delim
27829 AS!$AS$ac_delim
27830 ac_ct_AS!$ac_ct_AS$ac_delim
27831 LD!$LD$ac_delim
27832 ac_ct_LD!$ac_ct_LD$ac_delim
27833 NM!$NM$ac_delim
27834 ac_ct_NM!$ac_ct_NM$ac_delim
27835 AR!$AR$ac_delim
27836 ac_ct_AR!$ac_ct_AR$ac_delim
27837 ARFLAGS!$ARFLAGS$ac_delim
27838 RANLIB!$RANLIB$ac_delim
27839 STRIP!$STRIP$ac_delim
27840 WINDRES!$WINDRES$ac_delim
27841 LN_S!$LN_S$ac_delim
27842 LN!$LN$ac_delim
27843 GREP!$GREP$ac_delim
27844 EGREP!$EGREP$ac_delim
27845 LDCONFIG!$LDCONFIG$ac_delim
27846 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27847 _ACEOF
27849 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27850 break
27851 elif $ac_last_try; then
27852 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27853 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27854 { (exit 1); exit 1; }; }
27855 else
27856 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27858 done
27860 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27861 if test -n "$ac_eof"; then
27862 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27863 ac_eof=`expr $ac_eof + 1`
27866 cat >>$CONFIG_STATUS <<_ACEOF
27867 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27868 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27869 /^[ ]*@MAKE_RULES@[ ]*$/{
27870 r $MAKE_RULES
27873 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27874 r $MAKE_DLL_RULES
27877 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27878 r $MAKE_IMPLIB_RULES
27881 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27882 r $MAKE_TEST_RULES
27885 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27886 r $MAKE_PROG_RULES
27889 _ACEOF
27890 sed '
27891 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27892 s/^/s,@/; s/!/@,|#_!!_#|/
27895 s/'"$ac_delim"'$/,g/; t
27896 s/$/\\/; p
27897 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27898 ' >>$CONFIG_STATUS <conf$$subs.sed
27899 rm -f conf$$subs.sed
27900 cat >>$CONFIG_STATUS <<_ACEOF
27901 CEOF$ac_eof
27902 _ACEOF
27905 ac_delim='%!_!# '
27906 for ac_last_try in false false false false false :; do
27907 cat >conf$$subs.sed <<_ACEOF
27908 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27909 INSTALL_DATA!$INSTALL_DATA$ac_delim
27910 LINT!$LINT$ac_delim
27911 LINTFLAGS!$LINTFLAGS$ac_delim
27912 FONTFORGE!$FONTFORGE$ac_delim
27913 PKG_CONFIG!$PKG_CONFIG$ac_delim
27914 RSVG!$RSVG$ac_delim
27915 ICOTOOL!$ICOTOOL$ac_delim
27916 PRELINK!$PRELINK$ac_delim
27917 XLIB!$XLIB$ac_delim
27918 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27919 CPP!$CPP$ac_delim
27920 DLLEXT!$DLLEXT$ac_delim
27921 DLLFLAGS!$DLLFLAGS$ac_delim
27922 LDSHARED!$LDSHARED$ac_delim
27923 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27924 LIBEXT!$LIBEXT$ac_delim
27925 IMPLIBEXT!$IMPLIBEXT$ac_delim
27926 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27927 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27928 LDD!$LDD$ac_delim
27929 DLLTOOL!$DLLTOOL$ac_delim
27930 DLLWRAP!$DLLWRAP$ac_delim
27931 MINGWAR!$MINGWAR$ac_delim
27932 SECURITYLIB!$SECURITYLIB$ac_delim
27933 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27934 IOKITLIB!$IOKITLIB$ac_delim
27935 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27936 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27937 COREAUDIO!$COREAUDIO$ac_delim
27938 CARBONLIB!$CARBONLIB$ac_delim
27939 CROSSCC!$CROSSCC$ac_delim
27940 CROSSWINDRES!$CROSSWINDRES$ac_delim
27941 CROSSTEST!$CROSSTEST$ac_delim
27942 LIBPTHREAD!$LIBPTHREAD$ac_delim
27943 XMKMF!$XMKMF$ac_delim
27944 X_CFLAGS!$X_CFLAGS$ac_delim
27945 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27946 X_LIBS!$X_LIBS$ac_delim
27947 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27948 NASLIBS!$NASLIBS$ac_delim
27949 XML2LIBS!$XML2LIBS$ac_delim
27950 XML2INCL!$XML2INCL$ac_delim
27951 XSLTINCL!$XSLTINCL$ac_delim
27952 HALINCL!$HALINCL$ac_delim
27953 GNUTLSINCL!$GNUTLSINCL$ac_delim
27954 sane_devel!$sane_devel$ac_delim
27955 SANEINCL!$SANEINCL$ac_delim
27956 gphoto2_devel!$gphoto2_devel$ac_delim
27957 gphoto2port_devel!$gphoto2port_devel$ac_delim
27958 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27959 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27960 RESOLVLIBS!$RESOLVLIBS$ac_delim
27961 LCMSLIBS!$LCMSLIBS$ac_delim
27962 ft_devel!$ft_devel$ac_delim
27963 FREETYPELIBS!$FREETYPELIBS$ac_delim
27964 FREETYPEINCL!$FREETYPEINCL$ac_delim
27965 ESDCONFIG!$ESDCONFIG$ac_delim
27966 ESDINCL!$ESDINCL$ac_delim
27967 ESDLIBS!$ESDLIBS$ac_delim
27968 PULSELIBS!$PULSELIBS$ac_delim
27969 ALSALIBS!$ALSALIBS$ac_delim
27970 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27971 CUPSINCL!$CUPSINCL$ac_delim
27972 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27973 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27974 BUILTINFLAG!$BUILTINFLAG$ac_delim
27975 LDPATH!$LDPATH$ac_delim
27976 CRTLIBS!$CRTLIBS$ac_delim
27977 SOCKETLIBS!$SOCKETLIBS$ac_delim
27978 MAIN_BINARY!$MAIN_BINARY$ac_delim
27979 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27980 LIBDL!$LIBDL$ac_delim
27981 LIBPOLL!$LIBPOLL$ac_delim
27982 LDAPLIBS!$LDAPLIBS$ac_delim
27983 DEPENDENCIES!$DEPENDENCIES$ac_delim
27984 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27985 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27986 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27987 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27988 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27989 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27990 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27991 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27992 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27993 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27994 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27995 LIBOBJS!$LIBOBJS$ac_delim
27996 LTLIBOBJS!$LTLIBOBJS$ac_delim
27997 _ACEOF
27999 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28000 break
28001 elif $ac_last_try; then
28002 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28003 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28004 { (exit 1); exit 1; }; }
28005 else
28006 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28008 done
28010 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28011 if test -n "$ac_eof"; then
28012 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28013 ac_eof=`expr $ac_eof + 1`
28016 cat >>$CONFIG_STATUS <<_ACEOF
28017 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28018 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28019 _ACEOF
28020 sed '
28021 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28022 s/^/s,@/; s/!/@,|#_!!_#|/
28025 s/'"$ac_delim"'$/,g/; t
28026 s/$/\\/; p
28027 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28028 ' >>$CONFIG_STATUS <conf$$subs.sed
28029 rm -f conf$$subs.sed
28030 cat >>$CONFIG_STATUS <<_ACEOF
28031 :end
28032 s/|#_!!_#|//g
28033 CEOF$ac_eof
28034 _ACEOF
28037 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28038 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28039 # trailing colons and then remove the whole line if VPATH becomes empty
28040 # (actually we leave an empty line to preserve line numbers).
28041 if test "x$srcdir" = x.; then
28042 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28043 s/:*\$(srcdir):*/:/
28044 s/:*\${srcdir}:*/:/
28045 s/:*@srcdir@:*/:/
28046 s/^\([^=]*=[ ]*\):*/\1/
28047 s/:*$//
28048 s/^[^=]*=[ ]*$//
28052 cat >>$CONFIG_STATUS <<\_ACEOF
28053 fi # test -n "$CONFIG_FILES"
28056 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28058 case $ac_tag in
28059 :[FHLC]) ac_mode=$ac_tag; continue;;
28060 esac
28061 case $ac_mode$ac_tag in
28062 :[FHL]*:*);;
28063 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28064 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28065 { (exit 1); exit 1; }; };;
28066 :[FH]-) ac_tag=-:-;;
28067 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28068 esac
28069 ac_save_IFS=$IFS
28070 IFS=:
28071 set x $ac_tag
28072 IFS=$ac_save_IFS
28073 shift
28074 ac_file=$1
28075 shift
28077 case $ac_mode in
28078 :L) ac_source=$1;;
28079 :[FH])
28080 ac_file_inputs=
28081 for ac_f
28083 case $ac_f in
28084 -) ac_f="$tmp/stdin";;
28085 *) # Look for the file first in the build tree, then in the source tree
28086 # (if the path is not absolute). The absolute path cannot be DOS-style,
28087 # because $ac_f cannot contain `:'.
28088 test -f "$ac_f" ||
28089 case $ac_f in
28090 [\\/$]*) false;;
28091 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28092 esac ||
28093 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28094 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28095 { (exit 1); exit 1; }; };;
28096 esac
28097 ac_file_inputs="$ac_file_inputs $ac_f"
28098 done
28100 # Let's still pretend it is `configure' which instantiates (i.e., don't
28101 # use $as_me), people would be surprised to read:
28102 # /* config.h. Generated by config.status. */
28103 configure_input="Generated from "`IFS=:
28104 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28105 if test x"$ac_file" != x-; then
28106 configure_input="$ac_file. $configure_input"
28107 { echo "$as_me:$LINENO: creating $ac_file" >&5
28108 echo "$as_me: creating $ac_file" >&6;}
28111 case $ac_tag in
28112 *:-:* | *:-) cat >"$tmp/stdin";;
28113 esac
28115 esac
28117 ac_dir=`$as_dirname -- "$ac_file" ||
28118 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28119 X"$ac_file" : 'X\(//\)[^/]' \| \
28120 X"$ac_file" : 'X\(//\)$' \| \
28121 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28122 echo X"$ac_file" |
28123 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28124 s//\1/
28127 /^X\(\/\/\)[^/].*/{
28128 s//\1/
28131 /^X\(\/\/\)$/{
28132 s//\1/
28135 /^X\(\/\).*/{
28136 s//\1/
28139 s/.*/./; q'`
28140 { as_dir="$ac_dir"
28141 case $as_dir in #(
28142 -*) as_dir=./$as_dir;;
28143 esac
28144 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28145 as_dirs=
28146 while :; do
28147 case $as_dir in #(
28148 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28149 *) as_qdir=$as_dir;;
28150 esac
28151 as_dirs="'$as_qdir' $as_dirs"
28152 as_dir=`$as_dirname -- "$as_dir" ||
28153 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28154 X"$as_dir" : 'X\(//\)[^/]' \| \
28155 X"$as_dir" : 'X\(//\)$' \| \
28156 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28157 echo X"$as_dir" |
28158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28159 s//\1/
28162 /^X\(\/\/\)[^/].*/{
28163 s//\1/
28166 /^X\(\/\/\)$/{
28167 s//\1/
28170 /^X\(\/\).*/{
28171 s//\1/
28174 s/.*/./; q'`
28175 test -d "$as_dir" && break
28176 done
28177 test -z "$as_dirs" || eval "mkdir $as_dirs"
28178 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28179 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28180 { (exit 1); exit 1; }; }; }
28181 ac_builddir=.
28183 case "$ac_dir" in
28184 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28186 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28187 # A ".." for each directory in $ac_dir_suffix.
28188 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28189 case $ac_top_builddir_sub in
28190 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28191 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28192 esac ;;
28193 esac
28194 ac_abs_top_builddir=$ac_pwd
28195 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28196 # for backward compatibility:
28197 ac_top_builddir=$ac_top_build_prefix
28199 case $srcdir in
28200 .) # We are building in place.
28201 ac_srcdir=.
28202 ac_top_srcdir=$ac_top_builddir_sub
28203 ac_abs_top_srcdir=$ac_pwd ;;
28204 [\\/]* | ?:[\\/]* ) # Absolute name.
28205 ac_srcdir=$srcdir$ac_dir_suffix;
28206 ac_top_srcdir=$srcdir
28207 ac_abs_top_srcdir=$srcdir ;;
28208 *) # Relative name.
28209 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28210 ac_top_srcdir=$ac_top_build_prefix$srcdir
28211 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28212 esac
28213 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28216 case $ac_mode in
28219 # CONFIG_FILE
28222 case $INSTALL in
28223 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28224 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28225 esac
28226 _ACEOF
28228 cat >>$CONFIG_STATUS <<\_ACEOF
28229 # If the template does not know about datarootdir, expand it.
28230 # FIXME: This hack should be removed a few years after 2.60.
28231 ac_datarootdir_hack=; ac_datarootdir_seen=
28233 case `sed -n '/datarootdir/ {
28237 /@datadir@/p
28238 /@docdir@/p
28239 /@infodir@/p
28240 /@localedir@/p
28241 /@mandir@/p
28242 ' $ac_file_inputs` in
28243 *datarootdir*) ac_datarootdir_seen=yes;;
28244 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28245 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28246 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28247 _ACEOF
28248 cat >>$CONFIG_STATUS <<_ACEOF
28249 ac_datarootdir_hack='
28250 s&@datadir@&$datadir&g
28251 s&@docdir@&$docdir&g
28252 s&@infodir@&$infodir&g
28253 s&@localedir@&$localedir&g
28254 s&@mandir@&$mandir&g
28255 s&\\\${datarootdir}&$datarootdir&g' ;;
28256 esac
28257 _ACEOF
28259 # Neutralize VPATH when `$srcdir' = `.'.
28260 # Shell code in configure.ac might set extrasub.
28261 # FIXME: do we really want to maintain this feature?
28262 cat >>$CONFIG_STATUS <<_ACEOF
28263 sed "$ac_vpsub
28264 $extrasub
28265 _ACEOF
28266 cat >>$CONFIG_STATUS <<\_ACEOF
28268 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28269 s&@configure_input@&$configure_input&;t t
28270 s&@top_builddir@&$ac_top_builddir_sub&;t t
28271 s&@srcdir@&$ac_srcdir&;t t
28272 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28273 s&@top_srcdir@&$ac_top_srcdir&;t t
28274 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28275 s&@builddir@&$ac_builddir&;t t
28276 s&@abs_builddir@&$ac_abs_builddir&;t t
28277 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28278 s&@INSTALL@&$ac_INSTALL&;t t
28279 $ac_datarootdir_hack
28280 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28282 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28283 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28284 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28285 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28286 which seems to be undefined. Please make sure it is defined." >&5
28287 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28288 which seems to be undefined. Please make sure it is defined." >&2;}
28290 rm -f "$tmp/stdin"
28291 case $ac_file in
28292 -) cat "$tmp/out"; rm -f "$tmp/out";;
28293 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28294 esac
28298 # CONFIG_HEADER
28300 _ACEOF
28302 # Transform confdefs.h into a sed script `conftest.defines', that
28303 # substitutes the proper values into config.h.in to produce config.h.
28304 rm -f conftest.defines conftest.tail
28305 # First, append a space to every undef/define line, to ease matching.
28306 echo 's/$/ /' >conftest.defines
28307 # Then, protect against being on the right side of a sed subst, or in
28308 # an unquoted here document, in config.status. If some macros were
28309 # called several times there might be several #defines for the same
28310 # symbol, which is useless. But do not sort them, since the last
28311 # AC_DEFINE must be honored.
28312 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28313 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28314 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28315 # PARAMS is the parameter list in the macro definition--in most cases, it's
28316 # just an empty string.
28317 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28318 ac_dB='\\)[ (].*,\\1define\\2'
28319 ac_dC=' '
28320 ac_dD=' ,'
28322 uniq confdefs.h |
28323 sed -n '
28324 t rset
28325 :rset
28326 s/^[ ]*#[ ]*define[ ][ ]*//
28327 t ok
28330 s/[\\&,]/\\&/g
28331 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28332 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28333 ' >>conftest.defines
28335 # Remove the space that was appended to ease matching.
28336 # Then replace #undef with comments. This is necessary, for
28337 # example, in the case of _POSIX_SOURCE, which is predefined and required
28338 # on some systems where configure will not decide to define it.
28339 # (The regexp can be short, since the line contains either #define or #undef.)
28340 echo 's/ $//
28341 s,^[ #]*u.*,/* & */,' >>conftest.defines
28343 # Break up conftest.defines:
28344 ac_max_sed_lines=50
28346 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28347 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28348 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28349 # et cetera.
28350 ac_in='$ac_file_inputs'
28351 ac_out='"$tmp/out1"'
28352 ac_nxt='"$tmp/out2"'
28354 while :
28356 # Write a here document:
28357 cat >>$CONFIG_STATUS <<_ACEOF
28358 # First, check the format of the line:
28359 cat >"\$tmp/defines.sed" <<\\CEOF
28360 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28361 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28363 :def
28364 _ACEOF
28365 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28366 echo 'CEOF
28367 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28368 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28369 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28370 grep . conftest.tail >/dev/null || break
28371 rm -f conftest.defines
28372 mv conftest.tail conftest.defines
28373 done
28374 rm -f conftest.defines conftest.tail
28376 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28377 cat >>$CONFIG_STATUS <<\_ACEOF
28378 if test x"$ac_file" != x-; then
28379 echo "/* $configure_input */" >"$tmp/config.h"
28380 cat "$ac_result" >>"$tmp/config.h"
28381 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28382 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28383 echo "$as_me: $ac_file is unchanged" >&6;}
28384 else
28385 rm -f $ac_file
28386 mv "$tmp/config.h" $ac_file
28388 else
28389 echo "/* $configure_input */"
28390 cat "$ac_result"
28392 rm -f "$tmp/out12"
28395 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28396 echo "$as_me: executing $ac_file commands" >&6;}
28398 esac
28401 case $ac_file$ac_mode in
28402 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28403 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28404 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28405 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28406 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28407 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28408 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28409 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28410 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28411 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28412 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28413 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28414 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28416 esac
28417 done # for ac_tag
28420 { (exit 0); exit 0; }
28421 _ACEOF
28422 chmod +x $CONFIG_STATUS
28423 ac_clean_files=$ac_clean_files_save
28426 # configure is writing to config.log, and then calls config.status.
28427 # config.status does its own redirection, appending to config.log.
28428 # Unfortunately, on DOS this fails, as config.log is still kept open
28429 # by configure, so config.status won't be able to write to it; its
28430 # output is simply discarded. So we exec the FD to /dev/null,
28431 # effectively closing config.log, so it can be properly (re)opened and
28432 # appended to by config.status. When coming back to configure, we
28433 # need to make the FD available again.
28434 if test "$no_create" != yes; then
28435 ac_cs_success=:
28436 ac_config_status_args=
28437 test "$silent" = yes &&
28438 ac_config_status_args="$ac_config_status_args --quiet"
28439 exec 5>/dev/null
28440 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28441 exec 5>>config.log
28442 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28443 # would make configure fail if this is the last instruction.
28444 $ac_cs_success || { (exit 1); exit 1; }
28448 if test "$no_create" = "yes"
28449 then
28450 exit 0
28453 ac_save_IFS="$IFS"
28454 if test "x$wine_notices != "x; then
28455 echo >&6
28456 IFS="|"
28457 for msg in $wine_notices; do
28458 IFS="$ac_save_IFS"
28459 if test -n "$msg"; then
28460 { echo "$as_me:$LINENO: $msg" >&5
28461 echo "$as_me: $msg" >&6;}
28463 done
28465 IFS="|"
28466 for msg in $wine_warnings; do
28467 IFS="$ac_save_IFS"
28468 if test -n "$msg"; then
28469 echo >&2
28470 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28471 echo "$as_me: WARNING: $msg" >&2;}
28473 done
28474 IFS="$ac_save_IFS"
28476 echo "
28477 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28478 " >&6