push 8d273debdbf6edcc36318de78c5f657a14a648dc
[wine/hacks.git] / configure
blobfe6eaca410bde6dfea167df9f24214b45378c358
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.17.
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.17'
578 PACKAGE_STRING='Wine 1.1.17'
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 LIBKSTAT
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
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.17 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.17:";;
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.17
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.17, 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 enable_win16=${enable_win16:-yes}
3732 else
3733 TARGETFLAGS="-m64"
3737 *-mingw32*)
3738 enable_win16=${enable_win16:-no}
3740 i[3456789]86*)
3741 enable_win16=${enable_win16:-yes}
3743 esac
3745 enable_win16=${enable_win16:-no}
3747 WIN16_FILES="\$(WIN16_FILES)"
3749 WIN16_INSTALL="\$(WIN16_INSTALL)"
3751 if test "x$enable_win16" != "xyes"
3752 then
3753 WIN16_FILES=""
3754 WIN16_INSTALL=""
3755 enable_w32skrnl=${enable_w32skrnl:-no}
3756 enable_winedos=${enable_winedos:-no}
3757 enable_winevdm=${enable_winevdm:-no}
3760 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3761 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3762 if test "${wine_cv_toolsdir+set}" = set; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 else
3765 if test -z "$with_wine_tools"; then
3766 if test "$cross_compiling" = "yes"; then
3767 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3768 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3769 { (exit 1); exit 1; }; }
3770 else
3771 wine_cv_toolsdir="\$(TOPOBJDIR)"
3773 elif test -d "$with_wine_tools/tools/winebuild"; then
3774 case $with_wine_tools in
3775 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3776 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3777 esac
3778 else
3779 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3780 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3781 { (exit 1); exit 1; }; }
3784 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3785 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3786 TOOLSDIR=$wine_cv_toolsdir
3788 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3789 then
3790 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3794 for ac_prog in flex
3796 # Extract the first word of "$ac_prog", so it can be a program name with args.
3797 set dummy $ac_prog; ac_word=$2
3798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3800 if test "${ac_cv_prog_FLEX+set}" = set; then
3801 echo $ECHO_N "(cached) $ECHO_C" >&6
3802 else
3803 if test -n "$FLEX"; then
3804 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_FLEX="$ac_prog"
3814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 FLEX=$ac_cv_prog_FLEX
3824 if test -n "$FLEX"; then
3825 { echo "$as_me:$LINENO: result: $FLEX" >&5
3826 echo "${ECHO_T}$FLEX" >&6; }
3827 else
3828 { echo "$as_me:$LINENO: result: no" >&5
3829 echo "${ECHO_T}no" >&6; }
3833 test -n "$FLEX" && break
3834 done
3835 test -n "$FLEX" || FLEX="none"
3837 if test "$FLEX" = "none"
3838 then
3839 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3840 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3841 { (exit 1); exit 1; }; }
3844 for ac_prog in bison
3846 # Extract the first word of "$ac_prog", so it can be a program name with args.
3847 set dummy $ac_prog; ac_word=$2
3848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3850 if test "${ac_cv_prog_BISON+set}" = set; then
3851 echo $ECHO_N "(cached) $ECHO_C" >&6
3852 else
3853 if test -n "$BISON"; then
3854 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3855 else
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857 for as_dir in $PATH
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 ac_cv_prog_BISON="$ac_prog"
3864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3865 break 2
3867 done
3868 done
3869 IFS=$as_save_IFS
3873 BISON=$ac_cv_prog_BISON
3874 if test -n "$BISON"; then
3875 { echo "$as_me:$LINENO: result: $BISON" >&5
3876 echo "${ECHO_T}$BISON" >&6; }
3877 else
3878 { echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6; }
3883 test -n "$BISON" && break
3884 done
3885 test -n "$BISON" || BISON="none"
3887 if test "$BISON" = "none"
3888 then
3889 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3890 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3891 { (exit 1); exit 1; }; }
3894 if test -n "$ac_tool_prefix"; then
3895 for ac_prog in gas as
3897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3898 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3899 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3901 if test "${ac_cv_prog_AS+set}" = set; then
3902 echo $ECHO_N "(cached) $ECHO_C" >&6
3903 else
3904 if test -n "$AS"; then
3905 ac_cv_prog_AS="$AS" # Let the user override the test.
3906 else
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908 for as_dir in $PATH
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3914 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 break 2
3918 done
3919 done
3920 IFS=$as_save_IFS
3924 AS=$ac_cv_prog_AS
3925 if test -n "$AS"; then
3926 { echo "$as_me:$LINENO: result: $AS" >&5
3927 echo "${ECHO_T}$AS" >&6; }
3928 else
3929 { echo "$as_me:$LINENO: result: no" >&5
3930 echo "${ECHO_T}no" >&6; }
3934 test -n "$AS" && break
3935 done
3937 if test -z "$AS"; then
3938 ac_ct_AS=$AS
3939 for ac_prog in gas as
3941 # Extract the first word of "$ac_prog", so it can be a program name with args.
3942 set dummy $ac_prog; ac_word=$2
3943 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3945 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3946 echo $ECHO_N "(cached) $ECHO_C" >&6
3947 else
3948 if test -n "$ac_ct_AS"; then
3949 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3950 else
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3952 for as_dir in $PATH
3954 IFS=$as_save_IFS
3955 test -z "$as_dir" && as_dir=.
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3958 ac_cv_prog_ac_ct_AS="$ac_prog"
3959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3960 break 2
3962 done
3963 done
3964 IFS=$as_save_IFS
3968 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3969 if test -n "$ac_ct_AS"; then
3970 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3971 echo "${ECHO_T}$ac_ct_AS" >&6; }
3972 else
3973 { echo "$as_me:$LINENO: result: no" >&5
3974 echo "${ECHO_T}no" >&6; }
3978 test -n "$ac_ct_AS" && break
3979 done
3981 if test "x$ac_ct_AS" = x; then
3982 AS="as"
3983 else
3984 case $cross_compiling:$ac_tool_warned in
3985 yes:)
3986 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3987 whose name does not start with the host triplet. If you think this
3988 configuration is useful to you, please write to autoconf@gnu.org." >&5
3989 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3990 whose name does not start with the host triplet. If you think this
3991 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3992 ac_tool_warned=yes ;;
3993 esac
3994 AS=$ac_ct_AS
3998 if test -n "$ac_tool_prefix"; then
3999 for ac_prog in ld gld
4001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4005 if test "${ac_cv_prog_LD+set}" = set; then
4006 echo $ECHO_N "(cached) $ECHO_C" >&6
4007 else
4008 if test -n "$LD"; then
4009 ac_cv_prog_LD="$LD" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4014 IFS=$as_save_IFS
4015 test -z "$as_dir" && as_dir=.
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4020 break 2
4022 done
4023 done
4024 IFS=$as_save_IFS
4028 LD=$ac_cv_prog_LD
4029 if test -n "$LD"; then
4030 { echo "$as_me:$LINENO: result: $LD" >&5
4031 echo "${ECHO_T}$LD" >&6; }
4032 else
4033 { echo "$as_me:$LINENO: result: no" >&5
4034 echo "${ECHO_T}no" >&6; }
4038 test -n "$LD" && break
4039 done
4041 if test -z "$LD"; then
4042 ac_ct_LD=$LD
4043 for ac_prog in ld gld
4045 # Extract the first word of "$ac_prog", so it can be a program name with args.
4046 set dummy $ac_prog; ac_word=$2
4047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4049 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4050 echo $ECHO_N "(cached) $ECHO_C" >&6
4051 else
4052 if test -n "$ac_ct_LD"; then
4053 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4054 else
4055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4056 for as_dir in $PATH
4058 IFS=$as_save_IFS
4059 test -z "$as_dir" && as_dir=.
4060 for ac_exec_ext in '' $ac_executable_extensions; do
4061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4062 ac_cv_prog_ac_ct_LD="$ac_prog"
4063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4064 break 2
4066 done
4067 done
4068 IFS=$as_save_IFS
4072 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4073 if test -n "$ac_ct_LD"; then
4074 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4075 echo "${ECHO_T}$ac_ct_LD" >&6; }
4076 else
4077 { echo "$as_me:$LINENO: result: no" >&5
4078 echo "${ECHO_T}no" >&6; }
4082 test -n "$ac_ct_LD" && break
4083 done
4085 if test "x$ac_ct_LD" = x; then
4086 LD="ld"
4087 else
4088 case $cross_compiling:$ac_tool_warned in
4089 yes:)
4090 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4091 whose name does not start with the host triplet. If you think this
4092 configuration is useful to you, please write to autoconf@gnu.org." >&5
4093 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4094 whose name does not start with the host triplet. If you think this
4095 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4096 ac_tool_warned=yes ;;
4097 esac
4098 LD=$ac_ct_LD
4102 if test -n "$ac_tool_prefix"; then
4103 for ac_prog in nm gnm
4105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4107 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4109 if test "${ac_cv_prog_NM+set}" = set; then
4110 echo $ECHO_N "(cached) $ECHO_C" >&6
4111 else
4112 if test -n "$NM"; then
4113 ac_cv_prog_NM="$NM" # Let the user override the test.
4114 else
4115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116 for as_dir in $PATH
4118 IFS=$as_save_IFS
4119 test -z "$as_dir" && as_dir=.
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124 break 2
4126 done
4127 done
4128 IFS=$as_save_IFS
4132 NM=$ac_cv_prog_NM
4133 if test -n "$NM"; then
4134 { echo "$as_me:$LINENO: result: $NM" >&5
4135 echo "${ECHO_T}$NM" >&6; }
4136 else
4137 { echo "$as_me:$LINENO: result: no" >&5
4138 echo "${ECHO_T}no" >&6; }
4142 test -n "$NM" && break
4143 done
4145 if test -z "$NM"; then
4146 ac_ct_NM=$NM
4147 for ac_prog in nm gnm
4149 # Extract the first word of "$ac_prog", so it can be a program name with args.
4150 set dummy $ac_prog; ac_word=$2
4151 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4153 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4155 else
4156 if test -n "$ac_ct_NM"; then
4157 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4158 else
4159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4160 for as_dir in $PATH
4162 IFS=$as_save_IFS
4163 test -z "$as_dir" && as_dir=.
4164 for ac_exec_ext in '' $ac_executable_extensions; do
4165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4166 ac_cv_prog_ac_ct_NM="$ac_prog"
4167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 break 2
4170 done
4171 done
4172 IFS=$as_save_IFS
4176 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4177 if test -n "$ac_ct_NM"; then
4178 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4179 echo "${ECHO_T}$ac_ct_NM" >&6; }
4180 else
4181 { echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6; }
4186 test -n "$ac_ct_NM" && break
4187 done
4189 if test "x$ac_ct_NM" = x; then
4190 NM="nm"
4191 else
4192 case $cross_compiling:$ac_tool_warned in
4193 yes:)
4194 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4195 whose name does not start with the host triplet. If you think this
4196 configuration is useful to you, please write to autoconf@gnu.org." >&5
4197 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4198 whose name does not start with the host triplet. If you think this
4199 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4200 ac_tool_warned=yes ;;
4201 esac
4202 NM=$ac_ct_NM
4206 if test -n "$ac_tool_prefix"; then
4207 for ac_prog in ar gar
4209 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4210 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4211 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4213 if test "${ac_cv_prog_AR+set}" = set; then
4214 echo $ECHO_N "(cached) $ECHO_C" >&6
4215 else
4216 if test -n "$AR"; then
4217 ac_cv_prog_AR="$AR" # Let the user override the test.
4218 else
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220 for as_dir in $PATH
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4230 done
4231 done
4232 IFS=$as_save_IFS
4236 AR=$ac_cv_prog_AR
4237 if test -n "$AR"; then
4238 { echo "$as_me:$LINENO: result: $AR" >&5
4239 echo "${ECHO_T}$AR" >&6; }
4240 else
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4246 test -n "$AR" && break
4247 done
4249 if test -z "$AR"; then
4250 ac_ct_AR=$AR
4251 for ac_prog in ar gar
4253 # Extract the first word of "$ac_prog", so it can be a program name with args.
4254 set dummy $ac_prog; ac_word=$2
4255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4257 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4258 echo $ECHO_N "(cached) $ECHO_C" >&6
4259 else
4260 if test -n "$ac_ct_AR"; then
4261 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4262 else
4263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4264 for as_dir in $PATH
4266 IFS=$as_save_IFS
4267 test -z "$as_dir" && as_dir=.
4268 for ac_exec_ext in '' $ac_executable_extensions; do
4269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 ac_cv_prog_ac_ct_AR="$ac_prog"
4271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4272 break 2
4274 done
4275 done
4276 IFS=$as_save_IFS
4280 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4281 if test -n "$ac_ct_AR"; then
4282 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4283 echo "${ECHO_T}$ac_ct_AR" >&6; }
4284 else
4285 { echo "$as_me:$LINENO: result: no" >&5
4286 echo "${ECHO_T}no" >&6; }
4290 test -n "$ac_ct_AR" && break
4291 done
4293 if test "x$ac_ct_AR" = x; then
4294 AR="ar"
4295 else
4296 case $cross_compiling:$ac_tool_warned in
4297 yes:)
4298 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4299 whose name does not start with the host triplet. If you think this
4300 configuration is useful to you, please write to autoconf@gnu.org." >&5
4301 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4302 whose name does not start with the host triplet. If you think this
4303 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4304 ac_tool_warned=yes ;;
4305 esac
4306 AR=$ac_ct_AR
4310 ARFLAGS=rc
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4314 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4317 if test "${ac_cv_prog_RANLIB+set}" = set; then
4318 echo $ECHO_N "(cached) $ECHO_C" >&6
4319 else
4320 if test -n "$RANLIB"; then
4321 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4322 else
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324 for as_dir in $PATH
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 break 2
4334 done
4335 done
4336 IFS=$as_save_IFS
4340 RANLIB=$ac_cv_prog_RANLIB
4341 if test -n "$RANLIB"; then
4342 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4343 echo "${ECHO_T}$RANLIB" >&6; }
4344 else
4345 { echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6; }
4351 if test -z "$ac_cv_prog_RANLIB"; then
4352 ac_ct_RANLIB=$RANLIB
4353 # Extract the first word of "ranlib", so it can be a program name with args.
4354 set dummy ranlib; ac_word=$2
4355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4357 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4358 echo $ECHO_N "(cached) $ECHO_C" >&6
4359 else
4360 if test -n "$ac_ct_RANLIB"; then
4361 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4362 else
4363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364 for as_dir in $PATH
4366 IFS=$as_save_IFS
4367 test -z "$as_dir" && as_dir=.
4368 for ac_exec_ext in '' $ac_executable_extensions; do
4369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4370 ac_cv_prog_ac_ct_RANLIB="ranlib"
4371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4372 break 2
4374 done
4375 done
4376 IFS=$as_save_IFS
4380 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4381 if test -n "$ac_ct_RANLIB"; then
4382 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4383 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4384 else
4385 { echo "$as_me:$LINENO: result: no" >&5
4386 echo "${ECHO_T}no" >&6; }
4389 if test "x$ac_ct_RANLIB" = x; then
4390 RANLIB=":"
4391 else
4392 case $cross_compiling:$ac_tool_warned in
4393 yes:)
4394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4395 whose name does not start with the host triplet. If you think this
4396 configuration is useful to you, please write to autoconf@gnu.org." >&5
4397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4398 whose name does not start with the host triplet. If you think this
4399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4400 ac_tool_warned=yes ;;
4401 esac
4402 RANLIB=$ac_ct_RANLIB
4404 else
4405 RANLIB="$ac_cv_prog_RANLIB"
4408 if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4410 set dummy ${ac_tool_prefix}strip; ac_word=$2
4411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4413 if test "${ac_cv_prog_STRIP+set}" = set; then
4414 echo $ECHO_N "(cached) $ECHO_C" >&6
4415 else
4416 if test -n "$STRIP"; then
4417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4430 done
4431 done
4432 IFS=$as_save_IFS
4436 STRIP=$ac_cv_prog_STRIP
4437 if test -n "$STRIP"; then
4438 { echo "$as_me:$LINENO: result: $STRIP" >&5
4439 echo "${ECHO_T}$STRIP" >&6; }
4440 else
4441 { echo "$as_me:$LINENO: result: no" >&5
4442 echo "${ECHO_T}no" >&6; }
4447 if test -z "$ac_cv_prog_STRIP"; then
4448 ac_ct_STRIP=$STRIP
4449 # Extract the first word of "strip", so it can be a program name with args.
4450 set dummy strip; ac_word=$2
4451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4453 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4454 echo $ECHO_N "(cached) $ECHO_C" >&6
4455 else
4456 if test -n "$ac_ct_STRIP"; then
4457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4466 ac_cv_prog_ac_ct_STRIP="strip"
4467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4470 done
4471 done
4472 IFS=$as_save_IFS
4476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4477 if test -n "$ac_ct_STRIP"; then
4478 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4479 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4480 else
4481 { echo "$as_me:$LINENO: result: no" >&5
4482 echo "${ECHO_T}no" >&6; }
4485 if test "x$ac_ct_STRIP" = x; then
4486 STRIP="strip"
4487 else
4488 case $cross_compiling:$ac_tool_warned in
4489 yes:)
4490 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4491 whose name does not start with the host triplet. If you think this
4492 configuration is useful to you, please write to autoconf@gnu.org." >&5
4493 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4494 whose name does not start with the host triplet. If you think this
4495 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4496 ac_tool_warned=yes ;;
4497 esac
4498 STRIP=$ac_ct_STRIP
4500 else
4501 STRIP="$ac_cv_prog_STRIP"
4504 if test -n "$ac_tool_prefix"; then
4505 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4506 set dummy ${ac_tool_prefix}windres; ac_word=$2
4507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4509 if test "${ac_cv_prog_WINDRES+set}" = set; then
4510 echo $ECHO_N "(cached) $ECHO_C" >&6
4511 else
4512 if test -n "$WINDRES"; then
4513 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 WINDRES=$ac_cv_prog_WINDRES
4533 if test -n "$WINDRES"; then
4534 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4535 echo "${ECHO_T}$WINDRES" >&6; }
4536 else
4537 { echo "$as_me:$LINENO: result: no" >&5
4538 echo "${ECHO_T}no" >&6; }
4543 if test -z "$ac_cv_prog_WINDRES"; then
4544 ac_ct_WINDRES=$WINDRES
4545 # Extract the first word of "windres", so it can be a program name with args.
4546 set dummy windres; ac_word=$2
4547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4549 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4550 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 else
4552 if test -n "$ac_ct_WINDRES"; then
4553 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4554 else
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4556 for as_dir in $PATH
4558 IFS=$as_save_IFS
4559 test -z "$as_dir" && as_dir=.
4560 for ac_exec_ext in '' $ac_executable_extensions; do
4561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4562 ac_cv_prog_ac_ct_WINDRES="windres"
4563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 break 2
4566 done
4567 done
4568 IFS=$as_save_IFS
4572 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4573 if test -n "$ac_ct_WINDRES"; then
4574 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4575 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4576 else
4577 { echo "$as_me:$LINENO: result: no" >&5
4578 echo "${ECHO_T}no" >&6; }
4581 if test "x$ac_ct_WINDRES" = x; then
4582 WINDRES="false"
4583 else
4584 case $cross_compiling:$ac_tool_warned in
4585 yes:)
4586 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4587 whose name does not start with the host triplet. If you think this
4588 configuration is useful to you, please write to autoconf@gnu.org." >&5
4589 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4590 whose name does not start with the host triplet. If you think this
4591 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4592 ac_tool_warned=yes ;;
4593 esac
4594 WINDRES=$ac_ct_WINDRES
4596 else
4597 WINDRES="$ac_cv_prog_WINDRES"
4600 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4601 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4602 LN_S=$as_ln_s
4603 if test "$LN_S" = "ln -s"; then
4604 { echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6; }
4606 else
4607 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4608 echo "${ECHO_T}no, using $LN_S" >&6; }
4611 { echo "$as_me:$LINENO: checking whether ln works" >&5
4612 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4613 rm -f conf$$ conf$$.file
4614 echo >conf$$.file
4615 if ln conf$$.file conf$$ 2>/dev/null; then
4616 LN=ln
4618 { echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6; }
4620 else
4621 LN="cp -p"
4623 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4624 echo "${ECHO_T}no, using $LN" >&6; }
4626 rm -f conf$$ conf$$.file
4627 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4628 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4629 if test "${ac_cv_path_GREP+set}" = set; then
4630 echo $ECHO_N "(cached) $ECHO_C" >&6
4631 else
4632 # Extract the first word of "grep ggrep" to use in msg output
4633 if test -z "$GREP"; then
4634 set dummy grep ggrep; ac_prog_name=$2
4635 if test "${ac_cv_path_GREP+set}" = set; then
4636 echo $ECHO_N "(cached) $ECHO_C" >&6
4637 else
4638 ac_path_GREP_found=false
4639 # Loop through the user's path and test for each of PROGNAME-LIST
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_prog in grep ggrep; do
4646 for ac_exec_ext in '' $ac_executable_extensions; do
4647 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4648 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4649 # Check for GNU ac_path_GREP and select it if it is found.
4650 # Check for GNU $ac_path_GREP
4651 case `"$ac_path_GREP" --version 2>&1` in
4652 *GNU*)
4653 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4655 ac_count=0
4656 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4657 while :
4659 cat "conftest.in" "conftest.in" >"conftest.tmp"
4660 mv "conftest.tmp" "conftest.in"
4661 cp "conftest.in" "conftest.nl"
4662 echo 'GREP' >> "conftest.nl"
4663 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4665 ac_count=`expr $ac_count + 1`
4666 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4667 # Best one so far, save it but keep looking for a better one
4668 ac_cv_path_GREP="$ac_path_GREP"
4669 ac_path_GREP_max=$ac_count
4671 # 10*(2^10) chars as input seems more than enough
4672 test $ac_count -gt 10 && break
4673 done
4674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4675 esac
4678 $ac_path_GREP_found && break 3
4679 done
4680 done
4682 done
4683 IFS=$as_save_IFS
4688 GREP="$ac_cv_path_GREP"
4689 if test -z "$GREP"; then
4690 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4691 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4692 { (exit 1); exit 1; }; }
4695 else
4696 ac_cv_path_GREP=$GREP
4701 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4702 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4703 GREP="$ac_cv_path_GREP"
4706 { echo "$as_me:$LINENO: checking for egrep" >&5
4707 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4708 if test "${ac_cv_path_EGREP+set}" = set; then
4709 echo $ECHO_N "(cached) $ECHO_C" >&6
4710 else
4711 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4712 then ac_cv_path_EGREP="$GREP -E"
4713 else
4714 # Extract the first word of "egrep" to use in msg output
4715 if test -z "$EGREP"; then
4716 set dummy egrep; ac_prog_name=$2
4717 if test "${ac_cv_path_EGREP+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 ac_path_EGREP_found=false
4721 # Loop through the user's path and test for each of PROGNAME-LIST
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_prog in egrep; do
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4730 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4731 # Check for GNU ac_path_EGREP and select it if it is found.
4732 # Check for GNU $ac_path_EGREP
4733 case `"$ac_path_EGREP" --version 2>&1` in
4734 *GNU*)
4735 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4737 ac_count=0
4738 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4739 while :
4741 cat "conftest.in" "conftest.in" >"conftest.tmp"
4742 mv "conftest.tmp" "conftest.in"
4743 cp "conftest.in" "conftest.nl"
4744 echo 'EGREP' >> "conftest.nl"
4745 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4747 ac_count=`expr $ac_count + 1`
4748 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4749 # Best one so far, save it but keep looking for a better one
4750 ac_cv_path_EGREP="$ac_path_EGREP"
4751 ac_path_EGREP_max=$ac_count
4753 # 10*(2^10) chars as input seems more than enough
4754 test $ac_count -gt 10 && break
4755 done
4756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4757 esac
4760 $ac_path_EGREP_found && break 3
4761 done
4762 done
4764 done
4765 IFS=$as_save_IFS
4770 EGREP="$ac_cv_path_EGREP"
4771 if test -z "$EGREP"; then
4772 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4773 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4774 { (exit 1); exit 1; }; }
4777 else
4778 ac_cv_path_EGREP=$EGREP
4784 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4785 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4786 EGREP="$ac_cv_path_EGREP"
4789 # Extract the first word of "ldconfig", so it can be a program name with args.
4790 set dummy ldconfig; ac_word=$2
4791 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4793 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4794 echo $ECHO_N "(cached) $ECHO_C" >&6
4795 else
4796 case $LDCONFIG in
4797 [\\/]* | ?:[\\/]*)
4798 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in /sbin /usr/sbin $PATH
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4812 done
4813 done
4814 IFS=$as_save_IFS
4816 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4818 esac
4820 LDCONFIG=$ac_cv_path_LDCONFIG
4821 if test -n "$LDCONFIG"; then
4822 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4823 echo "${ECHO_T}$LDCONFIG" >&6; }
4824 else
4825 { echo "$as_me:$LINENO: result: no" >&5
4826 echo "${ECHO_T}no" >&6; }
4830 # Find a good install program. We prefer a C program (faster),
4831 # so one script is as good as another. But avoid the broken or
4832 # incompatible versions:
4833 # SysV /etc/install, /usr/sbin/install
4834 # SunOS /usr/etc/install
4835 # IRIX /sbin/install
4836 # AIX /bin/install
4837 # AmigaOS /C/install, which installs bootblocks on floppy discs
4838 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4839 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4840 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4841 # OS/2's system install, which has a completely different semantic
4842 # ./install, which can be erroneously created by make from ./install.sh.
4843 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4844 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4845 if test -z "$INSTALL"; then
4846 if test "${ac_cv_path_install+set}" = set; then
4847 echo $ECHO_N "(cached) $ECHO_C" >&6
4848 else
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850 for as_dir in $PATH
4852 IFS=$as_save_IFS
4853 test -z "$as_dir" && as_dir=.
4854 # Account for people who put trailing slashes in PATH elements.
4855 case $as_dir/ in
4856 ./ | .// | /cC/* | \
4857 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4858 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4859 /usr/ucb/* ) ;;
4861 # OSF1 and SCO ODT 3.0 have their own names for install.
4862 # Don't use installbsd from OSF since it installs stuff as root
4863 # by default.
4864 for ac_prog in ginstall scoinst install; do
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4867 if test $ac_prog = install &&
4868 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4869 # AIX install. It has an incompatible calling convention.
4871 elif test $ac_prog = install &&
4872 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4873 # program-specific install script used by HP pwplus--don't use.
4875 else
4876 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4877 break 3
4880 done
4881 done
4883 esac
4884 done
4885 IFS=$as_save_IFS
4889 if test "${ac_cv_path_install+set}" = set; then
4890 INSTALL=$ac_cv_path_install
4891 else
4892 # As a last resort, use the slow shell script. Don't cache a
4893 # value for INSTALL within a source directory, because that will
4894 # break other packages using the cache if that directory is
4895 # removed, or if the value is a relative name.
4896 INSTALL=$ac_install_sh
4899 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4900 echo "${ECHO_T}$INSTALL" >&6; }
4902 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4903 # It thinks the first close brace ends the variable substitution.
4904 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4906 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4908 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4910 case "$INSTALL" in
4911 [\\/$]* | ?:[\\/]* ) ;;
4912 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4913 esac
4915 for ac_prog in lclint lint
4917 # Extract the first word of "$ac_prog", so it can be a program name with args.
4918 set dummy $ac_prog; ac_word=$2
4919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4921 if test "${ac_cv_prog_LINT+set}" = set; then
4922 echo $ECHO_N "(cached) $ECHO_C" >&6
4923 else
4924 if test -n "$LINT"; then
4925 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4926 else
4927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928 for as_dir in $PATH
4930 IFS=$as_save_IFS
4931 test -z "$as_dir" && as_dir=.
4932 for ac_exec_ext in '' $ac_executable_extensions; do
4933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934 ac_cv_prog_LINT="$ac_prog"
4935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4936 break 2
4938 done
4939 done
4940 IFS=$as_save_IFS
4944 LINT=$ac_cv_prog_LINT
4945 if test -n "$LINT"; then
4946 { echo "$as_me:$LINENO: result: $LINT" >&5
4947 echo "${ECHO_T}$LINT" >&6; }
4948 else
4949 { echo "$as_me:$LINENO: result: no" >&5
4950 echo "${ECHO_T}no" >&6; }
4954 test -n "$LINT" && break
4955 done
4957 if test "$LINT" = "lint"
4958 then
4959 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4964 for ac_prog in fontforge
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4970 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6
4972 else
4973 if test -n "$FONTFORGE"; then
4974 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4975 else
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977 for as_dir in $PATH
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4983 ac_cv_prog_FONTFORGE="$ac_prog"
4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985 break 2
4987 done
4988 done
4989 IFS=$as_save_IFS
4993 FONTFORGE=$ac_cv_prog_FONTFORGE
4994 if test -n "$FONTFORGE"; then
4995 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4996 echo "${ECHO_T}$FONTFORGE" >&6; }
4997 else
4998 { echo "$as_me:$LINENO: result: no" >&5
4999 echo "${ECHO_T}no" >&6; }
5003 test -n "$FONTFORGE" && break
5004 done
5005 test -n "$FONTFORGE" || FONTFORGE="false"
5007 for ac_prog in pkg-config
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5013 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016 if test -n "$PKG_CONFIG"; then
5017 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_PKG_CONFIG="$ac_prog"
5027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5030 done
5031 done
5032 IFS=$as_save_IFS
5036 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5037 if test -n "$PKG_CONFIG"; then
5038 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5039 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5040 else
5041 { echo "$as_me:$LINENO: result: no" >&5
5042 echo "${ECHO_T}no" >&6; }
5046 test -n "$PKG_CONFIG" && break
5047 done
5048 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5050 for ac_prog in rsvg
5052 # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5056 if test "${ac_cv_prog_RSVG+set}" = set; then
5057 echo $ECHO_N "(cached) $ECHO_C" >&6
5058 else
5059 if test -n "$RSVG"; then
5060 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5061 else
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5065 IFS=$as_save_IFS
5066 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069 ac_cv_prog_RSVG="$ac_prog"
5070 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5071 break 2
5073 done
5074 done
5075 IFS=$as_save_IFS
5079 RSVG=$ac_cv_prog_RSVG
5080 if test -n "$RSVG"; then
5081 { echo "$as_me:$LINENO: result: $RSVG" >&5
5082 echo "${ECHO_T}$RSVG" >&6; }
5083 else
5084 { echo "$as_me:$LINENO: result: no" >&5
5085 echo "${ECHO_T}no" >&6; }
5089 test -n "$RSVG" && break
5090 done
5091 test -n "$RSVG" || RSVG="false"
5093 for ac_prog in icotool
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5099 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5100 echo $ECHO_N "(cached) $ECHO_C" >&6
5101 else
5102 if test -n "$ICOTOOL"; then
5103 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5112 ac_cv_prog_ICOTOOL="$ac_prog"
5113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5116 done
5117 done
5118 IFS=$as_save_IFS
5122 ICOTOOL=$ac_cv_prog_ICOTOOL
5123 if test -n "$ICOTOOL"; then
5124 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5125 echo "${ECHO_T}$ICOTOOL" >&6; }
5126 else
5127 { echo "$as_me:$LINENO: result: no" >&5
5128 echo "${ECHO_T}no" >&6; }
5132 test -n "$ICOTOOL" && break
5133 done
5134 test -n "$ICOTOOL" || ICOTOOL="false"
5137 if test "${enable_maintainer_mode+set}" = set
5138 then
5139 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5140 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5141 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5144 case $host_cpu in
5145 *i[3456789]86*)
5146 # Extract the first word of "prelink", so it can be a program name with args.
5147 set dummy prelink; ac_word=$2
5148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5150 if test "${ac_cv_path_PRELINK+set}" = set; then
5151 echo $ECHO_N "(cached) $ECHO_C" >&6
5152 else
5153 case $PRELINK in
5154 [\\/]* | ?:[\\/]*)
5155 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159 for as_dir in /sbin /usr/sbin $PATH
5161 IFS=$as_save_IFS
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5167 break 2
5169 done
5170 done
5171 IFS=$as_save_IFS
5173 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5175 esac
5177 PRELINK=$ac_cv_path_PRELINK
5178 if test -n "$PRELINK"; then
5179 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5180 echo "${ECHO_T}$PRELINK" >&6; }
5181 else
5182 { echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6; }
5188 esac
5192 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5193 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-li386 $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char i386_set_ldt ();
5214 main ()
5216 return i386_set_ldt ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_i386_i386_set_ldt=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_i386_i386_set_ldt=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5252 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5253 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5254 cat >>confdefs.h <<_ACEOF
5255 #define HAVE_LIBI386 1
5256 _ACEOF
5258 LIBS="-li386 $LIBS"
5263 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5264 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5265 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5266 echo $ECHO_N "(cached) $ECHO_C" >&6
5267 else
5268 ac_check_lib_save_LIBS=$LIBS
5269 LIBS="-lossaudio $LIBS"
5270 cat >conftest.$ac_ext <<_ACEOF
5271 /* confdefs.h. */
5272 _ACEOF
5273 cat confdefs.h >>conftest.$ac_ext
5274 cat >>conftest.$ac_ext <<_ACEOF
5275 /* end confdefs.h. */
5277 /* Override any GCC internal prototype to avoid an error.
5278 Use char because int might match the return type of a GCC
5279 builtin and then its argument prototype would still apply. */
5280 #ifdef __cplusplus
5281 extern "C"
5282 #endif
5283 char _oss_ioctl ();
5285 main ()
5287 return _oss_ioctl ();
5289 return 0;
5291 _ACEOF
5292 rm -f conftest.$ac_objext conftest$ac_exeext
5293 if { (ac_try="$ac_link"
5294 case "(($ac_try" in
5295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5296 *) ac_try_echo=$ac_try;;
5297 esac
5298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5299 (eval "$ac_link") 2>conftest.er1
5300 ac_status=$?
5301 grep -v '^ *+' conftest.er1 >conftest.err
5302 rm -f conftest.er1
5303 cat conftest.err >&5
5304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); } && {
5306 test -z "$ac_c_werror_flag" ||
5307 test ! -s conftest.err
5308 } && test -s conftest$ac_exeext &&
5309 $as_test_x conftest$ac_exeext; then
5310 ac_cv_lib_ossaudio__oss_ioctl=yes
5311 else
5312 echo "$as_me: failed program was:" >&5
5313 sed 's/^/| /' conftest.$ac_ext >&5
5315 ac_cv_lib_ossaudio__oss_ioctl=no
5318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5319 conftest$ac_exeext conftest.$ac_ext
5320 LIBS=$ac_check_lib_save_LIBS
5322 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5323 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5324 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5325 cat >>confdefs.h <<_ACEOF
5326 #define HAVE_LIBOSSAUDIO 1
5327 _ACEOF
5329 LIBS="-lossaudio $LIBS"
5334 XLIB=""
5336 OPENGL_LIBS=""
5340 ac_ext=c
5341 ac_cpp='$CPP $CPPFLAGS'
5342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5345 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5346 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5347 # On Suns, sometimes $CPP names a directory.
5348 if test -n "$CPP" && test -d "$CPP"; then
5349 CPP=
5351 if test -z "$CPP"; then
5352 if test "${ac_cv_prog_CPP+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355 # Double quotes because CPP needs to be expanded
5356 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5358 ac_preproc_ok=false
5359 for ac_c_preproc_warn_flag in '' yes
5361 # Use a header file that comes with gcc, so configuring glibc
5362 # with a fresh cross-compiler works.
5363 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5364 # <limits.h> exists even on freestanding compilers.
5365 # On the NeXT, cc -E runs the code through the compiler's parser,
5366 # not just through cpp. "Syntax error" is here to catch this case.
5367 cat >conftest.$ac_ext <<_ACEOF
5368 /* confdefs.h. */
5369 _ACEOF
5370 cat confdefs.h >>conftest.$ac_ext
5371 cat >>conftest.$ac_ext <<_ACEOF
5372 /* end confdefs.h. */
5373 #ifdef __STDC__
5374 # include <limits.h>
5375 #else
5376 # include <assert.h>
5377 #endif
5378 Syntax error
5379 _ACEOF
5380 if { (ac_try="$ac_cpp conftest.$ac_ext"
5381 case "(($ac_try" in
5382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5383 *) ac_try_echo=$ac_try;;
5384 esac
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5386 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5387 ac_status=$?
5388 grep -v '^ *+' conftest.er1 >conftest.err
5389 rm -f conftest.er1
5390 cat conftest.err >&5
5391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5392 (exit $ac_status); } >/dev/null && {
5393 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5394 test ! -s conftest.err
5395 }; then
5397 else
5398 echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 # Broken: fails on valid input.
5402 continue
5405 rm -f conftest.err conftest.$ac_ext
5407 # OK, works on sane cases. Now check whether nonexistent headers
5408 # can be detected and how.
5409 cat >conftest.$ac_ext <<_ACEOF
5410 /* confdefs.h. */
5411 _ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h. */
5415 #include <ac_nonexistent.h>
5416 _ACEOF
5417 if { (ac_try="$ac_cpp conftest.$ac_ext"
5418 case "(($ac_try" in
5419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5420 *) ac_try_echo=$ac_try;;
5421 esac
5422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5424 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err
5426 rm -f conftest.er1
5427 cat conftest.err >&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } >/dev/null && {
5430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5431 test ! -s conftest.err
5432 }; then
5433 # Broken: success on invalid input.
5434 continue
5435 else
5436 echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.$ac_ext >&5
5439 # Passes both tests.
5440 ac_preproc_ok=:
5441 break
5444 rm -f conftest.err conftest.$ac_ext
5446 done
5447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5448 rm -f conftest.err conftest.$ac_ext
5449 if $ac_preproc_ok; then
5450 break
5453 done
5454 ac_cv_prog_CPP=$CPP
5457 CPP=$ac_cv_prog_CPP
5458 else
5459 ac_cv_prog_CPP=$CPP
5461 { echo "$as_me:$LINENO: result: $CPP" >&5
5462 echo "${ECHO_T}$CPP" >&6; }
5463 ac_preproc_ok=false
5464 for ac_c_preproc_warn_flag in '' yes
5466 # Use a header file that comes with gcc, so configuring glibc
5467 # with a fresh cross-compiler works.
5468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5469 # <limits.h> exists even on freestanding compilers.
5470 # On the NeXT, cc -E runs the code through the compiler's parser,
5471 # not just through cpp. "Syntax error" is here to catch this case.
5472 cat >conftest.$ac_ext <<_ACEOF
5473 /* confdefs.h. */
5474 _ACEOF
5475 cat confdefs.h >>conftest.$ac_ext
5476 cat >>conftest.$ac_ext <<_ACEOF
5477 /* end confdefs.h. */
5478 #ifdef __STDC__
5479 # include <limits.h>
5480 #else
5481 # include <assert.h>
5482 #endif
5483 Syntax error
5484 _ACEOF
5485 if { (ac_try="$ac_cpp conftest.$ac_ext"
5486 case "(($ac_try" in
5487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5488 *) ac_try_echo=$ac_try;;
5489 esac
5490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5492 ac_status=$?
5493 grep -v '^ *+' conftest.er1 >conftest.err
5494 rm -f conftest.er1
5495 cat conftest.err >&5
5496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5497 (exit $ac_status); } >/dev/null && {
5498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5499 test ! -s conftest.err
5500 }; then
5502 else
5503 echo "$as_me: failed program was:" >&5
5504 sed 's/^/| /' conftest.$ac_ext >&5
5506 # Broken: fails on valid input.
5507 continue
5510 rm -f conftest.err conftest.$ac_ext
5512 # OK, works on sane cases. Now check whether nonexistent headers
5513 # can be detected and how.
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 #include <ac_nonexistent.h>
5521 _ACEOF
5522 if { (ac_try="$ac_cpp conftest.$ac_ext"
5523 case "(($ac_try" in
5524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5525 *) ac_try_echo=$ac_try;;
5526 esac
5527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5529 ac_status=$?
5530 grep -v '^ *+' conftest.er1 >conftest.err
5531 rm -f conftest.er1
5532 cat conftest.err >&5
5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534 (exit $ac_status); } >/dev/null && {
5535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5536 test ! -s conftest.err
5537 }; then
5538 # Broken: success on invalid input.
5539 continue
5540 else
5541 echo "$as_me: failed program was:" >&5
5542 sed 's/^/| /' conftest.$ac_ext >&5
5544 # Passes both tests.
5545 ac_preproc_ok=:
5546 break
5549 rm -f conftest.err conftest.$ac_ext
5551 done
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.err conftest.$ac_ext
5554 if $ac_preproc_ok; then
5556 else
5557 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5558 See \`config.log' for more details." >&5
5559 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5560 See \`config.log' for more details." >&2;}
5561 { (exit 1); exit 1; }; }
5564 ac_ext=c
5565 ac_cpp='$CPP $CPPFLAGS'
5566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5571 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5572 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5573 if test "${ac_cv_header_stdc+set}" = set; then
5574 echo $ECHO_N "(cached) $ECHO_C" >&6
5575 else
5576 cat >conftest.$ac_ext <<_ACEOF
5577 /* confdefs.h. */
5578 _ACEOF
5579 cat confdefs.h >>conftest.$ac_ext
5580 cat >>conftest.$ac_ext <<_ACEOF
5581 /* end confdefs.h. */
5582 #include <stdlib.h>
5583 #include <stdarg.h>
5584 #include <string.h>
5585 #include <float.h>
5588 main ()
5592 return 0;
5594 _ACEOF
5595 rm -f conftest.$ac_objext
5596 if { (ac_try="$ac_compile"
5597 case "(($ac_try" in
5598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5599 *) ac_try_echo=$ac_try;;
5600 esac
5601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_compile") 2>conftest.er1
5603 ac_status=$?
5604 grep -v '^ *+' conftest.er1 >conftest.err
5605 rm -f conftest.er1
5606 cat conftest.err >&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); } && {
5609 test -z "$ac_c_werror_flag" ||
5610 test ! -s conftest.err
5611 } && test -s conftest.$ac_objext; then
5612 ac_cv_header_stdc=yes
5613 else
5614 echo "$as_me: failed program was:" >&5
5615 sed 's/^/| /' conftest.$ac_ext >&5
5617 ac_cv_header_stdc=no
5620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5622 if test $ac_cv_header_stdc = yes; then
5623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5624 cat >conftest.$ac_ext <<_ACEOF
5625 /* confdefs.h. */
5626 _ACEOF
5627 cat confdefs.h >>conftest.$ac_ext
5628 cat >>conftest.$ac_ext <<_ACEOF
5629 /* end confdefs.h. */
5630 #include <string.h>
5632 _ACEOF
5633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5634 $EGREP "memchr" >/dev/null 2>&1; then
5636 else
5637 ac_cv_header_stdc=no
5639 rm -f conftest*
5643 if test $ac_cv_header_stdc = yes; then
5644 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5645 cat >conftest.$ac_ext <<_ACEOF
5646 /* confdefs.h. */
5647 _ACEOF
5648 cat confdefs.h >>conftest.$ac_ext
5649 cat >>conftest.$ac_ext <<_ACEOF
5650 /* end confdefs.h. */
5651 #include <stdlib.h>
5653 _ACEOF
5654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5655 $EGREP "free" >/dev/null 2>&1; then
5657 else
5658 ac_cv_header_stdc=no
5660 rm -f conftest*
5664 if test $ac_cv_header_stdc = yes; then
5665 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5666 if test "$cross_compiling" = yes; then
5668 else
5669 cat >conftest.$ac_ext <<_ACEOF
5670 /* confdefs.h. */
5671 _ACEOF
5672 cat confdefs.h >>conftest.$ac_ext
5673 cat >>conftest.$ac_ext <<_ACEOF
5674 /* end confdefs.h. */
5675 #include <ctype.h>
5676 #include <stdlib.h>
5677 #if ((' ' & 0x0FF) == 0x020)
5678 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5679 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5680 #else
5681 # define ISLOWER(c) \
5682 (('a' <= (c) && (c) <= 'i') \
5683 || ('j' <= (c) && (c) <= 'r') \
5684 || ('s' <= (c) && (c) <= 'z'))
5685 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5686 #endif
5688 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5690 main ()
5692 int i;
5693 for (i = 0; i < 256; i++)
5694 if (XOR (islower (i), ISLOWER (i))
5695 || toupper (i) != TOUPPER (i))
5696 return 2;
5697 return 0;
5699 _ACEOF
5700 rm -f conftest$ac_exeext
5701 if { (ac_try="$ac_link"
5702 case "(($ac_try" in
5703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5704 *) ac_try_echo=$ac_try;;
5705 esac
5706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5707 (eval "$ac_link") 2>&5
5708 ac_status=$?
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
5717 ac_status=$?
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); }; }; then
5721 else
5722 echo "$as_me: program exited with status $ac_status" >&5
5723 echo "$as_me: failed program was:" >&5
5724 sed 's/^/| /' conftest.$ac_ext >&5
5726 ( exit $ac_status )
5727 ac_cv_header_stdc=no
5729 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5735 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5736 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5737 if test $ac_cv_header_stdc = yes; then
5739 cat >>confdefs.h <<\_ACEOF
5740 #define STDC_HEADERS 1
5741 _ACEOF
5745 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5755 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5756 inttypes.h stdint.h unistd.h
5758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5763 else
5764 cat >conftest.$ac_ext <<_ACEOF
5765 /* confdefs.h. */
5766 _ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 $ac_includes_default
5772 #include <$ac_header>
5773 _ACEOF
5774 rm -f conftest.$ac_objext
5775 if { (ac_try="$ac_compile"
5776 case "(($ac_try" in
5777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5778 *) ac_try_echo=$ac_try;;
5779 esac
5780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5781 (eval "$ac_compile") 2>conftest.er1
5782 ac_status=$?
5783 grep -v '^ *+' conftest.er1 >conftest.err
5784 rm -f conftest.er1
5785 cat conftest.err >&5
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && {
5788 test -z "$ac_c_werror_flag" ||
5789 test ! -s conftest.err
5790 } && test -s conftest.$ac_objext; then
5791 eval "$as_ac_Header=yes"
5792 else
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.$ac_ext >&5
5796 eval "$as_ac_Header=no"
5799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5801 ac_res=`eval echo '${'$as_ac_Header'}'`
5802 { echo "$as_me:$LINENO: result: $ac_res" >&5
5803 echo "${ECHO_T}$ac_res" >&6; }
5804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5805 cat >>confdefs.h <<_ACEOF
5806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5807 _ACEOF
5811 done
5937 for ac_header in \
5938 AudioUnit/AudioUnit.h \
5939 Carbon/Carbon.h \
5940 CoreAudio/CoreAudio.h \
5941 DiskArbitration/DiskArbitration.h \
5942 IOKit/IOKitLib.h \
5943 IOKit/hid/IOHIDLib.h \
5944 alias.h \
5945 alsa/asoundlib.h \
5946 arpa/inet.h \
5947 arpa/nameser.h \
5948 asm/types.h \
5949 capi20.h \
5950 curses.h \
5951 direct.h \
5952 dirent.h \
5953 dlfcn.h \
5954 elf.h \
5955 float.h \
5956 fontconfig/fontconfig.h \
5957 getopt.h \
5958 grp.h \
5959 ieeefp.h \
5960 inet/mib2.h \
5961 io.h \
5962 jack/jack.h \
5963 jpeglib.h \
5964 kstat.h \
5965 lber.h \
5966 lcms.h \
5967 lcms/lcms.h \
5968 ldap.h \
5969 libaudioio.h \
5970 link.h \
5971 linux/cdrom.h \
5972 linux/compiler.h \
5973 linux/hdreg.h \
5974 linux/input.h \
5975 linux/ioctl.h \
5976 linux/joystick.h \
5977 linux/major.h \
5978 linux/param.h \
5979 linux/serial.h \
5980 linux/types.h \
5981 linux/ucdrom.h \
5982 mach-o/dyld_images.h \
5983 mach-o/nlist.h \
5984 mach/mach.h \
5985 mach/machine.h \
5986 machine/cpu.h \
5987 machine/limits.h \
5988 machine/soundcard.h \
5989 mntent.h \
5990 ncurses.h \
5991 netdb.h \
5992 netinet/in.h \
5993 netinet/in_systm.h \
5994 netinet/tcp.h \
5995 netinet/tcp_fsm.h \
5996 openssl/err.h \
5997 openssl/ssl.h \
5998 png.h \
5999 poll.h \
6000 process.h \
6001 pthread.h \
6002 pwd.h \
6003 regex.h \
6004 sched.h \
6005 scsi/scsi.h \
6006 scsi/scsi_ioctl.h \
6007 scsi/sg.h \
6008 soundcard.h \
6009 stdint.h \
6010 strings.h \
6011 stropts.h \
6012 sys/asoundlib.h \
6013 sys/cdio.h \
6014 sys/elf32.h \
6015 sys/epoll.h \
6016 sys/errno.h \
6017 sys/event.h \
6018 sys/exec_elf.h \
6019 sys/filio.h \
6020 sys/ioctl.h \
6021 sys/ipc.h \
6022 sys/limits.h \
6023 sys/link.h \
6024 sys/lwp.h \
6025 sys/mman.h \
6026 sys/modem.h \
6027 sys/msg.h \
6028 sys/mtio.h \
6029 sys/param.h \
6030 sys/poll.h \
6031 sys/prctl.h \
6032 sys/protosw.h \
6033 sys/ptrace.h \
6034 sys/reg.h \
6035 sys/resource.h \
6036 sys/scsiio.h \
6037 sys/shm.h \
6038 sys/signal.h \
6039 sys/socket.h \
6040 sys/socketvar.h \
6041 sys/sockio.h \
6042 sys/soundcard.h \
6043 sys/statvfs.h \
6044 sys/strtio.h \
6045 sys/syscall.h \
6046 sys/tihdr.h \
6047 sys/time.h \
6048 sys/timeout.h \
6049 sys/times.h \
6050 sys/uio.h \
6051 sys/un.h \
6052 sys/utsname.h \
6053 sys/vm86.h \
6054 sys/wait.h \
6055 syscall.h \
6056 termios.h \
6057 unistd.h \
6058 utime.h \
6059 valgrind/memcheck.h \
6060 valgrind/valgrind.h
6063 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6065 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6066 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6068 echo $ECHO_N "(cached) $ECHO_C" >&6
6070 ac_res=`eval echo '${'$as_ac_Header'}'`
6071 { echo "$as_me:$LINENO: result: $ac_res" >&5
6072 echo "${ECHO_T}$ac_res" >&6; }
6073 else
6074 # Is the header compilable?
6075 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6076 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6077 cat >conftest.$ac_ext <<_ACEOF
6078 /* confdefs.h. */
6079 _ACEOF
6080 cat confdefs.h >>conftest.$ac_ext
6081 cat >>conftest.$ac_ext <<_ACEOF
6082 /* end confdefs.h. */
6083 $ac_includes_default
6084 #include <$ac_header>
6085 _ACEOF
6086 rm -f conftest.$ac_objext
6087 if { (ac_try="$ac_compile"
6088 case "(($ac_try" in
6089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6090 *) ac_try_echo=$ac_try;;
6091 esac
6092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6093 (eval "$ac_compile") 2>conftest.er1
6094 ac_status=$?
6095 grep -v '^ *+' conftest.er1 >conftest.err
6096 rm -f conftest.er1
6097 cat conftest.err >&5
6098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6099 (exit $ac_status); } && {
6100 test -z "$ac_c_werror_flag" ||
6101 test ! -s conftest.err
6102 } && test -s conftest.$ac_objext; then
6103 ac_header_compiler=yes
6104 else
6105 echo "$as_me: failed program was:" >&5
6106 sed 's/^/| /' conftest.$ac_ext >&5
6108 ac_header_compiler=no
6111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6112 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6113 echo "${ECHO_T}$ac_header_compiler" >&6; }
6115 # Is the header present?
6116 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6117 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6118 cat >conftest.$ac_ext <<_ACEOF
6119 /* confdefs.h. */
6120 _ACEOF
6121 cat confdefs.h >>conftest.$ac_ext
6122 cat >>conftest.$ac_ext <<_ACEOF
6123 /* end confdefs.h. */
6124 #include <$ac_header>
6125 _ACEOF
6126 if { (ac_try="$ac_cpp conftest.$ac_ext"
6127 case "(($ac_try" in
6128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6129 *) ac_try_echo=$ac_try;;
6130 esac
6131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6133 ac_status=$?
6134 grep -v '^ *+' conftest.er1 >conftest.err
6135 rm -f conftest.er1
6136 cat conftest.err >&5
6137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 (exit $ac_status); } >/dev/null && {
6139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6140 test ! -s conftest.err
6141 }; then
6142 ac_header_preproc=yes
6143 else
6144 echo "$as_me: failed program was:" >&5
6145 sed 's/^/| /' conftest.$ac_ext >&5
6147 ac_header_preproc=no
6150 rm -f conftest.err conftest.$ac_ext
6151 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6152 echo "${ECHO_T}$ac_header_preproc" >&6; }
6154 # So? What about this header?
6155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6156 yes:no: )
6157 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6158 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6160 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6161 ac_header_preproc=yes
6163 no:yes:* )
6164 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6165 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6166 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6167 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6168 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6169 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6170 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6171 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6173 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6175 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6176 ( cat <<\_ASBOX
6177 ## ------------------------------------ ##
6178 ## Report this to wine-devel@winehq.org ##
6179 ## ------------------------------------ ##
6180 _ASBOX
6181 ) | sed "s/^/$as_me: WARNING: /" >&2
6183 esac
6184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6187 echo $ECHO_N "(cached) $ECHO_C" >&6
6188 else
6189 eval "$as_ac_Header=\$ac_header_preproc"
6191 ac_res=`eval echo '${'$as_ac_Header'}'`
6192 { echo "$as_me:$LINENO: result: $ac_res" >&5
6193 echo "${ECHO_T}$ac_res" >&6; }
6196 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6197 cat >>confdefs.h <<_ACEOF
6198 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6199 _ACEOF
6203 done
6205 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6206 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6207 if test "${ac_cv_header_stat_broken+set}" = set; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6209 else
6210 cat >conftest.$ac_ext <<_ACEOF
6211 /* confdefs.h. */
6212 _ACEOF
6213 cat confdefs.h >>conftest.$ac_ext
6214 cat >>conftest.$ac_ext <<_ACEOF
6215 /* end confdefs.h. */
6216 #include <sys/types.h>
6217 #include <sys/stat.h>
6219 #if defined S_ISBLK && defined S_IFDIR
6220 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6221 #endif
6223 #if defined S_ISBLK && defined S_IFCHR
6224 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6225 #endif
6227 #if defined S_ISLNK && defined S_IFREG
6228 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6229 #endif
6231 #if defined S_ISSOCK && defined S_IFREG
6232 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6233 #endif
6235 _ACEOF
6236 rm -f conftest.$ac_objext
6237 if { (ac_try="$ac_compile"
6238 case "(($ac_try" in
6239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6240 *) ac_try_echo=$ac_try;;
6241 esac
6242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6243 (eval "$ac_compile") 2>conftest.er1
6244 ac_status=$?
6245 grep -v '^ *+' conftest.er1 >conftest.err
6246 rm -f conftest.er1
6247 cat conftest.err >&5
6248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6249 (exit $ac_status); } && {
6250 test -z "$ac_c_werror_flag" ||
6251 test ! -s conftest.err
6252 } && test -s conftest.$ac_objext; then
6253 ac_cv_header_stat_broken=no
6254 else
6255 echo "$as_me: failed program was:" >&5
6256 sed 's/^/| /' conftest.$ac_ext >&5
6258 ac_cv_header_stat_broken=yes
6261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6263 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6264 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6265 if test $ac_cv_header_stat_broken = yes; then
6267 cat >>confdefs.h <<\_ACEOF
6268 #define STAT_MACROS_BROKEN 1
6269 _ACEOF
6280 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6287 else
6288 cat >conftest.$ac_ext <<_ACEOF
6289 /* confdefs.h. */
6290 _ACEOF
6291 cat confdefs.h >>conftest.$ac_ext
6292 cat >>conftest.$ac_ext <<_ACEOF
6293 /* end confdefs.h. */
6294 #include <sys/types.h>
6295 #ifdef HAVE_SYS_PARAM_H
6296 # include <sys/param.h>
6297 #endif
6299 #include <$ac_header>
6300 _ACEOF
6301 rm -f conftest.$ac_objext
6302 if { (ac_try="$ac_compile"
6303 case "(($ac_try" in
6304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6305 *) ac_try_echo=$ac_try;;
6306 esac
6307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6308 (eval "$ac_compile") 2>conftest.er1
6309 ac_status=$?
6310 grep -v '^ *+' conftest.er1 >conftest.err
6311 rm -f conftest.er1
6312 cat conftest.err >&5
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); } && {
6315 test -z "$ac_c_werror_flag" ||
6316 test ! -s conftest.err
6317 } && test -s conftest.$ac_objext; then
6318 eval "$as_ac_Header=yes"
6319 else
6320 echo "$as_me: failed program was:" >&5
6321 sed 's/^/| /' conftest.$ac_ext >&5
6323 eval "$as_ac_Header=no"
6326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6328 ac_res=`eval echo '${'$as_ac_Header'}'`
6329 { echo "$as_me:$LINENO: result: $ac_res" >&5
6330 echo "${ECHO_T}$ac_res" >&6; }
6331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6332 cat >>confdefs.h <<_ACEOF
6333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6334 _ACEOF
6338 done
6354 for ac_header in \
6355 netinet/ip.h \
6356 net/if.h \
6357 net/if_arp.h \
6358 net/if_dl.h \
6359 net/if_types.h \
6360 net/route.h \
6361 netinet/if_ether.h \
6362 netinet/if_inarp.h \
6363 netinet/in_pcb.h \
6364 netinet/ip_icmp.h \
6365 netinet/ip_var.h \
6366 netinet/udp.h \
6367 netipx/ipx.h \
6370 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6371 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6373 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376 cat >conftest.$ac_ext <<_ACEOF
6377 /* confdefs.h. */
6378 _ACEOF
6379 cat confdefs.h >>conftest.$ac_ext
6380 cat >>conftest.$ac_ext <<_ACEOF
6381 /* end confdefs.h. */
6382 #include <sys/types.h>
6383 #ifdef HAVE_SYS_SOCKET_H
6384 # include <sys/socket.h>
6385 #endif
6386 #ifdef HAVE_SYS_SOCKETVAR_H
6387 # include <sys/socketvar.h>
6388 #endif
6389 #ifdef HAVE_NET_ROUTE_H
6390 # include <net/route.h>
6391 #endif
6392 #ifdef HAVE_NETINET_IN_H
6393 # include <netinet/in.h>
6394 #endif
6395 #ifdef HAVE_NETINET_IN_SYSTM_H
6396 # include <netinet/in_systm.h>
6397 #endif
6398 #ifdef HAVE_NET_IF_H
6399 # include <net/if.h>
6400 #endif
6401 #ifdef HAVE_NETINET_IP_H
6402 # include <netinet/ip.h>
6403 #endif
6405 #include <$ac_header>
6406 _ACEOF
6407 rm -f conftest.$ac_objext
6408 if { (ac_try="$ac_compile"
6409 case "(($ac_try" in
6410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6411 *) ac_try_echo=$ac_try;;
6412 esac
6413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6414 (eval "$ac_compile") 2>conftest.er1
6415 ac_status=$?
6416 grep -v '^ *+' conftest.er1 >conftest.err
6417 rm -f conftest.er1
6418 cat conftest.err >&5
6419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6420 (exit $ac_status); } && {
6421 test -z "$ac_c_werror_flag" ||
6422 test ! -s conftest.err
6423 } && test -s conftest.$ac_objext; then
6424 eval "$as_ac_Header=yes"
6425 else
6426 echo "$as_me: failed program was:" >&5
6427 sed 's/^/| /' conftest.$ac_ext >&5
6429 eval "$as_ac_Header=no"
6432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6434 ac_res=`eval echo '${'$as_ac_Header'}'`
6435 { echo "$as_me:$LINENO: result: $ac_res" >&5
6436 echo "${ECHO_T}$ac_res" >&6; }
6437 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6438 cat >>confdefs.h <<_ACEOF
6439 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6440 _ACEOF
6444 done
6451 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6453 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6454 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6456 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6
6458 else
6459 cat >conftest.$ac_ext <<_ACEOF
6460 /* confdefs.h. */
6461 _ACEOF
6462 cat confdefs.h >>conftest.$ac_ext
6463 cat >>conftest.$ac_ext <<_ACEOF
6464 /* end confdefs.h. */
6465 #include <sys/types.h>
6466 #ifdef HAVE_ALIAS_H
6467 # include <alias.h>
6468 #endif
6469 #ifdef HAVE_SYS_SOCKET_H
6470 # include <sys/socket.h>
6471 #endif
6472 #ifdef HAVE_SYS_SOCKETVAR_H
6473 # include <sys/socketvar.h>
6474 #endif
6475 #ifdef HAVE_SYS_TIMEOUT_H
6476 # include <sys/timeout.h>
6477 #endif
6478 #ifdef HAVE_NETINET_IN_H
6479 # include <netinet/in.h>
6480 #endif
6481 #ifdef HAVE_NETINET_IN_SYSTM_H
6482 # include <netinet/in_systm.h>
6483 #endif
6484 #ifdef HAVE_NETINET_IP_H
6485 # include <netinet/ip.h>
6486 #endif
6487 #ifdef HAVE_NETINET_IP_VAR_H
6488 # include <netinet/ip_var.h>
6489 #endif
6490 #ifdef HAVE_NETINET_IP_ICMP_H
6491 # include <netinet/ip_icmp.h>
6492 #endif
6493 #ifdef HAVE_NETINET_UDP_H
6494 # include <netinet/udp.h>
6495 #endif
6496 #ifdef HAVE_NETINET_TCP_H
6497 # include <netinet/tcp.h>
6498 #endif
6499 #ifdef HAVE_NETINET_TCP_TIMER_H
6500 #include <netinet/tcp_timer.h>
6501 #endif
6503 #include <$ac_header>
6504 _ACEOF
6505 rm -f conftest.$ac_objext
6506 if { (ac_try="$ac_compile"
6507 case "(($ac_try" in
6508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6509 *) ac_try_echo=$ac_try;;
6510 esac
6511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6512 (eval "$ac_compile") 2>conftest.er1
6513 ac_status=$?
6514 grep -v '^ *+' conftest.er1 >conftest.err
6515 rm -f conftest.er1
6516 cat conftest.err >&5
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518 (exit $ac_status); } && {
6519 test -z "$ac_c_werror_flag" ||
6520 test ! -s conftest.err
6521 } && test -s conftest.$ac_objext; then
6522 eval "$as_ac_Header=yes"
6523 else
6524 echo "$as_me: failed program was:" >&5
6525 sed 's/^/| /' conftest.$ac_ext >&5
6527 eval "$as_ac_Header=no"
6530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6532 ac_res=`eval echo '${'$as_ac_Header'}'`
6533 { echo "$as_me:$LINENO: result: $ac_res" >&5
6534 echo "${ECHO_T}$ac_res" >&6; }
6535 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6536 cat >>confdefs.h <<_ACEOF
6537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6538 _ACEOF
6542 done
6546 for ac_header in linux/ipx.h
6548 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6549 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6550 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6551 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 else
6554 cat >conftest.$ac_ext <<_ACEOF
6555 /* confdefs.h. */
6556 _ACEOF
6557 cat confdefs.h >>conftest.$ac_ext
6558 cat >>conftest.$ac_ext <<_ACEOF
6559 /* end confdefs.h. */
6560 #include <sys/types.h>
6561 #ifdef HAVE_ASM_TYPES_H
6562 # include <asm/types.h>
6563 #endif
6564 #ifdef HAVE_SYS_SOCKET_H
6565 # include <sys/socket.h>
6566 #endif
6567 #ifdef HAVE_LINUX_TYPES_H
6568 # include <linux/types.h>
6569 #endif
6571 #include <$ac_header>
6572 _ACEOF
6573 rm -f conftest.$ac_objext
6574 if { (ac_try="$ac_compile"
6575 case "(($ac_try" in
6576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6577 *) ac_try_echo=$ac_try;;
6578 esac
6579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6580 (eval "$ac_compile") 2>conftest.er1
6581 ac_status=$?
6582 grep -v '^ *+' conftest.er1 >conftest.err
6583 rm -f conftest.er1
6584 cat conftest.err >&5
6585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6586 (exit $ac_status); } && {
6587 test -z "$ac_c_werror_flag" ||
6588 test ! -s conftest.err
6589 } && test -s conftest.$ac_objext; then
6590 eval "$as_ac_Header=yes"
6591 else
6592 echo "$as_me: failed program was:" >&5
6593 sed 's/^/| /' conftest.$ac_ext >&5
6595 eval "$as_ac_Header=no"
6598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6600 ac_res=`eval echo '${'$as_ac_Header'}'`
6601 { echo "$as_me:$LINENO: result: $ac_res" >&5
6602 echo "${ECHO_T}$ac_res" >&6; }
6603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6604 cat >>confdefs.h <<_ACEOF
6605 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6606 _ACEOF
6610 done
6614 for ac_header in resolv.h
6616 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6620 echo $ECHO_N "(cached) $ECHO_C" >&6
6621 else
6622 cat >conftest.$ac_ext <<_ACEOF
6623 /* confdefs.h. */
6624 _ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <sys/types.h>
6629 #ifdef HAVE_SYS_SOCKET_H
6630 # include <sys/socket.h>
6631 #endif
6632 #ifdef HAVE_NETINET_IN_H
6633 # include <netinet/in.h>
6634 #endif
6635 #ifdef HAVE_ARPA_NAMESER_H
6636 # include <arpa/nameser.h>
6637 #endif
6639 #include <$ac_header>
6640 _ACEOF
6641 rm -f conftest.$ac_objext
6642 if { (ac_try="$ac_compile"
6643 case "(($ac_try" in
6644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6645 *) ac_try_echo=$ac_try;;
6646 esac
6647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6648 (eval "$ac_compile") 2>conftest.er1
6649 ac_status=$?
6650 grep -v '^ *+' conftest.er1 >conftest.err
6651 rm -f conftest.er1
6652 cat conftest.err >&5
6653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } && {
6655 test -z "$ac_c_werror_flag" ||
6656 test ! -s conftest.err
6657 } && test -s conftest.$ac_objext; then
6658 eval "$as_ac_Header=yes"
6659 else
6660 echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.$ac_ext >&5
6663 eval "$as_ac_Header=no"
6666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668 ac_res=`eval echo '${'$as_ac_Header'}'`
6669 { echo "$as_me:$LINENO: result: $ac_res" >&5
6670 echo "${ECHO_T}$ac_res" >&6; }
6671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6672 cat >>confdefs.h <<_ACEOF
6673 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6674 _ACEOF
6678 done
6682 for ac_header in ucontext.h
6684 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6685 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6687 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6688 echo $ECHO_N "(cached) $ECHO_C" >&6
6689 else
6690 cat >conftest.$ac_ext <<_ACEOF
6691 /* confdefs.h. */
6692 _ACEOF
6693 cat confdefs.h >>conftest.$ac_ext
6694 cat >>conftest.$ac_ext <<_ACEOF
6695 /* end confdefs.h. */
6696 #include <signal.h>
6698 #include <$ac_header>
6699 _ACEOF
6700 rm -f conftest.$ac_objext
6701 if { (ac_try="$ac_compile"
6702 case "(($ac_try" in
6703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6704 *) ac_try_echo=$ac_try;;
6705 esac
6706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6707 (eval "$ac_compile") 2>conftest.er1
6708 ac_status=$?
6709 grep -v '^ *+' conftest.er1 >conftest.err
6710 rm -f conftest.er1
6711 cat conftest.err >&5
6712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713 (exit $ac_status); } && {
6714 test -z "$ac_c_werror_flag" ||
6715 test ! -s conftest.err
6716 } && test -s conftest.$ac_objext; then
6717 eval "$as_ac_Header=yes"
6718 else
6719 echo "$as_me: failed program was:" >&5
6720 sed 's/^/| /' conftest.$ac_ext >&5
6722 eval "$as_ac_Header=no"
6725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6727 ac_res=`eval echo '${'$as_ac_Header'}'`
6728 { echo "$as_me:$LINENO: result: $ac_res" >&5
6729 echo "${ECHO_T}$ac_res" >&6; }
6730 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6731 cat >>confdefs.h <<_ACEOF
6732 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6733 _ACEOF
6737 done
6741 for ac_header in sys/thr.h
6743 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6744 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6745 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6746 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6747 echo $ECHO_N "(cached) $ECHO_C" >&6
6748 else
6749 cat >conftest.$ac_ext <<_ACEOF
6750 /* confdefs.h. */
6751 _ACEOF
6752 cat confdefs.h >>conftest.$ac_ext
6753 cat >>conftest.$ac_ext <<_ACEOF
6754 /* end confdefs.h. */
6755 #include <sys/types.h>
6756 #ifdef HAVE_UCONTEXT_H
6757 #include <ucontext.h>
6758 #endif
6760 #include <$ac_header>
6761 _ACEOF
6762 rm -f conftest.$ac_objext
6763 if { (ac_try="$ac_compile"
6764 case "(($ac_try" in
6765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6766 *) ac_try_echo=$ac_try;;
6767 esac
6768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6769 (eval "$ac_compile") 2>conftest.er1
6770 ac_status=$?
6771 grep -v '^ *+' conftest.er1 >conftest.err
6772 rm -f conftest.er1
6773 cat conftest.err >&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); } && {
6776 test -z "$ac_c_werror_flag" ||
6777 test ! -s conftest.err
6778 } && test -s conftest.$ac_objext; then
6779 eval "$as_ac_Header=yes"
6780 else
6781 echo "$as_me: failed program was:" >&5
6782 sed 's/^/| /' conftest.$ac_ext >&5
6784 eval "$as_ac_Header=no"
6787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6789 ac_res=`eval echo '${'$as_ac_Header'}'`
6790 { echo "$as_me:$LINENO: result: $ac_res" >&5
6791 echo "${ECHO_T}$ac_res" >&6; }
6792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6793 cat >>confdefs.h <<_ACEOF
6794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6795 _ACEOF
6799 done
6803 for ac_header in pthread_np.h
6805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6809 echo $ECHO_N "(cached) $ECHO_C" >&6
6810 else
6811 cat >conftest.$ac_ext <<_ACEOF
6812 /* confdefs.h. */
6813 _ACEOF
6814 cat confdefs.h >>conftest.$ac_ext
6815 cat >>conftest.$ac_ext <<_ACEOF
6816 /* end confdefs.h. */
6817 #ifdef HAVE_PTHREAD_H
6818 #include <pthread.h>
6819 #endif
6821 #include <$ac_header>
6822 _ACEOF
6823 rm -f conftest.$ac_objext
6824 if { (ac_try="$ac_compile"
6825 case "(($ac_try" in
6826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6827 *) ac_try_echo=$ac_try;;
6828 esac
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830 (eval "$ac_compile") 2>conftest.er1
6831 ac_status=$?
6832 grep -v '^ *+' conftest.er1 >conftest.err
6833 rm -f conftest.er1
6834 cat conftest.err >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); } && {
6837 test -z "$ac_c_werror_flag" ||
6838 test ! -s conftest.err
6839 } && test -s conftest.$ac_objext; then
6840 eval "$as_ac_Header=yes"
6841 else
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 eval "$as_ac_Header=no"
6848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6850 ac_res=`eval echo '${'$as_ac_Header'}'`
6851 { echo "$as_me:$LINENO: result: $ac_res" >&5
6852 echo "${ECHO_T}$ac_res" >&6; }
6853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6854 cat >>confdefs.h <<_ACEOF
6855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856 _ACEOF
6860 done
6864 for ac_header in linux/videodev.h
6866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6870 echo $ECHO_N "(cached) $ECHO_C" >&6
6871 else
6872 cat >conftest.$ac_ext <<_ACEOF
6873 /* confdefs.h. */
6874 _ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6878 #ifdef HAVE_SYS_TIME_H
6879 #include <sys/time.h>
6880 #endif
6881 #include <sys/types.h>
6882 #ifdef HAVE_ASM_TYPES_H
6883 #include <asm/types.h>
6884 #endif
6886 #include <$ac_header>
6887 _ACEOF
6888 rm -f conftest.$ac_objext
6889 if { (ac_try="$ac_compile"
6890 case "(($ac_try" in
6891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6892 *) ac_try_echo=$ac_try;;
6893 esac
6894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6895 (eval "$ac_compile") 2>conftest.er1
6896 ac_status=$?
6897 grep -v '^ *+' conftest.er1 >conftest.err
6898 rm -f conftest.er1
6899 cat conftest.err >&5
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); } && {
6902 test -z "$ac_c_werror_flag" ||
6903 test ! -s conftest.err
6904 } && test -s conftest.$ac_objext; then
6905 eval "$as_ac_Header=yes"
6906 else
6907 echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.$ac_ext >&5
6910 eval "$as_ac_Header=no"
6913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6915 ac_res=`eval echo '${'$as_ac_Header'}'`
6916 { echo "$as_me:$LINENO: result: $ac_res" >&5
6917 echo "${ECHO_T}$ac_res" >&6; }
6918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6919 cat >>confdefs.h <<_ACEOF
6920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6921 _ACEOF
6925 done
6929 for ac_header in linux/capi.h
6931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6935 echo $ECHO_N "(cached) $ECHO_C" >&6
6936 else
6937 cat >conftest.$ac_ext <<_ACEOF
6938 /* confdefs.h. */
6939 _ACEOF
6940 cat confdefs.h >>conftest.$ac_ext
6941 cat >>conftest.$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6943 #define __user
6945 #include <$ac_header>
6946 _ACEOF
6947 rm -f conftest.$ac_objext
6948 if { (ac_try="$ac_compile"
6949 case "(($ac_try" in
6950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6951 *) ac_try_echo=$ac_try;;
6952 esac
6953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6954 (eval "$ac_compile") 2>conftest.er1
6955 ac_status=$?
6956 grep -v '^ *+' conftest.er1 >conftest.err
6957 rm -f conftest.er1
6958 cat conftest.err >&5
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); } && {
6961 test -z "$ac_c_werror_flag" ||
6962 test ! -s conftest.err
6963 } && test -s conftest.$ac_objext; then
6964 eval "$as_ac_Header=yes"
6965 else
6966 echo "$as_me: failed program was:" >&5
6967 sed 's/^/| /' conftest.$ac_ext >&5
6969 eval "$as_ac_Header=no"
6972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6974 ac_res=`eval echo '${'$as_ac_Header'}'`
6975 { echo "$as_me:$LINENO: result: $ac_res" >&5
6976 echo "${ECHO_T}$ac_res" >&6; }
6977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6978 cat >>confdefs.h <<_ACEOF
6979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6980 _ACEOF
6984 done
6988 DLLEXT=""
6990 DLLFLAGS="-D_REENTRANT"
6992 LDSHARED=""
6994 LDDLLFLAGS=""
6996 LIBEXT="so"
6998 IMPLIBEXT="def"
7000 LDRPATH_INSTALL=""
7002 LDRPATH_LOCAL=""
7004 # Extract the first word of "ldd", so it can be a program name with args.
7005 set dummy ldd; ac_word=$2
7006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7008 if test "${ac_cv_path_LDD+set}" = set; then
7009 echo $ECHO_N "(cached) $ECHO_C" >&6
7010 else
7011 case $LDD in
7012 [\\/]* | ?:[\\/]*)
7013 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7017 as_dummy="/sbin:/usr/sbin:$PATH"
7018 for as_dir in $as_dummy
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7025 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7026 break 2
7028 done
7029 done
7030 IFS=$as_save_IFS
7032 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7034 esac
7036 LDD=$ac_cv_path_LDD
7037 if test -n "$LDD"; then
7038 { echo "$as_me:$LINENO: result: $LDD" >&5
7039 echo "${ECHO_T}$LDD" >&6; }
7040 else
7041 { echo "$as_me:$LINENO: result: no" >&5
7042 echo "${ECHO_T}no" >&6; }
7047 case $host_os in
7048 cygwin*|mingw32*)
7049 if test -n "$ac_tool_prefix"; then
7050 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7051 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7052 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7053 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7054 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7055 echo $ECHO_N "(cached) $ECHO_C" >&6
7056 else
7057 if test -n "$DLLTOOL"; then
7058 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7059 else
7060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7061 for as_dir in $PATH
7063 IFS=$as_save_IFS
7064 test -z "$as_dir" && as_dir=.
7065 for ac_exec_ext in '' $ac_executable_extensions; do
7066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7069 break 2
7071 done
7072 done
7073 IFS=$as_save_IFS
7077 DLLTOOL=$ac_cv_prog_DLLTOOL
7078 if test -n "$DLLTOOL"; then
7079 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7080 echo "${ECHO_T}$DLLTOOL" >&6; }
7081 else
7082 { echo "$as_me:$LINENO: result: no" >&5
7083 echo "${ECHO_T}no" >&6; }
7088 if test -z "$ac_cv_prog_DLLTOOL"; then
7089 ac_ct_DLLTOOL=$DLLTOOL
7090 # Extract the first word of "dlltool", so it can be a program name with args.
7091 set dummy dlltool; ac_word=$2
7092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7094 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7095 echo $ECHO_N "(cached) $ECHO_C" >&6
7096 else
7097 if test -n "$ac_ct_DLLTOOL"; then
7098 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7099 else
7100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 for as_dir in $PATH
7103 IFS=$as_save_IFS
7104 test -z "$as_dir" && as_dir=.
7105 for ac_exec_ext in '' $ac_executable_extensions; do
7106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7109 break 2
7111 done
7112 done
7113 IFS=$as_save_IFS
7117 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7118 if test -n "$ac_ct_DLLTOOL"; then
7119 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7120 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7121 else
7122 { echo "$as_me:$LINENO: result: no" >&5
7123 echo "${ECHO_T}no" >&6; }
7126 if test "x$ac_ct_DLLTOOL" = x; then
7127 DLLTOOL="false"
7128 else
7129 case $cross_compiling:$ac_tool_warned in
7130 yes:)
7131 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7132 whose name does not start with the host triplet. If you think this
7133 configuration is useful to you, please write to autoconf@gnu.org." >&5
7134 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7135 whose name does not start with the host triplet. If you think this
7136 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7137 ac_tool_warned=yes ;;
7138 esac
7139 DLLTOOL=$ac_ct_DLLTOOL
7141 else
7142 DLLTOOL="$ac_cv_prog_DLLTOOL"
7145 if test -n "$ac_tool_prefix"; then
7146 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7147 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7150 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6
7152 else
7153 if test -n "$DLLWRAP"; then
7154 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7155 else
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7157 for as_dir in $PATH
7159 IFS=$as_save_IFS
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7163 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7165 break 2
7167 done
7168 done
7169 IFS=$as_save_IFS
7173 DLLWRAP=$ac_cv_prog_DLLWRAP
7174 if test -n "$DLLWRAP"; then
7175 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7176 echo "${ECHO_T}$DLLWRAP" >&6; }
7177 else
7178 { echo "$as_me:$LINENO: result: no" >&5
7179 echo "${ECHO_T}no" >&6; }
7184 if test -z "$ac_cv_prog_DLLWRAP"; then
7185 ac_ct_DLLWRAP=$DLLWRAP
7186 # Extract the first word of "dllwrap", so it can be a program name with args.
7187 set dummy dllwrap; ac_word=$2
7188 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7190 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7191 echo $ECHO_N "(cached) $ECHO_C" >&6
7192 else
7193 if test -n "$ac_ct_DLLWRAP"; then
7194 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7195 else
7196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 for as_dir in $PATH
7199 IFS=$as_save_IFS
7200 test -z "$as_dir" && as_dir=.
7201 for ac_exec_ext in '' $ac_executable_extensions; do
7202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7205 break 2
7207 done
7208 done
7209 IFS=$as_save_IFS
7213 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7214 if test -n "$ac_ct_DLLWRAP"; then
7215 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7216 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7217 else
7218 { echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6; }
7222 if test "x$ac_ct_DLLWRAP" = x; then
7223 DLLWRAP="false"
7224 else
7225 case $cross_compiling:$ac_tool_warned in
7226 yes:)
7227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7228 whose name does not start with the host triplet. If you think this
7229 configuration is useful to you, please write to autoconf@gnu.org." >&5
7230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7231 whose name does not start with the host triplet. If you think this
7232 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7233 ac_tool_warned=yes ;;
7234 esac
7235 DLLWRAP=$ac_ct_DLLWRAP
7237 else
7238 DLLWRAP="$ac_cv_prog_DLLWRAP"
7241 if test -n "$ac_tool_prefix"; then
7242 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7243 set dummy ${ac_tool_prefix}ar; ac_word=$2
7244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7246 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7247 echo $ECHO_N "(cached) $ECHO_C" >&6
7248 else
7249 if test -n "$MINGWAR"; then
7250 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7251 else
7252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7253 for as_dir in $PATH
7255 IFS=$as_save_IFS
7256 test -z "$as_dir" && as_dir=.
7257 for ac_exec_ext in '' $ac_executable_extensions; do
7258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7259 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 break 2
7263 done
7264 done
7265 IFS=$as_save_IFS
7269 MINGWAR=$ac_cv_prog_MINGWAR
7270 if test -n "$MINGWAR"; then
7271 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7272 echo "${ECHO_T}$MINGWAR" >&6; }
7273 else
7274 { echo "$as_me:$LINENO: result: no" >&5
7275 echo "${ECHO_T}no" >&6; }
7280 if test -z "$ac_cv_prog_MINGWAR"; then
7281 ac_ct_MINGWAR=$MINGWAR
7282 # Extract the first word of "ar", so it can be a program name with args.
7283 set dummy ar; ac_word=$2
7284 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7286 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7287 echo $ECHO_N "(cached) $ECHO_C" >&6
7288 else
7289 if test -n "$ac_ct_MINGWAR"; then
7290 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7291 else
7292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7293 for as_dir in $PATH
7295 IFS=$as_save_IFS
7296 test -z "$as_dir" && as_dir=.
7297 for ac_exec_ext in '' $ac_executable_extensions; do
7298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7299 ac_cv_prog_ac_ct_MINGWAR="ar"
7300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7301 break 2
7303 done
7304 done
7305 IFS=$as_save_IFS
7309 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7310 if test -n "$ac_ct_MINGWAR"; then
7311 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7312 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7313 else
7314 { echo "$as_me:$LINENO: result: no" >&5
7315 echo "${ECHO_T}no" >&6; }
7318 if test "x$ac_ct_MINGWAR" = x; then
7319 MINGWAR="false"
7320 else
7321 case $cross_compiling:$ac_tool_warned in
7322 yes:)
7323 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7324 whose name does not start with the host triplet. If you think this
7325 configuration is useful to you, please write to autoconf@gnu.org." >&5
7326 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7327 whose name does not start with the host triplet. If you think this
7328 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7329 ac_tool_warned=yes ;;
7330 esac
7331 MINGWAR=$ac_ct_MINGWAR
7333 else
7334 MINGWAR="$ac_cv_prog_MINGWAR"
7337 if test "$DLLWRAP" = "false"; then
7338 LIBEXT="a"
7339 else
7340 LIBEXT="dll"
7342 IMPLIBEXT="a"
7343 WIN16_FILES=""
7344 WIN16_INSTALL=""
7345 enable_iphlpapi=${enable_iphlpapi:-no}
7346 enable_kernel32=${enable_kernel32:-no}
7347 enable_msvcrt=${enable_msvcrt:-no}
7348 enable_ntdll=${enable_ntdll:-no}
7349 enable_ws2_32=${enable_ws2_32:-no}
7350 enable_loader=${enable_loader:-no}
7351 enable_server=${enable_server:-no}
7352 with_x=${with_x:-no}
7353 with_pthread=${with_pthread:-no}
7355 darwin*|macosx*)
7356 DLLEXT=".so"
7357 LIBEXT="dylib"
7358 DLLFLAGS="$DLLFLAGS -fPIC"
7359 LDDLLFLAGS="-bundle -multiply_defined suppress"
7360 LIBWINE_LDFLAGS="-multiply_defined suppress"
7361 LDSHARED="\$(CC) -dynamiclib"
7362 STRIP="$STRIP -x"
7363 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7364 SECURITYLIB="-framework Security -framework CoreFoundation"
7366 COREFOUNDATIONLIB="-framework CoreFoundation"
7368 IOKITLIB="-framework IOKit -framework CoreFoundation"
7370 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7372 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7373 then
7374 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7377 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7378 then
7379 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7382 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7383 then
7384 ac_save_LIBS="$LIBS"
7385 LIBS="$LIBS $IOKITLIB"
7387 for ac_func in IOHIDManagerCreate
7389 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7390 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7392 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6
7394 else
7395 cat >conftest.$ac_ext <<_ACEOF
7396 /* confdefs.h. */
7397 _ACEOF
7398 cat confdefs.h >>conftest.$ac_ext
7399 cat >>conftest.$ac_ext <<_ACEOF
7400 /* end confdefs.h. */
7401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7403 #define $ac_func innocuous_$ac_func
7405 /* System header to define __stub macros and hopefully few prototypes,
7406 which can conflict with char $ac_func (); below.
7407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7408 <limits.h> exists even on freestanding compilers. */
7410 #ifdef __STDC__
7411 # include <limits.h>
7412 #else
7413 # include <assert.h>
7414 #endif
7416 #undef $ac_func
7418 /* Override any GCC internal prototype to avoid an error.
7419 Use char because int might match the return type of a GCC
7420 builtin and then its argument prototype would still apply. */
7421 #ifdef __cplusplus
7422 extern "C"
7423 #endif
7424 char $ac_func ();
7425 /* The GNU C library defines this for functions which it implements
7426 to always fail with ENOSYS. Some functions are actually named
7427 something starting with __ and the normal name is an alias. */
7428 #if defined __stub_$ac_func || defined __stub___$ac_func
7429 choke me
7430 #endif
7433 main ()
7435 return $ac_func ();
7437 return 0;
7439 _ACEOF
7440 rm -f conftest.$ac_objext conftest$ac_exeext
7441 if { (ac_try="$ac_link"
7442 case "(($ac_try" in
7443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7444 *) ac_try_echo=$ac_try;;
7445 esac
7446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7447 (eval "$ac_link") 2>conftest.er1
7448 ac_status=$?
7449 grep -v '^ *+' conftest.er1 >conftest.err
7450 rm -f conftest.er1
7451 cat conftest.err >&5
7452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 (exit $ac_status); } && {
7454 test -z "$ac_c_werror_flag" ||
7455 test ! -s conftest.err
7456 } && test -s conftest$ac_exeext &&
7457 $as_test_x conftest$ac_exeext; then
7458 eval "$as_ac_var=yes"
7459 else
7460 echo "$as_me: failed program was:" >&5
7461 sed 's/^/| /' conftest.$ac_ext >&5
7463 eval "$as_ac_var=no"
7466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7467 conftest$ac_exeext conftest.$ac_ext
7469 ac_res=`eval echo '${'$as_ac_var'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7472 if test `eval echo '${'$as_ac_var'}'` = yes; then
7473 cat >>confdefs.h <<_ACEOF
7474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7475 _ACEOF
7478 done
7480 LIBS="$ac_save_LIBS"
7482 case $host_cpu in
7483 *powerpc*)
7484 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7485 esac
7486 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7487 then
7488 CARBONLIB="-framework Carbon"
7490 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7494 DLLFLAGS="$DLLFLAGS -fPIC"
7495 DLLEXT=".so"
7496 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7497 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7498 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7500 else
7501 ac_wine_try_cflags_saved=$CFLAGS
7502 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7503 cat >conftest.$ac_ext <<_ACEOF
7504 void myfunc() {}
7505 _ACEOF
7506 rm -f conftest.$ac_objext conftest$ac_exeext
7507 if { (ac_try="$ac_link"
7508 case "(($ac_try" in
7509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7510 *) ac_try_echo=$ac_try;;
7511 esac
7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7513 (eval "$ac_link") 2>conftest.er1
7514 ac_status=$?
7515 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -f conftest.er1
7517 cat conftest.err >&5
7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519 (exit $ac_status); } && {
7520 test -z "$ac_c_werror_flag" ||
7521 test ! -s conftest.err
7522 } && test -s conftest$ac_exeext &&
7523 $as_test_x conftest$ac_exeext; then
7524 ac_cv_c_dll_gnuelf="yes"
7525 else
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7529 ac_cv_c_dll_gnuelf="no"
7532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7533 conftest$ac_exeext conftest.$ac_ext
7534 CFLAGS=$ac_wine_try_cflags_saved
7536 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7537 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7538 if test "$ac_cv_c_dll_gnuelf" = "yes"
7539 then
7540 LDSHARED="\$(CC) -shared"
7541 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7542 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7543 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7544 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7545 echo $ECHO_N "(cached) $ECHO_C" >&6
7546 else
7547 ac_wine_try_cflags_saved=$CFLAGS
7548 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7549 cat >conftest.$ac_ext <<_ACEOF
7550 /* confdefs.h. */
7551 _ACEOF
7552 cat confdefs.h >>conftest.$ac_ext
7553 cat >>conftest.$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7557 main ()
7561 return 0;
7563 _ACEOF
7564 rm -f conftest.$ac_objext conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7566 case "(($ac_try" in
7567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568 *) ac_try_echo=$ac_try;;
7569 esac
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571 (eval "$ac_link") 2>conftest.er1
7572 ac_status=$?
7573 grep -v '^ *+' conftest.er1 >conftest.err
7574 rm -f conftest.er1
7575 cat conftest.err >&5
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); } && {
7578 test -z "$ac_c_werror_flag" ||
7579 test ! -s conftest.err
7580 } && test -s conftest$ac_exeext &&
7581 $as_test_x conftest$ac_exeext; then
7582 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7583 else
7584 echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.$ac_ext >&5
7587 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7591 conftest$ac_exeext conftest.$ac_ext
7592 CFLAGS=$ac_wine_try_cflags_saved
7594 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7595 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7596 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7597 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7598 else
7599 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7600 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7601 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7602 echo $ECHO_N "(cached) $ECHO_C" >&6
7603 else
7604 ac_wine_try_cflags_saved=$CFLAGS
7605 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7606 cat >conftest.$ac_ext <<_ACEOF
7607 /* confdefs.h. */
7608 _ACEOF
7609 cat confdefs.h >>conftest.$ac_ext
7610 cat >>conftest.$ac_ext <<_ACEOF
7611 /* end confdefs.h. */
7614 main ()
7618 return 0;
7620 _ACEOF
7621 rm -f conftest.$ac_objext conftest$ac_exeext
7622 if { (ac_try="$ac_link"
7623 case "(($ac_try" in
7624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7625 *) ac_try_echo=$ac_try;;
7626 esac
7627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7628 (eval "$ac_link") 2>conftest.er1
7629 ac_status=$?
7630 grep -v '^ *+' conftest.er1 >conftest.err
7631 rm -f conftest.er1
7632 cat conftest.err >&5
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); } && {
7635 test -z "$ac_c_werror_flag" ||
7636 test ! -s conftest.err
7637 } && test -s conftest$ac_exeext &&
7638 $as_test_x conftest$ac_exeext; then
7639 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7640 else
7641 echo "$as_me: failed program was:" >&5
7642 sed 's/^/| /' conftest.$ac_ext >&5
7644 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7648 conftest$ac_exeext conftest.$ac_ext
7649 CFLAGS=$ac_wine_try_cflags_saved
7651 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7652 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7653 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7654 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7660 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7661 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7662 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7663 echo $ECHO_N "(cached) $ECHO_C" >&6
7664 else
7665 ac_wine_try_cflags_saved=$CFLAGS
7666 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7667 cat >conftest.$ac_ext <<_ACEOF
7668 /* confdefs.h. */
7669 _ACEOF
7670 cat confdefs.h >>conftest.$ac_ext
7671 cat >>conftest.$ac_ext <<_ACEOF
7672 /* end confdefs.h. */
7675 main ()
7679 return 0;
7681 _ACEOF
7682 rm -f conftest.$ac_objext conftest$ac_exeext
7683 if { (ac_try="$ac_link"
7684 case "(($ac_try" in
7685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7686 *) ac_try_echo=$ac_try;;
7687 esac
7688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7689 (eval "$ac_link") 2>conftest.er1
7690 ac_status=$?
7691 grep -v '^ *+' conftest.er1 >conftest.err
7692 rm -f conftest.er1
7693 cat conftest.err >&5
7694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); } && {
7696 test -z "$ac_c_werror_flag" ||
7697 test ! -s conftest.err
7698 } && test -s conftest$ac_exeext &&
7699 $as_test_x conftest$ac_exeext; then
7700 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7701 else
7702 echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7709 conftest$ac_exeext conftest.$ac_ext
7710 CFLAGS=$ac_wine_try_cflags_saved
7712 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7713 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7714 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7715 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7719 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7720 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7721 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6
7723 else
7724 ac_wine_try_cflags_saved=$CFLAGS
7725 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7726 cat >conftest.$ac_ext <<_ACEOF
7727 /* confdefs.h. */
7728 _ACEOF
7729 cat confdefs.h >>conftest.$ac_ext
7730 cat >>conftest.$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7734 main ()
7738 return 0;
7740 _ACEOF
7741 rm -f conftest.$ac_objext conftest$ac_exeext
7742 if { (ac_try="$ac_link"
7743 case "(($ac_try" in
7744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7745 *) ac_try_echo=$ac_try;;
7746 esac
7747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7748 (eval "$ac_link") 2>conftest.er1
7749 ac_status=$?
7750 grep -v '^ *+' conftest.er1 >conftest.err
7751 rm -f conftest.er1
7752 cat conftest.err >&5
7753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7754 (exit $ac_status); } && {
7755 test -z "$ac_c_werror_flag" ||
7756 test ! -s conftest.err
7757 } && test -s conftest$ac_exeext &&
7758 $as_test_x conftest$ac_exeext; then
7759 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7760 else
7761 echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.$ac_ext >&5
7764 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7768 conftest$ac_exeext conftest.$ac_ext
7769 CFLAGS=$ac_wine_try_cflags_saved
7771 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7772 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7773 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7774 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7778 echo '{ global: *; };' >conftest.map
7779 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7780 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7781 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7782 echo $ECHO_N "(cached) $ECHO_C" >&6
7783 else
7784 ac_wine_try_cflags_saved=$CFLAGS
7785 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7786 cat >conftest.$ac_ext <<_ACEOF
7787 /* confdefs.h. */
7788 _ACEOF
7789 cat confdefs.h >>conftest.$ac_ext
7790 cat >>conftest.$ac_ext <<_ACEOF
7791 /* end confdefs.h. */
7794 main ()
7798 return 0;
7800 _ACEOF
7801 rm -f conftest.$ac_objext conftest$ac_exeext
7802 if { (ac_try="$ac_link"
7803 case "(($ac_try" in
7804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7805 *) ac_try_echo=$ac_try;;
7806 esac
7807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7808 (eval "$ac_link") 2>conftest.er1
7809 ac_status=$?
7810 grep -v '^ *+' conftest.er1 >conftest.err
7811 rm -f conftest.er1
7812 cat conftest.err >&5
7813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } && {
7815 test -z "$ac_c_werror_flag" ||
7816 test ! -s conftest.err
7817 } && test -s conftest$ac_exeext &&
7818 $as_test_x conftest$ac_exeext; then
7819 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7820 else
7821 echo "$as_me: failed program was:" >&5
7822 sed 's/^/| /' conftest.$ac_ext >&5
7824 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7828 conftest$ac_exeext conftest.$ac_ext
7829 CFLAGS=$ac_wine_try_cflags_saved
7831 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7832 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7833 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7834 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7837 rm -f conftest.map
7839 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7840 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7841 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7842 echo $ECHO_N "(cached) $ECHO_C" >&6
7843 else
7844 ac_wine_try_cflags_saved=$CFLAGS
7845 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7846 cat >conftest.$ac_ext <<_ACEOF
7847 /* confdefs.h. */
7848 _ACEOF
7849 cat confdefs.h >>conftest.$ac_ext
7850 cat >>conftest.$ac_ext <<_ACEOF
7851 /* end confdefs.h. */
7854 main ()
7858 return 0;
7860 _ACEOF
7861 rm -f conftest.$ac_objext conftest$ac_exeext
7862 if { (ac_try="$ac_link"
7863 case "(($ac_try" in
7864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7865 *) ac_try_echo=$ac_try;;
7866 esac
7867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7868 (eval "$ac_link") 2>conftest.er1
7869 ac_status=$?
7870 grep -v '^ *+' conftest.er1 >conftest.err
7871 rm -f conftest.er1
7872 cat conftest.err >&5
7873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874 (exit $ac_status); } && {
7875 test -z "$ac_c_werror_flag" ||
7876 test ! -s conftest.err
7877 } && test -s conftest$ac_exeext &&
7878 $as_test_x conftest$ac_exeext; then
7879 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7880 else
7881 echo "$as_me: failed program was:" >&5
7882 sed 's/^/| /' conftest.$ac_ext >&5
7884 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7888 conftest$ac_exeext conftest.$ac_ext
7889 CFLAGS=$ac_wine_try_cflags_saved
7891 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7892 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7893 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7894 LDEXECFLAGS="-Wl,--export-dynamic"
7899 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7900 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7901 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7903 echo $ECHO_N "(cached) $ECHO_C" >&6
7904 else
7905 ac_wine_try_cflags_saved=$CFLAGS
7906 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7907 cat >conftest.$ac_ext <<_ACEOF
7908 /* confdefs.h. */
7909 _ACEOF
7910 cat confdefs.h >>conftest.$ac_ext
7911 cat >>conftest.$ac_ext <<_ACEOF
7912 /* end confdefs.h. */
7915 main ()
7919 return 0;
7921 _ACEOF
7922 rm -f conftest.$ac_objext conftest$ac_exeext
7923 if { (ac_try="$ac_link"
7924 case "(($ac_try" in
7925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7926 *) ac_try_echo=$ac_try;;
7927 esac
7928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7929 (eval "$ac_link") 2>conftest.er1
7930 ac_status=$?
7931 grep -v '^ *+' conftest.er1 >conftest.err
7932 rm -f conftest.er1
7933 cat conftest.err >&5
7934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935 (exit $ac_status); } && {
7936 test -z "$ac_c_werror_flag" ||
7937 test ! -s conftest.err
7938 } && test -s conftest$ac_exeext &&
7939 $as_test_x conftest$ac_exeext; then
7940 eval "$as_ac_var=yes"
7941 else
7942 echo "$as_me: failed program was:" >&5
7943 sed 's/^/| /' conftest.$ac_ext >&5
7945 eval "$as_ac_var=no"
7948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7949 conftest$ac_exeext conftest.$ac_ext
7950 CFLAGS=$ac_wine_try_cflags_saved
7952 ac_res=`eval echo '${'$as_ac_var'}'`
7953 { echo "$as_me:$LINENO: result: $ac_res" >&5
7954 echo "${ECHO_T}$ac_res" >&6; }
7955 if test `eval echo '${'$as_ac_var'}'` = yes; then
7956 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7957 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7958 else
7959 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7960 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7961 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7963 echo $ECHO_N "(cached) $ECHO_C" >&6
7964 else
7965 ac_wine_try_cflags_saved=$CFLAGS
7966 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7967 cat >conftest.$ac_ext <<_ACEOF
7968 /* confdefs.h. */
7969 _ACEOF
7970 cat confdefs.h >>conftest.$ac_ext
7971 cat >>conftest.$ac_ext <<_ACEOF
7972 /* end confdefs.h. */
7975 main ()
7979 return 0;
7981 _ACEOF
7982 rm -f conftest.$ac_objext conftest$ac_exeext
7983 if { (ac_try="$ac_link"
7984 case "(($ac_try" in
7985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7986 *) ac_try_echo=$ac_try;;
7987 esac
7988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7989 (eval "$ac_link") 2>conftest.er1
7990 ac_status=$?
7991 grep -v '^ *+' conftest.er1 >conftest.err
7992 rm -f conftest.er1
7993 cat conftest.err >&5
7994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7995 (exit $ac_status); } && {
7996 test -z "$ac_c_werror_flag" ||
7997 test ! -s conftest.err
7998 } && test -s conftest$ac_exeext &&
7999 $as_test_x conftest$ac_exeext; then
8000 eval "$as_ac_var=yes"
8001 else
8002 echo "$as_me: failed program was:" >&5
8003 sed 's/^/| /' conftest.$ac_ext >&5
8005 eval "$as_ac_var=no"
8008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8009 conftest$ac_exeext conftest.$ac_ext
8010 CFLAGS=$ac_wine_try_cflags_saved
8012 ac_res=`eval echo '${'$as_ac_var'}'`
8013 { echo "$as_me:$LINENO: result: $ac_res" >&5
8014 echo "${ECHO_T}$ac_res" >&6; }
8015 if test `eval echo '${'$as_ac_var'}'` = yes; then
8016 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8017 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8023 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8024 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8025 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8026 echo $ECHO_N "(cached) $ECHO_C" >&6
8027 else
8028 ac_wine_try_cflags_saved=$CFLAGS
8029 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8030 cat >conftest.$ac_ext <<_ACEOF
8031 /* confdefs.h. */
8032 _ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8038 main ()
8042 return 0;
8044 _ACEOF
8045 rm -f conftest.$ac_objext conftest$ac_exeext
8046 if { (ac_try="$ac_link"
8047 case "(($ac_try" in
8048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8049 *) ac_try_echo=$ac_try;;
8050 esac
8051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8052 (eval "$ac_link") 2>conftest.er1
8053 ac_status=$?
8054 grep -v '^ *+' conftest.er1 >conftest.err
8055 rm -f conftest.er1
8056 cat conftest.err >&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } && {
8059 test -z "$ac_c_werror_flag" ||
8060 test ! -s conftest.err
8061 } && test -s conftest$ac_exeext &&
8062 $as_test_x conftest$ac_exeext; then
8063 ac_cv_cflags__Wl___enable_new_dtags=yes
8064 else
8065 echo "$as_me: failed program was:" >&5
8066 sed 's/^/| /' conftest.$ac_ext >&5
8068 ac_cv_cflags__Wl___enable_new_dtags=no
8071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8072 conftest$ac_exeext conftest.$ac_ext
8073 CFLAGS=$ac_wine_try_cflags_saved
8075 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8076 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8077 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8078 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8082 case $host_cpu in
8083 *i[3456789]86* | x86_64)
8084 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8085 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8086 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8087 echo $ECHO_N "(cached) $ECHO_C" >&6
8088 else
8089 ac_wine_try_cflags_saved=$CFLAGS
8090 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8091 cat >conftest.$ac_ext <<_ACEOF
8092 /* confdefs.h. */
8093 _ACEOF
8094 cat confdefs.h >>conftest.$ac_ext
8095 cat >>conftest.$ac_ext <<_ACEOF
8096 /* end confdefs.h. */
8099 main ()
8103 return 0;
8105 _ACEOF
8106 rm -f conftest.$ac_objext conftest$ac_exeext
8107 if { (ac_try="$ac_link"
8108 case "(($ac_try" in
8109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8110 *) ac_try_echo=$ac_try;;
8111 esac
8112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8113 (eval "$ac_link") 2>conftest.er1
8114 ac_status=$?
8115 grep -v '^ *+' conftest.er1 >conftest.err
8116 rm -f conftest.er1
8117 cat conftest.err >&5
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); } && {
8120 test -z "$ac_c_werror_flag" ||
8121 test ! -s conftest.err
8122 } && test -s conftest$ac_exeext &&
8123 $as_test_x conftest$ac_exeext; then
8124 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8125 else
8126 echo "$as_me: failed program was:" >&5
8127 sed 's/^/| /' conftest.$ac_ext >&5
8129 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8133 conftest$ac_exeext conftest.$ac_ext
8134 CFLAGS=$ac_wine_try_cflags_saved
8136 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8137 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8138 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8139 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8143 esac
8145 else
8146 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8147 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8148 if test "${ac_cv_c_dll_unixware+set}" = set; then
8149 echo $ECHO_N "(cached) $ECHO_C" >&6
8150 else
8151 ac_wine_try_cflags_saved=$CFLAGS
8152 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8153 cat >conftest.$ac_ext <<_ACEOF
8154 void myfunc() {}
8155 _ACEOF
8156 rm -f conftest.$ac_objext conftest$ac_exeext
8157 if { (ac_try="$ac_link"
8158 case "(($ac_try" in
8159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8160 *) ac_try_echo=$ac_try;;
8161 esac
8162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8163 (eval "$ac_link") 2>conftest.er1
8164 ac_status=$?
8165 grep -v '^ *+' conftest.er1 >conftest.err
8166 rm -f conftest.er1
8167 cat conftest.err >&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 (exit $ac_status); } && {
8170 test -z "$ac_c_werror_flag" ||
8171 test ! -s conftest.err
8172 } && test -s conftest$ac_exeext &&
8173 $as_test_x conftest$ac_exeext; then
8174 ac_cv_c_dll_unixware="yes"
8175 else
8176 echo "$as_me: failed program was:" >&5
8177 sed 's/^/| /' conftest.$ac_ext >&5
8179 ac_cv_c_dll_unixware="no"
8182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8183 conftest$ac_exeext conftest.$ac_ext
8184 CFLAGS=$ac_wine_try_cflags_saved
8186 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8187 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8188 if test "$ac_cv_c_dll_unixware" = "yes"
8189 then
8190 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8191 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8193 else
8194 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8195 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8196 if test "${ac_cv_c_dll_hpux+set}" = set; then
8197 echo $ECHO_N "(cached) $ECHO_C" >&6
8198 else
8199 ac_wine_try_cflags_saved=$CFLAGS
8200 CFLAGS="$CFLAGS -shared"
8201 cat >conftest.$ac_ext <<_ACEOF
8202 void myfunc() {}
8203 _ACEOF
8204 rm -f conftest.$ac_objext conftest$ac_exeext
8205 if { (ac_try="$ac_link"
8206 case "(($ac_try" in
8207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8208 *) ac_try_echo=$ac_try;;
8209 esac
8210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8211 (eval "$ac_link") 2>conftest.er1
8212 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && {
8218 test -z "$ac_c_werror_flag" ||
8219 test ! -s conftest.err
8220 } && test -s conftest$ac_exeext &&
8221 $as_test_x conftest$ac_exeext; then
8222 ac_cv_c_dll_hpux="yes"
8223 else
8224 echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.$ac_ext >&5
8227 ac_cv_c_dll_hpux="no"
8230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8231 conftest$ac_exeext conftest.$ac_ext
8232 CFLAGS=$ac_wine_try_cflags_saved
8234 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8235 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8236 if test "$ac_cv_c_dll_hpux" = "yes"
8237 then
8238 LIBEXT="sl"
8239 DLLEXT=".sl"
8240 LDDLLFLAGS="-shared -fPIC"
8241 LDSHARED="\$(CC) -shared"
8246 esac
8248 enable_winequartz_drv=${enable_winequartz_drv:-no}
8250 if test "$LIBEXT" = "a"; then
8251 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8252 It is currently not possible to build Wine without shared library
8253 (.so) support to allow transparent switch between .so and .dll files.
8254 If you are using Linux, you will need a newer binutils.
8255 " >&5
8256 echo "$as_me: error: could not find a way to build shared libraries.
8257 It is currently not possible to build Wine without shared library
8258 (.so) support to allow transparent switch between .so and .dll files.
8259 If you are using Linux, you will need a newer binutils.
8260 " >&2;}
8261 { (exit 1); exit 1; }; }
8264 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8265 then
8266 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
8268 # Extract the first word of "$ac_prog", so it can be a program name with args.
8269 set dummy $ac_prog; ac_word=$2
8270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8272 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8273 echo $ECHO_N "(cached) $ECHO_C" >&6
8274 else
8275 if test -n "$CROSSCC"; then
8276 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8277 else
8278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8279 for as_dir in $PATH
8281 IFS=$as_save_IFS
8282 test -z "$as_dir" && as_dir=.
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8285 ac_cv_prog_CROSSCC="$ac_prog"
8286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8287 break 2
8289 done
8290 done
8291 IFS=$as_save_IFS
8295 CROSSCC=$ac_cv_prog_CROSSCC
8296 if test -n "$CROSSCC"; then
8297 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8298 echo "${ECHO_T}$CROSSCC" >&6; }
8299 else
8300 { echo "$as_me:$LINENO: result: no" >&5
8301 echo "${ECHO_T}no" >&6; }
8305 test -n "$CROSSCC" && break
8306 done
8307 test -n "$CROSSCC" || CROSSCC="false"
8309 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
8311 # Extract the first word of "$ac_prog", so it can be a program name with args.
8312 set dummy $ac_prog; ac_word=$2
8313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8315 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8316 echo $ECHO_N "(cached) $ECHO_C" >&6
8317 else
8318 if test -n "$DLLTOOL"; then
8319 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8320 else
8321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8322 for as_dir in $PATH
8324 IFS=$as_save_IFS
8325 test -z "$as_dir" && as_dir=.
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8328 ac_cv_prog_DLLTOOL="$ac_prog"
8329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8330 break 2
8332 done
8333 done
8334 IFS=$as_save_IFS
8338 DLLTOOL=$ac_cv_prog_DLLTOOL
8339 if test -n "$DLLTOOL"; then
8340 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8341 echo "${ECHO_T}$DLLTOOL" >&6; }
8342 else
8343 { echo "$as_me:$LINENO: result: no" >&5
8344 echo "${ECHO_T}no" >&6; }
8348 test -n "$DLLTOOL" && break
8349 done
8350 test -n "$DLLTOOL" || DLLTOOL="false"
8352 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
8354 # Extract the first word of "$ac_prog", so it can be a program name with args.
8355 set dummy $ac_prog; ac_word=$2
8356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8358 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8359 echo $ECHO_N "(cached) $ECHO_C" >&6
8360 else
8361 if test -n "$CROSSWINDRES"; then
8362 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8363 else
8364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365 for as_dir in $PATH
8367 IFS=$as_save_IFS
8368 test -z "$as_dir" && as_dir=.
8369 for ac_exec_ext in '' $ac_executable_extensions; do
8370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8371 ac_cv_prog_CROSSWINDRES="$ac_prog"
8372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8373 break 2
8375 done
8376 done
8377 IFS=$as_save_IFS
8381 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8382 if test -n "$CROSSWINDRES"; then
8383 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8384 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8385 else
8386 { echo "$as_me:$LINENO: result: no" >&5
8387 echo "${ECHO_T}no" >&6; }
8391 test -n "$CROSSWINDRES" && break
8392 done
8393 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8395 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
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398 set dummy $ac_prog; ac_word=$2
8399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8401 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8402 echo $ECHO_N "(cached) $ECHO_C" >&6
8403 else
8404 if test -n "$MINGWAR"; then
8405 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8406 else
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408 for as_dir in $PATH
8410 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MINGWAR="$ac_prog"
8415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2
8418 done
8419 done
8420 IFS=$as_save_IFS
8424 MINGWAR=$ac_cv_prog_MINGWAR
8425 if test -n "$MINGWAR"; then
8426 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8427 echo "${ECHO_T}$MINGWAR" >&6; }
8428 else
8429 { echo "$as_me:$LINENO: result: no" >&5
8430 echo "${ECHO_T}no" >&6; }
8434 test -n "$MINGWAR" && break
8435 done
8436 test -n "$MINGWAR" || MINGWAR="false"
8438 if test "$CROSSCC" != "false"
8439 then
8440 CROSSTEST="\$(CROSSTEST)"
8446 if test "$ac_cv_header_pthread_h" = "yes"
8447 then
8448 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8449 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8450 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8451 echo $ECHO_N "(cached) $ECHO_C" >&6
8452 else
8453 ac_check_lib_save_LIBS=$LIBS
8454 LIBS="-lpthread $LIBS"
8455 cat >conftest.$ac_ext <<_ACEOF
8456 /* confdefs.h. */
8457 _ACEOF
8458 cat confdefs.h >>conftest.$ac_ext
8459 cat >>conftest.$ac_ext <<_ACEOF
8460 /* end confdefs.h. */
8462 /* Override any GCC internal prototype to avoid an error.
8463 Use char because int might match the return type of a GCC
8464 builtin and then its argument prototype would still apply. */
8465 #ifdef __cplusplus
8466 extern "C"
8467 #endif
8468 char pthread_create ();
8470 main ()
8472 return pthread_create ();
8474 return 0;
8476 _ACEOF
8477 rm -f conftest.$ac_objext conftest$ac_exeext
8478 if { (ac_try="$ac_link"
8479 case "(($ac_try" in
8480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8481 *) ac_try_echo=$ac_try;;
8482 esac
8483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8484 (eval "$ac_link") 2>conftest.er1
8485 ac_status=$?
8486 grep -v '^ *+' conftest.er1 >conftest.err
8487 rm -f conftest.er1
8488 cat conftest.err >&5
8489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8490 (exit $ac_status); } && {
8491 test -z "$ac_c_werror_flag" ||
8492 test ! -s conftest.err
8493 } && test -s conftest$ac_exeext &&
8494 $as_test_x conftest$ac_exeext; then
8495 ac_cv_lib_pthread_pthread_create=yes
8496 else
8497 echo "$as_me: failed program was:" >&5
8498 sed 's/^/| /' conftest.$ac_ext >&5
8500 ac_cv_lib_pthread_pthread_create=no
8503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8504 conftest$ac_exeext conftest.$ac_ext
8505 LIBS=$ac_check_lib_save_LIBS
8507 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8508 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8509 if test $ac_cv_lib_pthread_pthread_create = yes; then
8510 LIBPTHREAD="-lpthread"
8515 if test "x$LIBPTHREAD" = "x"; then
8516 case "x$with_pthread" in
8517 xno) ;;
8518 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8519 Wine cannot support threads without libpthread.
8520 Use the --without-pthread option if you really want this." >&5
8521 echo "$as_me: error: pthread ${notice_platform}development files not found.
8522 Wine cannot support threads without libpthread.
8523 Use the --without-pthread option if you really want this." >&2;}
8524 { (exit 1); exit 1; }; } ;;
8525 esac
8530 { echo "$as_me:$LINENO: checking for X" >&5
8531 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8534 # Check whether --with-x was given.
8535 if test "${with_x+set}" = set; then
8536 withval=$with_x;
8539 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8540 if test "x$with_x" = xno; then
8541 # The user explicitly disabled X.
8542 have_x=disabled
8543 else
8544 case $x_includes,$x_libraries in #(
8545 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8546 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8547 { (exit 1); exit 1; }; };; #(
8548 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8549 echo $ECHO_N "(cached) $ECHO_C" >&6
8550 else
8551 # One or both of the vars are not set, and there is no cached value.
8552 ac_x_includes=no ac_x_libraries=no
8553 rm -f -r conftest.dir
8554 if mkdir conftest.dir; then
8555 cd conftest.dir
8556 cat >Imakefile <<'_ACEOF'
8557 incroot:
8558 @echo incroot='${INCROOT}'
8559 usrlibdir:
8560 @echo usrlibdir='${USRLIBDIR}'
8561 libdir:
8562 @echo libdir='${LIBDIR}'
8563 _ACEOF
8564 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8565 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8566 for ac_var in incroot usrlibdir libdir; do
8567 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8568 done
8569 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8570 for ac_extension in a so sl; do
8571 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8572 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8573 ac_im_usrlibdir=$ac_im_libdir; break
8575 done
8576 # Screen out bogus values from the imake configuration. They are
8577 # bogus both because they are the default anyway, and because
8578 # using them would break gcc on systems where it needs fixed includes.
8579 case $ac_im_incroot in
8580 /usr/include) ac_x_includes= ;;
8581 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8582 esac
8583 case $ac_im_usrlibdir in
8584 /usr/lib | /lib) ;;
8585 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8586 esac
8588 cd ..
8589 rm -f -r conftest.dir
8592 # Standard set of common directories for X headers.
8593 # Check X11 before X11Rn because it is often a symlink to the current release.
8594 ac_x_header_dirs='
8595 /usr/X11/include
8596 /usr/X11R6/include
8597 /usr/X11R5/include
8598 /usr/X11R4/include
8600 /usr/include/X11
8601 /usr/include/X11R6
8602 /usr/include/X11R5
8603 /usr/include/X11R4
8605 /usr/local/X11/include
8606 /usr/local/X11R6/include
8607 /usr/local/X11R5/include
8608 /usr/local/X11R4/include
8610 /usr/local/include/X11
8611 /usr/local/include/X11R6
8612 /usr/local/include/X11R5
8613 /usr/local/include/X11R4
8615 /usr/X386/include
8616 /usr/x386/include
8617 /usr/XFree86/include/X11
8619 /usr/include
8620 /usr/local/include
8621 /usr/unsupported/include
8622 /usr/athena/include
8623 /usr/local/x11r5/include
8624 /usr/lpp/Xamples/include
8626 /usr/openwin/include
8627 /usr/openwin/share/include'
8629 if test "$ac_x_includes" = no; then
8630 # Guess where to find include files, by looking for Xlib.h.
8631 # First, try using that file with no special directory specified.
8632 cat >conftest.$ac_ext <<_ACEOF
8633 /* confdefs.h. */
8634 _ACEOF
8635 cat confdefs.h >>conftest.$ac_ext
8636 cat >>conftest.$ac_ext <<_ACEOF
8637 /* end confdefs.h. */
8638 #include <X11/Xlib.h>
8639 _ACEOF
8640 if { (ac_try="$ac_cpp conftest.$ac_ext"
8641 case "(($ac_try" in
8642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8643 *) ac_try_echo=$ac_try;;
8644 esac
8645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8647 ac_status=$?
8648 grep -v '^ *+' conftest.er1 >conftest.err
8649 rm -f conftest.er1
8650 cat conftest.err >&5
8651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8652 (exit $ac_status); } >/dev/null && {
8653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8654 test ! -s conftest.err
8655 }; then
8656 # We can compile using X headers with no special include directory.
8657 ac_x_includes=
8658 else
8659 echo "$as_me: failed program was:" >&5
8660 sed 's/^/| /' conftest.$ac_ext >&5
8662 for ac_dir in $ac_x_header_dirs; do
8663 if test -r "$ac_dir/X11/Xlib.h"; then
8664 ac_x_includes=$ac_dir
8665 break
8667 done
8670 rm -f conftest.err conftest.$ac_ext
8671 fi # $ac_x_includes = no
8673 if test "$ac_x_libraries" = no; then
8674 # Check for the libraries.
8675 # See if we find them without any special options.
8676 # Don't add to $LIBS permanently.
8677 ac_save_LIBS=$LIBS
8678 LIBS="-lX11 $LIBS"
8679 cat >conftest.$ac_ext <<_ACEOF
8680 /* confdefs.h. */
8681 _ACEOF
8682 cat confdefs.h >>conftest.$ac_ext
8683 cat >>conftest.$ac_ext <<_ACEOF
8684 /* end confdefs.h. */
8685 #include <X11/Xlib.h>
8687 main ()
8689 XrmInitialize ()
8691 return 0;
8693 _ACEOF
8694 rm -f conftest.$ac_objext conftest$ac_exeext
8695 if { (ac_try="$ac_link"
8696 case "(($ac_try" in
8697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8698 *) ac_try_echo=$ac_try;;
8699 esac
8700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8701 (eval "$ac_link") 2>conftest.er1
8702 ac_status=$?
8703 grep -v '^ *+' conftest.er1 >conftest.err
8704 rm -f conftest.er1
8705 cat conftest.err >&5
8706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8707 (exit $ac_status); } && {
8708 test -z "$ac_c_werror_flag" ||
8709 test ! -s conftest.err
8710 } && test -s conftest$ac_exeext &&
8711 $as_test_x conftest$ac_exeext; then
8712 LIBS=$ac_save_LIBS
8713 # We can link X programs with no special library path.
8714 ac_x_libraries=
8715 else
8716 echo "$as_me: failed program was:" >&5
8717 sed 's/^/| /' conftest.$ac_ext >&5
8719 LIBS=$ac_save_LIBS
8720 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8722 # Don't even attempt the hair of trying to link an X program!
8723 for ac_extension in a so sl; do
8724 if test -r "$ac_dir/libX11.$ac_extension"; then
8725 ac_x_libraries=$ac_dir
8726 break 2
8728 done
8729 done
8732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8733 conftest$ac_exeext conftest.$ac_ext
8734 fi # $ac_x_libraries = no
8736 case $ac_x_includes,$ac_x_libraries in #(
8737 no,* | *,no | *\'*)
8738 # Didn't find X, or a directory has "'" in its name.
8739 ac_cv_have_x="have_x=no";; #(
8741 # Record where we found X for the cache.
8742 ac_cv_have_x="have_x=yes\
8743 ac_x_includes='$ac_x_includes'\
8744 ac_x_libraries='$ac_x_libraries'"
8745 esac
8747 ;; #(
8748 *) have_x=yes;;
8749 esac
8750 eval "$ac_cv_have_x"
8751 fi # $with_x != no
8753 if test "$have_x" != yes; then
8754 { echo "$as_me:$LINENO: result: $have_x" >&5
8755 echo "${ECHO_T}$have_x" >&6; }
8756 no_x=yes
8757 else
8758 # If each of the values was on the command line, it overrides each guess.
8759 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8760 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8761 # Update the cache value to reflect the command line values.
8762 ac_cv_have_x="have_x=yes\
8763 ac_x_includes='$x_includes'\
8764 ac_x_libraries='$x_libraries'"
8765 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8766 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8769 if test "$no_x" = yes; then
8770 # Not all programs may use this symbol, but it does not hurt to define it.
8772 cat >>confdefs.h <<\_ACEOF
8773 #define X_DISPLAY_MISSING 1
8774 _ACEOF
8776 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8777 else
8778 if test -n "$x_includes"; then
8779 X_CFLAGS="$X_CFLAGS -I$x_includes"
8782 # It would also be nice to do this for all -L options, not just this one.
8783 if test -n "$x_libraries"; then
8784 X_LIBS="$X_LIBS -L$x_libraries"
8785 # For Solaris; some versions of Sun CC require a space after -R and
8786 # others require no space. Words are not sufficient . . . .
8787 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8788 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8789 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8790 ac_xsave_c_werror_flag=$ac_c_werror_flag
8791 ac_c_werror_flag=yes
8792 cat >conftest.$ac_ext <<_ACEOF
8793 /* confdefs.h. */
8794 _ACEOF
8795 cat confdefs.h >>conftest.$ac_ext
8796 cat >>conftest.$ac_ext <<_ACEOF
8797 /* end confdefs.h. */
8800 main ()
8804 return 0;
8806 _ACEOF
8807 rm -f conftest.$ac_objext conftest$ac_exeext
8808 if { (ac_try="$ac_link"
8809 case "(($ac_try" in
8810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8811 *) ac_try_echo=$ac_try;;
8812 esac
8813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8814 (eval "$ac_link") 2>conftest.er1
8815 ac_status=$?
8816 grep -v '^ *+' conftest.er1 >conftest.err
8817 rm -f conftest.er1
8818 cat conftest.err >&5
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); } && {
8821 test -z "$ac_c_werror_flag" ||
8822 test ! -s conftest.err
8823 } && test -s conftest$ac_exeext &&
8824 $as_test_x conftest$ac_exeext; then
8825 { echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6; }
8827 X_LIBS="$X_LIBS -R$x_libraries"
8828 else
8829 echo "$as_me: failed program was:" >&5
8830 sed 's/^/| /' conftest.$ac_ext >&5
8832 LIBS="$ac_xsave_LIBS -R $x_libraries"
8833 cat >conftest.$ac_ext <<_ACEOF
8834 /* confdefs.h. */
8835 _ACEOF
8836 cat confdefs.h >>conftest.$ac_ext
8837 cat >>conftest.$ac_ext <<_ACEOF
8838 /* end confdefs.h. */
8841 main ()
8845 return 0;
8847 _ACEOF
8848 rm -f conftest.$ac_objext conftest$ac_exeext
8849 if { (ac_try="$ac_link"
8850 case "(($ac_try" in
8851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8852 *) ac_try_echo=$ac_try;;
8853 esac
8854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8855 (eval "$ac_link") 2>conftest.er1
8856 ac_status=$?
8857 grep -v '^ *+' conftest.er1 >conftest.err
8858 rm -f conftest.er1
8859 cat conftest.err >&5
8860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8861 (exit $ac_status); } && {
8862 test -z "$ac_c_werror_flag" ||
8863 test ! -s conftest.err
8864 } && test -s conftest$ac_exeext &&
8865 $as_test_x conftest$ac_exeext; then
8866 { echo "$as_me:$LINENO: result: yes" >&5
8867 echo "${ECHO_T}yes" >&6; }
8868 X_LIBS="$X_LIBS -R $x_libraries"
8869 else
8870 echo "$as_me: failed program was:" >&5
8871 sed 's/^/| /' conftest.$ac_ext >&5
8873 { echo "$as_me:$LINENO: result: neither works" >&5
8874 echo "${ECHO_T}neither works" >&6; }
8877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8878 conftest$ac_exeext conftest.$ac_ext
8881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8882 conftest$ac_exeext conftest.$ac_ext
8883 ac_c_werror_flag=$ac_xsave_c_werror_flag
8884 LIBS=$ac_xsave_LIBS
8887 # Check for system-dependent libraries X programs must link with.
8888 # Do this before checking for the system-independent R6 libraries
8889 # (-lICE), since we may need -lsocket or whatever for X linking.
8891 if test "$ISC" = yes; then
8892 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8893 else
8894 # Martyn Johnson says this is needed for Ultrix, if the X
8895 # libraries were built with DECnet support. And Karl Berry says
8896 # the Alpha needs dnet_stub (dnet does not exist).
8897 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8898 cat >conftest.$ac_ext <<_ACEOF
8899 /* confdefs.h. */
8900 _ACEOF
8901 cat confdefs.h >>conftest.$ac_ext
8902 cat >>conftest.$ac_ext <<_ACEOF
8903 /* end confdefs.h. */
8905 /* Override any GCC internal prototype to avoid an error.
8906 Use char because int might match the return type of a GCC
8907 builtin and then its argument prototype would still apply. */
8908 #ifdef __cplusplus
8909 extern "C"
8910 #endif
8911 char XOpenDisplay ();
8913 main ()
8915 return XOpenDisplay ();
8917 return 0;
8919 _ACEOF
8920 rm -f conftest.$ac_objext conftest$ac_exeext
8921 if { (ac_try="$ac_link"
8922 case "(($ac_try" in
8923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8924 *) ac_try_echo=$ac_try;;
8925 esac
8926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8927 (eval "$ac_link") 2>conftest.er1
8928 ac_status=$?
8929 grep -v '^ *+' conftest.er1 >conftest.err
8930 rm -f conftest.er1
8931 cat conftest.err >&5
8932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); } && {
8934 test -z "$ac_c_werror_flag" ||
8935 test ! -s conftest.err
8936 } && test -s conftest$ac_exeext &&
8937 $as_test_x conftest$ac_exeext; then
8939 else
8940 echo "$as_me: failed program was:" >&5
8941 sed 's/^/| /' conftest.$ac_ext >&5
8943 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8944 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8945 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8946 echo $ECHO_N "(cached) $ECHO_C" >&6
8947 else
8948 ac_check_lib_save_LIBS=$LIBS
8949 LIBS="-ldnet $LIBS"
8950 cat >conftest.$ac_ext <<_ACEOF
8951 /* confdefs.h. */
8952 _ACEOF
8953 cat confdefs.h >>conftest.$ac_ext
8954 cat >>conftest.$ac_ext <<_ACEOF
8955 /* end confdefs.h. */
8957 /* Override any GCC internal prototype to avoid an error.
8958 Use char because int might match the return type of a GCC
8959 builtin and then its argument prototype would still apply. */
8960 #ifdef __cplusplus
8961 extern "C"
8962 #endif
8963 char dnet_ntoa ();
8965 main ()
8967 return dnet_ntoa ();
8969 return 0;
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976 *) ac_try_echo=$ac_try;;
8977 esac
8978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext &&
8989 $as_test_x conftest$ac_exeext; then
8990 ac_cv_lib_dnet_dnet_ntoa=yes
8991 else
8992 echo "$as_me: failed program was:" >&5
8993 sed 's/^/| /' conftest.$ac_ext >&5
8995 ac_cv_lib_dnet_dnet_ntoa=no
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999 conftest$ac_exeext conftest.$ac_ext
9000 LIBS=$ac_check_lib_save_LIBS
9002 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9003 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9004 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9005 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9008 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9009 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9010 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9011 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9012 echo $ECHO_N "(cached) $ECHO_C" >&6
9013 else
9014 ac_check_lib_save_LIBS=$LIBS
9015 LIBS="-ldnet_stub $LIBS"
9016 cat >conftest.$ac_ext <<_ACEOF
9017 /* confdefs.h. */
9018 _ACEOF
9019 cat confdefs.h >>conftest.$ac_ext
9020 cat >>conftest.$ac_ext <<_ACEOF
9021 /* end confdefs.h. */
9023 /* Override any GCC internal prototype to avoid an error.
9024 Use char because int might match the return type of a GCC
9025 builtin and then its argument prototype would still apply. */
9026 #ifdef __cplusplus
9027 extern "C"
9028 #endif
9029 char dnet_ntoa ();
9031 main ()
9033 return dnet_ntoa ();
9035 return 0;
9037 _ACEOF
9038 rm -f conftest.$ac_objext conftest$ac_exeext
9039 if { (ac_try="$ac_link"
9040 case "(($ac_try" in
9041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9042 *) ac_try_echo=$ac_try;;
9043 esac
9044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext &&
9055 $as_test_x conftest$ac_exeext; then
9056 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9057 else
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_lib_dnet_stub_dnet_ntoa=no
9064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9065 conftest$ac_exeext conftest.$ac_ext
9066 LIBS=$ac_check_lib_save_LIBS
9068 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9069 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9070 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9071 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9078 conftest$ac_exeext conftest.$ac_ext
9079 LIBS="$ac_xsave_LIBS"
9081 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9082 # to get the SysV transport functions.
9083 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9084 # needs -lnsl.
9085 # The nsl library prevents programs from opening the X display
9086 # on Irix 5.2, according to T.E. Dickey.
9087 # The functions gethostbyname, getservbyname, and inet_addr are
9088 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9089 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9090 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9091 if test "${ac_cv_func_gethostbyname+set}" = set; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9093 else
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9100 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9102 #define gethostbyname innocuous_gethostbyname
9104 /* System header to define __stub macros and hopefully few prototypes,
9105 which can conflict with char gethostbyname (); below.
9106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9107 <limits.h> exists even on freestanding compilers. */
9109 #ifdef __STDC__
9110 # include <limits.h>
9111 #else
9112 # include <assert.h>
9113 #endif
9115 #undef gethostbyname
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9120 #ifdef __cplusplus
9121 extern "C"
9122 #endif
9123 char gethostbyname ();
9124 /* The GNU C library defines this for functions which it implements
9125 to always fail with ENOSYS. Some functions are actually named
9126 something starting with __ and the normal name is an alias. */
9127 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9128 choke me
9129 #endif
9132 main ()
9134 return gethostbyname ();
9136 return 0;
9138 _ACEOF
9139 rm -f conftest.$ac_objext conftest$ac_exeext
9140 if { (ac_try="$ac_link"
9141 case "(($ac_try" in
9142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9143 *) ac_try_echo=$ac_try;;
9144 esac
9145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9146 (eval "$ac_link") 2>conftest.er1
9147 ac_status=$?
9148 grep -v '^ *+' conftest.er1 >conftest.err
9149 rm -f conftest.er1
9150 cat conftest.err >&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } && {
9153 test -z "$ac_c_werror_flag" ||
9154 test ! -s conftest.err
9155 } && test -s conftest$ac_exeext &&
9156 $as_test_x conftest$ac_exeext; then
9157 ac_cv_func_gethostbyname=yes
9158 else
9159 echo "$as_me: failed program was:" >&5
9160 sed 's/^/| /' conftest.$ac_ext >&5
9162 ac_cv_func_gethostbyname=no
9165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9166 conftest$ac_exeext conftest.$ac_ext
9168 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9169 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9171 if test $ac_cv_func_gethostbyname = no; then
9172 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9173 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9174 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9175 echo $ECHO_N "(cached) $ECHO_C" >&6
9176 else
9177 ac_check_lib_save_LIBS=$LIBS
9178 LIBS="-lnsl $LIBS"
9179 cat >conftest.$ac_ext <<_ACEOF
9180 /* confdefs.h. */
9181 _ACEOF
9182 cat confdefs.h >>conftest.$ac_ext
9183 cat >>conftest.$ac_ext <<_ACEOF
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char gethostbyname ();
9194 main ()
9196 return gethostbyname ();
9198 return 0;
9200 _ACEOF
9201 rm -f conftest.$ac_objext conftest$ac_exeext
9202 if { (ac_try="$ac_link"
9203 case "(($ac_try" in
9204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9205 *) ac_try_echo=$ac_try;;
9206 esac
9207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9208 (eval "$ac_link") 2>conftest.er1
9209 ac_status=$?
9210 grep -v '^ *+' conftest.er1 >conftest.err
9211 rm -f conftest.er1
9212 cat conftest.err >&5
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); } && {
9215 test -z "$ac_c_werror_flag" ||
9216 test ! -s conftest.err
9217 } && test -s conftest$ac_exeext &&
9218 $as_test_x conftest$ac_exeext; then
9219 ac_cv_lib_nsl_gethostbyname=yes
9220 else
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9224 ac_cv_lib_nsl_gethostbyname=no
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS=$ac_check_lib_save_LIBS
9231 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9232 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9233 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9234 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9237 if test $ac_cv_lib_nsl_gethostbyname = no; then
9238 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9239 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9240 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9241 echo $ECHO_N "(cached) $ECHO_C" >&6
9242 else
9243 ac_check_lib_save_LIBS=$LIBS
9244 LIBS="-lbsd $LIBS"
9245 cat >conftest.$ac_ext <<_ACEOF
9246 /* confdefs.h. */
9247 _ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h. */
9252 /* Override any GCC internal prototype to avoid an error.
9253 Use char because int might match the return type of a GCC
9254 builtin and then its argument prototype would still apply. */
9255 #ifdef __cplusplus
9256 extern "C"
9257 #endif
9258 char gethostbyname ();
9260 main ()
9262 return gethostbyname ();
9264 return 0;
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9269 case "(($ac_try" in
9270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9271 *) ac_try_echo=$ac_try;;
9272 esac
9273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9274 (eval "$ac_link") 2>conftest.er1
9275 ac_status=$?
9276 grep -v '^ *+' conftest.er1 >conftest.err
9277 rm -f conftest.er1
9278 cat conftest.err >&5
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); } && {
9281 test -z "$ac_c_werror_flag" ||
9282 test ! -s conftest.err
9283 } && test -s conftest$ac_exeext &&
9284 $as_test_x conftest$ac_exeext; then
9285 ac_cv_lib_bsd_gethostbyname=yes
9286 else
9287 echo "$as_me: failed program was:" >&5
9288 sed 's/^/| /' conftest.$ac_ext >&5
9290 ac_cv_lib_bsd_gethostbyname=no
9293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9294 conftest$ac_exeext conftest.$ac_ext
9295 LIBS=$ac_check_lib_save_LIBS
9297 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9298 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9299 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9300 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9306 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9307 # socket/setsockopt and other routines are undefined under SCO ODT
9308 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9309 # on later versions), says Simon Leinen: it contains gethostby*
9310 # variants that don't use the name server (or something). -lsocket
9311 # must be given before -lnsl if both are needed. We assume that
9312 # if connect needs -lnsl, so does gethostbyname.
9313 { echo "$as_me:$LINENO: checking for connect" >&5
9314 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9315 if test "${ac_cv_func_connect+set}" = set; then
9316 echo $ECHO_N "(cached) $ECHO_C" >&6
9317 else
9318 cat >conftest.$ac_ext <<_ACEOF
9319 /* confdefs.h. */
9320 _ACEOF
9321 cat confdefs.h >>conftest.$ac_ext
9322 cat >>conftest.$ac_ext <<_ACEOF
9323 /* end confdefs.h. */
9324 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9325 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9326 #define connect innocuous_connect
9328 /* System header to define __stub macros and hopefully few prototypes,
9329 which can conflict with char connect (); below.
9330 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9331 <limits.h> exists even on freestanding compilers. */
9333 #ifdef __STDC__
9334 # include <limits.h>
9335 #else
9336 # include <assert.h>
9337 #endif
9339 #undef connect
9341 /* Override any GCC internal prototype to avoid an error.
9342 Use char because int might match the return type of a GCC
9343 builtin and then its argument prototype would still apply. */
9344 #ifdef __cplusplus
9345 extern "C"
9346 #endif
9347 char connect ();
9348 /* The GNU C library defines this for functions which it implements
9349 to always fail with ENOSYS. Some functions are actually named
9350 something starting with __ and the normal name is an alias. */
9351 #if defined __stub_connect || defined __stub___connect
9352 choke me
9353 #endif
9356 main ()
9358 return connect ();
9360 return 0;
9362 _ACEOF
9363 rm -f conftest.$ac_objext conftest$ac_exeext
9364 if { (ac_try="$ac_link"
9365 case "(($ac_try" in
9366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9367 *) ac_try_echo=$ac_try;;
9368 esac
9369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9370 (eval "$ac_link") 2>conftest.er1
9371 ac_status=$?
9372 grep -v '^ *+' conftest.er1 >conftest.err
9373 rm -f conftest.er1
9374 cat conftest.err >&5
9375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9376 (exit $ac_status); } && {
9377 test -z "$ac_c_werror_flag" ||
9378 test ! -s conftest.err
9379 } && test -s conftest$ac_exeext &&
9380 $as_test_x conftest$ac_exeext; then
9381 ac_cv_func_connect=yes
9382 else
9383 echo "$as_me: failed program was:" >&5
9384 sed 's/^/| /' conftest.$ac_ext >&5
9386 ac_cv_func_connect=no
9389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9390 conftest$ac_exeext conftest.$ac_ext
9392 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9393 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9395 if test $ac_cv_func_connect = no; then
9396 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9397 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9398 if test "${ac_cv_lib_socket_connect+set}" = set; then
9399 echo $ECHO_N "(cached) $ECHO_C" >&6
9400 else
9401 ac_check_lib_save_LIBS=$LIBS
9402 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9403 cat >conftest.$ac_ext <<_ACEOF
9404 /* confdefs.h. */
9405 _ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char connect ();
9418 main ()
9420 return connect ();
9422 return 0;
9424 _ACEOF
9425 rm -f conftest.$ac_objext conftest$ac_exeext
9426 if { (ac_try="$ac_link"
9427 case "(($ac_try" in
9428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9429 *) ac_try_echo=$ac_try;;
9430 esac
9431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9432 (eval "$ac_link") 2>conftest.er1
9433 ac_status=$?
9434 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1
9436 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && {
9439 test -z "$ac_c_werror_flag" ||
9440 test ! -s conftest.err
9441 } && test -s conftest$ac_exeext &&
9442 $as_test_x conftest$ac_exeext; then
9443 ac_cv_lib_socket_connect=yes
9444 else
9445 echo "$as_me: failed program was:" >&5
9446 sed 's/^/| /' conftest.$ac_ext >&5
9448 ac_cv_lib_socket_connect=no
9451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9452 conftest$ac_exeext conftest.$ac_ext
9453 LIBS=$ac_check_lib_save_LIBS
9455 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9456 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9457 if test $ac_cv_lib_socket_connect = yes; then
9458 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9463 # Guillermo Gomez says -lposix is necessary on A/UX.
9464 { echo "$as_me:$LINENO: checking for remove" >&5
9465 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9466 if test "${ac_cv_func_remove+set}" = set; then
9467 echo $ECHO_N "(cached) $ECHO_C" >&6
9468 else
9469 cat >conftest.$ac_ext <<_ACEOF
9470 /* confdefs.h. */
9471 _ACEOF
9472 cat confdefs.h >>conftest.$ac_ext
9473 cat >>conftest.$ac_ext <<_ACEOF
9474 /* end confdefs.h. */
9475 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9476 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9477 #define remove innocuous_remove
9479 /* System header to define __stub macros and hopefully few prototypes,
9480 which can conflict with char remove (); below.
9481 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9482 <limits.h> exists even on freestanding compilers. */
9484 #ifdef __STDC__
9485 # include <limits.h>
9486 #else
9487 # include <assert.h>
9488 #endif
9490 #undef remove
9492 /* Override any GCC internal prototype to avoid an error.
9493 Use char because int might match the return type of a GCC
9494 builtin and then its argument prototype would still apply. */
9495 #ifdef __cplusplus
9496 extern "C"
9497 #endif
9498 char remove ();
9499 /* The GNU C library defines this for functions which it implements
9500 to always fail with ENOSYS. Some functions are actually named
9501 something starting with __ and the normal name is an alias. */
9502 #if defined __stub_remove || defined __stub___remove
9503 choke me
9504 #endif
9507 main ()
9509 return remove ();
9511 return 0;
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518 *) ac_try_echo=$ac_try;;
9519 esac
9520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9521 (eval "$ac_link") 2>conftest.er1
9522 ac_status=$?
9523 grep -v '^ *+' conftest.er1 >conftest.err
9524 rm -f conftest.er1
9525 cat conftest.err >&5
9526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9527 (exit $ac_status); } && {
9528 test -z "$ac_c_werror_flag" ||
9529 test ! -s conftest.err
9530 } && test -s conftest$ac_exeext &&
9531 $as_test_x conftest$ac_exeext; then
9532 ac_cv_func_remove=yes
9533 else
9534 echo "$as_me: failed program was:" >&5
9535 sed 's/^/| /' conftest.$ac_ext >&5
9537 ac_cv_func_remove=no
9540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9541 conftest$ac_exeext conftest.$ac_ext
9543 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9544 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9546 if test $ac_cv_func_remove = no; then
9547 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9548 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9549 if test "${ac_cv_lib_posix_remove+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552 ac_check_lib_save_LIBS=$LIBS
9553 LIBS="-lposix $LIBS"
9554 cat >conftest.$ac_ext <<_ACEOF
9555 /* confdefs.h. */
9556 _ACEOF
9557 cat confdefs.h >>conftest.$ac_ext
9558 cat >>conftest.$ac_ext <<_ACEOF
9559 /* end confdefs.h. */
9561 /* Override any GCC internal prototype to avoid an error.
9562 Use char because int might match the return type of a GCC
9563 builtin and then its argument prototype would still apply. */
9564 #ifdef __cplusplus
9565 extern "C"
9566 #endif
9567 char remove ();
9569 main ()
9571 return remove ();
9573 return 0;
9575 _ACEOF
9576 rm -f conftest.$ac_objext conftest$ac_exeext
9577 if { (ac_try="$ac_link"
9578 case "(($ac_try" in
9579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9580 *) ac_try_echo=$ac_try;;
9581 esac
9582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9583 (eval "$ac_link") 2>conftest.er1
9584 ac_status=$?
9585 grep -v '^ *+' conftest.er1 >conftest.err
9586 rm -f conftest.er1
9587 cat conftest.err >&5
9588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9589 (exit $ac_status); } && {
9590 test -z "$ac_c_werror_flag" ||
9591 test ! -s conftest.err
9592 } && test -s conftest$ac_exeext &&
9593 $as_test_x conftest$ac_exeext; then
9594 ac_cv_lib_posix_remove=yes
9595 else
9596 echo "$as_me: failed program was:" >&5
9597 sed 's/^/| /' conftest.$ac_ext >&5
9599 ac_cv_lib_posix_remove=no
9602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9603 conftest$ac_exeext conftest.$ac_ext
9604 LIBS=$ac_check_lib_save_LIBS
9606 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9607 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9608 if test $ac_cv_lib_posix_remove = yes; then
9609 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9614 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9615 { echo "$as_me:$LINENO: checking for shmat" >&5
9616 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9617 if test "${ac_cv_func_shmat+set}" = set; then
9618 echo $ECHO_N "(cached) $ECHO_C" >&6
9619 else
9620 cat >conftest.$ac_ext <<_ACEOF
9621 /* confdefs.h. */
9622 _ACEOF
9623 cat confdefs.h >>conftest.$ac_ext
9624 cat >>conftest.$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9626 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9628 #define shmat innocuous_shmat
9630 /* System header to define __stub macros and hopefully few prototypes,
9631 which can conflict with char shmat (); below.
9632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9633 <limits.h> exists even on freestanding compilers. */
9635 #ifdef __STDC__
9636 # include <limits.h>
9637 #else
9638 # include <assert.h>
9639 #endif
9641 #undef shmat
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9646 #ifdef __cplusplus
9647 extern "C"
9648 #endif
9649 char shmat ();
9650 /* The GNU C library defines this for functions which it implements
9651 to always fail with ENOSYS. Some functions are actually named
9652 something starting with __ and the normal name is an alias. */
9653 #if defined __stub_shmat || defined __stub___shmat
9654 choke me
9655 #endif
9658 main ()
9660 return shmat ();
9662 return 0;
9664 _ACEOF
9665 rm -f conftest.$ac_objext conftest$ac_exeext
9666 if { (ac_try="$ac_link"
9667 case "(($ac_try" in
9668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9669 *) ac_try_echo=$ac_try;;
9670 esac
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672 (eval "$ac_link") 2>conftest.er1
9673 ac_status=$?
9674 grep -v '^ *+' conftest.er1 >conftest.err
9675 rm -f conftest.er1
9676 cat conftest.err >&5
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); } && {
9679 test -z "$ac_c_werror_flag" ||
9680 test ! -s conftest.err
9681 } && test -s conftest$ac_exeext &&
9682 $as_test_x conftest$ac_exeext; then
9683 ac_cv_func_shmat=yes
9684 else
9685 echo "$as_me: failed program was:" >&5
9686 sed 's/^/| /' conftest.$ac_ext >&5
9688 ac_cv_func_shmat=no
9691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9692 conftest$ac_exeext conftest.$ac_ext
9694 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9695 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9697 if test $ac_cv_func_shmat = no; then
9698 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9699 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9700 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9701 echo $ECHO_N "(cached) $ECHO_C" >&6
9702 else
9703 ac_check_lib_save_LIBS=$LIBS
9704 LIBS="-lipc $LIBS"
9705 cat >conftest.$ac_ext <<_ACEOF
9706 /* confdefs.h. */
9707 _ACEOF
9708 cat confdefs.h >>conftest.$ac_ext
9709 cat >>conftest.$ac_ext <<_ACEOF
9710 /* end confdefs.h. */
9712 /* Override any GCC internal prototype to avoid an error.
9713 Use char because int might match the return type of a GCC
9714 builtin and then its argument prototype would still apply. */
9715 #ifdef __cplusplus
9716 extern "C"
9717 #endif
9718 char shmat ();
9720 main ()
9722 return shmat ();
9724 return 0;
9726 _ACEOF
9727 rm -f conftest.$ac_objext conftest$ac_exeext
9728 if { (ac_try="$ac_link"
9729 case "(($ac_try" in
9730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9731 *) ac_try_echo=$ac_try;;
9732 esac
9733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9734 (eval "$ac_link") 2>conftest.er1
9735 ac_status=$?
9736 grep -v '^ *+' conftest.er1 >conftest.err
9737 rm -f conftest.er1
9738 cat conftest.err >&5
9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 (exit $ac_status); } && {
9741 test -z "$ac_c_werror_flag" ||
9742 test ! -s conftest.err
9743 } && test -s conftest$ac_exeext &&
9744 $as_test_x conftest$ac_exeext; then
9745 ac_cv_lib_ipc_shmat=yes
9746 else
9747 echo "$as_me: failed program was:" >&5
9748 sed 's/^/| /' conftest.$ac_ext >&5
9750 ac_cv_lib_ipc_shmat=no
9753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9754 conftest$ac_exeext conftest.$ac_ext
9755 LIBS=$ac_check_lib_save_LIBS
9757 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9758 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9759 if test $ac_cv_lib_ipc_shmat = yes; then
9760 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9766 # Check for libraries that X11R6 Xt/Xaw programs need.
9767 ac_save_LDFLAGS=$LDFLAGS
9768 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9769 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9770 # check for ICE first), but we must link in the order -lSM -lICE or
9771 # we get undefined symbols. So assume we have SM if we have ICE.
9772 # These have to be linked with before -lX11, unlike the other
9773 # libraries we check for below, so use a different variable.
9774 # John Interrante, Karl Berry
9775 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9776 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9777 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9778 echo $ECHO_N "(cached) $ECHO_C" >&6
9779 else
9780 ac_check_lib_save_LIBS=$LIBS
9781 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9782 cat >conftest.$ac_ext <<_ACEOF
9783 /* confdefs.h. */
9784 _ACEOF
9785 cat confdefs.h >>conftest.$ac_ext
9786 cat >>conftest.$ac_ext <<_ACEOF
9787 /* end confdefs.h. */
9789 /* Override any GCC internal prototype to avoid an error.
9790 Use char because int might match the return type of a GCC
9791 builtin and then its argument prototype would still apply. */
9792 #ifdef __cplusplus
9793 extern "C"
9794 #endif
9795 char IceConnectionNumber ();
9797 main ()
9799 return IceConnectionNumber ();
9801 return 0;
9803 _ACEOF
9804 rm -f conftest.$ac_objext conftest$ac_exeext
9805 if { (ac_try="$ac_link"
9806 case "(($ac_try" in
9807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9808 *) ac_try_echo=$ac_try;;
9809 esac
9810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9811 (eval "$ac_link") 2>conftest.er1
9812 ac_status=$?
9813 grep -v '^ *+' conftest.er1 >conftest.err
9814 rm -f conftest.er1
9815 cat conftest.err >&5
9816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9817 (exit $ac_status); } && {
9818 test -z "$ac_c_werror_flag" ||
9819 test ! -s conftest.err
9820 } && test -s conftest$ac_exeext &&
9821 $as_test_x conftest$ac_exeext; then
9822 ac_cv_lib_ICE_IceConnectionNumber=yes
9823 else
9824 echo "$as_me: failed program was:" >&5
9825 sed 's/^/| /' conftest.$ac_ext >&5
9827 ac_cv_lib_ICE_IceConnectionNumber=no
9830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9831 conftest$ac_exeext conftest.$ac_ext
9832 LIBS=$ac_check_lib_save_LIBS
9834 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9835 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9836 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9837 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9840 LDFLAGS=$ac_save_LDFLAGS
9845 if test "$have_x" = "yes"
9846 then
9847 XLIB="-lXext -lX11"
9848 ac_save_CPPFLAGS="$CPPFLAGS"
9849 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9851 { echo "$as_me:$LINENO: checking for -lX11" >&5
9852 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9853 if test "${ac_cv_lib_soname_X11+set}" = set; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9855 else
9856 ac_check_soname_save_LIBS=$LIBS
9857 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9858 cat >conftest.$ac_ext <<_ACEOF
9859 /* confdefs.h. */
9860 _ACEOF
9861 cat confdefs.h >>conftest.$ac_ext
9862 cat >>conftest.$ac_ext <<_ACEOF
9863 /* end confdefs.h. */
9865 /* Override any GCC internal prototype to avoid an error.
9866 Use char because int might match the return type of a GCC
9867 builtin and then its argument prototype would still apply. */
9868 #ifdef __cplusplus
9869 extern "C"
9870 #endif
9871 char XCreateWindow ();
9873 main ()
9875 return XCreateWindow ();
9877 return 0;
9879 _ACEOF
9880 rm -f conftest.$ac_objext conftest$ac_exeext
9881 if { (ac_try="$ac_link"
9882 case "(($ac_try" in
9883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9884 *) ac_try_echo=$ac_try;;
9885 esac
9886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9887 (eval "$ac_link") 2>conftest.er1
9888 ac_status=$?
9889 grep -v '^ *+' conftest.er1 >conftest.err
9890 rm -f conftest.er1
9891 cat conftest.err >&5
9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893 (exit $ac_status); } && {
9894 test -z "$ac_c_werror_flag" ||
9895 test ! -s conftest.err
9896 } && test -s conftest$ac_exeext &&
9897 $as_test_x conftest$ac_exeext; then
9898 case "$LIBEXT" in
9899 dll) ;;
9900 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'` ;;
9901 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9902 esac
9903 else
9904 echo "$as_me: failed program was:" >&5
9905 sed 's/^/| /' conftest.$ac_ext >&5
9910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9911 conftest$ac_exeext conftest.$ac_ext
9912 LIBS=$ac_check_soname_save_LIBS
9914 if test "x$ac_cv_lib_soname_X11" = "x"; then
9915 { echo "$as_me:$LINENO: result: not found" >&5
9916 echo "${ECHO_T}not found" >&6; }
9918 else
9919 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9920 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9922 cat >>confdefs.h <<_ACEOF
9923 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9924 _ACEOF
9929 { echo "$as_me:$LINENO: checking for -lXext" >&5
9930 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9931 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 else
9934 ac_check_soname_save_LIBS=$LIBS
9935 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9936 cat >conftest.$ac_ext <<_ACEOF
9937 /* confdefs.h. */
9938 _ACEOF
9939 cat confdefs.h >>conftest.$ac_ext
9940 cat >>conftest.$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char XextCreateExtension ();
9951 main ()
9953 return XextCreateExtension ();
9955 return 0;
9957 _ACEOF
9958 rm -f conftest.$ac_objext conftest$ac_exeext
9959 if { (ac_try="$ac_link"
9960 case "(($ac_try" in
9961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962 *) ac_try_echo=$ac_try;;
9963 esac
9964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965 (eval "$ac_link") 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && {
9972 test -z "$ac_c_werror_flag" ||
9973 test ! -s conftest.err
9974 } && test -s conftest$ac_exeext &&
9975 $as_test_x conftest$ac_exeext; then
9976 case "$LIBEXT" in
9977 dll) ;;
9978 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'` ;;
9979 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9980 esac
9981 else
9982 echo "$as_me: failed program was:" >&5
9983 sed 's/^/| /' conftest.$ac_ext >&5
9988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9989 conftest$ac_exeext conftest.$ac_ext
9990 LIBS=$ac_check_soname_save_LIBS
9992 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9993 { echo "$as_me:$LINENO: result: not found" >&5
9994 echo "${ECHO_T}not found" >&6; }
9996 else
9997 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9998 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10000 cat >>confdefs.h <<_ACEOF
10001 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10002 _ACEOF
10020 for ac_header in X11/Xlib.h \
10021 X11/XKBlib.h \
10022 X11/Xutil.h \
10023 X11/Xcursor/Xcursor.h \
10024 X11/extensions/shape.h \
10025 X11/extensions/XInput.h \
10026 X11/extensions/XShm.h \
10027 X11/extensions/Xcomposite.h \
10028 X11/extensions/Xinerama.h \
10029 X11/extensions/Xrandr.h \
10030 X11/extensions/Xrender.h \
10031 X11/extensions/xf86vmode.h
10033 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10037 echo $ECHO_N "(cached) $ECHO_C" >&6
10038 else
10039 cat >conftest.$ac_ext <<_ACEOF
10040 /* confdefs.h. */
10041 _ACEOF
10042 cat confdefs.h >>conftest.$ac_ext
10043 cat >>conftest.$ac_ext <<_ACEOF
10044 /* end confdefs.h. */
10045 #ifdef HAVE_X11_XLIB_H
10046 # include <X11/Xlib.h>
10047 #endif
10048 #ifdef HAVE_X11_XUTIL_H
10049 # include <X11/Xutil.h>
10050 #endif
10052 #include <$ac_header>
10053 _ACEOF
10054 rm -f conftest.$ac_objext
10055 if { (ac_try="$ac_compile"
10056 case "(($ac_try" in
10057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10058 *) ac_try_echo=$ac_try;;
10059 esac
10060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10061 (eval "$ac_compile") 2>conftest.er1
10062 ac_status=$?
10063 grep -v '^ *+' conftest.er1 >conftest.err
10064 rm -f conftest.er1
10065 cat conftest.err >&5
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); } && {
10068 test -z "$ac_c_werror_flag" ||
10069 test ! -s conftest.err
10070 } && test -s conftest.$ac_objext; then
10071 eval "$as_ac_Header=yes"
10072 else
10073 echo "$as_me: failed program was:" >&5
10074 sed 's/^/| /' conftest.$ac_ext >&5
10076 eval "$as_ac_Header=no"
10079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10081 ac_res=`eval echo '${'$as_ac_Header'}'`
10082 { echo "$as_me:$LINENO: result: $ac_res" >&5
10083 echo "${ECHO_T}$ac_res" >&6; }
10084 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10085 cat >>confdefs.h <<_ACEOF
10086 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10087 _ACEOF
10091 done
10094 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10095 then
10096 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10097 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10098 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10099 echo $ECHO_N "(cached) $ECHO_C" >&6
10100 else
10101 ac_check_lib_save_LIBS=$LIBS
10102 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10103 cat >conftest.$ac_ext <<_ACEOF
10104 /* confdefs.h. */
10105 _ACEOF
10106 cat confdefs.h >>conftest.$ac_ext
10107 cat >>conftest.$ac_ext <<_ACEOF
10108 /* end confdefs.h. */
10110 /* Override any GCC internal prototype to avoid an error.
10111 Use char because int might match the return type of a GCC
10112 builtin and then its argument prototype would still apply. */
10113 #ifdef __cplusplus
10114 extern "C"
10115 #endif
10116 char XkbQueryExtension ();
10118 main ()
10120 return XkbQueryExtension ();
10122 return 0;
10124 _ACEOF
10125 rm -f conftest.$ac_objext conftest$ac_exeext
10126 if { (ac_try="$ac_link"
10127 case "(($ac_try" in
10128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10129 *) ac_try_echo=$ac_try;;
10130 esac
10131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10132 (eval "$ac_link") 2>conftest.er1
10133 ac_status=$?
10134 grep -v '^ *+' conftest.er1 >conftest.err
10135 rm -f conftest.er1
10136 cat conftest.err >&5
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); } && {
10139 test -z "$ac_c_werror_flag" ||
10140 test ! -s conftest.err
10141 } && test -s conftest$ac_exeext &&
10142 $as_test_x conftest$ac_exeext; then
10143 ac_cv_lib_X11_XkbQueryExtension=yes
10144 else
10145 echo "$as_me: failed program was:" >&5
10146 sed 's/^/| /' conftest.$ac_ext >&5
10148 ac_cv_lib_X11_XkbQueryExtension=no
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_lib_save_LIBS
10155 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10156 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10157 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10159 cat >>confdefs.h <<\_ACEOF
10160 #define HAVE_XKB 1
10161 _ACEOF
10167 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10168 then
10169 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10170 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10171 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10172 echo $ECHO_N "(cached) $ECHO_C" >&6
10173 else
10174 ac_check_soname_save_LIBS=$LIBS
10175 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10176 cat >conftest.$ac_ext <<_ACEOF
10177 /* confdefs.h. */
10178 _ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h. */
10183 /* Override any GCC internal prototype to avoid an error.
10184 Use char because int might match the return type of a GCC
10185 builtin and then its argument prototype would still apply. */
10186 #ifdef __cplusplus
10187 extern "C"
10188 #endif
10189 char XcursorImageLoadCursor ();
10191 main ()
10193 return XcursorImageLoadCursor ();
10195 return 0;
10197 _ACEOF
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202 *) ac_try_echo=$ac_try;;
10203 esac
10204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10205 (eval "$ac_link") 2>conftest.er1
10206 ac_status=$?
10207 grep -v '^ *+' conftest.er1 >conftest.err
10208 rm -f conftest.er1
10209 cat conftest.err >&5
10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211 (exit $ac_status); } && {
10212 test -z "$ac_c_werror_flag" ||
10213 test ! -s conftest.err
10214 } && test -s conftest$ac_exeext &&
10215 $as_test_x conftest$ac_exeext; then
10216 case "$LIBEXT" in
10217 dll) ;;
10218 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'` ;;
10219 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10220 esac
10221 else
10222 echo "$as_me: failed program was:" >&5
10223 sed 's/^/| /' conftest.$ac_ext >&5
10228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10229 conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_soname_save_LIBS
10232 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10233 { echo "$as_me:$LINENO: result: not found" >&5
10234 echo "${ECHO_T}not found" >&6; }
10236 else
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10238 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10240 cat >>confdefs.h <<_ACEOF
10241 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10242 _ACEOF
10248 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10249 case "x$with_xcursor" in
10250 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10251 xno) ;;
10252 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10253 This is an error since --with-xcursor was requested." >&5
10254 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10255 This is an error since --with-xcursor was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10257 esac
10261 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10262 then
10263 { echo "$as_me:$LINENO: checking for -lXi" >&5
10264 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10267 else
10268 ac_check_soname_save_LIBS=$LIBS
10269 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h. */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XOpenDevice ();
10285 main ()
10287 return XOpenDevice ();
10289 return 0;
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10297 esac
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10300 ac_status=$?
10301 grep -v '^ *+' conftest.er1 >conftest.err
10302 rm -f conftest.er1
10303 cat conftest.err >&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest$ac_exeext &&
10309 $as_test_x conftest$ac_exeext; then
10310 case "$LIBEXT" in
10311 dll) ;;
10312 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'` ;;
10313 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10314 esac
10315 else
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.$ac_ext >&5
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323 conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10330 else
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10334 cat >>confdefs.h <<_ACEOF
10335 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10336 _ACEOF
10342 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10343 case "x$with_xinput" in
10344 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10345 xno) ;;
10346 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10347 This is an error since --with-xinput was requested." >&5
10348 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10349 This is an error since --with-xinput was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10351 esac
10355 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10356 then
10357 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10358 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10361 else
10362 ac_check_lib_save_LIBS=$LIBS
10363 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.$ac_ext <<_ACEOF
10365 /* confdefs.h. */
10366 _ACEOF
10367 cat confdefs.h >>conftest.$ac_ext
10368 cat >>conftest.$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10374 #ifdef __cplusplus
10375 extern "C"
10376 #endif
10377 char XShmQueryExtension ();
10379 main ()
10381 return XShmQueryExtension ();
10383 return 0;
10385 _ACEOF
10386 rm -f conftest.$ac_objext conftest$ac_exeext
10387 if { (ac_try="$ac_link"
10388 case "(($ac_try" in
10389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10390 *) ac_try_echo=$ac_try;;
10391 esac
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10394 ac_status=$?
10395 grep -v '^ *+' conftest.er1 >conftest.err
10396 rm -f conftest.er1
10397 cat conftest.err >&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest$ac_exeext &&
10403 $as_test_x conftest$ac_exeext; then
10404 ac_cv_lib_Xext_XShmQueryExtension=yes
10405 else
10406 echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.$ac_ext >&5
10409 ac_cv_lib_Xext_XShmQueryExtension=no
10412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10413 conftest$ac_exeext conftest.$ac_ext
10414 LIBS=$ac_check_lib_save_LIBS
10416 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10417 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10418 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10420 cat >>confdefs.h <<\_ACEOF
10421 #define HAVE_LIBXXSHM 1
10422 _ACEOF
10427 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10428 case "x$with_xshm" in
10429 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10430 xno) ;;
10431 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10432 This is an error since --with-xshm was requested." >&5
10433 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10434 This is an error since --with-xshm was requested." >&2;}
10435 { (exit 1); exit 1; }; } ;;
10436 esac
10440 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10441 then
10442 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10443 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10444 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10445 echo $ECHO_N "(cached) $ECHO_C" >&6
10446 else
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10450 /* confdefs.h. */
10451 _ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char XShapeQueryExtension ();
10464 main ()
10466 return XShapeQueryExtension ();
10468 return 0;
10470 _ACEOF
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10476 esac
10477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10478 (eval "$ac_link") 2>conftest.er1
10479 ac_status=$?
10480 grep -v '^ *+' conftest.er1 >conftest.err
10481 rm -f conftest.er1
10482 cat conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && {
10485 test -z "$ac_c_werror_flag" ||
10486 test ! -s conftest.err
10487 } && test -s conftest$ac_exeext &&
10488 $as_test_x conftest$ac_exeext; then
10489 ac_cv_lib_Xext_XShapeQueryExtension=yes
10490 else
10491 echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.$ac_ext >&5
10494 ac_cv_lib_Xext_XShapeQueryExtension=no
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10502 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10503 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_LIBXSHAPE 1
10507 _ACEOF
10512 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10513 case "x$with_xshape" in
10514 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10515 xno) ;;
10516 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10517 This is an error since --with-xshape was requested." >&5
10518 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10519 This is an error since --with-xshape was requested." >&2;}
10520 { (exit 1); exit 1; }; } ;;
10521 esac
10525 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10526 then
10527 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10528 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10529 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10530 echo $ECHO_N "(cached) $ECHO_C" >&6
10531 else
10532 ac_check_soname_save_LIBS=$LIBS
10533 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10534 cat >conftest.$ac_ext <<_ACEOF
10535 /* confdefs.h. */
10536 _ACEOF
10537 cat confdefs.h >>conftest.$ac_ext
10538 cat >>conftest.$ac_ext <<_ACEOF
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char XF86VidModeQueryExtension ();
10549 main ()
10551 return XF86VidModeQueryExtension ();
10553 return 0;
10555 _ACEOF
10556 rm -f conftest.$ac_objext conftest$ac_exeext
10557 if { (ac_try="$ac_link"
10558 case "(($ac_try" in
10559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10560 *) ac_try_echo=$ac_try;;
10561 esac
10562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10563 (eval "$ac_link") 2>conftest.er1
10564 ac_status=$?
10565 grep -v '^ *+' conftest.er1 >conftest.err
10566 rm -f conftest.er1
10567 cat conftest.err >&5
10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569 (exit $ac_status); } && {
10570 test -z "$ac_c_werror_flag" ||
10571 test ! -s conftest.err
10572 } && test -s conftest$ac_exeext &&
10573 $as_test_x conftest$ac_exeext; then
10574 case "$LIBEXT" in
10575 dll) ;;
10576 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'` ;;
10577 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10578 esac
10579 else
10580 echo "$as_me: failed program was:" >&5
10581 sed 's/^/| /' conftest.$ac_ext >&5
10586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10587 conftest$ac_exeext conftest.$ac_ext
10588 LIBS=$ac_check_soname_save_LIBS
10590 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10591 { echo "$as_me:$LINENO: result: not found" >&5
10592 echo "${ECHO_T}not found" >&6; }
10594 else
10595 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10596 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10598 cat >>confdefs.h <<_ACEOF
10599 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10600 _ACEOF
10606 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10607 case "x$with_xxf86vm" in
10608 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10609 xno) ;;
10610 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10611 This is an error since --with-xxf86vm was requested." >&5
10612 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10613 This is an error since --with-xxf86vm was requested." >&2;}
10614 { (exit 1); exit 1; }; } ;;
10615 esac
10619 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"
10620 then
10621 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10622 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10623 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6
10625 else
10626 ac_check_soname_save_LIBS=$LIBS
10627 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10628 cat >conftest.$ac_ext <<_ACEOF
10629 /* confdefs.h. */
10630 _ACEOF
10631 cat confdefs.h >>conftest.$ac_ext
10632 cat >>conftest.$ac_ext <<_ACEOF
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char XRenderQueryExtension ();
10643 main ()
10645 return XRenderQueryExtension ();
10647 return 0;
10649 _ACEOF
10650 rm -f conftest.$ac_objext conftest$ac_exeext
10651 if { (ac_try="$ac_link"
10652 case "(($ac_try" in
10653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10654 *) ac_try_echo=$ac_try;;
10655 esac
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657 (eval "$ac_link") 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest$ac_exeext &&
10667 $as_test_x conftest$ac_exeext; then
10668 case "$LIBEXT" in
10669 dll) ;;
10670 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'` ;;
10671 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10672 esac
10673 else
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10681 conftest$ac_exeext conftest.$ac_ext
10682 LIBS=$ac_check_soname_save_LIBS
10684 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10685 { echo "$as_me:$LINENO: result: not found" >&5
10686 echo "${ECHO_T}not found" >&6; }
10688 else
10689 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10690 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10692 cat >>confdefs.h <<_ACEOF
10693 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10694 _ACEOF
10696 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10697 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701 ac_check_lib_save_LIBS=$LIBS
10702 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XRenderSetPictureTransform ();
10718 main ()
10720 return XRenderSetPictureTransform ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10733 ac_status=$?
10734 grep -v '^ *+' conftest.er1 >conftest.err
10735 rm -f conftest.er1
10736 cat conftest.err >&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest$ac_exeext &&
10742 $as_test_x conftest$ac_exeext; then
10743 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10744 else
10745 echo "$as_me: failed program was:" >&5
10746 sed 's/^/| /' conftest.$ac_ext >&5
10748 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10752 conftest$ac_exeext conftest.$ac_ext
10753 LIBS=$ac_check_lib_save_LIBS
10755 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10756 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10757 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10759 cat >>confdefs.h <<\_ACEOF
10760 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10761 _ACEOF
10769 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10770 case "x$with_xrender" in
10771 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10772 xno) ;;
10773 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10774 This is an error since --with-xrender was requested." >&5
10775 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10776 This is an error since --with-xrender was requested." >&2;}
10777 { (exit 1); exit 1; }; } ;;
10778 esac
10782 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10783 then
10784 cat >conftest.$ac_ext <<_ACEOF
10785 /* confdefs.h. */
10786 _ACEOF
10787 cat confdefs.h >>conftest.$ac_ext
10788 cat >>conftest.$ac_ext <<_ACEOF
10789 /* end confdefs.h. */
10790 #include <X11/Xlib.h>
10791 #include <X11/extensions/Xrandr.h>
10793 main ()
10795 static typeof(XRRSetScreenConfigAndRate) * func;
10797 return 0;
10799 _ACEOF
10800 rm -f conftest.$ac_objext
10801 if { (ac_try="$ac_compile"
10802 case "(($ac_try" in
10803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10804 *) ac_try_echo=$ac_try;;
10805 esac
10806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10807 (eval "$ac_compile") 2>conftest.er1
10808 ac_status=$?
10809 grep -v '^ *+' conftest.er1 >conftest.err
10810 rm -f conftest.er1
10811 cat conftest.err >&5
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); } && {
10814 test -z "$ac_c_werror_flag" ||
10815 test ! -s conftest.err
10816 } && test -s conftest.$ac_objext; then
10817 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10818 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10819 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10820 echo $ECHO_N "(cached) $ECHO_C" >&6
10821 else
10822 ac_check_soname_save_LIBS=$LIBS
10823 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10824 cat >conftest.$ac_ext <<_ACEOF
10825 /* confdefs.h. */
10826 _ACEOF
10827 cat confdefs.h >>conftest.$ac_ext
10828 cat >>conftest.$ac_ext <<_ACEOF
10829 /* end confdefs.h. */
10831 /* Override any GCC internal prototype to avoid an error.
10832 Use char because int might match the return type of a GCC
10833 builtin and then its argument prototype would still apply. */
10834 #ifdef __cplusplus
10835 extern "C"
10836 #endif
10837 char XRRQueryExtension ();
10839 main ()
10841 return XRRQueryExtension ();
10843 return 0;
10845 _ACEOF
10846 rm -f conftest.$ac_objext conftest$ac_exeext
10847 if { (ac_try="$ac_link"
10848 case "(($ac_try" in
10849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10850 *) ac_try_echo=$ac_try;;
10851 esac
10852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10853 (eval "$ac_link") 2>conftest.er1
10854 ac_status=$?
10855 grep -v '^ *+' conftest.er1 >conftest.err
10856 rm -f conftest.er1
10857 cat conftest.err >&5
10858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10859 (exit $ac_status); } && {
10860 test -z "$ac_c_werror_flag" ||
10861 test ! -s conftest.err
10862 } && test -s conftest$ac_exeext &&
10863 $as_test_x conftest$ac_exeext; then
10864 case "$LIBEXT" in
10865 dll) ;;
10866 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'` ;;
10867 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10868 esac
10869 else
10870 echo "$as_me: failed program was:" >&5
10871 sed 's/^/| /' conftest.$ac_ext >&5
10876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10877 conftest$ac_exeext conftest.$ac_ext
10878 LIBS=$ac_check_soname_save_LIBS
10880 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10881 { echo "$as_me:$LINENO: result: not found" >&5
10882 echo "${ECHO_T}not found" >&6; }
10884 else
10885 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10886 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10888 cat >>confdefs.h <<_ACEOF
10889 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10890 _ACEOF
10895 else
10896 echo "$as_me: failed program was:" >&5
10897 sed 's/^/| /' conftest.$ac_ext >&5
10902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10904 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10905 case "x$with_xrandr" in
10906 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10907 xno) ;;
10908 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10909 This is an error since --with-xrandr was requested." >&5
10910 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10911 This is an error since --with-xrandr was requested." >&2;}
10912 { (exit 1); exit 1; }; } ;;
10913 esac
10917 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10918 then
10919 cat >conftest.$ac_ext <<_ACEOF
10920 /* confdefs.h. */
10921 _ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #include <X11/Xlib.h>
10926 #include <X11/extensions/Xinerama.h>
10928 main ()
10930 static typeof(XineramaQueryScreens) * func;
10932 return 0;
10934 _ACEOF
10935 rm -f conftest.$ac_objext
10936 if { (ac_try="$ac_compile"
10937 case "(($ac_try" in
10938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10939 *) ac_try_echo=$ac_try;;
10940 esac
10941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10942 (eval "$ac_compile") 2>conftest.er1
10943 ac_status=$?
10944 grep -v '^ *+' conftest.er1 >conftest.err
10945 rm -f conftest.er1
10946 cat conftest.err >&5
10947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10948 (exit $ac_status); } && {
10949 test -z "$ac_c_werror_flag" ||
10950 test ! -s conftest.err
10951 } && test -s conftest.$ac_objext; then
10952 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10953 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10954 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956 else
10957 ac_check_soname_save_LIBS=$LIBS
10958 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10959 cat >conftest.$ac_ext <<_ACEOF
10960 /* confdefs.h. */
10961 _ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char XineramaQueryScreens ();
10974 main ()
10976 return XineramaQueryScreens ();
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext conftest$ac_exeext
10982 if { (ac_try="$ac_link"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_link") 2>conftest.er1
10989 ac_status=$?
10990 grep -v '^ *+' conftest.er1 >conftest.err
10991 rm -f conftest.er1
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest$ac_exeext &&
10998 $as_test_x conftest$ac_exeext; then
10999 case "$LIBEXT" in
11000 dll) ;;
11001 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'` ;;
11002 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11003 esac
11004 else
11005 echo "$as_me: failed program was:" >&5
11006 sed 's/^/| /' conftest.$ac_ext >&5
11011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11012 conftest$ac_exeext conftest.$ac_ext
11013 LIBS=$ac_check_soname_save_LIBS
11015 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11016 { echo "$as_me:$LINENO: result: not found" >&5
11017 echo "${ECHO_T}not found" >&6; }
11019 else
11020 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11021 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11023 cat >>confdefs.h <<_ACEOF
11024 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11025 _ACEOF
11030 else
11031 echo "$as_me: failed program was:" >&5
11032 sed 's/^/| /' conftest.$ac_ext >&5
11037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11039 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11040 case "x$with_xinerama" in
11041 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11042 xno) ;;
11043 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11044 This is an error since --with-xinerama was requested." >&5
11045 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11046 This is an error since --with-xinerama was requested." >&2;}
11047 { (exit 1); exit 1; }; } ;;
11048 esac
11052 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11053 then
11054 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11055 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11056 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11058 else
11059 ac_check_soname_save_LIBS=$LIBS
11060 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11061 cat >conftest.$ac_ext <<_ACEOF
11062 /* confdefs.h. */
11063 _ACEOF
11064 cat confdefs.h >>conftest.$ac_ext
11065 cat >>conftest.$ac_ext <<_ACEOF
11066 /* end confdefs.h. */
11068 /* Override any GCC internal prototype to avoid an error.
11069 Use char because int might match the return type of a GCC
11070 builtin and then its argument prototype would still apply. */
11071 #ifdef __cplusplus
11072 extern "C"
11073 #endif
11074 char XCompositeRedirectWindow ();
11076 main ()
11078 return XCompositeRedirectWindow ();
11080 return 0;
11082 _ACEOF
11083 rm -f conftest.$ac_objext conftest$ac_exeext
11084 if { (ac_try="$ac_link"
11085 case "(($ac_try" in
11086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11087 *) ac_try_echo=$ac_try;;
11088 esac
11089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11090 (eval "$ac_link") 2>conftest.er1
11091 ac_status=$?
11092 grep -v '^ *+' conftest.er1 >conftest.err
11093 rm -f conftest.er1
11094 cat conftest.err >&5
11095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096 (exit $ac_status); } && {
11097 test -z "$ac_c_werror_flag" ||
11098 test ! -s conftest.err
11099 } && test -s conftest$ac_exeext &&
11100 $as_test_x conftest$ac_exeext; then
11101 case "$LIBEXT" in
11102 dll) ;;
11103 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'` ;;
11104 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11105 esac
11106 else
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11118 { echo "$as_me:$LINENO: result: not found" >&5
11119 echo "${ECHO_T}not found" >&6; }
11121 else
11122 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11123 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11134 case "x$with_xcomposite" in
11135 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11136 xno) ;;
11137 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11138 This is an error since --with-xcomposite was requested." >&5
11139 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11140 This is an error since --with-xcomposite was requested." >&2;}
11141 { (exit 1); exit 1; }; } ;;
11142 esac
11146 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11147 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11148 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11149 echo $ECHO_N "(cached) $ECHO_C" >&6
11150 else
11151 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h. */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11157 #ifdef HAVE_X11_XLIB_H
11158 #include <X11/Xlib.h>
11159 #endif
11162 main ()
11164 static XICCallback ac_aggr;
11165 if (ac_aggr.callback)
11166 return 0;
11168 return 0;
11170 _ACEOF
11171 rm -f conftest.$ac_objext
11172 if { (ac_try="$ac_compile"
11173 case "(($ac_try" in
11174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11175 *) ac_try_echo=$ac_try;;
11176 esac
11177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11178 (eval "$ac_compile") 2>conftest.er1
11179 ac_status=$?
11180 grep -v '^ *+' conftest.er1 >conftest.err
11181 rm -f conftest.er1
11182 cat conftest.err >&5
11183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11184 (exit $ac_status); } && {
11185 test -z "$ac_c_werror_flag" ||
11186 test ! -s conftest.err
11187 } && test -s conftest.$ac_objext; then
11188 ac_cv_member_XICCallback_callback=yes
11189 else
11190 echo "$as_me: failed program was:" >&5
11191 sed 's/^/| /' conftest.$ac_ext >&5
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11199 #ifdef HAVE_X11_XLIB_H
11200 #include <X11/Xlib.h>
11201 #endif
11204 main ()
11206 static XICCallback ac_aggr;
11207 if (sizeof ac_aggr.callback)
11208 return 0;
11210 return 0;
11212 _ACEOF
11213 rm -f conftest.$ac_objext
11214 if { (ac_try="$ac_compile"
11215 case "(($ac_try" in
11216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11217 *) ac_try_echo=$ac_try;;
11218 esac
11219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11220 (eval "$ac_compile") 2>conftest.er1
11221 ac_status=$?
11222 grep -v '^ *+' conftest.er1 >conftest.err
11223 rm -f conftest.er1
11224 cat conftest.err >&5
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); } && {
11227 test -z "$ac_c_werror_flag" ||
11228 test ! -s conftest.err
11229 } && test -s conftest.$ac_objext; then
11230 ac_cv_member_XICCallback_callback=yes
11231 else
11232 echo "$as_me: failed program was:" >&5
11233 sed 's/^/| /' conftest.$ac_ext >&5
11235 ac_cv_member_XICCallback_callback=no
11238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11243 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11244 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11245 if test $ac_cv_member_XICCallback_callback = yes; then
11247 cat >>confdefs.h <<_ACEOF
11248 #define HAVE_XICCALLBACK_CALLBACK 1
11249 _ACEOF
11256 opengl_msg=""
11257 if test "x$with_opengl" != "xno"
11258 then
11263 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11265 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11266 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11269 echo $ECHO_N "(cached) $ECHO_C" >&6
11270 else
11271 cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h. */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #ifdef HAVE_GL_GLX_H
11278 # include <GL/glx.h>
11279 #endif
11281 #include <$ac_header>
11282 _ACEOF
11283 rm -f conftest.$ac_objext
11284 if { (ac_try="$ac_compile"
11285 case "(($ac_try" in
11286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11287 *) ac_try_echo=$ac_try;;
11288 esac
11289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11290 (eval "$ac_compile") 2>conftest.er1
11291 ac_status=$?
11292 grep -v '^ *+' conftest.er1 >conftest.err
11293 rm -f conftest.er1
11294 cat conftest.err >&5
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); } && {
11297 test -z "$ac_c_werror_flag" ||
11298 test ! -s conftest.err
11299 } && test -s conftest.$ac_objext; then
11300 eval "$as_ac_Header=yes"
11301 else
11302 echo "$as_me: failed program was:" >&5
11303 sed 's/^/| /' conftest.$ac_ext >&5
11305 eval "$as_ac_Header=no"
11308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11310 ac_res=`eval echo '${'$as_ac_Header'}'`
11311 { echo "$as_me:$LINENO: result: $ac_res" >&5
11312 echo "${ECHO_T}$ac_res" >&6; }
11313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11314 cat >>confdefs.h <<_ACEOF
11315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11316 _ACEOF
11320 done
11322 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11323 then
11324 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11325 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11326 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11327 echo $ECHO_N "(cached) $ECHO_C" >&6
11328 else
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11335 #include <GL/gl.h>
11337 main ()
11339 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11341 return 0;
11343 _ACEOF
11344 rm -f conftest.$ac_objext
11345 if { (ac_try="$ac_compile"
11346 case "(($ac_try" in
11347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11348 *) ac_try_echo=$ac_try;;
11349 esac
11350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11351 (eval "$ac_compile") 2>conftest.er1
11352 ac_status=$?
11353 grep -v '^ *+' conftest.er1 >conftest.err
11354 rm -f conftest.er1
11355 cat conftest.err >&5
11356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest.$ac_objext; then
11361 wine_cv_opengl_header_version_OK="yes"
11362 else
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11366 wine_cv_opengl_header_version_OK="no"
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11371 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11372 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11374 if test "$wine_cv_opengl_header_version_OK" = "yes"
11375 then
11376 { echo "$as_me:$LINENO: checking for -lGL" >&5
11377 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11378 if test "${ac_cv_lib_soname_GL+set}" = set; then
11379 echo $ECHO_N "(cached) $ECHO_C" >&6
11380 else
11381 ac_check_soname_save_LIBS=$LIBS
11382 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11383 cat >conftest.$ac_ext <<_ACEOF
11384 /* confdefs.h. */
11385 _ACEOF
11386 cat confdefs.h >>conftest.$ac_ext
11387 cat >>conftest.$ac_ext <<_ACEOF
11388 /* end confdefs.h. */
11390 /* Override any GCC internal prototype to avoid an error.
11391 Use char because int might match the return type of a GCC
11392 builtin and then its argument prototype would still apply. */
11393 #ifdef __cplusplus
11394 extern "C"
11395 #endif
11396 char glXCreateContext ();
11398 main ()
11400 return glXCreateContext ();
11402 return 0;
11404 _ACEOF
11405 rm -f conftest.$ac_objext conftest$ac_exeext
11406 if { (ac_try="$ac_link"
11407 case "(($ac_try" in
11408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11409 *) ac_try_echo=$ac_try;;
11410 esac
11411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11412 (eval "$ac_link") 2>conftest.er1
11413 ac_status=$?
11414 grep -v '^ *+' conftest.er1 >conftest.err
11415 rm -f conftest.er1
11416 cat conftest.err >&5
11417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418 (exit $ac_status); } && {
11419 test -z "$ac_c_werror_flag" ||
11420 test ! -s conftest.err
11421 } && test -s conftest$ac_exeext &&
11422 $as_test_x conftest$ac_exeext; then
11423 case "$LIBEXT" in
11424 dll) ;;
11425 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'` ;;
11426 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11427 esac
11428 else
11429 echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.$ac_ext >&5
11435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11436 conftest$ac_exeext conftest.$ac_ext
11437 LIBS=$ac_check_soname_save_LIBS
11439 if test "x$ac_cv_lib_soname_GL" = "x"; then
11440 { echo "$as_me:$LINENO: result: not found" >&5
11441 echo "${ECHO_T}not found" >&6; }
11442 { echo "$as_me:$LINENO: checking for -lGL" >&5
11443 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11444 if test "${ac_cv_lib_soname_GL+set}" = set; then
11445 echo $ECHO_N "(cached) $ECHO_C" >&6
11446 else
11447 ac_check_soname_save_LIBS=$LIBS
11448 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"
11449 cat >conftest.$ac_ext <<_ACEOF
11450 /* confdefs.h. */
11451 _ACEOF
11452 cat confdefs.h >>conftest.$ac_ext
11453 cat >>conftest.$ac_ext <<_ACEOF
11454 /* end confdefs.h. */
11456 /* Override any GCC internal prototype to avoid an error.
11457 Use char because int might match the return type of a GCC
11458 builtin and then its argument prototype would still apply. */
11459 #ifdef __cplusplus
11460 extern "C"
11461 #endif
11462 char glXCreateContext ();
11464 main ()
11466 return glXCreateContext ();
11468 return 0;
11470 _ACEOF
11471 rm -f conftest.$ac_objext conftest$ac_exeext
11472 if { (ac_try="$ac_link"
11473 case "(($ac_try" in
11474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11475 *) ac_try_echo=$ac_try;;
11476 esac
11477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11478 (eval "$ac_link") 2>conftest.er1
11479 ac_status=$?
11480 grep -v '^ *+' conftest.er1 >conftest.err
11481 rm -f conftest.er1
11482 cat conftest.err >&5
11483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484 (exit $ac_status); } && {
11485 test -z "$ac_c_werror_flag" ||
11486 test ! -s conftest.err
11487 } && test -s conftest$ac_exeext &&
11488 $as_test_x conftest$ac_exeext; then
11489 case "$LIBEXT" in
11490 dll) ;;
11491 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'` ;;
11492 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11493 esac
11494 else
11495 echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11502 conftest$ac_exeext conftest.$ac_ext
11503 LIBS=$ac_check_soname_save_LIBS
11505 if test "x$ac_cv_lib_soname_GL" = "x"; then
11506 { echo "$as_me:$LINENO: result: not found" >&5
11507 echo "${ECHO_T}not found" >&6; }
11508 if test -f /usr/X11R6/lib/libGL.a
11509 then
11510 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11511 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11512 else
11513 opengl_msg="No OpenGL library found on this system."
11515 else
11516 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11517 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11519 cat >>confdefs.h <<_ACEOF
11520 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11521 _ACEOF
11523 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"
11525 cat >>confdefs.h <<\_ACEOF
11526 #define HAVE_OPENGL 1
11527 _ACEOF
11531 else
11532 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11533 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11535 cat >>confdefs.h <<_ACEOF
11536 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11537 _ACEOF
11539 OPENGL_LIBS="-lGL"
11541 cat >>confdefs.h <<\_ACEOF
11542 #define HAVE_OPENGL 1
11543 _ACEOF
11547 if test "$ac_cv_header_GL_glu_h" = "yes"
11548 then
11549 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11550 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11551 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11552 echo $ECHO_N "(cached) $ECHO_C" >&6
11553 else
11554 ac_check_soname_save_LIBS=$LIBS
11555 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11556 cat >conftest.$ac_ext <<_ACEOF
11557 /* confdefs.h. */
11558 _ACEOF
11559 cat confdefs.h >>conftest.$ac_ext
11560 cat >>conftest.$ac_ext <<_ACEOF
11561 /* end confdefs.h. */
11563 /* Override any GCC internal prototype to avoid an error.
11564 Use char because int might match the return type of a GCC
11565 builtin and then its argument prototype would still apply. */
11566 #ifdef __cplusplus
11567 extern "C"
11568 #endif
11569 char gluLookAt ();
11571 main ()
11573 return gluLookAt ();
11575 return 0;
11577 _ACEOF
11578 rm -f conftest.$ac_objext conftest$ac_exeext
11579 if { (ac_try="$ac_link"
11580 case "(($ac_try" in
11581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582 *) ac_try_echo=$ac_try;;
11583 esac
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585 (eval "$ac_link") 2>conftest.er1
11586 ac_status=$?
11587 grep -v '^ *+' conftest.er1 >conftest.err
11588 rm -f conftest.er1
11589 cat conftest.err >&5
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); } && {
11592 test -z "$ac_c_werror_flag" ||
11593 test ! -s conftest.err
11594 } && test -s conftest$ac_exeext &&
11595 $as_test_x conftest$ac_exeext; then
11596 case "$LIBEXT" in
11597 dll) ;;
11598 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'` ;;
11599 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11600 esac
11601 else
11602 echo "$as_me: failed program was:" >&5
11603 sed 's/^/| /' conftest.$ac_ext >&5
11608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11609 conftest$ac_exeext conftest.$ac_ext
11610 LIBS=$ac_check_soname_save_LIBS
11612 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11613 { echo "$as_me:$LINENO: result: not found" >&5
11614 echo "${ECHO_T}not found" >&6; }
11616 else
11617 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11618 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11620 cat >>confdefs.h <<_ACEOF
11621 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11622 _ACEOF
11628 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11629 case "x$with_glu" in
11630 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11631 xno) ;;
11632 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11633 This is an error since --with-glu was requested." >&5
11634 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11635 This is an error since --with-glu was requested." >&2;}
11636 { (exit 1); exit 1; }; } ;;
11637 esac
11640 else
11641 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11643 else
11644 opengl_msg="OpenGL development headers not found."
11646 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11647 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11648 else
11649 enable_opengl32=${enable_opengl32:-no}
11650 enable_glu32=${enable_glu32:-no}
11652 if test -n "$opengl_msg"; then
11653 case "x$with_opengl" in
11654 x) wine_warnings="$wine_warnings|$opengl_msg
11655 OpenGL and Direct3D won't be supported." ;;
11656 xno) ;;
11657 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11658 OpenGL and Direct3D won't be supported.
11659 This is an error since --with-opengl was requested." >&5
11660 echo "$as_me: error: $opengl_msg
11661 OpenGL and Direct3D won't be supported.
11662 This is an error since --with-opengl was requested." >&2;}
11663 { (exit 1); exit 1; }; } ;;
11664 esac
11668 NASLIBS=""
11671 for ac_header in audio/audiolib.h
11673 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11674 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11675 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11676 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11677 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11678 echo $ECHO_N "(cached) $ECHO_C" >&6
11680 ac_res=`eval echo '${'$as_ac_Header'}'`
11681 { echo "$as_me:$LINENO: result: $ac_res" >&5
11682 echo "${ECHO_T}$ac_res" >&6; }
11683 else
11684 # Is the header compilable?
11685 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11686 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11687 cat >conftest.$ac_ext <<_ACEOF
11688 /* confdefs.h. */
11689 _ACEOF
11690 cat confdefs.h >>conftest.$ac_ext
11691 cat >>conftest.$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11693 $ac_includes_default
11694 #include <$ac_header>
11695 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (ac_try="$ac_compile"
11698 case "(($ac_try" in
11699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11701 esac
11702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11703 (eval "$ac_compile") 2>conftest.er1
11704 ac_status=$?
11705 grep -v '^ *+' conftest.er1 >conftest.err
11706 rm -f conftest.er1
11707 cat conftest.err >&5
11708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709 (exit $ac_status); } && {
11710 test -z "$ac_c_werror_flag" ||
11711 test ! -s conftest.err
11712 } && test -s conftest.$ac_objext; then
11713 ac_header_compiler=yes
11714 else
11715 echo "$as_me: failed program was:" >&5
11716 sed 's/^/| /' conftest.$ac_ext >&5
11718 ac_header_compiler=no
11721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11722 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11723 echo "${ECHO_T}$ac_header_compiler" >&6; }
11725 # Is the header present?
11726 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11727 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11728 cat >conftest.$ac_ext <<_ACEOF
11729 /* confdefs.h. */
11730 _ACEOF
11731 cat confdefs.h >>conftest.$ac_ext
11732 cat >>conftest.$ac_ext <<_ACEOF
11733 /* end confdefs.h. */
11734 #include <$ac_header>
11735 _ACEOF
11736 if { (ac_try="$ac_cpp conftest.$ac_ext"
11737 case "(($ac_try" in
11738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11739 *) ac_try_echo=$ac_try;;
11740 esac
11741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11742 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } >/dev/null && {
11749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11750 test ! -s conftest.err
11751 }; then
11752 ac_header_preproc=yes
11753 else
11754 echo "$as_me: failed program was:" >&5
11755 sed 's/^/| /' conftest.$ac_ext >&5
11757 ac_header_preproc=no
11760 rm -f conftest.err conftest.$ac_ext
11761 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11762 echo "${ECHO_T}$ac_header_preproc" >&6; }
11764 # So? What about this header?
11765 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11766 yes:no: )
11767 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11768 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11769 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11770 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11771 ac_header_preproc=yes
11773 no:yes:* )
11774 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11775 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11776 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11777 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11778 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11779 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11780 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11781 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11783 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11784 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11785 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11786 ( cat <<\_ASBOX
11787 ## ------------------------------------ ##
11788 ## Report this to wine-devel@winehq.org ##
11789 ## ------------------------------------ ##
11790 _ASBOX
11791 ) | sed "s/^/$as_me: WARNING: /" >&2
11793 esac
11794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11797 echo $ECHO_N "(cached) $ECHO_C" >&6
11798 else
11799 eval "$as_ac_Header=\$ac_header_preproc"
11801 ac_res=`eval echo '${'$as_ac_Header'}'`
11802 { echo "$as_me:$LINENO: result: $ac_res" >&5
11803 echo "${ECHO_T}$ac_res" >&6; }
11806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11807 cat >>confdefs.h <<_ACEOF
11808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11809 _ACEOF
11811 for ac_header in audio/soundlib.h
11813 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11817 echo $ECHO_N "(cached) $ECHO_C" >&6
11818 else
11819 cat >conftest.$ac_ext <<_ACEOF
11820 /* confdefs.h. */
11821 _ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 #include <audio/audiolib.h>
11827 #include <$ac_header>
11828 _ACEOF
11829 rm -f conftest.$ac_objext
11830 if { (ac_try="$ac_compile"
11831 case "(($ac_try" in
11832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11834 esac
11835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11836 (eval "$ac_compile") 2>conftest.er1
11837 ac_status=$?
11838 grep -v '^ *+' conftest.er1 >conftest.err
11839 rm -f conftest.er1
11840 cat conftest.err >&5
11841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11842 (exit $ac_status); } && {
11843 test -z "$ac_c_werror_flag" ||
11844 test ! -s conftest.err
11845 } && test -s conftest.$ac_objext; then
11846 eval "$as_ac_Header=yes"
11847 else
11848 echo "$as_me: failed program was:" >&5
11849 sed 's/^/| /' conftest.$ac_ext >&5
11851 eval "$as_ac_Header=no"
11854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11856 ac_res=`eval echo '${'$as_ac_Header'}'`
11857 { echo "$as_me:$LINENO: result: $ac_res" >&5
11858 echo "${ECHO_T}$ac_res" >&6; }
11859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11860 cat >>confdefs.h <<_ACEOF
11861 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11862 _ACEOF
11866 done
11868 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11869 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11870 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11871 echo $ECHO_N "(cached) $ECHO_C" >&6
11872 else
11873 ac_check_lib_save_LIBS=$LIBS
11874 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11875 cat >conftest.$ac_ext <<_ACEOF
11876 /* confdefs.h. */
11877 _ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11885 #ifdef __cplusplus
11886 extern "C"
11887 #endif
11888 char AuCreateFlow ();
11890 main ()
11892 return AuCreateFlow ();
11894 return 0;
11896 _ACEOF
11897 rm -f conftest.$ac_objext conftest$ac_exeext
11898 if { (ac_try="$ac_link"
11899 case "(($ac_try" in
11900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11901 *) ac_try_echo=$ac_try;;
11902 esac
11903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11904 (eval "$ac_link") 2>conftest.er1
11905 ac_status=$?
11906 grep -v '^ *+' conftest.er1 >conftest.err
11907 rm -f conftest.er1
11908 cat conftest.err >&5
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } && {
11911 test -z "$ac_c_werror_flag" ||
11912 test ! -s conftest.err
11913 } && test -s conftest$ac_exeext &&
11914 $as_test_x conftest$ac_exeext; then
11915 ac_cv_lib_audio_AuCreateFlow=yes
11916 else
11917 echo "$as_me: failed program was:" >&5
11918 sed 's/^/| /' conftest.$ac_ext >&5
11920 ac_cv_lib_audio_AuCreateFlow=no
11923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11924 conftest$ac_exeext conftest.$ac_ext
11925 LIBS=$ac_check_lib_save_LIBS
11927 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11928 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11929 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11931 cat >>confdefs.h <<\_ACEOF
11932 #define HAVE_NAS 1
11933 _ACEOF
11935 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11936 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11937 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11938 echo $ECHO_N "(cached) $ECHO_C" >&6
11939 else
11940 ac_check_lib_save_LIBS=$LIBS
11941 LIBS="-lXau $X_LIBS $LIBS"
11942 cat >conftest.$ac_ext <<_ACEOF
11943 /* confdefs.h. */
11944 _ACEOF
11945 cat confdefs.h >>conftest.$ac_ext
11946 cat >>conftest.$ac_ext <<_ACEOF
11947 /* end confdefs.h. */
11949 /* Override any GCC internal prototype to avoid an error.
11950 Use char because int might match the return type of a GCC
11951 builtin and then its argument prototype would still apply. */
11952 #ifdef __cplusplus
11953 extern "C"
11954 #endif
11955 char XauGetBestAuthByAddr ();
11957 main ()
11959 return XauGetBestAuthByAddr ();
11961 return 0;
11963 _ACEOF
11964 rm -f conftest.$ac_objext conftest$ac_exeext
11965 if { (ac_try="$ac_link"
11966 case "(($ac_try" in
11967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11968 *) ac_try_echo=$ac_try;;
11969 esac
11970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11971 (eval "$ac_link") 2>conftest.er1
11972 ac_status=$?
11973 grep -v '^ *+' conftest.er1 >conftest.err
11974 rm -f conftest.er1
11975 cat conftest.err >&5
11976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977 (exit $ac_status); } && {
11978 test -z "$ac_c_werror_flag" ||
11979 test ! -s conftest.err
11980 } && test -s conftest$ac_exeext &&
11981 $as_test_x conftest$ac_exeext; then
11982 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11983 else
11984 echo "$as_me: failed program was:" >&5
11985 sed 's/^/| /' conftest.$ac_ext >&5
11987 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11991 conftest$ac_exeext conftest.$ac_ext
11992 LIBS=$ac_check_lib_save_LIBS
11994 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11995 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11996 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11997 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11998 else
11999 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12007 done
12010 CPPFLAGS="$ac_save_CPPFLAGS"
12011 else
12012 XLIB=""
12013 X_CFLAGS=""
12014 X_LIBS=""
12015 enable_winex11_drv=${enable_winex11_drv:-no}
12016 enable_opengl32=${enable_opengl32:-no}
12017 enable_glu32=${enable_glu32:-no}
12019 if test "x$XLIB" = "x"; then
12020 case "x$with_x" in
12021 xno) ;;
12022 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12023 without X support, which probably isn't what you want. You will need to install
12024 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12025 Use the --without-x option if you really want this." >&5
12026 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12027 without X support, which probably isn't what you want. You will need to install
12028 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12029 Use the --without-x option if you really want this." >&2;}
12030 { (exit 1); exit 1; }; } ;;
12031 esac
12036 XML2LIBS=""
12038 XML2INCL=""
12040 XSLTINCL=""
12042 if test "x$with_xml" != "xno"
12043 then
12044 ac_save_CPPFLAGS="$CPPFLAGS"
12045 if test "$PKG_CONFIG" != "false"
12046 then
12047 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12048 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12049 else
12050 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12051 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12053 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12055 for ac_header in libxml/parser.h
12057 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12059 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12062 echo $ECHO_N "(cached) $ECHO_C" >&6
12064 ac_res=`eval echo '${'$as_ac_Header'}'`
12065 { echo "$as_me:$LINENO: result: $ac_res" >&5
12066 echo "${ECHO_T}$ac_res" >&6; }
12067 else
12068 # Is the header compilable?
12069 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12070 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12071 cat >conftest.$ac_ext <<_ACEOF
12072 /* confdefs.h. */
12073 _ACEOF
12074 cat confdefs.h >>conftest.$ac_ext
12075 cat >>conftest.$ac_ext <<_ACEOF
12076 /* end confdefs.h. */
12077 $ac_includes_default
12078 #include <$ac_header>
12079 _ACEOF
12080 rm -f conftest.$ac_objext
12081 if { (ac_try="$ac_compile"
12082 case "(($ac_try" in
12083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12084 *) ac_try_echo=$ac_try;;
12085 esac
12086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12087 (eval "$ac_compile") 2>conftest.er1
12088 ac_status=$?
12089 grep -v '^ *+' conftest.er1 >conftest.err
12090 rm -f conftest.er1
12091 cat conftest.err >&5
12092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093 (exit $ac_status); } && {
12094 test -z "$ac_c_werror_flag" ||
12095 test ! -s conftest.err
12096 } && test -s conftest.$ac_objext; then
12097 ac_header_compiler=yes
12098 else
12099 echo "$as_me: failed program was:" >&5
12100 sed 's/^/| /' conftest.$ac_ext >&5
12102 ac_header_compiler=no
12105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12106 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12107 echo "${ECHO_T}$ac_header_compiler" >&6; }
12109 # Is the header present?
12110 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12111 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12112 cat >conftest.$ac_ext <<_ACEOF
12113 /* confdefs.h. */
12114 _ACEOF
12115 cat confdefs.h >>conftest.$ac_ext
12116 cat >>conftest.$ac_ext <<_ACEOF
12117 /* end confdefs.h. */
12118 #include <$ac_header>
12119 _ACEOF
12120 if { (ac_try="$ac_cpp conftest.$ac_ext"
12121 case "(($ac_try" in
12122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12123 *) ac_try_echo=$ac_try;;
12124 esac
12125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12126 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12127 ac_status=$?
12128 grep -v '^ *+' conftest.er1 >conftest.err
12129 rm -f conftest.er1
12130 cat conftest.err >&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } >/dev/null && {
12133 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12134 test ! -s conftest.err
12135 }; then
12136 ac_header_preproc=yes
12137 else
12138 echo "$as_me: failed program was:" >&5
12139 sed 's/^/| /' conftest.$ac_ext >&5
12141 ac_header_preproc=no
12144 rm -f conftest.err conftest.$ac_ext
12145 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12146 echo "${ECHO_T}$ac_header_preproc" >&6; }
12148 # So? What about this header?
12149 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12150 yes:no: )
12151 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12152 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12153 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12154 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12155 ac_header_preproc=yes
12157 no:yes:* )
12158 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12159 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12160 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12161 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12162 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12163 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12164 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12165 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12167 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12168 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12169 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12170 ( cat <<\_ASBOX
12171 ## ------------------------------------ ##
12172 ## Report this to wine-devel@winehq.org ##
12173 ## ------------------------------------ ##
12174 _ASBOX
12175 ) | sed "s/^/$as_me: WARNING: /" >&2
12177 esac
12178 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12179 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12180 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12181 echo $ECHO_N "(cached) $ECHO_C" >&6
12182 else
12183 eval "$as_ac_Header=\$ac_header_preproc"
12185 ac_res=`eval echo '${'$as_ac_Header'}'`
12186 { echo "$as_me:$LINENO: result: $ac_res" >&5
12187 echo "${ECHO_T}$ac_res" >&6; }
12190 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12191 cat >>confdefs.h <<_ACEOF
12192 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12193 _ACEOF
12194 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12195 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12196 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12197 echo $ECHO_N "(cached) $ECHO_C" >&6
12198 else
12199 ac_check_lib_save_LIBS=$LIBS
12200 LIBS="-lxml2 $ac_xml_libs $LIBS"
12201 cat >conftest.$ac_ext <<_ACEOF
12202 /* confdefs.h. */
12203 _ACEOF
12204 cat confdefs.h >>conftest.$ac_ext
12205 cat >>conftest.$ac_ext <<_ACEOF
12206 /* end confdefs.h. */
12208 /* Override any GCC internal prototype to avoid an error.
12209 Use char because int might match the return type of a GCC
12210 builtin and then its argument prototype would still apply. */
12211 #ifdef __cplusplus
12212 extern "C"
12213 #endif
12214 char xmlParseMemory ();
12216 main ()
12218 return xmlParseMemory ();
12220 return 0;
12222 _ACEOF
12223 rm -f conftest.$ac_objext conftest$ac_exeext
12224 if { (ac_try="$ac_link"
12225 case "(($ac_try" in
12226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12227 *) ac_try_echo=$ac_try;;
12228 esac
12229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12230 (eval "$ac_link") 2>conftest.er1
12231 ac_status=$?
12232 grep -v '^ *+' conftest.er1 >conftest.err
12233 rm -f conftest.er1
12234 cat conftest.err >&5
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); } && {
12237 test -z "$ac_c_werror_flag" ||
12238 test ! -s conftest.err
12239 } && test -s conftest$ac_exeext &&
12240 $as_test_x conftest$ac_exeext; then
12241 ac_cv_lib_xml2_xmlParseMemory=yes
12242 else
12243 echo "$as_me: failed program was:" >&5
12244 sed 's/^/| /' conftest.$ac_ext >&5
12246 ac_cv_lib_xml2_xmlParseMemory=no
12249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12250 conftest$ac_exeext conftest.$ac_ext
12251 LIBS=$ac_check_lib_save_LIBS
12253 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12254 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12255 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12257 cat >>confdefs.h <<\_ACEOF
12258 #define HAVE_LIBXML2 1
12259 _ACEOF
12261 XML2LIBS="$ac_xml_libs"
12262 XML2INCL="$ac_xml_cflags"
12265 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12266 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12267 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12268 echo $ECHO_N "(cached) $ECHO_C" >&6
12269 else
12270 ac_check_lib_save_LIBS=$LIBS
12271 LIBS="-lxml2 $ac_xml_libs $LIBS"
12272 cat >conftest.$ac_ext <<_ACEOF
12273 /* confdefs.h. */
12274 _ACEOF
12275 cat confdefs.h >>conftest.$ac_ext
12276 cat >>conftest.$ac_ext <<_ACEOF
12277 /* end confdefs.h. */
12279 /* Override any GCC internal prototype to avoid an error.
12280 Use char because int might match the return type of a GCC
12281 builtin and then its argument prototype would still apply. */
12282 #ifdef __cplusplus
12283 extern "C"
12284 #endif
12285 char xmlReadMemory ();
12287 main ()
12289 return xmlReadMemory ();
12291 return 0;
12293 _ACEOF
12294 rm -f conftest.$ac_objext conftest$ac_exeext
12295 if { (ac_try="$ac_link"
12296 case "(($ac_try" in
12297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12298 *) ac_try_echo=$ac_try;;
12299 esac
12300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12301 (eval "$ac_link") 2>conftest.er1
12302 ac_status=$?
12303 grep -v '^ *+' conftest.er1 >conftest.err
12304 rm -f conftest.er1
12305 cat conftest.err >&5
12306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307 (exit $ac_status); } && {
12308 test -z "$ac_c_werror_flag" ||
12309 test ! -s conftest.err
12310 } && test -s conftest$ac_exeext &&
12311 $as_test_x conftest$ac_exeext; then
12312 ac_cv_lib_xml2_xmlReadMemory=yes
12313 else
12314 echo "$as_me: failed program was:" >&5
12315 sed 's/^/| /' conftest.$ac_ext >&5
12317 ac_cv_lib_xml2_xmlReadMemory=no
12320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12321 conftest$ac_exeext conftest.$ac_ext
12322 LIBS=$ac_check_lib_save_LIBS
12324 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12325 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12326 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12328 cat >>confdefs.h <<\_ACEOF
12329 #define HAVE_XMLREADMEMORY 1
12330 _ACEOF
12334 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12335 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12336 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12337 echo $ECHO_N "(cached) $ECHO_C" >&6
12338 else
12339 ac_check_lib_save_LIBS=$LIBS
12340 LIBS="-lxml2 $ac_xml_libs $LIBS"
12341 cat >conftest.$ac_ext <<_ACEOF
12342 /* confdefs.h. */
12343 _ACEOF
12344 cat confdefs.h >>conftest.$ac_ext
12345 cat >>conftest.$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12348 /* Override any GCC internal prototype to avoid an error.
12349 Use char because int might match the return type of a GCC
12350 builtin and then its argument prototype would still apply. */
12351 #ifdef __cplusplus
12352 extern "C"
12353 #endif
12354 char xmlNewDocPI ();
12356 main ()
12358 return xmlNewDocPI ();
12360 return 0;
12362 _ACEOF
12363 rm -f conftest.$ac_objext conftest$ac_exeext
12364 if { (ac_try="$ac_link"
12365 case "(($ac_try" in
12366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12367 *) ac_try_echo=$ac_try;;
12368 esac
12369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12370 (eval "$ac_link") 2>conftest.er1
12371 ac_status=$?
12372 grep -v '^ *+' conftest.er1 >conftest.err
12373 rm -f conftest.er1
12374 cat conftest.err >&5
12375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376 (exit $ac_status); } && {
12377 test -z "$ac_c_werror_flag" ||
12378 test ! -s conftest.err
12379 } && test -s conftest$ac_exeext &&
12380 $as_test_x conftest$ac_exeext; then
12381 ac_cv_lib_xml2_xmlNewDocPI=yes
12382 else
12383 echo "$as_me: failed program was:" >&5
12384 sed 's/^/| /' conftest.$ac_ext >&5
12386 ac_cv_lib_xml2_xmlNewDocPI=no
12389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12390 conftest$ac_exeext conftest.$ac_ext
12391 LIBS=$ac_check_lib_save_LIBS
12393 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12394 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12395 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12397 cat >>confdefs.h <<\_ACEOF
12398 #define HAVE_XMLNEWDOCPI 1
12399 _ACEOF
12406 done
12408 CPPFLAGS="$ac_save_CPPFLAGS"
12410 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12411 case "x$with_xml" in
12412 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12413 xno) ;;
12414 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12415 This is an error since --with-xml was requested." >&5
12416 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12417 This is an error since --with-xml was requested." >&2;}
12418 { (exit 1); exit 1; }; } ;;
12419 esac
12423 if test "x$with_xslt" != "xno"
12424 then
12425 if test "$PKG_CONFIG" != "false"
12426 then
12427 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12428 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12429 else
12430 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12431 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12433 ac_save_CPPFLAGS="$CPPFLAGS"
12434 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12437 for ac_header in libxslt/pattern.h libxslt/transform.h
12439 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12444 else
12445 cat >conftest.$ac_ext <<_ACEOF
12446 /* confdefs.h. */
12447 _ACEOF
12448 cat confdefs.h >>conftest.$ac_ext
12449 cat >>conftest.$ac_ext <<_ACEOF
12450 /* end confdefs.h. */
12451 #ifdef HAVE_LIBXSLT_PATTERN_H
12452 # include <libxslt/pattern.h>
12453 #endif
12455 #include <$ac_header>
12456 _ACEOF
12457 rm -f conftest.$ac_objext
12458 if { (ac_try="$ac_compile"
12459 case "(($ac_try" in
12460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12461 *) ac_try_echo=$ac_try;;
12462 esac
12463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12464 (eval "$ac_compile") 2>conftest.er1
12465 ac_status=$?
12466 grep -v '^ *+' conftest.er1 >conftest.err
12467 rm -f conftest.er1
12468 cat conftest.err >&5
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } && {
12471 test -z "$ac_c_werror_flag" ||
12472 test ! -s conftest.err
12473 } && test -s conftest.$ac_objext; then
12474 eval "$as_ac_Header=yes"
12475 else
12476 echo "$as_me: failed program was:" >&5
12477 sed 's/^/| /' conftest.$ac_ext >&5
12479 eval "$as_ac_Header=no"
12482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12484 ac_res=`eval echo '${'$as_ac_Header'}'`
12485 { echo "$as_me:$LINENO: result: $ac_res" >&5
12486 echo "${ECHO_T}$ac_res" >&6; }
12487 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12488 cat >>confdefs.h <<_ACEOF
12489 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12490 _ACEOF
12494 done
12496 CPPFLAGS="$ac_save_CPPFLAGS"
12497 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12498 then
12499 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12500 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12501 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12502 echo $ECHO_N "(cached) $ECHO_C" >&6
12503 else
12504 ac_check_soname_save_LIBS=$LIBS
12505 LIBS="-lxslt $ac_xslt_libs $LIBS"
12506 cat >conftest.$ac_ext <<_ACEOF
12507 /* confdefs.h. */
12508 _ACEOF
12509 cat confdefs.h >>conftest.$ac_ext
12510 cat >>conftest.$ac_ext <<_ACEOF
12511 /* end confdefs.h. */
12513 /* Override any GCC internal prototype to avoid an error.
12514 Use char because int might match the return type of a GCC
12515 builtin and then its argument prototype would still apply. */
12516 #ifdef __cplusplus
12517 extern "C"
12518 #endif
12519 char xsltCompilePattern ();
12521 main ()
12523 return xsltCompilePattern ();
12525 return 0;
12527 _ACEOF
12528 rm -f conftest.$ac_objext conftest$ac_exeext
12529 if { (ac_try="$ac_link"
12530 case "(($ac_try" in
12531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12532 *) ac_try_echo=$ac_try;;
12533 esac
12534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12535 (eval "$ac_link") 2>conftest.er1
12536 ac_status=$?
12537 grep -v '^ *+' conftest.er1 >conftest.err
12538 rm -f conftest.er1
12539 cat conftest.err >&5
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } && {
12542 test -z "$ac_c_werror_flag" ||
12543 test ! -s conftest.err
12544 } && test -s conftest$ac_exeext &&
12545 $as_test_x conftest$ac_exeext; then
12546 case "$LIBEXT" in
12547 dll) ;;
12548 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'` ;;
12549 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12550 esac
12551 else
12552 echo "$as_me: failed program was:" >&5
12553 sed 's/^/| /' conftest.$ac_ext >&5
12558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12559 conftest$ac_exeext conftest.$ac_ext
12560 LIBS=$ac_check_soname_save_LIBS
12562 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12563 { echo "$as_me:$LINENO: result: not found" >&5
12564 echo "${ECHO_T}not found" >&6; }
12566 else
12567 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12568 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12570 cat >>confdefs.h <<_ACEOF
12571 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12572 _ACEOF
12574 XSLTINCL="$ac_xslt_cflags"
12579 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12580 case "x$with_xslt" in
12581 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12582 xno) ;;
12583 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12584 This is an error since --with-xslt was requested." >&5
12585 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12586 This is an error since --with-xslt was requested." >&2;}
12587 { (exit 1); exit 1; }; } ;;
12588 esac
12592 HALINCL=""
12594 if test "x$with_hal" != "xno"
12595 then
12596 ac_save_CPPFLAGS="$CPPFLAGS"
12597 if test "$PKG_CONFIG" != "false"
12598 then
12599 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12600 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12601 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12605 for ac_header in dbus/dbus.h hal/libhal.h
12607 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12608 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12609 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12611 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12612 echo $ECHO_N "(cached) $ECHO_C" >&6
12614 ac_res=`eval echo '${'$as_ac_Header'}'`
12615 { echo "$as_me:$LINENO: result: $ac_res" >&5
12616 echo "${ECHO_T}$ac_res" >&6; }
12617 else
12618 # Is the header compilable?
12619 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12629 _ACEOF
12630 rm -f conftest.$ac_objext
12631 if { (ac_try="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12637 (eval "$ac_compile") 2>conftest.er1
12638 ac_status=$?
12639 grep -v '^ *+' conftest.er1 >conftest.err
12640 rm -f conftest.er1
12641 cat conftest.err >&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } && {
12644 test -z "$ac_c_werror_flag" ||
12645 test ! -s conftest.err
12646 } && test -s conftest.$ac_objext; then
12647 ac_header_compiler=yes
12648 else
12649 echo "$as_me: failed program was:" >&5
12650 sed 's/^/| /' conftest.$ac_ext >&5
12652 ac_header_compiler=no
12655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12656 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12657 echo "${ECHO_T}$ac_header_compiler" >&6; }
12659 # Is the header present?
12660 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12661 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12662 cat >conftest.$ac_ext <<_ACEOF
12663 /* confdefs.h. */
12664 _ACEOF
12665 cat confdefs.h >>conftest.$ac_ext
12666 cat >>conftest.$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12668 #include <$ac_header>
12669 _ACEOF
12670 if { (ac_try="$ac_cpp conftest.$ac_ext"
12671 case "(($ac_try" in
12672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12673 *) ac_try_echo=$ac_try;;
12674 esac
12675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12677 ac_status=$?
12678 grep -v '^ *+' conftest.er1 >conftest.err
12679 rm -f conftest.er1
12680 cat conftest.err >&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); } >/dev/null && {
12683 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12684 test ! -s conftest.err
12685 }; then
12686 ac_header_preproc=yes
12687 else
12688 echo "$as_me: failed program was:" >&5
12689 sed 's/^/| /' conftest.$ac_ext >&5
12691 ac_header_preproc=no
12694 rm -f conftest.err conftest.$ac_ext
12695 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12696 echo "${ECHO_T}$ac_header_preproc" >&6; }
12698 # So? What about this header?
12699 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12700 yes:no: )
12701 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12702 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12703 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12704 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12705 ac_header_preproc=yes
12707 no:yes:* )
12708 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12709 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12710 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12711 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12712 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12713 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12714 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12715 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12717 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12718 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12719 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12720 ( cat <<\_ASBOX
12721 ## ------------------------------------ ##
12722 ## Report this to wine-devel@winehq.org ##
12723 ## ------------------------------------ ##
12724 _ASBOX
12725 ) | sed "s/^/$as_me: WARNING: /" >&2
12727 esac
12728 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12729 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 else
12733 eval "$as_ac_Header=\$ac_header_preproc"
12735 ac_res=`eval echo '${'$as_ac_Header'}'`
12736 { echo "$as_me:$LINENO: result: $ac_res" >&5
12737 echo "${ECHO_T}$ac_res" >&6; }
12740 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12741 cat >>confdefs.h <<_ACEOF
12742 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12743 _ACEOF
12747 done
12749 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12750 then
12751 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12752 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12753 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 else
12756 ac_check_lib_save_LIBS=$LIBS
12757 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12758 cat >conftest.$ac_ext <<_ACEOF
12759 /* confdefs.h. */
12760 _ACEOF
12761 cat confdefs.h >>conftest.$ac_ext
12762 cat >>conftest.$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12768 #ifdef __cplusplus
12769 extern "C"
12770 #endif
12771 char dbus_connection_close ();
12773 main ()
12775 return dbus_connection_close ();
12777 return 0;
12779 _ACEOF
12780 rm -f conftest.$ac_objext conftest$ac_exeext
12781 if { (ac_try="$ac_link"
12782 case "(($ac_try" in
12783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12784 *) ac_try_echo=$ac_try;;
12785 esac
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787 (eval "$ac_link") 2>conftest.er1
12788 ac_status=$?
12789 grep -v '^ *+' conftest.er1 >conftest.err
12790 rm -f conftest.er1
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } && {
12794 test -z "$ac_c_werror_flag" ||
12795 test ! -s conftest.err
12796 } && test -s conftest$ac_exeext &&
12797 $as_test_x conftest$ac_exeext; then
12798 ac_cv_lib_dbus_1_dbus_connection_close=yes
12799 else
12800 echo "$as_me: failed program was:" >&5
12801 sed 's/^/| /' conftest.$ac_ext >&5
12803 ac_cv_lib_dbus_1_dbus_connection_close=no
12806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12807 conftest$ac_exeext conftest.$ac_ext
12808 LIBS=$ac_check_lib_save_LIBS
12810 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12811 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12812 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12813 { echo "$as_me:$LINENO: checking for -lhal" >&5
12814 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12815 if test "${ac_cv_lib_soname_hal+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 else
12818 ac_check_soname_save_LIBS=$LIBS
12819 LIBS="-lhal $ac_hal_libs $LIBS"
12820 cat >conftest.$ac_ext <<_ACEOF
12821 /* confdefs.h. */
12822 _ACEOF
12823 cat confdefs.h >>conftest.$ac_ext
12824 cat >>conftest.$ac_ext <<_ACEOF
12825 /* end confdefs.h. */
12827 /* Override any GCC internal prototype to avoid an error.
12828 Use char because int might match the return type of a GCC
12829 builtin and then its argument prototype would still apply. */
12830 #ifdef __cplusplus
12831 extern "C"
12832 #endif
12833 char libhal_ctx_new ();
12835 main ()
12837 return libhal_ctx_new ();
12839 return 0;
12841 _ACEOF
12842 rm -f conftest.$ac_objext conftest$ac_exeext
12843 if { (ac_try="$ac_link"
12844 case "(($ac_try" in
12845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12846 *) ac_try_echo=$ac_try;;
12847 esac
12848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12849 (eval "$ac_link") 2>conftest.er1
12850 ac_status=$?
12851 grep -v '^ *+' conftest.er1 >conftest.err
12852 rm -f conftest.er1
12853 cat conftest.err >&5
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); } && {
12856 test -z "$ac_c_werror_flag" ||
12857 test ! -s conftest.err
12858 } && test -s conftest$ac_exeext &&
12859 $as_test_x conftest$ac_exeext; then
12860 case "$LIBEXT" in
12861 dll) ;;
12862 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'` ;;
12863 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12864 esac
12865 else
12866 echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.$ac_ext >&5
12872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12873 conftest$ac_exeext conftest.$ac_ext
12874 LIBS=$ac_check_soname_save_LIBS
12876 if test "x$ac_cv_lib_soname_hal" = "x"; then
12877 { echo "$as_me:$LINENO: result: not found" >&5
12878 echo "${ECHO_T}not found" >&6; }
12880 else
12881 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12882 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12884 cat >>confdefs.h <<_ACEOF
12885 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12886 _ACEOF
12888 HALINCL="$ac_hal_cflags"
12894 CPPFLAGS="$ac_save_CPPFLAGS"
12896 if test "x$ac_cv_lib_soname_hal" = "x"; then
12897 case "x$with_hal" in
12898 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12899 xno) ;;
12900 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12901 This is an error since --with-hal was requested." >&5
12902 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12903 This is an error since --with-hal was requested." >&2;}
12904 { (exit 1); exit 1; }; } ;;
12905 esac
12909 if test "x$with_gnutls" != "xno"
12910 then
12911 ac_save_CPPFLAGS="$CPPFLAGS"
12912 if test "$PKG_CONFIG" != "false"
12913 then
12914 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12915 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12916 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12918 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12919 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12920 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12921 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12922 echo $ECHO_N "(cached) $ECHO_C" >&6
12924 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12925 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12926 else
12927 # Is the header compilable?
12928 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12929 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12930 cat >conftest.$ac_ext <<_ACEOF
12931 /* confdefs.h. */
12932 _ACEOF
12933 cat confdefs.h >>conftest.$ac_ext
12934 cat >>conftest.$ac_ext <<_ACEOF
12935 /* end confdefs.h. */
12936 $ac_includes_default
12937 #include <gnutls/gnutls.h>
12938 _ACEOF
12939 rm -f conftest.$ac_objext
12940 if { (ac_try="$ac_compile"
12941 case "(($ac_try" in
12942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12943 *) ac_try_echo=$ac_try;;
12944 esac
12945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12946 (eval "$ac_compile") 2>conftest.er1
12947 ac_status=$?
12948 grep -v '^ *+' conftest.er1 >conftest.err
12949 rm -f conftest.er1
12950 cat conftest.err >&5
12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest.$ac_objext; then
12956 ac_header_compiler=yes
12957 else
12958 echo "$as_me: failed program was:" >&5
12959 sed 's/^/| /' conftest.$ac_ext >&5
12961 ac_header_compiler=no
12964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12965 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12966 echo "${ECHO_T}$ac_header_compiler" >&6; }
12968 # Is the header present?
12969 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12970 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12971 cat >conftest.$ac_ext <<_ACEOF
12972 /* confdefs.h. */
12973 _ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h. */
12977 #include <gnutls/gnutls.h>
12978 _ACEOF
12979 if { (ac_try="$ac_cpp conftest.$ac_ext"
12980 case "(($ac_try" in
12981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12982 *) ac_try_echo=$ac_try;;
12983 esac
12984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12985 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12986 ac_status=$?
12987 grep -v '^ *+' conftest.er1 >conftest.err
12988 rm -f conftest.er1
12989 cat conftest.err >&5
12990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 (exit $ac_status); } >/dev/null && {
12992 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12993 test ! -s conftest.err
12994 }; then
12995 ac_header_preproc=yes
12996 else
12997 echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
13000 ac_header_preproc=no
13003 rm -f conftest.err conftest.$ac_ext
13004 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13005 echo "${ECHO_T}$ac_header_preproc" >&6; }
13007 # So? What about this header?
13008 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13009 yes:no: )
13010 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13011 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13012 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13013 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13014 ac_header_preproc=yes
13016 no:yes:* )
13017 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13018 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13019 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13020 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13021 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13022 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13023 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13024 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13025 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13026 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13027 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13028 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13029 ( cat <<\_ASBOX
13030 ## ------------------------------------ ##
13031 ## Report this to wine-devel@winehq.org ##
13032 ## ------------------------------------ ##
13033 _ASBOX
13034 ) | sed "s/^/$as_me: WARNING: /" >&2
13036 esac
13037 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13038 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13039 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13040 echo $ECHO_N "(cached) $ECHO_C" >&6
13041 else
13042 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13044 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13045 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13048 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13049 cat >conftest.$ac_ext <<_ACEOF
13050 /* confdefs.h. */
13051 _ACEOF
13052 cat confdefs.h >>conftest.$ac_ext
13053 cat >>conftest.$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 #include <gnutls/gnutls.h>
13057 main ()
13059 typeof(gnutls_mac_get_key_size) *pfunc;
13061 return 0;
13063 _ACEOF
13064 rm -f conftest.$ac_objext
13065 if { (ac_try="$ac_compile"
13066 case "(($ac_try" in
13067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13068 *) ac_try_echo=$ac_try;;
13069 esac
13070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13071 (eval "$ac_compile") 2>conftest.er1
13072 ac_status=$?
13073 grep -v '^ *+' conftest.er1 >conftest.err
13074 rm -f conftest.er1
13075 cat conftest.err >&5
13076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13077 (exit $ac_status); } && {
13078 test -z "$ac_c_werror_flag" ||
13079 test ! -s conftest.err
13080 } && test -s conftest.$ac_objext; then
13081 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13082 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13083 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13084 echo $ECHO_N "(cached) $ECHO_C" >&6
13085 else
13086 ac_check_soname_save_LIBS=$LIBS
13087 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13088 cat >conftest.$ac_ext <<_ACEOF
13089 /* confdefs.h. */
13090 _ACEOF
13091 cat confdefs.h >>conftest.$ac_ext
13092 cat >>conftest.$ac_ext <<_ACEOF
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13098 #ifdef __cplusplus
13099 extern "C"
13100 #endif
13101 char gnutls_global_init ();
13103 main ()
13105 return gnutls_global_init ();
13107 return 0;
13109 _ACEOF
13110 rm -f conftest.$ac_objext conftest$ac_exeext
13111 if { (ac_try="$ac_link"
13112 case "(($ac_try" in
13113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13114 *) ac_try_echo=$ac_try;;
13115 esac
13116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13117 (eval "$ac_link") 2>conftest.er1
13118 ac_status=$?
13119 grep -v '^ *+' conftest.er1 >conftest.err
13120 rm -f conftest.er1
13121 cat conftest.err >&5
13122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13123 (exit $ac_status); } && {
13124 test -z "$ac_c_werror_flag" ||
13125 test ! -s conftest.err
13126 } && test -s conftest$ac_exeext &&
13127 $as_test_x conftest$ac_exeext; then
13128 case "$LIBEXT" in
13129 dll) ;;
13130 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'` ;;
13131 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13132 esac
13133 else
13134 echo "$as_me: failed program was:" >&5
13135 sed 's/^/| /' conftest.$ac_ext >&5
13140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13141 conftest$ac_exeext conftest.$ac_ext
13142 LIBS=$ac_check_soname_save_LIBS
13144 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13145 { echo "$as_me:$LINENO: result: not found" >&5
13146 echo "${ECHO_T}not found" >&6; }
13148 else
13149 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13150 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13152 cat >>confdefs.h <<_ACEOF
13153 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13154 _ACEOF
13156 GNUTLSINCL="$ac_gnutls_cflags"
13160 else
13161 echo "$as_me: failed program was:" >&5
13162 sed 's/^/| /' conftest.$ac_ext >&5
13167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13171 CPPFLAGS="$ac_save_CPPFLAGS"
13173 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13174 case "x$with_gnutls" in
13175 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13176 xno) ;;
13177 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13178 This is an error since --with-gnutls was requested." >&5
13179 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13180 This is an error since --with-gnutls was requested." >&2;}
13181 { (exit 1); exit 1; }; } ;;
13182 esac
13186 CURSESLIBS=""
13187 if test "$ac_cv_header_ncurses_h" = "yes"
13188 then
13189 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13190 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13191 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13192 echo $ECHO_N "(cached) $ECHO_C" >&6
13193 else
13194 ac_check_soname_save_LIBS=$LIBS
13195 LIBS="-lncurses $LIBS"
13196 cat >conftest.$ac_ext <<_ACEOF
13197 /* confdefs.h. */
13198 _ACEOF
13199 cat confdefs.h >>conftest.$ac_ext
13200 cat >>conftest.$ac_ext <<_ACEOF
13201 /* end confdefs.h. */
13203 /* Override any GCC internal prototype to avoid an error.
13204 Use char because int might match the return type of a GCC
13205 builtin and then its argument prototype would still apply. */
13206 #ifdef __cplusplus
13207 extern "C"
13208 #endif
13209 char waddch ();
13211 main ()
13213 return waddch ();
13215 return 0;
13217 _ACEOF
13218 rm -f conftest.$ac_objext conftest$ac_exeext
13219 if { (ac_try="$ac_link"
13220 case "(($ac_try" in
13221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13222 *) ac_try_echo=$ac_try;;
13223 esac
13224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13225 (eval "$ac_link") 2>conftest.er1
13226 ac_status=$?
13227 grep -v '^ *+' conftest.er1 >conftest.err
13228 rm -f conftest.er1
13229 cat conftest.err >&5
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); } && {
13232 test -z "$ac_c_werror_flag" ||
13233 test ! -s conftest.err
13234 } && test -s conftest$ac_exeext &&
13235 $as_test_x conftest$ac_exeext; then
13236 case "$LIBEXT" in
13237 dll) ;;
13238 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'` ;;
13239 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13240 esac
13241 else
13242 echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13249 conftest$ac_exeext conftest.$ac_ext
13250 LIBS=$ac_check_soname_save_LIBS
13252 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13253 { echo "$as_me:$LINENO: result: not found" >&5
13254 echo "${ECHO_T}not found" >&6; }
13256 else
13257 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13258 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13260 cat >>confdefs.h <<_ACEOF
13261 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13262 _ACEOF
13264 CURSESLIBS="-lncurses"
13267 elif test "$ac_cv_header_curses_h" = "yes"
13268 then
13269 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13270 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13271 if test "${ac_cv_lib_soname_curses+set}" = set; then
13272 echo $ECHO_N "(cached) $ECHO_C" >&6
13273 else
13274 ac_check_soname_save_LIBS=$LIBS
13275 LIBS="-lcurses $LIBS"
13276 cat >conftest.$ac_ext <<_ACEOF
13277 /* confdefs.h. */
13278 _ACEOF
13279 cat confdefs.h >>conftest.$ac_ext
13280 cat >>conftest.$ac_ext <<_ACEOF
13281 /* end confdefs.h. */
13283 /* Override any GCC internal prototype to avoid an error.
13284 Use char because int might match the return type of a GCC
13285 builtin and then its argument prototype would still apply. */
13286 #ifdef __cplusplus
13287 extern "C"
13288 #endif
13289 char waddch ();
13291 main ()
13293 return waddch ();
13295 return 0;
13297 _ACEOF
13298 rm -f conftest.$ac_objext conftest$ac_exeext
13299 if { (ac_try="$ac_link"
13300 case "(($ac_try" in
13301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13302 *) ac_try_echo=$ac_try;;
13303 esac
13304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13305 (eval "$ac_link") 2>conftest.er1
13306 ac_status=$?
13307 grep -v '^ *+' conftest.er1 >conftest.err
13308 rm -f conftest.er1
13309 cat conftest.err >&5
13310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); } && {
13312 test -z "$ac_c_werror_flag" ||
13313 test ! -s conftest.err
13314 } && test -s conftest$ac_exeext &&
13315 $as_test_x conftest$ac_exeext; then
13316 case "$LIBEXT" in
13317 dll) ;;
13318 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'` ;;
13319 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13320 esac
13321 else
13322 echo "$as_me: failed program was:" >&5
13323 sed 's/^/| /' conftest.$ac_ext >&5
13328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13329 conftest$ac_exeext conftest.$ac_ext
13330 LIBS=$ac_check_soname_save_LIBS
13332 if test "x$ac_cv_lib_soname_curses" = "x"; then
13333 { echo "$as_me:$LINENO: result: not found" >&5
13334 echo "${ECHO_T}not found" >&6; }
13336 else
13337 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13338 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13340 cat >>confdefs.h <<_ACEOF
13341 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13342 _ACEOF
13344 CURSESLIBS="-lcurses"
13348 ac_save_LIBS="$LIBS"
13349 LIBS="$LIBS $CURSESLIBS"
13351 for ac_func in mousemask
13353 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13354 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13356 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13357 echo $ECHO_N "(cached) $ECHO_C" >&6
13358 else
13359 cat >conftest.$ac_ext <<_ACEOF
13360 /* confdefs.h. */
13361 _ACEOF
13362 cat confdefs.h >>conftest.$ac_ext
13363 cat >>conftest.$ac_ext <<_ACEOF
13364 /* end confdefs.h. */
13365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13366 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13367 #define $ac_func innocuous_$ac_func
13369 /* System header to define __stub macros and hopefully few prototypes,
13370 which can conflict with char $ac_func (); below.
13371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13372 <limits.h> exists even on freestanding compilers. */
13374 #ifdef __STDC__
13375 # include <limits.h>
13376 #else
13377 # include <assert.h>
13378 #endif
13380 #undef $ac_func
13382 /* Override any GCC internal prototype to avoid an error.
13383 Use char because int might match the return type of a GCC
13384 builtin and then its argument prototype would still apply. */
13385 #ifdef __cplusplus
13386 extern "C"
13387 #endif
13388 char $ac_func ();
13389 /* The GNU C library defines this for functions which it implements
13390 to always fail with ENOSYS. Some functions are actually named
13391 something starting with __ and the normal name is an alias. */
13392 #if defined __stub_$ac_func || defined __stub___$ac_func
13393 choke me
13394 #endif
13397 main ()
13399 return $ac_func ();
13401 return 0;
13403 _ACEOF
13404 rm -f conftest.$ac_objext conftest$ac_exeext
13405 if { (ac_try="$ac_link"
13406 case "(($ac_try" in
13407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13408 *) ac_try_echo=$ac_try;;
13409 esac
13410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13411 (eval "$ac_link") 2>conftest.er1
13412 ac_status=$?
13413 grep -v '^ *+' conftest.er1 >conftest.err
13414 rm -f conftest.er1
13415 cat conftest.err >&5
13416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } && {
13418 test -z "$ac_c_werror_flag" ||
13419 test ! -s conftest.err
13420 } && test -s conftest$ac_exeext &&
13421 $as_test_x conftest$ac_exeext; then
13422 eval "$as_ac_var=yes"
13423 else
13424 echo "$as_me: failed program was:" >&5
13425 sed 's/^/| /' conftest.$ac_ext >&5
13427 eval "$as_ac_var=no"
13430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13431 conftest$ac_exeext conftest.$ac_ext
13433 ac_res=`eval echo '${'$as_ac_var'}'`
13434 { echo "$as_me:$LINENO: result: $ac_res" >&5
13435 echo "${ECHO_T}$ac_res" >&6; }
13436 if test `eval echo '${'$as_ac_var'}'` = yes; then
13437 cat >>confdefs.h <<_ACEOF
13438 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13439 _ACEOF
13442 done
13444 LIBS="$ac_save_LIBS"
13445 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13446 case "x$with_curses" in
13447 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13448 xno) ;;
13449 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13450 This is an error since --with-curses was requested." >&5
13451 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13452 This is an error since --with-curses was requested." >&2;}
13453 { (exit 1); exit 1; }; } ;;
13454 esac
13458 if test "x$with_sane" != "xno"
13459 then
13460 ac_save_CPPFLAGS="$CPPFLAGS"
13461 # Extract the first word of "sane-config", so it can be a program name with args.
13462 set dummy sane-config; ac_word=$2
13463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13465 if test "${ac_cv_prog_sane_devel+set}" = set; then
13466 echo $ECHO_N "(cached) $ECHO_C" >&6
13467 else
13468 if test -n "$sane_devel"; then
13469 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13470 else
13471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13472 for as_dir in $PATH
13474 IFS=$as_save_IFS
13475 test -z "$as_dir" && as_dir=.
13476 for ac_exec_ext in '' $ac_executable_extensions; do
13477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13478 ac_cv_prog_sane_devel="sane-config"
13479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13480 break 2
13482 done
13483 done
13484 IFS=$as_save_IFS
13486 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13489 sane_devel=$ac_cv_prog_sane_devel
13490 if test -n "$sane_devel"; then
13491 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13492 echo "${ECHO_T}$sane_devel" >&6; }
13493 else
13494 { echo "$as_me:$LINENO: result: no" >&5
13495 echo "${ECHO_T}no" >&6; }
13499 if test "$sane_devel" != "no"
13500 then
13501 ac_sane_incl="`$sane_devel --cflags`"
13502 ac_sane_libs="`$sane_devel --ldflags`"
13503 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13505 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13506 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13507 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13508 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13509 echo $ECHO_N "(cached) $ECHO_C" >&6
13511 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13512 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13513 else
13514 # Is the header compilable?
13515 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13516 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13517 cat >conftest.$ac_ext <<_ACEOF
13518 /* confdefs.h. */
13519 _ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13523 $ac_includes_default
13524 #include <sane/sane.h>
13525 _ACEOF
13526 rm -f conftest.$ac_objext
13527 if { (ac_try="$ac_compile"
13528 case "(($ac_try" in
13529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13530 *) ac_try_echo=$ac_try;;
13531 esac
13532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13533 (eval "$ac_compile") 2>conftest.er1
13534 ac_status=$?
13535 grep -v '^ *+' conftest.er1 >conftest.err
13536 rm -f conftest.er1
13537 cat conftest.err >&5
13538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13539 (exit $ac_status); } && {
13540 test -z "$ac_c_werror_flag" ||
13541 test ! -s conftest.err
13542 } && test -s conftest.$ac_objext; then
13543 ac_header_compiler=yes
13544 else
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.$ac_ext >&5
13548 ac_header_compiler=no
13551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13552 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13553 echo "${ECHO_T}$ac_header_compiler" >&6; }
13555 # Is the header present?
13556 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13557 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13558 cat >conftest.$ac_ext <<_ACEOF
13559 /* confdefs.h. */
13560 _ACEOF
13561 cat confdefs.h >>conftest.$ac_ext
13562 cat >>conftest.$ac_ext <<_ACEOF
13563 /* end confdefs.h. */
13564 #include <sane/sane.h>
13565 _ACEOF
13566 if { (ac_try="$ac_cpp conftest.$ac_ext"
13567 case "(($ac_try" in
13568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13569 *) ac_try_echo=$ac_try;;
13570 esac
13571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13573 ac_status=$?
13574 grep -v '^ *+' conftest.er1 >conftest.err
13575 rm -f conftest.er1
13576 cat conftest.err >&5
13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } >/dev/null && {
13579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13580 test ! -s conftest.err
13581 }; then
13582 ac_header_preproc=yes
13583 else
13584 echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.$ac_ext >&5
13587 ac_header_preproc=no
13590 rm -f conftest.err conftest.$ac_ext
13591 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13592 echo "${ECHO_T}$ac_header_preproc" >&6; }
13594 # So? What about this header?
13595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13596 yes:no: )
13597 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13598 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13599 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13600 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13601 ac_header_preproc=yes
13603 no:yes:* )
13604 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13605 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13607 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13608 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13609 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13610 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13611 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13612 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13613 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13614 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13615 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13616 ( cat <<\_ASBOX
13617 ## ------------------------------------ ##
13618 ## Report this to wine-devel@winehq.org ##
13619 ## ------------------------------------ ##
13620 _ASBOX
13621 ) | sed "s/^/$as_me: WARNING: /" >&2
13623 esac
13624 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13625 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13626 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13627 echo $ECHO_N "(cached) $ECHO_C" >&6
13628 else
13629 ac_cv_header_sane_sane_h=$ac_header_preproc
13631 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13632 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13635 if test $ac_cv_header_sane_sane_h = yes; then
13636 { echo "$as_me:$LINENO: checking for -lsane" >&5
13637 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13638 if test "${ac_cv_lib_soname_sane+set}" = set; then
13639 echo $ECHO_N "(cached) $ECHO_C" >&6
13640 else
13641 ac_check_soname_save_LIBS=$LIBS
13642 LIBS="-lsane $ac_sane_libs $LIBS"
13643 cat >conftest.$ac_ext <<_ACEOF
13644 /* confdefs.h. */
13645 _ACEOF
13646 cat confdefs.h >>conftest.$ac_ext
13647 cat >>conftest.$ac_ext <<_ACEOF
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13653 #ifdef __cplusplus
13654 extern "C"
13655 #endif
13656 char sane_init ();
13658 main ()
13660 return sane_init ();
13662 return 0;
13664 _ACEOF
13665 rm -f conftest.$ac_objext conftest$ac_exeext
13666 if { (ac_try="$ac_link"
13667 case "(($ac_try" in
13668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13669 *) ac_try_echo=$ac_try;;
13670 esac
13671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13672 (eval "$ac_link") 2>conftest.er1
13673 ac_status=$?
13674 grep -v '^ *+' conftest.er1 >conftest.err
13675 rm -f conftest.er1
13676 cat conftest.err >&5
13677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678 (exit $ac_status); } && {
13679 test -z "$ac_c_werror_flag" ||
13680 test ! -s conftest.err
13681 } && test -s conftest$ac_exeext &&
13682 $as_test_x conftest$ac_exeext; then
13683 case "$LIBEXT" in
13684 dll) ;;
13685 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'` ;;
13686 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13687 esac
13688 else
13689 echo "$as_me: failed program was:" >&5
13690 sed 's/^/| /' conftest.$ac_ext >&5
13695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13696 conftest$ac_exeext conftest.$ac_ext
13697 LIBS=$ac_check_soname_save_LIBS
13699 if test "x$ac_cv_lib_soname_sane" = "x"; then
13700 { echo "$as_me:$LINENO: result: not found" >&5
13701 echo "${ECHO_T}not found" >&6; }
13703 else
13704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13705 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13707 cat >>confdefs.h <<_ACEOF
13708 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13709 _ACEOF
13711 SANEINCL="$ac_sane_incl"
13718 CPPFLAGS="$ac_save_CPPFLAGS"
13720 if test "x$ac_cv_lib_soname_sane" = "x"; then
13721 case "x$with_sane" in
13722 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13723 xno) ;;
13724 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13725 This is an error since --with-sane was requested." >&5
13726 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13727 This is an error since --with-sane was requested." >&2;}
13728 { (exit 1); exit 1; }; } ;;
13729 esac
13733 if test "x$with_gphoto" != "xno"
13734 then
13735 ac_save_CPPFLAGS="$CPPFLAGS"
13736 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13737 set dummy gphoto2-config; ac_word=$2
13738 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13740 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13741 echo $ECHO_N "(cached) $ECHO_C" >&6
13742 else
13743 if test -n "$gphoto2_devel"; then
13744 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13745 else
13746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13747 for as_dir in $PATH
13749 IFS=$as_save_IFS
13750 test -z "$as_dir" && as_dir=.
13751 for ac_exec_ext in '' $ac_executable_extensions; do
13752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13753 ac_cv_prog_gphoto2_devel="gphoto2-config"
13754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13755 break 2
13757 done
13758 done
13759 IFS=$as_save_IFS
13761 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13764 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13765 if test -n "$gphoto2_devel"; then
13766 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13767 echo "${ECHO_T}$gphoto2_devel" >&6; }
13768 else
13769 { echo "$as_me:$LINENO: result: no" >&5
13770 echo "${ECHO_T}no" >&6; }
13774 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13775 set dummy gphoto2-port-config; ac_word=$2
13776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13778 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13779 echo $ECHO_N "(cached) $ECHO_C" >&6
13780 else
13781 if test -n "$gphoto2port_devel"; then
13782 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13783 else
13784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13785 for as_dir in $PATH
13787 IFS=$as_save_IFS
13788 test -z "$as_dir" && as_dir=.
13789 for ac_exec_ext in '' $ac_executable_extensions; do
13790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13791 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13792 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13793 break 2
13795 done
13796 done
13797 IFS=$as_save_IFS
13799 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13802 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13803 if test -n "$gphoto2port_devel"; then
13804 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13805 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13806 else
13807 { echo "$as_me:$LINENO: result: no" >&5
13808 echo "${ECHO_T}no" >&6; }
13812 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13813 then
13814 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13815 ac_gphoto2_libs=""
13816 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13818 case "$i" in
13819 -L/usr/lib|-L/usr/lib64) ;;
13820 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13821 esac
13822 done
13823 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13825 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13826 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13827 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13828 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13829 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13830 echo $ECHO_N "(cached) $ECHO_C" >&6
13832 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13833 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13834 else
13835 # Is the header compilable?
13836 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13837 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13838 cat >conftest.$ac_ext <<_ACEOF
13839 /* confdefs.h. */
13840 _ACEOF
13841 cat confdefs.h >>conftest.$ac_ext
13842 cat >>conftest.$ac_ext <<_ACEOF
13843 /* end confdefs.h. */
13844 $ac_includes_default
13845 #include <gphoto2-camera.h>
13846 _ACEOF
13847 rm -f conftest.$ac_objext
13848 if { (ac_try="$ac_compile"
13849 case "(($ac_try" in
13850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13852 esac
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854 (eval "$ac_compile") 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } && {
13861 test -z "$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 } && test -s conftest.$ac_objext; then
13864 ac_header_compiler=yes
13865 else
13866 echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13869 ac_header_compiler=no
13872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13874 echo "${ECHO_T}$ac_header_compiler" >&6; }
13876 # Is the header present?
13877 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13878 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13880 /* confdefs.h. */
13881 _ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 #include <gphoto2-camera.h>
13886 _ACEOF
13887 if { (ac_try="$ac_cpp conftest.$ac_ext"
13888 case "(($ac_try" in
13889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13890 *) ac_try_echo=$ac_try;;
13891 esac
13892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13894 ac_status=$?
13895 grep -v '^ *+' conftest.er1 >conftest.err
13896 rm -f conftest.er1
13897 cat conftest.err >&5
13898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13899 (exit $ac_status); } >/dev/null && {
13900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13901 test ! -s conftest.err
13902 }; then
13903 ac_header_preproc=yes
13904 else
13905 echo "$as_me: failed program was:" >&5
13906 sed 's/^/| /' conftest.$ac_ext >&5
13908 ac_header_preproc=no
13911 rm -f conftest.err conftest.$ac_ext
13912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13913 echo "${ECHO_T}$ac_header_preproc" >&6; }
13915 # So? What about this header?
13916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13917 yes:no: )
13918 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13919 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13920 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13921 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13922 ac_header_preproc=yes
13924 no:yes:* )
13925 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13926 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13927 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13928 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13929 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13930 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13931 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13932 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13933 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13934 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13935 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13936 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13937 ( cat <<\_ASBOX
13938 ## ------------------------------------ ##
13939 ## Report this to wine-devel@winehq.org ##
13940 ## ------------------------------------ ##
13941 _ASBOX
13942 ) | sed "s/^/$as_me: WARNING: /" >&2
13944 esac
13945 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13946 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13947 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13948 echo $ECHO_N "(cached) $ECHO_C" >&6
13949 else
13950 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13952 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13953 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13956 if test $ac_cv_header_gphoto2_camera_h = yes; then
13957 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13958 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13959 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13960 echo $ECHO_N "(cached) $ECHO_C" >&6
13961 else
13962 ac_check_lib_save_LIBS=$LIBS
13963 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13964 cat >conftest.$ac_ext <<_ACEOF
13965 /* confdefs.h. */
13966 _ACEOF
13967 cat confdefs.h >>conftest.$ac_ext
13968 cat >>conftest.$ac_ext <<_ACEOF
13969 /* end confdefs.h. */
13971 /* Override any GCC internal prototype to avoid an error.
13972 Use char because int might match the return type of a GCC
13973 builtin and then its argument prototype would still apply. */
13974 #ifdef __cplusplus
13975 extern "C"
13976 #endif
13977 char gp_camera_new ();
13979 main ()
13981 return gp_camera_new ();
13983 return 0;
13985 _ACEOF
13986 rm -f conftest.$ac_objext conftest$ac_exeext
13987 if { (ac_try="$ac_link"
13988 case "(($ac_try" in
13989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13990 *) ac_try_echo=$ac_try;;
13991 esac
13992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13993 (eval "$ac_link") 2>conftest.er1
13994 ac_status=$?
13995 grep -v '^ *+' conftest.er1 >conftest.err
13996 rm -f conftest.er1
13997 cat conftest.err >&5
13998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999 (exit $ac_status); } && {
14000 test -z "$ac_c_werror_flag" ||
14001 test ! -s conftest.err
14002 } && test -s conftest$ac_exeext &&
14003 $as_test_x conftest$ac_exeext; then
14004 ac_cv_lib_gphoto2_gp_camera_new=yes
14005 else
14006 echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14009 ac_cv_lib_gphoto2_gp_camera_new=no
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14016 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14017 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14018 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14020 cat >>confdefs.h <<\_ACEOF
14021 #define HAVE_GPHOTO2 1
14022 _ACEOF
14024 GPHOTO2LIBS="$ac_gphoto2_libs"
14026 GPHOTO2INCL="$ac_gphoto2_incl"
14033 CPPFLAGS="$ac_save_CPPFLAGS"
14035 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14036 case "x$with_gphoto" in
14037 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14038 xno) ;;
14039 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14040 This is an error since --with-gphoto was requested." >&5
14041 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14042 This is an error since --with-gphoto was requested." >&2;}
14043 { (exit 1); exit 1; }; } ;;
14044 esac
14049 RESOLVLIBS=""
14051 if test "$ac_cv_header_resolv_h" = "yes"
14052 then
14053 ac_save_LIBS="$LIBS"
14054 LIBS="$LIBS -lresolv"
14055 cat >conftest.$ac_ext <<_ACEOF
14056 /* confdefs.h. */
14057 _ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14061 #ifdef HAVE_NETINET_IN_H
14062 #include <netinet/in.h>
14063 #endif
14064 #include <resolv.h>
14066 main ()
14068 res_init();
14070 return 0;
14072 _ACEOF
14073 rm -f conftest.$ac_objext conftest$ac_exeext
14074 if { (ac_try="$ac_link"
14075 case "(($ac_try" in
14076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14077 *) ac_try_echo=$ac_try;;
14078 esac
14079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14080 (eval "$ac_link") 2>conftest.er1
14081 ac_status=$?
14082 grep -v '^ *+' conftest.er1 >conftest.err
14083 rm -f conftest.er1
14084 cat conftest.err >&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); } && {
14087 test -z "$ac_c_werror_flag" ||
14088 test ! -s conftest.err
14089 } && test -s conftest$ac_exeext &&
14090 $as_test_x conftest$ac_exeext; then
14092 cat >>confdefs.h <<\_ACEOF
14093 #define HAVE_RESOLV 1
14094 _ACEOF
14096 RESOLVLIBS="-lresolv"
14097 else
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.$ac_ext >&5
14104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14105 conftest$ac_exeext conftest.$ac_ext
14106 LIBS="$ac_save_LIBS"
14109 LCMSLIBS=""
14111 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14112 then
14113 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14114 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14115 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14116 echo $ECHO_N "(cached) $ECHO_C" >&6
14117 else
14118 ac_check_lib_save_LIBS=$LIBS
14119 LIBS="-llcms $LIBS"
14120 cat >conftest.$ac_ext <<_ACEOF
14121 /* confdefs.h. */
14122 _ACEOF
14123 cat confdefs.h >>conftest.$ac_ext
14124 cat >>conftest.$ac_ext <<_ACEOF
14125 /* end confdefs.h. */
14127 /* Override any GCC internal prototype to avoid an error.
14128 Use char because int might match the return type of a GCC
14129 builtin and then its argument prototype would still apply. */
14130 #ifdef __cplusplus
14131 extern "C"
14132 #endif
14133 char cmsOpenProfileFromFile ();
14135 main ()
14137 return cmsOpenProfileFromFile ();
14139 return 0;
14141 _ACEOF
14142 rm -f conftest.$ac_objext conftest$ac_exeext
14143 if { (ac_try="$ac_link"
14144 case "(($ac_try" in
14145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14146 *) ac_try_echo=$ac_try;;
14147 esac
14148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14149 (eval "$ac_link") 2>conftest.er1
14150 ac_status=$?
14151 grep -v '^ *+' conftest.er1 >conftest.err
14152 rm -f conftest.er1
14153 cat conftest.err >&5
14154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14155 (exit $ac_status); } && {
14156 test -z "$ac_c_werror_flag" ||
14157 test ! -s conftest.err
14158 } && test -s conftest$ac_exeext &&
14159 $as_test_x conftest$ac_exeext; then
14160 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14161 else
14162 echo "$as_me: failed program was:" >&5
14163 sed 's/^/| /' conftest.$ac_ext >&5
14165 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14169 conftest$ac_exeext conftest.$ac_ext
14170 LIBS=$ac_check_lib_save_LIBS
14172 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14173 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14174 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14176 cat >>confdefs.h <<\_ACEOF
14177 #define HAVE_LCMS 1
14178 _ACEOF
14180 LCMSLIBS="-llcms"
14184 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14185 case "x$with_cms" in
14186 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14187 xno) ;;
14188 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14189 This is an error since --with-cms was requested." >&5
14190 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14191 This is an error since --with-cms was requested." >&2;}
14192 { (exit 1); exit 1; }; } ;;
14193 esac
14197 if test "x$with_freetype" != "xno"
14198 then
14199 for ac_prog in freetype-config freetype2-config
14201 # Extract the first word of "$ac_prog", so it can be a program name with args.
14202 set dummy $ac_prog; ac_word=$2
14203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14205 if test "${ac_cv_prog_ft_devel+set}" = set; then
14206 echo $ECHO_N "(cached) $ECHO_C" >&6
14207 else
14208 if test -n "$ft_devel"; then
14209 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14210 else
14211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14212 for as_dir in $PATH
14214 IFS=$as_save_IFS
14215 test -z "$as_dir" && as_dir=.
14216 for ac_exec_ext in '' $ac_executable_extensions; do
14217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14218 ac_cv_prog_ft_devel="$ac_prog"
14219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14220 break 2
14222 done
14223 done
14224 IFS=$as_save_IFS
14228 ft_devel=$ac_cv_prog_ft_devel
14229 if test -n "$ft_devel"; then
14230 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14231 echo "${ECHO_T}$ft_devel" >&6; }
14232 else
14233 { echo "$as_me:$LINENO: result: no" >&5
14234 echo "${ECHO_T}no" >&6; }
14238 test -n "$ft_devel" && break
14239 done
14240 test -n "$ft_devel" || ft_devel="no"
14242 if test "$ft_devel" != "no"
14243 then
14244 ac_freetype_incl=`$ft_devel --cflags`
14245 ac_freetype_libs=`$ft_devel --libs`
14247 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14248 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14249 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14250 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14251 echo $ECHO_N "(cached) $ECHO_C" >&6
14252 else
14253 ac_check_soname_save_LIBS=$LIBS
14254 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14255 cat >conftest.$ac_ext <<_ACEOF
14256 /* confdefs.h. */
14257 _ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14262 /* Override any GCC internal prototype to avoid an error.
14263 Use char because int might match the return type of a GCC
14264 builtin and then its argument prototype would still apply. */
14265 #ifdef __cplusplus
14266 extern "C"
14267 #endif
14268 char FT_Init_FreeType ();
14270 main ()
14272 return FT_Init_FreeType ();
14274 return 0;
14276 _ACEOF
14277 rm -f conftest.$ac_objext conftest$ac_exeext
14278 if { (ac_try="$ac_link"
14279 case "(($ac_try" in
14280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14281 *) ac_try_echo=$ac_try;;
14282 esac
14283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14284 (eval "$ac_link") 2>conftest.er1
14285 ac_status=$?
14286 grep -v '^ *+' conftest.er1 >conftest.err
14287 rm -f conftest.er1
14288 cat conftest.err >&5
14289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); } && {
14291 test -z "$ac_c_werror_flag" ||
14292 test ! -s conftest.err
14293 } && test -s conftest$ac_exeext &&
14294 $as_test_x conftest$ac_exeext; then
14295 case "$LIBEXT" in
14296 dll) ;;
14297 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'` ;;
14298 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14299 esac
14300 else
14301 echo "$as_me: failed program was:" >&5
14302 sed 's/^/| /' conftest.$ac_ext >&5
14307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14308 conftest$ac_exeext conftest.$ac_ext
14309 LIBS=$ac_check_soname_save_LIBS
14311 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14312 { echo "$as_me:$LINENO: result: not found" >&5
14313 echo "${ECHO_T}not found" >&6; }
14314 ft_lib=no
14315 else
14316 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14317 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14319 cat >>confdefs.h <<_ACEOF
14320 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14321 _ACEOF
14323 ft_lib=yes
14326 if test "$ft_lib" = "yes"
14327 then
14328 ac_save_CPPFLAGS="$CPPFLAGS"
14329 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14343 for ac_header in ft2build.h \
14344 freetype/freetype.h \
14345 freetype/ftglyph.h \
14346 freetype/fttypes.h \
14347 freetype/tttables.h \
14348 freetype/ftnames.h \
14349 freetype/ftsnames.h \
14350 freetype/ttnameid.h \
14351 freetype/ftoutln.h \
14352 freetype/ftwinfnt.h \
14353 freetype/ftmodapi.h \
14354 freetype/ftlcdfil.h \
14355 freetype/internal/sfnt.h
14357 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14358 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14361 echo $ECHO_N "(cached) $ECHO_C" >&6
14362 else
14363 cat >conftest.$ac_ext <<_ACEOF
14364 /* confdefs.h. */
14365 _ACEOF
14366 cat confdefs.h >>conftest.$ac_ext
14367 cat >>conftest.$ac_ext <<_ACEOF
14368 /* end confdefs.h. */
14369 #ifdef HAVE_FT2BUILD_H
14370 # include <ft2build.h>
14371 #endif
14373 #include <$ac_header>
14374 _ACEOF
14375 rm -f conftest.$ac_objext
14376 if { (ac_try="$ac_compile"
14377 case "(($ac_try" in
14378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14380 esac
14381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14382 (eval "$ac_compile") 2>conftest.er1
14383 ac_status=$?
14384 grep -v '^ *+' conftest.er1 >conftest.err
14385 rm -f conftest.er1
14386 cat conftest.err >&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); } && {
14389 test -z "$ac_c_werror_flag" ||
14390 test ! -s conftest.err
14391 } && test -s conftest.$ac_objext; then
14392 eval "$as_ac_Header=yes"
14393 else
14394 echo "$as_me: failed program was:" >&5
14395 sed 's/^/| /' conftest.$ac_ext >&5
14397 eval "$as_ac_Header=no"
14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14402 ac_res=`eval echo '${'$as_ac_Header'}'`
14403 { echo "$as_me:$LINENO: result: $ac_res" >&5
14404 echo "${ECHO_T}$ac_res" >&6; }
14405 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14406 cat >>confdefs.h <<_ACEOF
14407 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14408 _ACEOF
14412 done
14414 cat >conftest.$ac_ext <<_ACEOF
14415 /* confdefs.h. */
14416 _ACEOF
14417 cat confdefs.h >>conftest.$ac_ext
14418 cat >>conftest.$ac_ext <<_ACEOF
14419 /* end confdefs.h. */
14420 #include <ft2build.h>
14421 #include <freetype/fttrigon.h>
14422 _ACEOF
14423 if { (ac_try="$ac_cpp conftest.$ac_ext"
14424 case "(($ac_try" in
14425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14426 *) ac_try_echo=$ac_try;;
14427 esac
14428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14430 ac_status=$?
14431 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1
14433 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } >/dev/null && {
14436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14437 test ! -s conftest.err
14438 }; then
14440 cat >>confdefs.h <<\_ACEOF
14441 #define HAVE_FREETYPE_FTTRIGON_H 1
14442 _ACEOF
14444 wine_cv_fttrigon=yes
14445 else
14446 echo "$as_me: failed program was:" >&5
14447 sed 's/^/| /' conftest.$ac_ext >&5
14449 wine_cv_fttrigon=no
14452 rm -f conftest.err conftest.$ac_ext
14453 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14454 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14455 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14456 echo $ECHO_N "(cached) $ECHO_C" >&6
14457 else
14458 cat >conftest.$ac_ext <<_ACEOF
14459 /* confdefs.h. */
14460 _ACEOF
14461 cat confdefs.h >>conftest.$ac_ext
14462 cat >>conftest.$ac_ext <<_ACEOF
14463 /* end confdefs.h. */
14464 #include <freetype/ftmodapi.h>
14466 typedef FT_TrueTypeEngineType ac__type_new_;
14468 main ()
14470 if ((ac__type_new_ *) 0)
14471 return 0;
14472 if (sizeof (ac__type_new_))
14473 return 0;
14475 return 0;
14477 _ACEOF
14478 rm -f conftest.$ac_objext
14479 if { (ac_try="$ac_compile"
14480 case "(($ac_try" in
14481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14482 *) ac_try_echo=$ac_try;;
14483 esac
14484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14485 (eval "$ac_compile") 2>conftest.er1
14486 ac_status=$?
14487 grep -v '^ *+' conftest.er1 >conftest.err
14488 rm -f conftest.er1
14489 cat conftest.err >&5
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); } && {
14492 test -z "$ac_c_werror_flag" ||
14493 test ! -s conftest.err
14494 } && test -s conftest.$ac_objext; then
14495 ac_cv_type_FT_TrueTypeEngineType=yes
14496 else
14497 echo "$as_me: failed program was:" >&5
14498 sed 's/^/| /' conftest.$ac_ext >&5
14500 ac_cv_type_FT_TrueTypeEngineType=no
14503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14505 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14506 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14507 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14509 cat >>confdefs.h <<_ACEOF
14510 #define HAVE_FT_TRUETYPEENGINETYPE 1
14511 _ACEOF
14516 ac_save_CFLAGS="$CFLAGS"
14517 CFLAGS="$CFLAGS $ac_freetype_libs"
14519 for ac_func in FT_Load_Sfnt_Table
14521 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14522 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14524 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527 cat >conftest.$ac_ext <<_ACEOF
14528 /* confdefs.h. */
14529 _ACEOF
14530 cat confdefs.h >>conftest.$ac_ext
14531 cat >>conftest.$ac_ext <<_ACEOF
14532 /* end confdefs.h. */
14533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14535 #define $ac_func innocuous_$ac_func
14537 /* System header to define __stub macros and hopefully few prototypes,
14538 which can conflict with char $ac_func (); below.
14539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14540 <limits.h> exists even on freestanding compilers. */
14542 #ifdef __STDC__
14543 # include <limits.h>
14544 #else
14545 # include <assert.h>
14546 #endif
14548 #undef $ac_func
14550 /* Override any GCC internal prototype to avoid an error.
14551 Use char because int might match the return type of a GCC
14552 builtin and then its argument prototype would still apply. */
14553 #ifdef __cplusplus
14554 extern "C"
14555 #endif
14556 char $ac_func ();
14557 /* The GNU C library defines this for functions which it implements
14558 to always fail with ENOSYS. Some functions are actually named
14559 something starting with __ and the normal name is an alias. */
14560 #if defined __stub_$ac_func || defined __stub___$ac_func
14561 choke me
14562 #endif
14565 main ()
14567 return $ac_func ();
14569 return 0;
14571 _ACEOF
14572 rm -f conftest.$ac_objext conftest$ac_exeext
14573 if { (ac_try="$ac_link"
14574 case "(($ac_try" in
14575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14576 *) ac_try_echo=$ac_try;;
14577 esac
14578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14579 (eval "$ac_link") 2>conftest.er1
14580 ac_status=$?
14581 grep -v '^ *+' conftest.er1 >conftest.err
14582 rm -f conftest.er1
14583 cat conftest.err >&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } && {
14586 test -z "$ac_c_werror_flag" ||
14587 test ! -s conftest.err
14588 } && test -s conftest$ac_exeext &&
14589 $as_test_x conftest$ac_exeext; then
14590 eval "$as_ac_var=yes"
14591 else
14592 echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.$ac_ext >&5
14595 eval "$as_ac_var=no"
14598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14599 conftest$ac_exeext conftest.$ac_ext
14601 ac_res=`eval echo '${'$as_ac_var'}'`
14602 { echo "$as_me:$LINENO: result: $ac_res" >&5
14603 echo "${ECHO_T}$ac_res" >&6; }
14604 if test `eval echo '${'$as_ac_var'}'` = yes; then
14605 cat >>confdefs.h <<_ACEOF
14606 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14607 _ACEOF
14610 done
14612 CFLAGS="$ac_save_CFLAGS"
14613 CPPFLAGS="$ac_save_CPPFLAGS"
14614 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14615 then
14617 cat >>confdefs.h <<\_ACEOF
14618 #define HAVE_FREETYPE 1
14619 _ACEOF
14621 FREETYPELIBS="$ac_freetype_libs"
14623 FREETYPEINCL="$ac_freetype_incl"
14628 if test "x$FREETYPELIBS" = "x"; then
14629 case "x$with_freetype" in
14630 xno) ;;
14631 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14632 Use the --without-freetype option if you really want this." >&5
14633 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14634 Use the --without-freetype option if you really want this." >&2;}
14635 { (exit 1); exit 1; }; } ;;
14636 esac
14639 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14641 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14642 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14643 if test "${ac_cv_c_ppdev+set}" = set; then
14644 echo $ECHO_N "(cached) $ECHO_C" >&6
14645 else
14646 cat >conftest.$ac_ext <<_ACEOF
14647 /* confdefs.h. */
14648 _ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 #include <linux/ppdev.h>
14654 main ()
14656 ioctl (1,PPCLAIM,0)
14658 return 0;
14660 _ACEOF
14661 rm -f conftest.$ac_objext
14662 if { (ac_try="$ac_compile"
14663 case "(($ac_try" in
14664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665 *) ac_try_echo=$ac_try;;
14666 esac
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668 (eval "$ac_compile") 2>conftest.er1
14669 ac_status=$?
14670 grep -v '^ *+' conftest.er1 >conftest.err
14671 rm -f conftest.er1
14672 cat conftest.err >&5
14673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674 (exit $ac_status); } && {
14675 test -z "$ac_c_werror_flag" ||
14676 test ! -s conftest.err
14677 } && test -s conftest.$ac_objext; then
14678 ac_cv_c_ppdev="yes"
14679 else
14680 echo "$as_me: failed program was:" >&5
14681 sed 's/^/| /' conftest.$ac_ext >&5
14683 ac_cv_c_ppdev="no"
14686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14688 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14689 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14690 if test "$ac_cv_c_ppdev" = "yes"
14691 then
14693 cat >>confdefs.h <<\_ACEOF
14694 #define HAVE_PPDEV 1
14695 _ACEOF
14699 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14700 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14701 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14703 else
14704 cat >conftest.$ac_ext <<_ACEOF
14705 /* confdefs.h. */
14706 _ACEOF
14707 cat confdefs.h >>conftest.$ac_ext
14708 cat >>conftest.$ac_ext <<_ACEOF
14709 /* end confdefs.h. */
14710 #define _GNU_SOURCE
14711 #include <pthread.h>
14713 typedef pthread_rwlock_t ac__type_new_;
14715 main ()
14717 if ((ac__type_new_ *) 0)
14718 return 0;
14719 if (sizeof (ac__type_new_))
14720 return 0;
14722 return 0;
14724 _ACEOF
14725 rm -f conftest.$ac_objext
14726 if { (ac_try="$ac_compile"
14727 case "(($ac_try" in
14728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14729 *) ac_try_echo=$ac_try;;
14730 esac
14731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14732 (eval "$ac_compile") 2>conftest.er1
14733 ac_status=$?
14734 grep -v '^ *+' conftest.er1 >conftest.err
14735 rm -f conftest.er1
14736 cat conftest.err >&5
14737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14738 (exit $ac_status); } && {
14739 test -z "$ac_c_werror_flag" ||
14740 test ! -s conftest.err
14741 } && test -s conftest.$ac_objext; then
14742 ac_cv_type_pthread_rwlock_t=yes
14743 else
14744 echo "$as_me: failed program was:" >&5
14745 sed 's/^/| /' conftest.$ac_ext >&5
14747 ac_cv_type_pthread_rwlock_t=no
14750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14752 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14753 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14754 if test $ac_cv_type_pthread_rwlock_t = yes; then
14756 cat >>confdefs.h <<_ACEOF
14757 #define HAVE_PTHREAD_RWLOCK_T 1
14758 _ACEOF
14762 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14763 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14764 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14765 echo $ECHO_N "(cached) $ECHO_C" >&6
14766 else
14767 cat >conftest.$ac_ext <<_ACEOF
14768 /* confdefs.h. */
14769 _ACEOF
14770 cat confdefs.h >>conftest.$ac_ext
14771 cat >>conftest.$ac_ext <<_ACEOF
14772 /* end confdefs.h. */
14773 #define _GNU_SOURCE
14774 #include <pthread.h>
14776 typedef pthread_rwlockattr_t ac__type_new_;
14778 main ()
14780 if ((ac__type_new_ *) 0)
14781 return 0;
14782 if (sizeof (ac__type_new_))
14783 return 0;
14785 return 0;
14787 _ACEOF
14788 rm -f conftest.$ac_objext
14789 if { (ac_try="$ac_compile"
14790 case "(($ac_try" in
14791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14792 *) ac_try_echo=$ac_try;;
14793 esac
14794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14795 (eval "$ac_compile") 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && {
14802 test -z "$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 } && test -s conftest.$ac_objext; then
14805 ac_cv_type_pthread_rwlockattr_t=yes
14806 else
14807 echo "$as_me: failed program was:" >&5
14808 sed 's/^/| /' conftest.$ac_ext >&5
14810 ac_cv_type_pthread_rwlockattr_t=no
14813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14816 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14817 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14819 cat >>confdefs.h <<_ACEOF
14820 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14821 _ACEOF
14827 ac_wine_check_funcs_save_LIBS="$LIBS"
14828 LIBS="$LIBS $LIBPTHREAD"
14833 for ac_func in \
14834 pthread_attr_get_np \
14835 pthread_getattr_np \
14836 pthread_get_stackaddr_np \
14837 pthread_get_stacksize_np
14839 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14840 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14841 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14842 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14844 else
14845 cat >conftest.$ac_ext <<_ACEOF
14846 /* confdefs.h. */
14847 _ACEOF
14848 cat confdefs.h >>conftest.$ac_ext
14849 cat >>conftest.$ac_ext <<_ACEOF
14850 /* end confdefs.h. */
14851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14853 #define $ac_func innocuous_$ac_func
14855 /* System header to define __stub macros and hopefully few prototypes,
14856 which can conflict with char $ac_func (); below.
14857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14858 <limits.h> exists even on freestanding compilers. */
14860 #ifdef __STDC__
14861 # include <limits.h>
14862 #else
14863 # include <assert.h>
14864 #endif
14866 #undef $ac_func
14868 /* Override any GCC internal prototype to avoid an error.
14869 Use char because int might match the return type of a GCC
14870 builtin and then its argument prototype would still apply. */
14871 #ifdef __cplusplus
14872 extern "C"
14873 #endif
14874 char $ac_func ();
14875 /* The GNU C library defines this for functions which it implements
14876 to always fail with ENOSYS. Some functions are actually named
14877 something starting with __ and the normal name is an alias. */
14878 #if defined __stub_$ac_func || defined __stub___$ac_func
14879 choke me
14880 #endif
14883 main ()
14885 return $ac_func ();
14887 return 0;
14889 _ACEOF
14890 rm -f conftest.$ac_objext conftest$ac_exeext
14891 if { (ac_try="$ac_link"
14892 case "(($ac_try" in
14893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14894 *) ac_try_echo=$ac_try;;
14895 esac
14896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14897 (eval "$ac_link") 2>conftest.er1
14898 ac_status=$?
14899 grep -v '^ *+' conftest.er1 >conftest.err
14900 rm -f conftest.er1
14901 cat conftest.err >&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } && {
14904 test -z "$ac_c_werror_flag" ||
14905 test ! -s conftest.err
14906 } && test -s conftest$ac_exeext &&
14907 $as_test_x conftest$ac_exeext; then
14908 eval "$as_ac_var=yes"
14909 else
14910 echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14913 eval "$as_ac_var=no"
14916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14917 conftest$ac_exeext conftest.$ac_ext
14919 ac_res=`eval echo '${'$as_ac_var'}'`
14920 { echo "$as_me:$LINENO: result: $ac_res" >&5
14921 echo "${ECHO_T}$ac_res" >&6; }
14922 if test `eval echo '${'$as_ac_var'}'` = yes; then
14923 cat >>confdefs.h <<_ACEOF
14924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14925 _ACEOF
14928 done
14930 LIBS="$ac_wine_check_funcs_save_LIBS"
14932 if test "x$with_esd" != xno
14933 then
14934 save_CFLAGS="$CFLAGS"
14935 # Extract the first word of "esd-config", so it can be a program name with args.
14936 set dummy esd-config; ac_word=$2
14937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14939 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14940 echo $ECHO_N "(cached) $ECHO_C" >&6
14941 else
14942 case $ESDCONFIG in
14943 [\\/]* | ?:[\\/]*)
14944 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14948 for as_dir in $PATH
14950 IFS=$as_save_IFS
14951 test -z "$as_dir" && as_dir=.
14952 for ac_exec_ext in '' $ac_executable_extensions; do
14953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14954 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14956 break 2
14958 done
14959 done
14960 IFS=$as_save_IFS
14962 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14964 esac
14966 ESDCONFIG=$ac_cv_path_ESDCONFIG
14967 if test -n "$ESDCONFIG"; then
14968 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14969 echo "${ECHO_T}$ESDCONFIG" >&6; }
14970 else
14971 { echo "$as_me:$LINENO: result: no" >&5
14972 echo "${ECHO_T}no" >&6; }
14976 if test "x$ESDCONFIG" != "xno"
14977 then
14978 ac_esd_incl=""
14979 for i in `$ESDCONFIG --cflags`
14981 case "$i" in
14982 -I*) ac_esd_incl="$ac_esd_incl $i";;
14983 esac
14984 done
14985 ac_esd_libs=`$ESDCONFIG --libs`
14986 CFLAGS="$CFLAGS $ac_esd_incl"
14988 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14989 if test "${ac_cv_header_esd_h+set}" = set; then
14990 { echo "$as_me:$LINENO: checking for esd.h" >&5
14991 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14992 if test "${ac_cv_header_esd_h+set}" = set; then
14993 echo $ECHO_N "(cached) $ECHO_C" >&6
14995 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14996 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14997 else
14998 # Is the header compilable?
14999 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15000 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15001 cat >conftest.$ac_ext <<_ACEOF
15002 /* confdefs.h. */
15003 _ACEOF
15004 cat confdefs.h >>conftest.$ac_ext
15005 cat >>conftest.$ac_ext <<_ACEOF
15006 /* end confdefs.h. */
15007 $ac_includes_default
15008 #include <esd.h>
15009 _ACEOF
15010 rm -f conftest.$ac_objext
15011 if { (ac_try="$ac_compile"
15012 case "(($ac_try" in
15013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15015 esac
15016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15017 (eval "$ac_compile") 2>conftest.er1
15018 ac_status=$?
15019 grep -v '^ *+' conftest.er1 >conftest.err
15020 rm -f conftest.er1
15021 cat conftest.err >&5
15022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && {
15024 test -z "$ac_c_werror_flag" ||
15025 test ! -s conftest.err
15026 } && test -s conftest.$ac_objext; then
15027 ac_header_compiler=yes
15028 else
15029 echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.$ac_ext >&5
15032 ac_header_compiler=no
15035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15036 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15037 echo "${ECHO_T}$ac_header_compiler" >&6; }
15039 # Is the header present?
15040 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15041 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15042 cat >conftest.$ac_ext <<_ACEOF
15043 /* confdefs.h. */
15044 _ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15048 #include <esd.h>
15049 _ACEOF
15050 if { (ac_try="$ac_cpp conftest.$ac_ext"
15051 case "(($ac_try" in
15052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15053 *) ac_try_echo=$ac_try;;
15054 esac
15055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15057 ac_status=$?
15058 grep -v '^ *+' conftest.er1 >conftest.err
15059 rm -f conftest.er1
15060 cat conftest.err >&5
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } >/dev/null && {
15063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15065 }; then
15066 ac_header_preproc=yes
15067 else
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15071 ac_header_preproc=no
15074 rm -f conftest.err conftest.$ac_ext
15075 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15076 echo "${ECHO_T}$ac_header_preproc" >&6; }
15078 # So? What about this header?
15079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15080 yes:no: )
15081 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15082 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15083 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15084 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15085 ac_header_preproc=yes
15087 no:yes:* )
15088 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15089 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15090 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15091 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15092 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15093 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15094 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15095 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15096 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15097 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15098 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15099 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15100 ( cat <<\_ASBOX
15101 ## ------------------------------------ ##
15102 ## Report this to wine-devel@winehq.org ##
15103 ## ------------------------------------ ##
15104 _ASBOX
15105 ) | sed "s/^/$as_me: WARNING: /" >&2
15107 esac
15108 { echo "$as_me:$LINENO: checking for esd.h" >&5
15109 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15110 if test "${ac_cv_header_esd_h+set}" = set; then
15111 echo $ECHO_N "(cached) $ECHO_C" >&6
15112 else
15113 ac_cv_header_esd_h=$ac_header_preproc
15115 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15116 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15119 if test $ac_cv_header_esd_h = yes; then
15120 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15121 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15122 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15123 echo $ECHO_N "(cached) $ECHO_C" >&6
15124 else
15125 ac_check_lib_save_LIBS=$LIBS
15126 LIBS="-lesd $ac_esd_libs $LIBS"
15127 cat >conftest.$ac_ext <<_ACEOF
15128 /* confdefs.h. */
15129 _ACEOF
15130 cat confdefs.h >>conftest.$ac_ext
15131 cat >>conftest.$ac_ext <<_ACEOF
15132 /* end confdefs.h. */
15134 /* Override any GCC internal prototype to avoid an error.
15135 Use char because int might match the return type of a GCC
15136 builtin and then its argument prototype would still apply. */
15137 #ifdef __cplusplus
15138 extern "C"
15139 #endif
15140 char esd_open_sound ();
15142 main ()
15144 return esd_open_sound ();
15146 return 0;
15148 _ACEOF
15149 rm -f conftest.$ac_objext conftest$ac_exeext
15150 if { (ac_try="$ac_link"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_link") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest$ac_exeext &&
15166 $as_test_x conftest$ac_exeext; then
15167 ac_cv_lib_esd_esd_open_sound=yes
15168 else
15169 echo "$as_me: failed program was:" >&5
15170 sed 's/^/| /' conftest.$ac_ext >&5
15172 ac_cv_lib_esd_esd_open_sound=no
15175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15176 conftest$ac_exeext conftest.$ac_ext
15177 LIBS=$ac_check_lib_save_LIBS
15179 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15180 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15181 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15182 ESDINCL="$ac_esd_incl"
15184 ESDLIBS="$ac_esd_libs"
15187 cat >>confdefs.h <<\_ACEOF
15188 #define HAVE_ESD 1
15189 _ACEOF
15196 CFLAGS="$save_CFLAGS"
15199 if test "x$with_pulse" != "xno"; then
15200 if test "$PKG_CONFIG" != "false"; then
15201 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15202 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15203 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15204 have_pulseaudio="yes"
15205 else
15206 have_pulseaudio="no"
15208 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15209 echo "${ECHO_T}$have_pulseaudio" >&6; }
15210 if test x"$have_pulseaudio" = xyes; then
15211 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15213 cat >>confdefs.h <<\_ACEOF
15214 #define HAVE_PULSEAUDIO_0_9_11 1
15215 _ACEOF
15217 else
15219 cat >>confdefs.h <<\_ACEOF
15220 #define HAVE_PULSEAUDIO_0_9_11 0
15221 _ACEOF
15224 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15226 cat >>confdefs.h <<\_ACEOF
15227 #define HAVE_PULSEAUDIO 1
15228 _ACEOF
15230 PULSELIBS="$ac_pulse_libs"
15236 ALSALIBS=""
15238 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15239 then
15240 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15241 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15242 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15243 echo $ECHO_N "(cached) $ECHO_C" >&6
15244 else
15245 ac_check_lib_save_LIBS=$LIBS
15246 LIBS="-lasound $LIBS"
15247 cat >conftest.$ac_ext <<_ACEOF
15248 /* confdefs.h. */
15249 _ACEOF
15250 cat confdefs.h >>conftest.$ac_ext
15251 cat >>conftest.$ac_ext <<_ACEOF
15252 /* end confdefs.h. */
15254 /* Override any GCC internal prototype to avoid an error.
15255 Use char because int might match the return type of a GCC
15256 builtin and then its argument prototype would still apply. */
15257 #ifdef __cplusplus
15258 extern "C"
15259 #endif
15260 char snd_pcm_hw_params_get_access ();
15262 main ()
15264 return snd_pcm_hw_params_get_access ();
15266 return 0;
15268 _ACEOF
15269 rm -f conftest.$ac_objext conftest$ac_exeext
15270 if { (ac_try="$ac_link"
15271 case "(($ac_try" in
15272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15273 *) ac_try_echo=$ac_try;;
15274 esac
15275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15276 (eval "$ac_link") 2>conftest.er1
15277 ac_status=$?
15278 grep -v '^ *+' conftest.er1 >conftest.err
15279 rm -f conftest.er1
15280 cat conftest.err >&5
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); } && {
15283 test -z "$ac_c_werror_flag" ||
15284 test ! -s conftest.err
15285 } && test -s conftest$ac_exeext &&
15286 $as_test_x conftest$ac_exeext; then
15287 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15288 else
15289 echo "$as_me: failed program was:" >&5
15290 sed 's/^/| /' conftest.$ac_ext >&5
15292 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15296 conftest$ac_exeext conftest.$ac_ext
15297 LIBS=$ac_check_lib_save_LIBS
15299 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15300 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15301 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15302 cat >conftest.$ac_ext <<_ACEOF
15303 /* confdefs.h. */
15304 _ACEOF
15305 cat confdefs.h >>conftest.$ac_ext
15306 cat >>conftest.$ac_ext <<_ACEOF
15307 /* end confdefs.h. */
15308 #ifdef HAVE_ALSA_ASOUNDLIB_H
15309 #include <alsa/asoundlib.h>
15310 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15311 #include <sys/asoundlib.h>
15312 #endif
15314 main ()
15316 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15318 return 0;
15320 _ACEOF
15321 rm -f conftest.$ac_objext
15322 if { (ac_try="$ac_compile"
15323 case "(($ac_try" in
15324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15325 *) ac_try_echo=$ac_try;;
15326 esac
15327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15328 (eval "$ac_compile") 2>conftest.er1
15329 ac_status=$?
15330 grep -v '^ *+' conftest.er1 >conftest.err
15331 rm -f conftest.er1
15332 cat conftest.err >&5
15333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15334 (exit $ac_status); } && {
15335 test -z "$ac_c_werror_flag" ||
15336 test ! -s conftest.err
15337 } && test -s conftest.$ac_objext; then
15339 cat >>confdefs.h <<\_ACEOF
15340 #define HAVE_ALSA 1
15341 _ACEOF
15343 ALSALIBS="-lasound"
15344 else
15345 echo "$as_me: failed program was:" >&5
15346 sed 's/^/| /' conftest.$ac_ext >&5
15351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15356 AUDIOIOLIBS=""
15358 if test "$ac_cv_header_libaudioio_h" = "yes"
15359 then
15360 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15361 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15362 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15363 echo $ECHO_N "(cached) $ECHO_C" >&6
15364 else
15365 ac_check_lib_save_LIBS=$LIBS
15366 LIBS="-laudioio $LIBS"
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char AudioIOGetVersion ();
15382 main ()
15384 return AudioIOGetVersion ();
15386 return 0;
15388 _ACEOF
15389 rm -f conftest.$ac_objext conftest$ac_exeext
15390 if { (ac_try="$ac_link"
15391 case "(($ac_try" in
15392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15393 *) ac_try_echo=$ac_try;;
15394 esac
15395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15396 (eval "$ac_link") 2>conftest.er1
15397 ac_status=$?
15398 grep -v '^ *+' conftest.er1 >conftest.err
15399 rm -f conftest.er1
15400 cat conftest.err >&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); } && {
15403 test -z "$ac_c_werror_flag" ||
15404 test ! -s conftest.err
15405 } && test -s conftest$ac_exeext &&
15406 $as_test_x conftest$ac_exeext; then
15407 ac_cv_lib_audioio_AudioIOGetVersion=yes
15408 else
15409 echo "$as_me: failed program was:" >&5
15410 sed 's/^/| /' conftest.$ac_ext >&5
15412 ac_cv_lib_audioio_AudioIOGetVersion=no
15415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15416 conftest$ac_exeext conftest.$ac_ext
15417 LIBS=$ac_check_lib_save_LIBS
15419 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15420 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15421 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15422 AUDIOIOLIBS="-laudioio"
15424 cat >>confdefs.h <<\_ACEOF
15425 #define HAVE_LIBAUDIOIO 1
15426 _ACEOF
15433 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15434 then
15435 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15436 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15437 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15438 echo $ECHO_N "(cached) $ECHO_C" >&6
15439 else
15440 ac_check_soname_save_LIBS=$LIBS
15441 LIBS="-lcapi20 $LIBS"
15442 cat >conftest.$ac_ext <<_ACEOF
15443 /* confdefs.h. */
15444 _ACEOF
15445 cat confdefs.h >>conftest.$ac_ext
15446 cat >>conftest.$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15449 /* Override any GCC internal prototype to avoid an error.
15450 Use char because int might match the return type of a GCC
15451 builtin and then its argument prototype would still apply. */
15452 #ifdef __cplusplus
15453 extern "C"
15454 #endif
15455 char capi20_register ();
15457 main ()
15459 return capi20_register ();
15461 return 0;
15463 _ACEOF
15464 rm -f conftest.$ac_objext conftest$ac_exeext
15465 if { (ac_try="$ac_link"
15466 case "(($ac_try" in
15467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15468 *) ac_try_echo=$ac_try;;
15469 esac
15470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15471 (eval "$ac_link") 2>conftest.er1
15472 ac_status=$?
15473 grep -v '^ *+' conftest.er1 >conftest.err
15474 rm -f conftest.er1
15475 cat conftest.err >&5
15476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15477 (exit $ac_status); } && {
15478 test -z "$ac_c_werror_flag" ||
15479 test ! -s conftest.err
15480 } && test -s conftest$ac_exeext &&
15481 $as_test_x conftest$ac_exeext; then
15482 case "$LIBEXT" in
15483 dll) ;;
15484 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'` ;;
15485 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15486 esac
15487 else
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.$ac_ext >&5
15494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15495 conftest$ac_exeext conftest.$ac_ext
15496 LIBS=$ac_check_soname_save_LIBS
15498 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15499 { echo "$as_me:$LINENO: result: not found" >&5
15500 echo "${ECHO_T}not found" >&6; }
15502 else
15503 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15504 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15506 cat >>confdefs.h <<_ACEOF
15507 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15508 _ACEOF
15514 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15515 case "x$with_capi" in
15516 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15517 xno) ;;
15518 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15519 This is an error since --with-capi was requested." >&5
15520 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15521 This is an error since --with-capi was requested." >&2;}
15522 { (exit 1); exit 1; }; } ;;
15523 esac
15527 CUPSINCL=""
15529 if test "x$with_cups" != "xno"
15530 then
15531 ac_save_CPPFLAGS="$CPPFLAGS"
15532 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15533 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15534 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15536 for ac_header in cups/cups.h
15538 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15543 echo $ECHO_N "(cached) $ECHO_C" >&6
15545 ac_res=`eval echo '${'$as_ac_Header'}'`
15546 { echo "$as_me:$LINENO: result: $ac_res" >&5
15547 echo "${ECHO_T}$ac_res" >&6; }
15548 else
15549 # Is the header compilable?
15550 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15551 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15552 cat >conftest.$ac_ext <<_ACEOF
15553 /* confdefs.h. */
15554 _ACEOF
15555 cat confdefs.h >>conftest.$ac_ext
15556 cat >>conftest.$ac_ext <<_ACEOF
15557 /* end confdefs.h. */
15558 $ac_includes_default
15559 #include <$ac_header>
15560 _ACEOF
15561 rm -f conftest.$ac_objext
15562 if { (ac_try="$ac_compile"
15563 case "(($ac_try" in
15564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15565 *) ac_try_echo=$ac_try;;
15566 esac
15567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15568 (eval "$ac_compile") 2>conftest.er1
15569 ac_status=$?
15570 grep -v '^ *+' conftest.er1 >conftest.err
15571 rm -f conftest.er1
15572 cat conftest.err >&5
15573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15574 (exit $ac_status); } && {
15575 test -z "$ac_c_werror_flag" ||
15576 test ! -s conftest.err
15577 } && test -s conftest.$ac_objext; then
15578 ac_header_compiler=yes
15579 else
15580 echo "$as_me: failed program was:" >&5
15581 sed 's/^/| /' conftest.$ac_ext >&5
15583 ac_header_compiler=no
15586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15587 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15588 echo "${ECHO_T}$ac_header_compiler" >&6; }
15590 # Is the header present?
15591 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15592 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15593 cat >conftest.$ac_ext <<_ACEOF
15594 /* confdefs.h. */
15595 _ACEOF
15596 cat confdefs.h >>conftest.$ac_ext
15597 cat >>conftest.$ac_ext <<_ACEOF
15598 /* end confdefs.h. */
15599 #include <$ac_header>
15600 _ACEOF
15601 if { (ac_try="$ac_cpp conftest.$ac_ext"
15602 case "(($ac_try" in
15603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15604 *) ac_try_echo=$ac_try;;
15605 esac
15606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15608 ac_status=$?
15609 grep -v '^ *+' conftest.er1 >conftest.err
15610 rm -f conftest.er1
15611 cat conftest.err >&5
15612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15613 (exit $ac_status); } >/dev/null && {
15614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15615 test ! -s conftest.err
15616 }; then
15617 ac_header_preproc=yes
15618 else
15619 echo "$as_me: failed program was:" >&5
15620 sed 's/^/| /' conftest.$ac_ext >&5
15622 ac_header_preproc=no
15625 rm -f conftest.err conftest.$ac_ext
15626 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15627 echo "${ECHO_T}$ac_header_preproc" >&6; }
15629 # So? What about this header?
15630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15631 yes:no: )
15632 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15633 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15634 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15635 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15636 ac_header_preproc=yes
15638 no:yes:* )
15639 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15640 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15641 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15642 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15643 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15644 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15645 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15646 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15647 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15648 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15649 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15650 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15651 ( cat <<\_ASBOX
15652 ## ------------------------------------ ##
15653 ## Report this to wine-devel@winehq.org ##
15654 ## ------------------------------------ ##
15655 _ASBOX
15656 ) | sed "s/^/$as_me: WARNING: /" >&2
15658 esac
15659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15662 echo $ECHO_N "(cached) $ECHO_C" >&6
15663 else
15664 eval "$as_ac_Header=\$ac_header_preproc"
15666 ac_res=`eval echo '${'$as_ac_Header'}'`
15667 { echo "$as_me:$LINENO: result: $ac_res" >&5
15668 echo "${ECHO_T}$ac_res" >&6; }
15671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15672 cat >>confdefs.h <<_ACEOF
15673 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15674 _ACEOF
15675 { echo "$as_me:$LINENO: checking for -lcups" >&5
15676 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15677 if test "${ac_cv_lib_soname_cups+set}" = set; then
15678 echo $ECHO_N "(cached) $ECHO_C" >&6
15679 else
15680 ac_check_soname_save_LIBS=$LIBS
15681 LIBS="-lcups $ac_cups_libs $LIBS"
15682 cat >conftest.$ac_ext <<_ACEOF
15683 /* confdefs.h. */
15684 _ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h. */
15689 /* Override any GCC internal prototype to avoid an error.
15690 Use char because int might match the return type of a GCC
15691 builtin and then its argument prototype would still apply. */
15692 #ifdef __cplusplus
15693 extern "C"
15694 #endif
15695 char cupsGetDefault ();
15697 main ()
15699 return cupsGetDefault ();
15701 return 0;
15703 _ACEOF
15704 rm -f conftest.$ac_objext conftest$ac_exeext
15705 if { (ac_try="$ac_link"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15709 esac
15710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15711 (eval "$ac_link") 2>conftest.er1
15712 ac_status=$?
15713 grep -v '^ *+' conftest.er1 >conftest.err
15714 rm -f conftest.er1
15715 cat conftest.err >&5
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717 (exit $ac_status); } && {
15718 test -z "$ac_c_werror_flag" ||
15719 test ! -s conftest.err
15720 } && test -s conftest$ac_exeext &&
15721 $as_test_x conftest$ac_exeext; then
15722 case "$LIBEXT" in
15723 dll) ;;
15724 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'` ;;
15725 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15726 esac
15727 else
15728 echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15735 conftest$ac_exeext conftest.$ac_ext
15736 LIBS=$ac_check_soname_save_LIBS
15738 if test "x$ac_cv_lib_soname_cups" = "x"; then
15739 { echo "$as_me:$LINENO: result: not found" >&5
15740 echo "${ECHO_T}not found" >&6; }
15742 else
15743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15744 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15746 cat >>confdefs.h <<_ACEOF
15747 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15748 _ACEOF
15750 CUPSINCL="$ac_cups_cflags"
15755 done
15757 CPPFLAGS="$ac_save_CPPFLAGS"
15759 if test "x$ac_cv_lib_soname_cups" = "x"; then
15760 case "x$with_cups" in
15761 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15762 xno) ;;
15763 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15764 This is an error since --with-cups was requested." >&5
15765 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15766 This is an error since --with-cups was requested." >&2;}
15767 { (exit 1); exit 1; }; } ;;
15768 esac
15772 if test "$ac_cv_header_jack_jack_h" = "yes"
15773 then
15774 { echo "$as_me:$LINENO: checking for -ljack" >&5
15775 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15776 if test "${ac_cv_lib_soname_jack+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15778 else
15779 ac_check_soname_save_LIBS=$LIBS
15780 LIBS="-ljack $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char jack_client_new ();
15796 main ()
15798 return jack_client_new ();
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15810 (eval "$ac_link") 2>conftest.er1
15811 ac_status=$?
15812 grep -v '^ *+' conftest.er1 >conftest.err
15813 rm -f conftest.er1
15814 cat conftest.err >&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); } && {
15817 test -z "$ac_c_werror_flag" ||
15818 test ! -s conftest.err
15819 } && test -s conftest$ac_exeext &&
15820 $as_test_x conftest$ac_exeext; then
15821 case "$LIBEXT" in
15822 dll) ;;
15823 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'` ;;
15824 *) 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'` ;;
15825 esac
15826 else
15827 echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834 conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_soname_save_LIBS
15837 if test "x$ac_cv_lib_soname_jack" = "x"; then
15838 { echo "$as_me:$LINENO: result: not found" >&5
15839 echo "${ECHO_T}not found" >&6; }
15841 else
15842 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15843 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15845 cat >>confdefs.h <<_ACEOF
15846 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15847 _ACEOF
15854 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15855 then
15856 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15857 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15858 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15859 echo $ECHO_N "(cached) $ECHO_C" >&6
15860 else
15861 ac_check_soname_save_LIBS=$LIBS
15862 LIBS="-lfontconfig $LIBS"
15863 cat >conftest.$ac_ext <<_ACEOF
15864 /* confdefs.h. */
15865 _ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h. */
15870 /* Override any GCC internal prototype to avoid an error.
15871 Use char because int might match the return type of a GCC
15872 builtin and then its argument prototype would still apply. */
15873 #ifdef __cplusplus
15874 extern "C"
15875 #endif
15876 char FcInit ();
15878 main ()
15880 return FcInit ();
15882 return 0;
15884 _ACEOF
15885 rm -f conftest.$ac_objext conftest$ac_exeext
15886 if { (ac_try="$ac_link"
15887 case "(($ac_try" in
15888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15889 *) ac_try_echo=$ac_try;;
15890 esac
15891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15892 (eval "$ac_link") 2>conftest.er1
15893 ac_status=$?
15894 grep -v '^ *+' conftest.er1 >conftest.err
15895 rm -f conftest.er1
15896 cat conftest.err >&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); } && {
15899 test -z "$ac_c_werror_flag" ||
15900 test ! -s conftest.err
15901 } && test -s conftest$ac_exeext &&
15902 $as_test_x conftest$ac_exeext; then
15903 case "$LIBEXT" in
15904 dll) ;;
15905 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'` ;;
15906 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15907 esac
15908 else
15909 echo "$as_me: failed program was:" >&5
15910 sed 's/^/| /' conftest.$ac_ext >&5
15915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15916 conftest$ac_exeext conftest.$ac_ext
15917 LIBS=$ac_check_soname_save_LIBS
15919 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15920 { echo "$as_me:$LINENO: result: not found" >&5
15921 echo "${ECHO_T}not found" >&6; }
15923 else
15924 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15925 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15927 cat >>confdefs.h <<_ACEOF
15928 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15929 _ACEOF
15934 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15935 then
15936 ac_save_CPPFLAGS="$CPPFLAGS"
15937 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15938 $as_unset ac_cv_header_fontconfig_fontconfig_h
15940 for ac_header in fontconfig/fontconfig.h
15942 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15947 echo $ECHO_N "(cached) $ECHO_C" >&6
15949 ac_res=`eval echo '${'$as_ac_Header'}'`
15950 { echo "$as_me:$LINENO: result: $ac_res" >&5
15951 echo "${ECHO_T}$ac_res" >&6; }
15952 else
15953 # Is the header compilable?
15954 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15955 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15956 cat >conftest.$ac_ext <<_ACEOF
15957 /* confdefs.h. */
15958 _ACEOF
15959 cat confdefs.h >>conftest.$ac_ext
15960 cat >>conftest.$ac_ext <<_ACEOF
15961 /* end confdefs.h. */
15962 $ac_includes_default
15963 #include <$ac_header>
15964 _ACEOF
15965 rm -f conftest.$ac_objext
15966 if { (ac_try="$ac_compile"
15967 case "(($ac_try" in
15968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15969 *) ac_try_echo=$ac_try;;
15970 esac
15971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15972 (eval "$ac_compile") 2>conftest.er1
15973 ac_status=$?
15974 grep -v '^ *+' conftest.er1 >conftest.err
15975 rm -f conftest.er1
15976 cat conftest.err >&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && {
15979 test -z "$ac_c_werror_flag" ||
15980 test ! -s conftest.err
15981 } && test -s conftest.$ac_objext; then
15982 ac_header_compiler=yes
15983 else
15984 echo "$as_me: failed program was:" >&5
15985 sed 's/^/| /' conftest.$ac_ext >&5
15987 ac_header_compiler=no
15990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15991 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15992 echo "${ECHO_T}$ac_header_compiler" >&6; }
15994 # Is the header present?
15995 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15996 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15997 cat >conftest.$ac_ext <<_ACEOF
15998 /* confdefs.h. */
15999 _ACEOF
16000 cat confdefs.h >>conftest.$ac_ext
16001 cat >>conftest.$ac_ext <<_ACEOF
16002 /* end confdefs.h. */
16003 #include <$ac_header>
16004 _ACEOF
16005 if { (ac_try="$ac_cpp conftest.$ac_ext"
16006 case "(($ac_try" in
16007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16008 *) ac_try_echo=$ac_try;;
16009 esac
16010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16012 ac_status=$?
16013 grep -v '^ *+' conftest.er1 >conftest.err
16014 rm -f conftest.er1
16015 cat conftest.err >&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } >/dev/null && {
16018 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16019 test ! -s conftest.err
16020 }; then
16021 ac_header_preproc=yes
16022 else
16023 echo "$as_me: failed program was:" >&5
16024 sed 's/^/| /' conftest.$ac_ext >&5
16026 ac_header_preproc=no
16029 rm -f conftest.err conftest.$ac_ext
16030 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16031 echo "${ECHO_T}$ac_header_preproc" >&6; }
16033 # So? What about this header?
16034 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16035 yes:no: )
16036 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16037 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16038 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16039 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16040 ac_header_preproc=yes
16042 no:yes:* )
16043 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16044 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16045 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16046 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16047 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16048 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16049 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16050 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16052 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16053 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16054 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16055 ( cat <<\_ASBOX
16056 ## ------------------------------------ ##
16057 ## Report this to wine-devel@winehq.org ##
16058 ## ------------------------------------ ##
16059 _ASBOX
16060 ) | sed "s/^/$as_me: WARNING: /" >&2
16062 esac
16063 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16064 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16066 echo $ECHO_N "(cached) $ECHO_C" >&6
16067 else
16068 eval "$as_ac_Header=\$ac_header_preproc"
16070 ac_res=`eval echo '${'$as_ac_Header'}'`
16071 { echo "$as_me:$LINENO: result: $ac_res" >&5
16072 echo "${ECHO_T}$ac_res" >&6; }
16075 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16076 cat >>confdefs.h <<_ACEOF
16077 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16078 _ACEOF
16082 done
16084 CPPFLAGS="$ac_save_CPPFLAGS"
16085 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16086 then
16087 FONTCONFIGINCL="$X_CFLAGS"
16089 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16090 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16091 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16092 echo $ECHO_N "(cached) $ECHO_C" >&6
16093 else
16094 ac_check_soname_save_LIBS=$LIBS
16095 LIBS="-lfontconfig $X_LIBS $LIBS"
16096 cat >conftest.$ac_ext <<_ACEOF
16097 /* confdefs.h. */
16098 _ACEOF
16099 cat confdefs.h >>conftest.$ac_ext
16100 cat >>conftest.$ac_ext <<_ACEOF
16101 /* end confdefs.h. */
16103 /* Override any GCC internal prototype to avoid an error.
16104 Use char because int might match the return type of a GCC
16105 builtin and then its argument prototype would still apply. */
16106 #ifdef __cplusplus
16107 extern "C"
16108 #endif
16109 char FcInit ();
16111 main ()
16113 return FcInit ();
16115 return 0;
16117 _ACEOF
16118 rm -f conftest.$ac_objext conftest$ac_exeext
16119 if { (ac_try="$ac_link"
16120 case "(($ac_try" in
16121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16122 *) ac_try_echo=$ac_try;;
16123 esac
16124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16125 (eval "$ac_link") 2>conftest.er1
16126 ac_status=$?
16127 grep -v '^ *+' conftest.er1 >conftest.err
16128 rm -f conftest.er1
16129 cat conftest.err >&5
16130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16131 (exit $ac_status); } && {
16132 test -z "$ac_c_werror_flag" ||
16133 test ! -s conftest.err
16134 } && test -s conftest$ac_exeext &&
16135 $as_test_x conftest$ac_exeext; then
16136 case "$LIBEXT" in
16137 dll) ;;
16138 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'` ;;
16139 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16140 esac
16141 else
16142 echo "$as_me: failed program was:" >&5
16143 sed 's/^/| /' conftest.$ac_ext >&5
16148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16149 conftest$ac_exeext conftest.$ac_ext
16150 LIBS=$ac_check_soname_save_LIBS
16152 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16153 { echo "$as_me:$LINENO: result: not found" >&5
16154 echo "${ECHO_T}not found" >&6; }
16156 else
16157 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16158 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16160 cat >>confdefs.h <<_ACEOF
16161 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16162 _ACEOF
16169 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16170 case "x$with_fontconfig" in
16171 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16172 xno) ;;
16173 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16174 This is an error since --with-fontconfig was requested." >&5
16175 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16176 This is an error since --with-fontconfig was requested." >&2;}
16177 { (exit 1); exit 1; }; } ;;
16178 esac
16182 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16183 then
16184 { echo "$as_me:$LINENO: checking for -lssl" >&5
16185 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16186 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16187 echo $ECHO_N "(cached) $ECHO_C" >&6
16188 else
16189 ac_check_soname_save_LIBS=$LIBS
16190 LIBS="-lssl $LIBS"
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h. */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h. */
16198 /* Override any GCC internal prototype to avoid an error.
16199 Use char because int might match the return type of a GCC
16200 builtin and then its argument prototype would still apply. */
16201 #ifdef __cplusplus
16202 extern "C"
16203 #endif
16204 char SSL_library_init ();
16206 main ()
16208 return SSL_library_init ();
16210 return 0;
16212 _ACEOF
16213 rm -f conftest.$ac_objext conftest$ac_exeext
16214 if { (ac_try="$ac_link"
16215 case "(($ac_try" in
16216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 *) ac_try_echo=$ac_try;;
16218 esac
16219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 (eval "$ac_link") 2>conftest.er1
16221 ac_status=$?
16222 grep -v '^ *+' conftest.er1 >conftest.err
16223 rm -f conftest.er1
16224 cat conftest.err >&5
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest$ac_exeext &&
16230 $as_test_x conftest$ac_exeext; then
16231 case "$LIBEXT" in
16232 dll) ;;
16233 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'` ;;
16234 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16235 esac
16236 else
16237 echo "$as_me: failed program was:" >&5
16238 sed 's/^/| /' conftest.$ac_ext >&5
16243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16244 conftest$ac_exeext conftest.$ac_ext
16245 LIBS=$ac_check_soname_save_LIBS
16247 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16248 { echo "$as_me:$LINENO: result: not found" >&5
16249 echo "${ECHO_T}not found" >&6; }
16251 else
16252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16253 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16255 cat >>confdefs.h <<_ACEOF
16256 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16257 _ACEOF
16262 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16263 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16264 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16266 else
16267 ac_check_soname_save_LIBS=$LIBS
16268 LIBS="-lcrypto $LIBS"
16269 cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h. */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16276 /* Override any GCC internal prototype to avoid an error.
16277 Use char because int might match the return type of a GCC
16278 builtin and then its argument prototype would still apply. */
16279 #ifdef __cplusplus
16280 extern "C"
16281 #endif
16282 char BIO_new_socket ();
16284 main ()
16286 return BIO_new_socket ();
16288 return 0;
16290 _ACEOF
16291 rm -f conftest.$ac_objext conftest$ac_exeext
16292 if { (ac_try="$ac_link"
16293 case "(($ac_try" in
16294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16296 esac
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16299 ac_status=$?
16300 grep -v '^ *+' conftest.er1 >conftest.err
16301 rm -f conftest.er1
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16309 case "$LIBEXT" in
16310 dll) ;;
16311 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'` ;;
16312 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16313 esac
16314 else
16315 echo "$as_me: failed program was:" >&5
16316 sed 's/^/| /' conftest.$ac_ext >&5
16321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16322 conftest$ac_exeext conftest.$ac_ext
16323 LIBS=$ac_check_soname_save_LIBS
16325 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16326 { echo "$as_me:$LINENO: result: not found" >&5
16327 echo "${ECHO_T}not found" >&6; }
16329 else
16330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16331 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16333 cat >>confdefs.h <<_ACEOF
16334 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16335 _ACEOF
16341 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16342 case "x$with_openssl" in
16343 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16344 xno) ;;
16345 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16346 This is an error since --with-openssl was requested." >&5
16347 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16348 This is an error since --with-openssl was requested." >&2;}
16349 { (exit 1); exit 1; }; } ;;
16350 esac
16354 if test "$ac_cv_header_jpeglib_h" = "yes"
16355 then
16356 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16357 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16358 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16360 else
16361 ac_check_soname_save_LIBS=$LIBS
16362 LIBS="-ljpeg $LIBS"
16363 cat >conftest.$ac_ext <<_ACEOF
16364 /* confdefs.h. */
16365 _ACEOF
16366 cat confdefs.h >>conftest.$ac_ext
16367 cat >>conftest.$ac_ext <<_ACEOF
16368 /* end confdefs.h. */
16370 /* Override any GCC internal prototype to avoid an error.
16371 Use char because int might match the return type of a GCC
16372 builtin and then its argument prototype would still apply. */
16373 #ifdef __cplusplus
16374 extern "C"
16375 #endif
16376 char jpeg_start_decompress ();
16378 main ()
16380 return jpeg_start_decompress ();
16382 return 0;
16384 _ACEOF
16385 rm -f conftest.$ac_objext conftest$ac_exeext
16386 if { (ac_try="$ac_link"
16387 case "(($ac_try" in
16388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16389 *) ac_try_echo=$ac_try;;
16390 esac
16391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16392 (eval "$ac_link") 2>conftest.er1
16393 ac_status=$?
16394 grep -v '^ *+' conftest.er1 >conftest.err
16395 rm -f conftest.er1
16396 cat conftest.err >&5
16397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16398 (exit $ac_status); } && {
16399 test -z "$ac_c_werror_flag" ||
16400 test ! -s conftest.err
16401 } && test -s conftest$ac_exeext &&
16402 $as_test_x conftest$ac_exeext; then
16403 case "$LIBEXT" in
16404 dll) ;;
16405 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'` ;;
16406 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16407 esac
16408 else
16409 echo "$as_me: failed program was:" >&5
16410 sed 's/^/| /' conftest.$ac_ext >&5
16415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16416 conftest$ac_exeext conftest.$ac_ext
16417 LIBS=$ac_check_soname_save_LIBS
16419 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16420 { echo "$as_me:$LINENO: result: not found" >&5
16421 echo "${ECHO_T}not found" >&6; }
16423 else
16424 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16425 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16427 cat >>confdefs.h <<_ACEOF
16428 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16429 _ACEOF
16435 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16436 case "x$with_jpeg" in
16437 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16438 xno) ;;
16439 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16440 This is an error since --with-jpeg was requested." >&5
16441 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16442 This is an error since --with-jpeg was requested." >&2;}
16443 { (exit 1); exit 1; }; } ;;
16444 esac
16448 if test "$ac_cv_header_png_h" = "yes"
16449 then
16450 { echo "$as_me:$LINENO: checking for -lpng" >&5
16451 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16452 if test "${ac_cv_lib_soname_png+set}" = set; then
16453 echo $ECHO_N "(cached) $ECHO_C" >&6
16454 else
16455 ac_check_soname_save_LIBS=$LIBS
16456 LIBS="-lpng -lm -lz $LIBS"
16457 cat >conftest.$ac_ext <<_ACEOF
16458 /* confdefs.h. */
16459 _ACEOF
16460 cat confdefs.h >>conftest.$ac_ext
16461 cat >>conftest.$ac_ext <<_ACEOF
16462 /* end confdefs.h. */
16464 /* Override any GCC internal prototype to avoid an error.
16465 Use char because int might match the return type of a GCC
16466 builtin and then its argument prototype would still apply. */
16467 #ifdef __cplusplus
16468 extern "C"
16469 #endif
16470 char png_create_read_struct ();
16472 main ()
16474 return png_create_read_struct ();
16476 return 0;
16478 _ACEOF
16479 rm -f conftest.$ac_objext conftest$ac_exeext
16480 if { (ac_try="$ac_link"
16481 case "(($ac_try" in
16482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16483 *) ac_try_echo=$ac_try;;
16484 esac
16485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16486 (eval "$ac_link") 2>conftest.er1
16487 ac_status=$?
16488 grep -v '^ *+' conftest.er1 >conftest.err
16489 rm -f conftest.er1
16490 cat conftest.err >&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && {
16493 test -z "$ac_c_werror_flag" ||
16494 test ! -s conftest.err
16495 } && test -s conftest$ac_exeext &&
16496 $as_test_x conftest$ac_exeext; then
16497 case "$LIBEXT" in
16498 dll) ;;
16499 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'` ;;
16500 *) 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'` ;;
16501 esac
16502 else
16503 echo "$as_me: failed program was:" >&5
16504 sed 's/^/| /' conftest.$ac_ext >&5
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_png" = "x"; then
16514 { echo "$as_me:$LINENO: result: not found" >&5
16515 echo "${ECHO_T}not found" >&6; }
16517 else
16518 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16519 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16523 _ACEOF
16529 if test "x$ac_cv_lib_soname_png" = "x"; then
16530 case "x$with_png" in
16531 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16532 xno) ;;
16533 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16534 This is an error since --with-png was requested." >&5
16535 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16536 This is an error since --with-png was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16538 esac
16542 if test "$ac_cv_header_kstat_h" = "yes"
16543 then
16544 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16545 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16546 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16548 else
16549 ac_check_lib_save_LIBS=$LIBS
16550 LIBS="-lkstat $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16561 #ifdef __cplusplus
16562 extern "C"
16563 #endif
16564 char kstat_open ();
16566 main ()
16568 return kstat_open ();
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
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_link") 2>conftest.er1
16581 ac_status=$?
16582 grep -v '^ *+' conftest.er1 >conftest.err
16583 rm -f conftest.er1
16584 cat conftest.err >&5
16585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16586 (exit $ac_status); } && {
16587 test -z "$ac_c_werror_flag" ||
16588 test ! -s conftest.err
16589 } && test -s conftest$ac_exeext &&
16590 $as_test_x conftest$ac_exeext; then
16591 ac_cv_lib_kstat_kstat_open=yes
16592 else
16593 echo "$as_me: failed program was:" >&5
16594 sed 's/^/| /' conftest.$ac_ext >&5
16596 ac_cv_lib_kstat_kstat_open=no
16599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16600 conftest$ac_exeext conftest.$ac_ext
16601 LIBS=$ac_check_lib_save_LIBS
16603 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16604 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16605 if test $ac_cv_lib_kstat_kstat_open = yes; then
16607 cat >>confdefs.h <<\_ACEOF
16608 #define HAVE_LIBKSTAT 1
16609 _ACEOF
16611 LIBKSTAT="-lkstat"
16617 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16618 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16619 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16620 echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622 ac_check_soname_save_LIBS=$LIBS
16623 LIBS="-lodbc $LIBS"
16624 cat >conftest.$ac_ext <<_ACEOF
16625 /* confdefs.h. */
16626 _ACEOF
16627 cat confdefs.h >>conftest.$ac_ext
16628 cat >>conftest.$ac_ext <<_ACEOF
16629 /* end confdefs.h. */
16631 /* Override any GCC internal prototype to avoid an error.
16632 Use char because int might match the return type of a GCC
16633 builtin and then its argument prototype would still apply. */
16634 #ifdef __cplusplus
16635 extern "C"
16636 #endif
16637 char SQLConnect ();
16639 main ()
16641 return SQLConnect ();
16643 return 0;
16645 _ACEOF
16646 rm -f conftest.$ac_objext conftest$ac_exeext
16647 if { (ac_try="$ac_link"
16648 case "(($ac_try" in
16649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16651 esac
16652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16653 (eval "$ac_link") 2>conftest.er1
16654 ac_status=$?
16655 grep -v '^ *+' conftest.er1 >conftest.err
16656 rm -f conftest.er1
16657 cat conftest.err >&5
16658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659 (exit $ac_status); } && {
16660 test -z "$ac_c_werror_flag" ||
16661 test ! -s conftest.err
16662 } && test -s conftest$ac_exeext &&
16663 $as_test_x conftest$ac_exeext; then
16664 case "$LIBEXT" in
16665 dll) ;;
16666 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'` ;;
16667 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16668 esac
16669 else
16670 echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677 conftest$ac_exeext conftest.$ac_ext
16678 LIBS=$ac_check_soname_save_LIBS
16680 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16681 { echo "$as_me:$LINENO: result: not found" >&5
16682 echo "${ECHO_T}not found" >&6; }
16683 cat >>confdefs.h <<_ACEOF
16684 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16685 _ACEOF
16687 else
16688 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16689 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16691 cat >>confdefs.h <<_ACEOF
16692 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16693 _ACEOF
16699 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16700 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16701 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16702 "$ac_cv_header_soundcard_h" != "yes" -a \
16703 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16704 then
16705 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16709 EXTRACFLAGS=""
16711 if test "x${GCC}" = "xyes"
16712 then
16713 EXTRACFLAGS="-Wall -pipe"
16715 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16716 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16717 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16718 echo $ECHO_N "(cached) $ECHO_C" >&6
16719 else
16720 if test "$cross_compiling" = yes; then
16721 ac_cv_c_gcc_strength_bug="yes"
16722 else
16723 cat >conftest.$ac_ext <<_ACEOF
16724 /* confdefs.h. */
16725 _ACEOF
16726 cat confdefs.h >>conftest.$ac_ext
16727 cat >>conftest.$ac_ext <<_ACEOF
16728 /* end confdefs.h. */
16729 int L[4] = {0,1,2,3};
16731 main ()
16733 static int Array[3];
16734 unsigned int B = 3;
16735 int i;
16736 for(i=0; i<B; i++) Array[i] = i - 3;
16737 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16738 L[i] = 4;
16739 return (Array[1] != -2 || L[2] != 3)
16741 return 0;
16743 _ACEOF
16744 rm -f 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>&5
16752 ac_status=$?
16753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16754 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16755 { (case "(($ac_try" in
16756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16757 *) ac_try_echo=$ac_try;;
16758 esac
16759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16760 (eval "$ac_try") 2>&5
16761 ac_status=$?
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; }; then
16764 ac_cv_c_gcc_strength_bug="no"
16765 else
16766 echo "$as_me: program exited with status $ac_status" >&5
16767 echo "$as_me: failed program was:" >&5
16768 sed 's/^/| /' conftest.$ac_ext >&5
16770 ( exit $ac_status )
16771 ac_cv_c_gcc_strength_bug="yes"
16773 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16778 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16779 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16780 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16781 then
16782 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16785 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16786 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16787 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16788 echo $ECHO_N "(cached) $ECHO_C" >&6
16789 else
16790 ac_wine_try_cflags_saved=$CFLAGS
16791 CFLAGS="$CFLAGS -fno-builtin"
16792 cat >conftest.$ac_ext <<_ACEOF
16793 /* confdefs.h. */
16794 _ACEOF
16795 cat confdefs.h >>conftest.$ac_ext
16796 cat >>conftest.$ac_ext <<_ACEOF
16797 /* end confdefs.h. */
16800 main ()
16804 return 0;
16806 _ACEOF
16807 rm -f conftest.$ac_objext conftest$ac_exeext
16808 if { (ac_try="$ac_link"
16809 case "(($ac_try" in
16810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16811 *) ac_try_echo=$ac_try;;
16812 esac
16813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16814 (eval "$ac_link") 2>conftest.er1
16815 ac_status=$?
16816 grep -v '^ *+' conftest.er1 >conftest.err
16817 rm -f conftest.er1
16818 cat conftest.err >&5
16819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16820 (exit $ac_status); } && {
16821 test -z "$ac_c_werror_flag" ||
16822 test ! -s conftest.err
16823 } && test -s conftest$ac_exeext &&
16824 $as_test_x conftest$ac_exeext; then
16825 ac_cv_cflags__fno_builtin=yes
16826 else
16827 echo "$as_me: failed program was:" >&5
16828 sed 's/^/| /' conftest.$ac_ext >&5
16830 ac_cv_cflags__fno_builtin=no
16833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16834 conftest$ac_exeext conftest.$ac_ext
16835 CFLAGS=$ac_wine_try_cflags_saved
16837 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16838 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16839 if test $ac_cv_cflags__fno_builtin = yes; then
16840 BUILTINFLAG="-fno-builtin"
16844 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16845 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16846 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16847 echo $ECHO_N "(cached) $ECHO_C" >&6
16848 else
16849 ac_wine_try_cflags_saved=$CFLAGS
16850 CFLAGS="$CFLAGS -fno-strict-aliasing"
16851 cat >conftest.$ac_ext <<_ACEOF
16852 /* confdefs.h. */
16853 _ACEOF
16854 cat confdefs.h >>conftest.$ac_ext
16855 cat >>conftest.$ac_ext <<_ACEOF
16856 /* end confdefs.h. */
16859 main ()
16863 return 0;
16865 _ACEOF
16866 rm -f conftest.$ac_objext conftest$ac_exeext
16867 if { (ac_try="$ac_link"
16868 case "(($ac_try" in
16869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16870 *) ac_try_echo=$ac_try;;
16871 esac
16872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16873 (eval "$ac_link") 2>conftest.er1
16874 ac_status=$?
16875 grep -v '^ *+' conftest.er1 >conftest.err
16876 rm -f conftest.er1
16877 cat conftest.err >&5
16878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); } && {
16880 test -z "$ac_c_werror_flag" ||
16881 test ! -s conftest.err
16882 } && test -s conftest$ac_exeext &&
16883 $as_test_x conftest$ac_exeext; then
16884 ac_cv_cflags__fno_strict_aliasing=yes
16885 else
16886 echo "$as_me: failed program was:" >&5
16887 sed 's/^/| /' conftest.$ac_ext >&5
16889 ac_cv_cflags__fno_strict_aliasing=no
16892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16893 conftest$ac_exeext conftest.$ac_ext
16894 CFLAGS=$ac_wine_try_cflags_saved
16896 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16897 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16898 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16899 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16902 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16903 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16904 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16905 echo $ECHO_N "(cached) $ECHO_C" >&6
16906 else
16907 ac_wine_try_cflags_saved=$CFLAGS
16908 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16909 cat >conftest.$ac_ext <<_ACEOF
16910 /* confdefs.h. */
16911 _ACEOF
16912 cat confdefs.h >>conftest.$ac_ext
16913 cat >>conftest.$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16917 main ()
16921 return 0;
16923 _ACEOF
16924 rm -f conftest.$ac_objext conftest$ac_exeext
16925 if { (ac_try="$ac_link"
16926 case "(($ac_try" in
16927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16928 *) ac_try_echo=$ac_try;;
16929 esac
16930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16931 (eval "$ac_link") 2>conftest.er1
16932 ac_status=$?
16933 grep -v '^ *+' conftest.er1 >conftest.err
16934 rm -f conftest.er1
16935 cat conftest.err >&5
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest$ac_exeext &&
16941 $as_test_x conftest$ac_exeext; then
16942 ac_cv_cflags__Wdeclaration_after_statement=yes
16943 else
16944 echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16947 ac_cv_cflags__Wdeclaration_after_statement=no
16950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16951 conftest$ac_exeext conftest.$ac_ext
16952 CFLAGS=$ac_wine_try_cflags_saved
16954 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16955 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16956 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16957 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16960 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16961 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16962 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16963 echo $ECHO_N "(cached) $ECHO_C" >&6
16964 else
16965 ac_wine_try_cflags_saved=$CFLAGS
16966 CFLAGS="$CFLAGS -Wwrite-strings"
16967 cat >conftest.$ac_ext <<_ACEOF
16968 /* confdefs.h. */
16969 _ACEOF
16970 cat confdefs.h >>conftest.$ac_ext
16971 cat >>conftest.$ac_ext <<_ACEOF
16972 /* end confdefs.h. */
16975 main ()
16979 return 0;
16981 _ACEOF
16982 rm -f conftest.$ac_objext conftest$ac_exeext
16983 if { (ac_try="$ac_link"
16984 case "(($ac_try" in
16985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16986 *) ac_try_echo=$ac_try;;
16987 esac
16988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16989 (eval "$ac_link") 2>conftest.er1
16990 ac_status=$?
16991 grep -v '^ *+' conftest.er1 >conftest.err
16992 rm -f conftest.er1
16993 cat conftest.err >&5
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); } && {
16996 test -z "$ac_c_werror_flag" ||
16997 test ! -s conftest.err
16998 } && test -s conftest$ac_exeext &&
16999 $as_test_x conftest$ac_exeext; then
17000 ac_cv_cflags__Wwrite_strings=yes
17001 else
17002 echo "$as_me: failed program was:" >&5
17003 sed 's/^/| /' conftest.$ac_ext >&5
17005 ac_cv_cflags__Wwrite_strings=no
17008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17009 conftest$ac_exeext conftest.$ac_ext
17010 CFLAGS=$ac_wine_try_cflags_saved
17012 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17013 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17014 if test $ac_cv_cflags__Wwrite_strings = yes; then
17015 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17018 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17019 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17020 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17021 echo $ECHO_N "(cached) $ECHO_C" >&6
17022 else
17023 ac_wine_try_cflags_saved=$CFLAGS
17024 CFLAGS="$CFLAGS -Wtype-limits"
17025 cat >conftest.$ac_ext <<_ACEOF
17026 /* confdefs.h. */
17027 _ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17033 main ()
17037 return 0;
17039 _ACEOF
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17044 *) ac_try_echo=$ac_try;;
17045 esac
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17048 ac_status=$?
17049 grep -v '^ *+' conftest.er1 >conftest.err
17050 rm -f conftest.er1
17051 cat conftest.err >&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } && {
17054 test -z "$ac_c_werror_flag" ||
17055 test ! -s conftest.err
17056 } && test -s conftest$ac_exeext &&
17057 $as_test_x conftest$ac_exeext; then
17058 ac_cv_cflags__Wtype_limits=yes
17059 else
17060 echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.$ac_ext >&5
17063 ac_cv_cflags__Wtype_limits=no
17066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17067 conftest$ac_exeext conftest.$ac_ext
17068 CFLAGS=$ac_wine_try_cflags_saved
17070 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17071 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17072 if test $ac_cv_cflags__Wtype_limits = yes; then
17073 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17077 saved_CFLAGS="$CFLAGS"
17078 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17079 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17080 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17081 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17082 echo $ECHO_N "(cached) $ECHO_C" >&6
17083 else
17084 cat >conftest.$ac_ext <<_ACEOF
17085 /* confdefs.h. */
17086 _ACEOF
17087 cat confdefs.h >>conftest.$ac_ext
17088 cat >>conftest.$ac_ext <<_ACEOF
17089 /* end confdefs.h. */
17090 #include <string.h>
17092 main ()
17096 return 0;
17098 _ACEOF
17099 rm -f conftest.$ac_objext
17100 if { (ac_try="$ac_compile"
17101 case "(($ac_try" in
17102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17103 *) ac_try_echo=$ac_try;;
17104 esac
17105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17106 (eval "$ac_compile") 2>conftest.er1
17107 ac_status=$?
17108 grep -v '^ *+' conftest.er1 >conftest.err
17109 rm -f conftest.er1
17110 cat conftest.err >&5
17111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17112 (exit $ac_status); } && {
17113 test -z "$ac_c_werror_flag" ||
17114 test ! -s conftest.err
17115 } && test -s conftest.$ac_objext; then
17116 ac_cv_c_string_h_warnings=no
17117 else
17118 echo "$as_me: failed program was:" >&5
17119 sed 's/^/| /' conftest.$ac_ext >&5
17121 ac_cv_c_string_h_warnings=yes
17124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17126 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17127 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17128 CFLAGS="$saved_CFLAGS"
17129 if test "$ac_cv_c_string_h_warnings" = "no"
17130 then
17131 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17136 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17137 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17138 if test "${ac_cv_asm_func_def+set}" = set; then
17139 echo $ECHO_N "(cached) $ECHO_C" >&6
17140 else
17141 cat >conftest.$ac_ext <<_ACEOF
17142 /* confdefs.h. */
17143 _ACEOF
17144 cat confdefs.h >>conftest.$ac_ext
17145 cat >>conftest.$ac_ext <<_ACEOF
17146 /* end confdefs.h. */
17149 main ()
17151 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17153 return 0;
17155 _ACEOF
17156 rm -f conftest.$ac_objext conftest$ac_exeext
17157 if { (ac_try="$ac_link"
17158 case "(($ac_try" in
17159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160 *) ac_try_echo=$ac_try;;
17161 esac
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17163 (eval "$ac_link") 2>conftest.er1
17164 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1
17167 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err
17172 } && test -s conftest$ac_exeext &&
17173 $as_test_x conftest$ac_exeext; then
17174 ac_cv_asm_func_def=".def"
17175 else
17176 echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
17179 cat >conftest.$ac_ext <<_ACEOF
17180 /* confdefs.h. */
17181 _ACEOF
17182 cat confdefs.h >>conftest.$ac_ext
17183 cat >>conftest.$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17187 main ()
17189 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17191 return 0;
17193 _ACEOF
17194 rm -f conftest.$ac_objext conftest$ac_exeext
17195 if { (ac_try="$ac_link"
17196 case "(($ac_try" in
17197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17198 *) ac_try_echo=$ac_try;;
17199 esac
17200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17201 (eval "$ac_link") 2>conftest.er1
17202 ac_status=$?
17203 grep -v '^ *+' conftest.er1 >conftest.err
17204 rm -f conftest.er1
17205 cat conftest.err >&5
17206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext &&
17211 $as_test_x conftest$ac_exeext; then
17212 ac_cv_asm_func_def=".type @function"
17213 else
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 cat >conftest.$ac_ext <<_ACEOF
17218 /* confdefs.h. */
17219 _ACEOF
17220 cat confdefs.h >>conftest.$ac_ext
17221 cat >>conftest.$ac_ext <<_ACEOF
17222 /* end confdefs.h. */
17225 main ()
17227 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17229 return 0;
17231 _ACEOF
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 if { (ac_try="$ac_link"
17234 case "(($ac_try" in
17235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17236 *) ac_try_echo=$ac_try;;
17237 esac
17238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17239 (eval "$ac_link") 2>conftest.er1
17240 ac_status=$?
17241 grep -v '^ *+' conftest.er1 >conftest.err
17242 rm -f conftest.er1
17243 cat conftest.err >&5
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); } && {
17246 test -z "$ac_c_werror_flag" ||
17247 test ! -s conftest.err
17248 } && test -s conftest$ac_exeext &&
17249 $as_test_x conftest$ac_exeext; then
17250 ac_cv_asm_func_def=".type 2"
17251 else
17252 echo "$as_me: failed program was:" >&5
17253 sed 's/^/| /' conftest.$ac_ext >&5
17255 ac_cv_asm_func_def="unknown"
17258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17259 conftest$ac_exeext conftest.$ac_ext
17262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17263 conftest$ac_exeext conftest.$ac_ext
17266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17267 conftest$ac_exeext conftest.$ac_ext
17269 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17270 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17274 case "$ac_cv_asm_func_def" in
17275 ".def")
17276 cat >>confdefs.h <<\_ACEOF
17277 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17278 _ACEOF
17280 ".type @function")
17281 cat >>confdefs.h <<\_ACEOF
17282 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17283 _ACEOF
17285 ".type 2")
17286 cat >>confdefs.h <<\_ACEOF
17287 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17288 _ACEOF
17291 cat >>confdefs.h <<\_ACEOF
17292 #define __ASM_FUNC(name) ""
17293 _ACEOF
17295 esac
17298 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17299 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17300 if test "${ac_cv_c_extern_prefix+set}" = set; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17302 else
17303 cat >conftest.$ac_ext <<_ACEOF
17304 /* confdefs.h. */
17305 _ACEOF
17306 cat confdefs.h >>conftest.$ac_ext
17307 cat >>conftest.$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17309 extern int ac_test;
17311 main ()
17313 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17315 return 0;
17317 _ACEOF
17318 rm -f conftest.$ac_objext conftest$ac_exeext
17319 if { (ac_try="$ac_link"
17320 case "(($ac_try" in
17321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17322 *) ac_try_echo=$ac_try;;
17323 esac
17324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17325 (eval "$ac_link") 2>conftest.er1
17326 ac_status=$?
17327 grep -v '^ *+' conftest.er1 >conftest.err
17328 rm -f conftest.er1
17329 cat conftest.err >&5
17330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17331 (exit $ac_status); } && {
17332 test -z "$ac_c_werror_flag" ||
17333 test ! -s conftest.err
17334 } && test -s conftest$ac_exeext &&
17335 $as_test_x conftest$ac_exeext; then
17336 ac_cv_c_extern_prefix="yes"
17337 else
17338 echo "$as_me: failed program was:" >&5
17339 sed 's/^/| /' conftest.$ac_ext >&5
17341 ac_cv_c_extern_prefix="no"
17344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17345 conftest$ac_exeext conftest.$ac_ext
17347 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17348 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17352 if test "$ac_cv_c_extern_prefix" = "yes"
17353 then
17354 cat >>confdefs.h <<\_ACEOF
17355 #define __ASM_NAME(name) "_" name
17356 _ACEOF
17358 else
17359 cat >>confdefs.h <<\_ACEOF
17360 #define __ASM_NAME(name) name
17361 _ACEOF
17366 LDPATH=""
17368 case $build_os in
17369 cygwin*|mingw32*)
17370 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17372 darwin*|macosx*)
17375 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17377 esac
17379 case $host_os in
17380 mingw32*)
17381 CRTLIBS="-lmsvcrt"
17383 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17386 esac
17388 case $host_cpu in
17389 *i[3456789]86*)
17390 case $host_os in
17391 linux* | k*bsd*-gnu)
17392 EXTRA_BINARIES="wine-preloader"
17394 esac
17396 esac
17399 ac_save_CFLAGS="$CFLAGS"
17400 CFLAGS="$CFLAGS $BUILTINFLAG"
17472 for ac_func in \
17473 _pclose \
17474 _popen \
17475 _snprintf \
17476 _spawnvp \
17477 _strdup \
17478 _stricmp \
17479 _strnicmp \
17480 _strtoi64 \
17481 _strtoui64 \
17482 _vsnprintf \
17483 asctime_r \
17484 chsize \
17485 dlopen \
17486 epoll_create \
17487 ffs \
17488 finite \
17489 fork \
17490 fpclass \
17491 fstatfs \
17492 fstatvfs \
17493 ftruncate \
17494 futimes \
17495 futimesat \
17496 getdirentries \
17497 getopt_long \
17498 getpagesize \
17499 getpwuid \
17500 gettid \
17501 gettimeofday \
17502 getuid \
17503 inet_ntop \
17504 inet_pton \
17505 kqueue \
17506 lstat \
17507 memmove \
17508 mmap \
17509 pclose \
17510 poll \
17511 popen \
17512 prctl \
17513 pread \
17514 pwrite \
17515 readdir \
17516 readlink \
17517 sched_yield \
17518 select \
17519 setproctitle \
17520 setrlimit \
17521 settimeofday \
17522 sigaltstack \
17523 sigprocmask \
17524 snprintf \
17525 socketpair \
17526 spawnvp \
17527 statfs \
17528 statvfs \
17529 strcasecmp \
17530 strdup \
17531 strerror \
17532 strncasecmp \
17533 strtold \
17534 strtoll \
17535 strtoull \
17536 symlink \
17537 tcgetattr \
17538 thr_kill2 \
17539 timegm \
17540 usleep \
17541 vsnprintf \
17542 wait4 \
17543 waitpid \
17546 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17547 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17549 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17550 echo $ECHO_N "(cached) $ECHO_C" >&6
17551 else
17552 cat >conftest.$ac_ext <<_ACEOF
17553 /* confdefs.h. */
17554 _ACEOF
17555 cat confdefs.h >>conftest.$ac_ext
17556 cat >>conftest.$ac_ext <<_ACEOF
17557 /* end confdefs.h. */
17558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17560 #define $ac_func innocuous_$ac_func
17562 /* System header to define __stub macros and hopefully few prototypes,
17563 which can conflict with char $ac_func (); below.
17564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17565 <limits.h> exists even on freestanding compilers. */
17567 #ifdef __STDC__
17568 # include <limits.h>
17569 #else
17570 # include <assert.h>
17571 #endif
17573 #undef $ac_func
17575 /* Override any GCC internal prototype to avoid an error.
17576 Use char because int might match the return type of a GCC
17577 builtin and then its argument prototype would still apply. */
17578 #ifdef __cplusplus
17579 extern "C"
17580 #endif
17581 char $ac_func ();
17582 /* The GNU C library defines this for functions which it implements
17583 to always fail with ENOSYS. Some functions are actually named
17584 something starting with __ and the normal name is an alias. */
17585 #if defined __stub_$ac_func || defined __stub___$ac_func
17586 choke me
17587 #endif
17590 main ()
17592 return $ac_func ();
17594 return 0;
17596 _ACEOF
17597 rm -f conftest.$ac_objext conftest$ac_exeext
17598 if { (ac_try="$ac_link"
17599 case "(($ac_try" in
17600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17601 *) ac_try_echo=$ac_try;;
17602 esac
17603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17604 (eval "$ac_link") 2>conftest.er1
17605 ac_status=$?
17606 grep -v '^ *+' conftest.er1 >conftest.err
17607 rm -f conftest.er1
17608 cat conftest.err >&5
17609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } && {
17611 test -z "$ac_c_werror_flag" ||
17612 test ! -s conftest.err
17613 } && test -s conftest$ac_exeext &&
17614 $as_test_x conftest$ac_exeext; then
17615 eval "$as_ac_var=yes"
17616 else
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.$ac_ext >&5
17620 eval "$as_ac_var=no"
17623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17624 conftest$ac_exeext conftest.$ac_ext
17626 ac_res=`eval echo '${'$as_ac_var'}'`
17627 { echo "$as_me:$LINENO: result: $ac_res" >&5
17628 echo "${ECHO_T}$ac_res" >&6; }
17629 if test `eval echo '${'$as_ac_var'}'` = yes; then
17630 cat >>confdefs.h <<_ACEOF
17631 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17632 _ACEOF
17635 done
17637 CFLAGS="$ac_save_CFLAGS"
17639 if test "$ac_cv_func_dlopen" = no
17640 then
17641 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17642 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17643 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17644 echo $ECHO_N "(cached) $ECHO_C" >&6
17645 else
17646 ac_check_lib_save_LIBS=$LIBS
17647 LIBS="-ldl $LIBS"
17648 cat >conftest.$ac_ext <<_ACEOF
17649 /* confdefs.h. */
17650 _ACEOF
17651 cat confdefs.h >>conftest.$ac_ext
17652 cat >>conftest.$ac_ext <<_ACEOF
17653 /* end confdefs.h. */
17655 /* Override any GCC internal prototype to avoid an error.
17656 Use char because int might match the return type of a GCC
17657 builtin and then its argument prototype would still apply. */
17658 #ifdef __cplusplus
17659 extern "C"
17660 #endif
17661 char dlopen ();
17663 main ()
17665 return dlopen ();
17667 return 0;
17669 _ACEOF
17670 rm -f conftest.$ac_objext conftest$ac_exeext
17671 if { (ac_try="$ac_link"
17672 case "(($ac_try" in
17673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17674 *) ac_try_echo=$ac_try;;
17675 esac
17676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17677 (eval "$ac_link") 2>conftest.er1
17678 ac_status=$?
17679 grep -v '^ *+' conftest.er1 >conftest.err
17680 rm -f conftest.er1
17681 cat conftest.err >&5
17682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17683 (exit $ac_status); } && {
17684 test -z "$ac_c_werror_flag" ||
17685 test ! -s conftest.err
17686 } && test -s conftest$ac_exeext &&
17687 $as_test_x conftest$ac_exeext; then
17688 ac_cv_lib_dl_dlopen=yes
17689 else
17690 echo "$as_me: failed program was:" >&5
17691 sed 's/^/| /' conftest.$ac_ext >&5
17693 ac_cv_lib_dl_dlopen=no
17696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17697 conftest$ac_exeext conftest.$ac_ext
17698 LIBS=$ac_check_lib_save_LIBS
17700 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17701 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17702 if test $ac_cv_lib_dl_dlopen = yes; then
17703 cat >>confdefs.h <<\_ACEOF
17704 #define HAVE_DLOPEN 1
17705 _ACEOF
17706 LIBDL="-ldl"
17711 ac_wine_check_funcs_save_LIBS="$LIBS"
17712 LIBS="$LIBS $LIBDL"
17714 for ac_func in dladdr
17716 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17717 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17718 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17719 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17720 echo $ECHO_N "(cached) $ECHO_C" >&6
17721 else
17722 cat >conftest.$ac_ext <<_ACEOF
17723 /* confdefs.h. */
17724 _ACEOF
17725 cat confdefs.h >>conftest.$ac_ext
17726 cat >>conftest.$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17728 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17729 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17730 #define $ac_func innocuous_$ac_func
17732 /* System header to define __stub macros and hopefully few prototypes,
17733 which can conflict with char $ac_func (); below.
17734 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17735 <limits.h> exists even on freestanding compilers. */
17737 #ifdef __STDC__
17738 # include <limits.h>
17739 #else
17740 # include <assert.h>
17741 #endif
17743 #undef $ac_func
17745 /* Override any GCC internal prototype to avoid an error.
17746 Use char because int might match the return type of a GCC
17747 builtin and then its argument prototype would still apply. */
17748 #ifdef __cplusplus
17749 extern "C"
17750 #endif
17751 char $ac_func ();
17752 /* The GNU C library defines this for functions which it implements
17753 to always fail with ENOSYS. Some functions are actually named
17754 something starting with __ and the normal name is an alias. */
17755 #if defined __stub_$ac_func || defined __stub___$ac_func
17756 choke me
17757 #endif
17760 main ()
17762 return $ac_func ();
17764 return 0;
17766 _ACEOF
17767 rm -f conftest.$ac_objext conftest$ac_exeext
17768 if { (ac_try="$ac_link"
17769 case "(($ac_try" in
17770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17771 *) ac_try_echo=$ac_try;;
17772 esac
17773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17774 (eval "$ac_link") 2>conftest.er1
17775 ac_status=$?
17776 grep -v '^ *+' conftest.er1 >conftest.err
17777 rm -f conftest.er1
17778 cat conftest.err >&5
17779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17780 (exit $ac_status); } && {
17781 test -z "$ac_c_werror_flag" ||
17782 test ! -s conftest.err
17783 } && test -s conftest$ac_exeext &&
17784 $as_test_x conftest$ac_exeext; then
17785 eval "$as_ac_var=yes"
17786 else
17787 echo "$as_me: failed program was:" >&5
17788 sed 's/^/| /' conftest.$ac_ext >&5
17790 eval "$as_ac_var=no"
17793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17794 conftest$ac_exeext conftest.$ac_ext
17796 ac_res=`eval echo '${'$as_ac_var'}'`
17797 { echo "$as_me:$LINENO: result: $ac_res" >&5
17798 echo "${ECHO_T}$ac_res" >&6; }
17799 if test `eval echo '${'$as_ac_var'}'` = yes; then
17800 cat >>confdefs.h <<_ACEOF
17801 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17802 _ACEOF
17805 done
17807 LIBS="$ac_wine_check_funcs_save_LIBS"
17809 if test "$ac_cv_func_poll" = no
17810 then
17811 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17812 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17813 if test "${ac_cv_lib_poll_poll+set}" = set; then
17814 echo $ECHO_N "(cached) $ECHO_C" >&6
17815 else
17816 ac_check_lib_save_LIBS=$LIBS
17817 LIBS="-lpoll $LIBS"
17818 cat >conftest.$ac_ext <<_ACEOF
17819 /* confdefs.h. */
17820 _ACEOF
17821 cat confdefs.h >>conftest.$ac_ext
17822 cat >>conftest.$ac_ext <<_ACEOF
17823 /* end confdefs.h. */
17825 /* Override any GCC internal prototype to avoid an error.
17826 Use char because int might match the return type of a GCC
17827 builtin and then its argument prototype would still apply. */
17828 #ifdef __cplusplus
17829 extern "C"
17830 #endif
17831 char poll ();
17833 main ()
17835 return poll ();
17837 return 0;
17839 _ACEOF
17840 rm -f conftest.$ac_objext conftest$ac_exeext
17841 if { (ac_try="$ac_link"
17842 case "(($ac_try" in
17843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17844 *) ac_try_echo=$ac_try;;
17845 esac
17846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17847 (eval "$ac_link") 2>conftest.er1
17848 ac_status=$?
17849 grep -v '^ *+' conftest.er1 >conftest.err
17850 rm -f conftest.er1
17851 cat conftest.err >&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } && {
17854 test -z "$ac_c_werror_flag" ||
17855 test ! -s conftest.err
17856 } && test -s conftest$ac_exeext &&
17857 $as_test_x conftest$ac_exeext; then
17858 ac_cv_lib_poll_poll=yes
17859 else
17860 echo "$as_me: failed program was:" >&5
17861 sed 's/^/| /' conftest.$ac_ext >&5
17863 ac_cv_lib_poll_poll=no
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867 conftest$ac_exeext conftest.$ac_ext
17868 LIBS=$ac_check_lib_save_LIBS
17870 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17871 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17872 if test $ac_cv_lib_poll_poll = yes; then
17873 cat >>confdefs.h <<\_ACEOF
17874 #define HAVE_POLL 1
17875 _ACEOF
17876 LIBPOLL="-lpoll"
17882 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17883 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17884 if test "${ac_cv_search_gethostbyname+set}" = set; then
17885 echo $ECHO_N "(cached) $ECHO_C" >&6
17886 else
17887 ac_func_search_save_LIBS=$LIBS
17888 cat >conftest.$ac_ext <<_ACEOF
17889 /* confdefs.h. */
17890 _ACEOF
17891 cat confdefs.h >>conftest.$ac_ext
17892 cat >>conftest.$ac_ext <<_ACEOF
17893 /* end confdefs.h. */
17895 /* Override any GCC internal prototype to avoid an error.
17896 Use char because int might match the return type of a GCC
17897 builtin and then its argument prototype would still apply. */
17898 #ifdef __cplusplus
17899 extern "C"
17900 #endif
17901 char gethostbyname ();
17903 main ()
17905 return gethostbyname ();
17907 return 0;
17909 _ACEOF
17910 for ac_lib in '' nsl; do
17911 if test -z "$ac_lib"; then
17912 ac_res="none required"
17913 else
17914 ac_res=-l$ac_lib
17915 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17917 rm -f conftest.$ac_objext conftest$ac_exeext
17918 if { (ac_try="$ac_link"
17919 case "(($ac_try" in
17920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17921 *) ac_try_echo=$ac_try;;
17922 esac
17923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17924 (eval "$ac_link") 2>conftest.er1
17925 ac_status=$?
17926 grep -v '^ *+' conftest.er1 >conftest.err
17927 rm -f conftest.er1
17928 cat conftest.err >&5
17929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17930 (exit $ac_status); } && {
17931 test -z "$ac_c_werror_flag" ||
17932 test ! -s conftest.err
17933 } && test -s conftest$ac_exeext &&
17934 $as_test_x conftest$ac_exeext; then
17935 ac_cv_search_gethostbyname=$ac_res
17936 else
17937 echo "$as_me: failed program was:" >&5
17938 sed 's/^/| /' conftest.$ac_ext >&5
17943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17944 conftest$ac_exeext
17945 if test "${ac_cv_search_gethostbyname+set}" = set; then
17946 break
17948 done
17949 if test "${ac_cv_search_gethostbyname+set}" = set; then
17951 else
17952 ac_cv_search_gethostbyname=no
17954 rm conftest.$ac_ext
17955 LIBS=$ac_func_search_save_LIBS
17957 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17958 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17959 ac_res=$ac_cv_search_gethostbyname
17960 if test "$ac_res" != no; then
17961 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17966 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17967 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17968 if test "${ac_cv_search_connect+set}" = set; then
17969 echo $ECHO_N "(cached) $ECHO_C" >&6
17970 else
17971 ac_func_search_save_LIBS=$LIBS
17972 cat >conftest.$ac_ext <<_ACEOF
17973 /* confdefs.h. */
17974 _ACEOF
17975 cat confdefs.h >>conftest.$ac_ext
17976 cat >>conftest.$ac_ext <<_ACEOF
17977 /* end confdefs.h. */
17979 /* Override any GCC internal prototype to avoid an error.
17980 Use char because int might match the return type of a GCC
17981 builtin and then its argument prototype would still apply. */
17982 #ifdef __cplusplus
17983 extern "C"
17984 #endif
17985 char connect ();
17987 main ()
17989 return connect ();
17991 return 0;
17993 _ACEOF
17994 for ac_lib in '' socket; do
17995 if test -z "$ac_lib"; then
17996 ac_res="none required"
17997 else
17998 ac_res=-l$ac_lib
17999 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18001 rm -f conftest.$ac_objext conftest$ac_exeext
18002 if { (ac_try="$ac_link"
18003 case "(($ac_try" in
18004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18005 *) ac_try_echo=$ac_try;;
18006 esac
18007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18008 (eval "$ac_link") 2>conftest.er1
18009 ac_status=$?
18010 grep -v '^ *+' conftest.er1 >conftest.err
18011 rm -f conftest.er1
18012 cat conftest.err >&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } && {
18015 test -z "$ac_c_werror_flag" ||
18016 test ! -s conftest.err
18017 } && test -s conftest$ac_exeext &&
18018 $as_test_x conftest$ac_exeext; then
18019 ac_cv_search_connect=$ac_res
18020 else
18021 echo "$as_me: failed program was:" >&5
18022 sed 's/^/| /' conftest.$ac_ext >&5
18027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18028 conftest$ac_exeext
18029 if test "${ac_cv_search_connect+set}" = set; then
18030 break
18032 done
18033 if test "${ac_cv_search_connect+set}" = set; then
18035 else
18036 ac_cv_search_connect=no
18038 rm conftest.$ac_ext
18039 LIBS=$ac_func_search_save_LIBS
18041 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18042 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18043 ac_res=$ac_cv_search_connect
18044 if test "$ac_res" != no; then
18045 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18050 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18051 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18052 if test "${ac_cv_search_inet_aton+set}" = set; then
18053 echo $ECHO_N "(cached) $ECHO_C" >&6
18054 else
18055 ac_func_search_save_LIBS=$LIBS
18056 cat >conftest.$ac_ext <<_ACEOF
18057 /* confdefs.h. */
18058 _ACEOF
18059 cat confdefs.h >>conftest.$ac_ext
18060 cat >>conftest.$ac_ext <<_ACEOF
18061 /* end confdefs.h. */
18063 /* Override any GCC internal prototype to avoid an error.
18064 Use char because int might match the return type of a GCC
18065 builtin and then its argument prototype would still apply. */
18066 #ifdef __cplusplus
18067 extern "C"
18068 #endif
18069 char inet_aton ();
18071 main ()
18073 return inet_aton ();
18075 return 0;
18077 _ACEOF
18078 for ac_lib in '' resolv; do
18079 if test -z "$ac_lib"; then
18080 ac_res="none required"
18081 else
18082 ac_res=-l$ac_lib
18083 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18085 rm -f conftest.$ac_objext conftest$ac_exeext
18086 if { (ac_try="$ac_link"
18087 case "(($ac_try" in
18088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18089 *) ac_try_echo=$ac_try;;
18090 esac
18091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18092 (eval "$ac_link") 2>conftest.er1
18093 ac_status=$?
18094 grep -v '^ *+' conftest.er1 >conftest.err
18095 rm -f conftest.er1
18096 cat conftest.err >&5
18097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18098 (exit $ac_status); } && {
18099 test -z "$ac_c_werror_flag" ||
18100 test ! -s conftest.err
18101 } && test -s conftest$ac_exeext &&
18102 $as_test_x conftest$ac_exeext; then
18103 ac_cv_search_inet_aton=$ac_res
18104 else
18105 echo "$as_me: failed program was:" >&5
18106 sed 's/^/| /' conftest.$ac_ext >&5
18111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18112 conftest$ac_exeext
18113 if test "${ac_cv_search_inet_aton+set}" = set; then
18114 break
18116 done
18117 if test "${ac_cv_search_inet_aton+set}" = set; then
18119 else
18120 ac_cv_search_inet_aton=no
18122 rm conftest.$ac_ext
18123 LIBS=$ac_func_search_save_LIBS
18125 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18126 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18127 ac_res=$ac_cv_search_inet_aton
18128 if test "$ac_res" != no; then
18129 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18142 for ac_func in \
18143 getaddrinfo \
18144 getnameinfo \
18145 getnetbyname \
18146 getprotobyname \
18147 getprotobynumber \
18148 getservbyport \
18149 inet_network \
18150 sendmsg \
18153 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18154 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18156 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18157 echo $ECHO_N "(cached) $ECHO_C" >&6
18158 else
18159 cat >conftest.$ac_ext <<_ACEOF
18160 /* confdefs.h. */
18161 _ACEOF
18162 cat confdefs.h >>conftest.$ac_ext
18163 cat >>conftest.$ac_ext <<_ACEOF
18164 /* end confdefs.h. */
18165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18167 #define $ac_func innocuous_$ac_func
18169 /* System header to define __stub macros and hopefully few prototypes,
18170 which can conflict with char $ac_func (); below.
18171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18172 <limits.h> exists even on freestanding compilers. */
18174 #ifdef __STDC__
18175 # include <limits.h>
18176 #else
18177 # include <assert.h>
18178 #endif
18180 #undef $ac_func
18182 /* Override any GCC internal prototype to avoid an error.
18183 Use char because int might match the return type of a GCC
18184 builtin and then its argument prototype would still apply. */
18185 #ifdef __cplusplus
18186 extern "C"
18187 #endif
18188 char $ac_func ();
18189 /* The GNU C library defines this for functions which it implements
18190 to always fail with ENOSYS. Some functions are actually named
18191 something starting with __ and the normal name is an alias. */
18192 #if defined __stub_$ac_func || defined __stub___$ac_func
18193 choke me
18194 #endif
18197 main ()
18199 return $ac_func ();
18201 return 0;
18203 _ACEOF
18204 rm -f conftest.$ac_objext conftest$ac_exeext
18205 if { (ac_try="$ac_link"
18206 case "(($ac_try" in
18207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18208 *) ac_try_echo=$ac_try;;
18209 esac
18210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18211 (eval "$ac_link") 2>conftest.er1
18212 ac_status=$?
18213 grep -v '^ *+' conftest.er1 >conftest.err
18214 rm -f conftest.er1
18215 cat conftest.err >&5
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } && {
18218 test -z "$ac_c_werror_flag" ||
18219 test ! -s conftest.err
18220 } && test -s conftest$ac_exeext &&
18221 $as_test_x conftest$ac_exeext; then
18222 eval "$as_ac_var=yes"
18223 else
18224 echo "$as_me: failed program was:" >&5
18225 sed 's/^/| /' conftest.$ac_ext >&5
18227 eval "$as_ac_var=no"
18230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18231 conftest$ac_exeext conftest.$ac_ext
18233 ac_res=`eval echo '${'$as_ac_var'}'`
18234 { echo "$as_me:$LINENO: result: $ac_res" >&5
18235 echo "${ECHO_T}$ac_res" >&6; }
18236 if test `eval echo '${'$as_ac_var'}'` = yes; then
18237 cat >>confdefs.h <<_ACEOF
18238 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18239 _ACEOF
18242 done
18245 LDAPLIBS=""
18247 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18248 then
18249 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18250 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18251 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18252 echo $ECHO_N "(cached) $ECHO_C" >&6
18253 else
18254 cat >conftest.$ac_ext <<_ACEOF
18255 /* confdefs.h. */
18256 _ACEOF
18257 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF
18259 /* end confdefs.h. */
18260 #include <ldap.h>
18262 typedef LDAPSortKey ac__type_new_;
18264 main ()
18266 if ((ac__type_new_ *) 0)
18267 return 0;
18268 if (sizeof (ac__type_new_))
18269 return 0;
18271 return 0;
18273 _ACEOF
18274 rm -f conftest.$ac_objext
18275 if { (ac_try="$ac_compile"
18276 case "(($ac_try" in
18277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18278 *) ac_try_echo=$ac_try;;
18279 esac
18280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18281 (eval "$ac_compile") 2>conftest.er1
18282 ac_status=$?
18283 grep -v '^ *+' conftest.er1 >conftest.err
18284 rm -f conftest.er1
18285 cat conftest.err >&5
18286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18287 (exit $ac_status); } && {
18288 test -z "$ac_c_werror_flag" ||
18289 test ! -s conftest.err
18290 } && test -s conftest.$ac_objext; then
18291 ac_cv_type_LDAPSortKey=yes
18292 else
18293 echo "$as_me: failed program was:" >&5
18294 sed 's/^/| /' conftest.$ac_ext >&5
18296 ac_cv_type_LDAPSortKey=no
18299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18301 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18302 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18303 if test $ac_cv_type_LDAPSortKey = yes; then
18304 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18305 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18306 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18307 echo $ECHO_N "(cached) $ECHO_C" >&6
18308 else
18309 ac_check_lib_save_LIBS=$LIBS
18310 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18311 cat >conftest.$ac_ext <<_ACEOF
18312 /* confdefs.h. */
18313 _ACEOF
18314 cat confdefs.h >>conftest.$ac_ext
18315 cat >>conftest.$ac_ext <<_ACEOF
18316 /* end confdefs.h. */
18318 /* Override any GCC internal prototype to avoid an error.
18319 Use char because int might match the return type of a GCC
18320 builtin and then its argument prototype would still apply. */
18321 #ifdef __cplusplus
18322 extern "C"
18323 #endif
18324 char ldap_initialize ();
18326 main ()
18328 return ldap_initialize ();
18330 return 0;
18332 _ACEOF
18333 rm -f conftest.$ac_objext conftest$ac_exeext
18334 if { (ac_try="$ac_link"
18335 case "(($ac_try" in
18336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18337 *) ac_try_echo=$ac_try;;
18338 esac
18339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18340 (eval "$ac_link") 2>conftest.er1
18341 ac_status=$?
18342 grep -v '^ *+' conftest.er1 >conftest.err
18343 rm -f conftest.er1
18344 cat conftest.err >&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); } && {
18347 test -z "$ac_c_werror_flag" ||
18348 test ! -s conftest.err
18349 } && test -s conftest$ac_exeext &&
18350 $as_test_x conftest$ac_exeext; then
18351 ac_cv_lib_ldap_r_ldap_initialize=yes
18352 else
18353 echo "$as_me: failed program was:" >&5
18354 sed 's/^/| /' conftest.$ac_ext >&5
18356 ac_cv_lib_ldap_r_ldap_initialize=no
18359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18360 conftest$ac_exeext conftest.$ac_ext
18361 LIBS=$ac_check_lib_save_LIBS
18363 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18364 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18365 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18366 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18367 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18368 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18369 echo $ECHO_N "(cached) $ECHO_C" >&6
18370 else
18371 ac_check_lib_save_LIBS=$LIBS
18372 LIBS="-llber $LIBPTHREAD $LIBS"
18373 cat >conftest.$ac_ext <<_ACEOF
18374 /* confdefs.h. */
18375 _ACEOF
18376 cat confdefs.h >>conftest.$ac_ext
18377 cat >>conftest.$ac_ext <<_ACEOF
18378 /* end confdefs.h. */
18380 /* Override any GCC internal prototype to avoid an error.
18381 Use char because int might match the return type of a GCC
18382 builtin and then its argument prototype would still apply. */
18383 #ifdef __cplusplus
18384 extern "C"
18385 #endif
18386 char ber_init ();
18388 main ()
18390 return ber_init ();
18392 return 0;
18394 _ACEOF
18395 rm -f conftest.$ac_objext conftest$ac_exeext
18396 if { (ac_try="$ac_link"
18397 case "(($ac_try" in
18398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18399 *) ac_try_echo=$ac_try;;
18400 esac
18401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18402 (eval "$ac_link") 2>conftest.er1
18403 ac_status=$?
18404 grep -v '^ *+' conftest.er1 >conftest.err
18405 rm -f conftest.er1
18406 cat conftest.err >&5
18407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18408 (exit $ac_status); } && {
18409 test -z "$ac_c_werror_flag" ||
18410 test ! -s conftest.err
18411 } && test -s conftest$ac_exeext &&
18412 $as_test_x conftest$ac_exeext; then
18413 ac_cv_lib_lber_ber_init=yes
18414 else
18415 echo "$as_me: failed program was:" >&5
18416 sed 's/^/| /' conftest.$ac_ext >&5
18418 ac_cv_lib_lber_ber_init=no
18421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18422 conftest$ac_exeext conftest.$ac_ext
18423 LIBS=$ac_check_lib_save_LIBS
18425 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18426 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18427 if test $ac_cv_lib_lber_ber_init = yes; then
18429 cat >>confdefs.h <<\_ACEOF
18430 #define HAVE_LDAP 1
18431 _ACEOF
18433 LDAPLIBS="-lldap_r -llber"
18440 ac_wine_check_funcs_save_LIBS="$LIBS"
18441 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18450 for ac_func in \
18451 ldap_count_references \
18452 ldap_first_reference \
18453 ldap_next_reference \
18454 ldap_parse_reference \
18455 ldap_parse_sort_control \
18456 ldap_parse_sortresponse_control \
18457 ldap_parse_vlv_control \
18458 ldap_parse_vlvresponse_control
18460 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18461 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18462 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18463 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18464 echo $ECHO_N "(cached) $ECHO_C" >&6
18465 else
18466 cat >conftest.$ac_ext <<_ACEOF
18467 /* confdefs.h. */
18468 _ACEOF
18469 cat confdefs.h >>conftest.$ac_ext
18470 cat >>conftest.$ac_ext <<_ACEOF
18471 /* end confdefs.h. */
18472 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18473 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18474 #define $ac_func innocuous_$ac_func
18476 /* System header to define __stub macros and hopefully few prototypes,
18477 which can conflict with char $ac_func (); below.
18478 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18479 <limits.h> exists even on freestanding compilers. */
18481 #ifdef __STDC__
18482 # include <limits.h>
18483 #else
18484 # include <assert.h>
18485 #endif
18487 #undef $ac_func
18489 /* Override any GCC internal prototype to avoid an error.
18490 Use char because int might match the return type of a GCC
18491 builtin and then its argument prototype would still apply. */
18492 #ifdef __cplusplus
18493 extern "C"
18494 #endif
18495 char $ac_func ();
18496 /* The GNU C library defines this for functions which it implements
18497 to always fail with ENOSYS. Some functions are actually named
18498 something starting with __ and the normal name is an alias. */
18499 #if defined __stub_$ac_func || defined __stub___$ac_func
18500 choke me
18501 #endif
18504 main ()
18506 return $ac_func ();
18508 return 0;
18510 _ACEOF
18511 rm -f conftest.$ac_objext conftest$ac_exeext
18512 if { (ac_try="$ac_link"
18513 case "(($ac_try" in
18514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18515 *) ac_try_echo=$ac_try;;
18516 esac
18517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18518 (eval "$ac_link") 2>conftest.er1
18519 ac_status=$?
18520 grep -v '^ *+' conftest.er1 >conftest.err
18521 rm -f conftest.er1
18522 cat conftest.err >&5
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); } && {
18525 test -z "$ac_c_werror_flag" ||
18526 test ! -s conftest.err
18527 } && test -s conftest$ac_exeext &&
18528 $as_test_x conftest$ac_exeext; then
18529 eval "$as_ac_var=yes"
18530 else
18531 echo "$as_me: failed program was:" >&5
18532 sed 's/^/| /' conftest.$ac_ext >&5
18534 eval "$as_ac_var=no"
18537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18538 conftest$ac_exeext conftest.$ac_ext
18540 ac_res=`eval echo '${'$as_ac_var'}'`
18541 { echo "$as_me:$LINENO: result: $ac_res" >&5
18542 echo "${ECHO_T}$ac_res" >&6; }
18543 if test `eval echo '${'$as_ac_var'}'` = yes; then
18544 cat >>confdefs.h <<_ACEOF
18545 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18546 _ACEOF
18549 done
18551 LIBS="$ac_wine_check_funcs_save_LIBS"
18553 if test "x$LDAPLIBS" = "x"; then
18554 case "x$with_ldap" in
18555 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18556 xno) ;;
18557 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18558 This is an error since --with-ldap was requested." >&5
18559 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18560 This is an error since --with-ldap was requested." >&2;}
18561 { (exit 1); exit 1; }; } ;;
18562 esac
18566 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18567 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18568 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18569 echo $ECHO_N "(cached) $ECHO_C" >&6
18570 else
18571 cat >conftest.$ac_ext <<_ACEOF
18572 /* confdefs.h. */
18573 _ACEOF
18574 cat confdefs.h >>conftest.$ac_ext
18575 cat >>conftest.$ac_ext <<_ACEOF
18576 /* end confdefs.h. */
18577 #include <sys/stat.h>
18579 main ()
18581 mkdir("foo");
18583 return 0;
18585 _ACEOF
18586 rm -f conftest.$ac_objext
18587 if { (ac_try="$ac_compile"
18588 case "(($ac_try" in
18589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18590 *) ac_try_echo=$ac_try;;
18591 esac
18592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18593 (eval "$ac_compile") 2>conftest.er1
18594 ac_status=$?
18595 grep -v '^ *+' conftest.er1 >conftest.err
18596 rm -f conftest.er1
18597 cat conftest.err >&5
18598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18599 (exit $ac_status); } && {
18600 test -z "$ac_c_werror_flag" ||
18601 test ! -s conftest.err
18602 } && test -s conftest.$ac_objext; then
18603 wine_cv_one_arg_mkdir=yes
18604 else
18605 echo "$as_me: failed program was:" >&5
18606 sed 's/^/| /' conftest.$ac_ext >&5
18608 wine_cv_one_arg_mkdir=no
18611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18613 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18614 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18615 if test "$wine_cv_one_arg_mkdir" = "yes"
18616 then
18618 cat >>confdefs.h <<\_ACEOF
18619 #define HAVE_ONE_ARG_MKDIR 1
18620 _ACEOF
18625 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18626 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18627 if test "${ac_cv_c_const+set}" = set; then
18628 echo $ECHO_N "(cached) $ECHO_C" >&6
18629 else
18630 cat >conftest.$ac_ext <<_ACEOF
18631 /* confdefs.h. */
18632 _ACEOF
18633 cat confdefs.h >>conftest.$ac_ext
18634 cat >>conftest.$ac_ext <<_ACEOF
18635 /* end confdefs.h. */
18638 main ()
18640 /* FIXME: Include the comments suggested by Paul. */
18641 #ifndef __cplusplus
18642 /* Ultrix mips cc rejects this. */
18643 typedef int charset[2];
18644 const charset cs;
18645 /* SunOS 4.1.1 cc rejects this. */
18646 char const *const *pcpcc;
18647 char **ppc;
18648 /* NEC SVR4.0.2 mips cc rejects this. */
18649 struct point {int x, y;};
18650 static struct point const zero = {0,0};
18651 /* AIX XL C 1.02.0.0 rejects this.
18652 It does not let you subtract one const X* pointer from another in
18653 an arm of an if-expression whose if-part is not a constant
18654 expression */
18655 const char *g = "string";
18656 pcpcc = &g + (g ? g-g : 0);
18657 /* HPUX 7.0 cc rejects these. */
18658 ++pcpcc;
18659 ppc = (char**) pcpcc;
18660 pcpcc = (char const *const *) ppc;
18661 { /* SCO 3.2v4 cc rejects this. */
18662 char *t;
18663 char const *s = 0 ? (char *) 0 : (char const *) 0;
18665 *t++ = 0;
18666 if (s) return 0;
18668 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18669 int x[] = {25, 17};
18670 const int *foo = &x[0];
18671 ++foo;
18673 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18674 typedef const int *iptr;
18675 iptr p = 0;
18676 ++p;
18678 { /* AIX XL C 1.02.0.0 rejects this saying
18679 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18680 struct s { int j; const int *ap[3]; };
18681 struct s *b; b->j = 5;
18683 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18684 const int foo = 10;
18685 if (!foo) return 0;
18687 return !cs[0] && !zero.x;
18688 #endif
18691 return 0;
18693 _ACEOF
18694 rm -f conftest.$ac_objext
18695 if { (ac_try="$ac_compile"
18696 case "(($ac_try" in
18697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18698 *) ac_try_echo=$ac_try;;
18699 esac
18700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18701 (eval "$ac_compile") 2>conftest.er1
18702 ac_status=$?
18703 grep -v '^ *+' conftest.er1 >conftest.err
18704 rm -f conftest.er1
18705 cat conftest.err >&5
18706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18707 (exit $ac_status); } && {
18708 test -z "$ac_c_werror_flag" ||
18709 test ! -s conftest.err
18710 } && test -s conftest.$ac_objext; then
18711 ac_cv_c_const=yes
18712 else
18713 echo "$as_me: failed program was:" >&5
18714 sed 's/^/| /' conftest.$ac_ext >&5
18716 ac_cv_c_const=no
18719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18721 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18722 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18723 if test $ac_cv_c_const = no; then
18725 cat >>confdefs.h <<\_ACEOF
18726 #define const
18727 _ACEOF
18731 { echo "$as_me:$LINENO: checking for inline" >&5
18732 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18733 if test "${ac_cv_c_inline+set}" = set; then
18734 echo $ECHO_N "(cached) $ECHO_C" >&6
18735 else
18736 ac_cv_c_inline=no
18737 for ac_kw in inline __inline__ __inline; do
18738 cat >conftest.$ac_ext <<_ACEOF
18739 /* confdefs.h. */
18740 _ACEOF
18741 cat confdefs.h >>conftest.$ac_ext
18742 cat >>conftest.$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18744 #ifndef __cplusplus
18745 typedef int foo_t;
18746 static $ac_kw foo_t static_foo () {return 0; }
18747 $ac_kw foo_t foo () {return 0; }
18748 #endif
18750 _ACEOF
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18755 *) ac_try_echo=$ac_try;;
18756 esac
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758 (eval "$ac_compile") 2>conftest.er1
18759 ac_status=$?
18760 grep -v '^ *+' conftest.er1 >conftest.err
18761 rm -f conftest.er1
18762 cat conftest.err >&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } && {
18765 test -z "$ac_c_werror_flag" ||
18766 test ! -s conftest.err
18767 } && test -s conftest.$ac_objext; then
18768 ac_cv_c_inline=$ac_kw
18769 else
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.$ac_ext >&5
18776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18777 test "$ac_cv_c_inline" != no && break
18778 done
18781 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18782 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18785 case $ac_cv_c_inline in
18786 inline | yes) ;;
18788 case $ac_cv_c_inline in
18789 no) ac_val=;;
18790 *) ac_val=$ac_cv_c_inline;;
18791 esac
18792 cat >>confdefs.h <<_ACEOF
18793 #ifndef __cplusplus
18794 #define inline $ac_val
18795 #endif
18796 _ACEOF
18798 esac
18800 { echo "$as_me:$LINENO: checking for mode_t" >&5
18801 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18802 if test "${ac_cv_type_mode_t+set}" = set; then
18803 echo $ECHO_N "(cached) $ECHO_C" >&6
18804 else
18805 cat >conftest.$ac_ext <<_ACEOF
18806 /* confdefs.h. */
18807 _ACEOF
18808 cat confdefs.h >>conftest.$ac_ext
18809 cat >>conftest.$ac_ext <<_ACEOF
18810 /* end confdefs.h. */
18811 $ac_includes_default
18812 typedef mode_t ac__type_new_;
18814 main ()
18816 if ((ac__type_new_ *) 0)
18817 return 0;
18818 if (sizeof (ac__type_new_))
18819 return 0;
18821 return 0;
18823 _ACEOF
18824 rm -f conftest.$ac_objext
18825 if { (ac_try="$ac_compile"
18826 case "(($ac_try" in
18827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18828 *) ac_try_echo=$ac_try;;
18829 esac
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831 (eval "$ac_compile") 2>conftest.er1
18832 ac_status=$?
18833 grep -v '^ *+' conftest.er1 >conftest.err
18834 rm -f conftest.er1
18835 cat conftest.err >&5
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); } && {
18838 test -z "$ac_c_werror_flag" ||
18839 test ! -s conftest.err
18840 } && test -s conftest.$ac_objext; then
18841 ac_cv_type_mode_t=yes
18842 else
18843 echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18846 ac_cv_type_mode_t=no
18849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18851 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18852 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18853 if test $ac_cv_type_mode_t = yes; then
18855 cat >>confdefs.h <<_ACEOF
18856 #define HAVE_MODE_T 1
18857 _ACEOF
18861 { echo "$as_me:$LINENO: checking for off_t" >&5
18862 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18863 if test "${ac_cv_type_off_t+set}" = set; then
18864 echo $ECHO_N "(cached) $ECHO_C" >&6
18865 else
18866 cat >conftest.$ac_ext <<_ACEOF
18867 /* confdefs.h. */
18868 _ACEOF
18869 cat confdefs.h >>conftest.$ac_ext
18870 cat >>conftest.$ac_ext <<_ACEOF
18871 /* end confdefs.h. */
18872 $ac_includes_default
18873 typedef off_t ac__type_new_;
18875 main ()
18877 if ((ac__type_new_ *) 0)
18878 return 0;
18879 if (sizeof (ac__type_new_))
18880 return 0;
18882 return 0;
18884 _ACEOF
18885 rm -f conftest.$ac_objext
18886 if { (ac_try="$ac_compile"
18887 case "(($ac_try" in
18888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18889 *) ac_try_echo=$ac_try;;
18890 esac
18891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18892 (eval "$ac_compile") 2>conftest.er1
18893 ac_status=$?
18894 grep -v '^ *+' conftest.er1 >conftest.err
18895 rm -f conftest.er1
18896 cat conftest.err >&5
18897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18898 (exit $ac_status); } && {
18899 test -z "$ac_c_werror_flag" ||
18900 test ! -s conftest.err
18901 } && test -s conftest.$ac_objext; then
18902 ac_cv_type_off_t=yes
18903 else
18904 echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18907 ac_cv_type_off_t=no
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18913 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18914 if test $ac_cv_type_off_t = yes; then
18916 cat >>confdefs.h <<_ACEOF
18917 #define HAVE_OFF_T 1
18918 _ACEOF
18922 { echo "$as_me:$LINENO: checking for pid_t" >&5
18923 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18924 if test "${ac_cv_type_pid_t+set}" = set; then
18925 echo $ECHO_N "(cached) $ECHO_C" >&6
18926 else
18927 cat >conftest.$ac_ext <<_ACEOF
18928 /* confdefs.h. */
18929 _ACEOF
18930 cat confdefs.h >>conftest.$ac_ext
18931 cat >>conftest.$ac_ext <<_ACEOF
18932 /* end confdefs.h. */
18933 $ac_includes_default
18934 typedef pid_t ac__type_new_;
18936 main ()
18938 if ((ac__type_new_ *) 0)
18939 return 0;
18940 if (sizeof (ac__type_new_))
18941 return 0;
18943 return 0;
18945 _ACEOF
18946 rm -f conftest.$ac_objext
18947 if { (ac_try="$ac_compile"
18948 case "(($ac_try" in
18949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18950 *) ac_try_echo=$ac_try;;
18951 esac
18952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18953 (eval "$ac_compile") 2>conftest.er1
18954 ac_status=$?
18955 grep -v '^ *+' conftest.er1 >conftest.err
18956 rm -f conftest.er1
18957 cat conftest.err >&5
18958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18959 (exit $ac_status); } && {
18960 test -z "$ac_c_werror_flag" ||
18961 test ! -s conftest.err
18962 } && test -s conftest.$ac_objext; then
18963 ac_cv_type_pid_t=yes
18964 else
18965 echo "$as_me: failed program was:" >&5
18966 sed 's/^/| /' conftest.$ac_ext >&5
18968 ac_cv_type_pid_t=no
18971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18973 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18974 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18975 if test $ac_cv_type_pid_t = yes; then
18977 cat >>confdefs.h <<_ACEOF
18978 #define HAVE_PID_T 1
18979 _ACEOF
18983 { echo "$as_me:$LINENO: checking for size_t" >&5
18984 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18985 if test "${ac_cv_type_size_t+set}" = set; then
18986 echo $ECHO_N "(cached) $ECHO_C" >&6
18987 else
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18994 $ac_includes_default
18995 typedef size_t ac__type_new_;
18997 main ()
18999 if ((ac__type_new_ *) 0)
19000 return 0;
19001 if (sizeof (ac__type_new_))
19002 return 0;
19004 return 0;
19006 _ACEOF
19007 rm -f conftest.$ac_objext
19008 if { (ac_try="$ac_compile"
19009 case "(($ac_try" in
19010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19011 *) ac_try_echo=$ac_try;;
19012 esac
19013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19014 (eval "$ac_compile") 2>conftest.er1
19015 ac_status=$?
19016 grep -v '^ *+' conftest.er1 >conftest.err
19017 rm -f conftest.er1
19018 cat conftest.err >&5
19019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020 (exit $ac_status); } && {
19021 test -z "$ac_c_werror_flag" ||
19022 test ! -s conftest.err
19023 } && test -s conftest.$ac_objext; then
19024 ac_cv_type_size_t=yes
19025 else
19026 echo "$as_me: failed program was:" >&5
19027 sed 's/^/| /' conftest.$ac_ext >&5
19029 ac_cv_type_size_t=no
19032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19034 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19035 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19036 if test $ac_cv_type_size_t = yes; then
19038 cat >>confdefs.h <<_ACEOF
19039 #define HAVE_SIZE_T 1
19040 _ACEOF
19044 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19045 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19046 if test "${ac_cv_type_ssize_t+set}" = set; then
19047 echo $ECHO_N "(cached) $ECHO_C" >&6
19048 else
19049 cat >conftest.$ac_ext <<_ACEOF
19050 /* confdefs.h. */
19051 _ACEOF
19052 cat confdefs.h >>conftest.$ac_ext
19053 cat >>conftest.$ac_ext <<_ACEOF
19054 /* end confdefs.h. */
19055 $ac_includes_default
19056 typedef ssize_t ac__type_new_;
19058 main ()
19060 if ((ac__type_new_ *) 0)
19061 return 0;
19062 if (sizeof (ac__type_new_))
19063 return 0;
19065 return 0;
19067 _ACEOF
19068 rm -f conftest.$ac_objext
19069 if { (ac_try="$ac_compile"
19070 case "(($ac_try" in
19071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19072 *) ac_try_echo=$ac_try;;
19073 esac
19074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19075 (eval "$ac_compile") 2>conftest.er1
19076 ac_status=$?
19077 grep -v '^ *+' conftest.er1 >conftest.err
19078 rm -f conftest.er1
19079 cat conftest.err >&5
19080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19081 (exit $ac_status); } && {
19082 test -z "$ac_c_werror_flag" ||
19083 test ! -s conftest.err
19084 } && test -s conftest.$ac_objext; then
19085 ac_cv_type_ssize_t=yes
19086 else
19087 echo "$as_me: failed program was:" >&5
19088 sed 's/^/| /' conftest.$ac_ext >&5
19090 ac_cv_type_ssize_t=no
19093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19095 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19096 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19097 if test $ac_cv_type_ssize_t = yes; then
19099 cat >>confdefs.h <<_ACEOF
19100 #define HAVE_SSIZE_T 1
19101 _ACEOF
19105 { echo "$as_me:$LINENO: checking for long long" >&5
19106 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19107 if test "${ac_cv_type_long_long+set}" = set; then
19108 echo $ECHO_N "(cached) $ECHO_C" >&6
19109 else
19110 cat >conftest.$ac_ext <<_ACEOF
19111 /* confdefs.h. */
19112 _ACEOF
19113 cat confdefs.h >>conftest.$ac_ext
19114 cat >>conftest.$ac_ext <<_ACEOF
19115 /* end confdefs.h. */
19116 $ac_includes_default
19117 typedef long long ac__type_new_;
19119 main ()
19121 if ((ac__type_new_ *) 0)
19122 return 0;
19123 if (sizeof (ac__type_new_))
19124 return 0;
19126 return 0;
19128 _ACEOF
19129 rm -f conftest.$ac_objext
19130 if { (ac_try="$ac_compile"
19131 case "(($ac_try" in
19132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19133 *) ac_try_echo=$ac_try;;
19134 esac
19135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19136 (eval "$ac_compile") 2>conftest.er1
19137 ac_status=$?
19138 grep -v '^ *+' conftest.er1 >conftest.err
19139 rm -f conftest.er1
19140 cat conftest.err >&5
19141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); } && {
19143 test -z "$ac_c_werror_flag" ||
19144 test ! -s conftest.err
19145 } && test -s conftest.$ac_objext; then
19146 ac_cv_type_long_long=yes
19147 else
19148 echo "$as_me: failed program was:" >&5
19149 sed 's/^/| /' conftest.$ac_ext >&5
19151 ac_cv_type_long_long=no
19154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19156 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19157 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19158 if test $ac_cv_type_long_long = yes; then
19160 cat >>confdefs.h <<_ACEOF
19161 #define HAVE_LONG_LONG 1
19162 _ACEOF
19166 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19167 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19168 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19169 echo $ECHO_N "(cached) $ECHO_C" >&6
19170 else
19171 cat >conftest.$ac_ext <<_ACEOF
19172 /* confdefs.h. */
19173 _ACEOF
19174 cat confdefs.h >>conftest.$ac_ext
19175 cat >>conftest.$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19178 typedef fsblkcnt_t ac__type_new_;
19180 main ()
19182 if ((ac__type_new_ *) 0)
19183 return 0;
19184 if (sizeof (ac__type_new_))
19185 return 0;
19187 return 0;
19189 _ACEOF
19190 rm -f conftest.$ac_objext
19191 if { (ac_try="$ac_compile"
19192 case "(($ac_try" in
19193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19194 *) ac_try_echo=$ac_try;;
19195 esac
19196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19197 (eval "$ac_compile") 2>conftest.er1
19198 ac_status=$?
19199 grep -v '^ *+' conftest.er1 >conftest.err
19200 rm -f conftest.er1
19201 cat conftest.err >&5
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); } && {
19204 test -z "$ac_c_werror_flag" ||
19205 test ! -s conftest.err
19206 } && test -s conftest.$ac_objext; then
19207 ac_cv_type_fsblkcnt_t=yes
19208 else
19209 echo "$as_me: failed program was:" >&5
19210 sed 's/^/| /' conftest.$ac_ext >&5
19212 ac_cv_type_fsblkcnt_t=no
19215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19217 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19218 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19219 if test $ac_cv_type_fsblkcnt_t = yes; then
19221 cat >>confdefs.h <<_ACEOF
19222 #define HAVE_FSBLKCNT_T 1
19223 _ACEOF
19227 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19228 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19229 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19230 echo $ECHO_N "(cached) $ECHO_C" >&6
19231 else
19232 cat >conftest.$ac_ext <<_ACEOF
19233 /* confdefs.h. */
19234 _ACEOF
19235 cat confdefs.h >>conftest.$ac_ext
19236 cat >>conftest.$ac_ext <<_ACEOF
19237 /* end confdefs.h. */
19238 $ac_includes_default
19239 typedef fsfilcnt_t ac__type_new_;
19241 main ()
19243 if ((ac__type_new_ *) 0)
19244 return 0;
19245 if (sizeof (ac__type_new_))
19246 return 0;
19248 return 0;
19250 _ACEOF
19251 rm -f conftest.$ac_objext
19252 if { (ac_try="$ac_compile"
19253 case "(($ac_try" in
19254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19255 *) ac_try_echo=$ac_try;;
19256 esac
19257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19258 (eval "$ac_compile") 2>conftest.er1
19259 ac_status=$?
19260 grep -v '^ *+' conftest.er1 >conftest.err
19261 rm -f conftest.er1
19262 cat conftest.err >&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); } && {
19265 test -z "$ac_c_werror_flag" ||
19266 test ! -s conftest.err
19267 } && test -s conftest.$ac_objext; then
19268 ac_cv_type_fsfilcnt_t=yes
19269 else
19270 echo "$as_me: failed program was:" >&5
19271 sed 's/^/| /' conftest.$ac_ext >&5
19273 ac_cv_type_fsfilcnt_t=no
19276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19278 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19279 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19280 if test $ac_cv_type_fsfilcnt_t = yes; then
19282 cat >>confdefs.h <<_ACEOF
19283 #define HAVE_FSFILCNT_T 1
19284 _ACEOF
19289 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19290 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19291 if test "${ac_cv_type_sigset_t+set}" = set; then
19292 echo $ECHO_N "(cached) $ECHO_C" >&6
19293 else
19294 cat >conftest.$ac_ext <<_ACEOF
19295 /* confdefs.h. */
19296 _ACEOF
19297 cat confdefs.h >>conftest.$ac_ext
19298 cat >>conftest.$ac_ext <<_ACEOF
19299 /* end confdefs.h. */
19300 #include <sys/types.h>
19301 #include <signal.h>
19303 typedef sigset_t ac__type_new_;
19305 main ()
19307 if ((ac__type_new_ *) 0)
19308 return 0;
19309 if (sizeof (ac__type_new_))
19310 return 0;
19312 return 0;
19314 _ACEOF
19315 rm -f conftest.$ac_objext
19316 if { (ac_try="$ac_compile"
19317 case "(($ac_try" in
19318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19320 esac
19321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19322 (eval "$ac_compile") 2>conftest.er1
19323 ac_status=$?
19324 grep -v '^ *+' conftest.er1 >conftest.err
19325 rm -f conftest.er1
19326 cat conftest.err >&5
19327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } && {
19329 test -z "$ac_c_werror_flag" ||
19330 test ! -s conftest.err
19331 } && test -s conftest.$ac_objext; then
19332 ac_cv_type_sigset_t=yes
19333 else
19334 echo "$as_me: failed program was:" >&5
19335 sed 's/^/| /' conftest.$ac_ext >&5
19337 ac_cv_type_sigset_t=no
19340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19342 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19343 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19344 if test $ac_cv_type_sigset_t = yes; then
19346 cat >>confdefs.h <<_ACEOF
19347 #define HAVE_SIGSET_T 1
19348 _ACEOF
19353 { echo "$as_me:$LINENO: checking for request_sense" >&5
19354 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19355 if test "${ac_cv_type_request_sense+set}" = set; then
19356 echo $ECHO_N "(cached) $ECHO_C" >&6
19357 else
19358 cat >conftest.$ac_ext <<_ACEOF
19359 /* confdefs.h. */
19360 _ACEOF
19361 cat confdefs.h >>conftest.$ac_ext
19362 cat >>conftest.$ac_ext <<_ACEOF
19363 /* end confdefs.h. */
19364 #include <linux/cdrom.h>
19366 typedef request_sense ac__type_new_;
19368 main ()
19370 if ((ac__type_new_ *) 0)
19371 return 0;
19372 if (sizeof (ac__type_new_))
19373 return 0;
19375 return 0;
19377 _ACEOF
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19383 esac
19384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19386 ac_status=$?
19387 grep -v '^ *+' conftest.er1 >conftest.err
19388 rm -f conftest.er1
19389 cat conftest.err >&5
19390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.$ac_objext; then
19395 ac_cv_type_request_sense=yes
19396 else
19397 echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19400 ac_cv_type_request_sense=no
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19405 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19406 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19407 if test $ac_cv_type_request_sense = yes; then
19409 cat >>confdefs.h <<_ACEOF
19410 #define HAVE_REQUEST_SENSE 1
19411 _ACEOF
19417 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19418 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19419 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19420 echo $ECHO_N "(cached) $ECHO_C" >&6
19421 else
19422 cat >conftest.$ac_ext <<_ACEOF
19423 /* confdefs.h. */
19424 _ACEOF
19425 cat confdefs.h >>conftest.$ac_ext
19426 cat >>conftest.$ac_ext <<_ACEOF
19427 /* end confdefs.h. */
19428 #include <sys/types.h>
19429 #ifdef HAVE_SYS_SOCKET_H
19430 #include <sys/socket.h>
19431 #endif
19432 #ifdef HAVE_SYS_SOCKETVAR_H
19433 #include <sys/socketvar.h>
19434 #endif
19435 #ifdef HAVE_NET_ROUTE_H
19436 #include <net/route.h>
19437 #endif
19438 #ifdef HAVE_NETINET_IN_H
19439 #include <netinet/in.h>
19440 #endif
19441 #ifdef HAVE_NETINET_IN_SYSTM_H
19442 #include <netinet/in_systm.h>
19443 #endif
19444 #ifdef HAVE_NETINET_IP_H
19445 #include <netinet/ip.h>
19446 #endif
19447 #ifdef HAVE_NETINET_IN_PCB_H
19448 #include <netinet/in_pcb.h>
19449 #endif
19451 typedef struct xinpgen ac__type_new_;
19453 main ()
19455 if ((ac__type_new_ *) 0)
19456 return 0;
19457 if (sizeof (ac__type_new_))
19458 return 0;
19460 return 0;
19462 _ACEOF
19463 rm -f conftest.$ac_objext
19464 if { (ac_try="$ac_compile"
19465 case "(($ac_try" in
19466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19467 *) ac_try_echo=$ac_try;;
19468 esac
19469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19470 (eval "$ac_compile") 2>conftest.er1
19471 ac_status=$?
19472 grep -v '^ *+' conftest.er1 >conftest.err
19473 rm -f conftest.er1
19474 cat conftest.err >&5
19475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); } && {
19477 test -z "$ac_c_werror_flag" ||
19478 test ! -s conftest.err
19479 } && test -s conftest.$ac_objext; then
19480 ac_cv_type_struct_xinpgen=yes
19481 else
19482 echo "$as_me: failed program was:" >&5
19483 sed 's/^/| /' conftest.$ac_ext >&5
19485 ac_cv_type_struct_xinpgen=no
19488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19490 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19491 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19492 if test $ac_cv_type_struct_xinpgen = yes; then
19494 cat >>confdefs.h <<_ACEOF
19495 #define HAVE_STRUCT_XINPGEN 1
19496 _ACEOF
19502 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19503 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19504 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19505 echo $ECHO_N "(cached) $ECHO_C" >&6
19506 else
19507 cat >conftest.$ac_ext <<_ACEOF
19508 /* confdefs.h. */
19509 _ACEOF
19510 cat confdefs.h >>conftest.$ac_ext
19511 cat >>conftest.$ac_ext <<_ACEOF
19512 /* end confdefs.h. */
19513 #ifdef HAVE_LINUX_INPUT_H
19514 #include <linux/input.h>
19515 #endif
19518 main ()
19520 static struct ff_effect ac_aggr;
19521 if (ac_aggr.direction)
19522 return 0;
19524 return 0;
19526 _ACEOF
19527 rm -f conftest.$ac_objext
19528 if { (ac_try="$ac_compile"
19529 case "(($ac_try" in
19530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19531 *) ac_try_echo=$ac_try;;
19532 esac
19533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19534 (eval "$ac_compile") 2>conftest.er1
19535 ac_status=$?
19536 grep -v '^ *+' conftest.er1 >conftest.err
19537 rm -f conftest.er1
19538 cat conftest.err >&5
19539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540 (exit $ac_status); } && {
19541 test -z "$ac_c_werror_flag" ||
19542 test ! -s conftest.err
19543 } && test -s conftest.$ac_objext; then
19544 ac_cv_member_struct_ff_effect_direction=yes
19545 else
19546 echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.$ac_ext >&5
19549 cat >conftest.$ac_ext <<_ACEOF
19550 /* confdefs.h. */
19551 _ACEOF
19552 cat confdefs.h >>conftest.$ac_ext
19553 cat >>conftest.$ac_ext <<_ACEOF
19554 /* end confdefs.h. */
19555 #ifdef HAVE_LINUX_INPUT_H
19556 #include <linux/input.h>
19557 #endif
19560 main ()
19562 static struct ff_effect ac_aggr;
19563 if (sizeof ac_aggr.direction)
19564 return 0;
19566 return 0;
19568 _ACEOF
19569 rm -f conftest.$ac_objext
19570 if { (ac_try="$ac_compile"
19571 case "(($ac_try" in
19572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19573 *) ac_try_echo=$ac_try;;
19574 esac
19575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19576 (eval "$ac_compile") 2>conftest.er1
19577 ac_status=$?
19578 grep -v '^ *+' conftest.er1 >conftest.err
19579 rm -f conftest.er1
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && {
19583 test -z "$ac_c_werror_flag" ||
19584 test ! -s conftest.err
19585 } && test -s conftest.$ac_objext; then
19586 ac_cv_member_struct_ff_effect_direction=yes
19587 else
19588 echo "$as_me: failed program was:" >&5
19589 sed 's/^/| /' conftest.$ac_ext >&5
19591 ac_cv_member_struct_ff_effect_direction=no
19594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19599 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19600 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19601 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19603 cat >>confdefs.h <<_ACEOF
19604 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19605 _ACEOF
19611 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19612 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19613 if test "${wine_cv_have_sigaddset+set}" = set; then
19614 echo $ECHO_N "(cached) $ECHO_C" >&6
19615 else
19616 cat >conftest.$ac_ext <<_ACEOF
19617 /* confdefs.h. */
19618 _ACEOF
19619 cat confdefs.h >>conftest.$ac_ext
19620 cat >>conftest.$ac_ext <<_ACEOF
19621 /* end confdefs.h. */
19622 #include <signal.h>
19624 main ()
19626 sigset_t set; sigaddset(&set,SIGTERM);
19628 return 0;
19630 _ACEOF
19631 rm -f conftest.$ac_objext conftest$ac_exeext
19632 if { (ac_try="$ac_link"
19633 case "(($ac_try" in
19634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19635 *) ac_try_echo=$ac_try;;
19636 esac
19637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19638 (eval "$ac_link") 2>conftest.er1
19639 ac_status=$?
19640 grep -v '^ *+' conftest.er1 >conftest.err
19641 rm -f conftest.er1
19642 cat conftest.err >&5
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); } && {
19645 test -z "$ac_c_werror_flag" ||
19646 test ! -s conftest.err
19647 } && test -s conftest$ac_exeext &&
19648 $as_test_x conftest$ac_exeext; then
19649 wine_cv_have_sigaddset=yes
19650 else
19651 echo "$as_me: failed program was:" >&5
19652 sed 's/^/| /' conftest.$ac_ext >&5
19654 wine_cv_have_sigaddset=no
19657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19658 conftest$ac_exeext conftest.$ac_ext
19660 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19661 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19662 if test "$wine_cv_have_sigaddset" = "yes"
19663 then
19665 cat >>confdefs.h <<\_ACEOF
19666 #define HAVE_SIGADDSET 1
19667 _ACEOF
19672 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19673 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19674 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19675 echo $ECHO_N "(cached) $ECHO_C" >&6
19676 else
19677 cat >conftest.$ac_ext <<_ACEOF
19678 /* confdefs.h. */
19679 _ACEOF
19680 cat confdefs.h >>conftest.$ac_ext
19681 cat >>conftest.$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19683 #include <netdb.h>
19685 main ()
19688 char *name=0;
19689 struct hostent he;
19690 struct hostent *result;
19691 char *buf=0;
19692 int bufsize=0;
19693 int res,errnr;
19694 char *addr=0;
19695 int addrlen=0;
19696 int addrtype=0;
19697 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19698 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19701 return 0;
19703 _ACEOF
19704 rm -f conftest.$ac_objext conftest$ac_exeext
19705 if { (ac_try="$ac_link"
19706 case "(($ac_try" in
19707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19708 *) ac_try_echo=$ac_try;;
19709 esac
19710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19711 (eval "$ac_link") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest$ac_exeext &&
19721 $as_test_x conftest$ac_exeext; then
19722 wine_cv_linux_gethostbyname_r_6=yes
19723 else
19724 echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.$ac_ext >&5
19727 wine_cv_linux_gethostbyname_r_6=no
19731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19732 conftest$ac_exeext conftest.$ac_ext
19735 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19736 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19737 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19738 then
19740 cat >>confdefs.h <<\_ACEOF
19741 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19742 _ACEOF
19746 if test "$ac_cv_header_linux_joystick_h" = "yes"
19747 then
19748 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19749 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19750 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19751 echo $ECHO_N "(cached) $ECHO_C" >&6
19752 else
19753 cat >conftest.$ac_ext <<_ACEOF
19754 /* confdefs.h. */
19755 _ACEOF
19756 cat confdefs.h >>conftest.$ac_ext
19757 cat >>conftest.$ac_ext <<_ACEOF
19758 /* end confdefs.h. */
19760 #include <sys/ioctl.h>
19761 #include <sys/types.h>
19762 #include <linux/joystick.h>
19764 struct js_event blub;
19765 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19766 #error "no 2.2 header"
19767 #endif
19770 main ()
19772 /*empty*/
19774 return 0;
19776 _ACEOF
19777 rm -f conftest.$ac_objext
19778 if { (ac_try="$ac_compile"
19779 case "(($ac_try" in
19780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19781 *) ac_try_echo=$ac_try;;
19782 esac
19783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19784 (eval "$ac_compile") 2>conftest.er1
19785 ac_status=$?
19786 grep -v '^ *+' conftest.er1 >conftest.err
19787 rm -f conftest.er1
19788 cat conftest.err >&5
19789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19790 (exit $ac_status); } && {
19791 test -z "$ac_c_werror_flag" ||
19792 test ! -s conftest.err
19793 } && test -s conftest.$ac_objext; then
19794 wine_cv_linux_joystick_22_api=yes
19795 else
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.$ac_ext >&5
19799 wine_cv_linux_joystick_22_api=no
19802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19806 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19807 if test "$wine_cv_linux_joystick_22_api" = "yes"
19808 then
19810 cat >>confdefs.h <<\_ACEOF
19811 #define HAVE_LINUX_22_JOYSTICK_API 1
19812 _ACEOF
19818 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19819 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19820 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19821 echo $ECHO_N "(cached) $ECHO_C" >&6
19822 else
19823 cat >conftest.$ac_ext <<_ACEOF
19824 /* confdefs.h. */
19825 _ACEOF
19826 cat confdefs.h >>conftest.$ac_ext
19827 cat >>conftest.$ac_ext <<_ACEOF
19828 /* end confdefs.h. */
19829 #include <sys/types.h>
19830 #ifdef HAVE_SYS_PARAM_H
19831 # include <sys/param.h>
19832 #endif
19833 #ifdef HAVE_SYS_MOUNT_H
19834 # include <sys/mount.h>
19835 #endif
19836 #ifdef HAVE_SYS_VFS_H
19837 # include <sys/vfs.h>
19838 #endif
19839 #ifdef HAVE_SYS_STATFS_H
19840 # include <sys/statfs.h>
19841 #endif
19844 main ()
19846 static struct statfs ac_aggr;
19847 if (ac_aggr.f_bfree)
19848 return 0;
19850 return 0;
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857 *) ac_try_echo=$ac_try;;
19858 esac
19859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19860 (eval "$ac_compile") 2>conftest.er1
19861 ac_status=$?
19862 grep -v '^ *+' conftest.er1 >conftest.err
19863 rm -f conftest.er1
19864 cat conftest.err >&5
19865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); } && {
19867 test -z "$ac_c_werror_flag" ||
19868 test ! -s conftest.err
19869 } && test -s conftest.$ac_objext; then
19870 ac_cv_member_struct_statfs_f_bfree=yes
19871 else
19872 echo "$as_me: failed program was:" >&5
19873 sed 's/^/| /' conftest.$ac_ext >&5
19875 cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h. */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 #include <sys/types.h>
19882 #ifdef HAVE_SYS_PARAM_H
19883 # include <sys/param.h>
19884 #endif
19885 #ifdef HAVE_SYS_MOUNT_H
19886 # include <sys/mount.h>
19887 #endif
19888 #ifdef HAVE_SYS_VFS_H
19889 # include <sys/vfs.h>
19890 #endif
19891 #ifdef HAVE_SYS_STATFS_H
19892 # include <sys/statfs.h>
19893 #endif
19896 main ()
19898 static struct statfs ac_aggr;
19899 if (sizeof ac_aggr.f_bfree)
19900 return 0;
19902 return 0;
19904 _ACEOF
19905 rm -f conftest.$ac_objext
19906 if { (ac_try="$ac_compile"
19907 case "(($ac_try" in
19908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19909 *) ac_try_echo=$ac_try;;
19910 esac
19911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19912 (eval "$ac_compile") 2>conftest.er1
19913 ac_status=$?
19914 grep -v '^ *+' conftest.er1 >conftest.err
19915 rm -f conftest.er1
19916 cat conftest.err >&5
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); } && {
19919 test -z "$ac_c_werror_flag" ||
19920 test ! -s conftest.err
19921 } && test -s conftest.$ac_objext; then
19922 ac_cv_member_struct_statfs_f_bfree=yes
19923 else
19924 echo "$as_me: failed program was:" >&5
19925 sed 's/^/| /' conftest.$ac_ext >&5
19927 ac_cv_member_struct_statfs_f_bfree=no
19930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19935 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19936 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19937 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19939 cat >>confdefs.h <<_ACEOF
19940 #define HAVE_STRUCT_STATFS_F_BFREE 1
19941 _ACEOF
19945 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19946 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19947 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19948 echo $ECHO_N "(cached) $ECHO_C" >&6
19949 else
19950 cat >conftest.$ac_ext <<_ACEOF
19951 /* confdefs.h. */
19952 _ACEOF
19953 cat confdefs.h >>conftest.$ac_ext
19954 cat >>conftest.$ac_ext <<_ACEOF
19955 /* end confdefs.h. */
19956 #include <sys/types.h>
19957 #ifdef HAVE_SYS_PARAM_H
19958 # include <sys/param.h>
19959 #endif
19960 #ifdef HAVE_SYS_MOUNT_H
19961 # include <sys/mount.h>
19962 #endif
19963 #ifdef HAVE_SYS_VFS_H
19964 # include <sys/vfs.h>
19965 #endif
19966 #ifdef HAVE_SYS_STATFS_H
19967 # include <sys/statfs.h>
19968 #endif
19971 main ()
19973 static struct statfs ac_aggr;
19974 if (ac_aggr.f_bavail)
19975 return 0;
19977 return 0;
19979 _ACEOF
19980 rm -f conftest.$ac_objext
19981 if { (ac_try="$ac_compile"
19982 case "(($ac_try" in
19983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19984 *) ac_try_echo=$ac_try;;
19985 esac
19986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19987 (eval "$ac_compile") 2>conftest.er1
19988 ac_status=$?
19989 grep -v '^ *+' conftest.er1 >conftest.err
19990 rm -f conftest.er1
19991 cat conftest.err >&5
19992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19993 (exit $ac_status); } && {
19994 test -z "$ac_c_werror_flag" ||
19995 test ! -s conftest.err
19996 } && test -s conftest.$ac_objext; then
19997 ac_cv_member_struct_statfs_f_bavail=yes
19998 else
19999 echo "$as_me: failed program was:" >&5
20000 sed 's/^/| /' conftest.$ac_ext >&5
20002 cat >conftest.$ac_ext <<_ACEOF
20003 /* confdefs.h. */
20004 _ACEOF
20005 cat confdefs.h >>conftest.$ac_ext
20006 cat >>conftest.$ac_ext <<_ACEOF
20007 /* end confdefs.h. */
20008 #include <sys/types.h>
20009 #ifdef HAVE_SYS_PARAM_H
20010 # include <sys/param.h>
20011 #endif
20012 #ifdef HAVE_SYS_MOUNT_H
20013 # include <sys/mount.h>
20014 #endif
20015 #ifdef HAVE_SYS_VFS_H
20016 # include <sys/vfs.h>
20017 #endif
20018 #ifdef HAVE_SYS_STATFS_H
20019 # include <sys/statfs.h>
20020 #endif
20023 main ()
20025 static struct statfs ac_aggr;
20026 if (sizeof ac_aggr.f_bavail)
20027 return 0;
20029 return 0;
20031 _ACEOF
20032 rm -f conftest.$ac_objext
20033 if { (ac_try="$ac_compile"
20034 case "(($ac_try" in
20035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20036 *) ac_try_echo=$ac_try;;
20037 esac
20038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20039 (eval "$ac_compile") 2>conftest.er1
20040 ac_status=$?
20041 grep -v '^ *+' conftest.er1 >conftest.err
20042 rm -f conftest.er1
20043 cat conftest.err >&5
20044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20045 (exit $ac_status); } && {
20046 test -z "$ac_c_werror_flag" ||
20047 test ! -s conftest.err
20048 } && test -s conftest.$ac_objext; then
20049 ac_cv_member_struct_statfs_f_bavail=yes
20050 else
20051 echo "$as_me: failed program was:" >&5
20052 sed 's/^/| /' conftest.$ac_ext >&5
20054 ac_cv_member_struct_statfs_f_bavail=no
20057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20062 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20063 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20064 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20066 cat >>confdefs.h <<_ACEOF
20067 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20068 _ACEOF
20072 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20073 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20074 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20075 echo $ECHO_N "(cached) $ECHO_C" >&6
20076 else
20077 cat >conftest.$ac_ext <<_ACEOF
20078 /* confdefs.h. */
20079 _ACEOF
20080 cat confdefs.h >>conftest.$ac_ext
20081 cat >>conftest.$ac_ext <<_ACEOF
20082 /* end confdefs.h. */
20083 #include <sys/types.h>
20084 #ifdef HAVE_SYS_PARAM_H
20085 # include <sys/param.h>
20086 #endif
20087 #ifdef HAVE_SYS_MOUNT_H
20088 # include <sys/mount.h>
20089 #endif
20090 #ifdef HAVE_SYS_VFS_H
20091 # include <sys/vfs.h>
20092 #endif
20093 #ifdef HAVE_SYS_STATFS_H
20094 # include <sys/statfs.h>
20095 #endif
20098 main ()
20100 static struct statfs ac_aggr;
20101 if (ac_aggr.f_frsize)
20102 return 0;
20104 return 0;
20106 _ACEOF
20107 rm -f conftest.$ac_objext
20108 if { (ac_try="$ac_compile"
20109 case "(($ac_try" in
20110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20111 *) ac_try_echo=$ac_try;;
20112 esac
20113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20114 (eval "$ac_compile") 2>conftest.er1
20115 ac_status=$?
20116 grep -v '^ *+' conftest.er1 >conftest.err
20117 rm -f conftest.er1
20118 cat conftest.err >&5
20119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20120 (exit $ac_status); } && {
20121 test -z "$ac_c_werror_flag" ||
20122 test ! -s conftest.err
20123 } && test -s conftest.$ac_objext; then
20124 ac_cv_member_struct_statfs_f_frsize=yes
20125 else
20126 echo "$as_me: failed program was:" >&5
20127 sed 's/^/| /' conftest.$ac_ext >&5
20129 cat >conftest.$ac_ext <<_ACEOF
20130 /* confdefs.h. */
20131 _ACEOF
20132 cat confdefs.h >>conftest.$ac_ext
20133 cat >>conftest.$ac_ext <<_ACEOF
20134 /* end confdefs.h. */
20135 #include <sys/types.h>
20136 #ifdef HAVE_SYS_PARAM_H
20137 # include <sys/param.h>
20138 #endif
20139 #ifdef HAVE_SYS_MOUNT_H
20140 # include <sys/mount.h>
20141 #endif
20142 #ifdef HAVE_SYS_VFS_H
20143 # include <sys/vfs.h>
20144 #endif
20145 #ifdef HAVE_SYS_STATFS_H
20146 # include <sys/statfs.h>
20147 #endif
20150 main ()
20152 static struct statfs ac_aggr;
20153 if (sizeof ac_aggr.f_frsize)
20154 return 0;
20156 return 0;
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163 *) ac_try_echo=$ac_try;;
20164 esac
20165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20166 (eval "$ac_compile") 2>conftest.er1
20167 ac_status=$?
20168 grep -v '^ *+' conftest.er1 >conftest.err
20169 rm -f conftest.er1
20170 cat conftest.err >&5
20171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172 (exit $ac_status); } && {
20173 test -z "$ac_c_werror_flag" ||
20174 test ! -s conftest.err
20175 } && test -s conftest.$ac_objext; then
20176 ac_cv_member_struct_statfs_f_frsize=yes
20177 else
20178 echo "$as_me: failed program was:" >&5
20179 sed 's/^/| /' conftest.$ac_ext >&5
20181 ac_cv_member_struct_statfs_f_frsize=no
20184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20189 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20190 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20191 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20193 cat >>confdefs.h <<_ACEOF
20194 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20195 _ACEOF
20199 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20200 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20201 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20202 echo $ECHO_N "(cached) $ECHO_C" >&6
20203 else
20204 cat >conftest.$ac_ext <<_ACEOF
20205 /* confdefs.h. */
20206 _ACEOF
20207 cat confdefs.h >>conftest.$ac_ext
20208 cat >>conftest.$ac_ext <<_ACEOF
20209 /* end confdefs.h. */
20210 #include <sys/types.h>
20211 #ifdef HAVE_SYS_PARAM_H
20212 # include <sys/param.h>
20213 #endif
20214 #ifdef HAVE_SYS_MOUNT_H
20215 # include <sys/mount.h>
20216 #endif
20217 #ifdef HAVE_SYS_VFS_H
20218 # include <sys/vfs.h>
20219 #endif
20220 #ifdef HAVE_SYS_STATFS_H
20221 # include <sys/statfs.h>
20222 #endif
20225 main ()
20227 static struct statfs ac_aggr;
20228 if (ac_aggr.f_ffree)
20229 return 0;
20231 return 0;
20233 _ACEOF
20234 rm -f conftest.$ac_objext
20235 if { (ac_try="$ac_compile"
20236 case "(($ac_try" in
20237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20238 *) ac_try_echo=$ac_try;;
20239 esac
20240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20241 (eval "$ac_compile") 2>conftest.er1
20242 ac_status=$?
20243 grep -v '^ *+' conftest.er1 >conftest.err
20244 rm -f conftest.er1
20245 cat conftest.err >&5
20246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); } && {
20248 test -z "$ac_c_werror_flag" ||
20249 test ! -s conftest.err
20250 } && test -s conftest.$ac_objext; then
20251 ac_cv_member_struct_statfs_f_ffree=yes
20252 else
20253 echo "$as_me: failed program was:" >&5
20254 sed 's/^/| /' conftest.$ac_ext >&5
20256 cat >conftest.$ac_ext <<_ACEOF
20257 /* confdefs.h. */
20258 _ACEOF
20259 cat confdefs.h >>conftest.$ac_ext
20260 cat >>conftest.$ac_ext <<_ACEOF
20261 /* end confdefs.h. */
20262 #include <sys/types.h>
20263 #ifdef HAVE_SYS_PARAM_H
20264 # include <sys/param.h>
20265 #endif
20266 #ifdef HAVE_SYS_MOUNT_H
20267 # include <sys/mount.h>
20268 #endif
20269 #ifdef HAVE_SYS_VFS_H
20270 # include <sys/vfs.h>
20271 #endif
20272 #ifdef HAVE_SYS_STATFS_H
20273 # include <sys/statfs.h>
20274 #endif
20277 main ()
20279 static struct statfs ac_aggr;
20280 if (sizeof ac_aggr.f_ffree)
20281 return 0;
20283 return 0;
20285 _ACEOF
20286 rm -f conftest.$ac_objext
20287 if { (ac_try="$ac_compile"
20288 case "(($ac_try" in
20289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20290 *) ac_try_echo=$ac_try;;
20291 esac
20292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20293 (eval "$ac_compile") 2>conftest.er1
20294 ac_status=$?
20295 grep -v '^ *+' conftest.er1 >conftest.err
20296 rm -f conftest.er1
20297 cat conftest.err >&5
20298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20299 (exit $ac_status); } && {
20300 test -z "$ac_c_werror_flag" ||
20301 test ! -s conftest.err
20302 } && test -s conftest.$ac_objext; then
20303 ac_cv_member_struct_statfs_f_ffree=yes
20304 else
20305 echo "$as_me: failed program was:" >&5
20306 sed 's/^/| /' conftest.$ac_ext >&5
20308 ac_cv_member_struct_statfs_f_ffree=no
20311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20316 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20317 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20318 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20320 cat >>confdefs.h <<_ACEOF
20321 #define HAVE_STRUCT_STATFS_F_FFREE 1
20322 _ACEOF
20326 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20327 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20328 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20329 echo $ECHO_N "(cached) $ECHO_C" >&6
20330 else
20331 cat >conftest.$ac_ext <<_ACEOF
20332 /* confdefs.h. */
20333 _ACEOF
20334 cat confdefs.h >>conftest.$ac_ext
20335 cat >>conftest.$ac_ext <<_ACEOF
20336 /* end confdefs.h. */
20337 #include <sys/types.h>
20338 #ifdef HAVE_SYS_PARAM_H
20339 # include <sys/param.h>
20340 #endif
20341 #ifdef HAVE_SYS_MOUNT_H
20342 # include <sys/mount.h>
20343 #endif
20344 #ifdef HAVE_SYS_VFS_H
20345 # include <sys/vfs.h>
20346 #endif
20347 #ifdef HAVE_SYS_STATFS_H
20348 # include <sys/statfs.h>
20349 #endif
20352 main ()
20354 static struct statfs ac_aggr;
20355 if (ac_aggr.f_favail)
20356 return 0;
20358 return 0;
20360 _ACEOF
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20365 *) ac_try_echo=$ac_try;;
20366 esac
20367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20368 (eval "$ac_compile") 2>conftest.er1
20369 ac_status=$?
20370 grep -v '^ *+' conftest.er1 >conftest.err
20371 rm -f conftest.er1
20372 cat conftest.err >&5
20373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20374 (exit $ac_status); } && {
20375 test -z "$ac_c_werror_flag" ||
20376 test ! -s conftest.err
20377 } && test -s conftest.$ac_objext; then
20378 ac_cv_member_struct_statfs_f_favail=yes
20379 else
20380 echo "$as_me: failed program was:" >&5
20381 sed 's/^/| /' conftest.$ac_ext >&5
20383 cat >conftest.$ac_ext <<_ACEOF
20384 /* confdefs.h. */
20385 _ACEOF
20386 cat confdefs.h >>conftest.$ac_ext
20387 cat >>conftest.$ac_ext <<_ACEOF
20388 /* end confdefs.h. */
20389 #include <sys/types.h>
20390 #ifdef HAVE_SYS_PARAM_H
20391 # include <sys/param.h>
20392 #endif
20393 #ifdef HAVE_SYS_MOUNT_H
20394 # include <sys/mount.h>
20395 #endif
20396 #ifdef HAVE_SYS_VFS_H
20397 # include <sys/vfs.h>
20398 #endif
20399 #ifdef HAVE_SYS_STATFS_H
20400 # include <sys/statfs.h>
20401 #endif
20404 main ()
20406 static struct statfs ac_aggr;
20407 if (sizeof ac_aggr.f_favail)
20408 return 0;
20410 return 0;
20412 _ACEOF
20413 rm -f conftest.$ac_objext
20414 if { (ac_try="$ac_compile"
20415 case "(($ac_try" in
20416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20417 *) ac_try_echo=$ac_try;;
20418 esac
20419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20420 (eval "$ac_compile") 2>conftest.er1
20421 ac_status=$?
20422 grep -v '^ *+' conftest.er1 >conftest.err
20423 rm -f conftest.er1
20424 cat conftest.err >&5
20425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20426 (exit $ac_status); } && {
20427 test -z "$ac_c_werror_flag" ||
20428 test ! -s conftest.err
20429 } && test -s conftest.$ac_objext; then
20430 ac_cv_member_struct_statfs_f_favail=yes
20431 else
20432 echo "$as_me: failed program was:" >&5
20433 sed 's/^/| /' conftest.$ac_ext >&5
20435 ac_cv_member_struct_statfs_f_favail=no
20438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20443 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20444 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20445 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20447 cat >>confdefs.h <<_ACEOF
20448 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20449 _ACEOF
20453 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20454 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20455 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20456 echo $ECHO_N "(cached) $ECHO_C" >&6
20457 else
20458 cat >conftest.$ac_ext <<_ACEOF
20459 /* confdefs.h. */
20460 _ACEOF
20461 cat confdefs.h >>conftest.$ac_ext
20462 cat >>conftest.$ac_ext <<_ACEOF
20463 /* end confdefs.h. */
20464 #include <sys/types.h>
20465 #ifdef HAVE_SYS_PARAM_H
20466 # include <sys/param.h>
20467 #endif
20468 #ifdef HAVE_SYS_MOUNT_H
20469 # include <sys/mount.h>
20470 #endif
20471 #ifdef HAVE_SYS_VFS_H
20472 # include <sys/vfs.h>
20473 #endif
20474 #ifdef HAVE_SYS_STATFS_H
20475 # include <sys/statfs.h>
20476 #endif
20479 main ()
20481 static struct statfs ac_aggr;
20482 if (ac_aggr.f_namelen)
20483 return 0;
20485 return 0;
20487 _ACEOF
20488 rm -f conftest.$ac_objext
20489 if { (ac_try="$ac_compile"
20490 case "(($ac_try" in
20491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20492 *) ac_try_echo=$ac_try;;
20493 esac
20494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20495 (eval "$ac_compile") 2>conftest.er1
20496 ac_status=$?
20497 grep -v '^ *+' conftest.er1 >conftest.err
20498 rm -f conftest.er1
20499 cat conftest.err >&5
20500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20501 (exit $ac_status); } && {
20502 test -z "$ac_c_werror_flag" ||
20503 test ! -s conftest.err
20504 } && test -s conftest.$ac_objext; then
20505 ac_cv_member_struct_statfs_f_namelen=yes
20506 else
20507 echo "$as_me: failed program was:" >&5
20508 sed 's/^/| /' conftest.$ac_ext >&5
20510 cat >conftest.$ac_ext <<_ACEOF
20511 /* confdefs.h. */
20512 _ACEOF
20513 cat confdefs.h >>conftest.$ac_ext
20514 cat >>conftest.$ac_ext <<_ACEOF
20515 /* end confdefs.h. */
20516 #include <sys/types.h>
20517 #ifdef HAVE_SYS_PARAM_H
20518 # include <sys/param.h>
20519 #endif
20520 #ifdef HAVE_SYS_MOUNT_H
20521 # include <sys/mount.h>
20522 #endif
20523 #ifdef HAVE_SYS_VFS_H
20524 # include <sys/vfs.h>
20525 #endif
20526 #ifdef HAVE_SYS_STATFS_H
20527 # include <sys/statfs.h>
20528 #endif
20531 main ()
20533 static struct statfs ac_aggr;
20534 if (sizeof ac_aggr.f_namelen)
20535 return 0;
20537 return 0;
20539 _ACEOF
20540 rm -f conftest.$ac_objext
20541 if { (ac_try="$ac_compile"
20542 case "(($ac_try" in
20543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20544 *) ac_try_echo=$ac_try;;
20545 esac
20546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20547 (eval "$ac_compile") 2>conftest.er1
20548 ac_status=$?
20549 grep -v '^ *+' conftest.er1 >conftest.err
20550 rm -f conftest.er1
20551 cat conftest.err >&5
20552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); } && {
20554 test -z "$ac_c_werror_flag" ||
20555 test ! -s conftest.err
20556 } && test -s conftest.$ac_objext; then
20557 ac_cv_member_struct_statfs_f_namelen=yes
20558 else
20559 echo "$as_me: failed program was:" >&5
20560 sed 's/^/| /' conftest.$ac_ext >&5
20562 ac_cv_member_struct_statfs_f_namelen=no
20565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20570 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20571 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20572 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20574 cat >>confdefs.h <<_ACEOF
20575 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20576 _ACEOF
20582 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20583 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20584 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20585 echo $ECHO_N "(cached) $ECHO_C" >&6
20586 else
20587 cat >conftest.$ac_ext <<_ACEOF
20588 /* confdefs.h. */
20589 _ACEOF
20590 cat confdefs.h >>conftest.$ac_ext
20591 cat >>conftest.$ac_ext <<_ACEOF
20592 /* end confdefs.h. */
20593 #ifdef HAVE_SYS_STATVFS_H
20594 #include <sys/statvfs.h>
20595 #endif
20598 main ()
20600 static struct statvfs ac_aggr;
20601 if (ac_aggr.f_blocks)
20602 return 0;
20604 return 0;
20606 _ACEOF
20607 rm -f conftest.$ac_objext
20608 if { (ac_try="$ac_compile"
20609 case "(($ac_try" in
20610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20611 *) ac_try_echo=$ac_try;;
20612 esac
20613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20614 (eval "$ac_compile") 2>conftest.er1
20615 ac_status=$?
20616 grep -v '^ *+' conftest.er1 >conftest.err
20617 rm -f conftest.er1
20618 cat conftest.err >&5
20619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20620 (exit $ac_status); } && {
20621 test -z "$ac_c_werror_flag" ||
20622 test ! -s conftest.err
20623 } && test -s conftest.$ac_objext; then
20624 ac_cv_member_struct_statvfs_f_blocks=yes
20625 else
20626 echo "$as_me: failed program was:" >&5
20627 sed 's/^/| /' conftest.$ac_ext >&5
20629 cat >conftest.$ac_ext <<_ACEOF
20630 /* confdefs.h. */
20631 _ACEOF
20632 cat confdefs.h >>conftest.$ac_ext
20633 cat >>conftest.$ac_ext <<_ACEOF
20634 /* end confdefs.h. */
20635 #ifdef HAVE_SYS_STATVFS_H
20636 #include <sys/statvfs.h>
20637 #endif
20640 main ()
20642 static struct statvfs ac_aggr;
20643 if (sizeof ac_aggr.f_blocks)
20644 return 0;
20646 return 0;
20648 _ACEOF
20649 rm -f conftest.$ac_objext
20650 if { (ac_try="$ac_compile"
20651 case "(($ac_try" in
20652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20653 *) ac_try_echo=$ac_try;;
20654 esac
20655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20656 (eval "$ac_compile") 2>conftest.er1
20657 ac_status=$?
20658 grep -v '^ *+' conftest.er1 >conftest.err
20659 rm -f conftest.er1
20660 cat conftest.err >&5
20661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20662 (exit $ac_status); } && {
20663 test -z "$ac_c_werror_flag" ||
20664 test ! -s conftest.err
20665 } && test -s conftest.$ac_objext; then
20666 ac_cv_member_struct_statvfs_f_blocks=yes
20667 else
20668 echo "$as_me: failed program was:" >&5
20669 sed 's/^/| /' conftest.$ac_ext >&5
20671 ac_cv_member_struct_statvfs_f_blocks=no
20674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20679 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20680 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20681 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20683 cat >>confdefs.h <<_ACEOF
20684 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20685 _ACEOF
20691 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20692 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20693 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20694 echo $ECHO_N "(cached) $ECHO_C" >&6
20695 else
20696 cat >conftest.$ac_ext <<_ACEOF
20697 /* confdefs.h. */
20698 _ACEOF
20699 cat confdefs.h >>conftest.$ac_ext
20700 cat >>conftest.$ac_ext <<_ACEOF
20701 /* end confdefs.h. */
20702 #include <sys/types.h>
20703 #ifdef HAVE_SYS_SOCKET_H
20704 # include <sys/socket.h>
20705 #endif
20706 #ifdef HAVE_SYS_UN_H
20707 # include <sys/un.h>
20708 #endif
20711 main ()
20713 static struct msghdr ac_aggr;
20714 if (ac_aggr.msg_accrights)
20715 return 0;
20717 return 0;
20719 _ACEOF
20720 rm -f conftest.$ac_objext
20721 if { (ac_try="$ac_compile"
20722 case "(($ac_try" in
20723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20724 *) ac_try_echo=$ac_try;;
20725 esac
20726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20727 (eval "$ac_compile") 2>conftest.er1
20728 ac_status=$?
20729 grep -v '^ *+' conftest.er1 >conftest.err
20730 rm -f conftest.er1
20731 cat conftest.err >&5
20732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20733 (exit $ac_status); } && {
20734 test -z "$ac_c_werror_flag" ||
20735 test ! -s conftest.err
20736 } && test -s conftest.$ac_objext; then
20737 ac_cv_member_struct_msghdr_msg_accrights=yes
20738 else
20739 echo "$as_me: failed program was:" >&5
20740 sed 's/^/| /' conftest.$ac_ext >&5
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h. */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20748 #include <sys/types.h>
20749 #ifdef HAVE_SYS_SOCKET_H
20750 # include <sys/socket.h>
20751 #endif
20752 #ifdef HAVE_SYS_UN_H
20753 # include <sys/un.h>
20754 #endif
20757 main ()
20759 static struct msghdr ac_aggr;
20760 if (sizeof ac_aggr.msg_accrights)
20761 return 0;
20763 return 0;
20765 _ACEOF
20766 rm -f conftest.$ac_objext
20767 if { (ac_try="$ac_compile"
20768 case "(($ac_try" in
20769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20770 *) ac_try_echo=$ac_try;;
20771 esac
20772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20773 (eval "$ac_compile") 2>conftest.er1
20774 ac_status=$?
20775 grep -v '^ *+' conftest.er1 >conftest.err
20776 rm -f conftest.er1
20777 cat conftest.err >&5
20778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20779 (exit $ac_status); } && {
20780 test -z "$ac_c_werror_flag" ||
20781 test ! -s conftest.err
20782 } && test -s conftest.$ac_objext; then
20783 ac_cv_member_struct_msghdr_msg_accrights=yes
20784 else
20785 echo "$as_me: failed program was:" >&5
20786 sed 's/^/| /' conftest.$ac_ext >&5
20788 ac_cv_member_struct_msghdr_msg_accrights=no
20791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20796 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20797 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20798 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20800 cat >>confdefs.h <<_ACEOF
20801 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20802 _ACEOF
20806 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20807 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20808 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20809 echo $ECHO_N "(cached) $ECHO_C" >&6
20810 else
20811 cat >conftest.$ac_ext <<_ACEOF
20812 /* confdefs.h. */
20813 _ACEOF
20814 cat confdefs.h >>conftest.$ac_ext
20815 cat >>conftest.$ac_ext <<_ACEOF
20816 /* end confdefs.h. */
20817 #include <sys/types.h>
20818 #ifdef HAVE_SYS_SOCKET_H
20819 # include <sys/socket.h>
20820 #endif
20821 #ifdef HAVE_SYS_UN_H
20822 # include <sys/un.h>
20823 #endif
20826 main ()
20828 static struct sockaddr ac_aggr;
20829 if (ac_aggr.sa_len)
20830 return 0;
20832 return 0;
20834 _ACEOF
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20840 esac
20841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20842 (eval "$ac_compile") 2>conftest.er1
20843 ac_status=$?
20844 grep -v '^ *+' conftest.er1 >conftest.err
20845 rm -f conftest.er1
20846 cat conftest.err >&5
20847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848 (exit $ac_status); } && {
20849 test -z "$ac_c_werror_flag" ||
20850 test ! -s conftest.err
20851 } && test -s conftest.$ac_objext; then
20852 ac_cv_member_struct_sockaddr_sa_len=yes
20853 else
20854 echo "$as_me: failed program was:" >&5
20855 sed 's/^/| /' conftest.$ac_ext >&5
20857 cat >conftest.$ac_ext <<_ACEOF
20858 /* confdefs.h. */
20859 _ACEOF
20860 cat confdefs.h >>conftest.$ac_ext
20861 cat >>conftest.$ac_ext <<_ACEOF
20862 /* end confdefs.h. */
20863 #include <sys/types.h>
20864 #ifdef HAVE_SYS_SOCKET_H
20865 # include <sys/socket.h>
20866 #endif
20867 #ifdef HAVE_SYS_UN_H
20868 # include <sys/un.h>
20869 #endif
20872 main ()
20874 static struct sockaddr ac_aggr;
20875 if (sizeof ac_aggr.sa_len)
20876 return 0;
20878 return 0;
20880 _ACEOF
20881 rm -f conftest.$ac_objext
20882 if { (ac_try="$ac_compile"
20883 case "(($ac_try" in
20884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20885 *) ac_try_echo=$ac_try;;
20886 esac
20887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20888 (eval "$ac_compile") 2>conftest.er1
20889 ac_status=$?
20890 grep -v '^ *+' conftest.er1 >conftest.err
20891 rm -f conftest.er1
20892 cat conftest.err >&5
20893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 (exit $ac_status); } && {
20895 test -z "$ac_c_werror_flag" ||
20896 test ! -s conftest.err
20897 } && test -s conftest.$ac_objext; then
20898 ac_cv_member_struct_sockaddr_sa_len=yes
20899 else
20900 echo "$as_me: failed program was:" >&5
20901 sed 's/^/| /' conftest.$ac_ext >&5
20903 ac_cv_member_struct_sockaddr_sa_len=no
20906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20911 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20912 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20913 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20915 cat >>confdefs.h <<_ACEOF
20916 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20917 _ACEOF
20921 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20922 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20923 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20924 echo $ECHO_N "(cached) $ECHO_C" >&6
20925 else
20926 cat >conftest.$ac_ext <<_ACEOF
20927 /* confdefs.h. */
20928 _ACEOF
20929 cat confdefs.h >>conftest.$ac_ext
20930 cat >>conftest.$ac_ext <<_ACEOF
20931 /* end confdefs.h. */
20932 #include <sys/types.h>
20933 #ifdef HAVE_SYS_SOCKET_H
20934 # include <sys/socket.h>
20935 #endif
20936 #ifdef HAVE_SYS_UN_H
20937 # include <sys/un.h>
20938 #endif
20941 main ()
20943 static struct sockaddr_un ac_aggr;
20944 if (ac_aggr.sun_len)
20945 return 0;
20947 return 0;
20949 _ACEOF
20950 rm -f conftest.$ac_objext
20951 if { (ac_try="$ac_compile"
20952 case "(($ac_try" in
20953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20954 *) ac_try_echo=$ac_try;;
20955 esac
20956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20957 (eval "$ac_compile") 2>conftest.er1
20958 ac_status=$?
20959 grep -v '^ *+' conftest.er1 >conftest.err
20960 rm -f conftest.er1
20961 cat conftest.err >&5
20962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20963 (exit $ac_status); } && {
20964 test -z "$ac_c_werror_flag" ||
20965 test ! -s conftest.err
20966 } && test -s conftest.$ac_objext; then
20967 ac_cv_member_struct_sockaddr_un_sun_len=yes
20968 else
20969 echo "$as_me: failed program was:" >&5
20970 sed 's/^/| /' conftest.$ac_ext >&5
20972 cat >conftest.$ac_ext <<_ACEOF
20973 /* confdefs.h. */
20974 _ACEOF
20975 cat confdefs.h >>conftest.$ac_ext
20976 cat >>conftest.$ac_ext <<_ACEOF
20977 /* end confdefs.h. */
20978 #include <sys/types.h>
20979 #ifdef HAVE_SYS_SOCKET_H
20980 # include <sys/socket.h>
20981 #endif
20982 #ifdef HAVE_SYS_UN_H
20983 # include <sys/un.h>
20984 #endif
20987 main ()
20989 static struct sockaddr_un ac_aggr;
20990 if (sizeof ac_aggr.sun_len)
20991 return 0;
20993 return 0;
20995 _ACEOF
20996 rm -f conftest.$ac_objext
20997 if { (ac_try="$ac_compile"
20998 case "(($ac_try" in
20999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21000 *) ac_try_echo=$ac_try;;
21001 esac
21002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21004 ac_status=$?
21005 grep -v '^ *+' conftest.er1 >conftest.err
21006 rm -f conftest.er1
21007 cat conftest.err >&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_sockaddr_un_sun_len=yes
21014 else
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 ac_cv_member_struct_sockaddr_un_sun_len=no
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21027 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21028 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21030 cat >>confdefs.h <<_ACEOF
21031 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21032 _ACEOF
21038 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21039 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21040 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21041 echo $ECHO_N "(cached) $ECHO_C" >&6
21042 else
21043 cat >conftest.$ac_ext <<_ACEOF
21044 /* confdefs.h. */
21045 _ACEOF
21046 cat confdefs.h >>conftest.$ac_ext
21047 cat >>conftest.$ac_ext <<_ACEOF
21048 /* end confdefs.h. */
21049 #include <sys/types.h>
21050 #ifdef HAVE_SCSI_SG_H
21051 #include <scsi/sg.h>
21052 #endif
21055 main ()
21057 static scsireq_t ac_aggr;
21058 if (ac_aggr.cmd)
21059 return 0;
21061 return 0;
21063 _ACEOF
21064 rm -f conftest.$ac_objext
21065 if { (ac_try="$ac_compile"
21066 case "(($ac_try" in
21067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21068 *) ac_try_echo=$ac_try;;
21069 esac
21070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21072 ac_status=$?
21073 grep -v '^ *+' conftest.er1 >conftest.err
21074 rm -f conftest.er1
21075 cat conftest.err >&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.$ac_objext; then
21081 ac_cv_member_scsireq_t_cmd=yes
21082 else
21083 echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21086 cat >conftest.$ac_ext <<_ACEOF
21087 /* confdefs.h. */
21088 _ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21092 #include <sys/types.h>
21093 #ifdef HAVE_SCSI_SG_H
21094 #include <scsi/sg.h>
21095 #endif
21098 main ()
21100 static scsireq_t ac_aggr;
21101 if (sizeof ac_aggr.cmd)
21102 return 0;
21104 return 0;
21106 _ACEOF
21107 rm -f conftest.$ac_objext
21108 if { (ac_try="$ac_compile"
21109 case "(($ac_try" in
21110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21111 *) ac_try_echo=$ac_try;;
21112 esac
21113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21114 (eval "$ac_compile") 2>conftest.er1
21115 ac_status=$?
21116 grep -v '^ *+' conftest.er1 >conftest.err
21117 rm -f conftest.er1
21118 cat conftest.err >&5
21119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21120 (exit $ac_status); } && {
21121 test -z "$ac_c_werror_flag" ||
21122 test ! -s conftest.err
21123 } && test -s conftest.$ac_objext; then
21124 ac_cv_member_scsireq_t_cmd=yes
21125 else
21126 echo "$as_me: failed program was:" >&5
21127 sed 's/^/| /' conftest.$ac_ext >&5
21129 ac_cv_member_scsireq_t_cmd=no
21132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21137 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21138 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21139 if test $ac_cv_member_scsireq_t_cmd = yes; then
21141 cat >>confdefs.h <<_ACEOF
21142 #define HAVE_SCSIREQ_T_CMD 1
21143 _ACEOF
21147 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21148 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21149 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21150 echo $ECHO_N "(cached) $ECHO_C" >&6
21151 else
21152 cat >conftest.$ac_ext <<_ACEOF
21153 /* confdefs.h. */
21154 _ACEOF
21155 cat confdefs.h >>conftest.$ac_ext
21156 cat >>conftest.$ac_ext <<_ACEOF
21157 /* end confdefs.h. */
21158 #include <sys/types.h>
21159 #ifdef HAVE_SCSI_SG_H
21160 #include <scsi/sg.h>
21161 #endif
21164 main ()
21166 static sg_io_hdr_t ac_aggr;
21167 if (ac_aggr.interface_id)
21168 return 0;
21170 return 0;
21172 _ACEOF
21173 rm -f conftest.$ac_objext
21174 if { (ac_try="$ac_compile"
21175 case "(($ac_try" in
21176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21177 *) ac_try_echo=$ac_try;;
21178 esac
21179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21180 (eval "$ac_compile") 2>conftest.er1
21181 ac_status=$?
21182 grep -v '^ *+' conftest.er1 >conftest.err
21183 rm -f conftest.er1
21184 cat conftest.err >&5
21185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21186 (exit $ac_status); } && {
21187 test -z "$ac_c_werror_flag" ||
21188 test ! -s conftest.err
21189 } && test -s conftest.$ac_objext; then
21190 ac_cv_member_sg_io_hdr_t_interface_id=yes
21191 else
21192 echo "$as_me: failed program was:" >&5
21193 sed 's/^/| /' conftest.$ac_ext >&5
21195 cat >conftest.$ac_ext <<_ACEOF
21196 /* confdefs.h. */
21197 _ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h. */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SCSI_SG_H
21203 #include <scsi/sg.h>
21204 #endif
21207 main ()
21209 static sg_io_hdr_t ac_aggr;
21210 if (sizeof ac_aggr.interface_id)
21211 return 0;
21213 return 0;
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21220 *) ac_try_echo=$ac_try;;
21221 esac
21222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21223 (eval "$ac_compile") 2>conftest.er1
21224 ac_status=$?
21225 grep -v '^ *+' conftest.er1 >conftest.err
21226 rm -f conftest.er1
21227 cat conftest.err >&5
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); } && {
21230 test -z "$ac_c_werror_flag" ||
21231 test ! -s conftest.err
21232 } && test -s conftest.$ac_objext; then
21233 ac_cv_member_sg_io_hdr_t_interface_id=yes
21234 else
21235 echo "$as_me: failed program was:" >&5
21236 sed 's/^/| /' conftest.$ac_ext >&5
21238 ac_cv_member_sg_io_hdr_t_interface_id=no
21241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21247 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21248 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21250 cat >>confdefs.h <<_ACEOF
21251 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21252 _ACEOF
21258 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21259 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21260 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21261 echo $ECHO_N "(cached) $ECHO_C" >&6
21262 else
21263 cat >conftest.$ac_ext <<_ACEOF
21264 /* confdefs.h. */
21265 _ACEOF
21266 cat confdefs.h >>conftest.$ac_ext
21267 cat >>conftest.$ac_ext <<_ACEOF
21268 /* end confdefs.h. */
21269 #include <signal.h>
21272 main ()
21274 static siginfo_t ac_aggr;
21275 if (ac_aggr.si_fd)
21276 return 0;
21278 return 0;
21280 _ACEOF
21281 rm -f conftest.$ac_objext
21282 if { (ac_try="$ac_compile"
21283 case "(($ac_try" in
21284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21285 *) ac_try_echo=$ac_try;;
21286 esac
21287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21288 (eval "$ac_compile") 2>conftest.er1
21289 ac_status=$?
21290 grep -v '^ *+' conftest.er1 >conftest.err
21291 rm -f conftest.er1
21292 cat conftest.err >&5
21293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); } && {
21295 test -z "$ac_c_werror_flag" ||
21296 test ! -s conftest.err
21297 } && test -s conftest.$ac_objext; then
21298 ac_cv_member_siginfo_t_si_fd=yes
21299 else
21300 echo "$as_me: failed program was:" >&5
21301 sed 's/^/| /' conftest.$ac_ext >&5
21303 cat >conftest.$ac_ext <<_ACEOF
21304 /* confdefs.h. */
21305 _ACEOF
21306 cat confdefs.h >>conftest.$ac_ext
21307 cat >>conftest.$ac_ext <<_ACEOF
21308 /* end confdefs.h. */
21309 #include <signal.h>
21312 main ()
21314 static siginfo_t ac_aggr;
21315 if (sizeof ac_aggr.si_fd)
21316 return 0;
21318 return 0;
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325 *) ac_try_echo=$ac_try;;
21326 esac
21327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21328 (eval "$ac_compile") 2>conftest.er1
21329 ac_status=$?
21330 grep -v '^ *+' conftest.er1 >conftest.err
21331 rm -f conftest.er1
21332 cat conftest.err >&5
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } && {
21335 test -z "$ac_c_werror_flag" ||
21336 test ! -s conftest.err
21337 } && test -s conftest.$ac_objext; then
21338 ac_cv_member_siginfo_t_si_fd=yes
21339 else
21340 echo "$as_me: failed program was:" >&5
21341 sed 's/^/| /' conftest.$ac_ext >&5
21343 ac_cv_member_siginfo_t_si_fd=no
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21351 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21352 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21353 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21355 cat >>confdefs.h <<_ACEOF
21356 #define HAVE_SIGINFO_T_SI_FD 1
21357 _ACEOF
21363 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21364 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21365 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21366 echo $ECHO_N "(cached) $ECHO_C" >&6
21367 else
21368 cat >conftest.$ac_ext <<_ACEOF
21369 /* confdefs.h. */
21370 _ACEOF
21371 cat confdefs.h >>conftest.$ac_ext
21372 cat >>conftest.$ac_ext <<_ACEOF
21373 /* end confdefs.h. */
21374 #include <sys/types.h>
21375 #ifdef HAVE_SYS_MTIO_H
21376 #include <sys/mtio.h>
21377 #endif
21380 main ()
21382 static struct mtget ac_aggr;
21383 if (ac_aggr.mt_blksiz)
21384 return 0;
21386 return 0;
21388 _ACEOF
21389 rm -f conftest.$ac_objext
21390 if { (ac_try="$ac_compile"
21391 case "(($ac_try" in
21392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21393 *) ac_try_echo=$ac_try;;
21394 esac
21395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21396 (eval "$ac_compile") 2>conftest.er1
21397 ac_status=$?
21398 grep -v '^ *+' conftest.er1 >conftest.err
21399 rm -f conftest.er1
21400 cat conftest.err >&5
21401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21402 (exit $ac_status); } && {
21403 test -z "$ac_c_werror_flag" ||
21404 test ! -s conftest.err
21405 } && test -s conftest.$ac_objext; then
21406 ac_cv_member_struct_mtget_mt_blksiz=yes
21407 else
21408 echo "$as_me: failed program was:" >&5
21409 sed 's/^/| /' conftest.$ac_ext >&5
21411 cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h. */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #include <sys/types.h>
21418 #ifdef HAVE_SYS_MTIO_H
21419 #include <sys/mtio.h>
21420 #endif
21423 main ()
21425 static struct mtget ac_aggr;
21426 if (sizeof ac_aggr.mt_blksiz)
21427 return 0;
21429 return 0;
21431 _ACEOF
21432 rm -f conftest.$ac_objext
21433 if { (ac_try="$ac_compile"
21434 case "(($ac_try" in
21435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21436 *) ac_try_echo=$ac_try;;
21437 esac
21438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21439 (eval "$ac_compile") 2>conftest.er1
21440 ac_status=$?
21441 grep -v '^ *+' conftest.er1 >conftest.err
21442 rm -f conftest.er1
21443 cat conftest.err >&5
21444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21445 (exit $ac_status); } && {
21446 test -z "$ac_c_werror_flag" ||
21447 test ! -s conftest.err
21448 } && test -s conftest.$ac_objext; then
21449 ac_cv_member_struct_mtget_mt_blksiz=yes
21450 else
21451 echo "$as_me: failed program was:" >&5
21452 sed 's/^/| /' conftest.$ac_ext >&5
21454 ac_cv_member_struct_mtget_mt_blksiz=no
21457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21462 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21463 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21464 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21466 cat >>confdefs.h <<_ACEOF
21467 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21468 _ACEOF
21472 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21473 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21474 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21475 echo $ECHO_N "(cached) $ECHO_C" >&6
21476 else
21477 cat >conftest.$ac_ext <<_ACEOF
21478 /* confdefs.h. */
21479 _ACEOF
21480 cat confdefs.h >>conftest.$ac_ext
21481 cat >>conftest.$ac_ext <<_ACEOF
21482 /* end confdefs.h. */
21483 #include <sys/types.h>
21484 #ifdef HAVE_SYS_MTIO_H
21485 #include <sys/mtio.h>
21486 #endif
21489 main ()
21491 static struct mtget ac_aggr;
21492 if (ac_aggr.mt_gstat)
21493 return 0;
21495 return 0;
21497 _ACEOF
21498 rm -f conftest.$ac_objext
21499 if { (ac_try="$ac_compile"
21500 case "(($ac_try" in
21501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21502 *) ac_try_echo=$ac_try;;
21503 esac
21504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21505 (eval "$ac_compile") 2>conftest.er1
21506 ac_status=$?
21507 grep -v '^ *+' conftest.er1 >conftest.err
21508 rm -f conftest.er1
21509 cat conftest.err >&5
21510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21511 (exit $ac_status); } && {
21512 test -z "$ac_c_werror_flag" ||
21513 test ! -s conftest.err
21514 } && test -s conftest.$ac_objext; then
21515 ac_cv_member_struct_mtget_mt_gstat=yes
21516 else
21517 echo "$as_me: failed program was:" >&5
21518 sed 's/^/| /' conftest.$ac_ext >&5
21520 cat >conftest.$ac_ext <<_ACEOF
21521 /* confdefs.h. */
21522 _ACEOF
21523 cat confdefs.h >>conftest.$ac_ext
21524 cat >>conftest.$ac_ext <<_ACEOF
21525 /* end confdefs.h. */
21526 #include <sys/types.h>
21527 #ifdef HAVE_SYS_MTIO_H
21528 #include <sys/mtio.h>
21529 #endif
21532 main ()
21534 static struct mtget ac_aggr;
21535 if (sizeof ac_aggr.mt_gstat)
21536 return 0;
21538 return 0;
21540 _ACEOF
21541 rm -f conftest.$ac_objext
21542 if { (ac_try="$ac_compile"
21543 case "(($ac_try" in
21544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21545 *) ac_try_echo=$ac_try;;
21546 esac
21547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21548 (eval "$ac_compile") 2>conftest.er1
21549 ac_status=$?
21550 grep -v '^ *+' conftest.er1 >conftest.err
21551 rm -f conftest.er1
21552 cat conftest.err >&5
21553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); } && {
21555 test -z "$ac_c_werror_flag" ||
21556 test ! -s conftest.err
21557 } && test -s conftest.$ac_objext; then
21558 ac_cv_member_struct_mtget_mt_gstat=yes
21559 else
21560 echo "$as_me: failed program was:" >&5
21561 sed 's/^/| /' conftest.$ac_ext >&5
21563 ac_cv_member_struct_mtget_mt_gstat=no
21566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21571 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21572 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21573 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21575 cat >>confdefs.h <<_ACEOF
21576 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21577 _ACEOF
21581 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21582 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21583 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21584 echo $ECHO_N "(cached) $ECHO_C" >&6
21585 else
21586 cat >conftest.$ac_ext <<_ACEOF
21587 /* confdefs.h. */
21588 _ACEOF
21589 cat confdefs.h >>conftest.$ac_ext
21590 cat >>conftest.$ac_ext <<_ACEOF
21591 /* end confdefs.h. */
21592 #include <sys/types.h>
21593 #ifdef HAVE_SYS_MTIO_H
21594 #include <sys/mtio.h>
21595 #endif
21598 main ()
21600 static struct mtget ac_aggr;
21601 if (ac_aggr.mt_blkno)
21602 return 0;
21604 return 0;
21606 _ACEOF
21607 rm -f conftest.$ac_objext
21608 if { (ac_try="$ac_compile"
21609 case "(($ac_try" in
21610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21611 *) ac_try_echo=$ac_try;;
21612 esac
21613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21614 (eval "$ac_compile") 2>conftest.er1
21615 ac_status=$?
21616 grep -v '^ *+' conftest.er1 >conftest.err
21617 rm -f conftest.er1
21618 cat conftest.err >&5
21619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620 (exit $ac_status); } && {
21621 test -z "$ac_c_werror_flag" ||
21622 test ! -s conftest.err
21623 } && test -s conftest.$ac_objext; then
21624 ac_cv_member_struct_mtget_mt_blkno=yes
21625 else
21626 echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21629 cat >conftest.$ac_ext <<_ACEOF
21630 /* confdefs.h. */
21631 _ACEOF
21632 cat confdefs.h >>conftest.$ac_ext
21633 cat >>conftest.$ac_ext <<_ACEOF
21634 /* end confdefs.h. */
21635 #include <sys/types.h>
21636 #ifdef HAVE_SYS_MTIO_H
21637 #include <sys/mtio.h>
21638 #endif
21641 main ()
21643 static struct mtget ac_aggr;
21644 if (sizeof ac_aggr.mt_blkno)
21645 return 0;
21647 return 0;
21649 _ACEOF
21650 rm -f conftest.$ac_objext
21651 if { (ac_try="$ac_compile"
21652 case "(($ac_try" in
21653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21654 *) ac_try_echo=$ac_try;;
21655 esac
21656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21657 (eval "$ac_compile") 2>conftest.er1
21658 ac_status=$?
21659 grep -v '^ *+' conftest.er1 >conftest.err
21660 rm -f conftest.er1
21661 cat conftest.err >&5
21662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21663 (exit $ac_status); } && {
21664 test -z "$ac_c_werror_flag" ||
21665 test ! -s conftest.err
21666 } && test -s conftest.$ac_objext; then
21667 ac_cv_member_struct_mtget_mt_blkno=yes
21668 else
21669 echo "$as_me: failed program was:" >&5
21670 sed 's/^/| /' conftest.$ac_ext >&5
21672 ac_cv_member_struct_mtget_mt_blkno=no
21675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21680 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21681 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21682 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21684 cat >>confdefs.h <<_ACEOF
21685 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21686 _ACEOF
21692 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21693 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21694 if test "${ac_cv_member_struct_option_name+set}" = set; then
21695 echo $ECHO_N "(cached) $ECHO_C" >&6
21696 else
21697 cat >conftest.$ac_ext <<_ACEOF
21698 /* confdefs.h. */
21699 _ACEOF
21700 cat confdefs.h >>conftest.$ac_ext
21701 cat >>conftest.$ac_ext <<_ACEOF
21702 /* end confdefs.h. */
21703 #ifdef HAVE_GETOPT_H
21704 #include <getopt.h>
21705 #endif
21708 main ()
21710 static struct option ac_aggr;
21711 if (ac_aggr.name)
21712 return 0;
21714 return 0;
21716 _ACEOF
21717 rm -f conftest.$ac_objext
21718 if { (ac_try="$ac_compile"
21719 case "(($ac_try" in
21720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21721 *) ac_try_echo=$ac_try;;
21722 esac
21723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21724 (eval "$ac_compile") 2>conftest.er1
21725 ac_status=$?
21726 grep -v '^ *+' conftest.er1 >conftest.err
21727 rm -f conftest.er1
21728 cat conftest.err >&5
21729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730 (exit $ac_status); } && {
21731 test -z "$ac_c_werror_flag" ||
21732 test ! -s conftest.err
21733 } && test -s conftest.$ac_objext; then
21734 ac_cv_member_struct_option_name=yes
21735 else
21736 echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21739 cat >conftest.$ac_ext <<_ACEOF
21740 /* confdefs.h. */
21741 _ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 #ifdef HAVE_GETOPT_H
21746 #include <getopt.h>
21747 #endif
21750 main ()
21752 static struct option ac_aggr;
21753 if (sizeof ac_aggr.name)
21754 return 0;
21756 return 0;
21758 _ACEOF
21759 rm -f conftest.$ac_objext
21760 if { (ac_try="$ac_compile"
21761 case "(($ac_try" in
21762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21763 *) ac_try_echo=$ac_try;;
21764 esac
21765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21766 (eval "$ac_compile") 2>conftest.er1
21767 ac_status=$?
21768 grep -v '^ *+' conftest.er1 >conftest.err
21769 rm -f conftest.er1
21770 cat conftest.err >&5
21771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21772 (exit $ac_status); } && {
21773 test -z "$ac_c_werror_flag" ||
21774 test ! -s conftest.err
21775 } && test -s conftest.$ac_objext; then
21776 ac_cv_member_struct_option_name=yes
21777 else
21778 echo "$as_me: failed program was:" >&5
21779 sed 's/^/| /' conftest.$ac_ext >&5
21781 ac_cv_member_struct_option_name=no
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21789 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21790 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21791 if test $ac_cv_member_struct_option_name = yes; then
21793 cat >>confdefs.h <<_ACEOF
21794 #define HAVE_STRUCT_OPTION_NAME 1
21795 _ACEOF
21801 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21802 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21803 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21804 echo $ECHO_N "(cached) $ECHO_C" >&6
21805 else
21806 cat >conftest.$ac_ext <<_ACEOF
21807 /* confdefs.h. */
21808 _ACEOF
21809 cat confdefs.h >>conftest.$ac_ext
21810 cat >>conftest.$ac_ext <<_ACEOF
21811 /* end confdefs.h. */
21812 $ac_includes_default
21814 main ()
21816 static struct stat ac_aggr;
21817 if (ac_aggr.st_blocks)
21818 return 0;
21820 return 0;
21822 _ACEOF
21823 rm -f conftest.$ac_objext
21824 if { (ac_try="$ac_compile"
21825 case "(($ac_try" in
21826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21828 esac
21829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21830 (eval "$ac_compile") 2>conftest.er1
21831 ac_status=$?
21832 grep -v '^ *+' conftest.er1 >conftest.err
21833 rm -f conftest.er1
21834 cat conftest.err >&5
21835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21836 (exit $ac_status); } && {
21837 test -z "$ac_c_werror_flag" ||
21838 test ! -s conftest.err
21839 } && test -s conftest.$ac_objext; then
21840 ac_cv_member_struct_stat_st_blocks=yes
21841 else
21842 echo "$as_me: failed program was:" >&5
21843 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.st_blocks)
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_blocks=yes
21880 else
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21884 ac_cv_member_struct_stat_st_blocks=no
21887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21892 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21893 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21894 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21896 cat >>confdefs.h <<_ACEOF
21897 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21898 _ACEOF
21902 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21903 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21904 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21905 echo $ECHO_N "(cached) $ECHO_C" >&6
21906 else
21907 cat >conftest.$ac_ext <<_ACEOF
21908 /* confdefs.h. */
21909 _ACEOF
21910 cat confdefs.h >>conftest.$ac_ext
21911 cat >>conftest.$ac_ext <<_ACEOF
21912 /* end confdefs.h. */
21913 $ac_includes_default
21915 main ()
21917 static struct stat ac_aggr;
21918 if (ac_aggr.st_mtim)
21919 return 0;
21921 return 0;
21923 _ACEOF
21924 rm -f conftest.$ac_objext
21925 if { (ac_try="$ac_compile"
21926 case "(($ac_try" in
21927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21928 *) ac_try_echo=$ac_try;;
21929 esac
21930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21931 (eval "$ac_compile") 2>conftest.er1
21932 ac_status=$?
21933 grep -v '^ *+' conftest.er1 >conftest.err
21934 rm -f conftest.er1
21935 cat conftest.err >&5
21936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937 (exit $ac_status); } && {
21938 test -z "$ac_c_werror_flag" ||
21939 test ! -s conftest.err
21940 } && test -s conftest.$ac_objext; then
21941 ac_cv_member_struct_stat_st_mtim=yes
21942 else
21943 echo "$as_me: failed program was:" >&5
21944 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.st_mtim)
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_mtim=yes
21981 else
21982 echo "$as_me: failed program was:" >&5
21983 sed 's/^/| /' conftest.$ac_ext >&5
21985 ac_cv_member_struct_stat_st_mtim=no
21988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21993 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21994 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21995 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21997 cat >>confdefs.h <<_ACEOF
21998 #define HAVE_STRUCT_STAT_ST_MTIM 1
21999 _ACEOF
22003 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22004 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22005 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22006 echo $ECHO_N "(cached) $ECHO_C" >&6
22007 else
22008 cat >conftest.$ac_ext <<_ACEOF
22009 /* confdefs.h. */
22010 _ACEOF
22011 cat confdefs.h >>conftest.$ac_ext
22012 cat >>conftest.$ac_ext <<_ACEOF
22013 /* end confdefs.h. */
22014 $ac_includes_default
22016 main ()
22018 static struct stat ac_aggr;
22019 if (ac_aggr.st_ctim)
22020 return 0;
22022 return 0;
22024 _ACEOF
22025 rm -f conftest.$ac_objext
22026 if { (ac_try="$ac_compile"
22027 case "(($ac_try" in
22028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22029 *) ac_try_echo=$ac_try;;
22030 esac
22031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22032 (eval "$ac_compile") 2>conftest.er1
22033 ac_status=$?
22034 grep -v '^ *+' conftest.er1 >conftest.err
22035 rm -f conftest.er1
22036 cat conftest.err >&5
22037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22038 (exit $ac_status); } && {
22039 test -z "$ac_c_werror_flag" ||
22040 test ! -s conftest.err
22041 } && test -s conftest.$ac_objext; then
22042 ac_cv_member_struct_stat_st_ctim=yes
22043 else
22044 echo "$as_me: failed program was:" >&5
22045 sed 's/^/| /' conftest.$ac_ext >&5
22047 cat >conftest.$ac_ext <<_ACEOF
22048 /* confdefs.h. */
22049 _ACEOF
22050 cat confdefs.h >>conftest.$ac_ext
22051 cat >>conftest.$ac_ext <<_ACEOF
22052 /* end confdefs.h. */
22053 $ac_includes_default
22055 main ()
22057 static struct stat ac_aggr;
22058 if (sizeof ac_aggr.st_ctim)
22059 return 0;
22061 return 0;
22063 _ACEOF
22064 rm -f conftest.$ac_objext
22065 if { (ac_try="$ac_compile"
22066 case "(($ac_try" in
22067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22068 *) ac_try_echo=$ac_try;;
22069 esac
22070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22071 (eval "$ac_compile") 2>conftest.er1
22072 ac_status=$?
22073 grep -v '^ *+' conftest.er1 >conftest.err
22074 rm -f conftest.er1
22075 cat conftest.err >&5
22076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22077 (exit $ac_status); } && {
22078 test -z "$ac_c_werror_flag" ||
22079 test ! -s conftest.err
22080 } && test -s conftest.$ac_objext; then
22081 ac_cv_member_struct_stat_st_ctim=yes
22082 else
22083 echo "$as_me: failed program was:" >&5
22084 sed 's/^/| /' conftest.$ac_ext >&5
22086 ac_cv_member_struct_stat_st_ctim=no
22089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22094 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22095 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22096 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22098 cat >>confdefs.h <<_ACEOF
22099 #define HAVE_STRUCT_STAT_ST_CTIM 1
22100 _ACEOF
22104 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22105 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22106 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22107 echo $ECHO_N "(cached) $ECHO_C" >&6
22108 else
22109 cat >conftest.$ac_ext <<_ACEOF
22110 /* confdefs.h. */
22111 _ACEOF
22112 cat confdefs.h >>conftest.$ac_ext
22113 cat >>conftest.$ac_ext <<_ACEOF
22114 /* end confdefs.h. */
22115 $ac_includes_default
22117 main ()
22119 static struct stat ac_aggr;
22120 if (ac_aggr.st_atim)
22121 return 0;
22123 return 0;
22125 _ACEOF
22126 rm -f conftest.$ac_objext
22127 if { (ac_try="$ac_compile"
22128 case "(($ac_try" in
22129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22130 *) ac_try_echo=$ac_try;;
22131 esac
22132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22133 (eval "$ac_compile") 2>conftest.er1
22134 ac_status=$?
22135 grep -v '^ *+' conftest.er1 >conftest.err
22136 rm -f conftest.er1
22137 cat conftest.err >&5
22138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); } && {
22140 test -z "$ac_c_werror_flag" ||
22141 test ! -s conftest.err
22142 } && test -s conftest.$ac_objext; then
22143 ac_cv_member_struct_stat_st_atim=yes
22144 else
22145 echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22148 cat >conftest.$ac_ext <<_ACEOF
22149 /* confdefs.h. */
22150 _ACEOF
22151 cat confdefs.h >>conftest.$ac_ext
22152 cat >>conftest.$ac_ext <<_ACEOF
22153 /* end confdefs.h. */
22154 $ac_includes_default
22156 main ()
22158 static struct stat ac_aggr;
22159 if (sizeof ac_aggr.st_atim)
22160 return 0;
22162 return 0;
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169 *) ac_try_echo=$ac_try;;
22170 esac
22171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22172 (eval "$ac_compile") 2>conftest.er1
22173 ac_status=$?
22174 grep -v '^ *+' conftest.er1 >conftest.err
22175 rm -f conftest.er1
22176 cat conftest.err >&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } && {
22179 test -z "$ac_c_werror_flag" ||
22180 test ! -s conftest.err
22181 } && test -s conftest.$ac_objext; then
22182 ac_cv_member_struct_stat_st_atim=yes
22183 else
22184 echo "$as_me: failed program was:" >&5
22185 sed 's/^/| /' conftest.$ac_ext >&5
22187 ac_cv_member_struct_stat_st_atim=no
22190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22195 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22196 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22197 if test $ac_cv_member_struct_stat_st_atim = yes; then
22199 cat >>confdefs.h <<_ACEOF
22200 #define HAVE_STRUCT_STAT_ST_ATIM 1
22201 _ACEOF
22207 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22208 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22209 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22210 echo $ECHO_N "(cached) $ECHO_C" >&6
22211 else
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
22226 main ()
22228 static struct sockaddr_in6 ac_aggr;
22229 if (ac_aggr.sin6_scope_id)
22230 return 0;
22232 return 0;
22234 _ACEOF
22235 rm -f conftest.$ac_objext
22236 if { (ac_try="$ac_compile"
22237 case "(($ac_try" in
22238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22239 *) ac_try_echo=$ac_try;;
22240 esac
22241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22242 (eval "$ac_compile") 2>conftest.er1
22243 ac_status=$?
22244 grep -v '^ *+' conftest.er1 >conftest.err
22245 rm -f conftest.er1
22246 cat conftest.err >&5
22247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22248 (exit $ac_status); } && {
22249 test -z "$ac_c_werror_flag" ||
22250 test ! -s conftest.err
22251 } && test -s conftest.$ac_objext; then
22252 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22253 else
22254 echo "$as_me: failed program was:" >&5
22255 sed 's/^/| /' conftest.$ac_ext >&5
22257 cat >conftest.$ac_ext <<_ACEOF
22258 /* confdefs.h. */
22259 _ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h. */
22263 #ifdef HAVE_SYS_TYPES_H
22264 #include <sys/types.h>
22265 #endif
22266 #ifdef HAVE_NETINET_IN_H
22267 #include <netinet/in.h>
22268 #endif
22271 main ()
22273 static struct sockaddr_in6 ac_aggr;
22274 if (sizeof ac_aggr.sin6_scope_id)
22275 return 0;
22277 return 0;
22279 _ACEOF
22280 rm -f conftest.$ac_objext
22281 if { (ac_try="$ac_compile"
22282 case "(($ac_try" in
22283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22284 *) ac_try_echo=$ac_try;;
22285 esac
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22287 (eval "$ac_compile") 2>conftest.er1
22288 ac_status=$?
22289 grep -v '^ *+' conftest.er1 >conftest.err
22290 rm -f conftest.er1
22291 cat conftest.err >&5
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err
22296 } && test -s conftest.$ac_objext; then
22297 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22298 else
22299 echo "$as_me: failed program was:" >&5
22300 sed 's/^/| /' conftest.$ac_ext >&5
22302 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22310 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22311 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22312 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22314 cat >>confdefs.h <<_ACEOF
22315 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22316 _ACEOF
22322 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22323 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22324 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22325 echo $ECHO_N "(cached) $ECHO_C" >&6
22326 else
22327 cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h. */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22333 #ifdef HAVE_SYS_TYPES_H
22334 #include <sys/types.h>
22335 #endif
22336 #ifdef HAVE_NETINET_IN_H
22337 # include <netinet/in.h>
22338 #endif
22339 #ifdef HAVE_ARPA_NAMESER_H
22340 # include <arpa/nameser.h>
22341 #endif
22344 main ()
22346 static ns_msg ac_aggr;
22347 if (ac_aggr._msg_ptr)
22348 return 0;
22350 return 0;
22352 _ACEOF
22353 rm -f conftest.$ac_objext
22354 if { (ac_try="$ac_compile"
22355 case "(($ac_try" in
22356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22357 *) ac_try_echo=$ac_try;;
22358 esac
22359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22360 (eval "$ac_compile") 2>conftest.er1
22361 ac_status=$?
22362 grep -v '^ *+' conftest.er1 >conftest.err
22363 rm -f conftest.er1
22364 cat conftest.err >&5
22365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22366 (exit $ac_status); } && {
22367 test -z "$ac_c_werror_flag" ||
22368 test ! -s conftest.err
22369 } && test -s conftest.$ac_objext; then
22370 ac_cv_member_ns_msg__msg_ptr=yes
22371 else
22372 echo "$as_me: failed program was:" >&5
22373 sed 's/^/| /' conftest.$ac_ext >&5
22375 cat >conftest.$ac_ext <<_ACEOF
22376 /* confdefs.h. */
22377 _ACEOF
22378 cat confdefs.h >>conftest.$ac_ext
22379 cat >>conftest.$ac_ext <<_ACEOF
22380 /* end confdefs.h. */
22381 #ifdef HAVE_SYS_TYPES_H
22382 #include <sys/types.h>
22383 #endif
22384 #ifdef HAVE_NETINET_IN_H
22385 # include <netinet/in.h>
22386 #endif
22387 #ifdef HAVE_ARPA_NAMESER_H
22388 # include <arpa/nameser.h>
22389 #endif
22392 main ()
22394 static ns_msg ac_aggr;
22395 if (sizeof ac_aggr._msg_ptr)
22396 return 0;
22398 return 0;
22400 _ACEOF
22401 rm -f conftest.$ac_objext
22402 if { (ac_try="$ac_compile"
22403 case "(($ac_try" in
22404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22405 *) ac_try_echo=$ac_try;;
22406 esac
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22409 ac_status=$?
22410 grep -v '^ *+' conftest.er1 >conftest.err
22411 rm -f conftest.er1
22412 cat conftest.err >&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && {
22415 test -z "$ac_c_werror_flag" ||
22416 test ! -s conftest.err
22417 } && test -s conftest.$ac_objext; then
22418 ac_cv_member_ns_msg__msg_ptr=yes
22419 else
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.$ac_ext >&5
22423 ac_cv_member_ns_msg__msg_ptr=no
22426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22431 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22432 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22433 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22435 cat >>confdefs.h <<_ACEOF
22436 #define HAVE_NS_MSG__MSG_PTR 1
22437 _ACEOF
22443 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22444 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22445 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22446 echo $ECHO_N "(cached) $ECHO_C" >&6
22447 else
22448 cat >conftest.$ac_ext <<_ACEOF
22449 /* confdefs.h. */
22450 _ACEOF
22451 cat confdefs.h >>conftest.$ac_ext
22452 cat >>conftest.$ac_ext <<_ACEOF
22453 /* end confdefs.h. */
22454 #ifdef HAVE_SYS_TYPES_H
22455 #include <sys/types.h>
22456 #endif
22457 #ifdef HAVE_ALIAS_H
22458 #include <alias.h>
22459 #endif
22460 #ifdef HAVE_SYS_SOCKET_H
22461 #include <sys/socket.h>
22462 #endif
22463 #ifdef HAVE_SYS_SOCKETVAR_H
22464 #include <sys/socketvar.h>
22465 #endif
22466 #ifdef HAVE_SYS_TIMEOUT_H
22467 #include <sys/timeout.h>
22468 #endif
22469 #ifdef HAVE_NETINET_IN_H
22470 #include <netinet/in.h>
22471 #endif
22472 #ifdef HAVE_NETINET_IN_SYSTM_H
22473 #include <netinet/in_systm.h>
22474 #endif
22475 #ifdef HAVE_NETINET_IP_H
22476 #include <netinet/ip.h>
22477 #endif
22478 #ifdef HAVE_NETINET_IP_VAR_H
22479 #include <netinet/ip_var.h>
22480 #endif
22481 #ifdef HAVE_NETINET_IP_ICMP_H
22482 #include <netinet/ip_icmp.h>
22483 #endif
22484 #ifdef HAVE_NETINET_ICMP_VAR
22485 #include <netinet/icmp_var.h>
22486 #endif
22489 main ()
22491 static struct icmpstat ac_aggr;
22492 if (ac_aggr.icps_outhist)
22493 return 0;
22495 return 0;
22497 _ACEOF
22498 rm -f conftest.$ac_objext
22499 if { (ac_try="$ac_compile"
22500 case "(($ac_try" in
22501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22502 *) ac_try_echo=$ac_try;;
22503 esac
22504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22505 (eval "$ac_compile") 2>conftest.er1
22506 ac_status=$?
22507 grep -v '^ *+' conftest.er1 >conftest.err
22508 rm -f conftest.er1
22509 cat conftest.err >&5
22510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22511 (exit $ac_status); } && {
22512 test -z "$ac_c_werror_flag" ||
22513 test ! -s conftest.err
22514 } && test -s conftest.$ac_objext; then
22515 ac_cv_member_struct_icmpstat_icps_outhist=yes
22516 else
22517 echo "$as_me: failed program was:" >&5
22518 sed 's/^/| /' conftest.$ac_ext >&5
22520 cat >conftest.$ac_ext <<_ACEOF
22521 /* confdefs.h. */
22522 _ACEOF
22523 cat confdefs.h >>conftest.$ac_ext
22524 cat >>conftest.$ac_ext <<_ACEOF
22525 /* end confdefs.h. */
22526 #ifdef HAVE_SYS_TYPES_H
22527 #include <sys/types.h>
22528 #endif
22529 #ifdef HAVE_ALIAS_H
22530 #include <alias.h>
22531 #endif
22532 #ifdef HAVE_SYS_SOCKET_H
22533 #include <sys/socket.h>
22534 #endif
22535 #ifdef HAVE_SYS_SOCKETVAR_H
22536 #include <sys/socketvar.h>
22537 #endif
22538 #ifdef HAVE_SYS_TIMEOUT_H
22539 #include <sys/timeout.h>
22540 #endif
22541 #ifdef HAVE_NETINET_IN_H
22542 #include <netinet/in.h>
22543 #endif
22544 #ifdef HAVE_NETINET_IN_SYSTM_H
22545 #include <netinet/in_systm.h>
22546 #endif
22547 #ifdef HAVE_NETINET_IP_H
22548 #include <netinet/ip.h>
22549 #endif
22550 #ifdef HAVE_NETINET_IP_VAR_H
22551 #include <netinet/ip_var.h>
22552 #endif
22553 #ifdef HAVE_NETINET_IP_ICMP_H
22554 #include <netinet/ip_icmp.h>
22555 #endif
22556 #ifdef HAVE_NETINET_ICMP_VAR
22557 #include <netinet/icmp_var.h>
22558 #endif
22561 main ()
22563 static struct icmpstat ac_aggr;
22564 if (sizeof ac_aggr.icps_outhist)
22565 return 0;
22567 return 0;
22569 _ACEOF
22570 rm -f conftest.$ac_objext
22571 if { (ac_try="$ac_compile"
22572 case "(($ac_try" in
22573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22574 *) ac_try_echo=$ac_try;;
22575 esac
22576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22577 (eval "$ac_compile") 2>conftest.er1
22578 ac_status=$?
22579 grep -v '^ *+' conftest.er1 >conftest.err
22580 rm -f conftest.er1
22581 cat conftest.err >&5
22582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583 (exit $ac_status); } && {
22584 test -z "$ac_c_werror_flag" ||
22585 test ! -s conftest.err
22586 } && test -s conftest.$ac_objext; then
22587 ac_cv_member_struct_icmpstat_icps_outhist=yes
22588 else
22589 echo "$as_me: failed program was:" >&5
22590 sed 's/^/| /' conftest.$ac_ext >&5
22592 ac_cv_member_struct_icmpstat_icps_outhist=no
22595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22600 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22601 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22602 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22604 cat >>confdefs.h <<_ACEOF
22605 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22606 _ACEOF
22612 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22613 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22614 if test "${ac_cv_have_timezone+set}" = set; then
22615 echo $ECHO_N "(cached) $ECHO_C" >&6
22616 else
22617 cat >conftest.$ac_ext <<_ACEOF
22618 /* confdefs.h. */
22619 _ACEOF
22620 cat confdefs.h >>conftest.$ac_ext
22621 cat >>conftest.$ac_ext <<_ACEOF
22622 /* end confdefs.h. */
22623 #include <time.h>
22625 main ()
22627 timezone = 1
22629 return 0;
22631 _ACEOF
22632 rm -f conftest.$ac_objext conftest$ac_exeext
22633 if { (ac_try="$ac_link"
22634 case "(($ac_try" in
22635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22637 esac
22638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22639 (eval "$ac_link") 2>conftest.er1
22640 ac_status=$?
22641 grep -v '^ *+' conftest.er1 >conftest.err
22642 rm -f conftest.er1
22643 cat conftest.err >&5
22644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645 (exit $ac_status); } && {
22646 test -z "$ac_c_werror_flag" ||
22647 test ! -s conftest.err
22648 } && test -s conftest$ac_exeext &&
22649 $as_test_x conftest$ac_exeext; then
22650 ac_cv_have_timezone="yes"
22651 else
22652 echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22655 ac_cv_have_timezone="no"
22658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22659 conftest$ac_exeext conftest.$ac_ext
22661 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22662 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22663 if test "$ac_cv_have_timezone" = "yes"
22664 then
22666 cat >>confdefs.h <<\_ACEOF
22667 #define HAVE_TIMEZONE 1
22668 _ACEOF
22671 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22672 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22673 if test "${ac_cv_have_daylight+set}" = set; then
22674 echo $ECHO_N "(cached) $ECHO_C" >&6
22675 else
22676 cat >conftest.$ac_ext <<_ACEOF
22677 /* confdefs.h. */
22678 _ACEOF
22679 cat confdefs.h >>conftest.$ac_ext
22680 cat >>conftest.$ac_ext <<_ACEOF
22681 /* end confdefs.h. */
22682 #include <time.h>
22684 main ()
22686 daylight = 1
22688 return 0;
22690 _ACEOF
22691 rm -f conftest.$ac_objext conftest$ac_exeext
22692 if { (ac_try="$ac_link"
22693 case "(($ac_try" in
22694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22695 *) ac_try_echo=$ac_try;;
22696 esac
22697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22698 (eval "$ac_link") 2>conftest.er1
22699 ac_status=$?
22700 grep -v '^ *+' conftest.er1 >conftest.err
22701 rm -f conftest.er1
22702 cat conftest.err >&5
22703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22704 (exit $ac_status); } && {
22705 test -z "$ac_c_werror_flag" ||
22706 test ! -s conftest.err
22707 } && test -s conftest$ac_exeext &&
22708 $as_test_x conftest$ac_exeext; then
22709 ac_cv_have_daylight="yes"
22710 else
22711 echo "$as_me: failed program was:" >&5
22712 sed 's/^/| /' conftest.$ac_ext >&5
22714 ac_cv_have_daylight="no"
22717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22718 conftest$ac_exeext conftest.$ac_ext
22720 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22721 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22722 if test "$ac_cv_have_daylight" = "yes"
22723 then
22725 cat >>confdefs.h <<\_ACEOF
22726 #define HAVE_DAYLIGHT 1
22727 _ACEOF
22731 { echo "$as_me:$LINENO: checking for isinf" >&5
22732 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22733 if test "${ac_cv_have_isinf+set}" = set; then
22734 echo $ECHO_N "(cached) $ECHO_C" >&6
22735 else
22736 cat >conftest.$ac_ext <<_ACEOF
22737 /* confdefs.h. */
22738 _ACEOF
22739 cat confdefs.h >>conftest.$ac_ext
22740 cat >>conftest.$ac_ext <<_ACEOF
22741 /* end confdefs.h. */
22742 #include <math.h>
22744 main ()
22746 float f = 0.0; int i=isinf(f)
22748 return 0;
22750 _ACEOF
22751 rm -f conftest.$ac_objext conftest$ac_exeext
22752 if { (ac_try="$ac_link"
22753 case "(($ac_try" in
22754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22756 esac
22757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22758 (eval "$ac_link") 2>conftest.er1
22759 ac_status=$?
22760 grep -v '^ *+' conftest.er1 >conftest.err
22761 rm -f conftest.er1
22762 cat conftest.err >&5
22763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22764 (exit $ac_status); } && {
22765 test -z "$ac_c_werror_flag" ||
22766 test ! -s conftest.err
22767 } && test -s conftest$ac_exeext &&
22768 $as_test_x conftest$ac_exeext; then
22769 ac_cv_have_isinf="yes"
22770 else
22771 echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 ac_cv_have_isinf="no"
22777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22778 conftest$ac_exeext conftest.$ac_ext
22780 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22781 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22782 if test "$ac_cv_have_isinf" = "yes"
22783 then
22785 cat >>confdefs.h <<\_ACEOF
22786 #define HAVE_ISINF 1
22787 _ACEOF
22791 { echo "$as_me:$LINENO: checking for isnan" >&5
22792 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22793 if test "${ac_cv_have_isnan+set}" = set; then
22794 echo $ECHO_N "(cached) $ECHO_C" >&6
22795 else
22796 cat >conftest.$ac_ext <<_ACEOF
22797 /* confdefs.h. */
22798 _ACEOF
22799 cat confdefs.h >>conftest.$ac_ext
22800 cat >>conftest.$ac_ext <<_ACEOF
22801 /* end confdefs.h. */
22802 #include <math.h>
22804 main ()
22806 float f = 0.0; int i=isnan(f)
22808 return 0;
22810 _ACEOF
22811 rm -f conftest.$ac_objext conftest$ac_exeext
22812 if { (ac_try="$ac_link"
22813 case "(($ac_try" in
22814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22815 *) ac_try_echo=$ac_try;;
22816 esac
22817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22818 (eval "$ac_link") 2>conftest.er1
22819 ac_status=$?
22820 grep -v '^ *+' conftest.er1 >conftest.err
22821 rm -f conftest.er1
22822 cat conftest.err >&5
22823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22824 (exit $ac_status); } && {
22825 test -z "$ac_c_werror_flag" ||
22826 test ! -s conftest.err
22827 } && test -s conftest$ac_exeext &&
22828 $as_test_x conftest$ac_exeext; then
22829 ac_cv_have_isnan="yes"
22830 else
22831 echo "$as_me: failed program was:" >&5
22832 sed 's/^/| /' conftest.$ac_ext >&5
22834 ac_cv_have_isnan="no"
22837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22838 conftest$ac_exeext conftest.$ac_ext
22840 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22841 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22842 if test "$ac_cv_have_isnan" = "yes"
22843 then
22845 cat >>confdefs.h <<\_ACEOF
22846 #define HAVE_ISNAN 1
22847 _ACEOF
22852 case $host_cpu in
22853 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22854 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22855 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22856 echo $ECHO_N "(cached) $ECHO_C" >&6
22857 else
22858 cat >conftest.$ac_ext <<_ACEOF
22859 /* confdefs.h. */
22860 _ACEOF
22861 cat confdefs.h >>conftest.$ac_ext
22862 cat >>conftest.$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22864 #ifndef __i386__
22866 #endif
22867 _ACEOF
22868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22869 $EGREP "yes" >/dev/null 2>&1; then
22870 ac_cv_cpp_def___i386__=yes
22871 else
22872 ac_cv_cpp_def___i386__=no
22874 rm -f conftest*
22877 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22878 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22879 if test $ac_cv_cpp_def___i386__ = yes; then
22880 CFLAGS="$CFLAGS -D__i386__"
22881 LINTFLAGS="$LINTFLAGS -D__i386__"
22884 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22885 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22886 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22887 echo $ECHO_N "(cached) $ECHO_C" >&6
22888 else
22889 cat >conftest.$ac_ext <<_ACEOF
22890 /* confdefs.h. */
22891 _ACEOF
22892 cat confdefs.h >>conftest.$ac_ext
22893 cat >>conftest.$ac_ext <<_ACEOF
22894 /* end confdefs.h. */
22895 #ifndef __x86_64__
22897 #endif
22898 _ACEOF
22899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22900 $EGREP "yes" >/dev/null 2>&1; then
22901 ac_cv_cpp_def___x86_64__=yes
22902 else
22903 ac_cv_cpp_def___x86_64__=no
22905 rm -f conftest*
22908 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22909 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22910 if test $ac_cv_cpp_def___x86_64__ = yes; then
22911 CFLAGS="$CFLAGS -D__x86_64__"
22912 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22915 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22916 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22917 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22918 echo $ECHO_N "(cached) $ECHO_C" >&6
22919 else
22920 cat >conftest.$ac_ext <<_ACEOF
22921 /* confdefs.h. */
22922 _ACEOF
22923 cat confdefs.h >>conftest.$ac_ext
22924 cat >>conftest.$ac_ext <<_ACEOF
22925 /* end confdefs.h. */
22926 #ifndef __ALPHA__
22928 #endif
22929 _ACEOF
22930 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22931 $EGREP "yes" >/dev/null 2>&1; then
22932 ac_cv_cpp_def___ALPHA__=yes
22933 else
22934 ac_cv_cpp_def___ALPHA__=no
22936 rm -f conftest*
22939 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22940 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22941 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22942 CFLAGS="$CFLAGS -D__ALPHA__"
22943 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22946 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22947 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22948 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22949 echo $ECHO_N "(cached) $ECHO_C" >&6
22950 else
22951 cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h. */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22957 #ifndef __sparc__
22959 #endif
22960 _ACEOF
22961 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22962 $EGREP "yes" >/dev/null 2>&1; then
22963 ac_cv_cpp_def___sparc__=yes
22964 else
22965 ac_cv_cpp_def___sparc__=no
22967 rm -f conftest*
22970 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22971 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22972 if test $ac_cv_cpp_def___sparc__ = yes; then
22973 CFLAGS="$CFLAGS -D__sparc__"
22974 LINTFLAGS="$LINTFLAGS -D__sparc__"
22977 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22978 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22979 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22980 echo $ECHO_N "(cached) $ECHO_C" >&6
22981 else
22982 cat >conftest.$ac_ext <<_ACEOF
22983 /* confdefs.h. */
22984 _ACEOF
22985 cat confdefs.h >>conftest.$ac_ext
22986 cat >>conftest.$ac_ext <<_ACEOF
22987 /* end confdefs.h. */
22988 #ifndef __powerpc__
22990 #endif
22991 _ACEOF
22992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22993 $EGREP "yes" >/dev/null 2>&1; then
22994 ac_cv_cpp_def___powerpc__=yes
22995 else
22996 ac_cv_cpp_def___powerpc__=no
22998 rm -f conftest*
23001 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23002 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23003 if test $ac_cv_cpp_def___powerpc__ = yes; then
23004 CFLAGS="$CFLAGS -D__powerpc__"
23005 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23008 esac
23010 case $host_vendor in
23011 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23012 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23013 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23014 echo $ECHO_N "(cached) $ECHO_C" >&6
23015 else
23016 cat >conftest.$ac_ext <<_ACEOF
23017 /* confdefs.h. */
23018 _ACEOF
23019 cat confdefs.h >>conftest.$ac_ext
23020 cat >>conftest.$ac_ext <<_ACEOF
23021 /* end confdefs.h. */
23022 #ifndef __sun__
23024 #endif
23025 _ACEOF
23026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23027 $EGREP "yes" >/dev/null 2>&1; then
23028 ac_cv_cpp_def___sun__=yes
23029 else
23030 ac_cv_cpp_def___sun__=no
23032 rm -f conftest*
23035 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23036 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23037 if test $ac_cv_cpp_def___sun__ = yes; then
23038 CFLAGS="$CFLAGS -D__sun__"
23039 LINTFLAGS="$LINTFLAGS -D__sun__"
23042 esac
23045 DEPENDENCIES="### Dependencies:
23047 .INIT: Makefile
23048 .BEGIN: Makefile
23049 .MAKEFILEDEPS:
23050 Makefile: dummy
23051 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23053 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23054 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23055 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23056 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23057 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23060 ALL_MAKERULES=""
23062 ALL_MAKEFILES=""
23064 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23067 ALL_TOP_DIRS=""
23069 ALL_DLL_DIRS=""
23071 ALL_IMPLIB_DIRS=""
23073 ALL_TEST_DIRS=""
23075 ALL_PROGRAM_DIRS=""
23077 ALL_PROGRAM_INSTALL_DIRS=""
23079 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23085 ac_config_commands="$ac_config_commands include/stamp-h"
23088 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23090 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23092 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23094 ac_config_commands="$ac_config_commands dlls/user32/resources"
23096 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23098 ac_config_commands="$ac_config_commands include/wine"
23101 ALL_MAKERULES="$ALL_MAKERULES \\
23102 Make.rules"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 Make.rules: Make.rules.in"
23105 MAKE_RULES=Make.rules
23106 ac_config_files="$ac_config_files Make.rules"
23108 ALL_MAKERULES="$ALL_MAKERULES \\
23109 dlls/Makedll.rules"
23110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23111 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23112 MAKE_DLL_RULES=dlls/Makedll.rules
23113 ac_config_files="$ac_config_files dlls/Makedll.rules"
23115 ALL_MAKERULES="$ALL_MAKERULES \\
23116 dlls/Makeimplib.rules"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23119 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23120 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23122 ALL_MAKERULES="$ALL_MAKERULES \\
23123 dlls/Maketest.rules"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23126 MAKE_TEST_RULES=dlls/Maketest.rules
23127 ac_config_files="$ac_config_files dlls/Maketest.rules"
23129 ALL_MAKERULES="$ALL_MAKERULES \\
23130 programs/Makeprog.rules"
23131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23132 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23133 MAKE_PROG_RULES=programs/Makeprog.rules
23134 ac_config_files="$ac_config_files programs/Makeprog.rules"
23139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23140 Makefile: Makefile.in Make.rules"
23141 ac_config_files="$ac_config_files Makefile"
23143 ALL_MAKEFILES="$ALL_MAKEFILES \\
23144 dlls/Makefile"
23145 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23146 dlls"
23147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23148 dlls/Makefile: dlls/Makefile.in Make.rules"
23149 ac_config_files="$ac_config_files dlls/Makefile"
23151 ALL_MAKEFILES="$ALL_MAKEFILES \\
23152 dlls/acledit/Makefile"
23153 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23154 acledit"
23155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23156 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23157 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23159 ALL_MAKEFILES="$ALL_MAKEFILES \\
23160 dlls/aclui/Makefile"
23161 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23162 aclui"
23163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23164 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23165 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23167 ALL_MAKEFILES="$ALL_MAKEFILES \\
23168 dlls/activeds/Makefile"
23169 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23170 activeds"
23171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23172 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23173 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23175 ALL_MAKEFILES="$ALL_MAKEFILES \\
23176 dlls/actxprxy/Makefile"
23177 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23178 actxprxy"
23179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23180 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23181 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23183 ALL_MAKEFILES="$ALL_MAKEFILES \\
23184 dlls/adsiid/Makefile"
23185 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23186 adsiid"
23187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23188 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23189 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23191 ALL_MAKEFILES="$ALL_MAKEFILES \\
23192 dlls/advapi32/Makefile"
23193 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23194 advapi32"
23195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23196 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23197 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23199 ALL_MAKEFILES="$ALL_MAKEFILES \\
23200 dlls/advapi32/tests/Makefile"
23201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23202 advapi32/tests"
23203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23204 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23205 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23207 ALL_MAKEFILES="$ALL_MAKEFILES \\
23208 dlls/advpack/Makefile"
23209 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23210 advpack"
23211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23212 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23213 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23215 ALL_MAKEFILES="$ALL_MAKEFILES \\
23216 dlls/advpack/tests/Makefile"
23217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23218 advpack/tests"
23219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23220 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23221 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23223 ALL_MAKEFILES="$ALL_MAKEFILES \\
23224 dlls/amstream/Makefile"
23225 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23226 amstream"
23227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23228 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23229 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23231 ALL_MAKEFILES="$ALL_MAKEFILES \\
23232 dlls/appwiz.cpl/Makefile"
23233 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23234 appwiz.cpl"
23235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23236 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23237 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23239 ALL_MAKEFILES="$ALL_MAKEFILES \\
23240 dlls/atl/Makefile"
23241 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23242 atl"
23243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23244 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23245 ac_config_files="$ac_config_files dlls/atl/Makefile"
23247 ALL_MAKEFILES="$ALL_MAKEFILES \\
23248 dlls/authz/Makefile"
23249 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23250 authz"
23251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23252 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23253 ac_config_files="$ac_config_files dlls/authz/Makefile"
23255 ALL_MAKEFILES="$ALL_MAKEFILES \\
23256 dlls/avicap32/Makefile"
23257 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23258 avicap32"
23259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23260 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23261 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23263 ALL_MAKEFILES="$ALL_MAKEFILES \\
23264 dlls/avifil32/Makefile"
23265 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23266 avifil32"
23267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23268 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23269 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23271 ALL_MAKEFILES="$ALL_MAKEFILES \\
23272 dlls/avifile.dll16/Makefile"
23273 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23274 avifile.dll16"
23275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23276 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23277 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23279 ALL_MAKEFILES="$ALL_MAKEFILES \\
23280 dlls/browseui/Makefile"
23281 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23282 browseui"
23283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23284 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23285 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23287 ALL_MAKEFILES="$ALL_MAKEFILES \\
23288 dlls/browseui/tests/Makefile"
23289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23290 browseui/tests"
23291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23292 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23293 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23295 ALL_MAKEFILES="$ALL_MAKEFILES \\
23296 dlls/cabinet/Makefile"
23297 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23298 cabinet"
23299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23300 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23301 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23303 ALL_MAKEFILES="$ALL_MAKEFILES \\
23304 dlls/cabinet/tests/Makefile"
23305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23306 cabinet/tests"
23307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23308 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23309 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23311 ALL_MAKEFILES="$ALL_MAKEFILES \\
23312 dlls/capi2032/Makefile"
23313 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23314 capi2032"
23315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23316 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23317 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23319 ALL_MAKEFILES="$ALL_MAKEFILES \\
23320 dlls/cards/Makefile"
23321 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23322 cards"
23323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23324 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23325 ac_config_files="$ac_config_files dlls/cards/Makefile"
23327 ALL_MAKEFILES="$ALL_MAKEFILES \\
23328 dlls/cfgmgr32/Makefile"
23329 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23330 cfgmgr32"
23331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23332 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23333 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23335 ALL_MAKEFILES="$ALL_MAKEFILES \\
23336 dlls/clusapi/Makefile"
23337 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23338 clusapi"
23339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23340 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23341 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23343 ALL_MAKEFILES="$ALL_MAKEFILES \\
23344 dlls/comcat/Makefile"
23345 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23346 comcat"
23347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23348 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23349 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23351 ALL_MAKEFILES="$ALL_MAKEFILES \\
23352 dlls/comcat/tests/Makefile"
23353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23354 comcat/tests"
23355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23356 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23357 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23359 ALL_MAKEFILES="$ALL_MAKEFILES \\
23360 dlls/comctl32/Makefile"
23361 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23362 comctl32"
23363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23364 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23365 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23367 ALL_MAKEFILES="$ALL_MAKEFILES \\
23368 dlls/comctl32/tests/Makefile"
23369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23370 comctl32/tests"
23371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23372 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23373 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23375 ALL_MAKEFILES="$ALL_MAKEFILES \\
23376 dlls/comdlg32/Makefile"
23377 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23378 comdlg32"
23379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23380 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23381 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23383 ALL_MAKEFILES="$ALL_MAKEFILES \\
23384 dlls/comdlg32/tests/Makefile"
23385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23386 comdlg32/tests"
23387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23388 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23389 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23391 ALL_MAKEFILES="$ALL_MAKEFILES \\
23392 dlls/comm.drv16/Makefile"
23393 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23394 comm.drv16"
23395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23396 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23397 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23399 ALL_MAKEFILES="$ALL_MAKEFILES \\
23400 dlls/compobj.dll16/Makefile"
23401 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23402 compobj.dll16"
23403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23404 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23405 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23407 ALL_MAKEFILES="$ALL_MAKEFILES \\
23408 dlls/compstui/Makefile"
23409 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23410 compstui"
23411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23412 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23413 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23415 ALL_MAKEFILES="$ALL_MAKEFILES \\
23416 dlls/credui/Makefile"
23417 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23418 credui"
23419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23420 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23421 ac_config_files="$ac_config_files dlls/credui/Makefile"
23423 ALL_MAKEFILES="$ALL_MAKEFILES \\
23424 dlls/credui/tests/Makefile"
23425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23426 credui/tests"
23427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23428 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23429 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23431 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 dlls/crtdll/Makefile"
23433 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23434 crtdll"
23435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23436 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23437 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23439 ALL_MAKEFILES="$ALL_MAKEFILES \\
23440 dlls/crypt32/Makefile"
23441 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23442 crypt32"
23443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23444 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23445 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23447 ALL_MAKEFILES="$ALL_MAKEFILES \\
23448 dlls/crypt32/tests/Makefile"
23449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23450 crypt32/tests"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23453 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23455 ALL_MAKEFILES="$ALL_MAKEFILES \\
23456 dlls/cryptdlg/Makefile"
23457 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23458 cryptdlg"
23459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23460 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23461 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23463 ALL_MAKEFILES="$ALL_MAKEFILES \\
23464 dlls/cryptdll/Makefile"
23465 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23466 cryptdll"
23467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23468 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23469 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23471 ALL_MAKEFILES="$ALL_MAKEFILES \\
23472 dlls/cryptnet/Makefile"
23473 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23474 cryptnet"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23477 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/cryptnet/tests/Makefile"
23481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23482 cryptnet/tests"
23483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23484 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23485 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23487 ALL_MAKEFILES="$ALL_MAKEFILES \\
23488 dlls/cryptui/Makefile"
23489 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23490 cryptui"
23491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23492 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23493 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23495 ALL_MAKEFILES="$ALL_MAKEFILES \\
23496 dlls/cryptui/tests/Makefile"
23497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23498 cryptui/tests"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23501 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/ctapi32/Makefile"
23505 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23506 ctapi32"
23507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23508 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23509 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23511 ALL_MAKEFILES="$ALL_MAKEFILES \\
23512 dlls/ctl3d.dll16/Makefile"
23513 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 ctl3d.dll16"
23515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23516 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23517 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23519 ALL_MAKEFILES="$ALL_MAKEFILES \\
23520 dlls/ctl3d32/Makefile"
23521 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23522 ctl3d32"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23525 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/ctl3dv2.dll16/Makefile"
23529 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23530 ctl3dv2.dll16"
23531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23532 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23533 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23535 ALL_MAKEFILES="$ALL_MAKEFILES \\
23536 dlls/d3d10/Makefile"
23537 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23538 d3d10"
23539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23540 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23541 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23543 ALL_MAKEFILES="$ALL_MAKEFILES \\
23544 dlls/d3d10/tests/Makefile"
23545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23546 d3d10/tests"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23549 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/d3d10core/Makefile"
23553 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23554 d3d10core"
23555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23556 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23557 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23559 ALL_MAKEFILES="$ALL_MAKEFILES \\
23560 dlls/d3d10core/tests/Makefile"
23561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23562 d3d10core/tests"
23563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23564 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23565 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23567 ALL_MAKEFILES="$ALL_MAKEFILES \\
23568 dlls/d3d8/Makefile"
23569 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 d3d8"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/d3d8/tests/Makefile"
23577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23578 d3d8/tests"
23579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23580 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23581 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23583 ALL_MAKEFILES="$ALL_MAKEFILES \\
23584 dlls/d3d9/Makefile"
23585 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23586 d3d9"
23587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23588 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23589 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23591 ALL_MAKEFILES="$ALL_MAKEFILES \\
23592 dlls/d3d9/tests/Makefile"
23593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23594 d3d9/tests"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23597 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/d3dim/Makefile"
23601 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23602 d3dim"
23603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23604 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23605 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23607 ALL_MAKEFILES="$ALL_MAKEFILES \\
23608 dlls/d3drm/Makefile"
23609 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 d3drm"
23611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23612 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23613 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23615 ALL_MAKEFILES="$ALL_MAKEFILES \\
23616 dlls/d3drm/tests/Makefile"
23617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23618 d3drm/tests"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23621 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/d3dx8/Makefile"
23625 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23626 d3dx8"
23627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23628 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23629 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23631 ALL_MAKEFILES="$ALL_MAKEFILES \\
23632 dlls/d3dx8/tests/Makefile"
23633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23634 d3dx8/tests"
23635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23636 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23637 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23639 ALL_MAKEFILES="$ALL_MAKEFILES \\
23640 dlls/d3dx9_24/Makefile"
23641 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23642 d3dx9_24"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23645 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/d3dx9_25/Makefile"
23649 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 d3dx9_25"
23651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23652 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23653 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23655 ALL_MAKEFILES="$ALL_MAKEFILES \\
23656 dlls/d3dx9_26/Makefile"
23657 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23658 d3dx9_26"
23659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23660 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23661 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23663 ALL_MAKEFILES="$ALL_MAKEFILES \\
23664 dlls/d3dx9_27/Makefile"
23665 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23666 d3dx9_27"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23669 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/d3dx9_28/Makefile"
23673 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23674 d3dx9_28"
23675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23676 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23677 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23679 ALL_MAKEFILES="$ALL_MAKEFILES \\
23680 dlls/d3dx9_29/Makefile"
23681 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23682 d3dx9_29"
23683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23684 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23685 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23687 ALL_MAKEFILES="$ALL_MAKEFILES \\
23688 dlls/d3dx9_30/Makefile"
23689 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23690 d3dx9_30"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23693 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/d3dx9_31/Makefile"
23697 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23698 d3dx9_31"
23699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23700 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23701 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23703 ALL_MAKEFILES="$ALL_MAKEFILES \\
23704 dlls/d3dx9_32/Makefile"
23705 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23706 d3dx9_32"
23707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23708 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23709 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23711 ALL_MAKEFILES="$ALL_MAKEFILES \\
23712 dlls/d3dx9_33/Makefile"
23713 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23714 d3dx9_33"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23717 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/d3dx9_34/Makefile"
23721 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23722 d3dx9_34"
23723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23724 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23725 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23727 ALL_MAKEFILES="$ALL_MAKEFILES \\
23728 dlls/d3dx9_35/Makefile"
23729 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23730 d3dx9_35"
23731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23732 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23733 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23735 ALL_MAKEFILES="$ALL_MAKEFILES \\
23736 dlls/d3dx9_36/Makefile"
23737 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23738 d3dx9_36"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23741 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/d3dx9_36/tests/Makefile"
23745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23746 d3dx9_36/tests"
23747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23748 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23749 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23751 ALL_MAKEFILES="$ALL_MAKEFILES \\
23752 dlls/d3dx9_37/Makefile"
23753 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 d3dx9_37"
23755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23756 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23757 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23759 ALL_MAKEFILES="$ALL_MAKEFILES \\
23760 dlls/d3dx9_38/Makefile"
23761 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23762 d3dx9_38"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23765 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/d3dx9_39/Makefile"
23769 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23770 d3dx9_39"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23773 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23775 ALL_MAKEFILES="$ALL_MAKEFILES \\
23776 dlls/d3dx9_40/Makefile"
23777 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23778 d3dx9_40"
23779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23780 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23781 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23783 ALL_MAKEFILES="$ALL_MAKEFILES \\
23784 dlls/d3dxof/Makefile"
23785 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23786 d3dxof"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23789 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/d3dxof/tests/Makefile"
23793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23794 d3dxof/tests"
23795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23796 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23797 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23799 ALL_MAKEFILES="$ALL_MAKEFILES \\
23800 dlls/dbghelp/Makefile"
23801 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23802 dbghelp"
23803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23804 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23805 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23807 ALL_MAKEFILES="$ALL_MAKEFILES \\
23808 dlls/dciman32/Makefile"
23809 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23810 dciman32"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23813 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/ddraw/Makefile"
23817 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23818 ddraw"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23821 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23823 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 dlls/ddraw/tests/Makefile"
23825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23826 ddraw/tests"
23827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23828 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23829 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23831 ALL_MAKEFILES="$ALL_MAKEFILES \\
23832 dlls/ddrawex/Makefile"
23833 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23834 ddrawex"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23837 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/ddrawex/tests/Makefile"
23841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23842 ddrawex/tests"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23845 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/devenum/Makefile"
23849 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23850 devenum"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23853 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/dinput/Makefile"
23857 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 dinput"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/dinput/tests/Makefile"
23865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23866 dinput/tests"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23869 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/dinput8/Makefile"
23873 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874 dinput8"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23877 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/dispdib.dll16/Makefile"
23881 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882 dispdib.dll16"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/display.drv16/Makefile"
23889 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 display.drv16"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/dmband/Makefile"
23897 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23898 dmband"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23901 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/dmcompos/Makefile"
23905 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 dmcompos"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/dmime/Makefile"
23913 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23914 dmime"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23917 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/dmloader/Makefile"
23921 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 dmloader"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/dmscript/Makefile"
23929 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23930 dmscript"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23933 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/dmstyle/Makefile"
23937 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 dmstyle"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/dmsynth/Makefile"
23945 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 dmsynth"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/dmusic/Makefile"
23953 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 dmusic"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/dmusic32/Makefile"
23961 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962 dmusic32"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/dnsapi/Makefile"
23969 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970 dnsapi"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23973 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/dnsapi/tests/Makefile"
23977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23978 dnsapi/tests"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23981 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/dplay/Makefile"
23985 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 dplay"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23989 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/dplayx/Makefile"
23993 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994 dplayx"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23997 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/dplayx/tests/Makefile"
24001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24002 dplayx/tests"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24005 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/dpnaddr/Makefile"
24009 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 dpnaddr"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/dpnet/Makefile"
24017 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 dpnet"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/dpnhpast/Makefile"
24025 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 dpnhpast"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/dpnlobby/Makefile"
24033 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24034 dpnlobby"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24037 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/dpwsockx/Makefile"
24041 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 dpwsockx"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/dsound/Makefile"
24049 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 dsound"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24053 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/dsound/tests/Makefile"
24057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24058 dsound/tests"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24061 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/dssenh/Makefile"
24065 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24066 dssenh"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24069 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/dswave/Makefile"
24073 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 dswave"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/dwmapi/Makefile"
24081 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 dwmapi"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/dxdiagn/Makefile"
24089 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24090 dxdiagn"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24093 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/dxerr8/Makefile"
24097 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24098 dxerr8"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24101 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/dxerr9/Makefile"
24105 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24106 dxerr9"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24109 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/dxgi/Makefile"
24113 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114 dxgi"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24117 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/dxgi/tests/Makefile"
24121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24122 dxgi/tests"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24125 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/dxguid/Makefile"
24129 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24130 dxguid"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24133 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/faultrep/Makefile"
24137 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 faultrep"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/fusion/Makefile"
24145 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146 fusion"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/fusion/tests/Makefile"
24153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24154 fusion/tests"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24157 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/gdi32/Makefile"
24161 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24162 gdi32"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24165 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/gdi32/tests/Makefile"
24169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24170 gdi32/tests"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24173 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/gdiplus/Makefile"
24177 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24178 gdiplus"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24181 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/gdiplus/tests/Makefile"
24185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24186 gdiplus/tests"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24189 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/glu32/Makefile"
24193 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194 glu32"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/gphoto2.ds/Makefile"
24201 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202 gphoto2.ds"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/gpkcsp/Makefile"
24209 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 gpkcsp"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/hal/Makefile"
24217 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218 hal"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/hal/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/hhctrl.ocx/Makefile"
24225 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24226 hhctrl.ocx"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24229 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/hid/Makefile"
24233 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 hid"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/hid/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/hlink/Makefile"
24241 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24242 hlink"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24245 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/hlink/tests/Makefile"
24249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24250 hlink/tests"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24253 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/hnetcfg/Makefile"
24257 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 hnetcfg"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/httpapi/Makefile"
24265 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266 httpapi"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/iccvid/Makefile"
24273 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 iccvid"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/icmp/Makefile"
24281 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282 icmp"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24285 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/ifsmgr.vxd/Makefile"
24289 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 ifsmgr.vxd"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/imaadp32.acm/Makefile"
24297 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 imaadp32.acm"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/imagehlp/Makefile"
24305 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 imagehlp"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/imm.dll16/Makefile"
24313 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314 imm.dll16"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/imm32/Makefile"
24321 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 imm32"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/imm32/tests/Makefile"
24329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24330 imm32/tests"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24333 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/inetcomm/Makefile"
24337 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 inetcomm"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/inetcomm/tests/Makefile"
24345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24346 inetcomm/tests"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24349 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/inetmib1/Makefile"
24353 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354 inetmib1"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/inetmib1/tests/Makefile"
24361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24362 inetmib1/tests"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24365 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/infosoft/Makefile"
24369 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 infosoft"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/infosoft/tests/Makefile"
24377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24378 infosoft/tests"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24381 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/initpki/Makefile"
24385 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 initpki"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/inkobj/Makefile"
24393 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 inkobj"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/inseng/Makefile"
24401 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 inseng"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/iphlpapi/Makefile"
24409 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410 iphlpapi"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/iphlpapi/tests/Makefile"
24417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24418 iphlpapi/tests"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24421 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/itircl/Makefile"
24425 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 itircl"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/itss/Makefile"
24433 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 itss"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/itss/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/itss/tests/Makefile"
24441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24442 itss/tests"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24445 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/jscript/Makefile"
24449 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450 jscript"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/jscript/tests/Makefile"
24457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24458 jscript/tests"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24461 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/kernel32/Makefile"
24465 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 kernel32"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/kernel32/tests/Makefile"
24473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24474 kernel32/tests"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24477 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/keyboard.drv16/Makefile"
24481 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 keyboard.drv16"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/loadperf/Makefile"
24489 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 loadperf"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/localspl/Makefile"
24497 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24498 localspl"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24501 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/localspl/tests/Makefile"
24505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24506 localspl/tests"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24509 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/localui/Makefile"
24513 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 localui"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/localui/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/localui/tests/Makefile"
24521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24522 localui/tests"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24525 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/lz32/Makefile"
24529 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530 lz32"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/lz32/tests/Makefile"
24537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24538 lz32/tests"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24541 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/lzexpand.dll16/Makefile"
24545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 lzexpand.dll16"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/mapi32/Makefile"
24553 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 mapi32"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/mapi32/tests/Makefile"
24561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24562 mapi32/tests"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24565 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/mciavi32/Makefile"
24569 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 mciavi32"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/mcicda/Makefile"
24577 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 mcicda"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/mciqtz32/Makefile"
24585 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586 mciqtz32"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/mciseq/Makefile"
24593 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 mciseq"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/mciwave/Makefile"
24601 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 mciwave"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/midimap/Makefile"
24609 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 midimap"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/mlang/Makefile"
24617 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 mlang"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/mlang/tests/Makefile"
24625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24626 mlang/tests"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24629 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/mmdevldr.vxd/Makefile"
24633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634 mmdevldr.vxd"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/monodebg.vxd/Makefile"
24641 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 monodebg.vxd"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/mountmgr.sys/Makefile"
24649 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 mountmgr.sys"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/mouse.drv16/Makefile"
24657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 mouse.drv16"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/mpr/Makefile"
24665 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 mpr"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/mprapi/Makefile"
24673 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 mprapi"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/msacm.dll16/Makefile"
24681 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682 msacm.dll16"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/msacm32.drv/Makefile"
24689 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 msacm32.drv"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/msacm32/Makefile"
24697 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698 msacm32"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24701 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/msacm32/tests/Makefile"
24705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24706 msacm32/tests"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24709 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/msadp32.acm/Makefile"
24713 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 msadp32.acm"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/mscat32/Makefile"
24721 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24722 mscat32"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24725 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/mscms/Makefile"
24729 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 mscms"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/mscms/tests/Makefile"
24737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24738 mscms/tests"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24741 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/mscoree/Makefile"
24745 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 mscoree"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/msctf/Makefile"
24753 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 msctf"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/msctf/tests/Makefile"
24761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24762 msctf/tests"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24765 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/msdmo/Makefile"
24769 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 msdmo"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/msftedit/Makefile"
24777 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778 msftedit"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/msg711.acm/Makefile"
24785 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 msg711.acm"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/mshtml.tlb/Makefile"
24793 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 mshtml.tlb"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/mshtml/Makefile"
24801 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 mshtml"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/mshtml/tests/Makefile"
24809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24810 mshtml/tests"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24813 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/msi/Makefile"
24817 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818 msi"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/msi/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/msi/tests/Makefile"
24825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24826 msi/tests"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24829 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/msimg32/Makefile"
24833 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 msimg32"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/msimtf/Makefile"
24841 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 msimtf"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/msisip/Makefile"
24849 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850 msisip"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/msisys.ocx/Makefile"
24857 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 msisys.ocx"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/msnet32/Makefile"
24865 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 msnet32"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/msrle32/Makefile"
24873 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 msrle32"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/mssign32/Makefile"
24881 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 mssign32"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/mssip32/Makefile"
24889 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 mssip32"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/mstask/Makefile"
24897 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 mstask"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/mstask/tests/Makefile"
24905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24906 mstask/tests"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24909 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/msvcirt/Makefile"
24913 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914 msvcirt"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/msvcr71/Makefile"
24921 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 msvcr71"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/msvcrt/Makefile"
24929 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 msvcrt"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/msvcrt/tests/Makefile"
24937 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24938 msvcrt/tests"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24941 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/msvcrt20/Makefile"
24945 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946 msvcrt20"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/msvcrt40/Makefile"
24953 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 msvcrt40"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/msvcrtd/Makefile"
24961 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962 msvcrtd"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/msvcrtd/tests/Makefile"
24969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24970 msvcrtd/tests"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24973 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/msvfw32/Makefile"
24977 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978 msvfw32"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/msvfw32/tests/Makefile"
24985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24986 msvfw32/tests"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24989 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/msvidc32/Makefile"
24993 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 msvidc32"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/mswsock/Makefile"
25001 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 mswsock"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/msxml3/Makefile"
25009 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 msxml3"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/msxml3/tests/Makefile"
25017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018 msxml3/tests"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/nddeapi/Makefile"
25025 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 nddeapi"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/netapi32/Makefile"
25033 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 netapi32"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/netapi32/tests/Makefile"
25041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25042 netapi32/tests"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25045 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/newdev/Makefile"
25049 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 newdev"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/ntdll/Makefile"
25057 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 ntdll"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/ntdll/tests/Makefile"
25065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25066 ntdll/tests"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25069 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/ntdsapi/Makefile"
25073 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 ntdsapi"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/ntdsapi/tests/Makefile"
25081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25082 ntdsapi/tests"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25085 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/ntoskrnl.exe/Makefile"
25089 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 ntoskrnl.exe"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25093 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/ntprint/Makefile"
25097 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 ntprint"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/ntprint/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106 ntprint/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/objsel/Makefile"
25113 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 objsel"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/odbc32/Makefile"
25121 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 odbc32"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/odbccp32/Makefile"
25129 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 odbccp32"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/odbccp32/tests/Makefile"
25137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25138 odbccp32/tests"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25141 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/ole2.dll16/Makefile"
25145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 ole2.dll16"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/ole2conv.dll16/Makefile"
25153 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 ole2conv.dll16"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/ole2disp.dll16/Makefile"
25161 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 ole2disp.dll16"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/ole2nls.dll16/Makefile"
25169 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 ole2nls.dll16"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/ole2prox.dll16/Makefile"
25177 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178 ole2prox.dll16"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/ole2thk.dll16/Makefile"
25185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 ole2thk.dll16"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/ole32/Makefile"
25193 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194 ole32"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/ole32/tests/Makefile"
25201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25202 ole32/tests"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25205 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/oleacc/Makefile"
25209 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210 oleacc"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/oleacc/tests/Makefile"
25217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25218 oleacc/tests"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25221 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/oleaut32/Makefile"
25225 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226 oleaut32"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/oleaut32/tests/Makefile"
25233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25234 oleaut32/tests"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25237 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/olecli.dll16/Makefile"
25241 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25242 olecli.dll16"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25245 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/olecli32/Makefile"
25249 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 olecli32"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/oledlg/Makefile"
25257 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 oledlg"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/olepro32/Makefile"
25265 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 olepro32"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/olesvr.dll16/Makefile"
25273 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274 olesvr.dll16"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/olesvr32/Makefile"
25281 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282 olesvr32"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/olethk32/Makefile"
25289 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 olethk32"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/opengl32/Makefile"
25297 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298 opengl32"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/opengl32/tests/Makefile"
25305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25306 opengl32/tests"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25309 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/pdh/Makefile"
25313 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314 pdh"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/pdh/tests/Makefile"
25321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25322 pdh/tests"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25325 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/pidgen/Makefile"
25329 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330 pidgen"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/powrprof/Makefile"
25337 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 powrprof"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/printui/Makefile"
25345 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346 printui"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25349 ac_config_files="$ac_config_files dlls/printui/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/propsys/Makefile"
25353 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 propsys"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/psapi/Makefile"
25361 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 psapi"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/psapi/tests/Makefile"
25369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25370 psapi/tests"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25373 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/pstorec/Makefile"
25377 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378 pstorec"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/qcap/Makefile"
25385 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386 qcap"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/qedit/Makefile"
25393 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394 qedit"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/qedit/tests/Makefile"
25401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25402 qedit/tests"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25405 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/qmgr/Makefile"
25409 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410 qmgr"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/qmgr/tests/Makefile"
25417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25418 qmgr/tests"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25421 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/qmgrprxy/Makefile"
25425 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 qmgrprxy"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/quartz/Makefile"
25433 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434 quartz"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/quartz/tests/Makefile"
25441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25442 quartz/tests"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25445 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/query/Makefile"
25449 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450 query"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/query/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/rasapi16.dll16/Makefile"
25457 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 rasapi16.dll16"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/rasapi32/Makefile"
25465 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466 rasapi32"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/rasapi32/tests/Makefile"
25473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25474 rasapi32/tests"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25477 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/rasdlg/Makefile"
25481 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482 rasdlg"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/resutils/Makefile"
25489 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 resutils"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/riched20/Makefile"
25497 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498 riched20"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/riched20/tests/Makefile"
25505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25506 riched20/tests"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25509 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/riched32/Makefile"
25513 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514 riched32"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/riched32/tests/Makefile"
25521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25522 riched32/tests"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25525 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/rpcrt4/Makefile"
25529 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530 rpcrt4"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/rpcrt4/tests/Makefile"
25537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25538 rpcrt4/tests"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25541 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/rsabase/Makefile"
25545 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546 rsabase"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/rsaenh/Makefile"
25553 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 rsaenh"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/rsaenh/tests/Makefile"
25561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25562 rsaenh/tests"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25565 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/sane.ds/Makefile"
25569 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25570 sane.ds"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25573 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/sccbase/Makefile"
25577 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 sccbase"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/schannel/Makefile"
25585 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25586 schannel"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25589 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/schannel/tests/Makefile"
25593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25594 schannel/tests"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25597 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/secur32/Makefile"
25601 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602 secur32"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/secur32/tests/Makefile"
25609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25610 secur32/tests"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/security/Makefile"
25617 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 security"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/security/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/sensapi/Makefile"
25625 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626 sensapi"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/serialui/Makefile"
25633 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634 serialui"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/serialui/tests/Makefile"
25641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25642 serialui/tests"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/setupapi/Makefile"
25649 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 setupapi"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/setupapi/tests/Makefile"
25657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25658 setupapi/tests"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25661 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/sfc/Makefile"
25665 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666 sfc"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/sfc_os/Makefile"
25673 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25674 sfc_os"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25677 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/shdoclc/Makefile"
25681 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682 shdoclc"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/shdocvw/Makefile"
25689 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690 shdocvw"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/shdocvw/tests/Makefile"
25697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25698 shdocvw/tests"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25701 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/shell32/Makefile"
25705 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706 shell32"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/shell32/tests/Makefile"
25713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25714 shell32/tests"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25717 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/shfolder/Makefile"
25721 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722 shfolder"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/shlwapi/Makefile"
25729 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 shlwapi"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/shlwapi/tests/Makefile"
25737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25738 shlwapi/tests"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25741 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/slbcsp/Makefile"
25745 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746 slbcsp"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/slc/Makefile"
25753 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 slc"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/slc/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/snmpapi/Makefile"
25761 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762 snmpapi"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/snmpapi/tests/Makefile"
25769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25770 snmpapi/tests"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25773 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/softpub/Makefile"
25777 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25778 softpub"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25781 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/sound.drv16/Makefile"
25785 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786 sound.drv16"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/spoolss/Makefile"
25793 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 spoolss"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/spoolss/tests/Makefile"
25801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25802 spoolss/tests"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25805 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/stdole2.tlb/Makefile"
25809 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810 stdole2.tlb"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/stdole32.tlb/Makefile"
25817 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 stdole32.tlb"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/sti/Makefile"
25825 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826 sti"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/sti/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/storage.dll16/Makefile"
25833 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834 storage.dll16"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/stress.dll16/Makefile"
25841 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842 stress.dll16"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/strmiids/Makefile"
25849 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25850 strmiids"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25853 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/svrapi/Makefile"
25857 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25858 svrapi"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25861 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/sxs/Makefile"
25865 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 sxs"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/tapi32/Makefile"
25873 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25874 tapi32"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25877 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/traffic/Makefile"
25881 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882 traffic"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/twain.dll16/Makefile"
25889 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890 twain.dll16"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/twain_32/Makefile"
25897 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898 twain_32"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/twain_32/tests/Makefile"
25905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25906 twain_32/tests"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25909 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/typelib.dll16/Makefile"
25913 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914 typelib.dll16"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/unicows/Makefile"
25921 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922 unicows"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/updspapi/Makefile"
25929 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930 updspapi"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/url/Makefile"
25937 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938 url"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/url/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/urlmon/Makefile"
25945 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 urlmon"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/urlmon/tests/Makefile"
25953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25954 urlmon/tests"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25957 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/user32/Makefile"
25961 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962 user32"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/user32/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/user32/tests/Makefile"
25969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25970 user32/tests"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25973 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/userenv/Makefile"
25977 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978 userenv"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/userenv/tests/Makefile"
25985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25986 userenv/tests"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25989 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/usp10/Makefile"
25993 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 usp10"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/usp10/tests/Makefile"
26001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26002 usp10/tests"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26005 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/uuid/Makefile"
26009 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26010 uuid"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26013 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/uxtheme/Makefile"
26017 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018 uxtheme"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/uxtheme/tests/Makefile"
26025 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26026 uxtheme/tests"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26029 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/vdhcp.vxd/Makefile"
26033 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034 vdhcp.vxd"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/vdmdbg/Makefile"
26041 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042 vdmdbg"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/version/Makefile"
26049 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050 version"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/version/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/version/tests/Makefile"
26057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26058 version/tests"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26061 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/vmm.vxd/Makefile"
26065 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 vmm.vxd"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/vnbt.vxd/Makefile"
26073 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074 vnbt.vxd"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/vnetbios.vxd/Makefile"
26081 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 vnetbios.vxd"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/vtdapi.vxd/Makefile"
26089 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090 vtdapi.vxd"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/vwin32.vxd/Makefile"
26097 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098 vwin32.vxd"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/w32skrnl/Makefile"
26105 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 w32skrnl"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/w32sys.dll16/Makefile"
26113 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114 w32sys.dll16"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/win32s16.dll16/Makefile"
26121 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122 win32s16.dll16"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/win87em.dll16/Makefile"
26129 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130 win87em.dll16"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/winaspi.dll16/Makefile"
26137 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138 winaspi.dll16"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/windebug.dll16/Makefile"
26145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 windebug.dll16"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/winealsa.drv/Makefile"
26153 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154 winealsa.drv"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/wineaudioio.drv/Makefile"
26161 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 wineaudioio.drv"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/winecoreaudio.drv/Makefile"
26169 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170 winecoreaudio.drv"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/winecrt0/Makefile"
26177 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26178 winecrt0"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26181 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/wined3d/Makefile"
26185 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26186 wined3d"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26189 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/winedos/Makefile"
26193 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194 winedos"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/wineesd.drv/Makefile"
26201 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202 wineesd.drv"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/winejack.drv/Makefile"
26209 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210 winejack.drv"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/winejoystick.drv/Makefile"
26217 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218 winejoystick.drv"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/winemp3.acm/Makefile"
26225 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 winemp3.acm"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/winenas.drv/Makefile"
26233 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26234 winenas.drv"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26237 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/wineoss.drv/Makefile"
26241 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242 wineoss.drv"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/wineps.drv/Makefile"
26249 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250 wineps.drv"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/winepulse.drv/Makefile"
26257 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258 winepulse.drv"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/winequartz.drv/Makefile"
26265 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266 winequartz.drv"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/winex11.drv/Makefile"
26273 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274 winex11.drv"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/wing32/Makefile"
26281 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282 wing32"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/winhttp/Makefile"
26289 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290 winhttp"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/winhttp/tests/Makefile"
26297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26298 winhttp/tests"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26301 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/wininet/Makefile"
26305 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306 wininet"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/wininet/tests/Makefile"
26313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26314 wininet/tests"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26317 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/winmm/Makefile"
26321 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322 winmm"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/winmm/tests/Makefile"
26329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26330 winmm/tests"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26333 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/winnls.dll16/Makefile"
26337 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338 winnls.dll16"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/winnls32/Makefile"
26345 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346 winnls32"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/winscard/Makefile"
26353 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354 winscard"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/winspool.drv/Makefile"
26361 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362 winspool.drv"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/winspool.drv/tests/Makefile"
26369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26370 winspool.drv/tests"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26373 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/wintab.dll16/Makefile"
26377 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26378 wintab.dll16"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26381 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/wintab32/Makefile"
26385 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386 wintab32"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/wintrust/Makefile"
26393 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394 wintrust"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 dlls/wintrust/tests/Makefile"
26401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26402 wintrust/tests"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26405 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 dlls/wldap32/Makefile"
26409 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410 wldap32"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 dlls/wldap32/tests/Makefile"
26417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26418 wldap32/tests"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26421 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 dlls/wmi/Makefile"
26425 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426 wmi"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 dlls/wnaspi32/Makefile"
26433 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434 wnaspi32"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 dlls/wow32/Makefile"
26441 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442 wow32"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 dlls/ws2_32/Makefile"
26449 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450 ws2_32"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 dlls/ws2_32/tests/Makefile"
26457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26458 ws2_32/tests"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26461 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464 dlls/wsock32/Makefile"
26465 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466 wsock32"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 dlls/wtsapi32/Makefile"
26473 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474 wtsapi32"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 dlls/wuapi/Makefile"
26481 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482 wuapi"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488 dlls/xinput1_1/Makefile"
26489 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490 xinput1_1"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 dlls/xinput1_2/Makefile"
26497 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498 xinput1_2"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 dlls/xinput1_3/Makefile"
26505 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506 xinput1_3"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 dlls/xinput1_3/tests/Makefile"
26513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26514 xinput1_3/tests"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26517 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520 dlls/xinput9_1_0/Makefile"
26521 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522 xinput9_1_0"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 documentation/Makefile"
26529 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26530 documentation"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 documentation/Makefile: documentation/Makefile.in Make.rules"
26533 ac_config_files="$ac_config_files documentation/Makefile"
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536 fonts/Makefile"
26537 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26538 fonts"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 fonts/Makefile: fonts/Makefile.in Make.rules"
26541 ac_config_files="$ac_config_files fonts/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 include/Makefile"
26545 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26546 include"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 include/Makefile: include/Makefile.in Make.rules"
26549 ac_config_files="$ac_config_files include/Makefile"
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552 libs/Makefile"
26553 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26554 libs"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 libs/Makefile: libs/Makefile.in Make.rules"
26557 ac_config_files="$ac_config_files libs/Makefile"
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560 libs/port/Makefile"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26564 ac_config_files="$ac_config_files libs/port/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 libs/wine/Makefile"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26571 ac_config_files="$ac_config_files libs/wine/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 libs/wpp/Makefile"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26578 ac_config_files="$ac_config_files libs/wpp/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 loader/Makefile"
26582 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26583 loader"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 loader/Makefile: loader/Makefile.in Make.rules"
26586 ac_config_files="$ac_config_files loader/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 programs/Makefile"
26590 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26591 programs"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 programs/Makefile: programs/Makefile.in Make.rules"
26594 ac_config_files="$ac_config_files programs/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 programs/cacls/Makefile"
26598 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26599 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26600 cacls"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26603 ac_config_files="$ac_config_files programs/cacls/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 programs/clock/Makefile"
26607 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26608 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26609 clock"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26612 ac_config_files="$ac_config_files programs/clock/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 programs/cmd/Makefile"
26616 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26617 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26618 cmd"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26621 ac_config_files="$ac_config_files programs/cmd/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 programs/cmdlgtst/Makefile"
26625 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26626 cmdlgtst"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26629 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 programs/control/Makefile"
26633 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26634 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26635 control"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26638 ac_config_files="$ac_config_files programs/control/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 programs/eject/Makefile"
26642 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26643 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26644 eject"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26647 ac_config_files="$ac_config_files programs/eject/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 programs/expand/Makefile"
26651 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26652 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26653 expand"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26656 ac_config_files="$ac_config_files programs/expand/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 programs/explorer/Makefile"
26660 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26661 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26662 explorer"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26665 ac_config_files="$ac_config_files programs/explorer/Makefile"
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668 programs/hh/Makefile"
26669 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26670 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26674 ac_config_files="$ac_config_files programs/hh/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 programs/icinfo/Makefile"
26678 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26679 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26680 icinfo"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26683 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 programs/iexplore/Makefile"
26687 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26688 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26689 iexplore"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26692 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 programs/lodctr/Makefile"
26696 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26697 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26698 lodctr"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26701 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 programs/msiexec/Makefile"
26705 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26706 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26707 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26708 msiexec"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26711 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 programs/net/Makefile"
26715 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26716 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26717 net"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26720 ac_config_files="$ac_config_files programs/net/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 programs/notepad/Makefile"
26724 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26725 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26726 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26727 notepad"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26730 ac_config_files="$ac_config_files programs/notepad/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 programs/oleview/Makefile"
26734 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26735 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26736 oleview"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26739 ac_config_files="$ac_config_files programs/oleview/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 programs/progman/Makefile"
26743 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26744 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26745 progman"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26748 ac_config_files="$ac_config_files programs/progman/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 programs/reg/Makefile"
26752 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26753 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26754 reg"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26757 ac_config_files="$ac_config_files programs/reg/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 programs/regedit/Makefile"
26761 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26762 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26763 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26764 regedit"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26767 ac_config_files="$ac_config_files programs/regedit/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 programs/regsvr32/Makefile"
26771 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26772 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26773 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26774 regsvr32"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26777 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 programs/rpcss/Makefile"
26781 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26782 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26783 rpcss"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26786 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 programs/rundll32/Makefile"
26790 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26791 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26792 rundll32"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26795 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 programs/secedit/Makefile"
26799 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26800 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26801 secedit"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26804 ac_config_files="$ac_config_files programs/secedit/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 programs/services/Makefile"
26808 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26809 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26810 services"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26813 ac_config_files="$ac_config_files programs/services/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 programs/spoolsv/Makefile"
26817 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26818 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26819 spoolsv"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26822 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 programs/start/Makefile"
26826 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26827 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26828 start"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26831 ac_config_files="$ac_config_files programs/start/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 programs/svchost/Makefile"
26835 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26836 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26837 svchost"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26840 ac_config_files="$ac_config_files programs/svchost/Makefile"
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843 programs/taskmgr/Makefile"
26844 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26845 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26846 taskmgr"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26849 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 programs/uninstaller/Makefile"
26853 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26854 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26855 uninstaller"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26858 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 programs/unlodctr/Makefile"
26862 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26863 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26864 unlodctr"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26867 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 programs/view/Makefile"
26871 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26872 view"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26875 ac_config_files="$ac_config_files programs/view/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 programs/wineboot/Makefile"
26879 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26880 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26881 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26882 wineboot"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26885 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888 programs/winebrowser/Makefile"
26889 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26890 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26891 winebrowser"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26894 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 programs/winecfg/Makefile"
26898 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26899 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26900 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26901 winecfg"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26904 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907 programs/wineconsole/Makefile"
26908 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26909 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26910 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26911 wineconsole"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26914 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 programs/winedbg/Makefile"
26918 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26919 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26920 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26921 winedbg"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26924 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927 programs/winedevice/Makefile"
26928 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26929 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26930 winedevice"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26933 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936 programs/winefile/Makefile"
26937 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26938 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26939 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26940 winefile"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26943 ac_config_files="$ac_config_files programs/winefile/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 programs/winemenubuilder/Makefile"
26947 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26948 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26949 winemenubuilder"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26952 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955 programs/winemine/Makefile"
26956 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26957 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26958 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26959 winemine"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26962 ac_config_files="$ac_config_files programs/winemine/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 programs/winepath/Makefile"
26966 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26967 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26968 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26969 winepath"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26972 ac_config_files="$ac_config_files programs/winepath/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 programs/winetest/Makefile"
26976 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26977 winetest"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26980 ac_config_files="$ac_config_files programs/winetest/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 programs/winevdm/Makefile"
26984 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26985 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26986 winevdm"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26989 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992 programs/winhelp.exe16/Makefile"
26993 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26994 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26995 winhelp.exe16"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26998 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 programs/winhlp32/Makefile"
27002 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27003 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27004 winhlp32"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27007 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 programs/winoldap.mod16/Makefile"
27011 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27012 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27013 winoldap.mod16"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27016 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019 programs/winver/Makefile"
27020 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27021 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27022 winver"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27025 ac_config_files="$ac_config_files programs/winver/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 programs/wordpad/Makefile"
27029 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27030 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27031 wordpad"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27034 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/write/Makefile"
27038 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 write"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27043 ac_config_files="$ac_config_files programs/write/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 programs/xcopy/Makefile"
27047 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27048 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27049 xcopy"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 server/Makefile"
27056 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27057 server"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 server/Makefile: server/Makefile.in Make.rules"
27060 ac_config_files="$ac_config_files server/Makefile"
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063 tools/Makefile"
27064 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27065 tools"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 tools/Makefile: tools/Makefile.in Make.rules"
27068 ac_config_files="$ac_config_files tools/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 tools/widl/Makefile"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27075 ac_config_files="$ac_config_files tools/widl/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 tools/winebuild/Makefile"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27082 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 tools/winedump/Makefile"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27089 ac_config_files="$ac_config_files tools/winedump/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 tools/winegcc/Makefile"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27096 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 tools/wmc/Makefile"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27103 ac_config_files="$ac_config_files tools/wmc/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 tools/wrc/Makefile"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27110 ac_config_files="$ac_config_files tools/wrc/Makefile"
27114 ALL_WINETEST_DEPENDS="# Test binaries"
27116 for dir in $ALL_TEST_DIRS
27118 if test "$dir" != "\\"
27119 then
27120 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27121 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27122 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27123 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27125 done
27127 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27129 cat >confcache <<\_ACEOF
27130 # This file is a shell script that caches the results of configure
27131 # tests run on this system so they can be shared between configure
27132 # scripts and configure runs, see configure's option --config-cache.
27133 # It is not useful on other systems. If it contains results you don't
27134 # want to keep, you may remove or edit it.
27136 # config.status only pays attention to the cache file if you give it
27137 # the --recheck option to rerun configure.
27139 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27140 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27141 # following values.
27143 _ACEOF
27145 # The following way of writing the cache mishandles newlines in values,
27146 # but we know of no workaround that is simple, portable, and efficient.
27147 # So, we kill variables containing newlines.
27148 # Ultrix sh set writes to stderr and can't be redirected directly,
27149 # and sets the high bit in the cache file unless we assign to the vars.
27151 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27152 eval ac_val=\$$ac_var
27153 case $ac_val in #(
27154 *${as_nl}*)
27155 case $ac_var in #(
27156 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27157 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27158 esac
27159 case $ac_var in #(
27160 _ | IFS | as_nl) ;; #(
27161 *) $as_unset $ac_var ;;
27162 esac ;;
27163 esac
27164 done
27166 (set) 2>&1 |
27167 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27168 *${as_nl}ac_space=\ *)
27169 # `set' does not quote correctly, so add quotes (double-quote
27170 # substitution turns \\\\ into \\, and sed turns \\ into \).
27171 sed -n \
27172 "s/'/'\\\\''/g;
27173 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27174 ;; #(
27176 # `set' quotes correctly as required by POSIX, so do not add quotes.
27177 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27179 esac |
27180 sort
27182 sed '
27183 /^ac_cv_env_/b end
27184 t clear
27185 :clear
27186 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27187 t end
27188 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27189 :end' >>confcache
27190 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27191 if test -w "$cache_file"; then
27192 test "x$cache_file" != "x/dev/null" &&
27193 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27194 echo "$as_me: updating cache $cache_file" >&6;}
27195 cat confcache >$cache_file
27196 else
27197 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27198 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27201 rm -f confcache
27203 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27204 # Let make expand exec_prefix.
27205 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27207 DEFS=-DHAVE_CONFIG_H
27209 ac_libobjs=
27210 ac_ltlibobjs=
27211 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27212 # 1. Remove the extension, and $U if already installed.
27213 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27214 ac_i=`echo "$ac_i" | sed "$ac_script"`
27215 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27216 # will be set to the directory where LIBOBJS objects are built.
27217 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27218 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27219 done
27220 LIBOBJS=$ac_libobjs
27222 LTLIBOBJS=$ac_ltlibobjs
27226 : ${CONFIG_STATUS=./config.status}
27227 ac_clean_files_save=$ac_clean_files
27228 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27229 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27230 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27231 cat >$CONFIG_STATUS <<_ACEOF
27232 #! $SHELL
27233 # Generated by $as_me.
27234 # Run this file to recreate the current configuration.
27235 # Compiler output produced by configure, useful for debugging
27236 # configure, is in config.log if it exists.
27238 debug=false
27239 ac_cs_recheck=false
27240 ac_cs_silent=false
27241 SHELL=\${CONFIG_SHELL-$SHELL}
27242 _ACEOF
27244 cat >>$CONFIG_STATUS <<\_ACEOF
27245 ## --------------------- ##
27246 ## M4sh Initialization. ##
27247 ## --------------------- ##
27249 # Be more Bourne compatible
27250 DUALCASE=1; export DUALCASE # for MKS sh
27251 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27252 emulate sh
27253 NULLCMD=:
27254 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27255 # is contrary to our usage. Disable this feature.
27256 alias -g '${1+"$@"}'='"$@"'
27257 setopt NO_GLOB_SUBST
27258 else
27259 case `(set -o) 2>/dev/null` in
27260 *posix*) set -o posix ;;
27261 esac
27268 # PATH needs CR
27269 # Avoid depending upon Character Ranges.
27270 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27271 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27272 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27273 as_cr_digits='0123456789'
27274 as_cr_alnum=$as_cr_Letters$as_cr_digits
27276 # The user is always right.
27277 if test "${PATH_SEPARATOR+set}" != set; then
27278 echo "#! /bin/sh" >conf$$.sh
27279 echo "exit 0" >>conf$$.sh
27280 chmod +x conf$$.sh
27281 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27282 PATH_SEPARATOR=';'
27283 else
27284 PATH_SEPARATOR=:
27286 rm -f conf$$.sh
27289 # Support unset when possible.
27290 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27291 as_unset=unset
27292 else
27293 as_unset=false
27297 # IFS
27298 # We need space, tab and new line, in precisely that order. Quoting is
27299 # there to prevent editors from complaining about space-tab.
27300 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27301 # splitting by setting IFS to empty value.)
27302 as_nl='
27304 IFS=" "" $as_nl"
27306 # Find who we are. Look in the path if we contain no directory separator.
27307 case $0 in
27308 *[\\/]* ) as_myself=$0 ;;
27309 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27310 for as_dir in $PATH
27312 IFS=$as_save_IFS
27313 test -z "$as_dir" && as_dir=.
27314 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27315 done
27316 IFS=$as_save_IFS
27319 esac
27320 # We did not find ourselves, most probably we were run as `sh COMMAND'
27321 # in which case we are not to be found in the path.
27322 if test "x$as_myself" = x; then
27323 as_myself=$0
27325 if test ! -f "$as_myself"; then
27326 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27327 { (exit 1); exit 1; }
27330 # Work around bugs in pre-3.0 UWIN ksh.
27331 for as_var in ENV MAIL MAILPATH
27332 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27333 done
27334 PS1='$ '
27335 PS2='> '
27336 PS4='+ '
27338 # NLS nuisances.
27339 for as_var in \
27340 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27341 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27342 LC_TELEPHONE LC_TIME
27344 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27345 eval $as_var=C; export $as_var
27346 else
27347 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27349 done
27351 # Required to use basename.
27352 if expr a : '\(a\)' >/dev/null 2>&1 &&
27353 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27354 as_expr=expr
27355 else
27356 as_expr=false
27359 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27360 as_basename=basename
27361 else
27362 as_basename=false
27366 # Name of the executable.
27367 as_me=`$as_basename -- "$0" ||
27368 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27369 X"$0" : 'X\(//\)$' \| \
27370 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27371 echo X/"$0" |
27372 sed '/^.*\/\([^/][^/]*\)\/*$/{
27373 s//\1/
27376 /^X\/\(\/\/\)$/{
27377 s//\1/
27380 /^X\/\(\/\).*/{
27381 s//\1/
27384 s/.*/./; q'`
27386 # CDPATH.
27387 $as_unset CDPATH
27391 as_lineno_1=$LINENO
27392 as_lineno_2=$LINENO
27393 test "x$as_lineno_1" != "x$as_lineno_2" &&
27394 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27396 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27397 # uniformly replaced by the line number. The first 'sed' inserts a
27398 # line-number line after each line using $LINENO; the second 'sed'
27399 # does the real work. The second script uses 'N' to pair each
27400 # line-number line with the line containing $LINENO, and appends
27401 # trailing '-' during substitution so that $LINENO is not a special
27402 # case at line end.
27403 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27404 # scripts with optimization help from Paolo Bonzini. Blame Lee
27405 # E. McMahon (1931-1989) for sed's syntax. :-)
27406 sed -n '
27408 /[$]LINENO/=
27409 ' <$as_myself |
27410 sed '
27411 s/[$]LINENO.*/&-/
27412 t lineno
27414 :lineno
27416 :loop
27417 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27418 t loop
27419 s/-\n.*//
27420 ' >$as_me.lineno &&
27421 chmod +x "$as_me.lineno" ||
27422 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27423 { (exit 1); exit 1; }; }
27425 # Don't try to exec as it changes $[0], causing all sort of problems
27426 # (the dirname of $[0] is not the place where we might find the
27427 # original and so on. Autoconf is especially sensitive to this).
27428 . "./$as_me.lineno"
27429 # Exit status is that of the last command.
27430 exit
27434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27435 as_dirname=dirname
27436 else
27437 as_dirname=false
27440 ECHO_C= ECHO_N= ECHO_T=
27441 case `echo -n x` in
27442 -n*)
27443 case `echo 'x\c'` in
27444 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27445 *) ECHO_C='\c';;
27446 esac;;
27448 ECHO_N='-n';;
27449 esac
27451 if expr a : '\(a\)' >/dev/null 2>&1 &&
27452 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27453 as_expr=expr
27454 else
27455 as_expr=false
27458 rm -f conf$$ conf$$.exe conf$$.file
27459 if test -d conf$$.dir; then
27460 rm -f conf$$.dir/conf$$.file
27461 else
27462 rm -f conf$$.dir
27463 mkdir conf$$.dir
27465 echo >conf$$.file
27466 if ln -s conf$$.file conf$$ 2>/dev/null; then
27467 as_ln_s='ln -s'
27468 # ... but there are two gotchas:
27469 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27470 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27471 # In both cases, we have to default to `cp -p'.
27472 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27473 as_ln_s='cp -p'
27474 elif ln conf$$.file conf$$ 2>/dev/null; then
27475 as_ln_s=ln
27476 else
27477 as_ln_s='cp -p'
27479 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27480 rmdir conf$$.dir 2>/dev/null
27482 if mkdir -p . 2>/dev/null; then
27483 as_mkdir_p=:
27484 else
27485 test -d ./-p && rmdir ./-p
27486 as_mkdir_p=false
27489 if test -x / >/dev/null 2>&1; then
27490 as_test_x='test -x'
27491 else
27492 if ls -dL / >/dev/null 2>&1; then
27493 as_ls_L_option=L
27494 else
27495 as_ls_L_option=
27497 as_test_x='
27498 eval sh -c '\''
27499 if test -d "$1"; then
27500 test -d "$1/.";
27501 else
27502 case $1 in
27503 -*)set "./$1";;
27504 esac;
27505 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27506 ???[sx]*):;;*)false;;esac;fi
27507 '\'' sh
27510 as_executable_p=$as_test_x
27512 # Sed expression to map a string onto a valid CPP name.
27513 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27515 # Sed expression to map a string onto a valid variable name.
27516 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27519 exec 6>&1
27521 # Save the log message, to keep $[0] and so on meaningful, and to
27522 # report actual input values of CONFIG_FILES etc. instead of their
27523 # values after options handling.
27524 ac_log="
27525 This file was extended by Wine $as_me 1.1.17, which was
27526 generated by GNU Autoconf 2.61. Invocation command line was
27528 CONFIG_FILES = $CONFIG_FILES
27529 CONFIG_HEADERS = $CONFIG_HEADERS
27530 CONFIG_LINKS = $CONFIG_LINKS
27531 CONFIG_COMMANDS = $CONFIG_COMMANDS
27532 $ $0 $@
27534 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27537 _ACEOF
27539 cat >>$CONFIG_STATUS <<_ACEOF
27540 # Files that config.status was made for.
27541 config_files="$ac_config_files"
27542 config_headers="$ac_config_headers"
27543 config_commands="$ac_config_commands"
27545 _ACEOF
27547 cat >>$CONFIG_STATUS <<\_ACEOF
27548 ac_cs_usage="\
27549 \`$as_me' instantiates files from templates according to the
27550 current configuration.
27552 Usage: $0 [OPTIONS] [FILE]...
27554 -h, --help print this help, then exit
27555 -V, --version print version number and configuration settings, then exit
27556 -q, --quiet do not print progress messages
27557 -d, --debug don't remove temporary files
27558 --recheck update $as_me by reconfiguring in the same conditions
27559 --file=FILE[:TEMPLATE]
27560 instantiate the configuration file FILE
27561 --header=FILE[:TEMPLATE]
27562 instantiate the configuration header FILE
27564 Configuration files:
27565 $config_files
27567 Configuration headers:
27568 $config_headers
27570 Configuration commands:
27571 $config_commands
27573 Report bugs to <bug-autoconf@gnu.org>."
27575 _ACEOF
27576 cat >>$CONFIG_STATUS <<_ACEOF
27577 ac_cs_version="\\
27578 Wine config.status 1.1.17
27579 configured by $0, generated by GNU Autoconf 2.61,
27580 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27582 Copyright (C) 2006 Free Software Foundation, Inc.
27583 This config.status script is free software; the Free Software Foundation
27584 gives unlimited permission to copy, distribute and modify it."
27586 ac_pwd='$ac_pwd'
27587 srcdir='$srcdir'
27588 INSTALL='$INSTALL'
27589 _ACEOF
27591 cat >>$CONFIG_STATUS <<\_ACEOF
27592 # If no file are specified by the user, then we need to provide default
27593 # value. By we need to know if files were specified by the user.
27594 ac_need_defaults=:
27595 while test $# != 0
27597 case $1 in
27598 --*=*)
27599 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27600 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27601 ac_shift=:
27604 ac_option=$1
27605 ac_optarg=$2
27606 ac_shift=shift
27608 esac
27610 case $ac_option in
27611 # Handling of the options.
27612 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27613 ac_cs_recheck=: ;;
27614 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27615 echo "$ac_cs_version"; exit ;;
27616 --debug | --debu | --deb | --de | --d | -d )
27617 debug=: ;;
27618 --file | --fil | --fi | --f )
27619 $ac_shift
27620 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27621 ac_need_defaults=false;;
27622 --header | --heade | --head | --hea )
27623 $ac_shift
27624 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27625 ac_need_defaults=false;;
27626 --he | --h)
27627 # Conflict between --help and --header
27628 { echo "$as_me: error: ambiguous option: $1
27629 Try \`$0 --help' for more information." >&2
27630 { (exit 1); exit 1; }; };;
27631 --help | --hel | -h )
27632 echo "$ac_cs_usage"; exit ;;
27633 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27634 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27635 ac_cs_silent=: ;;
27637 # This is an error.
27638 -*) { echo "$as_me: error: unrecognized option: $1
27639 Try \`$0 --help' for more information." >&2
27640 { (exit 1); exit 1; }; } ;;
27642 *) ac_config_targets="$ac_config_targets $1"
27643 ac_need_defaults=false ;;
27645 esac
27646 shift
27647 done
27649 ac_configure_extra_args=
27651 if $ac_cs_silent; then
27652 exec 6>/dev/null
27653 ac_configure_extra_args="$ac_configure_extra_args --silent"
27656 _ACEOF
27657 cat >>$CONFIG_STATUS <<_ACEOF
27658 if \$ac_cs_recheck; then
27659 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27660 CONFIG_SHELL=$SHELL
27661 export CONFIG_SHELL
27662 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27665 _ACEOF
27666 cat >>$CONFIG_STATUS <<\_ACEOF
27667 exec 5>>config.log
27669 echo
27670 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27671 ## Running $as_me. ##
27672 _ASBOX
27673 echo "$ac_log"
27674 } >&5
27676 _ACEOF
27677 cat >>$CONFIG_STATUS <<_ACEOF
27678 _ACEOF
27680 cat >>$CONFIG_STATUS <<\_ACEOF
27682 # Handling of arguments.
27683 for ac_config_target in $ac_config_targets
27685 case $ac_config_target in
27686 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27687 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27688 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27689 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27690 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27691 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27692 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27693 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27694 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27695 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27696 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27697 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27698 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27699 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27700 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27701 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27702 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27703 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27704 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27705 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27706 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27707 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27708 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27709 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27710 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27711 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27712 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27713 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27714 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27715 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27716 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27717 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27718 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27719 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27720 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27721 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27722 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27723 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27724 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27725 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27726 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27727 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27728 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27729 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27730 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27731 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27732 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27733 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27734 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27735 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27736 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27737 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27738 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27739 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27740 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27741 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27742 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27743 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27744 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27745 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27746 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27747 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27748 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27749 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27750 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27751 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27752 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27753 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27754 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27755 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27756 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27757 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27758 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27759 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27760 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27761 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27762 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27763 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27764 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27765 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27766 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27767 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27768 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27769 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27770 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27771 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27772 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27773 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27774 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27775 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27776 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27777 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27778 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27779 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27780 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27781 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27782 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27783 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27784 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27785 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27786 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27787 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27788 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27789 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27790 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27791 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27792 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27793 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27794 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27795 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27796 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27797 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27798 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27799 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27800 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27801 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27802 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27803 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27804 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27805 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27806 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27807 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27808 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27809 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27810 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27811 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27812 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27813 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27814 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27815 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27816 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27817 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27818 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27819 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27820 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27821 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27822 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27823 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27824 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27825 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27826 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27827 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27828 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27829 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27830 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27831 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27832 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27833 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27834 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27835 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27836 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27837 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27838 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27839 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27840 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27841 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27842 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27843 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27844 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27845 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27846 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27847 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27848 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27849 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27850 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27851 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27852 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27853 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27854 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27855 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27856 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27857 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27858 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27859 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27860 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27861 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27862 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27863 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27864 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27865 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27866 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27867 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27868 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27869 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27870 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27871 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27872 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27873 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27874 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27875 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27876 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27877 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27878 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27879 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27880 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27881 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27882 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27883 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27884 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27885 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27886 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27887 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27888 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27889 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27890 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27891 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27892 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27893 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27894 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27895 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27896 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27897 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27898 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27899 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27900 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27901 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27902 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27903 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27904 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27905 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27906 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27907 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27908 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27909 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27910 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27911 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27912 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27913 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27914 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27915 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27916 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27917 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27918 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27919 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27920 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27921 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27922 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27923 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27924 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27925 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27926 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27927 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27928 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27929 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27930 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27931 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27932 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27933 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27934 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27935 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27936 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27937 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27938 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27939 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27940 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27941 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27942 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27943 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27944 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27945 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27946 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27947 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27948 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27949 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27950 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27951 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27952 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27953 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27954 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27955 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27956 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27957 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27958 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27959 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27960 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27961 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27962 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27963 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27964 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27965 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27966 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27967 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27968 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27969 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27970 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27971 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27972 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27973 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27974 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27975 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27976 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27977 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27978 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27979 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27980 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27981 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27982 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27983 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27984 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27985 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27986 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27987 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27988 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27989 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27990 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27991 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27992 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27993 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27994 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27995 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27996 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27997 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27998 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27999 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28000 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28001 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28002 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28003 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28004 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28005 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28006 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28007 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28008 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28009 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28010 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28011 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28012 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28013 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28014 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28015 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28016 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28017 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28018 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28019 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28020 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28021 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28022 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28023 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28024 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28025 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28026 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28027 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28028 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28029 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28030 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28031 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28032 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28033 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28034 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28035 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28036 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28037 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28038 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28039 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28040 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28041 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28042 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28043 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28044 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28045 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28046 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28047 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28048 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28049 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28050 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28051 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28052 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28053 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28054 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28055 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28056 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28057 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28058 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28059 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28060 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28061 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28062 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28063 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28064 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28065 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28066 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28067 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28068 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28069 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28070 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28071 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28072 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28073 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28074 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28075 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28076 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28077 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28078 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28079 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28080 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28081 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28082 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28083 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28084 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28085 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28086 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28087 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28088 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28089 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28090 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28091 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28092 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28093 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28094 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28095 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28096 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28097 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28098 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28099 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28100 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28101 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28102 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28103 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28104 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28105 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28106 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28107 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28108 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28109 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28110 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28111 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28112 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28113 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28114 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28115 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28116 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28117 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28118 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28119 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28120 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28121 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28122 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28123 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28124 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28125 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28126 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28127 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28128 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28129 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28130 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28131 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28132 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28133 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28134 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28135 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28136 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28137 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28138 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28139 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28140 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28141 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28142 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28143 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28144 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28145 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28146 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28147 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28148 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28149 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28150 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28151 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28152 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28153 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28154 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28155 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28156 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28157 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28158 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28159 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28160 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28161 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28162 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28163 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28164 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28165 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28166 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28167 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28168 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28169 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28170 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28171 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28172 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28173 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28174 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28175 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28176 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28177 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28178 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28179 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28180 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28181 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28182 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28183 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28184 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28185 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28186 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28187 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28188 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28189 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28191 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28192 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28193 { (exit 1); exit 1; }; };;
28194 esac
28195 done
28198 # If the user did not use the arguments to specify the items to instantiate,
28199 # then the envvar interface is used. Set only those that are not.
28200 # We use the long form for the default assignment because of an extremely
28201 # bizarre bug on SunOS 4.1.3.
28202 if $ac_need_defaults; then
28203 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28204 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28205 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28208 # Have a temporary directory for convenience. Make it in the build tree
28209 # simply because there is no reason against having it here, and in addition,
28210 # creating and moving files from /tmp can sometimes cause problems.
28211 # Hook for its removal unless debugging.
28212 # Note that there is a small window in which the directory will not be cleaned:
28213 # after its creation but before its name has been assigned to `$tmp'.
28214 $debug ||
28216 tmp=
28217 trap 'exit_status=$?
28218 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28220 trap '{ (exit 1); exit 1; }' 1 2 13 15
28222 # Create a (secure) tmp directory for tmp files.
28225 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28226 test -n "$tmp" && test -d "$tmp"
28227 } ||
28229 tmp=./conf$$-$RANDOM
28230 (umask 077 && mkdir "$tmp")
28231 } ||
28233 echo "$me: cannot create a temporary directory in ." >&2
28234 { (exit 1); exit 1; }
28238 # Set up the sed scripts for CONFIG_FILES section.
28241 # No need to generate the scripts if there are no CONFIG_FILES.
28242 # This happens for instance when ./config.status config.h
28243 if test -n "$CONFIG_FILES"; then
28245 _ACEOF
28247 # Create sed commands to just substitute file output variables.
28249 # Remaining file output variables are in a fragment that also has non-file
28250 # output varibles.
28254 ac_delim='%!_!# '
28255 for ac_last_try in false false false false false :; do
28256 cat >conf$$subs.sed <<_ACEOF
28257 SHELL!$SHELL$ac_delim
28258 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28259 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28260 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28261 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28262 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28263 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28264 exec_prefix!$exec_prefix$ac_delim
28265 prefix!$prefix$ac_delim
28266 program_transform_name!$program_transform_name$ac_delim
28267 bindir!$bindir$ac_delim
28268 sbindir!$sbindir$ac_delim
28269 libexecdir!$libexecdir$ac_delim
28270 datarootdir!$datarootdir$ac_delim
28271 datadir!$datadir$ac_delim
28272 sysconfdir!$sysconfdir$ac_delim
28273 sharedstatedir!$sharedstatedir$ac_delim
28274 localstatedir!$localstatedir$ac_delim
28275 includedir!$includedir$ac_delim
28276 oldincludedir!$oldincludedir$ac_delim
28277 docdir!$docdir$ac_delim
28278 infodir!$infodir$ac_delim
28279 htmldir!$htmldir$ac_delim
28280 dvidir!$dvidir$ac_delim
28281 pdfdir!$pdfdir$ac_delim
28282 psdir!$psdir$ac_delim
28283 libdir!$libdir$ac_delim
28284 localedir!$localedir$ac_delim
28285 mandir!$mandir$ac_delim
28286 DEFS!$DEFS$ac_delim
28287 ECHO_C!$ECHO_C$ac_delim
28288 ECHO_N!$ECHO_N$ac_delim
28289 ECHO_T!$ECHO_T$ac_delim
28290 LIBS!$LIBS$ac_delim
28291 build_alias!$build_alias$ac_delim
28292 host_alias!$host_alias$ac_delim
28293 target_alias!$target_alias$ac_delim
28294 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28295 build!$build$ac_delim
28296 build_cpu!$build_cpu$ac_delim
28297 build_vendor!$build_vendor$ac_delim
28298 build_os!$build_os$ac_delim
28299 host!$host$ac_delim
28300 host_cpu!$host_cpu$ac_delim
28301 host_vendor!$host_vendor$ac_delim
28302 host_os!$host_os$ac_delim
28303 SET_MAKE!$SET_MAKE$ac_delim
28304 CC!$CC$ac_delim
28305 CFLAGS!$CFLAGS$ac_delim
28306 LDFLAGS!$LDFLAGS$ac_delim
28307 CPPFLAGS!$CPPFLAGS$ac_delim
28308 ac_ct_CC!$ac_ct_CC$ac_delim
28309 EXEEXT!$EXEEXT$ac_delim
28310 OBJEXT!$OBJEXT$ac_delim
28311 CXX!$CXX$ac_delim
28312 CXXFLAGS!$CXXFLAGS$ac_delim
28313 ac_ct_CXX!$ac_ct_CXX$ac_delim
28314 CPPBIN!$CPPBIN$ac_delim
28315 TARGETFLAGS!$TARGETFLAGS$ac_delim
28316 WIN16_FILES!$WIN16_FILES$ac_delim
28317 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28318 TOOLSDIR!$TOOLSDIR$ac_delim
28319 FLEX!$FLEX$ac_delim
28320 BISON!$BISON$ac_delim
28321 AS!$AS$ac_delim
28322 ac_ct_AS!$ac_ct_AS$ac_delim
28323 LD!$LD$ac_delim
28324 ac_ct_LD!$ac_ct_LD$ac_delim
28325 NM!$NM$ac_delim
28326 ac_ct_NM!$ac_ct_NM$ac_delim
28327 AR!$AR$ac_delim
28328 ac_ct_AR!$ac_ct_AR$ac_delim
28329 ARFLAGS!$ARFLAGS$ac_delim
28330 RANLIB!$RANLIB$ac_delim
28331 STRIP!$STRIP$ac_delim
28332 WINDRES!$WINDRES$ac_delim
28333 LN_S!$LN_S$ac_delim
28334 LN!$LN$ac_delim
28335 GREP!$GREP$ac_delim
28336 EGREP!$EGREP$ac_delim
28337 LDCONFIG!$LDCONFIG$ac_delim
28338 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28339 _ACEOF
28341 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28342 break
28343 elif $ac_last_try; then
28344 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28345 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28346 { (exit 1); exit 1; }; }
28347 else
28348 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28350 done
28352 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28353 if test -n "$ac_eof"; then
28354 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28355 ac_eof=`expr $ac_eof + 1`
28358 cat >>$CONFIG_STATUS <<_ACEOF
28359 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28360 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28361 /^[ ]*@MAKE_RULES@[ ]*$/{
28362 r $MAKE_RULES
28365 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28366 r $MAKE_DLL_RULES
28369 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28370 r $MAKE_IMPLIB_RULES
28373 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28374 r $MAKE_TEST_RULES
28377 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28378 r $MAKE_PROG_RULES
28381 _ACEOF
28382 sed '
28383 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28384 s/^/s,@/; s/!/@,|#_!!_#|/
28387 s/'"$ac_delim"'$/,g/; t
28388 s/$/\\/; p
28389 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28390 ' >>$CONFIG_STATUS <conf$$subs.sed
28391 rm -f conf$$subs.sed
28392 cat >>$CONFIG_STATUS <<_ACEOF
28393 CEOF$ac_eof
28394 _ACEOF
28397 ac_delim='%!_!# '
28398 for ac_last_try in false false false false false :; do
28399 cat >conf$$subs.sed <<_ACEOF
28400 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28401 INSTALL_DATA!$INSTALL_DATA$ac_delim
28402 LINT!$LINT$ac_delim
28403 LINTFLAGS!$LINTFLAGS$ac_delim
28404 FONTFORGE!$FONTFORGE$ac_delim
28405 PKG_CONFIG!$PKG_CONFIG$ac_delim
28406 RSVG!$RSVG$ac_delim
28407 ICOTOOL!$ICOTOOL$ac_delim
28408 PRELINK!$PRELINK$ac_delim
28409 XLIB!$XLIB$ac_delim
28410 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28411 CPP!$CPP$ac_delim
28412 DLLEXT!$DLLEXT$ac_delim
28413 DLLFLAGS!$DLLFLAGS$ac_delim
28414 LDSHARED!$LDSHARED$ac_delim
28415 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28416 LIBEXT!$LIBEXT$ac_delim
28417 IMPLIBEXT!$IMPLIBEXT$ac_delim
28418 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28419 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28420 LDD!$LDD$ac_delim
28421 DLLTOOL!$DLLTOOL$ac_delim
28422 DLLWRAP!$DLLWRAP$ac_delim
28423 MINGWAR!$MINGWAR$ac_delim
28424 SECURITYLIB!$SECURITYLIB$ac_delim
28425 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28426 IOKITLIB!$IOKITLIB$ac_delim
28427 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28428 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28429 COREAUDIO!$COREAUDIO$ac_delim
28430 CARBONLIB!$CARBONLIB$ac_delim
28431 CROSSCC!$CROSSCC$ac_delim
28432 CROSSWINDRES!$CROSSWINDRES$ac_delim
28433 CROSSTEST!$CROSSTEST$ac_delim
28434 LIBPTHREAD!$LIBPTHREAD$ac_delim
28435 XMKMF!$XMKMF$ac_delim
28436 X_CFLAGS!$X_CFLAGS$ac_delim
28437 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28438 X_LIBS!$X_LIBS$ac_delim
28439 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28440 NASLIBS!$NASLIBS$ac_delim
28441 XML2LIBS!$XML2LIBS$ac_delim
28442 XML2INCL!$XML2INCL$ac_delim
28443 XSLTINCL!$XSLTINCL$ac_delim
28444 HALINCL!$HALINCL$ac_delim
28445 GNUTLSINCL!$GNUTLSINCL$ac_delim
28446 sane_devel!$sane_devel$ac_delim
28447 SANEINCL!$SANEINCL$ac_delim
28448 gphoto2_devel!$gphoto2_devel$ac_delim
28449 gphoto2port_devel!$gphoto2port_devel$ac_delim
28450 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28451 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28452 RESOLVLIBS!$RESOLVLIBS$ac_delim
28453 LCMSLIBS!$LCMSLIBS$ac_delim
28454 ft_devel!$ft_devel$ac_delim
28455 FREETYPELIBS!$FREETYPELIBS$ac_delim
28456 FREETYPEINCL!$FREETYPEINCL$ac_delim
28457 ESDCONFIG!$ESDCONFIG$ac_delim
28458 ESDINCL!$ESDINCL$ac_delim
28459 ESDLIBS!$ESDLIBS$ac_delim
28460 PULSELIBS!$PULSELIBS$ac_delim
28461 ALSALIBS!$ALSALIBS$ac_delim
28462 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28463 CUPSINCL!$CUPSINCL$ac_delim
28464 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28465 LIBKSTAT!$LIBKSTAT$ac_delim
28466 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28467 BUILTINFLAG!$BUILTINFLAG$ac_delim
28468 LDPATH!$LDPATH$ac_delim
28469 CRTLIBS!$CRTLIBS$ac_delim
28470 SOCKETLIBS!$SOCKETLIBS$ac_delim
28471 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28472 LIBDL!$LIBDL$ac_delim
28473 LIBPOLL!$LIBPOLL$ac_delim
28474 LDAPLIBS!$LDAPLIBS$ac_delim
28475 DEPENDENCIES!$DEPENDENCIES$ac_delim
28476 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28477 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28478 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28479 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28480 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28481 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28482 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28483 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28484 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28485 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28486 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28487 LIBOBJS!$LIBOBJS$ac_delim
28488 LTLIBOBJS!$LTLIBOBJS$ac_delim
28489 _ACEOF
28491 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28492 break
28493 elif $ac_last_try; then
28494 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28495 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28496 { (exit 1); exit 1; }; }
28497 else
28498 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28500 done
28502 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28503 if test -n "$ac_eof"; then
28504 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28505 ac_eof=`expr $ac_eof + 1`
28508 cat >>$CONFIG_STATUS <<_ACEOF
28509 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28510 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28511 _ACEOF
28512 sed '
28513 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28514 s/^/s,@/; s/!/@,|#_!!_#|/
28517 s/'"$ac_delim"'$/,g/; t
28518 s/$/\\/; p
28519 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28520 ' >>$CONFIG_STATUS <conf$$subs.sed
28521 rm -f conf$$subs.sed
28522 cat >>$CONFIG_STATUS <<_ACEOF
28523 :end
28524 s/|#_!!_#|//g
28525 CEOF$ac_eof
28526 _ACEOF
28529 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28530 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28531 # trailing colons and then remove the whole line if VPATH becomes empty
28532 # (actually we leave an empty line to preserve line numbers).
28533 if test "x$srcdir" = x.; then
28534 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28535 s/:*\$(srcdir):*/:/
28536 s/:*\${srcdir}:*/:/
28537 s/:*@srcdir@:*/:/
28538 s/^\([^=]*=[ ]*\):*/\1/
28539 s/:*$//
28540 s/^[^=]*=[ ]*$//
28544 cat >>$CONFIG_STATUS <<\_ACEOF
28545 fi # test -n "$CONFIG_FILES"
28548 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28550 case $ac_tag in
28551 :[FHLC]) ac_mode=$ac_tag; continue;;
28552 esac
28553 case $ac_mode$ac_tag in
28554 :[FHL]*:*);;
28555 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28556 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28557 { (exit 1); exit 1; }; };;
28558 :[FH]-) ac_tag=-:-;;
28559 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28560 esac
28561 ac_save_IFS=$IFS
28562 IFS=:
28563 set x $ac_tag
28564 IFS=$ac_save_IFS
28565 shift
28566 ac_file=$1
28567 shift
28569 case $ac_mode in
28570 :L) ac_source=$1;;
28571 :[FH])
28572 ac_file_inputs=
28573 for ac_f
28575 case $ac_f in
28576 -) ac_f="$tmp/stdin";;
28577 *) # Look for the file first in the build tree, then in the source tree
28578 # (if the path is not absolute). The absolute path cannot be DOS-style,
28579 # because $ac_f cannot contain `:'.
28580 test -f "$ac_f" ||
28581 case $ac_f in
28582 [\\/$]*) false;;
28583 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28584 esac ||
28585 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28586 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28587 { (exit 1); exit 1; }; };;
28588 esac
28589 ac_file_inputs="$ac_file_inputs $ac_f"
28590 done
28592 # Let's still pretend it is `configure' which instantiates (i.e., don't
28593 # use $as_me), people would be surprised to read:
28594 # /* config.h. Generated by config.status. */
28595 configure_input="Generated from "`IFS=:
28596 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28597 if test x"$ac_file" != x-; then
28598 configure_input="$ac_file. $configure_input"
28599 { echo "$as_me:$LINENO: creating $ac_file" >&5
28600 echo "$as_me: creating $ac_file" >&6;}
28603 case $ac_tag in
28604 *:-:* | *:-) cat >"$tmp/stdin";;
28605 esac
28607 esac
28609 ac_dir=`$as_dirname -- "$ac_file" ||
28610 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28611 X"$ac_file" : 'X\(//\)[^/]' \| \
28612 X"$ac_file" : 'X\(//\)$' \| \
28613 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28614 echo X"$ac_file" |
28615 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28616 s//\1/
28619 /^X\(\/\/\)[^/].*/{
28620 s//\1/
28623 /^X\(\/\/\)$/{
28624 s//\1/
28627 /^X\(\/\).*/{
28628 s//\1/
28631 s/.*/./; q'`
28632 { as_dir="$ac_dir"
28633 case $as_dir in #(
28634 -*) as_dir=./$as_dir;;
28635 esac
28636 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28637 as_dirs=
28638 while :; do
28639 case $as_dir in #(
28640 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28641 *) as_qdir=$as_dir;;
28642 esac
28643 as_dirs="'$as_qdir' $as_dirs"
28644 as_dir=`$as_dirname -- "$as_dir" ||
28645 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28646 X"$as_dir" : 'X\(//\)[^/]' \| \
28647 X"$as_dir" : 'X\(//\)$' \| \
28648 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28649 echo X"$as_dir" |
28650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28651 s//\1/
28654 /^X\(\/\/\)[^/].*/{
28655 s//\1/
28658 /^X\(\/\/\)$/{
28659 s//\1/
28662 /^X\(\/\).*/{
28663 s//\1/
28666 s/.*/./; q'`
28667 test -d "$as_dir" && break
28668 done
28669 test -z "$as_dirs" || eval "mkdir $as_dirs"
28670 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28671 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28672 { (exit 1); exit 1; }; }; }
28673 ac_builddir=.
28675 case "$ac_dir" in
28676 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28678 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28679 # A ".." for each directory in $ac_dir_suffix.
28680 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28681 case $ac_top_builddir_sub in
28682 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28683 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28684 esac ;;
28685 esac
28686 ac_abs_top_builddir=$ac_pwd
28687 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28688 # for backward compatibility:
28689 ac_top_builddir=$ac_top_build_prefix
28691 case $srcdir in
28692 .) # We are building in place.
28693 ac_srcdir=.
28694 ac_top_srcdir=$ac_top_builddir_sub
28695 ac_abs_top_srcdir=$ac_pwd ;;
28696 [\\/]* | ?:[\\/]* ) # Absolute name.
28697 ac_srcdir=$srcdir$ac_dir_suffix;
28698 ac_top_srcdir=$srcdir
28699 ac_abs_top_srcdir=$srcdir ;;
28700 *) # Relative name.
28701 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28702 ac_top_srcdir=$ac_top_build_prefix$srcdir
28703 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28704 esac
28705 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28708 case $ac_mode in
28711 # CONFIG_FILE
28714 case $INSTALL in
28715 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28716 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28717 esac
28718 _ACEOF
28720 cat >>$CONFIG_STATUS <<\_ACEOF
28721 # If the template does not know about datarootdir, expand it.
28722 # FIXME: This hack should be removed a few years after 2.60.
28723 ac_datarootdir_hack=; ac_datarootdir_seen=
28725 case `sed -n '/datarootdir/ {
28729 /@datadir@/p
28730 /@docdir@/p
28731 /@infodir@/p
28732 /@localedir@/p
28733 /@mandir@/p
28734 ' $ac_file_inputs` in
28735 *datarootdir*) ac_datarootdir_seen=yes;;
28736 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28737 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28738 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28739 _ACEOF
28740 cat >>$CONFIG_STATUS <<_ACEOF
28741 ac_datarootdir_hack='
28742 s&@datadir@&$datadir&g
28743 s&@docdir@&$docdir&g
28744 s&@infodir@&$infodir&g
28745 s&@localedir@&$localedir&g
28746 s&@mandir@&$mandir&g
28747 s&\\\${datarootdir}&$datarootdir&g' ;;
28748 esac
28749 _ACEOF
28751 # Neutralize VPATH when `$srcdir' = `.'.
28752 # Shell code in configure.ac might set extrasub.
28753 # FIXME: do we really want to maintain this feature?
28754 cat >>$CONFIG_STATUS <<_ACEOF
28755 sed "$ac_vpsub
28756 $extrasub
28757 _ACEOF
28758 cat >>$CONFIG_STATUS <<\_ACEOF
28760 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28761 s&@configure_input@&$configure_input&;t t
28762 s&@top_builddir@&$ac_top_builddir_sub&;t t
28763 s&@srcdir@&$ac_srcdir&;t t
28764 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28765 s&@top_srcdir@&$ac_top_srcdir&;t t
28766 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28767 s&@builddir@&$ac_builddir&;t t
28768 s&@abs_builddir@&$ac_abs_builddir&;t t
28769 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28770 s&@INSTALL@&$ac_INSTALL&;t t
28771 $ac_datarootdir_hack
28772 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28774 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28775 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28776 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28777 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28778 which seems to be undefined. Please make sure it is defined." >&5
28779 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28780 which seems to be undefined. Please make sure it is defined." >&2;}
28782 rm -f "$tmp/stdin"
28783 case $ac_file in
28784 -) cat "$tmp/out"; rm -f "$tmp/out";;
28785 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28786 esac
28790 # CONFIG_HEADER
28792 _ACEOF
28794 # Transform confdefs.h into a sed script `conftest.defines', that
28795 # substitutes the proper values into config.h.in to produce config.h.
28796 rm -f conftest.defines conftest.tail
28797 # First, append a space to every undef/define line, to ease matching.
28798 echo 's/$/ /' >conftest.defines
28799 # Then, protect against being on the right side of a sed subst, or in
28800 # an unquoted here document, in config.status. If some macros were
28801 # called several times there might be several #defines for the same
28802 # symbol, which is useless. But do not sort them, since the last
28803 # AC_DEFINE must be honored.
28804 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28805 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28806 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28807 # PARAMS is the parameter list in the macro definition--in most cases, it's
28808 # just an empty string.
28809 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28810 ac_dB='\\)[ (].*,\\1define\\2'
28811 ac_dC=' '
28812 ac_dD=' ,'
28814 uniq confdefs.h |
28815 sed -n '
28816 t rset
28817 :rset
28818 s/^[ ]*#[ ]*define[ ][ ]*//
28819 t ok
28822 s/[\\&,]/\\&/g
28823 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28824 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28825 ' >>conftest.defines
28827 # Remove the space that was appended to ease matching.
28828 # Then replace #undef with comments. This is necessary, for
28829 # example, in the case of _POSIX_SOURCE, which is predefined and required
28830 # on some systems where configure will not decide to define it.
28831 # (The regexp can be short, since the line contains either #define or #undef.)
28832 echo 's/ $//
28833 s,^[ #]*u.*,/* & */,' >>conftest.defines
28835 # Break up conftest.defines:
28836 ac_max_sed_lines=50
28838 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28839 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28840 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28841 # et cetera.
28842 ac_in='$ac_file_inputs'
28843 ac_out='"$tmp/out1"'
28844 ac_nxt='"$tmp/out2"'
28846 while :
28848 # Write a here document:
28849 cat >>$CONFIG_STATUS <<_ACEOF
28850 # First, check the format of the line:
28851 cat >"\$tmp/defines.sed" <<\\CEOF
28852 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28853 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28855 :def
28856 _ACEOF
28857 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28858 echo 'CEOF
28859 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28860 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28861 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28862 grep . conftest.tail >/dev/null || break
28863 rm -f conftest.defines
28864 mv conftest.tail conftest.defines
28865 done
28866 rm -f conftest.defines conftest.tail
28868 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28869 cat >>$CONFIG_STATUS <<\_ACEOF
28870 if test x"$ac_file" != x-; then
28871 echo "/* $configure_input */" >"$tmp/config.h"
28872 cat "$ac_result" >>"$tmp/config.h"
28873 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28874 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28875 echo "$as_me: $ac_file is unchanged" >&6;}
28876 else
28877 rm -f $ac_file
28878 mv "$tmp/config.h" $ac_file
28880 else
28881 echo "/* $configure_input */"
28882 cat "$ac_result"
28884 rm -f "$tmp/out12"
28887 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28888 echo "$as_me: executing $ac_file commands" >&6;}
28890 esac
28893 case $ac_file$ac_mode in
28894 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28895 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28896 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28897 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28898 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28899 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28900 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28901 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28902 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28903 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28904 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28905 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28906 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28908 esac
28909 done # for ac_tag
28912 { (exit 0); exit 0; }
28913 _ACEOF
28914 chmod +x $CONFIG_STATUS
28915 ac_clean_files=$ac_clean_files_save
28918 # configure is writing to config.log, and then calls config.status.
28919 # config.status does its own redirection, appending to config.log.
28920 # Unfortunately, on DOS this fails, as config.log is still kept open
28921 # by configure, so config.status won't be able to write to it; its
28922 # output is simply discarded. So we exec the FD to /dev/null,
28923 # effectively closing config.log, so it can be properly (re)opened and
28924 # appended to by config.status. When coming back to configure, we
28925 # need to make the FD available again.
28926 if test "$no_create" != yes; then
28927 ac_cs_success=:
28928 ac_config_status_args=
28929 test "$silent" = yes &&
28930 ac_config_status_args="$ac_config_status_args --quiet"
28931 exec 5>/dev/null
28932 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28933 exec 5>>config.log
28934 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28935 # would make configure fail if this is the last instruction.
28936 $ac_cs_success || { (exit 1); exit 1; }
28940 if test "$no_create" = "yes"
28941 then
28942 exit 0
28945 ac_save_IFS="$IFS"
28946 if test "x$wine_notices != "x; then
28947 echo >&6
28948 IFS="|"
28949 for msg in $wine_notices; do
28950 IFS="$ac_save_IFS"
28951 if test -n "$msg"; then
28952 { echo "$as_me:$LINENO: $msg" >&5
28953 echo "$as_me: $msg" >&6;}
28955 done
28957 IFS="|"
28958 for msg in $wine_warnings; do
28959 IFS="$ac_save_IFS"
28960 if test -n "$msg"; then
28961 echo >&2
28962 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28963 echo "$as_me: WARNING: $msg" >&2;}
28965 done
28966 IFS="$ac_save_IFS"
28968 echo "
28969 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28970 " >&6