push 556f62bab943c37bb6cbad95a6ecb3d73e04a93f
[wine/hacks.git] / configure
blob728e72a459ab9812c0a91174fa87ac4ee4285b37
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.18.
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.18'
578 PACKAGE_STRING='Wine 1.1.18'
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.18 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.18:";;
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.18
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.18, 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*|*-cygwin*)
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 enable_iphlpapi=${enable_iphlpapi:-no}
7344 enable_kernel32=${enable_kernel32:-no}
7345 enable_msvcrt=${enable_msvcrt:-no}
7346 enable_ntdll=${enable_ntdll:-no}
7347 enable_ws2_32=${enable_ws2_32:-no}
7348 enable_loader=${enable_loader:-no}
7349 enable_server=${enable_server:-no}
7350 with_x=${with_x:-no}
7351 with_pthread=${with_pthread:-no}
7353 darwin*|macosx*)
7354 DLLEXT=".so"
7355 LIBEXT="dylib"
7356 DLLFLAGS="$DLLFLAGS -fPIC"
7357 LDDLLFLAGS="-bundle -multiply_defined suppress"
7358 LIBWINE_LDFLAGS="-multiply_defined suppress"
7359 LDSHARED="\$(CC) -dynamiclib"
7360 STRIP="$STRIP -x"
7361 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7362 SECURITYLIB="-framework Security -framework CoreFoundation"
7364 COREFOUNDATIONLIB="-framework CoreFoundation"
7366 IOKITLIB="-framework IOKit -framework CoreFoundation"
7368 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7370 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7371 then
7372 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7375 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7376 then
7377 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7380 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7381 then
7382 ac_save_LIBS="$LIBS"
7383 LIBS="$LIBS $IOKITLIB"
7385 for ac_func in IOHIDManagerCreate
7387 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7388 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7389 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7390 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7391 echo $ECHO_N "(cached) $ECHO_C" >&6
7392 else
7393 cat >conftest.$ac_ext <<_ACEOF
7394 /* confdefs.h. */
7395 _ACEOF
7396 cat confdefs.h >>conftest.$ac_ext
7397 cat >>conftest.$ac_ext <<_ACEOF
7398 /* end confdefs.h. */
7399 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7400 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7401 #define $ac_func innocuous_$ac_func
7403 /* System header to define __stub macros and hopefully few prototypes,
7404 which can conflict with char $ac_func (); below.
7405 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7406 <limits.h> exists even on freestanding compilers. */
7408 #ifdef __STDC__
7409 # include <limits.h>
7410 #else
7411 # include <assert.h>
7412 #endif
7414 #undef $ac_func
7416 /* Override any GCC internal prototype to avoid an error.
7417 Use char because int might match the return type of a GCC
7418 builtin and then its argument prototype would still apply. */
7419 #ifdef __cplusplus
7420 extern "C"
7421 #endif
7422 char $ac_func ();
7423 /* The GNU C library defines this for functions which it implements
7424 to always fail with ENOSYS. Some functions are actually named
7425 something starting with __ and the normal name is an alias. */
7426 #if defined __stub_$ac_func || defined __stub___$ac_func
7427 choke me
7428 #endif
7431 main ()
7433 return $ac_func ();
7435 return 0;
7437 _ACEOF
7438 rm -f conftest.$ac_objext conftest$ac_exeext
7439 if { (ac_try="$ac_link"
7440 case "(($ac_try" in
7441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7442 *) ac_try_echo=$ac_try;;
7443 esac
7444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7445 (eval "$ac_link") 2>conftest.er1
7446 ac_status=$?
7447 grep -v '^ *+' conftest.er1 >conftest.err
7448 rm -f conftest.er1
7449 cat conftest.err >&5
7450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7451 (exit $ac_status); } && {
7452 test -z "$ac_c_werror_flag" ||
7453 test ! -s conftest.err
7454 } && test -s conftest$ac_exeext &&
7455 $as_test_x conftest$ac_exeext; then
7456 eval "$as_ac_var=yes"
7457 else
7458 echo "$as_me: failed program was:" >&5
7459 sed 's/^/| /' conftest.$ac_ext >&5
7461 eval "$as_ac_var=no"
7464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7465 conftest$ac_exeext conftest.$ac_ext
7467 ac_res=`eval echo '${'$as_ac_var'}'`
7468 { echo "$as_me:$LINENO: result: $ac_res" >&5
7469 echo "${ECHO_T}$ac_res" >&6; }
7470 if test `eval echo '${'$as_ac_var'}'` = yes; then
7471 cat >>confdefs.h <<_ACEOF
7472 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7473 _ACEOF
7476 done
7478 LIBS="$ac_save_LIBS"
7480 case $host_cpu in
7481 *powerpc*)
7482 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7483 esac
7484 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7485 then
7486 CARBONLIB="-framework Carbon"
7488 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7492 DLLFLAGS="$DLLFLAGS -fPIC"
7493 DLLEXT=".so"
7494 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7495 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7496 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7497 echo $ECHO_N "(cached) $ECHO_C" >&6
7498 else
7499 ac_wine_try_cflags_saved=$CFLAGS
7500 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7501 cat >conftest.$ac_ext <<_ACEOF
7502 void myfunc() {}
7503 _ACEOF
7504 rm -f conftest.$ac_objext conftest$ac_exeext
7505 if { (ac_try="$ac_link"
7506 case "(($ac_try" in
7507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7508 *) ac_try_echo=$ac_try;;
7509 esac
7510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7511 (eval "$ac_link") 2>conftest.er1
7512 ac_status=$?
7513 grep -v '^ *+' conftest.er1 >conftest.err
7514 rm -f conftest.er1
7515 cat conftest.err >&5
7516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7517 (exit $ac_status); } && {
7518 test -z "$ac_c_werror_flag" ||
7519 test ! -s conftest.err
7520 } && test -s conftest$ac_exeext &&
7521 $as_test_x conftest$ac_exeext; then
7522 ac_cv_c_dll_gnuelf="yes"
7523 else
7524 echo "$as_me: failed program was:" >&5
7525 sed 's/^/| /' conftest.$ac_ext >&5
7527 ac_cv_c_dll_gnuelf="no"
7530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7531 conftest$ac_exeext conftest.$ac_ext
7532 CFLAGS=$ac_wine_try_cflags_saved
7534 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7535 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7536 if test "$ac_cv_c_dll_gnuelf" = "yes"
7537 then
7538 LDSHARED="\$(CC) -shared"
7539 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7540 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7541 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7542 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7543 echo $ECHO_N "(cached) $ECHO_C" >&6
7544 else
7545 ac_wine_try_cflags_saved=$CFLAGS
7546 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7547 cat >conftest.$ac_ext <<_ACEOF
7548 /* confdefs.h. */
7549 _ACEOF
7550 cat confdefs.h >>conftest.$ac_ext
7551 cat >>conftest.$ac_ext <<_ACEOF
7552 /* end confdefs.h. */
7555 main ()
7559 return 0;
7561 _ACEOF
7562 rm -f conftest.$ac_objext conftest$ac_exeext
7563 if { (ac_try="$ac_link"
7564 case "(($ac_try" in
7565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7566 *) ac_try_echo=$ac_try;;
7567 esac
7568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7569 (eval "$ac_link") 2>conftest.er1
7570 ac_status=$?
7571 grep -v '^ *+' conftest.er1 >conftest.err
7572 rm -f conftest.er1
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest$ac_exeext &&
7579 $as_test_x conftest$ac_exeext; then
7580 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7581 else
7582 echo "$as_me: failed program was:" >&5
7583 sed 's/^/| /' conftest.$ac_ext >&5
7585 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7589 conftest$ac_exeext conftest.$ac_ext
7590 CFLAGS=$ac_wine_try_cflags_saved
7592 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7593 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7594 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7595 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7596 else
7597 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7598 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7599 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7600 echo $ECHO_N "(cached) $ECHO_C" >&6
7601 else
7602 ac_wine_try_cflags_saved=$CFLAGS
7603 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7604 cat >conftest.$ac_ext <<_ACEOF
7605 /* confdefs.h. */
7606 _ACEOF
7607 cat confdefs.h >>conftest.$ac_ext
7608 cat >>conftest.$ac_ext <<_ACEOF
7609 /* end confdefs.h. */
7612 main ()
7616 return 0;
7618 _ACEOF
7619 rm -f conftest.$ac_objext conftest$ac_exeext
7620 if { (ac_try="$ac_link"
7621 case "(($ac_try" in
7622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7623 *) ac_try_echo=$ac_try;;
7624 esac
7625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7626 (eval "$ac_link") 2>conftest.er1
7627 ac_status=$?
7628 grep -v '^ *+' conftest.er1 >conftest.err
7629 rm -f conftest.er1
7630 cat conftest.err >&5
7631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632 (exit $ac_status); } && {
7633 test -z "$ac_c_werror_flag" ||
7634 test ! -s conftest.err
7635 } && test -s conftest$ac_exeext &&
7636 $as_test_x conftest$ac_exeext; then
7637 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7638 else
7639 echo "$as_me: failed program was:" >&5
7640 sed 's/^/| /' conftest.$ac_ext >&5
7642 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7646 conftest$ac_exeext conftest.$ac_ext
7647 CFLAGS=$ac_wine_try_cflags_saved
7649 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7650 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7651 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7652 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7658 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7659 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7660 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7661 echo $ECHO_N "(cached) $ECHO_C" >&6
7662 else
7663 ac_wine_try_cflags_saved=$CFLAGS
7664 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7665 cat >conftest.$ac_ext <<_ACEOF
7666 /* confdefs.h. */
7667 _ACEOF
7668 cat confdefs.h >>conftest.$ac_ext
7669 cat >>conftest.$ac_ext <<_ACEOF
7670 /* end confdefs.h. */
7673 main ()
7677 return 0;
7679 _ACEOF
7680 rm -f conftest.$ac_objext conftest$ac_exeext
7681 if { (ac_try="$ac_link"
7682 case "(($ac_try" in
7683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7684 *) ac_try_echo=$ac_try;;
7685 esac
7686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7687 (eval "$ac_link") 2>conftest.er1
7688 ac_status=$?
7689 grep -v '^ *+' conftest.er1 >conftest.err
7690 rm -f conftest.er1
7691 cat conftest.err >&5
7692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); } && {
7694 test -z "$ac_c_werror_flag" ||
7695 test ! -s conftest.err
7696 } && test -s conftest$ac_exeext &&
7697 $as_test_x conftest$ac_exeext; then
7698 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7699 else
7700 echo "$as_me: failed program was:" >&5
7701 sed 's/^/| /' conftest.$ac_ext >&5
7703 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7707 conftest$ac_exeext conftest.$ac_ext
7708 CFLAGS=$ac_wine_try_cflags_saved
7710 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7711 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7712 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7713 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7717 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7718 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7719 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7720 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 else
7722 ac_wine_try_cflags_saved=$CFLAGS
7723 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7724 cat >conftest.$ac_ext <<_ACEOF
7725 /* confdefs.h. */
7726 _ACEOF
7727 cat confdefs.h >>conftest.$ac_ext
7728 cat >>conftest.$ac_ext <<_ACEOF
7729 /* end confdefs.h. */
7732 main ()
7736 return 0;
7738 _ACEOF
7739 rm -f conftest.$ac_objext conftest$ac_exeext
7740 if { (ac_try="$ac_link"
7741 case "(($ac_try" in
7742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7743 *) ac_try_echo=$ac_try;;
7744 esac
7745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7746 (eval "$ac_link") 2>conftest.er1
7747 ac_status=$?
7748 grep -v '^ *+' conftest.er1 >conftest.err
7749 rm -f conftest.er1
7750 cat conftest.err >&5
7751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752 (exit $ac_status); } && {
7753 test -z "$ac_c_werror_flag" ||
7754 test ! -s conftest.err
7755 } && test -s conftest$ac_exeext &&
7756 $as_test_x conftest$ac_exeext; then
7757 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7758 else
7759 echo "$as_me: failed program was:" >&5
7760 sed 's/^/| /' conftest.$ac_ext >&5
7762 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7766 conftest$ac_exeext conftest.$ac_ext
7767 CFLAGS=$ac_wine_try_cflags_saved
7769 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7770 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7771 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7772 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7776 echo '{ global: *; };' >conftest.map
7777 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7778 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7779 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7780 echo $ECHO_N "(cached) $ECHO_C" >&6
7781 else
7782 ac_wine_try_cflags_saved=$CFLAGS
7783 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7784 cat >conftest.$ac_ext <<_ACEOF
7785 /* confdefs.h. */
7786 _ACEOF
7787 cat confdefs.h >>conftest.$ac_ext
7788 cat >>conftest.$ac_ext <<_ACEOF
7789 /* end confdefs.h. */
7792 main ()
7796 return 0;
7798 _ACEOF
7799 rm -f conftest.$ac_objext conftest$ac_exeext
7800 if { (ac_try="$ac_link"
7801 case "(($ac_try" in
7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7803 *) ac_try_echo=$ac_try;;
7804 esac
7805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7806 (eval "$ac_link") 2>conftest.er1
7807 ac_status=$?
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
7811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } && {
7813 test -z "$ac_c_werror_flag" ||
7814 test ! -s conftest.err
7815 } && test -s conftest$ac_exeext &&
7816 $as_test_x conftest$ac_exeext; then
7817 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7818 else
7819 echo "$as_me: failed program was:" >&5
7820 sed 's/^/| /' conftest.$ac_ext >&5
7822 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7826 conftest$ac_exeext conftest.$ac_ext
7827 CFLAGS=$ac_wine_try_cflags_saved
7829 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7830 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7831 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7832 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7835 rm -f conftest.map
7837 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7838 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7839 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7840 echo $ECHO_N "(cached) $ECHO_C" >&6
7841 else
7842 ac_wine_try_cflags_saved=$CFLAGS
7843 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7844 cat >conftest.$ac_ext <<_ACEOF
7845 /* confdefs.h. */
7846 _ACEOF
7847 cat confdefs.h >>conftest.$ac_ext
7848 cat >>conftest.$ac_ext <<_ACEOF
7849 /* end confdefs.h. */
7852 main ()
7856 return 0;
7858 _ACEOF
7859 rm -f conftest.$ac_objext conftest$ac_exeext
7860 if { (ac_try="$ac_link"
7861 case "(($ac_try" in
7862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7863 *) ac_try_echo=$ac_try;;
7864 esac
7865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7866 (eval "$ac_link") 2>conftest.er1
7867 ac_status=$?
7868 grep -v '^ *+' conftest.er1 >conftest.err
7869 rm -f conftest.er1
7870 cat conftest.err >&5
7871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7872 (exit $ac_status); } && {
7873 test -z "$ac_c_werror_flag" ||
7874 test ! -s conftest.err
7875 } && test -s conftest$ac_exeext &&
7876 $as_test_x conftest$ac_exeext; then
7877 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7878 else
7879 echo "$as_me: failed program was:" >&5
7880 sed 's/^/| /' conftest.$ac_ext >&5
7882 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7886 conftest$ac_exeext conftest.$ac_ext
7887 CFLAGS=$ac_wine_try_cflags_saved
7889 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7890 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7891 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7892 LDEXECFLAGS="-Wl,--export-dynamic"
7897 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7898 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7899 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7900 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7901 echo $ECHO_N "(cached) $ECHO_C" >&6
7902 else
7903 ac_wine_try_cflags_saved=$CFLAGS
7904 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7905 cat >conftest.$ac_ext <<_ACEOF
7906 /* confdefs.h. */
7907 _ACEOF
7908 cat confdefs.h >>conftest.$ac_ext
7909 cat >>conftest.$ac_ext <<_ACEOF
7910 /* end confdefs.h. */
7913 main ()
7917 return 0;
7919 _ACEOF
7920 rm -f conftest.$ac_objext conftest$ac_exeext
7921 if { (ac_try="$ac_link"
7922 case "(($ac_try" in
7923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7924 *) ac_try_echo=$ac_try;;
7925 esac
7926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7927 (eval "$ac_link") 2>conftest.er1
7928 ac_status=$?
7929 grep -v '^ *+' conftest.er1 >conftest.err
7930 rm -f conftest.er1
7931 cat conftest.err >&5
7932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933 (exit $ac_status); } && {
7934 test -z "$ac_c_werror_flag" ||
7935 test ! -s conftest.err
7936 } && test -s conftest$ac_exeext &&
7937 $as_test_x conftest$ac_exeext; then
7938 eval "$as_ac_var=yes"
7939 else
7940 echo "$as_me: failed program was:" >&5
7941 sed 's/^/| /' conftest.$ac_ext >&5
7943 eval "$as_ac_var=no"
7946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7947 conftest$ac_exeext conftest.$ac_ext
7948 CFLAGS=$ac_wine_try_cflags_saved
7950 ac_res=`eval echo '${'$as_ac_var'}'`
7951 { echo "$as_me:$LINENO: result: $ac_res" >&5
7952 echo "${ECHO_T}$ac_res" >&6; }
7953 if test `eval echo '${'$as_ac_var'}'` = yes; then
7954 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7955 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7956 else
7957 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7958 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7959 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7960 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7961 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 else
7963 ac_wine_try_cflags_saved=$CFLAGS
7964 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7965 cat >conftest.$ac_ext <<_ACEOF
7966 /* confdefs.h. */
7967 _ACEOF
7968 cat confdefs.h >>conftest.$ac_ext
7969 cat >>conftest.$ac_ext <<_ACEOF
7970 /* end confdefs.h. */
7973 main ()
7977 return 0;
7979 _ACEOF
7980 rm -f conftest.$ac_objext conftest$ac_exeext
7981 if { (ac_try="$ac_link"
7982 case "(($ac_try" in
7983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7984 *) ac_try_echo=$ac_try;;
7985 esac
7986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7987 (eval "$ac_link") 2>conftest.er1
7988 ac_status=$?
7989 grep -v '^ *+' conftest.er1 >conftest.err
7990 rm -f conftest.er1
7991 cat conftest.err >&5
7992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7993 (exit $ac_status); } && {
7994 test -z "$ac_c_werror_flag" ||
7995 test ! -s conftest.err
7996 } && test -s conftest$ac_exeext &&
7997 $as_test_x conftest$ac_exeext; then
7998 eval "$as_ac_var=yes"
7999 else
8000 echo "$as_me: failed program was:" >&5
8001 sed 's/^/| /' conftest.$ac_ext >&5
8003 eval "$as_ac_var=no"
8006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8007 conftest$ac_exeext conftest.$ac_ext
8008 CFLAGS=$ac_wine_try_cflags_saved
8010 ac_res=`eval echo '${'$as_ac_var'}'`
8011 { echo "$as_me:$LINENO: result: $ac_res" >&5
8012 echo "${ECHO_T}$ac_res" >&6; }
8013 if test `eval echo '${'$as_ac_var'}'` = yes; then
8014 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8015 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8021 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8022 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8023 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8024 echo $ECHO_N "(cached) $ECHO_C" >&6
8025 else
8026 ac_wine_try_cflags_saved=$CFLAGS
8027 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8028 cat >conftest.$ac_ext <<_ACEOF
8029 /* confdefs.h. */
8030 _ACEOF
8031 cat confdefs.h >>conftest.$ac_ext
8032 cat >>conftest.$ac_ext <<_ACEOF
8033 /* end confdefs.h. */
8036 main ()
8040 return 0;
8042 _ACEOF
8043 rm -f conftest.$ac_objext conftest$ac_exeext
8044 if { (ac_try="$ac_link"
8045 case "(($ac_try" in
8046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8047 *) ac_try_echo=$ac_try;;
8048 esac
8049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8050 (eval "$ac_link") 2>conftest.er1
8051 ac_status=$?
8052 grep -v '^ *+' conftest.er1 >conftest.err
8053 rm -f conftest.er1
8054 cat conftest.err >&5
8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8056 (exit $ac_status); } && {
8057 test -z "$ac_c_werror_flag" ||
8058 test ! -s conftest.err
8059 } && test -s conftest$ac_exeext &&
8060 $as_test_x conftest$ac_exeext; then
8061 ac_cv_cflags__Wl___enable_new_dtags=yes
8062 else
8063 echo "$as_me: failed program was:" >&5
8064 sed 's/^/| /' conftest.$ac_ext >&5
8066 ac_cv_cflags__Wl___enable_new_dtags=no
8069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8070 conftest$ac_exeext conftest.$ac_ext
8071 CFLAGS=$ac_wine_try_cflags_saved
8073 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8074 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8075 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8076 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8080 case $host_cpu in
8081 *i[3456789]86* | x86_64)
8082 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8083 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8084 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8085 echo $ECHO_N "(cached) $ECHO_C" >&6
8086 else
8087 ac_wine_try_cflags_saved=$CFLAGS
8088 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8089 cat >conftest.$ac_ext <<_ACEOF
8090 /* confdefs.h. */
8091 _ACEOF
8092 cat confdefs.h >>conftest.$ac_ext
8093 cat >>conftest.$ac_ext <<_ACEOF
8094 /* end confdefs.h. */
8097 main ()
8101 return 0;
8103 _ACEOF
8104 rm -f conftest.$ac_objext conftest$ac_exeext
8105 if { (ac_try="$ac_link"
8106 case "(($ac_try" in
8107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8108 *) ac_try_echo=$ac_try;;
8109 esac
8110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8111 (eval "$ac_link") 2>conftest.er1
8112 ac_status=$?
8113 grep -v '^ *+' conftest.er1 >conftest.err
8114 rm -f conftest.er1
8115 cat conftest.err >&5
8116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8117 (exit $ac_status); } && {
8118 test -z "$ac_c_werror_flag" ||
8119 test ! -s conftest.err
8120 } && test -s conftest$ac_exeext &&
8121 $as_test_x conftest$ac_exeext; then
8122 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8123 else
8124 echo "$as_me: failed program was:" >&5
8125 sed 's/^/| /' conftest.$ac_ext >&5
8127 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8131 conftest$ac_exeext conftest.$ac_ext
8132 CFLAGS=$ac_wine_try_cflags_saved
8134 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8135 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8136 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8137 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8141 esac
8143 else
8144 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8145 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8146 if test "${ac_cv_c_dll_unixware+set}" = set; then
8147 echo $ECHO_N "(cached) $ECHO_C" >&6
8148 else
8149 ac_wine_try_cflags_saved=$CFLAGS
8150 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8151 cat >conftest.$ac_ext <<_ACEOF
8152 void myfunc() {}
8153 _ACEOF
8154 rm -f conftest.$ac_objext conftest$ac_exeext
8155 if { (ac_try="$ac_link"
8156 case "(($ac_try" in
8157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8158 *) ac_try_echo=$ac_try;;
8159 esac
8160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8161 (eval "$ac_link") 2>conftest.er1
8162 ac_status=$?
8163 grep -v '^ *+' conftest.er1 >conftest.err
8164 rm -f conftest.er1
8165 cat conftest.err >&5
8166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8167 (exit $ac_status); } && {
8168 test -z "$ac_c_werror_flag" ||
8169 test ! -s conftest.err
8170 } && test -s conftest$ac_exeext &&
8171 $as_test_x conftest$ac_exeext; then
8172 ac_cv_c_dll_unixware="yes"
8173 else
8174 echo "$as_me: failed program was:" >&5
8175 sed 's/^/| /' conftest.$ac_ext >&5
8177 ac_cv_c_dll_unixware="no"
8180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8181 conftest$ac_exeext conftest.$ac_ext
8182 CFLAGS=$ac_wine_try_cflags_saved
8184 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8185 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8186 if test "$ac_cv_c_dll_unixware" = "yes"
8187 then
8188 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8189 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8191 else
8192 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8193 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8194 if test "${ac_cv_c_dll_hpux+set}" = set; then
8195 echo $ECHO_N "(cached) $ECHO_C" >&6
8196 else
8197 ac_wine_try_cflags_saved=$CFLAGS
8198 CFLAGS="$CFLAGS -shared"
8199 cat >conftest.$ac_ext <<_ACEOF
8200 void myfunc() {}
8201 _ACEOF
8202 rm -f conftest.$ac_objext conftest$ac_exeext
8203 if { (ac_try="$ac_link"
8204 case "(($ac_try" in
8205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8206 *) ac_try_echo=$ac_try;;
8207 esac
8208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8209 (eval "$ac_link") 2>conftest.er1
8210 ac_status=$?
8211 grep -v '^ *+' conftest.er1 >conftest.err
8212 rm -f conftest.er1
8213 cat conftest.err >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } && {
8216 test -z "$ac_c_werror_flag" ||
8217 test ! -s conftest.err
8218 } && test -s conftest$ac_exeext &&
8219 $as_test_x conftest$ac_exeext; then
8220 ac_cv_c_dll_hpux="yes"
8221 else
8222 echo "$as_me: failed program was:" >&5
8223 sed 's/^/| /' conftest.$ac_ext >&5
8225 ac_cv_c_dll_hpux="no"
8228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8229 conftest$ac_exeext conftest.$ac_ext
8230 CFLAGS=$ac_wine_try_cflags_saved
8232 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8233 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8234 if test "$ac_cv_c_dll_hpux" = "yes"
8235 then
8236 LIBEXT="sl"
8237 DLLEXT=".sl"
8238 LDDLLFLAGS="-shared -fPIC"
8239 LDSHARED="\$(CC) -shared"
8244 esac
8246 enable_winequartz_drv=${enable_winequartz_drv:-no}
8248 if test "$LIBEXT" = "a"; then
8249 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8250 It is currently not possible to build Wine without shared library
8251 (.so) support to allow transparent switch between .so and .dll files.
8252 If you are using Linux, you will need a newer binutils.
8253 " >&5
8254 echo "$as_me: error: could not find a way to build shared libraries.
8255 It is currently not possible to build Wine without shared library
8256 (.so) support to allow transparent switch between .so and .dll files.
8257 If you are using Linux, you will need a newer binutils.
8258 " >&2;}
8259 { (exit 1); exit 1; }; }
8262 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8263 then
8264 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
8266 # Extract the first word of "$ac_prog", so it can be a program name with args.
8267 set dummy $ac_prog; ac_word=$2
8268 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8270 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8271 echo $ECHO_N "(cached) $ECHO_C" >&6
8272 else
8273 if test -n "$CROSSCC"; then
8274 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8275 else
8276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8277 for as_dir in $PATH
8279 IFS=$as_save_IFS
8280 test -z "$as_dir" && as_dir=.
8281 for ac_exec_ext in '' $ac_executable_extensions; do
8282 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8283 ac_cv_prog_CROSSCC="$ac_prog"
8284 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8285 break 2
8287 done
8288 done
8289 IFS=$as_save_IFS
8293 CROSSCC=$ac_cv_prog_CROSSCC
8294 if test -n "$CROSSCC"; then
8295 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8296 echo "${ECHO_T}$CROSSCC" >&6; }
8297 else
8298 { echo "$as_me:$LINENO: result: no" >&5
8299 echo "${ECHO_T}no" >&6; }
8303 test -n "$CROSSCC" && break
8304 done
8305 test -n "$CROSSCC" || CROSSCC="false"
8307 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
8309 # Extract the first word of "$ac_prog", so it can be a program name with args.
8310 set dummy $ac_prog; ac_word=$2
8311 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8313 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8314 echo $ECHO_N "(cached) $ECHO_C" >&6
8315 else
8316 if test -n "$DLLTOOL"; then
8317 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8318 else
8319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8320 for as_dir in $PATH
8322 IFS=$as_save_IFS
8323 test -z "$as_dir" && as_dir=.
8324 for ac_exec_ext in '' $ac_executable_extensions; do
8325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8326 ac_cv_prog_DLLTOOL="$ac_prog"
8327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8328 break 2
8330 done
8331 done
8332 IFS=$as_save_IFS
8336 DLLTOOL=$ac_cv_prog_DLLTOOL
8337 if test -n "$DLLTOOL"; then
8338 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8339 echo "${ECHO_T}$DLLTOOL" >&6; }
8340 else
8341 { echo "$as_me:$LINENO: result: no" >&5
8342 echo "${ECHO_T}no" >&6; }
8346 test -n "$DLLTOOL" && break
8347 done
8348 test -n "$DLLTOOL" || DLLTOOL="false"
8350 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
8352 # Extract the first word of "$ac_prog", so it can be a program name with args.
8353 set dummy $ac_prog; ac_word=$2
8354 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8356 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8357 echo $ECHO_N "(cached) $ECHO_C" >&6
8358 else
8359 if test -n "$CROSSWINDRES"; then
8360 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8361 else
8362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8363 for as_dir in $PATH
8365 IFS=$as_save_IFS
8366 test -z "$as_dir" && as_dir=.
8367 for ac_exec_ext in '' $ac_executable_extensions; do
8368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8369 ac_cv_prog_CROSSWINDRES="$ac_prog"
8370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8371 break 2
8373 done
8374 done
8375 IFS=$as_save_IFS
8379 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8380 if test -n "$CROSSWINDRES"; then
8381 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8382 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8383 else
8384 { echo "$as_me:$LINENO: result: no" >&5
8385 echo "${ECHO_T}no" >&6; }
8389 test -n "$CROSSWINDRES" && break
8390 done
8391 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8393 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
8395 # Extract the first word of "$ac_prog", so it can be a program name with args.
8396 set dummy $ac_prog; ac_word=$2
8397 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8399 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8400 echo $ECHO_N "(cached) $ECHO_C" >&6
8401 else
8402 if test -n "$MINGWAR"; then
8403 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8404 else
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406 for as_dir in $PATH
8408 IFS=$as_save_IFS
8409 test -z "$as_dir" && as_dir=.
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_MINGWAR="$ac_prog"
8413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8414 break 2
8416 done
8417 done
8418 IFS=$as_save_IFS
8422 MINGWAR=$ac_cv_prog_MINGWAR
8423 if test -n "$MINGWAR"; then
8424 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8425 echo "${ECHO_T}$MINGWAR" >&6; }
8426 else
8427 { echo "$as_me:$LINENO: result: no" >&5
8428 echo "${ECHO_T}no" >&6; }
8432 test -n "$MINGWAR" && break
8433 done
8434 test -n "$MINGWAR" || MINGWAR="false"
8436 if test "$CROSSCC" != "false"
8437 then
8438 CROSSTEST="\$(CROSSTEST)"
8444 if test "$ac_cv_header_pthread_h" = "yes"
8445 then
8446 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8447 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8448 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8449 echo $ECHO_N "(cached) $ECHO_C" >&6
8450 else
8451 ac_check_lib_save_LIBS=$LIBS
8452 LIBS="-lpthread $LIBS"
8453 cat >conftest.$ac_ext <<_ACEOF
8454 /* confdefs.h. */
8455 _ACEOF
8456 cat confdefs.h >>conftest.$ac_ext
8457 cat >>conftest.$ac_ext <<_ACEOF
8458 /* end confdefs.h. */
8460 /* Override any GCC internal prototype to avoid an error.
8461 Use char because int might match the return type of a GCC
8462 builtin and then its argument prototype would still apply. */
8463 #ifdef __cplusplus
8464 extern "C"
8465 #endif
8466 char pthread_create ();
8468 main ()
8470 return pthread_create ();
8472 return 0;
8474 _ACEOF
8475 rm -f conftest.$ac_objext conftest$ac_exeext
8476 if { (ac_try="$ac_link"
8477 case "(($ac_try" in
8478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8479 *) ac_try_echo=$ac_try;;
8480 esac
8481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8482 (eval "$ac_link") 2>conftest.er1
8483 ac_status=$?
8484 grep -v '^ *+' conftest.er1 >conftest.err
8485 rm -f conftest.er1
8486 cat conftest.err >&5
8487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8488 (exit $ac_status); } && {
8489 test -z "$ac_c_werror_flag" ||
8490 test ! -s conftest.err
8491 } && test -s conftest$ac_exeext &&
8492 $as_test_x conftest$ac_exeext; then
8493 ac_cv_lib_pthread_pthread_create=yes
8494 else
8495 echo "$as_me: failed program was:" >&5
8496 sed 's/^/| /' conftest.$ac_ext >&5
8498 ac_cv_lib_pthread_pthread_create=no
8501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8502 conftest$ac_exeext conftest.$ac_ext
8503 LIBS=$ac_check_lib_save_LIBS
8505 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8506 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8507 if test $ac_cv_lib_pthread_pthread_create = yes; then
8508 LIBPTHREAD="-lpthread"
8513 if test "x$LIBPTHREAD" = "x"; then
8514 case "x$with_pthread" in
8515 xno) ;;
8516 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8517 Wine cannot support threads without libpthread.
8518 Use the --without-pthread option if you really want this." >&5
8519 echo "$as_me: error: pthread ${notice_platform}development files not found.
8520 Wine cannot support threads without libpthread.
8521 Use the --without-pthread option if you really want this." >&2;}
8522 { (exit 1); exit 1; }; } ;;
8523 esac
8528 { echo "$as_me:$LINENO: checking for X" >&5
8529 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8532 # Check whether --with-x was given.
8533 if test "${with_x+set}" = set; then
8534 withval=$with_x;
8537 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8538 if test "x$with_x" = xno; then
8539 # The user explicitly disabled X.
8540 have_x=disabled
8541 else
8542 case $x_includes,$x_libraries in #(
8543 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8544 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8545 { (exit 1); exit 1; }; };; #(
8546 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8547 echo $ECHO_N "(cached) $ECHO_C" >&6
8548 else
8549 # One or both of the vars are not set, and there is no cached value.
8550 ac_x_includes=no ac_x_libraries=no
8551 rm -f -r conftest.dir
8552 if mkdir conftest.dir; then
8553 cd conftest.dir
8554 cat >Imakefile <<'_ACEOF'
8555 incroot:
8556 @echo incroot='${INCROOT}'
8557 usrlibdir:
8558 @echo usrlibdir='${USRLIBDIR}'
8559 libdir:
8560 @echo libdir='${LIBDIR}'
8561 _ACEOF
8562 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8563 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8564 for ac_var in incroot usrlibdir libdir; do
8565 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8566 done
8567 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8568 for ac_extension in a so sl; do
8569 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8570 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8571 ac_im_usrlibdir=$ac_im_libdir; break
8573 done
8574 # Screen out bogus values from the imake configuration. They are
8575 # bogus both because they are the default anyway, and because
8576 # using them would break gcc on systems where it needs fixed includes.
8577 case $ac_im_incroot in
8578 /usr/include) ac_x_includes= ;;
8579 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8580 esac
8581 case $ac_im_usrlibdir in
8582 /usr/lib | /lib) ;;
8583 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8584 esac
8586 cd ..
8587 rm -f -r conftest.dir
8590 # Standard set of common directories for X headers.
8591 # Check X11 before X11Rn because it is often a symlink to the current release.
8592 ac_x_header_dirs='
8593 /usr/X11/include
8594 /usr/X11R6/include
8595 /usr/X11R5/include
8596 /usr/X11R4/include
8598 /usr/include/X11
8599 /usr/include/X11R6
8600 /usr/include/X11R5
8601 /usr/include/X11R4
8603 /usr/local/X11/include
8604 /usr/local/X11R6/include
8605 /usr/local/X11R5/include
8606 /usr/local/X11R4/include
8608 /usr/local/include/X11
8609 /usr/local/include/X11R6
8610 /usr/local/include/X11R5
8611 /usr/local/include/X11R4
8613 /usr/X386/include
8614 /usr/x386/include
8615 /usr/XFree86/include/X11
8617 /usr/include
8618 /usr/local/include
8619 /usr/unsupported/include
8620 /usr/athena/include
8621 /usr/local/x11r5/include
8622 /usr/lpp/Xamples/include
8624 /usr/openwin/include
8625 /usr/openwin/share/include'
8627 if test "$ac_x_includes" = no; then
8628 # Guess where to find include files, by looking for Xlib.h.
8629 # First, try using that file with no special directory specified.
8630 cat >conftest.$ac_ext <<_ACEOF
8631 /* confdefs.h. */
8632 _ACEOF
8633 cat confdefs.h >>conftest.$ac_ext
8634 cat >>conftest.$ac_ext <<_ACEOF
8635 /* end confdefs.h. */
8636 #include <X11/Xlib.h>
8637 _ACEOF
8638 if { (ac_try="$ac_cpp conftest.$ac_ext"
8639 case "(($ac_try" in
8640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8641 *) ac_try_echo=$ac_try;;
8642 esac
8643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8644 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8645 ac_status=$?
8646 grep -v '^ *+' conftest.er1 >conftest.err
8647 rm -f conftest.er1
8648 cat conftest.err >&5
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); } >/dev/null && {
8651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8652 test ! -s conftest.err
8653 }; then
8654 # We can compile using X headers with no special include directory.
8655 ac_x_includes=
8656 else
8657 echo "$as_me: failed program was:" >&5
8658 sed 's/^/| /' conftest.$ac_ext >&5
8660 for ac_dir in $ac_x_header_dirs; do
8661 if test -r "$ac_dir/X11/Xlib.h"; then
8662 ac_x_includes=$ac_dir
8663 break
8665 done
8668 rm -f conftest.err conftest.$ac_ext
8669 fi # $ac_x_includes = no
8671 if test "$ac_x_libraries" = no; then
8672 # Check for the libraries.
8673 # See if we find them without any special options.
8674 # Don't add to $LIBS permanently.
8675 ac_save_LIBS=$LIBS
8676 LIBS="-lX11 $LIBS"
8677 cat >conftest.$ac_ext <<_ACEOF
8678 /* confdefs.h. */
8679 _ACEOF
8680 cat confdefs.h >>conftest.$ac_ext
8681 cat >>conftest.$ac_ext <<_ACEOF
8682 /* end confdefs.h. */
8683 #include <X11/Xlib.h>
8685 main ()
8687 XrmInitialize ()
8689 return 0;
8691 _ACEOF
8692 rm -f conftest.$ac_objext conftest$ac_exeext
8693 if { (ac_try="$ac_link"
8694 case "(($ac_try" in
8695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8696 *) ac_try_echo=$ac_try;;
8697 esac
8698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8699 (eval "$ac_link") 2>conftest.er1
8700 ac_status=$?
8701 grep -v '^ *+' conftest.er1 >conftest.err
8702 rm -f conftest.er1
8703 cat conftest.err >&5
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 (exit $ac_status); } && {
8706 test -z "$ac_c_werror_flag" ||
8707 test ! -s conftest.err
8708 } && test -s conftest$ac_exeext &&
8709 $as_test_x conftest$ac_exeext; then
8710 LIBS=$ac_save_LIBS
8711 # We can link X programs with no special library path.
8712 ac_x_libraries=
8713 else
8714 echo "$as_me: failed program was:" >&5
8715 sed 's/^/| /' conftest.$ac_ext >&5
8717 LIBS=$ac_save_LIBS
8718 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8720 # Don't even attempt the hair of trying to link an X program!
8721 for ac_extension in a so sl; do
8722 if test -r "$ac_dir/libX11.$ac_extension"; then
8723 ac_x_libraries=$ac_dir
8724 break 2
8726 done
8727 done
8730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8731 conftest$ac_exeext conftest.$ac_ext
8732 fi # $ac_x_libraries = no
8734 case $ac_x_includes,$ac_x_libraries in #(
8735 no,* | *,no | *\'*)
8736 # Didn't find X, or a directory has "'" in its name.
8737 ac_cv_have_x="have_x=no";; #(
8739 # Record where we found X for the cache.
8740 ac_cv_have_x="have_x=yes\
8741 ac_x_includes='$ac_x_includes'\
8742 ac_x_libraries='$ac_x_libraries'"
8743 esac
8745 ;; #(
8746 *) have_x=yes;;
8747 esac
8748 eval "$ac_cv_have_x"
8749 fi # $with_x != no
8751 if test "$have_x" != yes; then
8752 { echo "$as_me:$LINENO: result: $have_x" >&5
8753 echo "${ECHO_T}$have_x" >&6; }
8754 no_x=yes
8755 else
8756 # If each of the values was on the command line, it overrides each guess.
8757 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8758 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8759 # Update the cache value to reflect the command line values.
8760 ac_cv_have_x="have_x=yes\
8761 ac_x_includes='$x_includes'\
8762 ac_x_libraries='$x_libraries'"
8763 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8764 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8767 if test "$no_x" = yes; then
8768 # Not all programs may use this symbol, but it does not hurt to define it.
8770 cat >>confdefs.h <<\_ACEOF
8771 #define X_DISPLAY_MISSING 1
8772 _ACEOF
8774 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8775 else
8776 if test -n "$x_includes"; then
8777 X_CFLAGS="$X_CFLAGS -I$x_includes"
8780 # It would also be nice to do this for all -L options, not just this one.
8781 if test -n "$x_libraries"; then
8782 X_LIBS="$X_LIBS -L$x_libraries"
8783 # For Solaris; some versions of Sun CC require a space after -R and
8784 # others require no space. Words are not sufficient . . . .
8785 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8786 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8787 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8788 ac_xsave_c_werror_flag=$ac_c_werror_flag
8789 ac_c_werror_flag=yes
8790 cat >conftest.$ac_ext <<_ACEOF
8791 /* confdefs.h. */
8792 _ACEOF
8793 cat confdefs.h >>conftest.$ac_ext
8794 cat >>conftest.$ac_ext <<_ACEOF
8795 /* end confdefs.h. */
8798 main ()
8802 return 0;
8804 _ACEOF
8805 rm -f conftest.$ac_objext conftest$ac_exeext
8806 if { (ac_try="$ac_link"
8807 case "(($ac_try" in
8808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8809 *) ac_try_echo=$ac_try;;
8810 esac
8811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8812 (eval "$ac_link") 2>conftest.er1
8813 ac_status=$?
8814 grep -v '^ *+' conftest.er1 >conftest.err
8815 rm -f conftest.er1
8816 cat conftest.err >&5
8817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8818 (exit $ac_status); } && {
8819 test -z "$ac_c_werror_flag" ||
8820 test ! -s conftest.err
8821 } && test -s conftest$ac_exeext &&
8822 $as_test_x conftest$ac_exeext; then
8823 { echo "$as_me:$LINENO: result: no" >&5
8824 echo "${ECHO_T}no" >&6; }
8825 X_LIBS="$X_LIBS -R$x_libraries"
8826 else
8827 echo "$as_me: failed program was:" >&5
8828 sed 's/^/| /' conftest.$ac_ext >&5
8830 LIBS="$ac_xsave_LIBS -R $x_libraries"
8831 cat >conftest.$ac_ext <<_ACEOF
8832 /* confdefs.h. */
8833 _ACEOF
8834 cat confdefs.h >>conftest.$ac_ext
8835 cat >>conftest.$ac_ext <<_ACEOF
8836 /* end confdefs.h. */
8839 main ()
8843 return 0;
8845 _ACEOF
8846 rm -f conftest.$ac_objext conftest$ac_exeext
8847 if { (ac_try="$ac_link"
8848 case "(($ac_try" in
8849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8850 *) ac_try_echo=$ac_try;;
8851 esac
8852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8853 (eval "$ac_link") 2>conftest.er1
8854 ac_status=$?
8855 grep -v '^ *+' conftest.er1 >conftest.err
8856 rm -f conftest.er1
8857 cat conftest.err >&5
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); } && {
8860 test -z "$ac_c_werror_flag" ||
8861 test ! -s conftest.err
8862 } && test -s conftest$ac_exeext &&
8863 $as_test_x conftest$ac_exeext; then
8864 { echo "$as_me:$LINENO: result: yes" >&5
8865 echo "${ECHO_T}yes" >&6; }
8866 X_LIBS="$X_LIBS -R $x_libraries"
8867 else
8868 echo "$as_me: failed program was:" >&5
8869 sed 's/^/| /' conftest.$ac_ext >&5
8871 { echo "$as_me:$LINENO: result: neither works" >&5
8872 echo "${ECHO_T}neither works" >&6; }
8875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8876 conftest$ac_exeext conftest.$ac_ext
8879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8880 conftest$ac_exeext conftest.$ac_ext
8881 ac_c_werror_flag=$ac_xsave_c_werror_flag
8882 LIBS=$ac_xsave_LIBS
8885 # Check for system-dependent libraries X programs must link with.
8886 # Do this before checking for the system-independent R6 libraries
8887 # (-lICE), since we may need -lsocket or whatever for X linking.
8889 if test "$ISC" = yes; then
8890 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8891 else
8892 # Martyn Johnson says this is needed for Ultrix, if the X
8893 # libraries were built with DECnet support. And Karl Berry says
8894 # the Alpha needs dnet_stub (dnet does not exist).
8895 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8896 cat >conftest.$ac_ext <<_ACEOF
8897 /* confdefs.h. */
8898 _ACEOF
8899 cat confdefs.h >>conftest.$ac_ext
8900 cat >>conftest.$ac_ext <<_ACEOF
8901 /* end confdefs.h. */
8903 /* Override any GCC internal prototype to avoid an error.
8904 Use char because int might match the return type of a GCC
8905 builtin and then its argument prototype would still apply. */
8906 #ifdef __cplusplus
8907 extern "C"
8908 #endif
8909 char XOpenDisplay ();
8911 main ()
8913 return XOpenDisplay ();
8915 return 0;
8917 _ACEOF
8918 rm -f conftest.$ac_objext conftest$ac_exeext
8919 if { (ac_try="$ac_link"
8920 case "(($ac_try" in
8921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8922 *) ac_try_echo=$ac_try;;
8923 esac
8924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8925 (eval "$ac_link") 2>conftest.er1
8926 ac_status=$?
8927 grep -v '^ *+' conftest.er1 >conftest.err
8928 rm -f conftest.er1
8929 cat conftest.err >&5
8930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931 (exit $ac_status); } && {
8932 test -z "$ac_c_werror_flag" ||
8933 test ! -s conftest.err
8934 } && test -s conftest$ac_exeext &&
8935 $as_test_x conftest$ac_exeext; then
8937 else
8938 echo "$as_me: failed program was:" >&5
8939 sed 's/^/| /' conftest.$ac_ext >&5
8941 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8942 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8943 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8944 echo $ECHO_N "(cached) $ECHO_C" >&6
8945 else
8946 ac_check_lib_save_LIBS=$LIBS
8947 LIBS="-ldnet $LIBS"
8948 cat >conftest.$ac_ext <<_ACEOF
8949 /* confdefs.h. */
8950 _ACEOF
8951 cat confdefs.h >>conftest.$ac_ext
8952 cat >>conftest.$ac_ext <<_ACEOF
8953 /* end confdefs.h. */
8955 /* Override any GCC internal prototype to avoid an error.
8956 Use char because int might match the return type of a GCC
8957 builtin and then its argument prototype would still apply. */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char dnet_ntoa ();
8963 main ()
8965 return dnet_ntoa ();
8967 return 0;
8969 _ACEOF
8970 rm -f conftest.$ac_objext conftest$ac_exeext
8971 if { (ac_try="$ac_link"
8972 case "(($ac_try" in
8973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8974 *) ac_try_echo=$ac_try;;
8975 esac
8976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8977 (eval "$ac_link") 2>conftest.er1
8978 ac_status=$?
8979 grep -v '^ *+' conftest.er1 >conftest.err
8980 rm -f conftest.er1
8981 cat conftest.err >&5
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); } && {
8984 test -z "$ac_c_werror_flag" ||
8985 test ! -s conftest.err
8986 } && test -s conftest$ac_exeext &&
8987 $as_test_x conftest$ac_exeext; then
8988 ac_cv_lib_dnet_dnet_ntoa=yes
8989 else
8990 echo "$as_me: failed program was:" >&5
8991 sed 's/^/| /' conftest.$ac_ext >&5
8993 ac_cv_lib_dnet_dnet_ntoa=no
8996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8997 conftest$ac_exeext conftest.$ac_ext
8998 LIBS=$ac_check_lib_save_LIBS
9000 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9001 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9002 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9003 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9006 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9007 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9008 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9009 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9010 echo $ECHO_N "(cached) $ECHO_C" >&6
9011 else
9012 ac_check_lib_save_LIBS=$LIBS
9013 LIBS="-ldnet_stub $LIBS"
9014 cat >conftest.$ac_ext <<_ACEOF
9015 /* confdefs.h. */
9016 _ACEOF
9017 cat confdefs.h >>conftest.$ac_ext
9018 cat >>conftest.$ac_ext <<_ACEOF
9019 /* end confdefs.h. */
9021 /* Override any GCC internal prototype to avoid an error.
9022 Use char because int might match the return type of a GCC
9023 builtin and then its argument prototype would still apply. */
9024 #ifdef __cplusplus
9025 extern "C"
9026 #endif
9027 char dnet_ntoa ();
9029 main ()
9031 return dnet_ntoa ();
9033 return 0;
9035 _ACEOF
9036 rm -f conftest.$ac_objext conftest$ac_exeext
9037 if { (ac_try="$ac_link"
9038 case "(($ac_try" in
9039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9040 *) ac_try_echo=$ac_try;;
9041 esac
9042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9043 (eval "$ac_link") 2>conftest.er1
9044 ac_status=$?
9045 grep -v '^ *+' conftest.er1 >conftest.err
9046 rm -f conftest.er1
9047 cat conftest.err >&5
9048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049 (exit $ac_status); } && {
9050 test -z "$ac_c_werror_flag" ||
9051 test ! -s conftest.err
9052 } && test -s conftest$ac_exeext &&
9053 $as_test_x conftest$ac_exeext; then
9054 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9055 else
9056 echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9059 ac_cv_lib_dnet_stub_dnet_ntoa=no
9062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9063 conftest$ac_exeext conftest.$ac_ext
9064 LIBS=$ac_check_lib_save_LIBS
9066 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9067 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9068 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9069 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9076 conftest$ac_exeext conftest.$ac_ext
9077 LIBS="$ac_xsave_LIBS"
9079 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9080 # to get the SysV transport functions.
9081 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9082 # needs -lnsl.
9083 # The nsl library prevents programs from opening the X display
9084 # on Irix 5.2, according to T.E. Dickey.
9085 # The functions gethostbyname, getservbyname, and inet_addr are
9086 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9087 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9088 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9089 if test "${ac_cv_func_gethostbyname+set}" = set; then
9090 echo $ECHO_N "(cached) $ECHO_C" >&6
9091 else
9092 cat >conftest.$ac_ext <<_ACEOF
9093 /* confdefs.h. */
9094 _ACEOF
9095 cat confdefs.h >>conftest.$ac_ext
9096 cat >>conftest.$ac_ext <<_ACEOF
9097 /* end confdefs.h. */
9098 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9099 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9100 #define gethostbyname innocuous_gethostbyname
9102 /* System header to define __stub macros and hopefully few prototypes,
9103 which can conflict with char gethostbyname (); below.
9104 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9105 <limits.h> exists even on freestanding compilers. */
9107 #ifdef __STDC__
9108 # include <limits.h>
9109 #else
9110 # include <assert.h>
9111 #endif
9113 #undef gethostbyname
9115 /* Override any GCC internal prototype to avoid an error.
9116 Use char because int might match the return type of a GCC
9117 builtin and then its argument prototype would still apply. */
9118 #ifdef __cplusplus
9119 extern "C"
9120 #endif
9121 char gethostbyname ();
9122 /* The GNU C library defines this for functions which it implements
9123 to always fail with ENOSYS. Some functions are actually named
9124 something starting with __ and the normal name is an alias. */
9125 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9126 choke me
9127 #endif
9130 main ()
9132 return gethostbyname ();
9134 return 0;
9136 _ACEOF
9137 rm -f conftest.$ac_objext conftest$ac_exeext
9138 if { (ac_try="$ac_link"
9139 case "(($ac_try" in
9140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9141 *) ac_try_echo=$ac_try;;
9142 esac
9143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9144 (eval "$ac_link") 2>conftest.er1
9145 ac_status=$?
9146 grep -v '^ *+' conftest.er1 >conftest.err
9147 rm -f conftest.er1
9148 cat conftest.err >&5
9149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150 (exit $ac_status); } && {
9151 test -z "$ac_c_werror_flag" ||
9152 test ! -s conftest.err
9153 } && test -s conftest$ac_exeext &&
9154 $as_test_x conftest$ac_exeext; then
9155 ac_cv_func_gethostbyname=yes
9156 else
9157 echo "$as_me: failed program was:" >&5
9158 sed 's/^/| /' conftest.$ac_ext >&5
9160 ac_cv_func_gethostbyname=no
9163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9164 conftest$ac_exeext conftest.$ac_ext
9166 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9167 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9169 if test $ac_cv_func_gethostbyname = no; then
9170 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9171 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9172 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9173 echo $ECHO_N "(cached) $ECHO_C" >&6
9174 else
9175 ac_check_lib_save_LIBS=$LIBS
9176 LIBS="-lnsl $LIBS"
9177 cat >conftest.$ac_ext <<_ACEOF
9178 /* confdefs.h. */
9179 _ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9187 #ifdef __cplusplus
9188 extern "C"
9189 #endif
9190 char gethostbyname ();
9192 main ()
9194 return gethostbyname ();
9196 return 0;
9198 _ACEOF
9199 rm -f conftest.$ac_objext conftest$ac_exeext
9200 if { (ac_try="$ac_link"
9201 case "(($ac_try" in
9202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9203 *) ac_try_echo=$ac_try;;
9204 esac
9205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9206 (eval "$ac_link") 2>conftest.er1
9207 ac_status=$?
9208 grep -v '^ *+' conftest.er1 >conftest.err
9209 rm -f conftest.er1
9210 cat conftest.err >&5
9211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9212 (exit $ac_status); } && {
9213 test -z "$ac_c_werror_flag" ||
9214 test ! -s conftest.err
9215 } && test -s conftest$ac_exeext &&
9216 $as_test_x conftest$ac_exeext; then
9217 ac_cv_lib_nsl_gethostbyname=yes
9218 else
9219 echo "$as_me: failed program was:" >&5
9220 sed 's/^/| /' conftest.$ac_ext >&5
9222 ac_cv_lib_nsl_gethostbyname=no
9225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9226 conftest$ac_exeext conftest.$ac_ext
9227 LIBS=$ac_check_lib_save_LIBS
9229 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9230 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9231 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9232 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9235 if test $ac_cv_lib_nsl_gethostbyname = no; then
9236 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9237 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9238 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9239 echo $ECHO_N "(cached) $ECHO_C" >&6
9240 else
9241 ac_check_lib_save_LIBS=$LIBS
9242 LIBS="-lbsd $LIBS"
9243 cat >conftest.$ac_ext <<_ACEOF
9244 /* confdefs.h. */
9245 _ACEOF
9246 cat confdefs.h >>conftest.$ac_ext
9247 cat >>conftest.$ac_ext <<_ACEOF
9248 /* end confdefs.h. */
9250 /* Override any GCC internal prototype to avoid an error.
9251 Use char because int might match the return type of a GCC
9252 builtin and then its argument prototype would still apply. */
9253 #ifdef __cplusplus
9254 extern "C"
9255 #endif
9256 char gethostbyname ();
9258 main ()
9260 return gethostbyname ();
9262 return 0;
9264 _ACEOF
9265 rm -f conftest.$ac_objext conftest$ac_exeext
9266 if { (ac_try="$ac_link"
9267 case "(($ac_try" in
9268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9269 *) ac_try_echo=$ac_try;;
9270 esac
9271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9272 (eval "$ac_link") 2>conftest.er1
9273 ac_status=$?
9274 grep -v '^ *+' conftest.er1 >conftest.err
9275 rm -f conftest.er1
9276 cat conftest.err >&5
9277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9278 (exit $ac_status); } && {
9279 test -z "$ac_c_werror_flag" ||
9280 test ! -s conftest.err
9281 } && test -s conftest$ac_exeext &&
9282 $as_test_x conftest$ac_exeext; then
9283 ac_cv_lib_bsd_gethostbyname=yes
9284 else
9285 echo "$as_me: failed program was:" >&5
9286 sed 's/^/| /' conftest.$ac_ext >&5
9288 ac_cv_lib_bsd_gethostbyname=no
9291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9292 conftest$ac_exeext conftest.$ac_ext
9293 LIBS=$ac_check_lib_save_LIBS
9295 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9296 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9297 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9298 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9304 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9305 # socket/setsockopt and other routines are undefined under SCO ODT
9306 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9307 # on later versions), says Simon Leinen: it contains gethostby*
9308 # variants that don't use the name server (or something). -lsocket
9309 # must be given before -lnsl if both are needed. We assume that
9310 # if connect needs -lnsl, so does gethostbyname.
9311 { echo "$as_me:$LINENO: checking for connect" >&5
9312 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9313 if test "${ac_cv_func_connect+set}" = set; then
9314 echo $ECHO_N "(cached) $ECHO_C" >&6
9315 else
9316 cat >conftest.$ac_ext <<_ACEOF
9317 /* confdefs.h. */
9318 _ACEOF
9319 cat confdefs.h >>conftest.$ac_ext
9320 cat >>conftest.$ac_ext <<_ACEOF
9321 /* end confdefs.h. */
9322 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9323 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9324 #define connect innocuous_connect
9326 /* System header to define __stub macros and hopefully few prototypes,
9327 which can conflict with char connect (); below.
9328 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9329 <limits.h> exists even on freestanding compilers. */
9331 #ifdef __STDC__
9332 # include <limits.h>
9333 #else
9334 # include <assert.h>
9335 #endif
9337 #undef connect
9339 /* Override any GCC internal prototype to avoid an error.
9340 Use char because int might match the return type of a GCC
9341 builtin and then its argument prototype would still apply. */
9342 #ifdef __cplusplus
9343 extern "C"
9344 #endif
9345 char connect ();
9346 /* The GNU C library defines this for functions which it implements
9347 to always fail with ENOSYS. Some functions are actually named
9348 something starting with __ and the normal name is an alias. */
9349 #if defined __stub_connect || defined __stub___connect
9350 choke me
9351 #endif
9354 main ()
9356 return connect ();
9358 return 0;
9360 _ACEOF
9361 rm -f conftest.$ac_objext conftest$ac_exeext
9362 if { (ac_try="$ac_link"
9363 case "(($ac_try" in
9364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9365 *) ac_try_echo=$ac_try;;
9366 esac
9367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9368 (eval "$ac_link") 2>conftest.er1
9369 ac_status=$?
9370 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1
9372 cat conftest.err >&5
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && {
9375 test -z "$ac_c_werror_flag" ||
9376 test ! -s conftest.err
9377 } && test -s conftest$ac_exeext &&
9378 $as_test_x conftest$ac_exeext; then
9379 ac_cv_func_connect=yes
9380 else
9381 echo "$as_me: failed program was:" >&5
9382 sed 's/^/| /' conftest.$ac_ext >&5
9384 ac_cv_func_connect=no
9387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9388 conftest$ac_exeext conftest.$ac_ext
9390 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9391 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9393 if test $ac_cv_func_connect = no; then
9394 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9395 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9396 if test "${ac_cv_lib_socket_connect+set}" = set; then
9397 echo $ECHO_N "(cached) $ECHO_C" >&6
9398 else
9399 ac_check_lib_save_LIBS=$LIBS
9400 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9401 cat >conftest.$ac_ext <<_ACEOF
9402 /* confdefs.h. */
9403 _ACEOF
9404 cat confdefs.h >>conftest.$ac_ext
9405 cat >>conftest.$ac_ext <<_ACEOF
9406 /* end confdefs.h. */
9408 /* Override any GCC internal prototype to avoid an error.
9409 Use char because int might match the return type of a GCC
9410 builtin and then its argument prototype would still apply. */
9411 #ifdef __cplusplus
9412 extern "C"
9413 #endif
9414 char connect ();
9416 main ()
9418 return connect ();
9420 return 0;
9422 _ACEOF
9423 rm -f conftest.$ac_objext conftest$ac_exeext
9424 if { (ac_try="$ac_link"
9425 case "(($ac_try" in
9426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9427 *) ac_try_echo=$ac_try;;
9428 esac
9429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9430 (eval "$ac_link") 2>conftest.er1
9431 ac_status=$?
9432 grep -v '^ *+' conftest.er1 >conftest.err
9433 rm -f conftest.er1
9434 cat conftest.err >&5
9435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9436 (exit $ac_status); } && {
9437 test -z "$ac_c_werror_flag" ||
9438 test ! -s conftest.err
9439 } && test -s conftest$ac_exeext &&
9440 $as_test_x conftest$ac_exeext; then
9441 ac_cv_lib_socket_connect=yes
9442 else
9443 echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9446 ac_cv_lib_socket_connect=no
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9451 LIBS=$ac_check_lib_save_LIBS
9453 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9454 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9455 if test $ac_cv_lib_socket_connect = yes; then
9456 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9461 # Guillermo Gomez says -lposix is necessary on A/UX.
9462 { echo "$as_me:$LINENO: checking for remove" >&5
9463 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9464 if test "${ac_cv_func_remove+set}" = set; then
9465 echo $ECHO_N "(cached) $ECHO_C" >&6
9466 else
9467 cat >conftest.$ac_ext <<_ACEOF
9468 /* confdefs.h. */
9469 _ACEOF
9470 cat confdefs.h >>conftest.$ac_ext
9471 cat >>conftest.$ac_ext <<_ACEOF
9472 /* end confdefs.h. */
9473 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9474 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9475 #define remove innocuous_remove
9477 /* System header to define __stub macros and hopefully few prototypes,
9478 which can conflict with char remove (); below.
9479 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9480 <limits.h> exists even on freestanding compilers. */
9482 #ifdef __STDC__
9483 # include <limits.h>
9484 #else
9485 # include <assert.h>
9486 #endif
9488 #undef remove
9490 /* Override any GCC internal prototype to avoid an error.
9491 Use char because int might match the return type of a GCC
9492 builtin and then its argument prototype would still apply. */
9493 #ifdef __cplusplus
9494 extern "C"
9495 #endif
9496 char remove ();
9497 /* The GNU C library defines this for functions which it implements
9498 to always fail with ENOSYS. Some functions are actually named
9499 something starting with __ and the normal name is an alias. */
9500 #if defined __stub_remove || defined __stub___remove
9501 choke me
9502 #endif
9505 main ()
9507 return remove ();
9509 return 0;
9511 _ACEOF
9512 rm -f conftest.$ac_objext conftest$ac_exeext
9513 if { (ac_try="$ac_link"
9514 case "(($ac_try" in
9515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9516 *) ac_try_echo=$ac_try;;
9517 esac
9518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9519 (eval "$ac_link") 2>conftest.er1
9520 ac_status=$?
9521 grep -v '^ *+' conftest.er1 >conftest.err
9522 rm -f conftest.er1
9523 cat conftest.err >&5
9524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9525 (exit $ac_status); } && {
9526 test -z "$ac_c_werror_flag" ||
9527 test ! -s conftest.err
9528 } && test -s conftest$ac_exeext &&
9529 $as_test_x conftest$ac_exeext; then
9530 ac_cv_func_remove=yes
9531 else
9532 echo "$as_me: failed program was:" >&5
9533 sed 's/^/| /' conftest.$ac_ext >&5
9535 ac_cv_func_remove=no
9538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9539 conftest$ac_exeext conftest.$ac_ext
9541 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9542 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9544 if test $ac_cv_func_remove = no; then
9545 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9546 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9547 if test "${ac_cv_lib_posix_remove+set}" = set; then
9548 echo $ECHO_N "(cached) $ECHO_C" >&6
9549 else
9550 ac_check_lib_save_LIBS=$LIBS
9551 LIBS="-lposix $LIBS"
9552 cat >conftest.$ac_ext <<_ACEOF
9553 /* confdefs.h. */
9554 _ACEOF
9555 cat confdefs.h >>conftest.$ac_ext
9556 cat >>conftest.$ac_ext <<_ACEOF
9557 /* end confdefs.h. */
9559 /* Override any GCC internal prototype to avoid an error.
9560 Use char because int might match the return type of a GCC
9561 builtin and then its argument prototype would still apply. */
9562 #ifdef __cplusplus
9563 extern "C"
9564 #endif
9565 char remove ();
9567 main ()
9569 return remove ();
9571 return 0;
9573 _ACEOF
9574 rm -f conftest.$ac_objext conftest$ac_exeext
9575 if { (ac_try="$ac_link"
9576 case "(($ac_try" in
9577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9578 *) ac_try_echo=$ac_try;;
9579 esac
9580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9581 (eval "$ac_link") 2>conftest.er1
9582 ac_status=$?
9583 grep -v '^ *+' conftest.er1 >conftest.err
9584 rm -f conftest.er1
9585 cat conftest.err >&5
9586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9587 (exit $ac_status); } && {
9588 test -z "$ac_c_werror_flag" ||
9589 test ! -s conftest.err
9590 } && test -s conftest$ac_exeext &&
9591 $as_test_x conftest$ac_exeext; then
9592 ac_cv_lib_posix_remove=yes
9593 else
9594 echo "$as_me: failed program was:" >&5
9595 sed 's/^/| /' conftest.$ac_ext >&5
9597 ac_cv_lib_posix_remove=no
9600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9601 conftest$ac_exeext conftest.$ac_ext
9602 LIBS=$ac_check_lib_save_LIBS
9604 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9605 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9606 if test $ac_cv_lib_posix_remove = yes; then
9607 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9612 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9613 { echo "$as_me:$LINENO: checking for shmat" >&5
9614 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9615 if test "${ac_cv_func_shmat+set}" = set; then
9616 echo $ECHO_N "(cached) $ECHO_C" >&6
9617 else
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9624 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9625 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9626 #define shmat innocuous_shmat
9628 /* System header to define __stub macros and hopefully few prototypes,
9629 which can conflict with char shmat (); below.
9630 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9631 <limits.h> exists even on freestanding compilers. */
9633 #ifdef __STDC__
9634 # include <limits.h>
9635 #else
9636 # include <assert.h>
9637 #endif
9639 #undef shmat
9641 /* Override any GCC internal prototype to avoid an error.
9642 Use char because int might match the return type of a GCC
9643 builtin and then its argument prototype would still apply. */
9644 #ifdef __cplusplus
9645 extern "C"
9646 #endif
9647 char shmat ();
9648 /* The GNU C library defines this for functions which it implements
9649 to always fail with ENOSYS. Some functions are actually named
9650 something starting with __ and the normal name is an alias. */
9651 #if defined __stub_shmat || defined __stub___shmat
9652 choke me
9653 #endif
9656 main ()
9658 return shmat ();
9660 return 0;
9662 _ACEOF
9663 rm -f conftest.$ac_objext conftest$ac_exeext
9664 if { (ac_try="$ac_link"
9665 case "(($ac_try" in
9666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9667 *) ac_try_echo=$ac_try;;
9668 esac
9669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9670 (eval "$ac_link") 2>conftest.er1
9671 ac_status=$?
9672 grep -v '^ *+' conftest.er1 >conftest.err
9673 rm -f conftest.er1
9674 cat conftest.err >&5
9675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9676 (exit $ac_status); } && {
9677 test -z "$ac_c_werror_flag" ||
9678 test ! -s conftest.err
9679 } && test -s conftest$ac_exeext &&
9680 $as_test_x conftest$ac_exeext; then
9681 ac_cv_func_shmat=yes
9682 else
9683 echo "$as_me: failed program was:" >&5
9684 sed 's/^/| /' conftest.$ac_ext >&5
9686 ac_cv_func_shmat=no
9689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9690 conftest$ac_exeext conftest.$ac_ext
9692 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9693 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9695 if test $ac_cv_func_shmat = no; then
9696 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9697 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9698 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9699 echo $ECHO_N "(cached) $ECHO_C" >&6
9700 else
9701 ac_check_lib_save_LIBS=$LIBS
9702 LIBS="-lipc $LIBS"
9703 cat >conftest.$ac_ext <<_ACEOF
9704 /* confdefs.h. */
9705 _ACEOF
9706 cat confdefs.h >>conftest.$ac_ext
9707 cat >>conftest.$ac_ext <<_ACEOF
9708 /* end confdefs.h. */
9710 /* Override any GCC internal prototype to avoid an error.
9711 Use char because int might match the return type of a GCC
9712 builtin and then its argument prototype would still apply. */
9713 #ifdef __cplusplus
9714 extern "C"
9715 #endif
9716 char shmat ();
9718 main ()
9720 return shmat ();
9722 return 0;
9724 _ACEOF
9725 rm -f conftest.$ac_objext conftest$ac_exeext
9726 if { (ac_try="$ac_link"
9727 case "(($ac_try" in
9728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9729 *) ac_try_echo=$ac_try;;
9730 esac
9731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9732 (eval "$ac_link") 2>conftest.er1
9733 ac_status=$?
9734 grep -v '^ *+' conftest.er1 >conftest.err
9735 rm -f conftest.er1
9736 cat conftest.err >&5
9737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9738 (exit $ac_status); } && {
9739 test -z "$ac_c_werror_flag" ||
9740 test ! -s conftest.err
9741 } && test -s conftest$ac_exeext &&
9742 $as_test_x conftest$ac_exeext; then
9743 ac_cv_lib_ipc_shmat=yes
9744 else
9745 echo "$as_me: failed program was:" >&5
9746 sed 's/^/| /' conftest.$ac_ext >&5
9748 ac_cv_lib_ipc_shmat=no
9751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9752 conftest$ac_exeext conftest.$ac_ext
9753 LIBS=$ac_check_lib_save_LIBS
9755 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9756 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9757 if test $ac_cv_lib_ipc_shmat = yes; then
9758 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9764 # Check for libraries that X11R6 Xt/Xaw programs need.
9765 ac_save_LDFLAGS=$LDFLAGS
9766 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9767 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9768 # check for ICE first), but we must link in the order -lSM -lICE or
9769 # we get undefined symbols. So assume we have SM if we have ICE.
9770 # These have to be linked with before -lX11, unlike the other
9771 # libraries we check for below, so use a different variable.
9772 # John Interrante, Karl Berry
9773 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9774 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9775 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9776 echo $ECHO_N "(cached) $ECHO_C" >&6
9777 else
9778 ac_check_lib_save_LIBS=$LIBS
9779 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9780 cat >conftest.$ac_ext <<_ACEOF
9781 /* confdefs.h. */
9782 _ACEOF
9783 cat confdefs.h >>conftest.$ac_ext
9784 cat >>conftest.$ac_ext <<_ACEOF
9785 /* end confdefs.h. */
9787 /* Override any GCC internal prototype to avoid an error.
9788 Use char because int might match the return type of a GCC
9789 builtin and then its argument prototype would still apply. */
9790 #ifdef __cplusplus
9791 extern "C"
9792 #endif
9793 char IceConnectionNumber ();
9795 main ()
9797 return IceConnectionNumber ();
9799 return 0;
9801 _ACEOF
9802 rm -f conftest.$ac_objext conftest$ac_exeext
9803 if { (ac_try="$ac_link"
9804 case "(($ac_try" in
9805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9806 *) ac_try_echo=$ac_try;;
9807 esac
9808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9809 (eval "$ac_link") 2>conftest.er1
9810 ac_status=$?
9811 grep -v '^ *+' conftest.er1 >conftest.err
9812 rm -f conftest.er1
9813 cat conftest.err >&5
9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9815 (exit $ac_status); } && {
9816 test -z "$ac_c_werror_flag" ||
9817 test ! -s conftest.err
9818 } && test -s conftest$ac_exeext &&
9819 $as_test_x conftest$ac_exeext; then
9820 ac_cv_lib_ICE_IceConnectionNumber=yes
9821 else
9822 echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.$ac_ext >&5
9825 ac_cv_lib_ICE_IceConnectionNumber=no
9828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9829 conftest$ac_exeext conftest.$ac_ext
9830 LIBS=$ac_check_lib_save_LIBS
9832 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9833 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9834 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9835 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9838 LDFLAGS=$ac_save_LDFLAGS
9843 if test "$have_x" = "yes"
9844 then
9845 XLIB="-lXext -lX11"
9846 ac_save_CPPFLAGS="$CPPFLAGS"
9847 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9849 { echo "$as_me:$LINENO: checking for -lX11" >&5
9850 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9851 if test "${ac_cv_lib_soname_X11+set}" = set; then
9852 echo $ECHO_N "(cached) $ECHO_C" >&6
9853 else
9854 ac_check_soname_save_LIBS=$LIBS
9855 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9856 cat >conftest.$ac_ext <<_ACEOF
9857 /* confdefs.h. */
9858 _ACEOF
9859 cat confdefs.h >>conftest.$ac_ext
9860 cat >>conftest.$ac_ext <<_ACEOF
9861 /* end confdefs.h. */
9863 /* Override any GCC internal prototype to avoid an error.
9864 Use char because int might match the return type of a GCC
9865 builtin and then its argument prototype would still apply. */
9866 #ifdef __cplusplus
9867 extern "C"
9868 #endif
9869 char XCreateWindow ();
9871 main ()
9873 return XCreateWindow ();
9875 return 0;
9877 _ACEOF
9878 rm -f conftest.$ac_objext conftest$ac_exeext
9879 if { (ac_try="$ac_link"
9880 case "(($ac_try" in
9881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9882 *) ac_try_echo=$ac_try;;
9883 esac
9884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9885 (eval "$ac_link") 2>conftest.er1
9886 ac_status=$?
9887 grep -v '^ *+' conftest.er1 >conftest.err
9888 rm -f conftest.er1
9889 cat conftest.err >&5
9890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9891 (exit $ac_status); } && {
9892 test -z "$ac_c_werror_flag" ||
9893 test ! -s conftest.err
9894 } && test -s conftest$ac_exeext &&
9895 $as_test_x conftest$ac_exeext; then
9896 case "$LIBEXT" in
9897 dll) ;;
9898 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'` ;;
9899 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9900 esac
9901 else
9902 echo "$as_me: failed program was:" >&5
9903 sed 's/^/| /' conftest.$ac_ext >&5
9908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9909 conftest$ac_exeext conftest.$ac_ext
9910 LIBS=$ac_check_soname_save_LIBS
9912 if test "x$ac_cv_lib_soname_X11" = "x"; then
9913 { echo "$as_me:$LINENO: result: not found" >&5
9914 echo "${ECHO_T}not found" >&6; }
9916 else
9917 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9918 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9920 cat >>confdefs.h <<_ACEOF
9921 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9922 _ACEOF
9927 { echo "$as_me:$LINENO: checking for -lXext" >&5
9928 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9929 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9930 echo $ECHO_N "(cached) $ECHO_C" >&6
9931 else
9932 ac_check_soname_save_LIBS=$LIBS
9933 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9934 cat >conftest.$ac_ext <<_ACEOF
9935 /* confdefs.h. */
9936 _ACEOF
9937 cat confdefs.h >>conftest.$ac_ext
9938 cat >>conftest.$ac_ext <<_ACEOF
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9944 #ifdef __cplusplus
9945 extern "C"
9946 #endif
9947 char XextCreateExtension ();
9949 main ()
9951 return XextCreateExtension ();
9953 return 0;
9955 _ACEOF
9956 rm -f conftest.$ac_objext conftest$ac_exeext
9957 if { (ac_try="$ac_link"
9958 case "(($ac_try" in
9959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9960 *) ac_try_echo=$ac_try;;
9961 esac
9962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9963 (eval "$ac_link") 2>conftest.er1
9964 ac_status=$?
9965 grep -v '^ *+' conftest.er1 >conftest.err
9966 rm -f conftest.er1
9967 cat conftest.err >&5
9968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9969 (exit $ac_status); } && {
9970 test -z "$ac_c_werror_flag" ||
9971 test ! -s conftest.err
9972 } && test -s conftest$ac_exeext &&
9973 $as_test_x conftest$ac_exeext; then
9974 case "$LIBEXT" in
9975 dll) ;;
9976 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'` ;;
9977 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9978 esac
9979 else
9980 echo "$as_me: failed program was:" >&5
9981 sed 's/^/| /' conftest.$ac_ext >&5
9986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9987 conftest$ac_exeext conftest.$ac_ext
9988 LIBS=$ac_check_soname_save_LIBS
9990 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9991 { echo "$as_me:$LINENO: result: not found" >&5
9992 echo "${ECHO_T}not found" >&6; }
9994 else
9995 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9996 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9998 cat >>confdefs.h <<_ACEOF
9999 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10000 _ACEOF
10018 for ac_header in X11/Xlib.h \
10019 X11/XKBlib.h \
10020 X11/Xutil.h \
10021 X11/Xcursor/Xcursor.h \
10022 X11/extensions/shape.h \
10023 X11/extensions/XInput.h \
10024 X11/extensions/XShm.h \
10025 X11/extensions/Xcomposite.h \
10026 X11/extensions/Xinerama.h \
10027 X11/extensions/Xrandr.h \
10028 X11/extensions/Xrender.h \
10029 X11/extensions/xf86vmode.h
10031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10032 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10033 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10035 echo $ECHO_N "(cached) $ECHO_C" >&6
10036 else
10037 cat >conftest.$ac_ext <<_ACEOF
10038 /* confdefs.h. */
10039 _ACEOF
10040 cat confdefs.h >>conftest.$ac_ext
10041 cat >>conftest.$ac_ext <<_ACEOF
10042 /* end confdefs.h. */
10043 #ifdef HAVE_X11_XLIB_H
10044 # include <X11/Xlib.h>
10045 #endif
10046 #ifdef HAVE_X11_XUTIL_H
10047 # include <X11/Xutil.h>
10048 #endif
10050 #include <$ac_header>
10051 _ACEOF
10052 rm -f conftest.$ac_objext
10053 if { (ac_try="$ac_compile"
10054 case "(($ac_try" in
10055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10056 *) ac_try_echo=$ac_try;;
10057 esac
10058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10059 (eval "$ac_compile") 2>conftest.er1
10060 ac_status=$?
10061 grep -v '^ *+' conftest.er1 >conftest.err
10062 rm -f conftest.er1
10063 cat conftest.err >&5
10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065 (exit $ac_status); } && {
10066 test -z "$ac_c_werror_flag" ||
10067 test ! -s conftest.err
10068 } && test -s conftest.$ac_objext; then
10069 eval "$as_ac_Header=yes"
10070 else
10071 echo "$as_me: failed program was:" >&5
10072 sed 's/^/| /' conftest.$ac_ext >&5
10074 eval "$as_ac_Header=no"
10077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10079 ac_res=`eval echo '${'$as_ac_Header'}'`
10080 { echo "$as_me:$LINENO: result: $ac_res" >&5
10081 echo "${ECHO_T}$ac_res" >&6; }
10082 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10083 cat >>confdefs.h <<_ACEOF
10084 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10085 _ACEOF
10089 done
10092 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10093 then
10094 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10095 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10096 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10097 echo $ECHO_N "(cached) $ECHO_C" >&6
10098 else
10099 ac_check_lib_save_LIBS=$LIBS
10100 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10101 cat >conftest.$ac_ext <<_ACEOF
10102 /* confdefs.h. */
10103 _ACEOF
10104 cat confdefs.h >>conftest.$ac_ext
10105 cat >>conftest.$ac_ext <<_ACEOF
10106 /* end confdefs.h. */
10108 /* Override any GCC internal prototype to avoid an error.
10109 Use char because int might match the return type of a GCC
10110 builtin and then its argument prototype would still apply. */
10111 #ifdef __cplusplus
10112 extern "C"
10113 #endif
10114 char XkbQueryExtension ();
10116 main ()
10118 return XkbQueryExtension ();
10120 return 0;
10122 _ACEOF
10123 rm -f conftest.$ac_objext conftest$ac_exeext
10124 if { (ac_try="$ac_link"
10125 case "(($ac_try" in
10126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127 *) ac_try_echo=$ac_try;;
10128 esac
10129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10130 (eval "$ac_link") 2>conftest.er1
10131 ac_status=$?
10132 grep -v '^ *+' conftest.er1 >conftest.err
10133 rm -f conftest.er1
10134 cat conftest.err >&5
10135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10136 (exit $ac_status); } && {
10137 test -z "$ac_c_werror_flag" ||
10138 test ! -s conftest.err
10139 } && test -s conftest$ac_exeext &&
10140 $as_test_x conftest$ac_exeext; then
10141 ac_cv_lib_X11_XkbQueryExtension=yes
10142 else
10143 echo "$as_me: failed program was:" >&5
10144 sed 's/^/| /' conftest.$ac_ext >&5
10146 ac_cv_lib_X11_XkbQueryExtension=no
10149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10150 conftest$ac_exeext conftest.$ac_ext
10151 LIBS=$ac_check_lib_save_LIBS
10153 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10154 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10155 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10157 cat >>confdefs.h <<\_ACEOF
10158 #define HAVE_XKB 1
10159 _ACEOF
10165 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10166 then
10167 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10168 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10169 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10170 echo $ECHO_N "(cached) $ECHO_C" >&6
10171 else
10172 ac_check_soname_save_LIBS=$LIBS
10173 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10174 cat >conftest.$ac_ext <<_ACEOF
10175 /* confdefs.h. */
10176 _ACEOF
10177 cat confdefs.h >>conftest.$ac_ext
10178 cat >>conftest.$ac_ext <<_ACEOF
10179 /* end confdefs.h. */
10181 /* Override any GCC internal prototype to avoid an error.
10182 Use char because int might match the return type of a GCC
10183 builtin and then its argument prototype would still apply. */
10184 #ifdef __cplusplus
10185 extern "C"
10186 #endif
10187 char XcursorImageLoadCursor ();
10189 main ()
10191 return XcursorImageLoadCursor ();
10193 return 0;
10195 _ACEOF
10196 rm -f conftest.$ac_objext conftest$ac_exeext
10197 if { (ac_try="$ac_link"
10198 case "(($ac_try" in
10199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10200 *) ac_try_echo=$ac_try;;
10201 esac
10202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10203 (eval "$ac_link") 2>conftest.er1
10204 ac_status=$?
10205 grep -v '^ *+' conftest.er1 >conftest.err
10206 rm -f conftest.er1
10207 cat conftest.err >&5
10208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10209 (exit $ac_status); } && {
10210 test -z "$ac_c_werror_flag" ||
10211 test ! -s conftest.err
10212 } && test -s conftest$ac_exeext &&
10213 $as_test_x conftest$ac_exeext; then
10214 case "$LIBEXT" in
10215 dll) ;;
10216 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'` ;;
10217 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10218 esac
10219 else
10220 echo "$as_me: failed program was:" >&5
10221 sed 's/^/| /' conftest.$ac_ext >&5
10226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10227 conftest$ac_exeext conftest.$ac_ext
10228 LIBS=$ac_check_soname_save_LIBS
10230 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10231 { echo "$as_me:$LINENO: result: not found" >&5
10232 echo "${ECHO_T}not found" >&6; }
10234 else
10235 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10236 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10238 cat >>confdefs.h <<_ACEOF
10239 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10240 _ACEOF
10246 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10247 case "x$with_xcursor" in
10248 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10249 xno) ;;
10250 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10251 This is an error since --with-xcursor was requested." >&5
10252 echo "$as_me: 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." >&2;}
10254 { (exit 1); exit 1; }; } ;;
10255 esac
10259 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10260 then
10261 { echo "$as_me:$LINENO: checking for -lXi" >&5
10262 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10263 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10264 echo $ECHO_N "(cached) $ECHO_C" >&6
10265 else
10266 ac_check_soname_save_LIBS=$LIBS
10267 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10268 cat >conftest.$ac_ext <<_ACEOF
10269 /* confdefs.h. */
10270 _ACEOF
10271 cat confdefs.h >>conftest.$ac_ext
10272 cat >>conftest.$ac_ext <<_ACEOF
10273 /* end confdefs.h. */
10275 /* Override any GCC internal prototype to avoid an error.
10276 Use char because int might match the return type of a GCC
10277 builtin and then its argument prototype would still apply. */
10278 #ifdef __cplusplus
10279 extern "C"
10280 #endif
10281 char XOpenDevice ();
10283 main ()
10285 return XOpenDevice ();
10287 return 0;
10289 _ACEOF
10290 rm -f conftest.$ac_objext conftest$ac_exeext
10291 if { (ac_try="$ac_link"
10292 case "(($ac_try" in
10293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10294 *) ac_try_echo=$ac_try;;
10295 esac
10296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10297 (eval "$ac_link") 2>conftest.er1
10298 ac_status=$?
10299 grep -v '^ *+' conftest.er1 >conftest.err
10300 rm -f conftest.er1
10301 cat conftest.err >&5
10302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303 (exit $ac_status); } && {
10304 test -z "$ac_c_werror_flag" ||
10305 test ! -s conftest.err
10306 } && test -s conftest$ac_exeext &&
10307 $as_test_x conftest$ac_exeext; then
10308 case "$LIBEXT" in
10309 dll) ;;
10310 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'` ;;
10311 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10312 esac
10313 else
10314 echo "$as_me: failed program was:" >&5
10315 sed 's/^/| /' conftest.$ac_ext >&5
10320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10321 conftest$ac_exeext conftest.$ac_ext
10322 LIBS=$ac_check_soname_save_LIBS
10324 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10325 { echo "$as_me:$LINENO: result: not found" >&5
10326 echo "${ECHO_T}not found" >&6; }
10328 else
10329 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10330 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10332 cat >>confdefs.h <<_ACEOF
10333 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10334 _ACEOF
10340 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10341 case "x$with_xinput" in
10342 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10343 xno) ;;
10344 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10345 This is an error since --with-xinput was requested." >&5
10346 echo "$as_me: 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." >&2;}
10348 { (exit 1); exit 1; }; } ;;
10349 esac
10353 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10354 then
10355 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10356 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10357 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10358 echo $ECHO_N "(cached) $ECHO_C" >&6
10359 else
10360 ac_check_lib_save_LIBS=$LIBS
10361 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10362 cat >conftest.$ac_ext <<_ACEOF
10363 /* confdefs.h. */
10364 _ACEOF
10365 cat confdefs.h >>conftest.$ac_ext
10366 cat >>conftest.$ac_ext <<_ACEOF
10367 /* end confdefs.h. */
10369 /* Override any GCC internal prototype to avoid an error.
10370 Use char because int might match the return type of a GCC
10371 builtin and then its argument prototype would still apply. */
10372 #ifdef __cplusplus
10373 extern "C"
10374 #endif
10375 char XShmQueryExtension ();
10377 main ()
10379 return XShmQueryExtension ();
10381 return 0;
10383 _ACEOF
10384 rm -f conftest.$ac_objext conftest$ac_exeext
10385 if { (ac_try="$ac_link"
10386 case "(($ac_try" in
10387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10388 *) ac_try_echo=$ac_try;;
10389 esac
10390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10391 (eval "$ac_link") 2>conftest.er1
10392 ac_status=$?
10393 grep -v '^ *+' conftest.er1 >conftest.err
10394 rm -f conftest.er1
10395 cat conftest.err >&5
10396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10397 (exit $ac_status); } && {
10398 test -z "$ac_c_werror_flag" ||
10399 test ! -s conftest.err
10400 } && test -s conftest$ac_exeext &&
10401 $as_test_x conftest$ac_exeext; then
10402 ac_cv_lib_Xext_XShmQueryExtension=yes
10403 else
10404 echo "$as_me: failed program was:" >&5
10405 sed 's/^/| /' conftest.$ac_ext >&5
10407 ac_cv_lib_Xext_XShmQueryExtension=no
10410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10411 conftest$ac_exeext conftest.$ac_ext
10412 LIBS=$ac_check_lib_save_LIBS
10414 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10415 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10416 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10418 cat >>confdefs.h <<\_ACEOF
10419 #define HAVE_LIBXXSHM 1
10420 _ACEOF
10425 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10426 case "x$with_xshm" in
10427 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10428 xno) ;;
10429 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10430 This is an error since --with-xshm was requested." >&5
10431 echo "$as_me: 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." >&2;}
10433 { (exit 1); exit 1; }; } ;;
10434 esac
10438 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10439 then
10440 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10441 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10448 /* confdefs.h. */
10449 _ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char XShapeQueryExtension ();
10462 main ()
10464 return XShapeQueryExtension ();
10466 return 0;
10468 _ACEOF
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10473 *) ac_try_echo=$ac_try;;
10474 esac
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10477 ac_status=$?
10478 grep -v '^ *+' conftest.er1 >conftest.err
10479 rm -f conftest.er1
10480 cat conftest.err >&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest$ac_exeext &&
10486 $as_test_x conftest$ac_exeext; then
10487 ac_cv_lib_Xext_XShapeQueryExtension=yes
10488 else
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.$ac_ext >&5
10492 ac_cv_lib_Xext_XShapeQueryExtension=no
10495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10496 conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10501 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10503 cat >>confdefs.h <<\_ACEOF
10504 #define HAVE_LIBXSHAPE 1
10505 _ACEOF
10510 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10511 case "x$with_xshape" in
10512 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10513 xno) ;;
10514 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10515 This is an error since --with-xshape was requested." >&5
10516 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10517 This is an error since --with-xshape was requested." >&2;}
10518 { (exit 1); exit 1; }; } ;;
10519 esac
10523 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10524 then
10525 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10526 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10527 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10528 echo $ECHO_N "(cached) $ECHO_C" >&6
10529 else
10530 ac_check_soname_save_LIBS=$LIBS
10531 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10532 cat >conftest.$ac_ext <<_ACEOF
10533 /* confdefs.h. */
10534 _ACEOF
10535 cat confdefs.h >>conftest.$ac_ext
10536 cat >>conftest.$ac_ext <<_ACEOF
10537 /* end confdefs.h. */
10539 /* Override any GCC internal prototype to avoid an error.
10540 Use char because int might match the return type of a GCC
10541 builtin and then its argument prototype would still apply. */
10542 #ifdef __cplusplus
10543 extern "C"
10544 #endif
10545 char XF86VidModeQueryExtension ();
10547 main ()
10549 return XF86VidModeQueryExtension ();
10551 return 0;
10553 _ACEOF
10554 rm -f conftest.$ac_objext conftest$ac_exeext
10555 if { (ac_try="$ac_link"
10556 case "(($ac_try" in
10557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10558 *) ac_try_echo=$ac_try;;
10559 esac
10560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10561 (eval "$ac_link") 2>conftest.er1
10562 ac_status=$?
10563 grep -v '^ *+' conftest.er1 >conftest.err
10564 rm -f conftest.er1
10565 cat conftest.err >&5
10566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10567 (exit $ac_status); } && {
10568 test -z "$ac_c_werror_flag" ||
10569 test ! -s conftest.err
10570 } && test -s conftest$ac_exeext &&
10571 $as_test_x conftest$ac_exeext; then
10572 case "$LIBEXT" in
10573 dll) ;;
10574 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'` ;;
10575 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10576 esac
10577 else
10578 echo "$as_me: failed program was:" >&5
10579 sed 's/^/| /' conftest.$ac_ext >&5
10584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10585 conftest$ac_exeext conftest.$ac_ext
10586 LIBS=$ac_check_soname_save_LIBS
10588 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10589 { echo "$as_me:$LINENO: result: not found" >&5
10590 echo "${ECHO_T}not found" >&6; }
10592 else
10593 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10594 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10596 cat >>confdefs.h <<_ACEOF
10597 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10598 _ACEOF
10604 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10605 case "x$with_xxf86vm" in
10606 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10607 xno) ;;
10608 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10609 This is an error since --with-xxf86vm was requested." >&5
10610 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10611 This is an error since --with-xxf86vm was requested." >&2;}
10612 { (exit 1); exit 1; }; } ;;
10613 esac
10617 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"
10618 then
10619 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10620 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10621 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10622 echo $ECHO_N "(cached) $ECHO_C" >&6
10623 else
10624 ac_check_soname_save_LIBS=$LIBS
10625 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10626 cat >conftest.$ac_ext <<_ACEOF
10627 /* confdefs.h. */
10628 _ACEOF
10629 cat confdefs.h >>conftest.$ac_ext
10630 cat >>conftest.$ac_ext <<_ACEOF
10631 /* end confdefs.h. */
10633 /* Override any GCC internal prototype to avoid an error.
10634 Use char because int might match the return type of a GCC
10635 builtin and then its argument prototype would still apply. */
10636 #ifdef __cplusplus
10637 extern "C"
10638 #endif
10639 char XRenderQueryExtension ();
10641 main ()
10643 return XRenderQueryExtension ();
10645 return 0;
10647 _ACEOF
10648 rm -f conftest.$ac_objext conftest$ac_exeext
10649 if { (ac_try="$ac_link"
10650 case "(($ac_try" in
10651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10652 *) ac_try_echo=$ac_try;;
10653 esac
10654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10655 (eval "$ac_link") 2>conftest.er1
10656 ac_status=$?
10657 grep -v '^ *+' conftest.er1 >conftest.err
10658 rm -f conftest.er1
10659 cat conftest.err >&5
10660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661 (exit $ac_status); } && {
10662 test -z "$ac_c_werror_flag" ||
10663 test ! -s conftest.err
10664 } && test -s conftest$ac_exeext &&
10665 $as_test_x conftest$ac_exeext; then
10666 case "$LIBEXT" in
10667 dll) ;;
10668 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'` ;;
10669 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10670 esac
10671 else
10672 echo "$as_me: failed program was:" >&5
10673 sed 's/^/| /' conftest.$ac_ext >&5
10678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10679 conftest$ac_exeext conftest.$ac_ext
10680 LIBS=$ac_check_soname_save_LIBS
10682 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10683 { echo "$as_me:$LINENO: result: not found" >&5
10684 echo "${ECHO_T}not found" >&6; }
10686 else
10687 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10688 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10690 cat >>confdefs.h <<_ACEOF
10691 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10692 _ACEOF
10694 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10695 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10696 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10697 echo $ECHO_N "(cached) $ECHO_C" >&6
10698 else
10699 ac_check_lib_save_LIBS=$LIBS
10700 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10701 cat >conftest.$ac_ext <<_ACEOF
10702 /* confdefs.h. */
10703 _ACEOF
10704 cat confdefs.h >>conftest.$ac_ext
10705 cat >>conftest.$ac_ext <<_ACEOF
10706 /* end confdefs.h. */
10708 /* Override any GCC internal prototype to avoid an error.
10709 Use char because int might match the return type of a GCC
10710 builtin and then its argument prototype would still apply. */
10711 #ifdef __cplusplus
10712 extern "C"
10713 #endif
10714 char XRenderSetPictureTransform ();
10716 main ()
10718 return XRenderSetPictureTransform ();
10720 return 0;
10722 _ACEOF
10723 rm -f conftest.$ac_objext conftest$ac_exeext
10724 if { (ac_try="$ac_link"
10725 case "(($ac_try" in
10726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10727 *) ac_try_echo=$ac_try;;
10728 esac
10729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10730 (eval "$ac_link") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest$ac_exeext &&
10740 $as_test_x conftest$ac_exeext; then
10741 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10742 else
10743 echo "$as_me: failed program was:" >&5
10744 sed 's/^/| /' conftest.$ac_ext >&5
10746 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10750 conftest$ac_exeext conftest.$ac_ext
10751 LIBS=$ac_check_lib_save_LIBS
10753 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10754 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10755 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10757 cat >>confdefs.h <<\_ACEOF
10758 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10759 _ACEOF
10767 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10768 case "x$with_xrender" in
10769 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10770 xno) ;;
10771 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10772 This is an error since --with-xrender was requested." >&5
10773 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10774 This is an error since --with-xrender was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10776 esac
10780 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10781 then
10782 cat >conftest.$ac_ext <<_ACEOF
10783 /* confdefs.h. */
10784 _ACEOF
10785 cat confdefs.h >>conftest.$ac_ext
10786 cat >>conftest.$ac_ext <<_ACEOF
10787 /* end confdefs.h. */
10788 #include <X11/Xlib.h>
10789 #include <X11/extensions/Xrandr.h>
10791 main ()
10793 static typeof(XRRSetScreenConfigAndRate) * func;
10795 return 0;
10797 _ACEOF
10798 rm -f conftest.$ac_objext
10799 if { (ac_try="$ac_compile"
10800 case "(($ac_try" in
10801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10802 *) ac_try_echo=$ac_try;;
10803 esac
10804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10805 (eval "$ac_compile") 2>conftest.er1
10806 ac_status=$?
10807 grep -v '^ *+' conftest.er1 >conftest.err
10808 rm -f conftest.er1
10809 cat conftest.err >&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); } && {
10812 test -z "$ac_c_werror_flag" ||
10813 test ! -s conftest.err
10814 } && test -s conftest.$ac_objext; then
10815 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10816 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10817 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10818 echo $ECHO_N "(cached) $ECHO_C" >&6
10819 else
10820 ac_check_soname_save_LIBS=$LIBS
10821 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10822 cat >conftest.$ac_ext <<_ACEOF
10823 /* confdefs.h. */
10824 _ACEOF
10825 cat confdefs.h >>conftest.$ac_ext
10826 cat >>conftest.$ac_ext <<_ACEOF
10827 /* end confdefs.h. */
10829 /* Override any GCC internal prototype to avoid an error.
10830 Use char because int might match the return type of a GCC
10831 builtin and then its argument prototype would still apply. */
10832 #ifdef __cplusplus
10833 extern "C"
10834 #endif
10835 char XRRQueryExtension ();
10837 main ()
10839 return XRRQueryExtension ();
10841 return 0;
10843 _ACEOF
10844 rm -f conftest.$ac_objext conftest$ac_exeext
10845 if { (ac_try="$ac_link"
10846 case "(($ac_try" in
10847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10848 *) ac_try_echo=$ac_try;;
10849 esac
10850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10851 (eval "$ac_link") 2>conftest.er1
10852 ac_status=$?
10853 grep -v '^ *+' conftest.er1 >conftest.err
10854 rm -f conftest.er1
10855 cat conftest.err >&5
10856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10857 (exit $ac_status); } && {
10858 test -z "$ac_c_werror_flag" ||
10859 test ! -s conftest.err
10860 } && test -s conftest$ac_exeext &&
10861 $as_test_x conftest$ac_exeext; then
10862 case "$LIBEXT" in
10863 dll) ;;
10864 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'` ;;
10865 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10866 esac
10867 else
10868 echo "$as_me: failed program was:" >&5
10869 sed 's/^/| /' conftest.$ac_ext >&5
10874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10875 conftest$ac_exeext conftest.$ac_ext
10876 LIBS=$ac_check_soname_save_LIBS
10878 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10879 { echo "$as_me:$LINENO: result: not found" >&5
10880 echo "${ECHO_T}not found" >&6; }
10882 else
10883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10884 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10886 cat >>confdefs.h <<_ACEOF
10887 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10888 _ACEOF
10893 else
10894 echo "$as_me: failed program was:" >&5
10895 sed 's/^/| /' conftest.$ac_ext >&5
10900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10902 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10903 case "x$with_xrandr" in
10904 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10905 xno) ;;
10906 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10907 This is an error since --with-xrandr was requested." >&5
10908 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10909 This is an error since --with-xrandr was requested." >&2;}
10910 { (exit 1); exit 1; }; } ;;
10911 esac
10915 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10916 then
10917 cat >conftest.$ac_ext <<_ACEOF
10918 /* confdefs.h. */
10919 _ACEOF
10920 cat confdefs.h >>conftest.$ac_ext
10921 cat >>conftest.$ac_ext <<_ACEOF
10922 /* end confdefs.h. */
10923 #include <X11/Xlib.h>
10924 #include <X11/extensions/Xinerama.h>
10926 main ()
10928 static typeof(XineramaQueryScreens) * func;
10930 return 0;
10932 _ACEOF
10933 rm -f conftest.$ac_objext
10934 if { (ac_try="$ac_compile"
10935 case "(($ac_try" in
10936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10937 *) ac_try_echo=$ac_try;;
10938 esac
10939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10940 (eval "$ac_compile") 2>conftest.er1
10941 ac_status=$?
10942 grep -v '^ *+' conftest.er1 >conftest.err
10943 rm -f conftest.er1
10944 cat conftest.err >&5
10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10946 (exit $ac_status); } && {
10947 test -z "$ac_c_werror_flag" ||
10948 test ! -s conftest.err
10949 } && test -s conftest.$ac_objext; then
10950 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10951 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10952 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10953 echo $ECHO_N "(cached) $ECHO_C" >&6
10954 else
10955 ac_check_soname_save_LIBS=$LIBS
10956 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10957 cat >conftest.$ac_ext <<_ACEOF
10958 /* confdefs.h. */
10959 _ACEOF
10960 cat confdefs.h >>conftest.$ac_ext
10961 cat >>conftest.$ac_ext <<_ACEOF
10962 /* end confdefs.h. */
10964 /* Override any GCC internal prototype to avoid an error.
10965 Use char because int might match the return type of a GCC
10966 builtin and then its argument prototype would still apply. */
10967 #ifdef __cplusplus
10968 extern "C"
10969 #endif
10970 char XineramaQueryScreens ();
10972 main ()
10974 return XineramaQueryScreens ();
10976 return 0;
10978 _ACEOF
10979 rm -f conftest.$ac_objext conftest$ac_exeext
10980 if { (ac_try="$ac_link"
10981 case "(($ac_try" in
10982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10983 *) ac_try_echo=$ac_try;;
10984 esac
10985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10986 (eval "$ac_link") 2>conftest.er1
10987 ac_status=$?
10988 grep -v '^ *+' conftest.er1 >conftest.err
10989 rm -f conftest.er1
10990 cat conftest.err >&5
10991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10992 (exit $ac_status); } && {
10993 test -z "$ac_c_werror_flag" ||
10994 test ! -s conftest.err
10995 } && test -s conftest$ac_exeext &&
10996 $as_test_x conftest$ac_exeext; then
10997 case "$LIBEXT" in
10998 dll) ;;
10999 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'` ;;
11000 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11001 esac
11002 else
11003 echo "$as_me: failed program was:" >&5
11004 sed 's/^/| /' conftest.$ac_ext >&5
11009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11010 conftest$ac_exeext conftest.$ac_ext
11011 LIBS=$ac_check_soname_save_LIBS
11013 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11014 { echo "$as_me:$LINENO: result: not found" >&5
11015 echo "${ECHO_T}not found" >&6; }
11017 else
11018 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11019 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11021 cat >>confdefs.h <<_ACEOF
11022 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11023 _ACEOF
11028 else
11029 echo "$as_me: failed program was:" >&5
11030 sed 's/^/| /' conftest.$ac_ext >&5
11035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11037 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11038 case "x$with_xinerama" in
11039 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11040 xno) ;;
11041 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11042 This is an error since --with-xinerama was requested." >&5
11043 echo "$as_me: 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." >&2;}
11045 { (exit 1); exit 1; }; } ;;
11046 esac
11050 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11051 then
11052 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11053 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11054 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11056 else
11057 ac_check_soname_save_LIBS=$LIBS
11058 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11059 cat >conftest.$ac_ext <<_ACEOF
11060 /* confdefs.h. */
11061 _ACEOF
11062 cat confdefs.h >>conftest.$ac_ext
11063 cat >>conftest.$ac_ext <<_ACEOF
11064 /* end confdefs.h. */
11066 /* Override any GCC internal prototype to avoid an error.
11067 Use char because int might match the return type of a GCC
11068 builtin and then its argument prototype would still apply. */
11069 #ifdef __cplusplus
11070 extern "C"
11071 #endif
11072 char XCompositeRedirectWindow ();
11074 main ()
11076 return XCompositeRedirectWindow ();
11078 return 0;
11080 _ACEOF
11081 rm -f conftest.$ac_objext conftest$ac_exeext
11082 if { (ac_try="$ac_link"
11083 case "(($ac_try" in
11084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11085 *) ac_try_echo=$ac_try;;
11086 esac
11087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11088 (eval "$ac_link") 2>conftest.er1
11089 ac_status=$?
11090 grep -v '^ *+' conftest.er1 >conftest.err
11091 rm -f conftest.er1
11092 cat conftest.err >&5
11093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11094 (exit $ac_status); } && {
11095 test -z "$ac_c_werror_flag" ||
11096 test ! -s conftest.err
11097 } && test -s conftest$ac_exeext &&
11098 $as_test_x conftest$ac_exeext; then
11099 case "$LIBEXT" in
11100 dll) ;;
11101 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'` ;;
11102 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11103 esac
11104 else
11105 echo "$as_me: failed program was:" >&5
11106 sed 's/^/| /' conftest.$ac_ext >&5
11111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11112 conftest$ac_exeext conftest.$ac_ext
11113 LIBS=$ac_check_soname_save_LIBS
11115 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11116 { echo "$as_me:$LINENO: result: not found" >&5
11117 echo "${ECHO_T}not found" >&6; }
11119 else
11120 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11121 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11123 cat >>confdefs.h <<_ACEOF
11124 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11125 _ACEOF
11131 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11132 case "x$with_xcomposite" in
11133 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11134 xno) ;;
11135 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11136 This is an error since --with-xcomposite was requested." >&5
11137 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11138 This is an error since --with-xcomposite was requested." >&2;}
11139 { (exit 1); exit 1; }; } ;;
11140 esac
11144 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11145 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11146 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11147 echo $ECHO_N "(cached) $ECHO_C" >&6
11148 else
11149 cat >conftest.$ac_ext <<_ACEOF
11150 /* confdefs.h. */
11151 _ACEOF
11152 cat confdefs.h >>conftest.$ac_ext
11153 cat >>conftest.$ac_ext <<_ACEOF
11154 /* end confdefs.h. */
11155 #ifdef HAVE_X11_XLIB_H
11156 #include <X11/Xlib.h>
11157 #endif
11160 main ()
11162 static XICCallback ac_aggr;
11163 if (ac_aggr.callback)
11164 return 0;
11166 return 0;
11168 _ACEOF
11169 rm -f conftest.$ac_objext
11170 if { (ac_try="$ac_compile"
11171 case "(($ac_try" in
11172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11173 *) ac_try_echo=$ac_try;;
11174 esac
11175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11176 (eval "$ac_compile") 2>conftest.er1
11177 ac_status=$?
11178 grep -v '^ *+' conftest.er1 >conftest.err
11179 rm -f conftest.er1
11180 cat conftest.err >&5
11181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11182 (exit $ac_status); } && {
11183 test -z "$ac_c_werror_flag" ||
11184 test ! -s conftest.err
11185 } && test -s conftest.$ac_objext; then
11186 ac_cv_member_XICCallback_callback=yes
11187 else
11188 echo "$as_me: failed program was:" >&5
11189 sed 's/^/| /' conftest.$ac_ext >&5
11191 cat >conftest.$ac_ext <<_ACEOF
11192 /* confdefs.h. */
11193 _ACEOF
11194 cat confdefs.h >>conftest.$ac_ext
11195 cat >>conftest.$ac_ext <<_ACEOF
11196 /* end confdefs.h. */
11197 #ifdef HAVE_X11_XLIB_H
11198 #include <X11/Xlib.h>
11199 #endif
11202 main ()
11204 static XICCallback ac_aggr;
11205 if (sizeof ac_aggr.callback)
11206 return 0;
11208 return 0;
11210 _ACEOF
11211 rm -f conftest.$ac_objext
11212 if { (ac_try="$ac_compile"
11213 case "(($ac_try" in
11214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11215 *) ac_try_echo=$ac_try;;
11216 esac
11217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11218 (eval "$ac_compile") 2>conftest.er1
11219 ac_status=$?
11220 grep -v '^ *+' conftest.er1 >conftest.err
11221 rm -f conftest.er1
11222 cat conftest.err >&5
11223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224 (exit $ac_status); } && {
11225 test -z "$ac_c_werror_flag" ||
11226 test ! -s conftest.err
11227 } && test -s conftest.$ac_objext; then
11228 ac_cv_member_XICCallback_callback=yes
11229 else
11230 echo "$as_me: failed program was:" >&5
11231 sed 's/^/| /' conftest.$ac_ext >&5
11233 ac_cv_member_XICCallback_callback=no
11236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11241 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11242 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11243 if test $ac_cv_member_XICCallback_callback = yes; then
11245 cat >>confdefs.h <<_ACEOF
11246 #define HAVE_XICCALLBACK_CALLBACK 1
11247 _ACEOF
11254 opengl_msg=""
11255 if test "x$with_opengl" != "xno"
11256 then
11261 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11263 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11264 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11265 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11266 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11267 echo $ECHO_N "(cached) $ECHO_C" >&6
11268 else
11269 cat >conftest.$ac_ext <<_ACEOF
11270 /* confdefs.h. */
11271 _ACEOF
11272 cat confdefs.h >>conftest.$ac_ext
11273 cat >>conftest.$ac_ext <<_ACEOF
11274 /* end confdefs.h. */
11275 #ifdef HAVE_GL_GLX_H
11276 # include <GL/glx.h>
11277 #endif
11279 #include <$ac_header>
11280 _ACEOF
11281 rm -f conftest.$ac_objext
11282 if { (ac_try="$ac_compile"
11283 case "(($ac_try" in
11284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11285 *) ac_try_echo=$ac_try;;
11286 esac
11287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11288 (eval "$ac_compile") 2>conftest.er1
11289 ac_status=$?
11290 grep -v '^ *+' conftest.er1 >conftest.err
11291 rm -f conftest.er1
11292 cat conftest.err >&5
11293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11294 (exit $ac_status); } && {
11295 test -z "$ac_c_werror_flag" ||
11296 test ! -s conftest.err
11297 } && test -s conftest.$ac_objext; then
11298 eval "$as_ac_Header=yes"
11299 else
11300 echo "$as_me: failed program was:" >&5
11301 sed 's/^/| /' conftest.$ac_ext >&5
11303 eval "$as_ac_Header=no"
11306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11308 ac_res=`eval echo '${'$as_ac_Header'}'`
11309 { echo "$as_me:$LINENO: result: $ac_res" >&5
11310 echo "${ECHO_T}$ac_res" >&6; }
11311 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11312 cat >>confdefs.h <<_ACEOF
11313 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11314 _ACEOF
11318 done
11320 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11321 then
11322 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11323 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11324 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11325 echo $ECHO_N "(cached) $ECHO_C" >&6
11326 else
11327 cat >conftest.$ac_ext <<_ACEOF
11328 /* confdefs.h. */
11329 _ACEOF
11330 cat confdefs.h >>conftest.$ac_ext
11331 cat >>conftest.$ac_ext <<_ACEOF
11332 /* end confdefs.h. */
11333 #include <GL/gl.h>
11335 main ()
11337 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11339 return 0;
11341 _ACEOF
11342 rm -f conftest.$ac_objext
11343 if { (ac_try="$ac_compile"
11344 case "(($ac_try" in
11345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11346 *) ac_try_echo=$ac_try;;
11347 esac
11348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11349 (eval "$ac_compile") 2>conftest.er1
11350 ac_status=$?
11351 grep -v '^ *+' conftest.er1 >conftest.err
11352 rm -f conftest.er1
11353 cat conftest.err >&5
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } && {
11356 test -z "$ac_c_werror_flag" ||
11357 test ! -s conftest.err
11358 } && test -s conftest.$ac_objext; then
11359 wine_cv_opengl_header_version_OK="yes"
11360 else
11361 echo "$as_me: failed program was:" >&5
11362 sed 's/^/| /' conftest.$ac_ext >&5
11364 wine_cv_opengl_header_version_OK="no"
11367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11369 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11370 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11372 if test "$wine_cv_opengl_header_version_OK" = "yes"
11373 then
11374 { echo "$as_me:$LINENO: checking for -lGL" >&5
11375 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11376 if test "${ac_cv_lib_soname_GL+set}" = set; then
11377 echo $ECHO_N "(cached) $ECHO_C" >&6
11378 else
11379 ac_check_soname_save_LIBS=$LIBS
11380 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11381 cat >conftest.$ac_ext <<_ACEOF
11382 /* confdefs.h. */
11383 _ACEOF
11384 cat confdefs.h >>conftest.$ac_ext
11385 cat >>conftest.$ac_ext <<_ACEOF
11386 /* end confdefs.h. */
11388 /* Override any GCC internal prototype to avoid an error.
11389 Use char because int might match the return type of a GCC
11390 builtin and then its argument prototype would still apply. */
11391 #ifdef __cplusplus
11392 extern "C"
11393 #endif
11394 char glXCreateContext ();
11396 main ()
11398 return glXCreateContext ();
11400 return 0;
11402 _ACEOF
11403 rm -f conftest.$ac_objext conftest$ac_exeext
11404 if { (ac_try="$ac_link"
11405 case "(($ac_try" in
11406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11407 *) ac_try_echo=$ac_try;;
11408 esac
11409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11410 (eval "$ac_link") 2>conftest.er1
11411 ac_status=$?
11412 grep -v '^ *+' conftest.er1 >conftest.err
11413 rm -f conftest.er1
11414 cat conftest.err >&5
11415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11416 (exit $ac_status); } && {
11417 test -z "$ac_c_werror_flag" ||
11418 test ! -s conftest.err
11419 } && test -s conftest$ac_exeext &&
11420 $as_test_x conftest$ac_exeext; then
11421 case "$LIBEXT" in
11422 dll) ;;
11423 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'` ;;
11424 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11425 esac
11426 else
11427 echo "$as_me: failed program was:" >&5
11428 sed 's/^/| /' conftest.$ac_ext >&5
11433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11434 conftest$ac_exeext conftest.$ac_ext
11435 LIBS=$ac_check_soname_save_LIBS
11437 if test "x$ac_cv_lib_soname_GL" = "x"; then
11438 { echo "$as_me:$LINENO: result: not found" >&5
11439 echo "${ECHO_T}not found" >&6; }
11440 { echo "$as_me:$LINENO: checking for -lGL" >&5
11441 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11442 if test "${ac_cv_lib_soname_GL+set}" = set; then
11443 echo $ECHO_N "(cached) $ECHO_C" >&6
11444 else
11445 ac_check_soname_save_LIBS=$LIBS
11446 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"
11447 cat >conftest.$ac_ext <<_ACEOF
11448 /* confdefs.h. */
11449 _ACEOF
11450 cat confdefs.h >>conftest.$ac_ext
11451 cat >>conftest.$ac_ext <<_ACEOF
11452 /* end confdefs.h. */
11454 /* Override any GCC internal prototype to avoid an error.
11455 Use char because int might match the return type of a GCC
11456 builtin and then its argument prototype would still apply. */
11457 #ifdef __cplusplus
11458 extern "C"
11459 #endif
11460 char glXCreateContext ();
11462 main ()
11464 return glXCreateContext ();
11466 return 0;
11468 _ACEOF
11469 rm -f conftest.$ac_objext conftest$ac_exeext
11470 if { (ac_try="$ac_link"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_link") 2>conftest.er1
11477 ac_status=$?
11478 grep -v '^ *+' conftest.er1 >conftest.err
11479 rm -f conftest.er1
11480 cat conftest.err >&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } && {
11483 test -z "$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11485 } && test -s conftest$ac_exeext &&
11486 $as_test_x conftest$ac_exeext; then
11487 case "$LIBEXT" in
11488 dll) ;;
11489 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'` ;;
11490 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11491 esac
11492 else
11493 echo "$as_me: failed program was:" >&5
11494 sed 's/^/| /' conftest.$ac_ext >&5
11499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11500 conftest$ac_exeext conftest.$ac_ext
11501 LIBS=$ac_check_soname_save_LIBS
11503 if test "x$ac_cv_lib_soname_GL" = "x"; then
11504 { echo "$as_me:$LINENO: result: not found" >&5
11505 echo "${ECHO_T}not found" >&6; }
11506 if test -f /usr/X11R6/lib/libGL.a
11507 then
11508 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11509 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11510 else
11511 opengl_msg="No OpenGL library found on this system."
11513 else
11514 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11515 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11517 cat >>confdefs.h <<_ACEOF
11518 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11519 _ACEOF
11521 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"
11523 cat >>confdefs.h <<\_ACEOF
11524 #define HAVE_OPENGL 1
11525 _ACEOF
11529 else
11530 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11531 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11533 cat >>confdefs.h <<_ACEOF
11534 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11535 _ACEOF
11537 OPENGL_LIBS="-lGL"
11539 cat >>confdefs.h <<\_ACEOF
11540 #define HAVE_OPENGL 1
11541 _ACEOF
11545 if test "$ac_cv_header_GL_glu_h" = "yes"
11546 then
11547 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11548 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11549 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11550 echo $ECHO_N "(cached) $ECHO_C" >&6
11551 else
11552 ac_check_soname_save_LIBS=$LIBS
11553 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11554 cat >conftest.$ac_ext <<_ACEOF
11555 /* confdefs.h. */
11556 _ACEOF
11557 cat confdefs.h >>conftest.$ac_ext
11558 cat >>conftest.$ac_ext <<_ACEOF
11559 /* end confdefs.h. */
11561 /* Override any GCC internal prototype to avoid an error.
11562 Use char because int might match the return type of a GCC
11563 builtin and then its argument prototype would still apply. */
11564 #ifdef __cplusplus
11565 extern "C"
11566 #endif
11567 char gluLookAt ();
11569 main ()
11571 return gluLookAt ();
11573 return 0;
11575 _ACEOF
11576 rm -f conftest.$ac_objext conftest$ac_exeext
11577 if { (ac_try="$ac_link"
11578 case "(($ac_try" in
11579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11580 *) ac_try_echo=$ac_try;;
11581 esac
11582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11583 (eval "$ac_link") 2>conftest.er1
11584 ac_status=$?
11585 grep -v '^ *+' conftest.er1 >conftest.err
11586 rm -f conftest.er1
11587 cat conftest.err >&5
11588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11589 (exit $ac_status); } && {
11590 test -z "$ac_c_werror_flag" ||
11591 test ! -s conftest.err
11592 } && test -s conftest$ac_exeext &&
11593 $as_test_x conftest$ac_exeext; then
11594 case "$LIBEXT" in
11595 dll) ;;
11596 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'` ;;
11597 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11598 esac
11599 else
11600 echo "$as_me: failed program was:" >&5
11601 sed 's/^/| /' conftest.$ac_ext >&5
11606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11607 conftest$ac_exeext conftest.$ac_ext
11608 LIBS=$ac_check_soname_save_LIBS
11610 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11611 { echo "$as_me:$LINENO: result: not found" >&5
11612 echo "${ECHO_T}not found" >&6; }
11614 else
11615 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11616 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11618 cat >>confdefs.h <<_ACEOF
11619 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11620 _ACEOF
11626 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11627 case "x$with_glu" in
11628 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11629 xno) ;;
11630 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11631 This is an error since --with-glu was requested." >&5
11632 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11633 This is an error since --with-glu was requested." >&2;}
11634 { (exit 1); exit 1; }; } ;;
11635 esac
11638 else
11639 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11641 else
11642 opengl_msg="OpenGL development headers not found."
11644 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11645 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11646 else
11647 enable_opengl32=${enable_opengl32:-no}
11648 enable_glu32=${enable_glu32:-no}
11650 if test -n "$opengl_msg"; then
11651 case "x$with_opengl" in
11652 x) wine_warnings="$wine_warnings|$opengl_msg
11653 OpenGL and Direct3D won't be supported." ;;
11654 xno) ;;
11655 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11656 OpenGL and Direct3D won't be supported.
11657 This is an error since --with-opengl was requested." >&5
11658 echo "$as_me: error: $opengl_msg
11659 OpenGL and Direct3D won't be supported.
11660 This is an error since --with-opengl was requested." >&2;}
11661 { (exit 1); exit 1; }; } ;;
11662 esac
11666 NASLIBS=""
11669 for ac_header in audio/audiolib.h
11671 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11672 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11673 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11674 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11675 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11676 echo $ECHO_N "(cached) $ECHO_C" >&6
11678 ac_res=`eval echo '${'$as_ac_Header'}'`
11679 { echo "$as_me:$LINENO: result: $ac_res" >&5
11680 echo "${ECHO_T}$ac_res" >&6; }
11681 else
11682 # Is the header compilable?
11683 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11684 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11691 $ac_includes_default
11692 #include <$ac_header>
11693 _ACEOF
11694 rm -f conftest.$ac_objext
11695 if { (ac_try="$ac_compile"
11696 case "(($ac_try" in
11697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11698 *) ac_try_echo=$ac_try;;
11699 esac
11700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11701 (eval "$ac_compile") 2>conftest.er1
11702 ac_status=$?
11703 grep -v '^ *+' conftest.er1 >conftest.err
11704 rm -f conftest.er1
11705 cat conftest.err >&5
11706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11707 (exit $ac_status); } && {
11708 test -z "$ac_c_werror_flag" ||
11709 test ! -s conftest.err
11710 } && test -s conftest.$ac_objext; then
11711 ac_header_compiler=yes
11712 else
11713 echo "$as_me: failed program was:" >&5
11714 sed 's/^/| /' conftest.$ac_ext >&5
11716 ac_header_compiler=no
11719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11720 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11721 echo "${ECHO_T}$ac_header_compiler" >&6; }
11723 # Is the header present?
11724 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11725 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11726 cat >conftest.$ac_ext <<_ACEOF
11727 /* confdefs.h. */
11728 _ACEOF
11729 cat confdefs.h >>conftest.$ac_ext
11730 cat >>conftest.$ac_ext <<_ACEOF
11731 /* end confdefs.h. */
11732 #include <$ac_header>
11733 _ACEOF
11734 if { (ac_try="$ac_cpp conftest.$ac_ext"
11735 case "(($ac_try" in
11736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11737 *) ac_try_echo=$ac_try;;
11738 esac
11739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11740 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11741 ac_status=$?
11742 grep -v '^ *+' conftest.er1 >conftest.err
11743 rm -f conftest.er1
11744 cat conftest.err >&5
11745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11746 (exit $ac_status); } >/dev/null && {
11747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11748 test ! -s conftest.err
11749 }; then
11750 ac_header_preproc=yes
11751 else
11752 echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11755 ac_header_preproc=no
11758 rm -f conftest.err conftest.$ac_ext
11759 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11760 echo "${ECHO_T}$ac_header_preproc" >&6; }
11762 # So? What about this header?
11763 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11764 yes:no: )
11765 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11766 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11767 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11768 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11769 ac_header_preproc=yes
11771 no:yes:* )
11772 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11773 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11774 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11775 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11776 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11777 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11778 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11779 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11781 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11782 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11783 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11784 ( cat <<\_ASBOX
11785 ## ------------------------------------ ##
11786 ## Report this to wine-devel@winehq.org ##
11787 ## ------------------------------------ ##
11788 _ASBOX
11789 ) | sed "s/^/$as_me: WARNING: /" >&2
11791 esac
11792 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11795 echo $ECHO_N "(cached) $ECHO_C" >&6
11796 else
11797 eval "$as_ac_Header=\$ac_header_preproc"
11799 ac_res=`eval echo '${'$as_ac_Header'}'`
11800 { echo "$as_me:$LINENO: result: $ac_res" >&5
11801 echo "${ECHO_T}$ac_res" >&6; }
11804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11805 cat >>confdefs.h <<_ACEOF
11806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11807 _ACEOF
11809 for ac_header in audio/soundlib.h
11811 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11812 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11813 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11814 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11815 echo $ECHO_N "(cached) $ECHO_C" >&6
11816 else
11817 cat >conftest.$ac_ext <<_ACEOF
11818 /* confdefs.h. */
11819 _ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h. */
11823 #include <audio/audiolib.h>
11825 #include <$ac_header>
11826 _ACEOF
11827 rm -f conftest.$ac_objext
11828 if { (ac_try="$ac_compile"
11829 case "(($ac_try" in
11830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11831 *) ac_try_echo=$ac_try;;
11832 esac
11833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11834 (eval "$ac_compile") 2>conftest.er1
11835 ac_status=$?
11836 grep -v '^ *+' conftest.er1 >conftest.err
11837 rm -f conftest.er1
11838 cat conftest.err >&5
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); } && {
11841 test -z "$ac_c_werror_flag" ||
11842 test ! -s conftest.err
11843 } && test -s conftest.$ac_objext; then
11844 eval "$as_ac_Header=yes"
11845 else
11846 echo "$as_me: failed program was:" >&5
11847 sed 's/^/| /' conftest.$ac_ext >&5
11849 eval "$as_ac_Header=no"
11852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11854 ac_res=`eval echo '${'$as_ac_Header'}'`
11855 { echo "$as_me:$LINENO: result: $ac_res" >&5
11856 echo "${ECHO_T}$ac_res" >&6; }
11857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11858 cat >>confdefs.h <<_ACEOF
11859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11860 _ACEOF
11864 done
11866 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11867 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11868 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11869 echo $ECHO_N "(cached) $ECHO_C" >&6
11870 else
11871 ac_check_lib_save_LIBS=$LIBS
11872 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11873 cat >conftest.$ac_ext <<_ACEOF
11874 /* confdefs.h. */
11875 _ACEOF
11876 cat confdefs.h >>conftest.$ac_ext
11877 cat >>conftest.$ac_ext <<_ACEOF
11878 /* end confdefs.h. */
11880 /* Override any GCC internal prototype to avoid an error.
11881 Use char because int might match the return type of a GCC
11882 builtin and then its argument prototype would still apply. */
11883 #ifdef __cplusplus
11884 extern "C"
11885 #endif
11886 char AuCreateFlow ();
11888 main ()
11890 return AuCreateFlow ();
11892 return 0;
11894 _ACEOF
11895 rm -f conftest.$ac_objext conftest$ac_exeext
11896 if { (ac_try="$ac_link"
11897 case "(($ac_try" in
11898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11899 *) ac_try_echo=$ac_try;;
11900 esac
11901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11902 (eval "$ac_link") 2>conftest.er1
11903 ac_status=$?
11904 grep -v '^ *+' conftest.er1 >conftest.err
11905 rm -f conftest.er1
11906 cat conftest.err >&5
11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908 (exit $ac_status); } && {
11909 test -z "$ac_c_werror_flag" ||
11910 test ! -s conftest.err
11911 } && test -s conftest$ac_exeext &&
11912 $as_test_x conftest$ac_exeext; then
11913 ac_cv_lib_audio_AuCreateFlow=yes
11914 else
11915 echo "$as_me: failed program was:" >&5
11916 sed 's/^/| /' conftest.$ac_ext >&5
11918 ac_cv_lib_audio_AuCreateFlow=no
11921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11922 conftest$ac_exeext conftest.$ac_ext
11923 LIBS=$ac_check_lib_save_LIBS
11925 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11926 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11927 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11929 cat >>confdefs.h <<\_ACEOF
11930 #define HAVE_NAS 1
11931 _ACEOF
11933 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11934 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11935 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11937 else
11938 ac_check_lib_save_LIBS=$LIBS
11939 LIBS="-lXau $X_LIBS $LIBS"
11940 cat >conftest.$ac_ext <<_ACEOF
11941 /* confdefs.h. */
11942 _ACEOF
11943 cat confdefs.h >>conftest.$ac_ext
11944 cat >>conftest.$ac_ext <<_ACEOF
11945 /* end confdefs.h. */
11947 /* Override any GCC internal prototype to avoid an error.
11948 Use char because int might match the return type of a GCC
11949 builtin and then its argument prototype would still apply. */
11950 #ifdef __cplusplus
11951 extern "C"
11952 #endif
11953 char XauGetBestAuthByAddr ();
11955 main ()
11957 return XauGetBestAuthByAddr ();
11959 return 0;
11961 _ACEOF
11962 rm -f conftest.$ac_objext conftest$ac_exeext
11963 if { (ac_try="$ac_link"
11964 case "(($ac_try" in
11965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11966 *) ac_try_echo=$ac_try;;
11967 esac
11968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11969 (eval "$ac_link") 2>conftest.er1
11970 ac_status=$?
11971 grep -v '^ *+' conftest.er1 >conftest.err
11972 rm -f conftest.er1
11973 cat conftest.err >&5
11974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11975 (exit $ac_status); } && {
11976 test -z "$ac_c_werror_flag" ||
11977 test ! -s conftest.err
11978 } && test -s conftest$ac_exeext &&
11979 $as_test_x conftest$ac_exeext; then
11980 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11981 else
11982 echo "$as_me: failed program was:" >&5
11983 sed 's/^/| /' conftest.$ac_ext >&5
11985 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11989 conftest$ac_exeext conftest.$ac_ext
11990 LIBS=$ac_check_lib_save_LIBS
11992 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11993 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11994 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11995 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11996 else
11997 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12005 done
12008 CPPFLAGS="$ac_save_CPPFLAGS"
12009 else
12010 XLIB=""
12011 X_CFLAGS=""
12012 X_LIBS=""
12013 enable_winex11_drv=${enable_winex11_drv:-no}
12014 enable_opengl32=${enable_opengl32:-no}
12015 enable_glu32=${enable_glu32:-no}
12017 if test "x$XLIB" = "x"; then
12018 case "x$with_x" in
12019 xno) ;;
12020 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12021 without X support, which probably isn't what you want. You will need to install
12022 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12023 Use the --without-x option if you really want this." >&5
12024 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12025 without X support, which probably isn't what you want. You will need to install
12026 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12027 Use the --without-x option if you really want this." >&2;}
12028 { (exit 1); exit 1; }; } ;;
12029 esac
12034 XML2LIBS=""
12036 XML2INCL=""
12038 XSLTINCL=""
12040 if test "x$with_xml" != "xno"
12041 then
12042 ac_save_CPPFLAGS="$CPPFLAGS"
12043 if test "$PKG_CONFIG" != "false"
12044 then
12045 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12046 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12047 else
12048 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12049 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12051 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12053 for ac_header in libxml/parser.h
12055 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12057 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12058 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12060 echo $ECHO_N "(cached) $ECHO_C" >&6
12062 ac_res=`eval echo '${'$as_ac_Header'}'`
12063 { echo "$as_me:$LINENO: result: $ac_res" >&5
12064 echo "${ECHO_T}$ac_res" >&6; }
12065 else
12066 # Is the header compilable?
12067 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12068 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12069 cat >conftest.$ac_ext <<_ACEOF
12070 /* confdefs.h. */
12071 _ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12075 $ac_includes_default
12076 #include <$ac_header>
12077 _ACEOF
12078 rm -f conftest.$ac_objext
12079 if { (ac_try="$ac_compile"
12080 case "(($ac_try" in
12081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12082 *) ac_try_echo=$ac_try;;
12083 esac
12084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12085 (eval "$ac_compile") 2>conftest.er1
12086 ac_status=$?
12087 grep -v '^ *+' conftest.er1 >conftest.err
12088 rm -f conftest.er1
12089 cat conftest.err >&5
12090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091 (exit $ac_status); } && {
12092 test -z "$ac_c_werror_flag" ||
12093 test ! -s conftest.err
12094 } && test -s conftest.$ac_objext; then
12095 ac_header_compiler=yes
12096 else
12097 echo "$as_me: failed program was:" >&5
12098 sed 's/^/| /' conftest.$ac_ext >&5
12100 ac_header_compiler=no
12103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12104 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12105 echo "${ECHO_T}$ac_header_compiler" >&6; }
12107 # Is the header present?
12108 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12109 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12110 cat >conftest.$ac_ext <<_ACEOF
12111 /* confdefs.h. */
12112 _ACEOF
12113 cat confdefs.h >>conftest.$ac_ext
12114 cat >>conftest.$ac_ext <<_ACEOF
12115 /* end confdefs.h. */
12116 #include <$ac_header>
12117 _ACEOF
12118 if { (ac_try="$ac_cpp conftest.$ac_ext"
12119 case "(($ac_try" in
12120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12121 *) ac_try_echo=$ac_try;;
12122 esac
12123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12124 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12125 ac_status=$?
12126 grep -v '^ *+' conftest.er1 >conftest.err
12127 rm -f conftest.er1
12128 cat conftest.err >&5
12129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12130 (exit $ac_status); } >/dev/null && {
12131 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12132 test ! -s conftest.err
12133 }; then
12134 ac_header_preproc=yes
12135 else
12136 echo "$as_me: failed program was:" >&5
12137 sed 's/^/| /' conftest.$ac_ext >&5
12139 ac_header_preproc=no
12142 rm -f conftest.err conftest.$ac_ext
12143 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12144 echo "${ECHO_T}$ac_header_preproc" >&6; }
12146 # So? What about this header?
12147 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12148 yes:no: )
12149 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12150 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12151 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12152 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12153 ac_header_preproc=yes
12155 no:yes:* )
12156 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12157 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12158 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12159 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12160 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12161 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12162 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12163 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12164 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12165 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12166 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12167 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12168 ( cat <<\_ASBOX
12169 ## ------------------------------------ ##
12170 ## Report this to wine-devel@winehq.org ##
12171 ## ------------------------------------ ##
12172 _ASBOX
12173 ) | sed "s/^/$as_me: WARNING: /" >&2
12175 esac
12176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12180 else
12181 eval "$as_ac_Header=\$ac_header_preproc"
12183 ac_res=`eval echo '${'$as_ac_Header'}'`
12184 { echo "$as_me:$LINENO: result: $ac_res" >&5
12185 echo "${ECHO_T}$ac_res" >&6; }
12188 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12189 cat >>confdefs.h <<_ACEOF
12190 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12191 _ACEOF
12192 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12193 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12194 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12195 echo $ECHO_N "(cached) $ECHO_C" >&6
12196 else
12197 ac_check_lib_save_LIBS=$LIBS
12198 LIBS="-lxml2 $ac_xml_libs $LIBS"
12199 cat >conftest.$ac_ext <<_ACEOF
12200 /* confdefs.h. */
12201 _ACEOF
12202 cat confdefs.h >>conftest.$ac_ext
12203 cat >>conftest.$ac_ext <<_ACEOF
12204 /* end confdefs.h. */
12206 /* Override any GCC internal prototype to avoid an error.
12207 Use char because int might match the return type of a GCC
12208 builtin and then its argument prototype would still apply. */
12209 #ifdef __cplusplus
12210 extern "C"
12211 #endif
12212 char xmlParseMemory ();
12214 main ()
12216 return xmlParseMemory ();
12218 return 0;
12220 _ACEOF
12221 rm -f conftest.$ac_objext conftest$ac_exeext
12222 if { (ac_try="$ac_link"
12223 case "(($ac_try" in
12224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12225 *) ac_try_echo=$ac_try;;
12226 esac
12227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12228 (eval "$ac_link") 2>conftest.er1
12229 ac_status=$?
12230 grep -v '^ *+' conftest.er1 >conftest.err
12231 rm -f conftest.er1
12232 cat conftest.err >&5
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); } && {
12235 test -z "$ac_c_werror_flag" ||
12236 test ! -s conftest.err
12237 } && test -s conftest$ac_exeext &&
12238 $as_test_x conftest$ac_exeext; then
12239 ac_cv_lib_xml2_xmlParseMemory=yes
12240 else
12241 echo "$as_me: failed program was:" >&5
12242 sed 's/^/| /' conftest.$ac_ext >&5
12244 ac_cv_lib_xml2_xmlParseMemory=no
12247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12248 conftest$ac_exeext conftest.$ac_ext
12249 LIBS=$ac_check_lib_save_LIBS
12251 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12252 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12253 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12255 cat >>confdefs.h <<\_ACEOF
12256 #define HAVE_LIBXML2 1
12257 _ACEOF
12259 XML2LIBS="$ac_xml_libs"
12260 XML2INCL="$ac_xml_cflags"
12263 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12264 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12265 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12266 echo $ECHO_N "(cached) $ECHO_C" >&6
12267 else
12268 ac_check_lib_save_LIBS=$LIBS
12269 LIBS="-lxml2 $ac_xml_libs $LIBS"
12270 cat >conftest.$ac_ext <<_ACEOF
12271 /* confdefs.h. */
12272 _ACEOF
12273 cat confdefs.h >>conftest.$ac_ext
12274 cat >>conftest.$ac_ext <<_ACEOF
12275 /* end confdefs.h. */
12277 /* Override any GCC internal prototype to avoid an error.
12278 Use char because int might match the return type of a GCC
12279 builtin and then its argument prototype would still apply. */
12280 #ifdef __cplusplus
12281 extern "C"
12282 #endif
12283 char xmlReadMemory ();
12285 main ()
12287 return xmlReadMemory ();
12289 return 0;
12291 _ACEOF
12292 rm -f conftest.$ac_objext conftest$ac_exeext
12293 if { (ac_try="$ac_link"
12294 case "(($ac_try" in
12295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12296 *) ac_try_echo=$ac_try;;
12297 esac
12298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12299 (eval "$ac_link") 2>conftest.er1
12300 ac_status=$?
12301 grep -v '^ *+' conftest.er1 >conftest.err
12302 rm -f conftest.er1
12303 cat conftest.err >&5
12304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12305 (exit $ac_status); } && {
12306 test -z "$ac_c_werror_flag" ||
12307 test ! -s conftest.err
12308 } && test -s conftest$ac_exeext &&
12309 $as_test_x conftest$ac_exeext; then
12310 ac_cv_lib_xml2_xmlReadMemory=yes
12311 else
12312 echo "$as_me: failed program was:" >&5
12313 sed 's/^/| /' conftest.$ac_ext >&5
12315 ac_cv_lib_xml2_xmlReadMemory=no
12318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12319 conftest$ac_exeext conftest.$ac_ext
12320 LIBS=$ac_check_lib_save_LIBS
12322 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12323 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12324 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12326 cat >>confdefs.h <<\_ACEOF
12327 #define HAVE_XMLREADMEMORY 1
12328 _ACEOF
12332 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12333 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12334 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12335 echo $ECHO_N "(cached) $ECHO_C" >&6
12336 else
12337 ac_check_lib_save_LIBS=$LIBS
12338 LIBS="-lxml2 $ac_xml_libs $LIBS"
12339 cat >conftest.$ac_ext <<_ACEOF
12340 /* confdefs.h. */
12341 _ACEOF
12342 cat confdefs.h >>conftest.$ac_ext
12343 cat >>conftest.$ac_ext <<_ACEOF
12344 /* end confdefs.h. */
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12349 #ifdef __cplusplus
12350 extern "C"
12351 #endif
12352 char xmlNewDocPI ();
12354 main ()
12356 return xmlNewDocPI ();
12358 return 0;
12360 _ACEOF
12361 rm -f conftest.$ac_objext conftest$ac_exeext
12362 if { (ac_try="$ac_link"
12363 case "(($ac_try" in
12364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12365 *) ac_try_echo=$ac_try;;
12366 esac
12367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12368 (eval "$ac_link") 2>conftest.er1
12369 ac_status=$?
12370 grep -v '^ *+' conftest.er1 >conftest.err
12371 rm -f conftest.er1
12372 cat conftest.err >&5
12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12374 (exit $ac_status); } && {
12375 test -z "$ac_c_werror_flag" ||
12376 test ! -s conftest.err
12377 } && test -s conftest$ac_exeext &&
12378 $as_test_x conftest$ac_exeext; then
12379 ac_cv_lib_xml2_xmlNewDocPI=yes
12380 else
12381 echo "$as_me: failed program was:" >&5
12382 sed 's/^/| /' conftest.$ac_ext >&5
12384 ac_cv_lib_xml2_xmlNewDocPI=no
12387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12388 conftest$ac_exeext conftest.$ac_ext
12389 LIBS=$ac_check_lib_save_LIBS
12391 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12392 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12393 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12395 cat >>confdefs.h <<\_ACEOF
12396 #define HAVE_XMLNEWDOCPI 1
12397 _ACEOF
12404 done
12406 CPPFLAGS="$ac_save_CPPFLAGS"
12408 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12409 case "x$with_xml" in
12410 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12411 xno) ;;
12412 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12413 This is an error since --with-xml was requested." >&5
12414 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12415 This is an error since --with-xml was requested." >&2;}
12416 { (exit 1); exit 1; }; } ;;
12417 esac
12421 if test "x$with_xslt" != "xno"
12422 then
12423 if test "$PKG_CONFIG" != "false"
12424 then
12425 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12426 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12427 else
12428 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12429 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12431 ac_save_CPPFLAGS="$CPPFLAGS"
12432 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12435 for ac_header in libxslt/pattern.h libxslt/transform.h
12437 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12438 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12439 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12440 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12441 echo $ECHO_N "(cached) $ECHO_C" >&6
12442 else
12443 cat >conftest.$ac_ext <<_ACEOF
12444 /* confdefs.h. */
12445 _ACEOF
12446 cat confdefs.h >>conftest.$ac_ext
12447 cat >>conftest.$ac_ext <<_ACEOF
12448 /* end confdefs.h. */
12449 #ifdef HAVE_LIBXSLT_PATTERN_H
12450 # include <libxslt/pattern.h>
12451 #endif
12453 #include <$ac_header>
12454 _ACEOF
12455 rm -f conftest.$ac_objext
12456 if { (ac_try="$ac_compile"
12457 case "(($ac_try" in
12458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12459 *) ac_try_echo=$ac_try;;
12460 esac
12461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12462 (eval "$ac_compile") 2>conftest.er1
12463 ac_status=$?
12464 grep -v '^ *+' conftest.er1 >conftest.err
12465 rm -f conftest.er1
12466 cat conftest.err >&5
12467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12468 (exit $ac_status); } && {
12469 test -z "$ac_c_werror_flag" ||
12470 test ! -s conftest.err
12471 } && test -s conftest.$ac_objext; then
12472 eval "$as_ac_Header=yes"
12473 else
12474 echo "$as_me: failed program was:" >&5
12475 sed 's/^/| /' conftest.$ac_ext >&5
12477 eval "$as_ac_Header=no"
12480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12482 ac_res=`eval echo '${'$as_ac_Header'}'`
12483 { echo "$as_me:$LINENO: result: $ac_res" >&5
12484 echo "${ECHO_T}$ac_res" >&6; }
12485 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12486 cat >>confdefs.h <<_ACEOF
12487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12488 _ACEOF
12492 done
12494 CPPFLAGS="$ac_save_CPPFLAGS"
12495 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12496 then
12497 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12498 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12499 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12500 echo $ECHO_N "(cached) $ECHO_C" >&6
12501 else
12502 ac_check_soname_save_LIBS=$LIBS
12503 LIBS="-lxslt $ac_xslt_libs $LIBS"
12504 cat >conftest.$ac_ext <<_ACEOF
12505 /* confdefs.h. */
12506 _ACEOF
12507 cat confdefs.h >>conftest.$ac_ext
12508 cat >>conftest.$ac_ext <<_ACEOF
12509 /* end confdefs.h. */
12511 /* Override any GCC internal prototype to avoid an error.
12512 Use char because int might match the return type of a GCC
12513 builtin and then its argument prototype would still apply. */
12514 #ifdef __cplusplus
12515 extern "C"
12516 #endif
12517 char xsltCompilePattern ();
12519 main ()
12521 return xsltCompilePattern ();
12523 return 0;
12525 _ACEOF
12526 rm -f conftest.$ac_objext conftest$ac_exeext
12527 if { (ac_try="$ac_link"
12528 case "(($ac_try" in
12529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12530 *) ac_try_echo=$ac_try;;
12531 esac
12532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12533 (eval "$ac_link") 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } && {
12540 test -z "$ac_c_werror_flag" ||
12541 test ! -s conftest.err
12542 } && test -s conftest$ac_exeext &&
12543 $as_test_x conftest$ac_exeext; then
12544 case "$LIBEXT" in
12545 dll) ;;
12546 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'` ;;
12547 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12548 esac
12549 else
12550 echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12557 conftest$ac_exeext conftest.$ac_ext
12558 LIBS=$ac_check_soname_save_LIBS
12560 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12561 { echo "$as_me:$LINENO: result: not found" >&5
12562 echo "${ECHO_T}not found" >&6; }
12564 else
12565 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12566 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12568 cat >>confdefs.h <<_ACEOF
12569 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12570 _ACEOF
12572 XSLTINCL="$ac_xslt_cflags"
12577 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12578 case "x$with_xslt" in
12579 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12580 xno) ;;
12581 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12582 This is an error since --with-xslt was requested." >&5
12583 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12584 This is an error since --with-xslt was requested." >&2;}
12585 { (exit 1); exit 1; }; } ;;
12586 esac
12590 HALINCL=""
12592 if test "x$with_hal" != "xno"
12593 then
12594 ac_save_CPPFLAGS="$CPPFLAGS"
12595 if test "$PKG_CONFIG" != "false"
12596 then
12597 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12598 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12599 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12603 for ac_header in dbus/dbus.h hal/libhal.h
12605 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12606 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12607 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12608 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12609 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12610 echo $ECHO_N "(cached) $ECHO_C" >&6
12612 ac_res=`eval echo '${'$as_ac_Header'}'`
12613 { echo "$as_me:$LINENO: result: $ac_res" >&5
12614 echo "${ECHO_T}$ac_res" >&6; }
12615 else
12616 # Is the header compilable?
12617 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12618 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12619 cat >conftest.$ac_ext <<_ACEOF
12620 /* confdefs.h. */
12621 _ACEOF
12622 cat confdefs.h >>conftest.$ac_ext
12623 cat >>conftest.$ac_ext <<_ACEOF
12624 /* end confdefs.h. */
12625 $ac_includes_default
12626 #include <$ac_header>
12627 _ACEOF
12628 rm -f conftest.$ac_objext
12629 if { (ac_try="$ac_compile"
12630 case "(($ac_try" in
12631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12632 *) ac_try_echo=$ac_try;;
12633 esac
12634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12635 (eval "$ac_compile") 2>conftest.er1
12636 ac_status=$?
12637 grep -v '^ *+' conftest.er1 >conftest.err
12638 rm -f conftest.er1
12639 cat conftest.err >&5
12640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641 (exit $ac_status); } && {
12642 test -z "$ac_c_werror_flag" ||
12643 test ! -s conftest.err
12644 } && test -s conftest.$ac_objext; then
12645 ac_header_compiler=yes
12646 else
12647 echo "$as_me: failed program was:" >&5
12648 sed 's/^/| /' conftest.$ac_ext >&5
12650 ac_header_compiler=no
12653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12654 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12655 echo "${ECHO_T}$ac_header_compiler" >&6; }
12657 # Is the header present?
12658 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12659 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12660 cat >conftest.$ac_ext <<_ACEOF
12661 /* confdefs.h. */
12662 _ACEOF
12663 cat confdefs.h >>conftest.$ac_ext
12664 cat >>conftest.$ac_ext <<_ACEOF
12665 /* end confdefs.h. */
12666 #include <$ac_header>
12667 _ACEOF
12668 if { (ac_try="$ac_cpp conftest.$ac_ext"
12669 case "(($ac_try" in
12670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12671 *) ac_try_echo=$ac_try;;
12672 esac
12673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12674 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12675 ac_status=$?
12676 grep -v '^ *+' conftest.er1 >conftest.err
12677 rm -f conftest.er1
12678 cat conftest.err >&5
12679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12680 (exit $ac_status); } >/dev/null && {
12681 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12682 test ! -s conftest.err
12683 }; then
12684 ac_header_preproc=yes
12685 else
12686 echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.$ac_ext >&5
12689 ac_header_preproc=no
12692 rm -f conftest.err conftest.$ac_ext
12693 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12694 echo "${ECHO_T}$ac_header_preproc" >&6; }
12696 # So? What about this header?
12697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12698 yes:no: )
12699 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12700 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12701 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12702 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12703 ac_header_preproc=yes
12705 no:yes:* )
12706 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12707 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12708 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12709 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12710 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12711 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12712 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12713 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12714 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12715 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12716 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12717 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12718 ( cat <<\_ASBOX
12719 ## ------------------------------------ ##
12720 ## Report this to wine-devel@winehq.org ##
12721 ## ------------------------------------ ##
12722 _ASBOX
12723 ) | sed "s/^/$as_me: WARNING: /" >&2
12725 esac
12726 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12727 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12729 echo $ECHO_N "(cached) $ECHO_C" >&6
12730 else
12731 eval "$as_ac_Header=\$ac_header_preproc"
12733 ac_res=`eval echo '${'$as_ac_Header'}'`
12734 { echo "$as_me:$LINENO: result: $ac_res" >&5
12735 echo "${ECHO_T}$ac_res" >&6; }
12738 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12739 cat >>confdefs.h <<_ACEOF
12740 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12741 _ACEOF
12745 done
12747 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12748 then
12749 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12750 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12751 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12752 echo $ECHO_N "(cached) $ECHO_C" >&6
12753 else
12754 ac_check_lib_save_LIBS=$LIBS
12755 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12756 cat >conftest.$ac_ext <<_ACEOF
12757 /* confdefs.h. */
12758 _ACEOF
12759 cat confdefs.h >>conftest.$ac_ext
12760 cat >>conftest.$ac_ext <<_ACEOF
12761 /* end confdefs.h. */
12763 /* Override any GCC internal prototype to avoid an error.
12764 Use char because int might match the return type of a GCC
12765 builtin and then its argument prototype would still apply. */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char dbus_connection_close ();
12771 main ()
12773 return dbus_connection_close ();
12775 return 0;
12777 _ACEOF
12778 rm -f conftest.$ac_objext conftest$ac_exeext
12779 if { (ac_try="$ac_link"
12780 case "(($ac_try" in
12781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12782 *) ac_try_echo=$ac_try;;
12783 esac
12784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12785 (eval "$ac_link") 2>conftest.er1
12786 ac_status=$?
12787 grep -v '^ *+' conftest.er1 >conftest.err
12788 rm -f conftest.er1
12789 cat conftest.err >&5
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); } && {
12792 test -z "$ac_c_werror_flag" ||
12793 test ! -s conftest.err
12794 } && test -s conftest$ac_exeext &&
12795 $as_test_x conftest$ac_exeext; then
12796 ac_cv_lib_dbus_1_dbus_connection_close=yes
12797 else
12798 echo "$as_me: failed program was:" >&5
12799 sed 's/^/| /' conftest.$ac_ext >&5
12801 ac_cv_lib_dbus_1_dbus_connection_close=no
12804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12805 conftest$ac_exeext conftest.$ac_ext
12806 LIBS=$ac_check_lib_save_LIBS
12808 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12809 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12810 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12811 { echo "$as_me:$LINENO: checking for -lhal" >&5
12812 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12813 if test "${ac_cv_lib_soname_hal+set}" = set; then
12814 echo $ECHO_N "(cached) $ECHO_C" >&6
12815 else
12816 ac_check_soname_save_LIBS=$LIBS
12817 LIBS="-lhal $ac_hal_libs $LIBS"
12818 cat >conftest.$ac_ext <<_ACEOF
12819 /* confdefs.h. */
12820 _ACEOF
12821 cat confdefs.h >>conftest.$ac_ext
12822 cat >>conftest.$ac_ext <<_ACEOF
12823 /* end confdefs.h. */
12825 /* Override any GCC internal prototype to avoid an error.
12826 Use char because int might match the return type of a GCC
12827 builtin and then its argument prototype would still apply. */
12828 #ifdef __cplusplus
12829 extern "C"
12830 #endif
12831 char libhal_ctx_new ();
12833 main ()
12835 return libhal_ctx_new ();
12837 return 0;
12839 _ACEOF
12840 rm -f conftest.$ac_objext conftest$ac_exeext
12841 if { (ac_try="$ac_link"
12842 case "(($ac_try" in
12843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12844 *) ac_try_echo=$ac_try;;
12845 esac
12846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12847 (eval "$ac_link") 2>conftest.er1
12848 ac_status=$?
12849 grep -v '^ *+' conftest.er1 >conftest.err
12850 rm -f conftest.er1
12851 cat conftest.err >&5
12852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12853 (exit $ac_status); } && {
12854 test -z "$ac_c_werror_flag" ||
12855 test ! -s conftest.err
12856 } && test -s conftest$ac_exeext &&
12857 $as_test_x conftest$ac_exeext; then
12858 case "$LIBEXT" in
12859 dll) ;;
12860 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'` ;;
12861 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12862 esac
12863 else
12864 echo "$as_me: failed program was:" >&5
12865 sed 's/^/| /' conftest.$ac_ext >&5
12870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12871 conftest$ac_exeext conftest.$ac_ext
12872 LIBS=$ac_check_soname_save_LIBS
12874 if test "x$ac_cv_lib_soname_hal" = "x"; then
12875 { echo "$as_me:$LINENO: result: not found" >&5
12876 echo "${ECHO_T}not found" >&6; }
12878 else
12879 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12880 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12882 cat >>confdefs.h <<_ACEOF
12883 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12884 _ACEOF
12886 HALINCL="$ac_hal_cflags"
12892 CPPFLAGS="$ac_save_CPPFLAGS"
12894 if test "x$ac_cv_lib_soname_hal" = "x"; then
12895 case "x$with_hal" in
12896 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12897 xno) ;;
12898 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12899 This is an error since --with-hal was requested." >&5
12900 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12901 This is an error since --with-hal was requested." >&2;}
12902 { (exit 1); exit 1; }; } ;;
12903 esac
12907 if test "x$with_gnutls" != "xno"
12908 then
12909 ac_save_CPPFLAGS="$CPPFLAGS"
12910 if test "$PKG_CONFIG" != "false"
12911 then
12912 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12913 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12914 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12916 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12917 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12918 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12919 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12920 echo $ECHO_N "(cached) $ECHO_C" >&6
12922 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12923 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12924 else
12925 # Is the header compilable?
12926 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12927 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12928 cat >conftest.$ac_ext <<_ACEOF
12929 /* confdefs.h. */
12930 _ACEOF
12931 cat confdefs.h >>conftest.$ac_ext
12932 cat >>conftest.$ac_ext <<_ACEOF
12933 /* end confdefs.h. */
12934 $ac_includes_default
12935 #include <gnutls/gnutls.h>
12936 _ACEOF
12937 rm -f conftest.$ac_objext
12938 if { (ac_try="$ac_compile"
12939 case "(($ac_try" in
12940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12941 *) ac_try_echo=$ac_try;;
12942 esac
12943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12944 (eval "$ac_compile") 2>conftest.er1
12945 ac_status=$?
12946 grep -v '^ *+' conftest.er1 >conftest.err
12947 rm -f conftest.er1
12948 cat conftest.err >&5
12949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12950 (exit $ac_status); } && {
12951 test -z "$ac_c_werror_flag" ||
12952 test ! -s conftest.err
12953 } && test -s conftest.$ac_objext; then
12954 ac_header_compiler=yes
12955 else
12956 echo "$as_me: failed program was:" >&5
12957 sed 's/^/| /' conftest.$ac_ext >&5
12959 ac_header_compiler=no
12962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12963 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12964 echo "${ECHO_T}$ac_header_compiler" >&6; }
12966 # Is the header present?
12967 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12968 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12969 cat >conftest.$ac_ext <<_ACEOF
12970 /* confdefs.h. */
12971 _ACEOF
12972 cat confdefs.h >>conftest.$ac_ext
12973 cat >>conftest.$ac_ext <<_ACEOF
12974 /* end confdefs.h. */
12975 #include <gnutls/gnutls.h>
12976 _ACEOF
12977 if { (ac_try="$ac_cpp conftest.$ac_ext"
12978 case "(($ac_try" in
12979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12980 *) ac_try_echo=$ac_try;;
12981 esac
12982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12983 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12984 ac_status=$?
12985 grep -v '^ *+' conftest.er1 >conftest.err
12986 rm -f conftest.er1
12987 cat conftest.err >&5
12988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989 (exit $ac_status); } >/dev/null && {
12990 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12991 test ! -s conftest.err
12992 }; then
12993 ac_header_preproc=yes
12994 else
12995 echo "$as_me: failed program was:" >&5
12996 sed 's/^/| /' conftest.$ac_ext >&5
12998 ac_header_preproc=no
13001 rm -f conftest.err conftest.$ac_ext
13002 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13003 echo "${ECHO_T}$ac_header_preproc" >&6; }
13005 # So? What about this header?
13006 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13007 yes:no: )
13008 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13009 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13010 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13011 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13012 ac_header_preproc=yes
13014 no:yes:* )
13015 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13016 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13017 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13018 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13019 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13020 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13021 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13022 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13023 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13024 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13025 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13026 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13027 ( cat <<\_ASBOX
13028 ## ------------------------------------ ##
13029 ## Report this to wine-devel@winehq.org ##
13030 ## ------------------------------------ ##
13031 _ASBOX
13032 ) | sed "s/^/$as_me: WARNING: /" >&2
13034 esac
13035 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13036 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13037 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13038 echo $ECHO_N "(cached) $ECHO_C" >&6
13039 else
13040 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13042 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13043 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13046 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13047 cat >conftest.$ac_ext <<_ACEOF
13048 /* confdefs.h. */
13049 _ACEOF
13050 cat confdefs.h >>conftest.$ac_ext
13051 cat >>conftest.$ac_ext <<_ACEOF
13052 /* end confdefs.h. */
13053 #include <gnutls/gnutls.h>
13055 main ()
13057 typeof(gnutls_mac_get_key_size) *pfunc;
13059 return 0;
13061 _ACEOF
13062 rm -f conftest.$ac_objext
13063 if { (ac_try="$ac_compile"
13064 case "(($ac_try" in
13065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066 *) ac_try_echo=$ac_try;;
13067 esac
13068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13069 (eval "$ac_compile") 2>conftest.er1
13070 ac_status=$?
13071 grep -v '^ *+' conftest.er1 >conftest.err
13072 rm -f conftest.er1
13073 cat conftest.err >&5
13074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075 (exit $ac_status); } && {
13076 test -z "$ac_c_werror_flag" ||
13077 test ! -s conftest.err
13078 } && test -s conftest.$ac_objext; then
13079 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13080 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13081 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13082 echo $ECHO_N "(cached) $ECHO_C" >&6
13083 else
13084 ac_check_soname_save_LIBS=$LIBS
13085 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13086 cat >conftest.$ac_ext <<_ACEOF
13087 /* confdefs.h. */
13088 _ACEOF
13089 cat confdefs.h >>conftest.$ac_ext
13090 cat >>conftest.$ac_ext <<_ACEOF
13091 /* end confdefs.h. */
13093 /* Override any GCC internal prototype to avoid an error.
13094 Use char because int might match the return type of a GCC
13095 builtin and then its argument prototype would still apply. */
13096 #ifdef __cplusplus
13097 extern "C"
13098 #endif
13099 char gnutls_global_init ();
13101 main ()
13103 return gnutls_global_init ();
13105 return 0;
13107 _ACEOF
13108 rm -f conftest.$ac_objext conftest$ac_exeext
13109 if { (ac_try="$ac_link"
13110 case "(($ac_try" in
13111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13112 *) ac_try_echo=$ac_try;;
13113 esac
13114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13115 (eval "$ac_link") 2>conftest.er1
13116 ac_status=$?
13117 grep -v '^ *+' conftest.er1 >conftest.err
13118 rm -f conftest.er1
13119 cat conftest.err >&5
13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13121 (exit $ac_status); } && {
13122 test -z "$ac_c_werror_flag" ||
13123 test ! -s conftest.err
13124 } && test -s conftest$ac_exeext &&
13125 $as_test_x conftest$ac_exeext; then
13126 case "$LIBEXT" in
13127 dll) ;;
13128 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'` ;;
13129 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13130 esac
13131 else
13132 echo "$as_me: failed program was:" >&5
13133 sed 's/^/| /' conftest.$ac_ext >&5
13138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13139 conftest$ac_exeext conftest.$ac_ext
13140 LIBS=$ac_check_soname_save_LIBS
13142 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13143 { echo "$as_me:$LINENO: result: not found" >&5
13144 echo "${ECHO_T}not found" >&6; }
13146 else
13147 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13148 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13150 cat >>confdefs.h <<_ACEOF
13151 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13152 _ACEOF
13154 GNUTLSINCL="$ac_gnutls_cflags"
13158 else
13159 echo "$as_me: failed program was:" >&5
13160 sed 's/^/| /' conftest.$ac_ext >&5
13165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13169 CPPFLAGS="$ac_save_CPPFLAGS"
13171 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13172 case "x$with_gnutls" in
13173 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13174 xno) ;;
13175 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13176 This is an error since --with-gnutls was requested." >&5
13177 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13178 This is an error since --with-gnutls was requested." >&2;}
13179 { (exit 1); exit 1; }; } ;;
13180 esac
13184 CURSESLIBS=""
13185 if test "$ac_cv_header_ncurses_h" = "yes"
13186 then
13187 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13188 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13189 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13190 echo $ECHO_N "(cached) $ECHO_C" >&6
13191 else
13192 ac_check_soname_save_LIBS=$LIBS
13193 LIBS="-lncurses $LIBS"
13194 cat >conftest.$ac_ext <<_ACEOF
13195 /* confdefs.h. */
13196 _ACEOF
13197 cat confdefs.h >>conftest.$ac_ext
13198 cat >>conftest.$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13204 #ifdef __cplusplus
13205 extern "C"
13206 #endif
13207 char waddch ();
13209 main ()
13211 return waddch ();
13213 return 0;
13215 _ACEOF
13216 rm -f conftest.$ac_objext conftest$ac_exeext
13217 if { (ac_try="$ac_link"
13218 case "(($ac_try" in
13219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13220 *) ac_try_echo=$ac_try;;
13221 esac
13222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13223 (eval "$ac_link") 2>conftest.er1
13224 ac_status=$?
13225 grep -v '^ *+' conftest.er1 >conftest.err
13226 rm -f conftest.er1
13227 cat conftest.err >&5
13228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229 (exit $ac_status); } && {
13230 test -z "$ac_c_werror_flag" ||
13231 test ! -s conftest.err
13232 } && test -s conftest$ac_exeext &&
13233 $as_test_x conftest$ac_exeext; then
13234 case "$LIBEXT" in
13235 dll) ;;
13236 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'` ;;
13237 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13238 esac
13239 else
13240 echo "$as_me: failed program was:" >&5
13241 sed 's/^/| /' conftest.$ac_ext >&5
13246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13247 conftest$ac_exeext conftest.$ac_ext
13248 LIBS=$ac_check_soname_save_LIBS
13250 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13251 { echo "$as_me:$LINENO: result: not found" >&5
13252 echo "${ECHO_T}not found" >&6; }
13254 else
13255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13256 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13258 cat >>confdefs.h <<_ACEOF
13259 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13260 _ACEOF
13262 CURSESLIBS="-lncurses"
13265 elif test "$ac_cv_header_curses_h" = "yes"
13266 then
13267 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13268 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13269 if test "${ac_cv_lib_soname_curses+set}" = set; then
13270 echo $ECHO_N "(cached) $ECHO_C" >&6
13271 else
13272 ac_check_soname_save_LIBS=$LIBS
13273 LIBS="-lcurses $LIBS"
13274 cat >conftest.$ac_ext <<_ACEOF
13275 /* confdefs.h. */
13276 _ACEOF
13277 cat confdefs.h >>conftest.$ac_ext
13278 cat >>conftest.$ac_ext <<_ACEOF
13279 /* end confdefs.h. */
13281 /* Override any GCC internal prototype to avoid an error.
13282 Use char because int might match the return type of a GCC
13283 builtin and then its argument prototype would still apply. */
13284 #ifdef __cplusplus
13285 extern "C"
13286 #endif
13287 char waddch ();
13289 main ()
13291 return waddch ();
13293 return 0;
13295 _ACEOF
13296 rm -f conftest.$ac_objext conftest$ac_exeext
13297 if { (ac_try="$ac_link"
13298 case "(($ac_try" in
13299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13300 *) ac_try_echo=$ac_try;;
13301 esac
13302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13303 (eval "$ac_link") 2>conftest.er1
13304 ac_status=$?
13305 grep -v '^ *+' conftest.er1 >conftest.err
13306 rm -f conftest.er1
13307 cat conftest.err >&5
13308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13309 (exit $ac_status); } && {
13310 test -z "$ac_c_werror_flag" ||
13311 test ! -s conftest.err
13312 } && test -s conftest$ac_exeext &&
13313 $as_test_x conftest$ac_exeext; then
13314 case "$LIBEXT" in
13315 dll) ;;
13316 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'` ;;
13317 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13318 esac
13319 else
13320 echo "$as_me: failed program was:" >&5
13321 sed 's/^/| /' conftest.$ac_ext >&5
13326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13327 conftest$ac_exeext conftest.$ac_ext
13328 LIBS=$ac_check_soname_save_LIBS
13330 if test "x$ac_cv_lib_soname_curses" = "x"; then
13331 { echo "$as_me:$LINENO: result: not found" >&5
13332 echo "${ECHO_T}not found" >&6; }
13334 else
13335 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13336 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13338 cat >>confdefs.h <<_ACEOF
13339 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13340 _ACEOF
13342 CURSESLIBS="-lcurses"
13346 ac_save_LIBS="$LIBS"
13347 LIBS="$LIBS $CURSESLIBS"
13349 for ac_func in mousemask
13351 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13352 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13353 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13354 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13355 echo $ECHO_N "(cached) $ECHO_C" >&6
13356 else
13357 cat >conftest.$ac_ext <<_ACEOF
13358 /* confdefs.h. */
13359 _ACEOF
13360 cat confdefs.h >>conftest.$ac_ext
13361 cat >>conftest.$ac_ext <<_ACEOF
13362 /* end confdefs.h. */
13363 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13364 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13365 #define $ac_func innocuous_$ac_func
13367 /* System header to define __stub macros and hopefully few prototypes,
13368 which can conflict with char $ac_func (); below.
13369 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13370 <limits.h> exists even on freestanding compilers. */
13372 #ifdef __STDC__
13373 # include <limits.h>
13374 #else
13375 # include <assert.h>
13376 #endif
13378 #undef $ac_func
13380 /* Override any GCC internal prototype to avoid an error.
13381 Use char because int might match the return type of a GCC
13382 builtin and then its argument prototype would still apply. */
13383 #ifdef __cplusplus
13384 extern "C"
13385 #endif
13386 char $ac_func ();
13387 /* The GNU C library defines this for functions which it implements
13388 to always fail with ENOSYS. Some functions are actually named
13389 something starting with __ and the normal name is an alias. */
13390 #if defined __stub_$ac_func || defined __stub___$ac_func
13391 choke me
13392 #endif
13395 main ()
13397 return $ac_func ();
13399 return 0;
13401 _ACEOF
13402 rm -f conftest.$ac_objext conftest$ac_exeext
13403 if { (ac_try="$ac_link"
13404 case "(($ac_try" in
13405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13406 *) ac_try_echo=$ac_try;;
13407 esac
13408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13409 (eval "$ac_link") 2>conftest.er1
13410 ac_status=$?
13411 grep -v '^ *+' conftest.er1 >conftest.err
13412 rm -f conftest.er1
13413 cat conftest.err >&5
13414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13415 (exit $ac_status); } && {
13416 test -z "$ac_c_werror_flag" ||
13417 test ! -s conftest.err
13418 } && test -s conftest$ac_exeext &&
13419 $as_test_x conftest$ac_exeext; then
13420 eval "$as_ac_var=yes"
13421 else
13422 echo "$as_me: failed program was:" >&5
13423 sed 's/^/| /' conftest.$ac_ext >&5
13425 eval "$as_ac_var=no"
13428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13429 conftest$ac_exeext conftest.$ac_ext
13431 ac_res=`eval echo '${'$as_ac_var'}'`
13432 { echo "$as_me:$LINENO: result: $ac_res" >&5
13433 echo "${ECHO_T}$ac_res" >&6; }
13434 if test `eval echo '${'$as_ac_var'}'` = yes; then
13435 cat >>confdefs.h <<_ACEOF
13436 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13437 _ACEOF
13440 done
13442 LIBS="$ac_save_LIBS"
13443 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13444 case "x$with_curses" in
13445 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13446 xno) ;;
13447 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13448 This is an error since --with-curses was requested." >&5
13449 echo "$as_me: 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." >&2;}
13451 { (exit 1); exit 1; }; } ;;
13452 esac
13456 if test "x$with_sane" != "xno"
13457 then
13458 ac_save_CPPFLAGS="$CPPFLAGS"
13459 # Extract the first word of "sane-config", so it can be a program name with args.
13460 set dummy sane-config; ac_word=$2
13461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13463 if test "${ac_cv_prog_sane_devel+set}" = set; then
13464 echo $ECHO_N "(cached) $ECHO_C" >&6
13465 else
13466 if test -n "$sane_devel"; then
13467 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13468 else
13469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13470 for as_dir in $PATH
13472 IFS=$as_save_IFS
13473 test -z "$as_dir" && as_dir=.
13474 for ac_exec_ext in '' $ac_executable_extensions; do
13475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13476 ac_cv_prog_sane_devel="sane-config"
13477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13478 break 2
13480 done
13481 done
13482 IFS=$as_save_IFS
13484 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13487 sane_devel=$ac_cv_prog_sane_devel
13488 if test -n "$sane_devel"; then
13489 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13490 echo "${ECHO_T}$sane_devel" >&6; }
13491 else
13492 { echo "$as_me:$LINENO: result: no" >&5
13493 echo "${ECHO_T}no" >&6; }
13497 if test "$sane_devel" != "no"
13498 then
13499 ac_sane_incl="`$sane_devel --cflags`"
13500 ac_sane_libs="`$sane_devel --ldflags`"
13501 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13503 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13504 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13505 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13506 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13510 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13511 else
13512 # Is the header compilable?
13513 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13514 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13515 cat >conftest.$ac_ext <<_ACEOF
13516 /* confdefs.h. */
13517 _ACEOF
13518 cat confdefs.h >>conftest.$ac_ext
13519 cat >>conftest.$ac_ext <<_ACEOF
13520 /* end confdefs.h. */
13521 $ac_includes_default
13522 #include <sane/sane.h>
13523 _ACEOF
13524 rm -f conftest.$ac_objext
13525 if { (ac_try="$ac_compile"
13526 case "(($ac_try" in
13527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13528 *) ac_try_echo=$ac_try;;
13529 esac
13530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13531 (eval "$ac_compile") 2>conftest.er1
13532 ac_status=$?
13533 grep -v '^ *+' conftest.er1 >conftest.err
13534 rm -f conftest.er1
13535 cat conftest.err >&5
13536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13537 (exit $ac_status); } && {
13538 test -z "$ac_c_werror_flag" ||
13539 test ! -s conftest.err
13540 } && test -s conftest.$ac_objext; then
13541 ac_header_compiler=yes
13542 else
13543 echo "$as_me: failed program was:" >&5
13544 sed 's/^/| /' conftest.$ac_ext >&5
13546 ac_header_compiler=no
13549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13550 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13551 echo "${ECHO_T}$ac_header_compiler" >&6; }
13553 # Is the header present?
13554 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13555 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13556 cat >conftest.$ac_ext <<_ACEOF
13557 /* confdefs.h. */
13558 _ACEOF
13559 cat confdefs.h >>conftest.$ac_ext
13560 cat >>conftest.$ac_ext <<_ACEOF
13561 /* end confdefs.h. */
13562 #include <sane/sane.h>
13563 _ACEOF
13564 if { (ac_try="$ac_cpp conftest.$ac_ext"
13565 case "(($ac_try" in
13566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13567 *) ac_try_echo=$ac_try;;
13568 esac
13569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13571 ac_status=$?
13572 grep -v '^ *+' conftest.er1 >conftest.err
13573 rm -f conftest.er1
13574 cat conftest.err >&5
13575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13576 (exit $ac_status); } >/dev/null && {
13577 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13578 test ! -s conftest.err
13579 }; then
13580 ac_header_preproc=yes
13581 else
13582 echo "$as_me: failed program was:" >&5
13583 sed 's/^/| /' conftest.$ac_ext >&5
13585 ac_header_preproc=no
13588 rm -f conftest.err conftest.$ac_ext
13589 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13590 echo "${ECHO_T}$ac_header_preproc" >&6; }
13592 # So? What about this header?
13593 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13594 yes:no: )
13595 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13596 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13597 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13598 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13599 ac_header_preproc=yes
13601 no:yes:* )
13602 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13603 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13604 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13605 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13607 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13608 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13609 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13610 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13611 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13612 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13613 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13614 ( cat <<\_ASBOX
13615 ## ------------------------------------ ##
13616 ## Report this to wine-devel@winehq.org ##
13617 ## ------------------------------------ ##
13618 _ASBOX
13619 ) | sed "s/^/$as_me: WARNING: /" >&2
13621 esac
13622 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13623 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13624 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13625 echo $ECHO_N "(cached) $ECHO_C" >&6
13626 else
13627 ac_cv_header_sane_sane_h=$ac_header_preproc
13629 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13630 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13633 if test $ac_cv_header_sane_sane_h = yes; then
13634 { echo "$as_me:$LINENO: checking for -lsane" >&5
13635 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13636 if test "${ac_cv_lib_soname_sane+set}" = set; then
13637 echo $ECHO_N "(cached) $ECHO_C" >&6
13638 else
13639 ac_check_soname_save_LIBS=$LIBS
13640 LIBS="-lsane $ac_sane_libs $LIBS"
13641 cat >conftest.$ac_ext <<_ACEOF
13642 /* confdefs.h. */
13643 _ACEOF
13644 cat confdefs.h >>conftest.$ac_ext
13645 cat >>conftest.$ac_ext <<_ACEOF
13646 /* end confdefs.h. */
13648 /* Override any GCC internal prototype to avoid an error.
13649 Use char because int might match the return type of a GCC
13650 builtin and then its argument prototype would still apply. */
13651 #ifdef __cplusplus
13652 extern "C"
13653 #endif
13654 char sane_init ();
13656 main ()
13658 return sane_init ();
13660 return 0;
13662 _ACEOF
13663 rm -f conftest.$ac_objext conftest$ac_exeext
13664 if { (ac_try="$ac_link"
13665 case "(($ac_try" in
13666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13667 *) ac_try_echo=$ac_try;;
13668 esac
13669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13670 (eval "$ac_link") 2>conftest.er1
13671 ac_status=$?
13672 grep -v '^ *+' conftest.er1 >conftest.err
13673 rm -f conftest.er1
13674 cat conftest.err >&5
13675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13676 (exit $ac_status); } && {
13677 test -z "$ac_c_werror_flag" ||
13678 test ! -s conftest.err
13679 } && test -s conftest$ac_exeext &&
13680 $as_test_x conftest$ac_exeext; then
13681 case "$LIBEXT" in
13682 dll) ;;
13683 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'` ;;
13684 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13685 esac
13686 else
13687 echo "$as_me: failed program was:" >&5
13688 sed 's/^/| /' conftest.$ac_ext >&5
13693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13694 conftest$ac_exeext conftest.$ac_ext
13695 LIBS=$ac_check_soname_save_LIBS
13697 if test "x$ac_cv_lib_soname_sane" = "x"; then
13698 { echo "$as_me:$LINENO: result: not found" >&5
13699 echo "${ECHO_T}not found" >&6; }
13701 else
13702 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13703 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13705 cat >>confdefs.h <<_ACEOF
13706 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13707 _ACEOF
13709 SANEINCL="$ac_sane_incl"
13716 CPPFLAGS="$ac_save_CPPFLAGS"
13718 if test "x$ac_cv_lib_soname_sane" = "x"; then
13719 case "x$with_sane" in
13720 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13721 xno) ;;
13722 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13723 This is an error since --with-sane was requested." >&5
13724 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13725 This is an error since --with-sane was requested." >&2;}
13726 { (exit 1); exit 1; }; } ;;
13727 esac
13731 if test "x$with_gphoto" != "xno"
13732 then
13733 ac_save_CPPFLAGS="$CPPFLAGS"
13734 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13735 set dummy gphoto2-config; ac_word=$2
13736 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13737 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13738 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13739 echo $ECHO_N "(cached) $ECHO_C" >&6
13740 else
13741 if test -n "$gphoto2_devel"; then
13742 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13743 else
13744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13745 for as_dir in $PATH
13747 IFS=$as_save_IFS
13748 test -z "$as_dir" && as_dir=.
13749 for ac_exec_ext in '' $ac_executable_extensions; do
13750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13751 ac_cv_prog_gphoto2_devel="gphoto2-config"
13752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13753 break 2
13755 done
13756 done
13757 IFS=$as_save_IFS
13759 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13762 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13763 if test -n "$gphoto2_devel"; then
13764 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13765 echo "${ECHO_T}$gphoto2_devel" >&6; }
13766 else
13767 { echo "$as_me:$LINENO: result: no" >&5
13768 echo "${ECHO_T}no" >&6; }
13772 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13773 set dummy gphoto2-port-config; ac_word=$2
13774 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13775 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13776 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13777 echo $ECHO_N "(cached) $ECHO_C" >&6
13778 else
13779 if test -n "$gphoto2port_devel"; then
13780 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13781 else
13782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13783 for as_dir in $PATH
13785 IFS=$as_save_IFS
13786 test -z "$as_dir" && as_dir=.
13787 for ac_exec_ext in '' $ac_executable_extensions; do
13788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13789 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13790 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13791 break 2
13793 done
13794 done
13795 IFS=$as_save_IFS
13797 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13800 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13801 if test -n "$gphoto2port_devel"; then
13802 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13803 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13804 else
13805 { echo "$as_me:$LINENO: result: no" >&5
13806 echo "${ECHO_T}no" >&6; }
13810 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13811 then
13812 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13813 ac_gphoto2_libs=""
13814 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13816 case "$i" in
13817 -L/usr/lib|-L/usr/lib64) ;;
13818 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13819 esac
13820 done
13821 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13823 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13824 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13825 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13826 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13827 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13828 echo $ECHO_N "(cached) $ECHO_C" >&6
13830 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13831 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13832 else
13833 # Is the header compilable?
13834 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13835 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13836 cat >conftest.$ac_ext <<_ACEOF
13837 /* confdefs.h. */
13838 _ACEOF
13839 cat confdefs.h >>conftest.$ac_ext
13840 cat >>conftest.$ac_ext <<_ACEOF
13841 /* end confdefs.h. */
13842 $ac_includes_default
13843 #include <gphoto2-camera.h>
13844 _ACEOF
13845 rm -f conftest.$ac_objext
13846 if { (ac_try="$ac_compile"
13847 case "(($ac_try" in
13848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13849 *) ac_try_echo=$ac_try;;
13850 esac
13851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13852 (eval "$ac_compile") 2>conftest.er1
13853 ac_status=$?
13854 grep -v '^ *+' conftest.er1 >conftest.err
13855 rm -f conftest.er1
13856 cat conftest.err >&5
13857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13858 (exit $ac_status); } && {
13859 test -z "$ac_c_werror_flag" ||
13860 test ! -s conftest.err
13861 } && test -s conftest.$ac_objext; then
13862 ac_header_compiler=yes
13863 else
13864 echo "$as_me: failed program was:" >&5
13865 sed 's/^/| /' conftest.$ac_ext >&5
13867 ac_header_compiler=no
13870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13871 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13872 echo "${ECHO_T}$ac_header_compiler" >&6; }
13874 # Is the header present?
13875 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13876 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13877 cat >conftest.$ac_ext <<_ACEOF
13878 /* confdefs.h. */
13879 _ACEOF
13880 cat confdefs.h >>conftest.$ac_ext
13881 cat >>conftest.$ac_ext <<_ACEOF
13882 /* end confdefs.h. */
13883 #include <gphoto2-camera.h>
13884 _ACEOF
13885 if { (ac_try="$ac_cpp conftest.$ac_ext"
13886 case "(($ac_try" in
13887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13888 *) ac_try_echo=$ac_try;;
13889 esac
13890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13891 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13892 ac_status=$?
13893 grep -v '^ *+' conftest.er1 >conftest.err
13894 rm -f conftest.er1
13895 cat conftest.err >&5
13896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13897 (exit $ac_status); } >/dev/null && {
13898 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13899 test ! -s conftest.err
13900 }; then
13901 ac_header_preproc=yes
13902 else
13903 echo "$as_me: failed program was:" >&5
13904 sed 's/^/| /' conftest.$ac_ext >&5
13906 ac_header_preproc=no
13909 rm -f conftest.err conftest.$ac_ext
13910 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13911 echo "${ECHO_T}$ac_header_preproc" >&6; }
13913 # So? What about this header?
13914 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13915 yes:no: )
13916 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13917 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13918 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13919 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13920 ac_header_preproc=yes
13922 no:yes:* )
13923 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13924 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13925 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13926 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13927 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13928 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13929 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13930 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13931 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13932 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13933 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13934 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13935 ( cat <<\_ASBOX
13936 ## ------------------------------------ ##
13937 ## Report this to wine-devel@winehq.org ##
13938 ## ------------------------------------ ##
13939 _ASBOX
13940 ) | sed "s/^/$as_me: WARNING: /" >&2
13942 esac
13943 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13944 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13945 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13946 echo $ECHO_N "(cached) $ECHO_C" >&6
13947 else
13948 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13950 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13951 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13954 if test $ac_cv_header_gphoto2_camera_h = yes; then
13955 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13956 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13957 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13958 echo $ECHO_N "(cached) $ECHO_C" >&6
13959 else
13960 ac_check_lib_save_LIBS=$LIBS
13961 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13962 cat >conftest.$ac_ext <<_ACEOF
13963 /* confdefs.h. */
13964 _ACEOF
13965 cat confdefs.h >>conftest.$ac_ext
13966 cat >>conftest.$ac_ext <<_ACEOF
13967 /* end confdefs.h. */
13969 /* Override any GCC internal prototype to avoid an error.
13970 Use char because int might match the return type of a GCC
13971 builtin and then its argument prototype would still apply. */
13972 #ifdef __cplusplus
13973 extern "C"
13974 #endif
13975 char gp_camera_new ();
13977 main ()
13979 return gp_camera_new ();
13981 return 0;
13983 _ACEOF
13984 rm -f conftest.$ac_objext conftest$ac_exeext
13985 if { (ac_try="$ac_link"
13986 case "(($ac_try" in
13987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13988 *) ac_try_echo=$ac_try;;
13989 esac
13990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13991 (eval "$ac_link") 2>conftest.er1
13992 ac_status=$?
13993 grep -v '^ *+' conftest.er1 >conftest.err
13994 rm -f conftest.er1
13995 cat conftest.err >&5
13996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13997 (exit $ac_status); } && {
13998 test -z "$ac_c_werror_flag" ||
13999 test ! -s conftest.err
14000 } && test -s conftest$ac_exeext &&
14001 $as_test_x conftest$ac_exeext; then
14002 ac_cv_lib_gphoto2_gp_camera_new=yes
14003 else
14004 echo "$as_me: failed program was:" >&5
14005 sed 's/^/| /' conftest.$ac_ext >&5
14007 ac_cv_lib_gphoto2_gp_camera_new=no
14010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14011 conftest$ac_exeext conftest.$ac_ext
14012 LIBS=$ac_check_lib_save_LIBS
14014 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14015 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14016 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14018 cat >>confdefs.h <<\_ACEOF
14019 #define HAVE_GPHOTO2 1
14020 _ACEOF
14022 GPHOTO2LIBS="$ac_gphoto2_libs"
14024 GPHOTO2INCL="$ac_gphoto2_incl"
14031 CPPFLAGS="$ac_save_CPPFLAGS"
14033 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14034 case "x$with_gphoto" in
14035 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14036 xno) ;;
14037 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14038 This is an error since --with-gphoto was requested." >&5
14039 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14040 This is an error since --with-gphoto was requested." >&2;}
14041 { (exit 1); exit 1; }; } ;;
14042 esac
14047 RESOLVLIBS=""
14049 if test "$ac_cv_header_resolv_h" = "yes"
14050 then
14051 ac_save_LIBS="$LIBS"
14052 LIBS="$LIBS -lresolv"
14053 cat >conftest.$ac_ext <<_ACEOF
14054 /* confdefs.h. */
14055 _ACEOF
14056 cat confdefs.h >>conftest.$ac_ext
14057 cat >>conftest.$ac_ext <<_ACEOF
14058 /* end confdefs.h. */
14059 #ifdef HAVE_NETINET_IN_H
14060 #include <netinet/in.h>
14061 #endif
14062 #include <resolv.h>
14064 main ()
14066 res_init();
14068 return 0;
14070 _ACEOF
14071 rm -f conftest.$ac_objext conftest$ac_exeext
14072 if { (ac_try="$ac_link"
14073 case "(($ac_try" in
14074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14075 *) ac_try_echo=$ac_try;;
14076 esac
14077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14078 (eval "$ac_link") 2>conftest.er1
14079 ac_status=$?
14080 grep -v '^ *+' conftest.er1 >conftest.err
14081 rm -f conftest.er1
14082 cat conftest.err >&5
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); } && {
14085 test -z "$ac_c_werror_flag" ||
14086 test ! -s conftest.err
14087 } && test -s conftest$ac_exeext &&
14088 $as_test_x conftest$ac_exeext; then
14090 cat >>confdefs.h <<\_ACEOF
14091 #define HAVE_RESOLV 1
14092 _ACEOF
14094 RESOLVLIBS="-lresolv"
14095 else
14096 echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.$ac_ext >&5
14102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14103 conftest$ac_exeext conftest.$ac_ext
14104 LIBS="$ac_save_LIBS"
14107 LCMSLIBS=""
14109 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14110 then
14111 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14112 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14113 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14114 echo $ECHO_N "(cached) $ECHO_C" >&6
14115 else
14116 ac_check_lib_save_LIBS=$LIBS
14117 LIBS="-llcms $LIBS"
14118 cat >conftest.$ac_ext <<_ACEOF
14119 /* confdefs.h. */
14120 _ACEOF
14121 cat confdefs.h >>conftest.$ac_ext
14122 cat >>conftest.$ac_ext <<_ACEOF
14123 /* end confdefs.h. */
14125 /* Override any GCC internal prototype to avoid an error.
14126 Use char because int might match the return type of a GCC
14127 builtin and then its argument prototype would still apply. */
14128 #ifdef __cplusplus
14129 extern "C"
14130 #endif
14131 char cmsOpenProfileFromFile ();
14133 main ()
14135 return cmsOpenProfileFromFile ();
14137 return 0;
14139 _ACEOF
14140 rm -f conftest.$ac_objext conftest$ac_exeext
14141 if { (ac_try="$ac_link"
14142 case "(($ac_try" in
14143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14144 *) ac_try_echo=$ac_try;;
14145 esac
14146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14147 (eval "$ac_link") 2>conftest.er1
14148 ac_status=$?
14149 grep -v '^ *+' conftest.er1 >conftest.err
14150 rm -f conftest.er1
14151 cat conftest.err >&5
14152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14153 (exit $ac_status); } && {
14154 test -z "$ac_c_werror_flag" ||
14155 test ! -s conftest.err
14156 } && test -s conftest$ac_exeext &&
14157 $as_test_x conftest$ac_exeext; then
14158 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14159 else
14160 echo "$as_me: failed program was:" >&5
14161 sed 's/^/| /' conftest.$ac_ext >&5
14163 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14167 conftest$ac_exeext conftest.$ac_ext
14168 LIBS=$ac_check_lib_save_LIBS
14170 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14171 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14172 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14174 cat >>confdefs.h <<\_ACEOF
14175 #define HAVE_LCMS 1
14176 _ACEOF
14178 LCMSLIBS="-llcms"
14182 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14183 case "x$with_cms" in
14184 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14185 xno) ;;
14186 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14187 This is an error since --with-cms was requested." >&5
14188 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14189 This is an error since --with-cms was requested." >&2;}
14190 { (exit 1); exit 1; }; } ;;
14191 esac
14195 if test "x$with_freetype" != "xno"
14196 then
14197 for ac_prog in freetype-config freetype2-config
14199 # Extract the first word of "$ac_prog", so it can be a program name with args.
14200 set dummy $ac_prog; ac_word=$2
14201 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14203 if test "${ac_cv_prog_ft_devel+set}" = set; then
14204 echo $ECHO_N "(cached) $ECHO_C" >&6
14205 else
14206 if test -n "$ft_devel"; then
14207 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14208 else
14209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14210 for as_dir in $PATH
14212 IFS=$as_save_IFS
14213 test -z "$as_dir" && as_dir=.
14214 for ac_exec_ext in '' $ac_executable_extensions; do
14215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14216 ac_cv_prog_ft_devel="$ac_prog"
14217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14218 break 2
14220 done
14221 done
14222 IFS=$as_save_IFS
14226 ft_devel=$ac_cv_prog_ft_devel
14227 if test -n "$ft_devel"; then
14228 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14229 echo "${ECHO_T}$ft_devel" >&6; }
14230 else
14231 { echo "$as_me:$LINENO: result: no" >&5
14232 echo "${ECHO_T}no" >&6; }
14236 test -n "$ft_devel" && break
14237 done
14238 test -n "$ft_devel" || ft_devel="no"
14240 if test "$ft_devel" != "no"
14241 then
14242 ac_freetype_incl=`$ft_devel --cflags`
14243 ac_freetype_libs=`$ft_devel --libs`
14245 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14246 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14247 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14248 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14249 echo $ECHO_N "(cached) $ECHO_C" >&6
14250 else
14251 ac_check_soname_save_LIBS=$LIBS
14252 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14253 cat >conftest.$ac_ext <<_ACEOF
14254 /* confdefs.h. */
14255 _ACEOF
14256 cat confdefs.h >>conftest.$ac_ext
14257 cat >>conftest.$ac_ext <<_ACEOF
14258 /* end confdefs.h. */
14260 /* Override any GCC internal prototype to avoid an error.
14261 Use char because int might match the return type of a GCC
14262 builtin and then its argument prototype would still apply. */
14263 #ifdef __cplusplus
14264 extern "C"
14265 #endif
14266 char FT_Init_FreeType ();
14268 main ()
14270 return FT_Init_FreeType ();
14272 return 0;
14274 _ACEOF
14275 rm -f conftest.$ac_objext conftest$ac_exeext
14276 if { (ac_try="$ac_link"
14277 case "(($ac_try" in
14278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14279 *) ac_try_echo=$ac_try;;
14280 esac
14281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14282 (eval "$ac_link") 2>conftest.er1
14283 ac_status=$?
14284 grep -v '^ *+' conftest.er1 >conftest.err
14285 rm -f conftest.er1
14286 cat conftest.err >&5
14287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14288 (exit $ac_status); } && {
14289 test -z "$ac_c_werror_flag" ||
14290 test ! -s conftest.err
14291 } && test -s conftest$ac_exeext &&
14292 $as_test_x conftest$ac_exeext; then
14293 case "$LIBEXT" in
14294 dll) ;;
14295 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'` ;;
14296 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14297 esac
14298 else
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14306 conftest$ac_exeext conftest.$ac_ext
14307 LIBS=$ac_check_soname_save_LIBS
14309 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14310 { echo "$as_me:$LINENO: result: not found" >&5
14311 echo "${ECHO_T}not found" >&6; }
14312 ft_lib=no
14313 else
14314 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14315 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14317 cat >>confdefs.h <<_ACEOF
14318 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14319 _ACEOF
14321 ft_lib=yes
14324 if test "$ft_lib" = "yes"
14325 then
14326 ac_save_CPPFLAGS="$CPPFLAGS"
14327 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14341 for ac_header in ft2build.h \
14342 freetype/freetype.h \
14343 freetype/ftglyph.h \
14344 freetype/fttypes.h \
14345 freetype/tttables.h \
14346 freetype/ftnames.h \
14347 freetype/ftsnames.h \
14348 freetype/ttnameid.h \
14349 freetype/ftoutln.h \
14350 freetype/ftwinfnt.h \
14351 freetype/ftmodapi.h \
14352 freetype/ftlcdfil.h \
14353 freetype/internal/sfnt.h
14355 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14356 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14358 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14359 echo $ECHO_N "(cached) $ECHO_C" >&6
14360 else
14361 cat >conftest.$ac_ext <<_ACEOF
14362 /* confdefs.h. */
14363 _ACEOF
14364 cat confdefs.h >>conftest.$ac_ext
14365 cat >>conftest.$ac_ext <<_ACEOF
14366 /* end confdefs.h. */
14367 #ifdef HAVE_FT2BUILD_H
14368 # include <ft2build.h>
14369 #endif
14371 #include <$ac_header>
14372 _ACEOF
14373 rm -f conftest.$ac_objext
14374 if { (ac_try="$ac_compile"
14375 case "(($ac_try" in
14376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14377 *) ac_try_echo=$ac_try;;
14378 esac
14379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14380 (eval "$ac_compile") 2>conftest.er1
14381 ac_status=$?
14382 grep -v '^ *+' conftest.er1 >conftest.err
14383 rm -f conftest.er1
14384 cat conftest.err >&5
14385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14386 (exit $ac_status); } && {
14387 test -z "$ac_c_werror_flag" ||
14388 test ! -s conftest.err
14389 } && test -s conftest.$ac_objext; then
14390 eval "$as_ac_Header=yes"
14391 else
14392 echo "$as_me: failed program was:" >&5
14393 sed 's/^/| /' conftest.$ac_ext >&5
14395 eval "$as_ac_Header=no"
14398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14400 ac_res=`eval echo '${'$as_ac_Header'}'`
14401 { echo "$as_me:$LINENO: result: $ac_res" >&5
14402 echo "${ECHO_T}$ac_res" >&6; }
14403 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14404 cat >>confdefs.h <<_ACEOF
14405 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14406 _ACEOF
14410 done
14412 cat >conftest.$ac_ext <<_ACEOF
14413 /* confdefs.h. */
14414 _ACEOF
14415 cat confdefs.h >>conftest.$ac_ext
14416 cat >>conftest.$ac_ext <<_ACEOF
14417 /* end confdefs.h. */
14418 #include <ft2build.h>
14419 #include <freetype/fttrigon.h>
14420 _ACEOF
14421 if { (ac_try="$ac_cpp conftest.$ac_ext"
14422 case "(($ac_try" in
14423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14424 *) ac_try_echo=$ac_try;;
14425 esac
14426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14427 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14428 ac_status=$?
14429 grep -v '^ *+' conftest.er1 >conftest.err
14430 rm -f conftest.er1
14431 cat conftest.err >&5
14432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14433 (exit $ac_status); } >/dev/null && {
14434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14435 test ! -s conftest.err
14436 }; then
14438 cat >>confdefs.h <<\_ACEOF
14439 #define HAVE_FREETYPE_FTTRIGON_H 1
14440 _ACEOF
14442 wine_cv_fttrigon=yes
14443 else
14444 echo "$as_me: failed program was:" >&5
14445 sed 's/^/| /' conftest.$ac_ext >&5
14447 wine_cv_fttrigon=no
14450 rm -f conftest.err conftest.$ac_ext
14451 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14452 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14453 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14454 echo $ECHO_N "(cached) $ECHO_C" >&6
14455 else
14456 cat >conftest.$ac_ext <<_ACEOF
14457 /* confdefs.h. */
14458 _ACEOF
14459 cat confdefs.h >>conftest.$ac_ext
14460 cat >>conftest.$ac_ext <<_ACEOF
14461 /* end confdefs.h. */
14462 #include <freetype/ftmodapi.h>
14464 typedef FT_TrueTypeEngineType ac__type_new_;
14466 main ()
14468 if ((ac__type_new_ *) 0)
14469 return 0;
14470 if (sizeof (ac__type_new_))
14471 return 0;
14473 return 0;
14475 _ACEOF
14476 rm -f conftest.$ac_objext
14477 if { (ac_try="$ac_compile"
14478 case "(($ac_try" in
14479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14480 *) ac_try_echo=$ac_try;;
14481 esac
14482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14483 (eval "$ac_compile") 2>conftest.er1
14484 ac_status=$?
14485 grep -v '^ *+' conftest.er1 >conftest.err
14486 rm -f conftest.er1
14487 cat conftest.err >&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } && {
14490 test -z "$ac_c_werror_flag" ||
14491 test ! -s conftest.err
14492 } && test -s conftest.$ac_objext; then
14493 ac_cv_type_FT_TrueTypeEngineType=yes
14494 else
14495 echo "$as_me: failed program was:" >&5
14496 sed 's/^/| /' conftest.$ac_ext >&5
14498 ac_cv_type_FT_TrueTypeEngineType=no
14501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14504 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14505 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14507 cat >>confdefs.h <<_ACEOF
14508 #define HAVE_FT_TRUETYPEENGINETYPE 1
14509 _ACEOF
14514 ac_save_CFLAGS="$CFLAGS"
14515 CFLAGS="$CFLAGS $ac_freetype_libs"
14517 for ac_func in FT_Load_Sfnt_Table
14519 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14520 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14521 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14522 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14523 echo $ECHO_N "(cached) $ECHO_C" >&6
14524 else
14525 cat >conftest.$ac_ext <<_ACEOF
14526 /* confdefs.h. */
14527 _ACEOF
14528 cat confdefs.h >>conftest.$ac_ext
14529 cat >>conftest.$ac_ext <<_ACEOF
14530 /* end confdefs.h. */
14531 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14532 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14533 #define $ac_func innocuous_$ac_func
14535 /* System header to define __stub macros and hopefully few prototypes,
14536 which can conflict with char $ac_func (); below.
14537 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14538 <limits.h> exists even on freestanding compilers. */
14540 #ifdef __STDC__
14541 # include <limits.h>
14542 #else
14543 # include <assert.h>
14544 #endif
14546 #undef $ac_func
14548 /* Override any GCC internal prototype to avoid an error.
14549 Use char because int might match the return type of a GCC
14550 builtin and then its argument prototype would still apply. */
14551 #ifdef __cplusplus
14552 extern "C"
14553 #endif
14554 char $ac_func ();
14555 /* The GNU C library defines this for functions which it implements
14556 to always fail with ENOSYS. Some functions are actually named
14557 something starting with __ and the normal name is an alias. */
14558 #if defined __stub_$ac_func || defined __stub___$ac_func
14559 choke me
14560 #endif
14563 main ()
14565 return $ac_func ();
14567 return 0;
14569 _ACEOF
14570 rm -f conftest.$ac_objext conftest$ac_exeext
14571 if { (ac_try="$ac_link"
14572 case "(($ac_try" in
14573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14574 *) ac_try_echo=$ac_try;;
14575 esac
14576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14577 (eval "$ac_link") 2>conftest.er1
14578 ac_status=$?
14579 grep -v '^ *+' conftest.er1 >conftest.err
14580 rm -f conftest.er1
14581 cat conftest.err >&5
14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583 (exit $ac_status); } && {
14584 test -z "$ac_c_werror_flag" ||
14585 test ! -s conftest.err
14586 } && test -s conftest$ac_exeext &&
14587 $as_test_x conftest$ac_exeext; then
14588 eval "$as_ac_var=yes"
14589 else
14590 echo "$as_me: failed program was:" >&5
14591 sed 's/^/| /' conftest.$ac_ext >&5
14593 eval "$as_ac_var=no"
14596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14597 conftest$ac_exeext conftest.$ac_ext
14599 ac_res=`eval echo '${'$as_ac_var'}'`
14600 { echo "$as_me:$LINENO: result: $ac_res" >&5
14601 echo "${ECHO_T}$ac_res" >&6; }
14602 if test `eval echo '${'$as_ac_var'}'` = yes; then
14603 cat >>confdefs.h <<_ACEOF
14604 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14605 _ACEOF
14608 done
14610 CFLAGS="$ac_save_CFLAGS"
14611 CPPFLAGS="$ac_save_CPPFLAGS"
14612 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14613 then
14615 cat >>confdefs.h <<\_ACEOF
14616 #define HAVE_FREETYPE 1
14617 _ACEOF
14619 FREETYPELIBS="$ac_freetype_libs"
14621 FREETYPEINCL="$ac_freetype_incl"
14626 if test "x$FREETYPELIBS" = "x"; then
14627 case "x$with_freetype" in
14628 xno) ;;
14629 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14630 Use the --without-freetype option if you really want this." >&5
14631 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14632 Use the --without-freetype option if you really want this." >&2;}
14633 { (exit 1); exit 1; }; } ;;
14634 esac
14637 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14639 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14640 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14641 if test "${ac_cv_c_ppdev+set}" = set; then
14642 echo $ECHO_N "(cached) $ECHO_C" >&6
14643 else
14644 cat >conftest.$ac_ext <<_ACEOF
14645 /* confdefs.h. */
14646 _ACEOF
14647 cat confdefs.h >>conftest.$ac_ext
14648 cat >>conftest.$ac_ext <<_ACEOF
14649 /* end confdefs.h. */
14650 #include <linux/ppdev.h>
14652 main ()
14654 ioctl (1,PPCLAIM,0)
14656 return 0;
14658 _ACEOF
14659 rm -f conftest.$ac_objext
14660 if { (ac_try="$ac_compile"
14661 case "(($ac_try" in
14662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14663 *) ac_try_echo=$ac_try;;
14664 esac
14665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14666 (eval "$ac_compile") 2>conftest.er1
14667 ac_status=$?
14668 grep -v '^ *+' conftest.er1 >conftest.err
14669 rm -f conftest.er1
14670 cat conftest.err >&5
14671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14672 (exit $ac_status); } && {
14673 test -z "$ac_c_werror_flag" ||
14674 test ! -s conftest.err
14675 } && test -s conftest.$ac_objext; then
14676 ac_cv_c_ppdev="yes"
14677 else
14678 echo "$as_me: failed program was:" >&5
14679 sed 's/^/| /' conftest.$ac_ext >&5
14681 ac_cv_c_ppdev="no"
14684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14686 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14687 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14688 if test "$ac_cv_c_ppdev" = "yes"
14689 then
14691 cat >>confdefs.h <<\_ACEOF
14692 #define HAVE_PPDEV 1
14693 _ACEOF
14697 ac_wine_check_funcs_save_LIBS="$LIBS"
14698 LIBS="$LIBS $LIBPTHREAD"
14703 for ac_func in \
14704 pthread_attr_get_np \
14705 pthread_getattr_np \
14706 pthread_get_stackaddr_np \
14707 pthread_get_stacksize_np
14709 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14710 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14711 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14712 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14713 echo $ECHO_N "(cached) $ECHO_C" >&6
14714 else
14715 cat >conftest.$ac_ext <<_ACEOF
14716 /* confdefs.h. */
14717 _ACEOF
14718 cat confdefs.h >>conftest.$ac_ext
14719 cat >>conftest.$ac_ext <<_ACEOF
14720 /* end confdefs.h. */
14721 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14723 #define $ac_func innocuous_$ac_func
14725 /* System header to define __stub macros and hopefully few prototypes,
14726 which can conflict with char $ac_func (); below.
14727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14728 <limits.h> exists even on freestanding compilers. */
14730 #ifdef __STDC__
14731 # include <limits.h>
14732 #else
14733 # include <assert.h>
14734 #endif
14736 #undef $ac_func
14738 /* Override any GCC internal prototype to avoid an error.
14739 Use char because int might match the return type of a GCC
14740 builtin and then its argument prototype would still apply. */
14741 #ifdef __cplusplus
14742 extern "C"
14743 #endif
14744 char $ac_func ();
14745 /* The GNU C library defines this for functions which it implements
14746 to always fail with ENOSYS. Some functions are actually named
14747 something starting with __ and the normal name is an alias. */
14748 #if defined __stub_$ac_func || defined __stub___$ac_func
14749 choke me
14750 #endif
14753 main ()
14755 return $ac_func ();
14757 return 0;
14759 _ACEOF
14760 rm -f conftest.$ac_objext conftest$ac_exeext
14761 if { (ac_try="$ac_link"
14762 case "(($ac_try" in
14763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14764 *) ac_try_echo=$ac_try;;
14765 esac
14766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14767 (eval "$ac_link") 2>conftest.er1
14768 ac_status=$?
14769 grep -v '^ *+' conftest.er1 >conftest.err
14770 rm -f conftest.er1
14771 cat conftest.err >&5
14772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } && {
14774 test -z "$ac_c_werror_flag" ||
14775 test ! -s conftest.err
14776 } && test -s conftest$ac_exeext &&
14777 $as_test_x conftest$ac_exeext; then
14778 eval "$as_ac_var=yes"
14779 else
14780 echo "$as_me: failed program was:" >&5
14781 sed 's/^/| /' conftest.$ac_ext >&5
14783 eval "$as_ac_var=no"
14786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14787 conftest$ac_exeext conftest.$ac_ext
14789 ac_res=`eval echo '${'$as_ac_var'}'`
14790 { echo "$as_me:$LINENO: result: $ac_res" >&5
14791 echo "${ECHO_T}$ac_res" >&6; }
14792 if test `eval echo '${'$as_ac_var'}'` = yes; then
14793 cat >>confdefs.h <<_ACEOF
14794 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14795 _ACEOF
14798 done
14800 LIBS="$ac_wine_check_funcs_save_LIBS"
14802 if test "x$with_esd" != xno
14803 then
14804 save_CFLAGS="$CFLAGS"
14805 # Extract the first word of "esd-config", so it can be a program name with args.
14806 set dummy esd-config; ac_word=$2
14807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14809 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14810 echo $ECHO_N "(cached) $ECHO_C" >&6
14811 else
14812 case $ESDCONFIG in
14813 [\\/]* | ?:[\\/]*)
14814 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14818 for as_dir in $PATH
14820 IFS=$as_save_IFS
14821 test -z "$as_dir" && as_dir=.
14822 for ac_exec_ext in '' $ac_executable_extensions; do
14823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14824 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14825 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14826 break 2
14828 done
14829 done
14830 IFS=$as_save_IFS
14832 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14834 esac
14836 ESDCONFIG=$ac_cv_path_ESDCONFIG
14837 if test -n "$ESDCONFIG"; then
14838 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14839 echo "${ECHO_T}$ESDCONFIG" >&6; }
14840 else
14841 { echo "$as_me:$LINENO: result: no" >&5
14842 echo "${ECHO_T}no" >&6; }
14846 if test "x$ESDCONFIG" != "xno"
14847 then
14848 ac_esd_incl=""
14849 for i in `$ESDCONFIG --cflags`
14851 case "$i" in
14852 -I*) ac_esd_incl="$ac_esd_incl $i";;
14853 esac
14854 done
14855 ac_esd_libs=`$ESDCONFIG --libs`
14856 CFLAGS="$CFLAGS $ac_esd_incl"
14858 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14859 if test "${ac_cv_header_esd_h+set}" = set; then
14860 { echo "$as_me:$LINENO: checking for esd.h" >&5
14861 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14862 if test "${ac_cv_header_esd_h+set}" = set; then
14863 echo $ECHO_N "(cached) $ECHO_C" >&6
14865 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14866 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14867 else
14868 # Is the header compilable?
14869 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14870 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14871 cat >conftest.$ac_ext <<_ACEOF
14872 /* confdefs.h. */
14873 _ACEOF
14874 cat confdefs.h >>conftest.$ac_ext
14875 cat >>conftest.$ac_ext <<_ACEOF
14876 /* end confdefs.h. */
14877 $ac_includes_default
14878 #include <esd.h>
14879 _ACEOF
14880 rm -f conftest.$ac_objext
14881 if { (ac_try="$ac_compile"
14882 case "(($ac_try" in
14883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14884 *) ac_try_echo=$ac_try;;
14885 esac
14886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14887 (eval "$ac_compile") 2>conftest.er1
14888 ac_status=$?
14889 grep -v '^ *+' conftest.er1 >conftest.err
14890 rm -f conftest.er1
14891 cat conftest.err >&5
14892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893 (exit $ac_status); } && {
14894 test -z "$ac_c_werror_flag" ||
14895 test ! -s conftest.err
14896 } && test -s conftest.$ac_objext; then
14897 ac_header_compiler=yes
14898 else
14899 echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14902 ac_header_compiler=no
14905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14906 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14907 echo "${ECHO_T}$ac_header_compiler" >&6; }
14909 # Is the header present?
14910 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14911 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14912 cat >conftest.$ac_ext <<_ACEOF
14913 /* confdefs.h. */
14914 _ACEOF
14915 cat confdefs.h >>conftest.$ac_ext
14916 cat >>conftest.$ac_ext <<_ACEOF
14917 /* end confdefs.h. */
14918 #include <esd.h>
14919 _ACEOF
14920 if { (ac_try="$ac_cpp conftest.$ac_ext"
14921 case "(($ac_try" in
14922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14923 *) ac_try_echo=$ac_try;;
14924 esac
14925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14926 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14927 ac_status=$?
14928 grep -v '^ *+' conftest.er1 >conftest.err
14929 rm -f conftest.er1
14930 cat conftest.err >&5
14931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14932 (exit $ac_status); } >/dev/null && {
14933 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14934 test ! -s conftest.err
14935 }; then
14936 ac_header_preproc=yes
14937 else
14938 echo "$as_me: failed program was:" >&5
14939 sed 's/^/| /' conftest.$ac_ext >&5
14941 ac_header_preproc=no
14944 rm -f conftest.err conftest.$ac_ext
14945 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14946 echo "${ECHO_T}$ac_header_preproc" >&6; }
14948 # So? What about this header?
14949 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14950 yes:no: )
14951 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14952 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14953 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14954 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14955 ac_header_preproc=yes
14957 no:yes:* )
14958 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14959 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14960 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14961 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14962 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14963 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14964 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14965 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14966 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14967 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14968 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14969 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14970 ( cat <<\_ASBOX
14971 ## ------------------------------------ ##
14972 ## Report this to wine-devel@winehq.org ##
14973 ## ------------------------------------ ##
14974 _ASBOX
14975 ) | sed "s/^/$as_me: WARNING: /" >&2
14977 esac
14978 { echo "$as_me:$LINENO: checking for esd.h" >&5
14979 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14980 if test "${ac_cv_header_esd_h+set}" = set; then
14981 echo $ECHO_N "(cached) $ECHO_C" >&6
14982 else
14983 ac_cv_header_esd_h=$ac_header_preproc
14985 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14986 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14989 if test $ac_cv_header_esd_h = yes; then
14990 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14991 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14992 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14993 echo $ECHO_N "(cached) $ECHO_C" >&6
14994 else
14995 ac_check_lib_save_LIBS=$LIBS
14996 LIBS="-lesd $ac_esd_libs $LIBS"
14997 cat >conftest.$ac_ext <<_ACEOF
14998 /* confdefs.h. */
14999 _ACEOF
15000 cat confdefs.h >>conftest.$ac_ext
15001 cat >>conftest.$ac_ext <<_ACEOF
15002 /* end confdefs.h. */
15004 /* Override any GCC internal prototype to avoid an error.
15005 Use char because int might match the return type of a GCC
15006 builtin and then its argument prototype would still apply. */
15007 #ifdef __cplusplus
15008 extern "C"
15009 #endif
15010 char esd_open_sound ();
15012 main ()
15014 return esd_open_sound ();
15016 return 0;
15018 _ACEOF
15019 rm -f conftest.$ac_objext conftest$ac_exeext
15020 if { (ac_try="$ac_link"
15021 case "(($ac_try" in
15022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15023 *) ac_try_echo=$ac_try;;
15024 esac
15025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15026 (eval "$ac_link") 2>conftest.er1
15027 ac_status=$?
15028 grep -v '^ *+' conftest.er1 >conftest.err
15029 rm -f conftest.er1
15030 cat conftest.err >&5
15031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15032 (exit $ac_status); } && {
15033 test -z "$ac_c_werror_flag" ||
15034 test ! -s conftest.err
15035 } && test -s conftest$ac_exeext &&
15036 $as_test_x conftest$ac_exeext; then
15037 ac_cv_lib_esd_esd_open_sound=yes
15038 else
15039 echo "$as_me: failed program was:" >&5
15040 sed 's/^/| /' conftest.$ac_ext >&5
15042 ac_cv_lib_esd_esd_open_sound=no
15045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15046 conftest$ac_exeext conftest.$ac_ext
15047 LIBS=$ac_check_lib_save_LIBS
15049 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15050 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15051 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15052 ESDINCL="$ac_esd_incl"
15054 ESDLIBS="$ac_esd_libs"
15057 cat >>confdefs.h <<\_ACEOF
15058 #define HAVE_ESD 1
15059 _ACEOF
15066 CFLAGS="$save_CFLAGS"
15069 if test "x$with_pulse" != "xno"; then
15070 if test "$PKG_CONFIG" != "false"; then
15071 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15072 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15073 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15074 have_pulseaudio="yes"
15075 else
15076 have_pulseaudio="no"
15078 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15079 echo "${ECHO_T}$have_pulseaudio" >&6; }
15080 if test x"$have_pulseaudio" = xyes; then
15081 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15083 cat >>confdefs.h <<\_ACEOF
15084 #define HAVE_PULSEAUDIO_0_9_11 1
15085 _ACEOF
15087 else
15089 cat >>confdefs.h <<\_ACEOF
15090 #define HAVE_PULSEAUDIO_0_9_11 0
15091 _ACEOF
15094 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15096 cat >>confdefs.h <<\_ACEOF
15097 #define HAVE_PULSEAUDIO 1
15098 _ACEOF
15100 PULSELIBS="$ac_pulse_libs"
15106 ALSALIBS=""
15108 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15109 then
15110 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15111 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15112 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15113 echo $ECHO_N "(cached) $ECHO_C" >&6
15114 else
15115 ac_check_lib_save_LIBS=$LIBS
15116 LIBS="-lasound $LIBS"
15117 cat >conftest.$ac_ext <<_ACEOF
15118 /* confdefs.h. */
15119 _ACEOF
15120 cat confdefs.h >>conftest.$ac_ext
15121 cat >>conftest.$ac_ext <<_ACEOF
15122 /* end confdefs.h. */
15124 /* Override any GCC internal prototype to avoid an error.
15125 Use char because int might match the return type of a GCC
15126 builtin and then its argument prototype would still apply. */
15127 #ifdef __cplusplus
15128 extern "C"
15129 #endif
15130 char snd_pcm_hw_params_get_access ();
15132 main ()
15134 return snd_pcm_hw_params_get_access ();
15136 return 0;
15138 _ACEOF
15139 rm -f conftest.$ac_objext conftest$ac_exeext
15140 if { (ac_try="$ac_link"
15141 case "(($ac_try" in
15142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15143 *) ac_try_echo=$ac_try;;
15144 esac
15145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15146 (eval "$ac_link") 2>conftest.er1
15147 ac_status=$?
15148 grep -v '^ *+' conftest.er1 >conftest.err
15149 rm -f conftest.er1
15150 cat conftest.err >&5
15151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15152 (exit $ac_status); } && {
15153 test -z "$ac_c_werror_flag" ||
15154 test ! -s conftest.err
15155 } && test -s conftest$ac_exeext &&
15156 $as_test_x conftest$ac_exeext; then
15157 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15158 else
15159 echo "$as_me: failed program was:" >&5
15160 sed 's/^/| /' conftest.$ac_ext >&5
15162 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15166 conftest$ac_exeext conftest.$ac_ext
15167 LIBS=$ac_check_lib_save_LIBS
15169 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15170 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15171 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15172 cat >conftest.$ac_ext <<_ACEOF
15173 /* confdefs.h. */
15174 _ACEOF
15175 cat confdefs.h >>conftest.$ac_ext
15176 cat >>conftest.$ac_ext <<_ACEOF
15177 /* end confdefs.h. */
15178 #ifdef HAVE_ALSA_ASOUNDLIB_H
15179 #include <alsa/asoundlib.h>
15180 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15181 #include <sys/asoundlib.h>
15182 #endif
15184 main ()
15186 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15188 return 0;
15190 _ACEOF
15191 rm -f conftest.$ac_objext
15192 if { (ac_try="$ac_compile"
15193 case "(($ac_try" in
15194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15195 *) ac_try_echo=$ac_try;;
15196 esac
15197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15198 (eval "$ac_compile") 2>conftest.er1
15199 ac_status=$?
15200 grep -v '^ *+' conftest.er1 >conftest.err
15201 rm -f conftest.er1
15202 cat conftest.err >&5
15203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15204 (exit $ac_status); } && {
15205 test -z "$ac_c_werror_flag" ||
15206 test ! -s conftest.err
15207 } && test -s conftest.$ac_objext; then
15209 cat >>confdefs.h <<\_ACEOF
15210 #define HAVE_ALSA 1
15211 _ACEOF
15213 ALSALIBS="-lasound"
15214 else
15215 echo "$as_me: failed program was:" >&5
15216 sed 's/^/| /' conftest.$ac_ext >&5
15221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15226 AUDIOIOLIBS=""
15228 if test "$ac_cv_header_libaudioio_h" = "yes"
15229 then
15230 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15231 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15232 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15233 echo $ECHO_N "(cached) $ECHO_C" >&6
15234 else
15235 ac_check_lib_save_LIBS=$LIBS
15236 LIBS="-laudioio $LIBS"
15237 cat >conftest.$ac_ext <<_ACEOF
15238 /* confdefs.h. */
15239 _ACEOF
15240 cat confdefs.h >>conftest.$ac_ext
15241 cat >>conftest.$ac_ext <<_ACEOF
15242 /* end confdefs.h. */
15244 /* Override any GCC internal prototype to avoid an error.
15245 Use char because int might match the return type of a GCC
15246 builtin and then its argument prototype would still apply. */
15247 #ifdef __cplusplus
15248 extern "C"
15249 #endif
15250 char AudioIOGetVersion ();
15252 main ()
15254 return AudioIOGetVersion ();
15256 return 0;
15258 _ACEOF
15259 rm -f conftest.$ac_objext conftest$ac_exeext
15260 if { (ac_try="$ac_link"
15261 case "(($ac_try" in
15262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15263 *) ac_try_echo=$ac_try;;
15264 esac
15265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15266 (eval "$ac_link") 2>conftest.er1
15267 ac_status=$?
15268 grep -v '^ *+' conftest.er1 >conftest.err
15269 rm -f conftest.er1
15270 cat conftest.err >&5
15271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15272 (exit $ac_status); } && {
15273 test -z "$ac_c_werror_flag" ||
15274 test ! -s conftest.err
15275 } && test -s conftest$ac_exeext &&
15276 $as_test_x conftest$ac_exeext; then
15277 ac_cv_lib_audioio_AudioIOGetVersion=yes
15278 else
15279 echo "$as_me: failed program was:" >&5
15280 sed 's/^/| /' conftest.$ac_ext >&5
15282 ac_cv_lib_audioio_AudioIOGetVersion=no
15285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15286 conftest$ac_exeext conftest.$ac_ext
15287 LIBS=$ac_check_lib_save_LIBS
15289 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15290 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15291 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15292 AUDIOIOLIBS="-laudioio"
15294 cat >>confdefs.h <<\_ACEOF
15295 #define HAVE_LIBAUDIOIO 1
15296 _ACEOF
15303 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15304 then
15305 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15306 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15307 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15308 echo $ECHO_N "(cached) $ECHO_C" >&6
15309 else
15310 ac_check_soname_save_LIBS=$LIBS
15311 LIBS="-lcapi20 $LIBS"
15312 cat >conftest.$ac_ext <<_ACEOF
15313 /* confdefs.h. */
15314 _ACEOF
15315 cat confdefs.h >>conftest.$ac_ext
15316 cat >>conftest.$ac_ext <<_ACEOF
15317 /* end confdefs.h. */
15319 /* Override any GCC internal prototype to avoid an error.
15320 Use char because int might match the return type of a GCC
15321 builtin and then its argument prototype would still apply. */
15322 #ifdef __cplusplus
15323 extern "C"
15324 #endif
15325 char capi20_register ();
15327 main ()
15329 return capi20_register ();
15331 return 0;
15333 _ACEOF
15334 rm -f conftest.$ac_objext conftest$ac_exeext
15335 if { (ac_try="$ac_link"
15336 case "(($ac_try" in
15337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15338 *) ac_try_echo=$ac_try;;
15339 esac
15340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15341 (eval "$ac_link") 2>conftest.er1
15342 ac_status=$?
15343 grep -v '^ *+' conftest.er1 >conftest.err
15344 rm -f conftest.er1
15345 cat conftest.err >&5
15346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15347 (exit $ac_status); } && {
15348 test -z "$ac_c_werror_flag" ||
15349 test ! -s conftest.err
15350 } && test -s conftest$ac_exeext &&
15351 $as_test_x conftest$ac_exeext; then
15352 case "$LIBEXT" in
15353 dll) ;;
15354 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'` ;;
15355 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15356 esac
15357 else
15358 echo "$as_me: failed program was:" >&5
15359 sed 's/^/| /' conftest.$ac_ext >&5
15364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15365 conftest$ac_exeext conftest.$ac_ext
15366 LIBS=$ac_check_soname_save_LIBS
15368 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15369 { echo "$as_me:$LINENO: result: not found" >&5
15370 echo "${ECHO_T}not found" >&6; }
15372 else
15373 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15374 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15376 cat >>confdefs.h <<_ACEOF
15377 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15378 _ACEOF
15384 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15385 case "x$with_capi" in
15386 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15387 xno) ;;
15388 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15389 This is an error since --with-capi was requested." >&5
15390 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15391 This is an error since --with-capi was requested." >&2;}
15392 { (exit 1); exit 1; }; } ;;
15393 esac
15397 CUPSINCL=""
15399 if test "x$with_cups" != "xno"
15400 then
15401 ac_save_CPPFLAGS="$CPPFLAGS"
15402 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15403 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15404 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15406 for ac_header in cups/cups.h
15408 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15409 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15410 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15413 echo $ECHO_N "(cached) $ECHO_C" >&6
15415 ac_res=`eval echo '${'$as_ac_Header'}'`
15416 { echo "$as_me:$LINENO: result: $ac_res" >&5
15417 echo "${ECHO_T}$ac_res" >&6; }
15418 else
15419 # Is the header compilable?
15420 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15421 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15422 cat >conftest.$ac_ext <<_ACEOF
15423 /* confdefs.h. */
15424 _ACEOF
15425 cat confdefs.h >>conftest.$ac_ext
15426 cat >>conftest.$ac_ext <<_ACEOF
15427 /* end confdefs.h. */
15428 $ac_includes_default
15429 #include <$ac_header>
15430 _ACEOF
15431 rm -f conftest.$ac_objext
15432 if { (ac_try="$ac_compile"
15433 case "(($ac_try" in
15434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15435 *) ac_try_echo=$ac_try;;
15436 esac
15437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15438 (eval "$ac_compile") 2>conftest.er1
15439 ac_status=$?
15440 grep -v '^ *+' conftest.er1 >conftest.err
15441 rm -f conftest.er1
15442 cat conftest.err >&5
15443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15444 (exit $ac_status); } && {
15445 test -z "$ac_c_werror_flag" ||
15446 test ! -s conftest.err
15447 } && test -s conftest.$ac_objext; then
15448 ac_header_compiler=yes
15449 else
15450 echo "$as_me: failed program was:" >&5
15451 sed 's/^/| /' conftest.$ac_ext >&5
15453 ac_header_compiler=no
15456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15457 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15458 echo "${ECHO_T}$ac_header_compiler" >&6; }
15460 # Is the header present?
15461 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15462 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15469 #include <$ac_header>
15470 _ACEOF
15471 if { (ac_try="$ac_cpp conftest.$ac_ext"
15472 case "(($ac_try" in
15473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15474 *) ac_try_echo=$ac_try;;
15475 esac
15476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15477 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15478 ac_status=$?
15479 grep -v '^ *+' conftest.er1 >conftest.err
15480 rm -f conftest.er1
15481 cat conftest.err >&5
15482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15483 (exit $ac_status); } >/dev/null && {
15484 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15485 test ! -s conftest.err
15486 }; then
15487 ac_header_preproc=yes
15488 else
15489 echo "$as_me: failed program was:" >&5
15490 sed 's/^/| /' conftest.$ac_ext >&5
15492 ac_header_preproc=no
15495 rm -f conftest.err conftest.$ac_ext
15496 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15497 echo "${ECHO_T}$ac_header_preproc" >&6; }
15499 # So? What about this header?
15500 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15501 yes:no: )
15502 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15503 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15505 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15506 ac_header_preproc=yes
15508 no:yes:* )
15509 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15510 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15511 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15512 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15513 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15514 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15516 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15518 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15519 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15520 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15521 ( cat <<\_ASBOX
15522 ## ------------------------------------ ##
15523 ## Report this to wine-devel@winehq.org ##
15524 ## ------------------------------------ ##
15525 _ASBOX
15526 ) | sed "s/^/$as_me: WARNING: /" >&2
15528 esac
15529 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15530 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15532 echo $ECHO_N "(cached) $ECHO_C" >&6
15533 else
15534 eval "$as_ac_Header=\$ac_header_preproc"
15536 ac_res=`eval echo '${'$as_ac_Header'}'`
15537 { echo "$as_me:$LINENO: result: $ac_res" >&5
15538 echo "${ECHO_T}$ac_res" >&6; }
15541 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15542 cat >>confdefs.h <<_ACEOF
15543 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15544 _ACEOF
15545 { echo "$as_me:$LINENO: checking for -lcups" >&5
15546 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15547 if test "${ac_cv_lib_soname_cups+set}" = set; then
15548 echo $ECHO_N "(cached) $ECHO_C" >&6
15549 else
15550 ac_check_soname_save_LIBS=$LIBS
15551 LIBS="-lcups $ac_cups_libs $LIBS"
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. */
15559 /* Override any GCC internal prototype to avoid an error.
15560 Use char because int might match the return type of a GCC
15561 builtin and then its argument prototype would still apply. */
15562 #ifdef __cplusplus
15563 extern "C"
15564 #endif
15565 char cupsGetDefault ();
15567 main ()
15569 return cupsGetDefault ();
15571 return 0;
15573 _ACEOF
15574 rm -f conftest.$ac_objext conftest$ac_exeext
15575 if { (ac_try="$ac_link"
15576 case "(($ac_try" in
15577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15578 *) ac_try_echo=$ac_try;;
15579 esac
15580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15581 (eval "$ac_link") 2>conftest.er1
15582 ac_status=$?
15583 grep -v '^ *+' conftest.er1 >conftest.err
15584 rm -f conftest.er1
15585 cat conftest.err >&5
15586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15587 (exit $ac_status); } && {
15588 test -z "$ac_c_werror_flag" ||
15589 test ! -s conftest.err
15590 } && test -s conftest$ac_exeext &&
15591 $as_test_x conftest$ac_exeext; then
15592 case "$LIBEXT" in
15593 dll) ;;
15594 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'` ;;
15595 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15596 esac
15597 else
15598 echo "$as_me: failed program was:" >&5
15599 sed 's/^/| /' conftest.$ac_ext >&5
15604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15605 conftest$ac_exeext conftest.$ac_ext
15606 LIBS=$ac_check_soname_save_LIBS
15608 if test "x$ac_cv_lib_soname_cups" = "x"; then
15609 { echo "$as_me:$LINENO: result: not found" >&5
15610 echo "${ECHO_T}not found" >&6; }
15612 else
15613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15614 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15616 cat >>confdefs.h <<_ACEOF
15617 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15618 _ACEOF
15620 CUPSINCL="$ac_cups_cflags"
15625 done
15627 CPPFLAGS="$ac_save_CPPFLAGS"
15629 if test "x$ac_cv_lib_soname_cups" = "x"; then
15630 case "x$with_cups" in
15631 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15632 xno) ;;
15633 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15634 This is an error since --with-cups was requested." >&5
15635 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15636 This is an error since --with-cups was requested." >&2;}
15637 { (exit 1); exit 1; }; } ;;
15638 esac
15642 if test "$ac_cv_header_jack_jack_h" = "yes"
15643 then
15644 { echo "$as_me:$LINENO: checking for -ljack" >&5
15645 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15646 if test "${ac_cv_lib_soname_jack+set}" = set; then
15647 echo $ECHO_N "(cached) $ECHO_C" >&6
15648 else
15649 ac_check_soname_save_LIBS=$LIBS
15650 LIBS="-ljack $LIBS"
15651 cat >conftest.$ac_ext <<_ACEOF
15652 /* confdefs.h. */
15653 _ACEOF
15654 cat confdefs.h >>conftest.$ac_ext
15655 cat >>conftest.$ac_ext <<_ACEOF
15656 /* end confdefs.h. */
15658 /* Override any GCC internal prototype to avoid an error.
15659 Use char because int might match the return type of a GCC
15660 builtin and then its argument prototype would still apply. */
15661 #ifdef __cplusplus
15662 extern "C"
15663 #endif
15664 char jack_client_new ();
15666 main ()
15668 return jack_client_new ();
15670 return 0;
15672 _ACEOF
15673 rm -f conftest.$ac_objext conftest$ac_exeext
15674 if { (ac_try="$ac_link"
15675 case "(($ac_try" in
15676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15677 *) ac_try_echo=$ac_try;;
15678 esac
15679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15680 (eval "$ac_link") 2>conftest.er1
15681 ac_status=$?
15682 grep -v '^ *+' conftest.er1 >conftest.err
15683 rm -f conftest.er1
15684 cat conftest.err >&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); } && {
15687 test -z "$ac_c_werror_flag" ||
15688 test ! -s conftest.err
15689 } && test -s conftest$ac_exeext &&
15690 $as_test_x conftest$ac_exeext; then
15691 case "$LIBEXT" in
15692 dll) ;;
15693 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'` ;;
15694 *) 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'` ;;
15695 esac
15696 else
15697 echo "$as_me: failed program was:" >&5
15698 sed 's/^/| /' conftest.$ac_ext >&5
15703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15704 conftest$ac_exeext conftest.$ac_ext
15705 LIBS=$ac_check_soname_save_LIBS
15707 if test "x$ac_cv_lib_soname_jack" = "x"; then
15708 { echo "$as_me:$LINENO: result: not found" >&5
15709 echo "${ECHO_T}not found" >&6; }
15711 else
15712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15713 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15715 cat >>confdefs.h <<_ACEOF
15716 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15717 _ACEOF
15724 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15725 then
15726 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15727 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15728 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15729 echo $ECHO_N "(cached) $ECHO_C" >&6
15730 else
15731 ac_check_soname_save_LIBS=$LIBS
15732 LIBS="-lfontconfig $LIBS"
15733 cat >conftest.$ac_ext <<_ACEOF
15734 /* confdefs.h. */
15735 _ACEOF
15736 cat confdefs.h >>conftest.$ac_ext
15737 cat >>conftest.$ac_ext <<_ACEOF
15738 /* end confdefs.h. */
15740 /* Override any GCC internal prototype to avoid an error.
15741 Use char because int might match the return type of a GCC
15742 builtin and then its argument prototype would still apply. */
15743 #ifdef __cplusplus
15744 extern "C"
15745 #endif
15746 char FcInit ();
15748 main ()
15750 return FcInit ();
15752 return 0;
15754 _ACEOF
15755 rm -f conftest.$ac_objext conftest$ac_exeext
15756 if { (ac_try="$ac_link"
15757 case "(($ac_try" in
15758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15759 *) ac_try_echo=$ac_try;;
15760 esac
15761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15762 (eval "$ac_link") 2>conftest.er1
15763 ac_status=$?
15764 grep -v '^ *+' conftest.er1 >conftest.err
15765 rm -f conftest.er1
15766 cat conftest.err >&5
15767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768 (exit $ac_status); } && {
15769 test -z "$ac_c_werror_flag" ||
15770 test ! -s conftest.err
15771 } && test -s conftest$ac_exeext &&
15772 $as_test_x conftest$ac_exeext; then
15773 case "$LIBEXT" in
15774 dll) ;;
15775 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'` ;;
15776 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15777 esac
15778 else
15779 echo "$as_me: failed program was:" >&5
15780 sed 's/^/| /' conftest.$ac_ext >&5
15785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15786 conftest$ac_exeext conftest.$ac_ext
15787 LIBS=$ac_check_soname_save_LIBS
15789 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15790 { echo "$as_me:$LINENO: result: not found" >&5
15791 echo "${ECHO_T}not found" >&6; }
15793 else
15794 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15795 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15797 cat >>confdefs.h <<_ACEOF
15798 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15799 _ACEOF
15804 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15805 then
15806 ac_save_CPPFLAGS="$CPPFLAGS"
15807 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15808 $as_unset ac_cv_header_fontconfig_fontconfig_h
15810 for ac_header in fontconfig/fontconfig.h
15812 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15817 echo $ECHO_N "(cached) $ECHO_C" >&6
15819 ac_res=`eval echo '${'$as_ac_Header'}'`
15820 { echo "$as_me:$LINENO: result: $ac_res" >&5
15821 echo "${ECHO_T}$ac_res" >&6; }
15822 else
15823 # Is the header compilable?
15824 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15825 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15826 cat >conftest.$ac_ext <<_ACEOF
15827 /* confdefs.h. */
15828 _ACEOF
15829 cat confdefs.h >>conftest.$ac_ext
15830 cat >>conftest.$ac_ext <<_ACEOF
15831 /* end confdefs.h. */
15832 $ac_includes_default
15833 #include <$ac_header>
15834 _ACEOF
15835 rm -f conftest.$ac_objext
15836 if { (ac_try="$ac_compile"
15837 case "(($ac_try" in
15838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15839 *) ac_try_echo=$ac_try;;
15840 esac
15841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15842 (eval "$ac_compile") 2>conftest.er1
15843 ac_status=$?
15844 grep -v '^ *+' conftest.er1 >conftest.err
15845 rm -f conftest.er1
15846 cat conftest.err >&5
15847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15848 (exit $ac_status); } && {
15849 test -z "$ac_c_werror_flag" ||
15850 test ! -s conftest.err
15851 } && test -s conftest.$ac_objext; then
15852 ac_header_compiler=yes
15853 else
15854 echo "$as_me: failed program was:" >&5
15855 sed 's/^/| /' conftest.$ac_ext >&5
15857 ac_header_compiler=no
15860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15861 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15862 echo "${ECHO_T}$ac_header_compiler" >&6; }
15864 # Is the header present?
15865 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15866 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15867 cat >conftest.$ac_ext <<_ACEOF
15868 /* confdefs.h. */
15869 _ACEOF
15870 cat confdefs.h >>conftest.$ac_ext
15871 cat >>conftest.$ac_ext <<_ACEOF
15872 /* end confdefs.h. */
15873 #include <$ac_header>
15874 _ACEOF
15875 if { (ac_try="$ac_cpp conftest.$ac_ext"
15876 case "(($ac_try" in
15877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15878 *) ac_try_echo=$ac_try;;
15879 esac
15880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15881 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15882 ac_status=$?
15883 grep -v '^ *+' conftest.er1 >conftest.err
15884 rm -f conftest.er1
15885 cat conftest.err >&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); } >/dev/null && {
15888 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15889 test ! -s conftest.err
15890 }; then
15891 ac_header_preproc=yes
15892 else
15893 echo "$as_me: failed program was:" >&5
15894 sed 's/^/| /' conftest.$ac_ext >&5
15896 ac_header_preproc=no
15899 rm -f conftest.err conftest.$ac_ext
15900 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15901 echo "${ECHO_T}$ac_header_preproc" >&6; }
15903 # So? What about this header?
15904 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15905 yes:no: )
15906 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15907 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15909 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15910 ac_header_preproc=yes
15912 no:yes:* )
15913 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15914 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15915 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15916 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15917 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15918 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15920 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15921 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15922 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15923 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15924 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15925 ( cat <<\_ASBOX
15926 ## ------------------------------------ ##
15927 ## Report this to wine-devel@winehq.org ##
15928 ## ------------------------------------ ##
15929 _ASBOX
15930 ) | sed "s/^/$as_me: WARNING: /" >&2
15932 esac
15933 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15934 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15935 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15936 echo $ECHO_N "(cached) $ECHO_C" >&6
15937 else
15938 eval "$as_ac_Header=\$ac_header_preproc"
15940 ac_res=`eval echo '${'$as_ac_Header'}'`
15941 { echo "$as_me:$LINENO: result: $ac_res" >&5
15942 echo "${ECHO_T}$ac_res" >&6; }
15945 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15946 cat >>confdefs.h <<_ACEOF
15947 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15948 _ACEOF
15952 done
15954 CPPFLAGS="$ac_save_CPPFLAGS"
15955 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15956 then
15957 FONTCONFIGINCL="$X_CFLAGS"
15959 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15960 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15961 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15962 echo $ECHO_N "(cached) $ECHO_C" >&6
15963 else
15964 ac_check_soname_save_LIBS=$LIBS
15965 LIBS="-lfontconfig $X_LIBS $LIBS"
15966 cat >conftest.$ac_ext <<_ACEOF
15967 /* confdefs.h. */
15968 _ACEOF
15969 cat confdefs.h >>conftest.$ac_ext
15970 cat >>conftest.$ac_ext <<_ACEOF
15971 /* end confdefs.h. */
15973 /* Override any GCC internal prototype to avoid an error.
15974 Use char because int might match the return type of a GCC
15975 builtin and then its argument prototype would still apply. */
15976 #ifdef __cplusplus
15977 extern "C"
15978 #endif
15979 char FcInit ();
15981 main ()
15983 return FcInit ();
15985 return 0;
15987 _ACEOF
15988 rm -f conftest.$ac_objext conftest$ac_exeext
15989 if { (ac_try="$ac_link"
15990 case "(($ac_try" in
15991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15992 *) ac_try_echo=$ac_try;;
15993 esac
15994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15995 (eval "$ac_link") 2>conftest.er1
15996 ac_status=$?
15997 grep -v '^ *+' conftest.er1 >conftest.err
15998 rm -f conftest.er1
15999 cat conftest.err >&5
16000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16001 (exit $ac_status); } && {
16002 test -z "$ac_c_werror_flag" ||
16003 test ! -s conftest.err
16004 } && test -s conftest$ac_exeext &&
16005 $as_test_x conftest$ac_exeext; then
16006 case "$LIBEXT" in
16007 dll) ;;
16008 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'` ;;
16009 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16010 esac
16011 else
16012 echo "$as_me: failed program was:" >&5
16013 sed 's/^/| /' conftest.$ac_ext >&5
16018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16019 conftest$ac_exeext conftest.$ac_ext
16020 LIBS=$ac_check_soname_save_LIBS
16022 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16023 { echo "$as_me:$LINENO: result: not found" >&5
16024 echo "${ECHO_T}not found" >&6; }
16026 else
16027 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16028 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16030 cat >>confdefs.h <<_ACEOF
16031 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16032 _ACEOF
16039 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16040 case "x$with_fontconfig" in
16041 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16042 xno) ;;
16043 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16044 This is an error since --with-fontconfig was requested." >&5
16045 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16046 This is an error since --with-fontconfig was requested." >&2;}
16047 { (exit 1); exit 1; }; } ;;
16048 esac
16052 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16053 then
16054 { echo "$as_me:$LINENO: checking for -lssl" >&5
16055 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16056 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16057 echo $ECHO_N "(cached) $ECHO_C" >&6
16058 else
16059 ac_check_soname_save_LIBS=$LIBS
16060 LIBS="-lssl $LIBS"
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16068 /* Override any GCC internal prototype to avoid an error.
16069 Use char because int might match the return type of a GCC
16070 builtin and then its argument prototype would still apply. */
16071 #ifdef __cplusplus
16072 extern "C"
16073 #endif
16074 char SSL_library_init ();
16076 main ()
16078 return SSL_library_init ();
16080 return 0;
16082 _ACEOF
16083 rm -f conftest.$ac_objext conftest$ac_exeext
16084 if { (ac_try="$ac_link"
16085 case "(($ac_try" in
16086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16087 *) ac_try_echo=$ac_try;;
16088 esac
16089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16090 (eval "$ac_link") 2>conftest.er1
16091 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && {
16097 test -z "$ac_c_werror_flag" ||
16098 test ! -s conftest.err
16099 } && test -s conftest$ac_exeext &&
16100 $as_test_x conftest$ac_exeext; then
16101 case "$LIBEXT" in
16102 dll) ;;
16103 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'` ;;
16104 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16105 esac
16106 else
16107 echo "$as_me: failed program was:" >&5
16108 sed 's/^/| /' conftest.$ac_ext >&5
16113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16114 conftest$ac_exeext conftest.$ac_ext
16115 LIBS=$ac_check_soname_save_LIBS
16117 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16118 { echo "$as_me:$LINENO: result: not found" >&5
16119 echo "${ECHO_T}not found" >&6; }
16121 else
16122 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16123 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16125 cat >>confdefs.h <<_ACEOF
16126 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16127 _ACEOF
16132 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16133 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16134 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16135 echo $ECHO_N "(cached) $ECHO_C" >&6
16136 else
16137 ac_check_soname_save_LIBS=$LIBS
16138 LIBS="-lcrypto $LIBS"
16139 cat >conftest.$ac_ext <<_ACEOF
16140 /* confdefs.h. */
16141 _ACEOF
16142 cat confdefs.h >>conftest.$ac_ext
16143 cat >>conftest.$ac_ext <<_ACEOF
16144 /* end confdefs.h. */
16146 /* Override any GCC internal prototype to avoid an error.
16147 Use char because int might match the return type of a GCC
16148 builtin and then its argument prototype would still apply. */
16149 #ifdef __cplusplus
16150 extern "C"
16151 #endif
16152 char BIO_new_socket ();
16154 main ()
16156 return BIO_new_socket ();
16158 return 0;
16160 _ACEOF
16161 rm -f conftest.$ac_objext conftest$ac_exeext
16162 if { (ac_try="$ac_link"
16163 case "(($ac_try" in
16164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16165 *) ac_try_echo=$ac_try;;
16166 esac
16167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16168 (eval "$ac_link") 2>conftest.er1
16169 ac_status=$?
16170 grep -v '^ *+' conftest.er1 >conftest.err
16171 rm -f conftest.er1
16172 cat conftest.err >&5
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); } && {
16175 test -z "$ac_c_werror_flag" ||
16176 test ! -s conftest.err
16177 } && test -s conftest$ac_exeext &&
16178 $as_test_x conftest$ac_exeext; then
16179 case "$LIBEXT" in
16180 dll) ;;
16181 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'` ;;
16182 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16183 esac
16184 else
16185 echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16192 conftest$ac_exeext conftest.$ac_ext
16193 LIBS=$ac_check_soname_save_LIBS
16195 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16196 { echo "$as_me:$LINENO: result: not found" >&5
16197 echo "${ECHO_T}not found" >&6; }
16199 else
16200 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16201 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16203 cat >>confdefs.h <<_ACEOF
16204 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16205 _ACEOF
16211 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16212 case "x$with_openssl" in
16213 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16214 xno) ;;
16215 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16216 This is an error since --with-openssl was requested." >&5
16217 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16218 This is an error since --with-openssl was requested." >&2;}
16219 { (exit 1); exit 1; }; } ;;
16220 esac
16224 if test "$ac_cv_header_jpeglib_h" = "yes"
16225 then
16226 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16227 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16228 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16229 echo $ECHO_N "(cached) $ECHO_C" >&6
16230 else
16231 ac_check_soname_save_LIBS=$LIBS
16232 LIBS="-ljpeg $LIBS"
16233 cat >conftest.$ac_ext <<_ACEOF
16234 /* confdefs.h. */
16235 _ACEOF
16236 cat confdefs.h >>conftest.$ac_ext
16237 cat >>conftest.$ac_ext <<_ACEOF
16238 /* end confdefs.h. */
16240 /* Override any GCC internal prototype to avoid an error.
16241 Use char because int might match the return type of a GCC
16242 builtin and then its argument prototype would still apply. */
16243 #ifdef __cplusplus
16244 extern "C"
16245 #endif
16246 char jpeg_start_decompress ();
16248 main ()
16250 return jpeg_start_decompress ();
16252 return 0;
16254 _ACEOF
16255 rm -f conftest.$ac_objext conftest$ac_exeext
16256 if { (ac_try="$ac_link"
16257 case "(($ac_try" in
16258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16259 *) ac_try_echo=$ac_try;;
16260 esac
16261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16262 (eval "$ac_link") 2>conftest.er1
16263 ac_status=$?
16264 grep -v '^ *+' conftest.er1 >conftest.err
16265 rm -f conftest.er1
16266 cat conftest.err >&5
16267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16268 (exit $ac_status); } && {
16269 test -z "$ac_c_werror_flag" ||
16270 test ! -s conftest.err
16271 } && test -s conftest$ac_exeext &&
16272 $as_test_x conftest$ac_exeext; then
16273 case "$LIBEXT" in
16274 dll) ;;
16275 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'` ;;
16276 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16277 esac
16278 else
16279 echo "$as_me: failed program was:" >&5
16280 sed 's/^/| /' conftest.$ac_ext >&5
16285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16286 conftest$ac_exeext conftest.$ac_ext
16287 LIBS=$ac_check_soname_save_LIBS
16289 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16290 { echo "$as_me:$LINENO: result: not found" >&5
16291 echo "${ECHO_T}not found" >&6; }
16293 else
16294 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16295 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16297 cat >>confdefs.h <<_ACEOF
16298 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16299 _ACEOF
16305 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16306 case "x$with_jpeg" in
16307 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16308 xno) ;;
16309 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16310 This is an error since --with-jpeg was requested." >&5
16311 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16312 This is an error since --with-jpeg was requested." >&2;}
16313 { (exit 1); exit 1; }; } ;;
16314 esac
16318 if test "$ac_cv_header_png_h" = "yes"
16319 then
16320 { echo "$as_me:$LINENO: checking for -lpng" >&5
16321 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16322 if test "${ac_cv_lib_soname_png+set}" = set; then
16323 echo $ECHO_N "(cached) $ECHO_C" >&6
16324 else
16325 ac_check_soname_save_LIBS=$LIBS
16326 LIBS="-lpng -lm -lz $LIBS"
16327 cat >conftest.$ac_ext <<_ACEOF
16328 /* confdefs.h. */
16329 _ACEOF
16330 cat confdefs.h >>conftest.$ac_ext
16331 cat >>conftest.$ac_ext <<_ACEOF
16332 /* end confdefs.h. */
16334 /* Override any GCC internal prototype to avoid an error.
16335 Use char because int might match the return type of a GCC
16336 builtin and then its argument prototype would still apply. */
16337 #ifdef __cplusplus
16338 extern "C"
16339 #endif
16340 char png_create_read_struct ();
16342 main ()
16344 return png_create_read_struct ();
16346 return 0;
16348 _ACEOF
16349 rm -f conftest.$ac_objext conftest$ac_exeext
16350 if { (ac_try="$ac_link"
16351 case "(($ac_try" in
16352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16353 *) ac_try_echo=$ac_try;;
16354 esac
16355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16356 (eval "$ac_link") 2>conftest.er1
16357 ac_status=$?
16358 grep -v '^ *+' conftest.er1 >conftest.err
16359 rm -f conftest.er1
16360 cat conftest.err >&5
16361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16362 (exit $ac_status); } && {
16363 test -z "$ac_c_werror_flag" ||
16364 test ! -s conftest.err
16365 } && test -s conftest$ac_exeext &&
16366 $as_test_x conftest$ac_exeext; then
16367 case "$LIBEXT" in
16368 dll) ;;
16369 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'` ;;
16370 *) 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'` ;;
16371 esac
16372 else
16373 echo "$as_me: failed program was:" >&5
16374 sed 's/^/| /' conftest.$ac_ext >&5
16379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16380 conftest$ac_exeext conftest.$ac_ext
16381 LIBS=$ac_check_soname_save_LIBS
16383 if test "x$ac_cv_lib_soname_png" = "x"; then
16384 { echo "$as_me:$LINENO: result: not found" >&5
16385 echo "${ECHO_T}not found" >&6; }
16387 else
16388 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16389 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16391 cat >>confdefs.h <<_ACEOF
16392 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16393 _ACEOF
16399 if test "x$ac_cv_lib_soname_png" = "x"; then
16400 case "x$with_png" in
16401 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16402 xno) ;;
16403 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16404 This is an error since --with-png was requested." >&5
16405 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16406 This is an error since --with-png was requested." >&2;}
16407 { (exit 1); exit 1; }; } ;;
16408 esac
16412 if test "$ac_cv_header_kstat_h" = "yes"
16413 then
16414 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16415 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16416 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16417 echo $ECHO_N "(cached) $ECHO_C" >&6
16418 else
16419 ac_check_lib_save_LIBS=$LIBS
16420 LIBS="-lkstat $LIBS"
16421 cat >conftest.$ac_ext <<_ACEOF
16422 /* confdefs.h. */
16423 _ACEOF
16424 cat confdefs.h >>conftest.$ac_ext
16425 cat >>conftest.$ac_ext <<_ACEOF
16426 /* end confdefs.h. */
16428 /* Override any GCC internal prototype to avoid an error.
16429 Use char because int might match the return type of a GCC
16430 builtin and then its argument prototype would still apply. */
16431 #ifdef __cplusplus
16432 extern "C"
16433 #endif
16434 char kstat_open ();
16436 main ()
16438 return kstat_open ();
16440 return 0;
16442 _ACEOF
16443 rm -f conftest.$ac_objext conftest$ac_exeext
16444 if { (ac_try="$ac_link"
16445 case "(($ac_try" in
16446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16447 *) ac_try_echo=$ac_try;;
16448 esac
16449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16450 (eval "$ac_link") 2>conftest.er1
16451 ac_status=$?
16452 grep -v '^ *+' conftest.er1 >conftest.err
16453 rm -f conftest.er1
16454 cat conftest.err >&5
16455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456 (exit $ac_status); } && {
16457 test -z "$ac_c_werror_flag" ||
16458 test ! -s conftest.err
16459 } && test -s conftest$ac_exeext &&
16460 $as_test_x conftest$ac_exeext; then
16461 ac_cv_lib_kstat_kstat_open=yes
16462 else
16463 echo "$as_me: failed program was:" >&5
16464 sed 's/^/| /' conftest.$ac_ext >&5
16466 ac_cv_lib_kstat_kstat_open=no
16469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16470 conftest$ac_exeext conftest.$ac_ext
16471 LIBS=$ac_check_lib_save_LIBS
16473 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16474 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16475 if test $ac_cv_lib_kstat_kstat_open = yes; then
16477 cat >>confdefs.h <<\_ACEOF
16478 #define HAVE_LIBKSTAT 1
16479 _ACEOF
16481 LIBKSTAT="-lkstat"
16487 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16488 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16489 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16490 echo $ECHO_N "(cached) $ECHO_C" >&6
16491 else
16492 ac_check_soname_save_LIBS=$LIBS
16493 LIBS="-lodbc $LIBS"
16494 cat >conftest.$ac_ext <<_ACEOF
16495 /* confdefs.h. */
16496 _ACEOF
16497 cat confdefs.h >>conftest.$ac_ext
16498 cat >>conftest.$ac_ext <<_ACEOF
16499 /* end confdefs.h. */
16501 /* Override any GCC internal prototype to avoid an error.
16502 Use char because int might match the return type of a GCC
16503 builtin and then its argument prototype would still apply. */
16504 #ifdef __cplusplus
16505 extern "C"
16506 #endif
16507 char SQLConnect ();
16509 main ()
16511 return SQLConnect ();
16513 return 0;
16515 _ACEOF
16516 rm -f conftest.$ac_objext conftest$ac_exeext
16517 if { (ac_try="$ac_link"
16518 case "(($ac_try" in
16519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16520 *) ac_try_echo=$ac_try;;
16521 esac
16522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16523 (eval "$ac_link") 2>conftest.er1
16524 ac_status=$?
16525 grep -v '^ *+' conftest.er1 >conftest.err
16526 rm -f conftest.er1
16527 cat conftest.err >&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } && {
16530 test -z "$ac_c_werror_flag" ||
16531 test ! -s conftest.err
16532 } && test -s conftest$ac_exeext &&
16533 $as_test_x conftest$ac_exeext; then
16534 case "$LIBEXT" in
16535 dll) ;;
16536 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'` ;;
16537 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16538 esac
16539 else
16540 echo "$as_me: failed program was:" >&5
16541 sed 's/^/| /' conftest.$ac_ext >&5
16546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16547 conftest$ac_exeext conftest.$ac_ext
16548 LIBS=$ac_check_soname_save_LIBS
16550 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16551 { echo "$as_me:$LINENO: result: not found" >&5
16552 echo "${ECHO_T}not found" >&6; }
16553 cat >>confdefs.h <<_ACEOF
16554 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16555 _ACEOF
16557 else
16558 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16559 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16561 cat >>confdefs.h <<_ACEOF
16562 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16563 _ACEOF
16569 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16570 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16571 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16572 "$ac_cv_header_soundcard_h" != "yes" -a \
16573 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16574 then
16575 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16579 EXTRACFLAGS=""
16581 if test "x${GCC}" = "xyes"
16582 then
16583 EXTRACFLAGS="-Wall -pipe"
16585 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16586 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16587 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16588 echo $ECHO_N "(cached) $ECHO_C" >&6
16589 else
16590 if test "$cross_compiling" = yes; then
16591 ac_cv_c_gcc_strength_bug="yes"
16592 else
16593 cat >conftest.$ac_ext <<_ACEOF
16594 /* confdefs.h. */
16595 _ACEOF
16596 cat confdefs.h >>conftest.$ac_ext
16597 cat >>conftest.$ac_ext <<_ACEOF
16598 /* end confdefs.h. */
16599 int L[4] = {0,1,2,3};
16601 main ()
16603 static int Array[3];
16604 unsigned int B = 3;
16605 int i;
16606 for(i=0; i<B; i++) Array[i] = i - 3;
16607 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16608 L[i] = 4;
16609 return (Array[1] != -2 || L[2] != 3)
16611 return 0;
16613 _ACEOF
16614 rm -f conftest$ac_exeext
16615 if { (ac_try="$ac_link"
16616 case "(($ac_try" in
16617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16618 *) ac_try_echo=$ac_try;;
16619 esac
16620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16621 (eval "$ac_link") 2>&5
16622 ac_status=$?
16623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16624 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16625 { (case "(($ac_try" in
16626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16627 *) ac_try_echo=$ac_try;;
16628 esac
16629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16630 (eval "$ac_try") 2>&5
16631 ac_status=$?
16632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16633 (exit $ac_status); }; }; then
16634 ac_cv_c_gcc_strength_bug="no"
16635 else
16636 echo "$as_me: program exited with status $ac_status" >&5
16637 echo "$as_me: failed program was:" >&5
16638 sed 's/^/| /' conftest.$ac_ext >&5
16640 ( exit $ac_status )
16641 ac_cv_c_gcc_strength_bug="yes"
16643 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16648 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16649 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16650 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16651 then
16652 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16655 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16656 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16657 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16658 echo $ECHO_N "(cached) $ECHO_C" >&6
16659 else
16660 ac_wine_try_cflags_saved=$CFLAGS
16661 CFLAGS="$CFLAGS -fno-builtin"
16662 cat >conftest.$ac_ext <<_ACEOF
16663 /* confdefs.h. */
16664 _ACEOF
16665 cat confdefs.h >>conftest.$ac_ext
16666 cat >>conftest.$ac_ext <<_ACEOF
16667 /* end confdefs.h. */
16670 main ()
16674 return 0;
16676 _ACEOF
16677 rm -f conftest.$ac_objext conftest$ac_exeext
16678 if { (ac_try="$ac_link"
16679 case "(($ac_try" in
16680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16681 *) ac_try_echo=$ac_try;;
16682 esac
16683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16684 (eval "$ac_link") 2>conftest.er1
16685 ac_status=$?
16686 grep -v '^ *+' conftest.er1 >conftest.err
16687 rm -f conftest.er1
16688 cat conftest.err >&5
16689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16690 (exit $ac_status); } && {
16691 test -z "$ac_c_werror_flag" ||
16692 test ! -s conftest.err
16693 } && test -s conftest$ac_exeext &&
16694 $as_test_x conftest$ac_exeext; then
16695 ac_cv_cflags__fno_builtin=yes
16696 else
16697 echo "$as_me: failed program was:" >&5
16698 sed 's/^/| /' conftest.$ac_ext >&5
16700 ac_cv_cflags__fno_builtin=no
16703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16704 conftest$ac_exeext conftest.$ac_ext
16705 CFLAGS=$ac_wine_try_cflags_saved
16707 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16708 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16709 if test $ac_cv_cflags__fno_builtin = yes; then
16710 BUILTINFLAG="-fno-builtin"
16714 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16715 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16716 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16717 echo $ECHO_N "(cached) $ECHO_C" >&6
16718 else
16719 ac_wine_try_cflags_saved=$CFLAGS
16720 CFLAGS="$CFLAGS -fno-strict-aliasing"
16721 cat >conftest.$ac_ext <<_ACEOF
16722 /* confdefs.h. */
16723 _ACEOF
16724 cat confdefs.h >>conftest.$ac_ext
16725 cat >>conftest.$ac_ext <<_ACEOF
16726 /* end confdefs.h. */
16729 main ()
16733 return 0;
16735 _ACEOF
16736 rm -f conftest.$ac_objext conftest$ac_exeext
16737 if { (ac_try="$ac_link"
16738 case "(($ac_try" in
16739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16740 *) ac_try_echo=$ac_try;;
16741 esac
16742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16743 (eval "$ac_link") 2>conftest.er1
16744 ac_status=$?
16745 grep -v '^ *+' conftest.er1 >conftest.err
16746 rm -f conftest.er1
16747 cat conftest.err >&5
16748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16749 (exit $ac_status); } && {
16750 test -z "$ac_c_werror_flag" ||
16751 test ! -s conftest.err
16752 } && test -s conftest$ac_exeext &&
16753 $as_test_x conftest$ac_exeext; then
16754 ac_cv_cflags__fno_strict_aliasing=yes
16755 else
16756 echo "$as_me: failed program was:" >&5
16757 sed 's/^/| /' conftest.$ac_ext >&5
16759 ac_cv_cflags__fno_strict_aliasing=no
16762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16763 conftest$ac_exeext conftest.$ac_ext
16764 CFLAGS=$ac_wine_try_cflags_saved
16766 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16767 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16768 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16769 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16772 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16773 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16774 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16775 echo $ECHO_N "(cached) $ECHO_C" >&6
16776 else
16777 ac_wine_try_cflags_saved=$CFLAGS
16778 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16779 cat >conftest.$ac_ext <<_ACEOF
16780 /* confdefs.h. */
16781 _ACEOF
16782 cat confdefs.h >>conftest.$ac_ext
16783 cat >>conftest.$ac_ext <<_ACEOF
16784 /* end confdefs.h. */
16787 main ()
16791 return 0;
16793 _ACEOF
16794 rm -f conftest.$ac_objext conftest$ac_exeext
16795 if { (ac_try="$ac_link"
16796 case "(($ac_try" in
16797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16798 *) ac_try_echo=$ac_try;;
16799 esac
16800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16801 (eval "$ac_link") 2>conftest.er1
16802 ac_status=$?
16803 grep -v '^ *+' conftest.er1 >conftest.err
16804 rm -f conftest.er1
16805 cat conftest.err >&5
16806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807 (exit $ac_status); } && {
16808 test -z "$ac_c_werror_flag" ||
16809 test ! -s conftest.err
16810 } && test -s conftest$ac_exeext &&
16811 $as_test_x conftest$ac_exeext; then
16812 ac_cv_cflags__Wdeclaration_after_statement=yes
16813 else
16814 echo "$as_me: failed program was:" >&5
16815 sed 's/^/| /' conftest.$ac_ext >&5
16817 ac_cv_cflags__Wdeclaration_after_statement=no
16820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16821 conftest$ac_exeext conftest.$ac_ext
16822 CFLAGS=$ac_wine_try_cflags_saved
16824 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16825 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16826 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16827 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16830 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16831 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16832 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16833 echo $ECHO_N "(cached) $ECHO_C" >&6
16834 else
16835 ac_wine_try_cflags_saved=$CFLAGS
16836 CFLAGS="$CFLAGS -Wwrite-strings"
16837 cat >conftest.$ac_ext <<_ACEOF
16838 /* confdefs.h. */
16839 _ACEOF
16840 cat confdefs.h >>conftest.$ac_ext
16841 cat >>conftest.$ac_ext <<_ACEOF
16842 /* end confdefs.h. */
16845 main ()
16849 return 0;
16851 _ACEOF
16852 rm -f conftest.$ac_objext conftest$ac_exeext
16853 if { (ac_try="$ac_link"
16854 case "(($ac_try" in
16855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16856 *) ac_try_echo=$ac_try;;
16857 esac
16858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16859 (eval "$ac_link") 2>conftest.er1
16860 ac_status=$?
16861 grep -v '^ *+' conftest.er1 >conftest.err
16862 rm -f conftest.er1
16863 cat conftest.err >&5
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); } && {
16866 test -z "$ac_c_werror_flag" ||
16867 test ! -s conftest.err
16868 } && test -s conftest$ac_exeext &&
16869 $as_test_x conftest$ac_exeext; then
16870 ac_cv_cflags__Wwrite_strings=yes
16871 else
16872 echo "$as_me: failed program was:" >&5
16873 sed 's/^/| /' conftest.$ac_ext >&5
16875 ac_cv_cflags__Wwrite_strings=no
16878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16879 conftest$ac_exeext conftest.$ac_ext
16880 CFLAGS=$ac_wine_try_cflags_saved
16882 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16883 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16884 if test $ac_cv_cflags__Wwrite_strings = yes; then
16885 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16888 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16889 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16890 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16891 echo $ECHO_N "(cached) $ECHO_C" >&6
16892 else
16893 ac_wine_try_cflags_saved=$CFLAGS
16894 CFLAGS="$CFLAGS -Wtype-limits"
16895 cat >conftest.$ac_ext <<_ACEOF
16896 /* confdefs.h. */
16897 _ACEOF
16898 cat confdefs.h >>conftest.$ac_ext
16899 cat >>conftest.$ac_ext <<_ACEOF
16900 /* end confdefs.h. */
16903 main ()
16907 return 0;
16909 _ACEOF
16910 rm -f conftest.$ac_objext conftest$ac_exeext
16911 if { (ac_try="$ac_link"
16912 case "(($ac_try" in
16913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16914 *) ac_try_echo=$ac_try;;
16915 esac
16916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16917 (eval "$ac_link") 2>conftest.er1
16918 ac_status=$?
16919 grep -v '^ *+' conftest.er1 >conftest.err
16920 rm -f conftest.er1
16921 cat conftest.err >&5
16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); } && {
16924 test -z "$ac_c_werror_flag" ||
16925 test ! -s conftest.err
16926 } && test -s conftest$ac_exeext &&
16927 $as_test_x conftest$ac_exeext; then
16928 ac_cv_cflags__Wtype_limits=yes
16929 else
16930 echo "$as_me: failed program was:" >&5
16931 sed 's/^/| /' conftest.$ac_ext >&5
16933 ac_cv_cflags__Wtype_limits=no
16936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16937 conftest$ac_exeext conftest.$ac_ext
16938 CFLAGS=$ac_wine_try_cflags_saved
16940 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16941 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16942 if test $ac_cv_cflags__Wtype_limits = yes; then
16943 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16947 saved_CFLAGS="$CFLAGS"
16948 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16949 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16950 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16951 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16952 echo $ECHO_N "(cached) $ECHO_C" >&6
16953 else
16954 cat >conftest.$ac_ext <<_ACEOF
16955 /* confdefs.h. */
16956 _ACEOF
16957 cat confdefs.h >>conftest.$ac_ext
16958 cat >>conftest.$ac_ext <<_ACEOF
16959 /* end confdefs.h. */
16960 #include <string.h>
16962 main ()
16966 return 0;
16968 _ACEOF
16969 rm -f conftest.$ac_objext
16970 if { (ac_try="$ac_compile"
16971 case "(($ac_try" in
16972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16973 *) ac_try_echo=$ac_try;;
16974 esac
16975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16976 (eval "$ac_compile") 2>conftest.er1
16977 ac_status=$?
16978 grep -v '^ *+' conftest.er1 >conftest.err
16979 rm -f conftest.er1
16980 cat conftest.err >&5
16981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16982 (exit $ac_status); } && {
16983 test -z "$ac_c_werror_flag" ||
16984 test ! -s conftest.err
16985 } && test -s conftest.$ac_objext; then
16986 ac_cv_c_string_h_warnings=no
16987 else
16988 echo "$as_me: failed program was:" >&5
16989 sed 's/^/| /' conftest.$ac_ext >&5
16991 ac_cv_c_string_h_warnings=yes
16994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16996 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16997 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16998 CFLAGS="$saved_CFLAGS"
16999 if test "$ac_cv_c_string_h_warnings" = "no"
17000 then
17001 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17006 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17007 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17008 if test "${ac_cv_asm_func_def+set}" = set; then
17009 echo $ECHO_N "(cached) $ECHO_C" >&6
17010 else
17011 cat >conftest.$ac_ext <<_ACEOF
17012 /* confdefs.h. */
17013 _ACEOF
17014 cat confdefs.h >>conftest.$ac_ext
17015 cat >>conftest.$ac_ext <<_ACEOF
17016 /* end confdefs.h. */
17019 main ()
17021 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17023 return 0;
17025 _ACEOF
17026 rm -f conftest.$ac_objext conftest$ac_exeext
17027 if { (ac_try="$ac_link"
17028 case "(($ac_try" in
17029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17030 *) ac_try_echo=$ac_try;;
17031 esac
17032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17033 (eval "$ac_link") 2>conftest.er1
17034 ac_status=$?
17035 grep -v '^ *+' conftest.er1 >conftest.err
17036 rm -f conftest.er1
17037 cat conftest.err >&5
17038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17039 (exit $ac_status); } && {
17040 test -z "$ac_c_werror_flag" ||
17041 test ! -s conftest.err
17042 } && test -s conftest$ac_exeext &&
17043 $as_test_x conftest$ac_exeext; then
17044 ac_cv_asm_func_def=".def"
17045 else
17046 echo "$as_me: failed program was:" >&5
17047 sed 's/^/| /' conftest.$ac_ext >&5
17049 cat >conftest.$ac_ext <<_ACEOF
17050 /* confdefs.h. */
17051 _ACEOF
17052 cat confdefs.h >>conftest.$ac_ext
17053 cat >>conftest.$ac_ext <<_ACEOF
17054 /* end confdefs.h. */
17057 main ()
17059 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17061 return 0;
17063 _ACEOF
17064 rm -f conftest.$ac_objext conftest$ac_exeext
17065 if { (ac_try="$ac_link"
17066 case "(($ac_try" in
17067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17068 *) ac_try_echo=$ac_try;;
17069 esac
17070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17071 (eval "$ac_link") 2>conftest.er1
17072 ac_status=$?
17073 grep -v '^ *+' conftest.er1 >conftest.err
17074 rm -f conftest.er1
17075 cat conftest.err >&5
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } && {
17078 test -z "$ac_c_werror_flag" ||
17079 test ! -s conftest.err
17080 } && test -s conftest$ac_exeext &&
17081 $as_test_x conftest$ac_exeext; then
17082 ac_cv_asm_func_def=".type @function"
17083 else
17084 echo "$as_me: failed program was:" >&5
17085 sed 's/^/| /' conftest.$ac_ext >&5
17087 cat >conftest.$ac_ext <<_ACEOF
17088 /* confdefs.h. */
17089 _ACEOF
17090 cat confdefs.h >>conftest.$ac_ext
17091 cat >>conftest.$ac_ext <<_ACEOF
17092 /* end confdefs.h. */
17095 main ()
17097 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17099 return 0;
17101 _ACEOF
17102 rm -f conftest.$ac_objext conftest$ac_exeext
17103 if { (ac_try="$ac_link"
17104 case "(($ac_try" in
17105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17106 *) ac_try_echo=$ac_try;;
17107 esac
17108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17109 (eval "$ac_link") 2>conftest.er1
17110 ac_status=$?
17111 grep -v '^ *+' conftest.er1 >conftest.err
17112 rm -f conftest.er1
17113 cat conftest.err >&5
17114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); } && {
17116 test -z "$ac_c_werror_flag" ||
17117 test ! -s conftest.err
17118 } && test -s conftest$ac_exeext &&
17119 $as_test_x conftest$ac_exeext; then
17120 ac_cv_asm_func_def=".type 2"
17121 else
17122 echo "$as_me: failed program was:" >&5
17123 sed 's/^/| /' conftest.$ac_ext >&5
17125 ac_cv_asm_func_def="unknown"
17128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17129 conftest$ac_exeext conftest.$ac_ext
17132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17133 conftest$ac_exeext conftest.$ac_ext
17136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17137 conftest$ac_exeext conftest.$ac_ext
17139 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17140 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17144 case "$ac_cv_asm_func_def" in
17145 ".def")
17146 cat >>confdefs.h <<\_ACEOF
17147 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17148 _ACEOF
17150 ".type @function")
17151 cat >>confdefs.h <<\_ACEOF
17152 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17153 _ACEOF
17155 ".type 2")
17156 cat >>confdefs.h <<\_ACEOF
17157 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17158 _ACEOF
17161 cat >>confdefs.h <<\_ACEOF
17162 #define __ASM_FUNC(name) ""
17163 _ACEOF
17165 esac
17168 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17169 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17170 if test "${ac_cv_c_extern_prefix+set}" = set; then
17171 echo $ECHO_N "(cached) $ECHO_C" >&6
17172 else
17173 cat >conftest.$ac_ext <<_ACEOF
17174 /* confdefs.h. */
17175 _ACEOF
17176 cat confdefs.h >>conftest.$ac_ext
17177 cat >>conftest.$ac_ext <<_ACEOF
17178 /* end confdefs.h. */
17179 extern int ac_test;
17181 main ()
17183 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17185 return 0;
17187 _ACEOF
17188 rm -f conftest.$ac_objext conftest$ac_exeext
17189 if { (ac_try="$ac_link"
17190 case "(($ac_try" in
17191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17192 *) ac_try_echo=$ac_try;;
17193 esac
17194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17195 (eval "$ac_link") 2>conftest.er1
17196 ac_status=$?
17197 grep -v '^ *+' conftest.er1 >conftest.err
17198 rm -f conftest.er1
17199 cat conftest.err >&5
17200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17201 (exit $ac_status); } && {
17202 test -z "$ac_c_werror_flag" ||
17203 test ! -s conftest.err
17204 } && test -s conftest$ac_exeext &&
17205 $as_test_x conftest$ac_exeext; then
17206 ac_cv_c_extern_prefix="yes"
17207 else
17208 echo "$as_me: failed program was:" >&5
17209 sed 's/^/| /' conftest.$ac_ext >&5
17211 ac_cv_c_extern_prefix="no"
17214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17215 conftest$ac_exeext conftest.$ac_ext
17217 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17218 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17222 if test "$ac_cv_c_extern_prefix" = "yes"
17223 then
17224 cat >>confdefs.h <<\_ACEOF
17225 #define __ASM_NAME(name) "_" name
17226 _ACEOF
17228 else
17229 cat >>confdefs.h <<\_ACEOF
17230 #define __ASM_NAME(name) name
17231 _ACEOF
17236 LDPATH=""
17238 case $build_os in
17239 cygwin*|mingw32*)
17240 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17242 darwin*|macosx*)
17245 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17247 esac
17249 case $host_os in
17250 mingw32*)
17251 CRTLIBS="-lmsvcrt"
17253 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17256 esac
17258 case $host_cpu in
17259 *i[3456789]86*)
17260 case $host_os in
17261 linux* | k*bsd*-gnu)
17262 EXTRA_BINARIES="wine-preloader"
17264 esac
17266 esac
17269 ac_save_CFLAGS="$CFLAGS"
17270 CFLAGS="$CFLAGS $BUILTINFLAG"
17339 for ac_func in \
17340 _pclose \
17341 _popen \
17342 _snprintf \
17343 _spawnvp \
17344 _strdup \
17345 _stricmp \
17346 _strnicmp \
17347 _strtoi64 \
17348 _strtoui64 \
17349 _vsnprintf \
17350 asctime_r \
17351 chsize \
17352 dlopen \
17353 epoll_create \
17354 ffs \
17355 finite \
17356 fork \
17357 fpclass \
17358 fstatfs \
17359 fstatvfs \
17360 ftruncate \
17361 futimes \
17362 futimesat \
17363 getdirentries \
17364 getopt_long \
17365 getpagesize \
17366 getpwuid \
17367 gettid \
17368 gettimeofday \
17369 getuid \
17370 kqueue \
17371 lstat \
17372 memmove \
17373 mmap \
17374 pclose \
17375 poll \
17376 popen \
17377 prctl \
17378 pread \
17379 pwrite \
17380 readdir \
17381 readlink \
17382 sched_yield \
17383 select \
17384 setproctitle \
17385 setrlimit \
17386 settimeofday \
17387 sigaltstack \
17388 sigprocmask \
17389 snprintf \
17390 spawnvp \
17391 statfs \
17392 statvfs \
17393 strcasecmp \
17394 strdup \
17395 strerror \
17396 strncasecmp \
17397 strtold \
17398 strtoll \
17399 strtoull \
17400 symlink \
17401 tcgetattr \
17402 thr_kill2 \
17403 timegm \
17404 usleep \
17405 vsnprintf \
17406 wait4 \
17407 waitpid \
17410 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17411 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17412 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17413 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17414 echo $ECHO_N "(cached) $ECHO_C" >&6
17415 else
17416 cat >conftest.$ac_ext <<_ACEOF
17417 /* confdefs.h. */
17418 _ACEOF
17419 cat confdefs.h >>conftest.$ac_ext
17420 cat >>conftest.$ac_ext <<_ACEOF
17421 /* end confdefs.h. */
17422 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17423 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17424 #define $ac_func innocuous_$ac_func
17426 /* System header to define __stub macros and hopefully few prototypes,
17427 which can conflict with char $ac_func (); below.
17428 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17429 <limits.h> exists even on freestanding compilers. */
17431 #ifdef __STDC__
17432 # include <limits.h>
17433 #else
17434 # include <assert.h>
17435 #endif
17437 #undef $ac_func
17439 /* Override any GCC internal prototype to avoid an error.
17440 Use char because int might match the return type of a GCC
17441 builtin and then its argument prototype would still apply. */
17442 #ifdef __cplusplus
17443 extern "C"
17444 #endif
17445 char $ac_func ();
17446 /* The GNU C library defines this for functions which it implements
17447 to always fail with ENOSYS. Some functions are actually named
17448 something starting with __ and the normal name is an alias. */
17449 #if defined __stub_$ac_func || defined __stub___$ac_func
17450 choke me
17451 #endif
17454 main ()
17456 return $ac_func ();
17458 return 0;
17460 _ACEOF
17461 rm -f conftest.$ac_objext conftest$ac_exeext
17462 if { (ac_try="$ac_link"
17463 case "(($ac_try" in
17464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465 *) ac_try_echo=$ac_try;;
17466 esac
17467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17468 (eval "$ac_link") 2>conftest.er1
17469 ac_status=$?
17470 grep -v '^ *+' conftest.er1 >conftest.err
17471 rm -f conftest.er1
17472 cat conftest.err >&5
17473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17474 (exit $ac_status); } && {
17475 test -z "$ac_c_werror_flag" ||
17476 test ! -s conftest.err
17477 } && test -s conftest$ac_exeext &&
17478 $as_test_x conftest$ac_exeext; then
17479 eval "$as_ac_var=yes"
17480 else
17481 echo "$as_me: failed program was:" >&5
17482 sed 's/^/| /' conftest.$ac_ext >&5
17484 eval "$as_ac_var=no"
17487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17488 conftest$ac_exeext conftest.$ac_ext
17490 ac_res=`eval echo '${'$as_ac_var'}'`
17491 { echo "$as_me:$LINENO: result: $ac_res" >&5
17492 echo "${ECHO_T}$ac_res" >&6; }
17493 if test `eval echo '${'$as_ac_var'}'` = yes; then
17494 cat >>confdefs.h <<_ACEOF
17495 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17496 _ACEOF
17499 done
17501 CFLAGS="$ac_save_CFLAGS"
17503 if test "$ac_cv_func_dlopen" = no
17504 then
17505 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17506 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17507 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17508 echo $ECHO_N "(cached) $ECHO_C" >&6
17509 else
17510 ac_check_lib_save_LIBS=$LIBS
17511 LIBS="-ldl $LIBS"
17512 cat >conftest.$ac_ext <<_ACEOF
17513 /* confdefs.h. */
17514 _ACEOF
17515 cat confdefs.h >>conftest.$ac_ext
17516 cat >>conftest.$ac_ext <<_ACEOF
17517 /* end confdefs.h. */
17519 /* Override any GCC internal prototype to avoid an error.
17520 Use char because int might match the return type of a GCC
17521 builtin and then its argument prototype would still apply. */
17522 #ifdef __cplusplus
17523 extern "C"
17524 #endif
17525 char dlopen ();
17527 main ()
17529 return dlopen ();
17531 return 0;
17533 _ACEOF
17534 rm -f conftest.$ac_objext conftest$ac_exeext
17535 if { (ac_try="$ac_link"
17536 case "(($ac_try" in
17537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17538 *) ac_try_echo=$ac_try;;
17539 esac
17540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17541 (eval "$ac_link") 2>conftest.er1
17542 ac_status=$?
17543 grep -v '^ *+' conftest.er1 >conftest.err
17544 rm -f conftest.er1
17545 cat conftest.err >&5
17546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547 (exit $ac_status); } && {
17548 test -z "$ac_c_werror_flag" ||
17549 test ! -s conftest.err
17550 } && test -s conftest$ac_exeext &&
17551 $as_test_x conftest$ac_exeext; then
17552 ac_cv_lib_dl_dlopen=yes
17553 else
17554 echo "$as_me: failed program was:" >&5
17555 sed 's/^/| /' conftest.$ac_ext >&5
17557 ac_cv_lib_dl_dlopen=no
17560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17561 conftest$ac_exeext conftest.$ac_ext
17562 LIBS=$ac_check_lib_save_LIBS
17564 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17565 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17566 if test $ac_cv_lib_dl_dlopen = yes; then
17567 cat >>confdefs.h <<\_ACEOF
17568 #define HAVE_DLOPEN 1
17569 _ACEOF
17570 LIBDL="-ldl"
17575 ac_wine_check_funcs_save_LIBS="$LIBS"
17576 LIBS="$LIBS $LIBDL"
17578 for ac_func in dladdr
17580 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17581 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17582 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17583 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17584 echo $ECHO_N "(cached) $ECHO_C" >&6
17585 else
17586 cat >conftest.$ac_ext <<_ACEOF
17587 /* confdefs.h. */
17588 _ACEOF
17589 cat confdefs.h >>conftest.$ac_ext
17590 cat >>conftest.$ac_ext <<_ACEOF
17591 /* end confdefs.h. */
17592 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17594 #define $ac_func innocuous_$ac_func
17596 /* System header to define __stub macros and hopefully few prototypes,
17597 which can conflict with char $ac_func (); below.
17598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17599 <limits.h> exists even on freestanding compilers. */
17601 #ifdef __STDC__
17602 # include <limits.h>
17603 #else
17604 # include <assert.h>
17605 #endif
17607 #undef $ac_func
17609 /* Override any GCC internal prototype to avoid an error.
17610 Use char because int might match the return type of a GCC
17611 builtin and then its argument prototype would still apply. */
17612 #ifdef __cplusplus
17613 extern "C"
17614 #endif
17615 char $ac_func ();
17616 /* The GNU C library defines this for functions which it implements
17617 to always fail with ENOSYS. Some functions are actually named
17618 something starting with __ and the normal name is an alias. */
17619 #if defined __stub_$ac_func || defined __stub___$ac_func
17620 choke me
17621 #endif
17624 main ()
17626 return $ac_func ();
17628 return 0;
17630 _ACEOF
17631 rm -f conftest.$ac_objext conftest$ac_exeext
17632 if { (ac_try="$ac_link"
17633 case "(($ac_try" in
17634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17635 *) ac_try_echo=$ac_try;;
17636 esac
17637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17638 (eval "$ac_link") 2>conftest.er1
17639 ac_status=$?
17640 grep -v '^ *+' conftest.er1 >conftest.err
17641 rm -f conftest.er1
17642 cat conftest.err >&5
17643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17644 (exit $ac_status); } && {
17645 test -z "$ac_c_werror_flag" ||
17646 test ! -s conftest.err
17647 } && test -s conftest$ac_exeext &&
17648 $as_test_x conftest$ac_exeext; then
17649 eval "$as_ac_var=yes"
17650 else
17651 echo "$as_me: failed program was:" >&5
17652 sed 's/^/| /' conftest.$ac_ext >&5
17654 eval "$as_ac_var=no"
17657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17658 conftest$ac_exeext conftest.$ac_ext
17660 ac_res=`eval echo '${'$as_ac_var'}'`
17661 { echo "$as_me:$LINENO: result: $ac_res" >&5
17662 echo "${ECHO_T}$ac_res" >&6; }
17663 if test `eval echo '${'$as_ac_var'}'` = yes; then
17664 cat >>confdefs.h <<_ACEOF
17665 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17666 _ACEOF
17669 done
17671 LIBS="$ac_wine_check_funcs_save_LIBS"
17673 if test "$ac_cv_func_poll" = no
17674 then
17675 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17676 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17677 if test "${ac_cv_lib_poll_poll+set}" = set; then
17678 echo $ECHO_N "(cached) $ECHO_C" >&6
17679 else
17680 ac_check_lib_save_LIBS=$LIBS
17681 LIBS="-lpoll $LIBS"
17682 cat >conftest.$ac_ext <<_ACEOF
17683 /* confdefs.h. */
17684 _ACEOF
17685 cat confdefs.h >>conftest.$ac_ext
17686 cat >>conftest.$ac_ext <<_ACEOF
17687 /* end confdefs.h. */
17689 /* Override any GCC internal prototype to avoid an error.
17690 Use char because int might match the return type of a GCC
17691 builtin and then its argument prototype would still apply. */
17692 #ifdef __cplusplus
17693 extern "C"
17694 #endif
17695 char poll ();
17697 main ()
17699 return poll ();
17701 return 0;
17703 _ACEOF
17704 rm -f conftest.$ac_objext conftest$ac_exeext
17705 if { (ac_try="$ac_link"
17706 case "(($ac_try" in
17707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17708 *) ac_try_echo=$ac_try;;
17709 esac
17710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17711 (eval "$ac_link") 2>conftest.er1
17712 ac_status=$?
17713 grep -v '^ *+' conftest.er1 >conftest.err
17714 rm -f conftest.er1
17715 cat conftest.err >&5
17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); } && {
17718 test -z "$ac_c_werror_flag" ||
17719 test ! -s conftest.err
17720 } && test -s conftest$ac_exeext &&
17721 $as_test_x conftest$ac_exeext; then
17722 ac_cv_lib_poll_poll=yes
17723 else
17724 echo "$as_me: failed program was:" >&5
17725 sed 's/^/| /' conftest.$ac_ext >&5
17727 ac_cv_lib_poll_poll=no
17730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17731 conftest$ac_exeext conftest.$ac_ext
17732 LIBS=$ac_check_lib_save_LIBS
17734 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17735 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17736 if test $ac_cv_lib_poll_poll = yes; then
17737 cat >>confdefs.h <<\_ACEOF
17738 #define HAVE_POLL 1
17739 _ACEOF
17740 LIBPOLL="-lpoll"
17746 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17747 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17748 if test "${ac_cv_search_gethostbyname+set}" = set; then
17749 echo $ECHO_N "(cached) $ECHO_C" >&6
17750 else
17751 ac_func_search_save_LIBS=$LIBS
17752 cat >conftest.$ac_ext <<_ACEOF
17753 /* confdefs.h. */
17754 _ACEOF
17755 cat confdefs.h >>conftest.$ac_ext
17756 cat >>conftest.$ac_ext <<_ACEOF
17757 /* end confdefs.h. */
17759 /* Override any GCC internal prototype to avoid an error.
17760 Use char because int might match the return type of a GCC
17761 builtin and then its argument prototype would still apply. */
17762 #ifdef __cplusplus
17763 extern "C"
17764 #endif
17765 char gethostbyname ();
17767 main ()
17769 return gethostbyname ();
17771 return 0;
17773 _ACEOF
17774 for ac_lib in '' nsl; do
17775 if test -z "$ac_lib"; then
17776 ac_res="none required"
17777 else
17778 ac_res=-l$ac_lib
17779 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17781 rm -f conftest.$ac_objext conftest$ac_exeext
17782 if { (ac_try="$ac_link"
17783 case "(($ac_try" in
17784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17785 *) ac_try_echo=$ac_try;;
17786 esac
17787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17788 (eval "$ac_link") 2>conftest.er1
17789 ac_status=$?
17790 grep -v '^ *+' conftest.er1 >conftest.err
17791 rm -f conftest.er1
17792 cat conftest.err >&5
17793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17794 (exit $ac_status); } && {
17795 test -z "$ac_c_werror_flag" ||
17796 test ! -s conftest.err
17797 } && test -s conftest$ac_exeext &&
17798 $as_test_x conftest$ac_exeext; then
17799 ac_cv_search_gethostbyname=$ac_res
17800 else
17801 echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.$ac_ext >&5
17807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17808 conftest$ac_exeext
17809 if test "${ac_cv_search_gethostbyname+set}" = set; then
17810 break
17812 done
17813 if test "${ac_cv_search_gethostbyname+set}" = set; then
17815 else
17816 ac_cv_search_gethostbyname=no
17818 rm conftest.$ac_ext
17819 LIBS=$ac_func_search_save_LIBS
17821 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17822 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17823 ac_res=$ac_cv_search_gethostbyname
17824 if test "$ac_res" != no; then
17825 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17830 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17831 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17832 if test "${ac_cv_search_connect+set}" = set; then
17833 echo $ECHO_N "(cached) $ECHO_C" >&6
17834 else
17835 ac_func_search_save_LIBS=$LIBS
17836 cat >conftest.$ac_ext <<_ACEOF
17837 /* confdefs.h. */
17838 _ACEOF
17839 cat confdefs.h >>conftest.$ac_ext
17840 cat >>conftest.$ac_ext <<_ACEOF
17841 /* end confdefs.h. */
17843 /* Override any GCC internal prototype to avoid an error.
17844 Use char because int might match the return type of a GCC
17845 builtin and then its argument prototype would still apply. */
17846 #ifdef __cplusplus
17847 extern "C"
17848 #endif
17849 char connect ();
17851 main ()
17853 return connect ();
17855 return 0;
17857 _ACEOF
17858 for ac_lib in '' socket; do
17859 if test -z "$ac_lib"; then
17860 ac_res="none required"
17861 else
17862 ac_res=-l$ac_lib
17863 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17865 rm -f conftest.$ac_objext conftest$ac_exeext
17866 if { (ac_try="$ac_link"
17867 case "(($ac_try" in
17868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17869 *) ac_try_echo=$ac_try;;
17870 esac
17871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17872 (eval "$ac_link") 2>conftest.er1
17873 ac_status=$?
17874 grep -v '^ *+' conftest.er1 >conftest.err
17875 rm -f conftest.er1
17876 cat conftest.err >&5
17877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17878 (exit $ac_status); } && {
17879 test -z "$ac_c_werror_flag" ||
17880 test ! -s conftest.err
17881 } && test -s conftest$ac_exeext &&
17882 $as_test_x conftest$ac_exeext; then
17883 ac_cv_search_connect=$ac_res
17884 else
17885 echo "$as_me: failed program was:" >&5
17886 sed 's/^/| /' conftest.$ac_ext >&5
17891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17892 conftest$ac_exeext
17893 if test "${ac_cv_search_connect+set}" = set; then
17894 break
17896 done
17897 if test "${ac_cv_search_connect+set}" = set; then
17899 else
17900 ac_cv_search_connect=no
17902 rm conftest.$ac_ext
17903 LIBS=$ac_func_search_save_LIBS
17905 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17906 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17907 ac_res=$ac_cv_search_connect
17908 if test "$ac_res" != no; then
17909 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17914 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17915 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17916 if test "${ac_cv_search_inet_aton+set}" = set; then
17917 echo $ECHO_N "(cached) $ECHO_C" >&6
17918 else
17919 ac_func_search_save_LIBS=$LIBS
17920 cat >conftest.$ac_ext <<_ACEOF
17921 /* confdefs.h. */
17922 _ACEOF
17923 cat confdefs.h >>conftest.$ac_ext
17924 cat >>conftest.$ac_ext <<_ACEOF
17925 /* end confdefs.h. */
17927 /* Override any GCC internal prototype to avoid an error.
17928 Use char because int might match the return type of a GCC
17929 builtin and then its argument prototype would still apply. */
17930 #ifdef __cplusplus
17931 extern "C"
17932 #endif
17933 char inet_aton ();
17935 main ()
17937 return inet_aton ();
17939 return 0;
17941 _ACEOF
17942 for ac_lib in '' resolv; do
17943 if test -z "$ac_lib"; then
17944 ac_res="none required"
17945 else
17946 ac_res=-l$ac_lib
17947 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17949 rm -f conftest.$ac_objext conftest$ac_exeext
17950 if { (ac_try="$ac_link"
17951 case "(($ac_try" in
17952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17953 *) ac_try_echo=$ac_try;;
17954 esac
17955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17956 (eval "$ac_link") 2>conftest.er1
17957 ac_status=$?
17958 grep -v '^ *+' conftest.er1 >conftest.err
17959 rm -f conftest.er1
17960 cat conftest.err >&5
17961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17962 (exit $ac_status); } && {
17963 test -z "$ac_c_werror_flag" ||
17964 test ! -s conftest.err
17965 } && test -s conftest$ac_exeext &&
17966 $as_test_x conftest$ac_exeext; then
17967 ac_cv_search_inet_aton=$ac_res
17968 else
17969 echo "$as_me: failed program was:" >&5
17970 sed 's/^/| /' conftest.$ac_ext >&5
17975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17976 conftest$ac_exeext
17977 if test "${ac_cv_search_inet_aton+set}" = set; then
17978 break
17980 done
17981 if test "${ac_cv_search_inet_aton+set}" = set; then
17983 else
17984 ac_cv_search_inet_aton=no
17986 rm conftest.$ac_ext
17987 LIBS=$ac_func_search_save_LIBS
17989 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17990 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17991 ac_res=$ac_cv_search_inet_aton
17992 if test "$ac_res" != no; then
17993 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18009 for ac_func in \
18010 getaddrinfo \
18011 getnameinfo \
18012 getnetbyname \
18013 getprotobyname \
18014 getprotobynumber \
18015 getservbyport \
18016 inet_network \
18017 inet_ntop \
18018 inet_pton \
18019 sendmsg \
18020 socketpair \
18023 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18024 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18025 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18026 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18027 echo $ECHO_N "(cached) $ECHO_C" >&6
18028 else
18029 cat >conftest.$ac_ext <<_ACEOF
18030 /* confdefs.h. */
18031 _ACEOF
18032 cat confdefs.h >>conftest.$ac_ext
18033 cat >>conftest.$ac_ext <<_ACEOF
18034 /* end confdefs.h. */
18035 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18037 #define $ac_func innocuous_$ac_func
18039 /* System header to define __stub macros and hopefully few prototypes,
18040 which can conflict with char $ac_func (); below.
18041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18042 <limits.h> exists even on freestanding compilers. */
18044 #ifdef __STDC__
18045 # include <limits.h>
18046 #else
18047 # include <assert.h>
18048 #endif
18050 #undef $ac_func
18052 /* Override any GCC internal prototype to avoid an error.
18053 Use char because int might match the return type of a GCC
18054 builtin and then its argument prototype would still apply. */
18055 #ifdef __cplusplus
18056 extern "C"
18057 #endif
18058 char $ac_func ();
18059 /* The GNU C library defines this for functions which it implements
18060 to always fail with ENOSYS. Some functions are actually named
18061 something starting with __ and the normal name is an alias. */
18062 #if defined __stub_$ac_func || defined __stub___$ac_func
18063 choke me
18064 #endif
18067 main ()
18069 return $ac_func ();
18071 return 0;
18073 _ACEOF
18074 rm -f conftest.$ac_objext conftest$ac_exeext
18075 if { (ac_try="$ac_link"
18076 case "(($ac_try" in
18077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18078 *) ac_try_echo=$ac_try;;
18079 esac
18080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18081 (eval "$ac_link") 2>conftest.er1
18082 ac_status=$?
18083 grep -v '^ *+' conftest.er1 >conftest.err
18084 rm -f conftest.er1
18085 cat conftest.err >&5
18086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087 (exit $ac_status); } && {
18088 test -z "$ac_c_werror_flag" ||
18089 test ! -s conftest.err
18090 } && test -s conftest$ac_exeext &&
18091 $as_test_x conftest$ac_exeext; then
18092 eval "$as_ac_var=yes"
18093 else
18094 echo "$as_me: failed program was:" >&5
18095 sed 's/^/| /' conftest.$ac_ext >&5
18097 eval "$as_ac_var=no"
18100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18101 conftest$ac_exeext conftest.$ac_ext
18103 ac_res=`eval echo '${'$as_ac_var'}'`
18104 { echo "$as_me:$LINENO: result: $ac_res" >&5
18105 echo "${ECHO_T}$ac_res" >&6; }
18106 if test `eval echo '${'$as_ac_var'}'` = yes; then
18107 cat >>confdefs.h <<_ACEOF
18108 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18109 _ACEOF
18112 done
18115 LDAPLIBS=""
18117 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18118 then
18119 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18120 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18121 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18122 echo $ECHO_N "(cached) $ECHO_C" >&6
18123 else
18124 cat >conftest.$ac_ext <<_ACEOF
18125 /* confdefs.h. */
18126 _ACEOF
18127 cat confdefs.h >>conftest.$ac_ext
18128 cat >>conftest.$ac_ext <<_ACEOF
18129 /* end confdefs.h. */
18130 #include <ldap.h>
18132 typedef LDAPSortKey ac__type_new_;
18134 main ()
18136 if ((ac__type_new_ *) 0)
18137 return 0;
18138 if (sizeof (ac__type_new_))
18139 return 0;
18141 return 0;
18143 _ACEOF
18144 rm -f conftest.$ac_objext
18145 if { (ac_try="$ac_compile"
18146 case "(($ac_try" in
18147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18148 *) ac_try_echo=$ac_try;;
18149 esac
18150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18151 (eval "$ac_compile") 2>conftest.er1
18152 ac_status=$?
18153 grep -v '^ *+' conftest.er1 >conftest.err
18154 rm -f conftest.er1
18155 cat conftest.err >&5
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); } && {
18158 test -z "$ac_c_werror_flag" ||
18159 test ! -s conftest.err
18160 } && test -s conftest.$ac_objext; then
18161 ac_cv_type_LDAPSortKey=yes
18162 else
18163 echo "$as_me: failed program was:" >&5
18164 sed 's/^/| /' conftest.$ac_ext >&5
18166 ac_cv_type_LDAPSortKey=no
18169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18171 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18172 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18173 if test $ac_cv_type_LDAPSortKey = yes; then
18174 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18175 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18176 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18177 echo $ECHO_N "(cached) $ECHO_C" >&6
18178 else
18179 ac_check_lib_save_LIBS=$LIBS
18180 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18181 cat >conftest.$ac_ext <<_ACEOF
18182 /* confdefs.h. */
18183 _ACEOF
18184 cat confdefs.h >>conftest.$ac_ext
18185 cat >>conftest.$ac_ext <<_ACEOF
18186 /* end confdefs.h. */
18188 /* Override any GCC internal prototype to avoid an error.
18189 Use char because int might match the return type of a GCC
18190 builtin and then its argument prototype would still apply. */
18191 #ifdef __cplusplus
18192 extern "C"
18193 #endif
18194 char ldap_initialize ();
18196 main ()
18198 return ldap_initialize ();
18200 return 0;
18202 _ACEOF
18203 rm -f conftest.$ac_objext conftest$ac_exeext
18204 if { (ac_try="$ac_link"
18205 case "(($ac_try" in
18206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18207 *) ac_try_echo=$ac_try;;
18208 esac
18209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18210 (eval "$ac_link") 2>conftest.er1
18211 ac_status=$?
18212 grep -v '^ *+' conftest.er1 >conftest.err
18213 rm -f conftest.er1
18214 cat conftest.err >&5
18215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216 (exit $ac_status); } && {
18217 test -z "$ac_c_werror_flag" ||
18218 test ! -s conftest.err
18219 } && test -s conftest$ac_exeext &&
18220 $as_test_x conftest$ac_exeext; then
18221 ac_cv_lib_ldap_r_ldap_initialize=yes
18222 else
18223 echo "$as_me: failed program was:" >&5
18224 sed 's/^/| /' conftest.$ac_ext >&5
18226 ac_cv_lib_ldap_r_ldap_initialize=no
18229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18230 conftest$ac_exeext conftest.$ac_ext
18231 LIBS=$ac_check_lib_save_LIBS
18233 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18234 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18235 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18236 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18237 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18238 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18239 echo $ECHO_N "(cached) $ECHO_C" >&6
18240 else
18241 ac_check_lib_save_LIBS=$LIBS
18242 LIBS="-llber $LIBPTHREAD $LIBS"
18243 cat >conftest.$ac_ext <<_ACEOF
18244 /* confdefs.h. */
18245 _ACEOF
18246 cat confdefs.h >>conftest.$ac_ext
18247 cat >>conftest.$ac_ext <<_ACEOF
18248 /* end confdefs.h. */
18250 /* Override any GCC internal prototype to avoid an error.
18251 Use char because int might match the return type of a GCC
18252 builtin and then its argument prototype would still apply. */
18253 #ifdef __cplusplus
18254 extern "C"
18255 #endif
18256 char ber_init ();
18258 main ()
18260 return ber_init ();
18262 return 0;
18264 _ACEOF
18265 rm -f conftest.$ac_objext conftest$ac_exeext
18266 if { (ac_try="$ac_link"
18267 case "(($ac_try" in
18268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18270 esac
18271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18272 (eval "$ac_link") 2>conftest.er1
18273 ac_status=$?
18274 grep -v '^ *+' conftest.er1 >conftest.err
18275 rm -f conftest.er1
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } && {
18279 test -z "$ac_c_werror_flag" ||
18280 test ! -s conftest.err
18281 } && test -s conftest$ac_exeext &&
18282 $as_test_x conftest$ac_exeext; then
18283 ac_cv_lib_lber_ber_init=yes
18284 else
18285 echo "$as_me: failed program was:" >&5
18286 sed 's/^/| /' conftest.$ac_ext >&5
18288 ac_cv_lib_lber_ber_init=no
18291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18292 conftest$ac_exeext conftest.$ac_ext
18293 LIBS=$ac_check_lib_save_LIBS
18295 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18296 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18297 if test $ac_cv_lib_lber_ber_init = yes; then
18299 cat >>confdefs.h <<\_ACEOF
18300 #define HAVE_LDAP 1
18301 _ACEOF
18303 LDAPLIBS="-lldap_r -llber"
18310 ac_wine_check_funcs_save_LIBS="$LIBS"
18311 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18320 for ac_func in \
18321 ldap_count_references \
18322 ldap_first_reference \
18323 ldap_next_reference \
18324 ldap_parse_reference \
18325 ldap_parse_sort_control \
18326 ldap_parse_sortresponse_control \
18327 ldap_parse_vlv_control \
18328 ldap_parse_vlvresponse_control
18330 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18331 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18332 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18333 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18334 echo $ECHO_N "(cached) $ECHO_C" >&6
18335 else
18336 cat >conftest.$ac_ext <<_ACEOF
18337 /* confdefs.h. */
18338 _ACEOF
18339 cat confdefs.h >>conftest.$ac_ext
18340 cat >>conftest.$ac_ext <<_ACEOF
18341 /* end confdefs.h. */
18342 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18343 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18344 #define $ac_func innocuous_$ac_func
18346 /* System header to define __stub macros and hopefully few prototypes,
18347 which can conflict with char $ac_func (); below.
18348 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18349 <limits.h> exists even on freestanding compilers. */
18351 #ifdef __STDC__
18352 # include <limits.h>
18353 #else
18354 # include <assert.h>
18355 #endif
18357 #undef $ac_func
18359 /* Override any GCC internal prototype to avoid an error.
18360 Use char because int might match the return type of a GCC
18361 builtin and then its argument prototype would still apply. */
18362 #ifdef __cplusplus
18363 extern "C"
18364 #endif
18365 char $ac_func ();
18366 /* The GNU C library defines this for functions which it implements
18367 to always fail with ENOSYS. Some functions are actually named
18368 something starting with __ and the normal name is an alias. */
18369 #if defined __stub_$ac_func || defined __stub___$ac_func
18370 choke me
18371 #endif
18374 main ()
18376 return $ac_func ();
18378 return 0;
18380 _ACEOF
18381 rm -f conftest.$ac_objext conftest$ac_exeext
18382 if { (ac_try="$ac_link"
18383 case "(($ac_try" in
18384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18385 *) ac_try_echo=$ac_try;;
18386 esac
18387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18388 (eval "$ac_link") 2>conftest.er1
18389 ac_status=$?
18390 grep -v '^ *+' conftest.er1 >conftest.err
18391 rm -f conftest.er1
18392 cat conftest.err >&5
18393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); } && {
18395 test -z "$ac_c_werror_flag" ||
18396 test ! -s conftest.err
18397 } && test -s conftest$ac_exeext &&
18398 $as_test_x conftest$ac_exeext; then
18399 eval "$as_ac_var=yes"
18400 else
18401 echo "$as_me: failed program was:" >&5
18402 sed 's/^/| /' conftest.$ac_ext >&5
18404 eval "$as_ac_var=no"
18407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18408 conftest$ac_exeext conftest.$ac_ext
18410 ac_res=`eval echo '${'$as_ac_var'}'`
18411 { echo "$as_me:$LINENO: result: $ac_res" >&5
18412 echo "${ECHO_T}$ac_res" >&6; }
18413 if test `eval echo '${'$as_ac_var'}'` = yes; then
18414 cat >>confdefs.h <<_ACEOF
18415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18416 _ACEOF
18419 done
18421 LIBS="$ac_wine_check_funcs_save_LIBS"
18423 if test "x$LDAPLIBS" = "x"; then
18424 case "x$with_ldap" in
18425 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18426 xno) ;;
18427 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18428 This is an error since --with-ldap was requested." >&5
18429 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18430 This is an error since --with-ldap was requested." >&2;}
18431 { (exit 1); exit 1; }; } ;;
18432 esac
18436 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18437 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18438 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18439 echo $ECHO_N "(cached) $ECHO_C" >&6
18440 else
18441 cat >conftest.$ac_ext <<_ACEOF
18442 /* confdefs.h. */
18443 _ACEOF
18444 cat confdefs.h >>conftest.$ac_ext
18445 cat >>conftest.$ac_ext <<_ACEOF
18446 /* end confdefs.h. */
18447 #include <sys/stat.h>
18449 main ()
18451 mkdir("foo");
18453 return 0;
18455 _ACEOF
18456 rm -f conftest.$ac_objext
18457 if { (ac_try="$ac_compile"
18458 case "(($ac_try" in
18459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18460 *) ac_try_echo=$ac_try;;
18461 esac
18462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18463 (eval "$ac_compile") 2>conftest.er1
18464 ac_status=$?
18465 grep -v '^ *+' conftest.er1 >conftest.err
18466 rm -f conftest.er1
18467 cat conftest.err >&5
18468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); } && {
18470 test -z "$ac_c_werror_flag" ||
18471 test ! -s conftest.err
18472 } && test -s conftest.$ac_objext; then
18473 wine_cv_one_arg_mkdir=yes
18474 else
18475 echo "$as_me: failed program was:" >&5
18476 sed 's/^/| /' conftest.$ac_ext >&5
18478 wine_cv_one_arg_mkdir=no
18481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18483 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18484 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18485 if test "$wine_cv_one_arg_mkdir" = "yes"
18486 then
18488 cat >>confdefs.h <<\_ACEOF
18489 #define HAVE_ONE_ARG_MKDIR 1
18490 _ACEOF
18495 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18496 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18497 if test "${ac_cv_c_const+set}" = set; then
18498 echo $ECHO_N "(cached) $ECHO_C" >&6
18499 else
18500 cat >conftest.$ac_ext <<_ACEOF
18501 /* confdefs.h. */
18502 _ACEOF
18503 cat confdefs.h >>conftest.$ac_ext
18504 cat >>conftest.$ac_ext <<_ACEOF
18505 /* end confdefs.h. */
18508 main ()
18510 /* FIXME: Include the comments suggested by Paul. */
18511 #ifndef __cplusplus
18512 /* Ultrix mips cc rejects this. */
18513 typedef int charset[2];
18514 const charset cs;
18515 /* SunOS 4.1.1 cc rejects this. */
18516 char const *const *pcpcc;
18517 char **ppc;
18518 /* NEC SVR4.0.2 mips cc rejects this. */
18519 struct point {int x, y;};
18520 static struct point const zero = {0,0};
18521 /* AIX XL C 1.02.0.0 rejects this.
18522 It does not let you subtract one const X* pointer from another in
18523 an arm of an if-expression whose if-part is not a constant
18524 expression */
18525 const char *g = "string";
18526 pcpcc = &g + (g ? g-g : 0);
18527 /* HPUX 7.0 cc rejects these. */
18528 ++pcpcc;
18529 ppc = (char**) pcpcc;
18530 pcpcc = (char const *const *) ppc;
18531 { /* SCO 3.2v4 cc rejects this. */
18532 char *t;
18533 char const *s = 0 ? (char *) 0 : (char const *) 0;
18535 *t++ = 0;
18536 if (s) return 0;
18538 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18539 int x[] = {25, 17};
18540 const int *foo = &x[0];
18541 ++foo;
18543 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18544 typedef const int *iptr;
18545 iptr p = 0;
18546 ++p;
18548 { /* AIX XL C 1.02.0.0 rejects this saying
18549 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18550 struct s { int j; const int *ap[3]; };
18551 struct s *b; b->j = 5;
18553 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18554 const int foo = 10;
18555 if (!foo) return 0;
18557 return !cs[0] && !zero.x;
18558 #endif
18561 return 0;
18563 _ACEOF
18564 rm -f conftest.$ac_objext
18565 if { (ac_try="$ac_compile"
18566 case "(($ac_try" in
18567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18568 *) ac_try_echo=$ac_try;;
18569 esac
18570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18571 (eval "$ac_compile") 2>conftest.er1
18572 ac_status=$?
18573 grep -v '^ *+' conftest.er1 >conftest.err
18574 rm -f conftest.er1
18575 cat conftest.err >&5
18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577 (exit $ac_status); } && {
18578 test -z "$ac_c_werror_flag" ||
18579 test ! -s conftest.err
18580 } && test -s conftest.$ac_objext; then
18581 ac_cv_c_const=yes
18582 else
18583 echo "$as_me: failed program was:" >&5
18584 sed 's/^/| /' conftest.$ac_ext >&5
18586 ac_cv_c_const=no
18589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18591 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18592 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18593 if test $ac_cv_c_const = no; then
18595 cat >>confdefs.h <<\_ACEOF
18596 #define const
18597 _ACEOF
18601 { echo "$as_me:$LINENO: checking for inline" >&5
18602 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18603 if test "${ac_cv_c_inline+set}" = set; then
18604 echo $ECHO_N "(cached) $ECHO_C" >&6
18605 else
18606 ac_cv_c_inline=no
18607 for ac_kw in inline __inline__ __inline; do
18608 cat >conftest.$ac_ext <<_ACEOF
18609 /* confdefs.h. */
18610 _ACEOF
18611 cat confdefs.h >>conftest.$ac_ext
18612 cat >>conftest.$ac_ext <<_ACEOF
18613 /* end confdefs.h. */
18614 #ifndef __cplusplus
18615 typedef int foo_t;
18616 static $ac_kw foo_t static_foo () {return 0; }
18617 $ac_kw foo_t foo () {return 0; }
18618 #endif
18620 _ACEOF
18621 rm -f conftest.$ac_objext
18622 if { (ac_try="$ac_compile"
18623 case "(($ac_try" in
18624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18625 *) ac_try_echo=$ac_try;;
18626 esac
18627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18628 (eval "$ac_compile") 2>conftest.er1
18629 ac_status=$?
18630 grep -v '^ *+' conftest.er1 >conftest.err
18631 rm -f conftest.er1
18632 cat conftest.err >&5
18633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634 (exit $ac_status); } && {
18635 test -z "$ac_c_werror_flag" ||
18636 test ! -s conftest.err
18637 } && test -s conftest.$ac_objext; then
18638 ac_cv_c_inline=$ac_kw
18639 else
18640 echo "$as_me: failed program was:" >&5
18641 sed 's/^/| /' conftest.$ac_ext >&5
18646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18647 test "$ac_cv_c_inline" != no && break
18648 done
18651 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18652 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18655 case $ac_cv_c_inline in
18656 inline | yes) ;;
18658 case $ac_cv_c_inline in
18659 no) ac_val=;;
18660 *) ac_val=$ac_cv_c_inline;;
18661 esac
18662 cat >>confdefs.h <<_ACEOF
18663 #ifndef __cplusplus
18664 #define inline $ac_val
18665 #endif
18666 _ACEOF
18668 esac
18670 { echo "$as_me:$LINENO: checking for mode_t" >&5
18671 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18672 if test "${ac_cv_type_mode_t+set}" = set; then
18673 echo $ECHO_N "(cached) $ECHO_C" >&6
18674 else
18675 cat >conftest.$ac_ext <<_ACEOF
18676 /* confdefs.h. */
18677 _ACEOF
18678 cat confdefs.h >>conftest.$ac_ext
18679 cat >>conftest.$ac_ext <<_ACEOF
18680 /* end confdefs.h. */
18681 $ac_includes_default
18682 typedef mode_t ac__type_new_;
18684 main ()
18686 if ((ac__type_new_ *) 0)
18687 return 0;
18688 if (sizeof (ac__type_new_))
18689 return 0;
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_type_mode_t=yes
18712 else
18713 echo "$as_me: failed program was:" >&5
18714 sed 's/^/| /' conftest.$ac_ext >&5
18716 ac_cv_type_mode_t=no
18719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18721 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18722 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18723 if test $ac_cv_type_mode_t = yes; then
18725 cat >>confdefs.h <<_ACEOF
18726 #define HAVE_MODE_T 1
18727 _ACEOF
18731 { echo "$as_me:$LINENO: checking for off_t" >&5
18732 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18733 if test "${ac_cv_type_off_t+set}" = set; then
18734 echo $ECHO_N "(cached) $ECHO_C" >&6
18735 else
18736 cat >conftest.$ac_ext <<_ACEOF
18737 /* confdefs.h. */
18738 _ACEOF
18739 cat confdefs.h >>conftest.$ac_ext
18740 cat >>conftest.$ac_ext <<_ACEOF
18741 /* end confdefs.h. */
18742 $ac_includes_default
18743 typedef off_t ac__type_new_;
18745 main ()
18747 if ((ac__type_new_ *) 0)
18748 return 0;
18749 if (sizeof (ac__type_new_))
18750 return 0;
18752 return 0;
18754 _ACEOF
18755 rm -f conftest.$ac_objext
18756 if { (ac_try="$ac_compile"
18757 case "(($ac_try" in
18758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18760 esac
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18763 ac_status=$?
18764 grep -v '^ *+' conftest.er1 >conftest.err
18765 rm -f conftest.er1
18766 cat conftest.err >&5
18767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 ac_cv_type_off_t=yes
18773 else
18774 echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18777 ac_cv_type_off_t=no
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18783 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18784 if test $ac_cv_type_off_t = yes; then
18786 cat >>confdefs.h <<_ACEOF
18787 #define HAVE_OFF_T 1
18788 _ACEOF
18792 { echo "$as_me:$LINENO: checking for pid_t" >&5
18793 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18794 if test "${ac_cv_type_pid_t+set}" = set; then
18795 echo $ECHO_N "(cached) $ECHO_C" >&6
18796 else
18797 cat >conftest.$ac_ext <<_ACEOF
18798 /* confdefs.h. */
18799 _ACEOF
18800 cat confdefs.h >>conftest.$ac_ext
18801 cat >>conftest.$ac_ext <<_ACEOF
18802 /* end confdefs.h. */
18803 $ac_includes_default
18804 typedef pid_t ac__type_new_;
18806 main ()
18808 if ((ac__type_new_ *) 0)
18809 return 0;
18810 if (sizeof (ac__type_new_))
18811 return 0;
18813 return 0;
18815 _ACEOF
18816 rm -f conftest.$ac_objext
18817 if { (ac_try="$ac_compile"
18818 case "(($ac_try" in
18819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18820 *) ac_try_echo=$ac_try;;
18821 esac
18822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18823 (eval "$ac_compile") 2>conftest.er1
18824 ac_status=$?
18825 grep -v '^ *+' conftest.er1 >conftest.err
18826 rm -f conftest.er1
18827 cat conftest.err >&5
18828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18829 (exit $ac_status); } && {
18830 test -z "$ac_c_werror_flag" ||
18831 test ! -s conftest.err
18832 } && test -s conftest.$ac_objext; then
18833 ac_cv_type_pid_t=yes
18834 else
18835 echo "$as_me: failed program was:" >&5
18836 sed 's/^/| /' conftest.$ac_ext >&5
18838 ac_cv_type_pid_t=no
18841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18843 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18844 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18845 if test $ac_cv_type_pid_t = yes; then
18847 cat >>confdefs.h <<_ACEOF
18848 #define HAVE_PID_T 1
18849 _ACEOF
18853 { echo "$as_me:$LINENO: checking for size_t" >&5
18854 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18855 if test "${ac_cv_type_size_t+set}" = set; then
18856 echo $ECHO_N "(cached) $ECHO_C" >&6
18857 else
18858 cat >conftest.$ac_ext <<_ACEOF
18859 /* confdefs.h. */
18860 _ACEOF
18861 cat confdefs.h >>conftest.$ac_ext
18862 cat >>conftest.$ac_ext <<_ACEOF
18863 /* end confdefs.h. */
18864 $ac_includes_default
18865 typedef size_t ac__type_new_;
18867 main ()
18869 if ((ac__type_new_ *) 0)
18870 return 0;
18871 if (sizeof (ac__type_new_))
18872 return 0;
18874 return 0;
18876 _ACEOF
18877 rm -f conftest.$ac_objext
18878 if { (ac_try="$ac_compile"
18879 case "(($ac_try" in
18880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18881 *) ac_try_echo=$ac_try;;
18882 esac
18883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18884 (eval "$ac_compile") 2>conftest.er1
18885 ac_status=$?
18886 grep -v '^ *+' conftest.er1 >conftest.err
18887 rm -f conftest.er1
18888 cat conftest.err >&5
18889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); } && {
18891 test -z "$ac_c_werror_flag" ||
18892 test ! -s conftest.err
18893 } && test -s conftest.$ac_objext; then
18894 ac_cv_type_size_t=yes
18895 else
18896 echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.$ac_ext >&5
18899 ac_cv_type_size_t=no
18902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18904 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18905 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18906 if test $ac_cv_type_size_t = yes; then
18908 cat >>confdefs.h <<_ACEOF
18909 #define HAVE_SIZE_T 1
18910 _ACEOF
18914 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18915 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18916 if test "${ac_cv_type_ssize_t+set}" = set; then
18917 echo $ECHO_N "(cached) $ECHO_C" >&6
18918 else
18919 cat >conftest.$ac_ext <<_ACEOF
18920 /* confdefs.h. */
18921 _ACEOF
18922 cat confdefs.h >>conftest.$ac_ext
18923 cat >>conftest.$ac_ext <<_ACEOF
18924 /* end confdefs.h. */
18925 $ac_includes_default
18926 typedef ssize_t ac__type_new_;
18928 main ()
18930 if ((ac__type_new_ *) 0)
18931 return 0;
18932 if (sizeof (ac__type_new_))
18933 return 0;
18935 return 0;
18937 _ACEOF
18938 rm -f conftest.$ac_objext
18939 if { (ac_try="$ac_compile"
18940 case "(($ac_try" in
18941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18942 *) ac_try_echo=$ac_try;;
18943 esac
18944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18945 (eval "$ac_compile") 2>conftest.er1
18946 ac_status=$?
18947 grep -v '^ *+' conftest.er1 >conftest.err
18948 rm -f conftest.er1
18949 cat conftest.err >&5
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); } && {
18952 test -z "$ac_c_werror_flag" ||
18953 test ! -s conftest.err
18954 } && test -s conftest.$ac_objext; then
18955 ac_cv_type_ssize_t=yes
18956 else
18957 echo "$as_me: failed program was:" >&5
18958 sed 's/^/| /' conftest.$ac_ext >&5
18960 ac_cv_type_ssize_t=no
18963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18965 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18966 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18967 if test $ac_cv_type_ssize_t = yes; then
18969 cat >>confdefs.h <<_ACEOF
18970 #define HAVE_SSIZE_T 1
18971 _ACEOF
18975 { echo "$as_me:$LINENO: checking for long long" >&5
18976 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18977 if test "${ac_cv_type_long_long+set}" = set; then
18978 echo $ECHO_N "(cached) $ECHO_C" >&6
18979 else
18980 cat >conftest.$ac_ext <<_ACEOF
18981 /* confdefs.h. */
18982 _ACEOF
18983 cat confdefs.h >>conftest.$ac_ext
18984 cat >>conftest.$ac_ext <<_ACEOF
18985 /* end confdefs.h. */
18986 $ac_includes_default
18987 typedef long long ac__type_new_;
18989 main ()
18991 if ((ac__type_new_ *) 0)
18992 return 0;
18993 if (sizeof (ac__type_new_))
18994 return 0;
18996 return 0;
18998 _ACEOF
18999 rm -f conftest.$ac_objext
19000 if { (ac_try="$ac_compile"
19001 case "(($ac_try" in
19002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19003 *) ac_try_echo=$ac_try;;
19004 esac
19005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19006 (eval "$ac_compile") 2>conftest.er1
19007 ac_status=$?
19008 grep -v '^ *+' conftest.er1 >conftest.err
19009 rm -f conftest.er1
19010 cat conftest.err >&5
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); } && {
19013 test -z "$ac_c_werror_flag" ||
19014 test ! -s conftest.err
19015 } && test -s conftest.$ac_objext; then
19016 ac_cv_type_long_long=yes
19017 else
19018 echo "$as_me: failed program was:" >&5
19019 sed 's/^/| /' conftest.$ac_ext >&5
19021 ac_cv_type_long_long=no
19024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19026 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19027 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19028 if test $ac_cv_type_long_long = yes; then
19030 cat >>confdefs.h <<_ACEOF
19031 #define HAVE_LONG_LONG 1
19032 _ACEOF
19036 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19037 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19038 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19039 echo $ECHO_N "(cached) $ECHO_C" >&6
19040 else
19041 cat >conftest.$ac_ext <<_ACEOF
19042 /* confdefs.h. */
19043 _ACEOF
19044 cat confdefs.h >>conftest.$ac_ext
19045 cat >>conftest.$ac_ext <<_ACEOF
19046 /* end confdefs.h. */
19047 $ac_includes_default
19048 typedef fsblkcnt_t ac__type_new_;
19050 main ()
19052 if ((ac__type_new_ *) 0)
19053 return 0;
19054 if (sizeof (ac__type_new_))
19055 return 0;
19057 return 0;
19059 _ACEOF
19060 rm -f conftest.$ac_objext
19061 if { (ac_try="$ac_compile"
19062 case "(($ac_try" in
19063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19064 *) ac_try_echo=$ac_try;;
19065 esac
19066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19067 (eval "$ac_compile") 2>conftest.er1
19068 ac_status=$?
19069 grep -v '^ *+' conftest.er1 >conftest.err
19070 rm -f conftest.er1
19071 cat conftest.err >&5
19072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19073 (exit $ac_status); } && {
19074 test -z "$ac_c_werror_flag" ||
19075 test ! -s conftest.err
19076 } && test -s conftest.$ac_objext; then
19077 ac_cv_type_fsblkcnt_t=yes
19078 else
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 ac_cv_type_fsblkcnt_t=no
19085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19087 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19088 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19089 if test $ac_cv_type_fsblkcnt_t = yes; then
19091 cat >>confdefs.h <<_ACEOF
19092 #define HAVE_FSBLKCNT_T 1
19093 _ACEOF
19097 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19098 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19099 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19100 echo $ECHO_N "(cached) $ECHO_C" >&6
19101 else
19102 cat >conftest.$ac_ext <<_ACEOF
19103 /* confdefs.h. */
19104 _ACEOF
19105 cat confdefs.h >>conftest.$ac_ext
19106 cat >>conftest.$ac_ext <<_ACEOF
19107 /* end confdefs.h. */
19108 $ac_includes_default
19109 typedef fsfilcnt_t ac__type_new_;
19111 main ()
19113 if ((ac__type_new_ *) 0)
19114 return 0;
19115 if (sizeof (ac__type_new_))
19116 return 0;
19118 return 0;
19120 _ACEOF
19121 rm -f conftest.$ac_objext
19122 if { (ac_try="$ac_compile"
19123 case "(($ac_try" in
19124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19125 *) ac_try_echo=$ac_try;;
19126 esac
19127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19128 (eval "$ac_compile") 2>conftest.er1
19129 ac_status=$?
19130 grep -v '^ *+' conftest.er1 >conftest.err
19131 rm -f conftest.er1
19132 cat conftest.err >&5
19133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19134 (exit $ac_status); } && {
19135 test -z "$ac_c_werror_flag" ||
19136 test ! -s conftest.err
19137 } && test -s conftest.$ac_objext; then
19138 ac_cv_type_fsfilcnt_t=yes
19139 else
19140 echo "$as_me: failed program was:" >&5
19141 sed 's/^/| /' conftest.$ac_ext >&5
19143 ac_cv_type_fsfilcnt_t=no
19146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19148 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19149 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19150 if test $ac_cv_type_fsfilcnt_t = yes; then
19152 cat >>confdefs.h <<_ACEOF
19153 #define HAVE_FSFILCNT_T 1
19154 _ACEOF
19159 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19160 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19161 if test "${ac_cv_type_sigset_t+set}" = set; then
19162 echo $ECHO_N "(cached) $ECHO_C" >&6
19163 else
19164 cat >conftest.$ac_ext <<_ACEOF
19165 /* confdefs.h. */
19166 _ACEOF
19167 cat confdefs.h >>conftest.$ac_ext
19168 cat >>conftest.$ac_ext <<_ACEOF
19169 /* end confdefs.h. */
19170 #include <sys/types.h>
19171 #include <signal.h>
19173 typedef sigset_t ac__type_new_;
19175 main ()
19177 if ((ac__type_new_ *) 0)
19178 return 0;
19179 if (sizeof (ac__type_new_))
19180 return 0;
19182 return 0;
19184 _ACEOF
19185 rm -f conftest.$ac_objext
19186 if { (ac_try="$ac_compile"
19187 case "(($ac_try" in
19188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19189 *) ac_try_echo=$ac_try;;
19190 esac
19191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19192 (eval "$ac_compile") 2>conftest.er1
19193 ac_status=$?
19194 grep -v '^ *+' conftest.er1 >conftest.err
19195 rm -f conftest.er1
19196 cat conftest.err >&5
19197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19198 (exit $ac_status); } && {
19199 test -z "$ac_c_werror_flag" ||
19200 test ! -s conftest.err
19201 } && test -s conftest.$ac_objext; then
19202 ac_cv_type_sigset_t=yes
19203 else
19204 echo "$as_me: failed program was:" >&5
19205 sed 's/^/| /' conftest.$ac_ext >&5
19207 ac_cv_type_sigset_t=no
19210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19212 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19213 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19214 if test $ac_cv_type_sigset_t = yes; then
19216 cat >>confdefs.h <<_ACEOF
19217 #define HAVE_SIGSET_T 1
19218 _ACEOF
19223 { echo "$as_me:$LINENO: checking for request_sense" >&5
19224 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19225 if test "${ac_cv_type_request_sense+set}" = set; then
19226 echo $ECHO_N "(cached) $ECHO_C" >&6
19227 else
19228 cat >conftest.$ac_ext <<_ACEOF
19229 /* confdefs.h. */
19230 _ACEOF
19231 cat confdefs.h >>conftest.$ac_ext
19232 cat >>conftest.$ac_ext <<_ACEOF
19233 /* end confdefs.h. */
19234 #include <linux/cdrom.h>
19236 typedef request_sense ac__type_new_;
19238 main ()
19240 if ((ac__type_new_ *) 0)
19241 return 0;
19242 if (sizeof (ac__type_new_))
19243 return 0;
19245 return 0;
19247 _ACEOF
19248 rm -f conftest.$ac_objext
19249 if { (ac_try="$ac_compile"
19250 case "(($ac_try" in
19251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19252 *) ac_try_echo=$ac_try;;
19253 esac
19254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19255 (eval "$ac_compile") 2>conftest.er1
19256 ac_status=$?
19257 grep -v '^ *+' conftest.er1 >conftest.err
19258 rm -f conftest.er1
19259 cat conftest.err >&5
19260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19261 (exit $ac_status); } && {
19262 test -z "$ac_c_werror_flag" ||
19263 test ! -s conftest.err
19264 } && test -s conftest.$ac_objext; then
19265 ac_cv_type_request_sense=yes
19266 else
19267 echo "$as_me: failed program was:" >&5
19268 sed 's/^/| /' conftest.$ac_ext >&5
19270 ac_cv_type_request_sense=no
19273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19275 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19276 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19277 if test $ac_cv_type_request_sense = yes; then
19279 cat >>confdefs.h <<_ACEOF
19280 #define HAVE_REQUEST_SENSE 1
19281 _ACEOF
19287 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19288 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19289 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19290 echo $ECHO_N "(cached) $ECHO_C" >&6
19291 else
19292 cat >conftest.$ac_ext <<_ACEOF
19293 /* confdefs.h. */
19294 _ACEOF
19295 cat confdefs.h >>conftest.$ac_ext
19296 cat >>conftest.$ac_ext <<_ACEOF
19297 /* end confdefs.h. */
19298 #include <sys/types.h>
19299 #ifdef HAVE_SYS_SOCKET_H
19300 #include <sys/socket.h>
19301 #endif
19302 #ifdef HAVE_SYS_SOCKETVAR_H
19303 #include <sys/socketvar.h>
19304 #endif
19305 #ifdef HAVE_NET_ROUTE_H
19306 #include <net/route.h>
19307 #endif
19308 #ifdef HAVE_NETINET_IN_H
19309 #include <netinet/in.h>
19310 #endif
19311 #ifdef HAVE_NETINET_IN_SYSTM_H
19312 #include <netinet/in_systm.h>
19313 #endif
19314 #ifdef HAVE_NETINET_IP_H
19315 #include <netinet/ip.h>
19316 #endif
19317 #ifdef HAVE_NETINET_IN_PCB_H
19318 #include <netinet/in_pcb.h>
19319 #endif
19321 typedef struct xinpgen ac__type_new_;
19323 main ()
19325 if ((ac__type_new_ *) 0)
19326 return 0;
19327 if (sizeof (ac__type_new_))
19328 return 0;
19330 return 0;
19332 _ACEOF
19333 rm -f conftest.$ac_objext
19334 if { (ac_try="$ac_compile"
19335 case "(($ac_try" in
19336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19337 *) ac_try_echo=$ac_try;;
19338 esac
19339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19340 (eval "$ac_compile") 2>conftest.er1
19341 ac_status=$?
19342 grep -v '^ *+' conftest.er1 >conftest.err
19343 rm -f conftest.er1
19344 cat conftest.err >&5
19345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19346 (exit $ac_status); } && {
19347 test -z "$ac_c_werror_flag" ||
19348 test ! -s conftest.err
19349 } && test -s conftest.$ac_objext; then
19350 ac_cv_type_struct_xinpgen=yes
19351 else
19352 echo "$as_me: failed program was:" >&5
19353 sed 's/^/| /' conftest.$ac_ext >&5
19355 ac_cv_type_struct_xinpgen=no
19358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19360 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19361 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19362 if test $ac_cv_type_struct_xinpgen = yes; then
19364 cat >>confdefs.h <<_ACEOF
19365 #define HAVE_STRUCT_XINPGEN 1
19366 _ACEOF
19372 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19373 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19374 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19375 echo $ECHO_N "(cached) $ECHO_C" >&6
19376 else
19377 cat >conftest.$ac_ext <<_ACEOF
19378 /* confdefs.h. */
19379 _ACEOF
19380 cat confdefs.h >>conftest.$ac_ext
19381 cat >>conftest.$ac_ext <<_ACEOF
19382 /* end confdefs.h. */
19383 #ifdef HAVE_LINUX_INPUT_H
19384 #include <linux/input.h>
19385 #endif
19388 main ()
19390 static struct ff_effect ac_aggr;
19391 if (ac_aggr.direction)
19392 return 0;
19394 return 0;
19396 _ACEOF
19397 rm -f conftest.$ac_objext
19398 if { (ac_try="$ac_compile"
19399 case "(($ac_try" in
19400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19401 *) ac_try_echo=$ac_try;;
19402 esac
19403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19404 (eval "$ac_compile") 2>conftest.er1
19405 ac_status=$?
19406 grep -v '^ *+' conftest.er1 >conftest.err
19407 rm -f conftest.er1
19408 cat conftest.err >&5
19409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19410 (exit $ac_status); } && {
19411 test -z "$ac_c_werror_flag" ||
19412 test ! -s conftest.err
19413 } && test -s conftest.$ac_objext; then
19414 ac_cv_member_struct_ff_effect_direction=yes
19415 else
19416 echo "$as_me: failed program was:" >&5
19417 sed 's/^/| /' conftest.$ac_ext >&5
19419 cat >conftest.$ac_ext <<_ACEOF
19420 /* confdefs.h. */
19421 _ACEOF
19422 cat confdefs.h >>conftest.$ac_ext
19423 cat >>conftest.$ac_ext <<_ACEOF
19424 /* end confdefs.h. */
19425 #ifdef HAVE_LINUX_INPUT_H
19426 #include <linux/input.h>
19427 #endif
19430 main ()
19432 static struct ff_effect ac_aggr;
19433 if (sizeof ac_aggr.direction)
19434 return 0;
19436 return 0;
19438 _ACEOF
19439 rm -f conftest.$ac_objext
19440 if { (ac_try="$ac_compile"
19441 case "(($ac_try" in
19442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19443 *) ac_try_echo=$ac_try;;
19444 esac
19445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19446 (eval "$ac_compile") 2>conftest.er1
19447 ac_status=$?
19448 grep -v '^ *+' conftest.er1 >conftest.err
19449 rm -f conftest.er1
19450 cat conftest.err >&5
19451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19452 (exit $ac_status); } && {
19453 test -z "$ac_c_werror_flag" ||
19454 test ! -s conftest.err
19455 } && test -s conftest.$ac_objext; then
19456 ac_cv_member_struct_ff_effect_direction=yes
19457 else
19458 echo "$as_me: failed program was:" >&5
19459 sed 's/^/| /' conftest.$ac_ext >&5
19461 ac_cv_member_struct_ff_effect_direction=no
19464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19469 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19470 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19471 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19473 cat >>confdefs.h <<_ACEOF
19474 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19475 _ACEOF
19481 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19482 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19483 if test "${wine_cv_have_sigaddset+set}" = set; then
19484 echo $ECHO_N "(cached) $ECHO_C" >&6
19485 else
19486 cat >conftest.$ac_ext <<_ACEOF
19487 /* confdefs.h. */
19488 _ACEOF
19489 cat confdefs.h >>conftest.$ac_ext
19490 cat >>conftest.$ac_ext <<_ACEOF
19491 /* end confdefs.h. */
19492 #include <signal.h>
19494 main ()
19496 sigset_t set; sigaddset(&set,SIGTERM);
19498 return 0;
19500 _ACEOF
19501 rm -f conftest.$ac_objext conftest$ac_exeext
19502 if { (ac_try="$ac_link"
19503 case "(($ac_try" in
19504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19505 *) ac_try_echo=$ac_try;;
19506 esac
19507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19508 (eval "$ac_link") 2>conftest.er1
19509 ac_status=$?
19510 grep -v '^ *+' conftest.er1 >conftest.err
19511 rm -f conftest.er1
19512 cat conftest.err >&5
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); } && {
19515 test -z "$ac_c_werror_flag" ||
19516 test ! -s conftest.err
19517 } && test -s conftest$ac_exeext &&
19518 $as_test_x conftest$ac_exeext; then
19519 wine_cv_have_sigaddset=yes
19520 else
19521 echo "$as_me: failed program was:" >&5
19522 sed 's/^/| /' conftest.$ac_ext >&5
19524 wine_cv_have_sigaddset=no
19527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19528 conftest$ac_exeext conftest.$ac_ext
19530 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19531 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19532 if test "$wine_cv_have_sigaddset" = "yes"
19533 then
19535 cat >>confdefs.h <<\_ACEOF
19536 #define HAVE_SIGADDSET 1
19537 _ACEOF
19542 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19543 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19544 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19545 echo $ECHO_N "(cached) $ECHO_C" >&6
19546 else
19547 cat >conftest.$ac_ext <<_ACEOF
19548 /* confdefs.h. */
19549 _ACEOF
19550 cat confdefs.h >>conftest.$ac_ext
19551 cat >>conftest.$ac_ext <<_ACEOF
19552 /* end confdefs.h. */
19553 #include <netdb.h>
19555 main ()
19558 char *name=0;
19559 struct hostent he;
19560 struct hostent *result;
19561 char *buf=0;
19562 int bufsize=0;
19563 int res,errnr;
19564 char *addr=0;
19565 int addrlen=0;
19566 int addrtype=0;
19567 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19568 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19571 return 0;
19573 _ACEOF
19574 rm -f conftest.$ac_objext conftest$ac_exeext
19575 if { (ac_try="$ac_link"
19576 case "(($ac_try" in
19577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19578 *) ac_try_echo=$ac_try;;
19579 esac
19580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19581 (eval "$ac_link") 2>conftest.er1
19582 ac_status=$?
19583 grep -v '^ *+' conftest.er1 >conftest.err
19584 rm -f conftest.er1
19585 cat conftest.err >&5
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); } && {
19588 test -z "$ac_c_werror_flag" ||
19589 test ! -s conftest.err
19590 } && test -s conftest$ac_exeext &&
19591 $as_test_x conftest$ac_exeext; then
19592 wine_cv_linux_gethostbyname_r_6=yes
19593 else
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19597 wine_cv_linux_gethostbyname_r_6=no
19601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19602 conftest$ac_exeext conftest.$ac_ext
19605 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19606 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19607 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19608 then
19610 cat >>confdefs.h <<\_ACEOF
19611 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19612 _ACEOF
19616 if test "$ac_cv_header_linux_joystick_h" = "yes"
19617 then
19618 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19619 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19620 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19621 echo $ECHO_N "(cached) $ECHO_C" >&6
19622 else
19623 cat >conftest.$ac_ext <<_ACEOF
19624 /* confdefs.h. */
19625 _ACEOF
19626 cat confdefs.h >>conftest.$ac_ext
19627 cat >>conftest.$ac_ext <<_ACEOF
19628 /* end confdefs.h. */
19630 #include <sys/ioctl.h>
19631 #include <sys/types.h>
19632 #include <linux/joystick.h>
19634 struct js_event blub;
19635 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19636 #error "no 2.2 header"
19637 #endif
19640 main ()
19642 /*empty*/
19644 return 0;
19646 _ACEOF
19647 rm -f conftest.$ac_objext
19648 if { (ac_try="$ac_compile"
19649 case "(($ac_try" in
19650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651 *) ac_try_echo=$ac_try;;
19652 esac
19653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19654 (eval "$ac_compile") 2>conftest.er1
19655 ac_status=$?
19656 grep -v '^ *+' conftest.er1 >conftest.err
19657 rm -f conftest.er1
19658 cat conftest.err >&5
19659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660 (exit $ac_status); } && {
19661 test -z "$ac_c_werror_flag" ||
19662 test ! -s conftest.err
19663 } && test -s conftest.$ac_objext; then
19664 wine_cv_linux_joystick_22_api=yes
19665 else
19666 echo "$as_me: failed program was:" >&5
19667 sed 's/^/| /' conftest.$ac_ext >&5
19669 wine_cv_linux_joystick_22_api=no
19672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19675 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19676 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19677 if test "$wine_cv_linux_joystick_22_api" = "yes"
19678 then
19680 cat >>confdefs.h <<\_ACEOF
19681 #define HAVE_LINUX_22_JOYSTICK_API 1
19682 _ACEOF
19688 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19689 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19690 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19691 echo $ECHO_N "(cached) $ECHO_C" >&6
19692 else
19693 cat >conftest.$ac_ext <<_ACEOF
19694 /* confdefs.h. */
19695 _ACEOF
19696 cat confdefs.h >>conftest.$ac_ext
19697 cat >>conftest.$ac_ext <<_ACEOF
19698 /* end confdefs.h. */
19699 #include <sys/types.h>
19700 #ifdef HAVE_SYS_PARAM_H
19701 # include <sys/param.h>
19702 #endif
19703 #ifdef HAVE_SYS_MOUNT_H
19704 # include <sys/mount.h>
19705 #endif
19706 #ifdef HAVE_SYS_VFS_H
19707 # include <sys/vfs.h>
19708 #endif
19709 #ifdef HAVE_SYS_STATFS_H
19710 # include <sys/statfs.h>
19711 #endif
19714 main ()
19716 static struct statfs ac_aggr;
19717 if (ac_aggr.f_bfree)
19718 return 0;
19720 return 0;
19722 _ACEOF
19723 rm -f conftest.$ac_objext
19724 if { (ac_try="$ac_compile"
19725 case "(($ac_try" in
19726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19727 *) ac_try_echo=$ac_try;;
19728 esac
19729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19730 (eval "$ac_compile") 2>conftest.er1
19731 ac_status=$?
19732 grep -v '^ *+' conftest.er1 >conftest.err
19733 rm -f conftest.er1
19734 cat conftest.err >&5
19735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19736 (exit $ac_status); } && {
19737 test -z "$ac_c_werror_flag" ||
19738 test ! -s conftest.err
19739 } && test -s conftest.$ac_objext; then
19740 ac_cv_member_struct_statfs_f_bfree=yes
19741 else
19742 echo "$as_me: failed program was:" >&5
19743 sed 's/^/| /' conftest.$ac_ext >&5
19745 cat >conftest.$ac_ext <<_ACEOF
19746 /* confdefs.h. */
19747 _ACEOF
19748 cat confdefs.h >>conftest.$ac_ext
19749 cat >>conftest.$ac_ext <<_ACEOF
19750 /* end confdefs.h. */
19751 #include <sys/types.h>
19752 #ifdef HAVE_SYS_PARAM_H
19753 # include <sys/param.h>
19754 #endif
19755 #ifdef HAVE_SYS_MOUNT_H
19756 # include <sys/mount.h>
19757 #endif
19758 #ifdef HAVE_SYS_VFS_H
19759 # include <sys/vfs.h>
19760 #endif
19761 #ifdef HAVE_SYS_STATFS_H
19762 # include <sys/statfs.h>
19763 #endif
19766 main ()
19768 static struct statfs ac_aggr;
19769 if (sizeof ac_aggr.f_bfree)
19770 return 0;
19772 return 0;
19774 _ACEOF
19775 rm -f conftest.$ac_objext
19776 if { (ac_try="$ac_compile"
19777 case "(($ac_try" in
19778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19779 *) ac_try_echo=$ac_try;;
19780 esac
19781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19782 (eval "$ac_compile") 2>conftest.er1
19783 ac_status=$?
19784 grep -v '^ *+' conftest.er1 >conftest.err
19785 rm -f conftest.er1
19786 cat conftest.err >&5
19787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19788 (exit $ac_status); } && {
19789 test -z "$ac_c_werror_flag" ||
19790 test ! -s conftest.err
19791 } && test -s conftest.$ac_objext; then
19792 ac_cv_member_struct_statfs_f_bfree=yes
19793 else
19794 echo "$as_me: failed program was:" >&5
19795 sed 's/^/| /' conftest.$ac_ext >&5
19797 ac_cv_member_struct_statfs_f_bfree=no
19800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19806 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19807 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19809 cat >>confdefs.h <<_ACEOF
19810 #define HAVE_STRUCT_STATFS_F_BFREE 1
19811 _ACEOF
19815 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19816 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19817 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19818 echo $ECHO_N "(cached) $ECHO_C" >&6
19819 else
19820 cat >conftest.$ac_ext <<_ACEOF
19821 /* confdefs.h. */
19822 _ACEOF
19823 cat confdefs.h >>conftest.$ac_ext
19824 cat >>conftest.$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19826 #include <sys/types.h>
19827 #ifdef HAVE_SYS_PARAM_H
19828 # include <sys/param.h>
19829 #endif
19830 #ifdef HAVE_SYS_MOUNT_H
19831 # include <sys/mount.h>
19832 #endif
19833 #ifdef HAVE_SYS_VFS_H
19834 # include <sys/vfs.h>
19835 #endif
19836 #ifdef HAVE_SYS_STATFS_H
19837 # include <sys/statfs.h>
19838 #endif
19841 main ()
19843 static struct statfs ac_aggr;
19844 if (ac_aggr.f_bavail)
19845 return 0;
19847 return 0;
19849 _ACEOF
19850 rm -f conftest.$ac_objext
19851 if { (ac_try="$ac_compile"
19852 case "(($ac_try" in
19853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19854 *) ac_try_echo=$ac_try;;
19855 esac
19856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19857 (eval "$ac_compile") 2>conftest.er1
19858 ac_status=$?
19859 grep -v '^ *+' conftest.er1 >conftest.err
19860 rm -f conftest.er1
19861 cat conftest.err >&5
19862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19863 (exit $ac_status); } && {
19864 test -z "$ac_c_werror_flag" ||
19865 test ! -s conftest.err
19866 } && test -s conftest.$ac_objext; then
19867 ac_cv_member_struct_statfs_f_bavail=yes
19868 else
19869 echo "$as_me: failed program was:" >&5
19870 sed 's/^/| /' conftest.$ac_ext >&5
19872 cat >conftest.$ac_ext <<_ACEOF
19873 /* confdefs.h. */
19874 _ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h. */
19878 #include <sys/types.h>
19879 #ifdef HAVE_SYS_PARAM_H
19880 # include <sys/param.h>
19881 #endif
19882 #ifdef HAVE_SYS_MOUNT_H
19883 # include <sys/mount.h>
19884 #endif
19885 #ifdef HAVE_SYS_VFS_H
19886 # include <sys/vfs.h>
19887 #endif
19888 #ifdef HAVE_SYS_STATFS_H
19889 # include <sys/statfs.h>
19890 #endif
19893 main ()
19895 static struct statfs ac_aggr;
19896 if (sizeof ac_aggr.f_bavail)
19897 return 0;
19899 return 0;
19901 _ACEOF
19902 rm -f conftest.$ac_objext
19903 if { (ac_try="$ac_compile"
19904 case "(($ac_try" in
19905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19906 *) ac_try_echo=$ac_try;;
19907 esac
19908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19909 (eval "$ac_compile") 2>conftest.er1
19910 ac_status=$?
19911 grep -v '^ *+' conftest.er1 >conftest.err
19912 rm -f conftest.er1
19913 cat conftest.err >&5
19914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915 (exit $ac_status); } && {
19916 test -z "$ac_c_werror_flag" ||
19917 test ! -s conftest.err
19918 } && test -s conftest.$ac_objext; then
19919 ac_cv_member_struct_statfs_f_bavail=yes
19920 else
19921 echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19924 ac_cv_member_struct_statfs_f_bavail=no
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19932 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19933 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19934 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19936 cat >>confdefs.h <<_ACEOF
19937 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19938 _ACEOF
19942 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19943 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19944 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19945 echo $ECHO_N "(cached) $ECHO_C" >&6
19946 else
19947 cat >conftest.$ac_ext <<_ACEOF
19948 /* confdefs.h. */
19949 _ACEOF
19950 cat confdefs.h >>conftest.$ac_ext
19951 cat >>conftest.$ac_ext <<_ACEOF
19952 /* end confdefs.h. */
19953 #include <sys/types.h>
19954 #ifdef HAVE_SYS_PARAM_H
19955 # include <sys/param.h>
19956 #endif
19957 #ifdef HAVE_SYS_MOUNT_H
19958 # include <sys/mount.h>
19959 #endif
19960 #ifdef HAVE_SYS_VFS_H
19961 # include <sys/vfs.h>
19962 #endif
19963 #ifdef HAVE_SYS_STATFS_H
19964 # include <sys/statfs.h>
19965 #endif
19968 main ()
19970 static struct statfs ac_aggr;
19971 if (ac_aggr.f_frsize)
19972 return 0;
19974 return 0;
19976 _ACEOF
19977 rm -f conftest.$ac_objext
19978 if { (ac_try="$ac_compile"
19979 case "(($ac_try" in
19980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19981 *) ac_try_echo=$ac_try;;
19982 esac
19983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19984 (eval "$ac_compile") 2>conftest.er1
19985 ac_status=$?
19986 grep -v '^ *+' conftest.er1 >conftest.err
19987 rm -f conftest.er1
19988 cat conftest.err >&5
19989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19990 (exit $ac_status); } && {
19991 test -z "$ac_c_werror_flag" ||
19992 test ! -s conftest.err
19993 } && test -s conftest.$ac_objext; then
19994 ac_cv_member_struct_statfs_f_frsize=yes
19995 else
19996 echo "$as_me: failed program was:" >&5
19997 sed 's/^/| /' conftest.$ac_ext >&5
19999 cat >conftest.$ac_ext <<_ACEOF
20000 /* confdefs.h. */
20001 _ACEOF
20002 cat confdefs.h >>conftest.$ac_ext
20003 cat >>conftest.$ac_ext <<_ACEOF
20004 /* end confdefs.h. */
20005 #include <sys/types.h>
20006 #ifdef HAVE_SYS_PARAM_H
20007 # include <sys/param.h>
20008 #endif
20009 #ifdef HAVE_SYS_MOUNT_H
20010 # include <sys/mount.h>
20011 #endif
20012 #ifdef HAVE_SYS_VFS_H
20013 # include <sys/vfs.h>
20014 #endif
20015 #ifdef HAVE_SYS_STATFS_H
20016 # include <sys/statfs.h>
20017 #endif
20020 main ()
20022 static struct statfs ac_aggr;
20023 if (sizeof ac_aggr.f_frsize)
20024 return 0;
20026 return 0;
20028 _ACEOF
20029 rm -f conftest.$ac_objext
20030 if { (ac_try="$ac_compile"
20031 case "(($ac_try" in
20032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20033 *) ac_try_echo=$ac_try;;
20034 esac
20035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20036 (eval "$ac_compile") 2>conftest.er1
20037 ac_status=$?
20038 grep -v '^ *+' conftest.er1 >conftest.err
20039 rm -f conftest.er1
20040 cat conftest.err >&5
20041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20042 (exit $ac_status); } && {
20043 test -z "$ac_c_werror_flag" ||
20044 test ! -s conftest.err
20045 } && test -s conftest.$ac_objext; then
20046 ac_cv_member_struct_statfs_f_frsize=yes
20047 else
20048 echo "$as_me: failed program was:" >&5
20049 sed 's/^/| /' conftest.$ac_ext >&5
20051 ac_cv_member_struct_statfs_f_frsize=no
20054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20059 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20060 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20061 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20063 cat >>confdefs.h <<_ACEOF
20064 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20065 _ACEOF
20069 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20070 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20071 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20072 echo $ECHO_N "(cached) $ECHO_C" >&6
20073 else
20074 cat >conftest.$ac_ext <<_ACEOF
20075 /* confdefs.h. */
20076 _ACEOF
20077 cat confdefs.h >>conftest.$ac_ext
20078 cat >>conftest.$ac_ext <<_ACEOF
20079 /* end confdefs.h. */
20080 #include <sys/types.h>
20081 #ifdef HAVE_SYS_PARAM_H
20082 # include <sys/param.h>
20083 #endif
20084 #ifdef HAVE_SYS_MOUNT_H
20085 # include <sys/mount.h>
20086 #endif
20087 #ifdef HAVE_SYS_VFS_H
20088 # include <sys/vfs.h>
20089 #endif
20090 #ifdef HAVE_SYS_STATFS_H
20091 # include <sys/statfs.h>
20092 #endif
20095 main ()
20097 static struct statfs ac_aggr;
20098 if (ac_aggr.f_ffree)
20099 return 0;
20101 return 0;
20103 _ACEOF
20104 rm -f conftest.$ac_objext
20105 if { (ac_try="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_compile") 2>conftest.er1
20112 ac_status=$?
20113 grep -v '^ *+' conftest.er1 >conftest.err
20114 rm -f conftest.er1
20115 cat conftest.err >&5
20116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20117 (exit $ac_status); } && {
20118 test -z "$ac_c_werror_flag" ||
20119 test ! -s conftest.err
20120 } && test -s conftest.$ac_objext; then
20121 ac_cv_member_struct_statfs_f_ffree=yes
20122 else
20123 echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20126 cat >conftest.$ac_ext <<_ACEOF
20127 /* confdefs.h. */
20128 _ACEOF
20129 cat confdefs.h >>conftest.$ac_ext
20130 cat >>conftest.$ac_ext <<_ACEOF
20131 /* end confdefs.h. */
20132 #include <sys/types.h>
20133 #ifdef HAVE_SYS_PARAM_H
20134 # include <sys/param.h>
20135 #endif
20136 #ifdef HAVE_SYS_MOUNT_H
20137 # include <sys/mount.h>
20138 #endif
20139 #ifdef HAVE_SYS_VFS_H
20140 # include <sys/vfs.h>
20141 #endif
20142 #ifdef HAVE_SYS_STATFS_H
20143 # include <sys/statfs.h>
20144 #endif
20147 main ()
20149 static struct statfs ac_aggr;
20150 if (sizeof ac_aggr.f_ffree)
20151 return 0;
20153 return 0;
20155 _ACEOF
20156 rm -f conftest.$ac_objext
20157 if { (ac_try="$ac_compile"
20158 case "(($ac_try" in
20159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20160 *) ac_try_echo=$ac_try;;
20161 esac
20162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20163 (eval "$ac_compile") 2>conftest.er1
20164 ac_status=$?
20165 grep -v '^ *+' conftest.er1 >conftest.err
20166 rm -f conftest.er1
20167 cat conftest.err >&5
20168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20169 (exit $ac_status); } && {
20170 test -z "$ac_c_werror_flag" ||
20171 test ! -s conftest.err
20172 } && test -s conftest.$ac_objext; then
20173 ac_cv_member_struct_statfs_f_ffree=yes
20174 else
20175 echo "$as_me: failed program was:" >&5
20176 sed 's/^/| /' conftest.$ac_ext >&5
20178 ac_cv_member_struct_statfs_f_ffree=no
20181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20186 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20187 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20188 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20190 cat >>confdefs.h <<_ACEOF
20191 #define HAVE_STRUCT_STATFS_F_FFREE 1
20192 _ACEOF
20196 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20197 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20198 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20199 echo $ECHO_N "(cached) $ECHO_C" >&6
20200 else
20201 cat >conftest.$ac_ext <<_ACEOF
20202 /* confdefs.h. */
20203 _ACEOF
20204 cat confdefs.h >>conftest.$ac_ext
20205 cat >>conftest.$ac_ext <<_ACEOF
20206 /* end confdefs.h. */
20207 #include <sys/types.h>
20208 #ifdef HAVE_SYS_PARAM_H
20209 # include <sys/param.h>
20210 #endif
20211 #ifdef HAVE_SYS_MOUNT_H
20212 # include <sys/mount.h>
20213 #endif
20214 #ifdef HAVE_SYS_VFS_H
20215 # include <sys/vfs.h>
20216 #endif
20217 #ifdef HAVE_SYS_STATFS_H
20218 # include <sys/statfs.h>
20219 #endif
20222 main ()
20224 static struct statfs ac_aggr;
20225 if (ac_aggr.f_favail)
20226 return 0;
20228 return 0;
20230 _ACEOF
20231 rm -f conftest.$ac_objext
20232 if { (ac_try="$ac_compile"
20233 case "(($ac_try" in
20234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20235 *) ac_try_echo=$ac_try;;
20236 esac
20237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20238 (eval "$ac_compile") 2>conftest.er1
20239 ac_status=$?
20240 grep -v '^ *+' conftest.er1 >conftest.err
20241 rm -f conftest.er1
20242 cat conftest.err >&5
20243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20244 (exit $ac_status); } && {
20245 test -z "$ac_c_werror_flag" ||
20246 test ! -s conftest.err
20247 } && test -s conftest.$ac_objext; then
20248 ac_cv_member_struct_statfs_f_favail=yes
20249 else
20250 echo "$as_me: failed program was:" >&5
20251 sed 's/^/| /' conftest.$ac_ext >&5
20253 cat >conftest.$ac_ext <<_ACEOF
20254 /* confdefs.h. */
20255 _ACEOF
20256 cat confdefs.h >>conftest.$ac_ext
20257 cat >>conftest.$ac_ext <<_ACEOF
20258 /* end confdefs.h. */
20259 #include <sys/types.h>
20260 #ifdef HAVE_SYS_PARAM_H
20261 # include <sys/param.h>
20262 #endif
20263 #ifdef HAVE_SYS_MOUNT_H
20264 # include <sys/mount.h>
20265 #endif
20266 #ifdef HAVE_SYS_VFS_H
20267 # include <sys/vfs.h>
20268 #endif
20269 #ifdef HAVE_SYS_STATFS_H
20270 # include <sys/statfs.h>
20271 #endif
20274 main ()
20276 static struct statfs ac_aggr;
20277 if (sizeof ac_aggr.f_favail)
20278 return 0;
20280 return 0;
20282 _ACEOF
20283 rm -f conftest.$ac_objext
20284 if { (ac_try="$ac_compile"
20285 case "(($ac_try" in
20286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20287 *) ac_try_echo=$ac_try;;
20288 esac
20289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20290 (eval "$ac_compile") 2>conftest.er1
20291 ac_status=$?
20292 grep -v '^ *+' conftest.er1 >conftest.err
20293 rm -f conftest.er1
20294 cat conftest.err >&5
20295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20296 (exit $ac_status); } && {
20297 test -z "$ac_c_werror_flag" ||
20298 test ! -s conftest.err
20299 } && test -s conftest.$ac_objext; then
20300 ac_cv_member_struct_statfs_f_favail=yes
20301 else
20302 echo "$as_me: failed program was:" >&5
20303 sed 's/^/| /' conftest.$ac_ext >&5
20305 ac_cv_member_struct_statfs_f_favail=no
20308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20313 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20314 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20315 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20317 cat >>confdefs.h <<_ACEOF
20318 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20319 _ACEOF
20323 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20324 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20325 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20326 echo $ECHO_N "(cached) $ECHO_C" >&6
20327 else
20328 cat >conftest.$ac_ext <<_ACEOF
20329 /* confdefs.h. */
20330 _ACEOF
20331 cat confdefs.h >>conftest.$ac_ext
20332 cat >>conftest.$ac_ext <<_ACEOF
20333 /* end confdefs.h. */
20334 #include <sys/types.h>
20335 #ifdef HAVE_SYS_PARAM_H
20336 # include <sys/param.h>
20337 #endif
20338 #ifdef HAVE_SYS_MOUNT_H
20339 # include <sys/mount.h>
20340 #endif
20341 #ifdef HAVE_SYS_VFS_H
20342 # include <sys/vfs.h>
20343 #endif
20344 #ifdef HAVE_SYS_STATFS_H
20345 # include <sys/statfs.h>
20346 #endif
20349 main ()
20351 static struct statfs ac_aggr;
20352 if (ac_aggr.f_namelen)
20353 return 0;
20355 return 0;
20357 _ACEOF
20358 rm -f conftest.$ac_objext
20359 if { (ac_try="$ac_compile"
20360 case "(($ac_try" in
20361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20362 *) ac_try_echo=$ac_try;;
20363 esac
20364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20365 (eval "$ac_compile") 2>conftest.er1
20366 ac_status=$?
20367 grep -v '^ *+' conftest.er1 >conftest.err
20368 rm -f conftest.er1
20369 cat conftest.err >&5
20370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20371 (exit $ac_status); } && {
20372 test -z "$ac_c_werror_flag" ||
20373 test ! -s conftest.err
20374 } && test -s conftest.$ac_objext; then
20375 ac_cv_member_struct_statfs_f_namelen=yes
20376 else
20377 echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5
20380 cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h. */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h. */
20386 #include <sys/types.h>
20387 #ifdef HAVE_SYS_PARAM_H
20388 # include <sys/param.h>
20389 #endif
20390 #ifdef HAVE_SYS_MOUNT_H
20391 # include <sys/mount.h>
20392 #endif
20393 #ifdef HAVE_SYS_VFS_H
20394 # include <sys/vfs.h>
20395 #endif
20396 #ifdef HAVE_SYS_STATFS_H
20397 # include <sys/statfs.h>
20398 #endif
20401 main ()
20403 static struct statfs ac_aggr;
20404 if (sizeof ac_aggr.f_namelen)
20405 return 0;
20407 return 0;
20409 _ACEOF
20410 rm -f conftest.$ac_objext
20411 if { (ac_try="$ac_compile"
20412 case "(($ac_try" in
20413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20414 *) ac_try_echo=$ac_try;;
20415 esac
20416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20417 (eval "$ac_compile") 2>conftest.er1
20418 ac_status=$?
20419 grep -v '^ *+' conftest.er1 >conftest.err
20420 rm -f conftest.er1
20421 cat conftest.err >&5
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); } && {
20424 test -z "$ac_c_werror_flag" ||
20425 test ! -s conftest.err
20426 } && test -s conftest.$ac_objext; then
20427 ac_cv_member_struct_statfs_f_namelen=yes
20428 else
20429 echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.$ac_ext >&5
20432 ac_cv_member_struct_statfs_f_namelen=no
20435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20440 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20441 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20442 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20444 cat >>confdefs.h <<_ACEOF
20445 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20446 _ACEOF
20452 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20453 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20454 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20455 echo $ECHO_N "(cached) $ECHO_C" >&6
20456 else
20457 cat >conftest.$ac_ext <<_ACEOF
20458 /* confdefs.h. */
20459 _ACEOF
20460 cat confdefs.h >>conftest.$ac_ext
20461 cat >>conftest.$ac_ext <<_ACEOF
20462 /* end confdefs.h. */
20463 #ifdef HAVE_SYS_STATVFS_H
20464 #include <sys/statvfs.h>
20465 #endif
20468 main ()
20470 static struct statvfs ac_aggr;
20471 if (ac_aggr.f_blocks)
20472 return 0;
20474 return 0;
20476 _ACEOF
20477 rm -f conftest.$ac_objext
20478 if { (ac_try="$ac_compile"
20479 case "(($ac_try" in
20480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20481 *) ac_try_echo=$ac_try;;
20482 esac
20483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20484 (eval "$ac_compile") 2>conftest.er1
20485 ac_status=$?
20486 grep -v '^ *+' conftest.er1 >conftest.err
20487 rm -f conftest.er1
20488 cat conftest.err >&5
20489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20490 (exit $ac_status); } && {
20491 test -z "$ac_c_werror_flag" ||
20492 test ! -s conftest.err
20493 } && test -s conftest.$ac_objext; then
20494 ac_cv_member_struct_statvfs_f_blocks=yes
20495 else
20496 echo "$as_me: failed program was:" >&5
20497 sed 's/^/| /' conftest.$ac_ext >&5
20499 cat >conftest.$ac_ext <<_ACEOF
20500 /* confdefs.h. */
20501 _ACEOF
20502 cat confdefs.h >>conftest.$ac_ext
20503 cat >>conftest.$ac_ext <<_ACEOF
20504 /* end confdefs.h. */
20505 #ifdef HAVE_SYS_STATVFS_H
20506 #include <sys/statvfs.h>
20507 #endif
20510 main ()
20512 static struct statvfs ac_aggr;
20513 if (sizeof ac_aggr.f_blocks)
20514 return 0;
20516 return 0;
20518 _ACEOF
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523 *) ac_try_echo=$ac_try;;
20524 esac
20525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526 (eval "$ac_compile") 2>conftest.er1
20527 ac_status=$?
20528 grep -v '^ *+' conftest.er1 >conftest.err
20529 rm -f conftest.er1
20530 cat conftest.err >&5
20531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest.$ac_objext; then
20536 ac_cv_member_struct_statvfs_f_blocks=yes
20537 else
20538 echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20541 ac_cv_member_struct_statvfs_f_blocks=no
20544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20549 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20550 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20551 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20553 cat >>confdefs.h <<_ACEOF
20554 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20555 _ACEOF
20561 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20562 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20563 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20564 echo $ECHO_N "(cached) $ECHO_C" >&6
20565 else
20566 cat >conftest.$ac_ext <<_ACEOF
20567 /* confdefs.h. */
20568 _ACEOF
20569 cat confdefs.h >>conftest.$ac_ext
20570 cat >>conftest.$ac_ext <<_ACEOF
20571 /* end confdefs.h. */
20572 #include <sys/types.h>
20573 #ifdef HAVE_SYS_SOCKET_H
20574 # include <sys/socket.h>
20575 #endif
20576 #ifdef HAVE_SYS_UN_H
20577 # include <sys/un.h>
20578 #endif
20581 main ()
20583 static struct msghdr ac_aggr;
20584 if (ac_aggr.msg_accrights)
20585 return 0;
20587 return 0;
20589 _ACEOF
20590 rm -f conftest.$ac_objext
20591 if { (ac_try="$ac_compile"
20592 case "(($ac_try" in
20593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20594 *) ac_try_echo=$ac_try;;
20595 esac
20596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20597 (eval "$ac_compile") 2>conftest.er1
20598 ac_status=$?
20599 grep -v '^ *+' conftest.er1 >conftest.err
20600 rm -f conftest.er1
20601 cat conftest.err >&5
20602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20603 (exit $ac_status); } && {
20604 test -z "$ac_c_werror_flag" ||
20605 test ! -s conftest.err
20606 } && test -s conftest.$ac_objext; then
20607 ac_cv_member_struct_msghdr_msg_accrights=yes
20608 else
20609 echo "$as_me: failed program was:" >&5
20610 sed 's/^/| /' conftest.$ac_ext >&5
20612 cat >conftest.$ac_ext <<_ACEOF
20613 /* confdefs.h. */
20614 _ACEOF
20615 cat confdefs.h >>conftest.$ac_ext
20616 cat >>conftest.$ac_ext <<_ACEOF
20617 /* end confdefs.h. */
20618 #include <sys/types.h>
20619 #ifdef HAVE_SYS_SOCKET_H
20620 # include <sys/socket.h>
20621 #endif
20622 #ifdef HAVE_SYS_UN_H
20623 # include <sys/un.h>
20624 #endif
20627 main ()
20629 static struct msghdr ac_aggr;
20630 if (sizeof ac_aggr.msg_accrights)
20631 return 0;
20633 return 0;
20635 _ACEOF
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20640 *) ac_try_echo=$ac_try;;
20641 esac
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20644 ac_status=$?
20645 grep -v '^ *+' conftest.er1 >conftest.err
20646 rm -f conftest.er1
20647 cat conftest.err >&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.$ac_objext; then
20653 ac_cv_member_struct_msghdr_msg_accrights=yes
20654 else
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.$ac_ext >&5
20658 ac_cv_member_struct_msghdr_msg_accrights=no
20661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20666 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20667 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20668 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20670 cat >>confdefs.h <<_ACEOF
20671 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20672 _ACEOF
20676 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20677 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20678 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20679 echo $ECHO_N "(cached) $ECHO_C" >&6
20680 else
20681 cat >conftest.$ac_ext <<_ACEOF
20682 /* confdefs.h. */
20683 _ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h. */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SYS_SOCKET_H
20689 # include <sys/socket.h>
20690 #endif
20691 #ifdef HAVE_SYS_UN_H
20692 # include <sys/un.h>
20693 #endif
20696 main ()
20698 static struct sockaddr ac_aggr;
20699 if (ac_aggr.sa_len)
20700 return 0;
20702 return 0;
20704 _ACEOF
20705 rm -f conftest.$ac_objext
20706 if { (ac_try="$ac_compile"
20707 case "(($ac_try" in
20708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20709 *) ac_try_echo=$ac_try;;
20710 esac
20711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20712 (eval "$ac_compile") 2>conftest.er1
20713 ac_status=$?
20714 grep -v '^ *+' conftest.er1 >conftest.err
20715 rm -f conftest.er1
20716 cat conftest.err >&5
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); } && {
20719 test -z "$ac_c_werror_flag" ||
20720 test ! -s conftest.err
20721 } && test -s conftest.$ac_objext; then
20722 ac_cv_member_struct_sockaddr_sa_len=yes
20723 else
20724 echo "$as_me: failed program was:" >&5
20725 sed 's/^/| /' conftest.$ac_ext >&5
20727 cat >conftest.$ac_ext <<_ACEOF
20728 /* confdefs.h. */
20729 _ACEOF
20730 cat confdefs.h >>conftest.$ac_ext
20731 cat >>conftest.$ac_ext <<_ACEOF
20732 /* end confdefs.h. */
20733 #include <sys/types.h>
20734 #ifdef HAVE_SYS_SOCKET_H
20735 # include <sys/socket.h>
20736 #endif
20737 #ifdef HAVE_SYS_UN_H
20738 # include <sys/un.h>
20739 #endif
20742 main ()
20744 static struct sockaddr ac_aggr;
20745 if (sizeof ac_aggr.sa_len)
20746 return 0;
20748 return 0;
20750 _ACEOF
20751 rm -f conftest.$ac_objext
20752 if { (ac_try="$ac_compile"
20753 case "(($ac_try" in
20754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20755 *) ac_try_echo=$ac_try;;
20756 esac
20757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20758 (eval "$ac_compile") 2>conftest.er1
20759 ac_status=$?
20760 grep -v '^ *+' conftest.er1 >conftest.err
20761 rm -f conftest.er1
20762 cat conftest.err >&5
20763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20764 (exit $ac_status); } && {
20765 test -z "$ac_c_werror_flag" ||
20766 test ! -s conftest.err
20767 } && test -s conftest.$ac_objext; then
20768 ac_cv_member_struct_sockaddr_sa_len=yes
20769 else
20770 echo "$as_me: failed program was:" >&5
20771 sed 's/^/| /' conftest.$ac_ext >&5
20773 ac_cv_member_struct_sockaddr_sa_len=no
20776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20781 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20782 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20783 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20785 cat >>confdefs.h <<_ACEOF
20786 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20787 _ACEOF
20791 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20792 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20793 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20794 echo $ECHO_N "(cached) $ECHO_C" >&6
20795 else
20796 cat >conftest.$ac_ext <<_ACEOF
20797 /* confdefs.h. */
20798 _ACEOF
20799 cat confdefs.h >>conftest.$ac_ext
20800 cat >>conftest.$ac_ext <<_ACEOF
20801 /* end confdefs.h. */
20802 #include <sys/types.h>
20803 #ifdef HAVE_SYS_SOCKET_H
20804 # include <sys/socket.h>
20805 #endif
20806 #ifdef HAVE_SYS_UN_H
20807 # include <sys/un.h>
20808 #endif
20811 main ()
20813 static struct sockaddr_un ac_aggr;
20814 if (ac_aggr.sun_len)
20815 return 0;
20817 return 0;
20819 _ACEOF
20820 rm -f conftest.$ac_objext
20821 if { (ac_try="$ac_compile"
20822 case "(($ac_try" in
20823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20824 *) ac_try_echo=$ac_try;;
20825 esac
20826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20827 (eval "$ac_compile") 2>conftest.er1
20828 ac_status=$?
20829 grep -v '^ *+' conftest.er1 >conftest.err
20830 rm -f conftest.er1
20831 cat conftest.err >&5
20832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20833 (exit $ac_status); } && {
20834 test -z "$ac_c_werror_flag" ||
20835 test ! -s conftest.err
20836 } && test -s conftest.$ac_objext; then
20837 ac_cv_member_struct_sockaddr_un_sun_len=yes
20838 else
20839 echo "$as_me: failed program was:" >&5
20840 sed 's/^/| /' conftest.$ac_ext >&5
20842 cat >conftest.$ac_ext <<_ACEOF
20843 /* confdefs.h. */
20844 _ACEOF
20845 cat confdefs.h >>conftest.$ac_ext
20846 cat >>conftest.$ac_ext <<_ACEOF
20847 /* end confdefs.h. */
20848 #include <sys/types.h>
20849 #ifdef HAVE_SYS_SOCKET_H
20850 # include <sys/socket.h>
20851 #endif
20852 #ifdef HAVE_SYS_UN_H
20853 # include <sys/un.h>
20854 #endif
20857 main ()
20859 static struct sockaddr_un ac_aggr;
20860 if (sizeof ac_aggr.sun_len)
20861 return 0;
20863 return 0;
20865 _ACEOF
20866 rm -f conftest.$ac_objext
20867 if { (ac_try="$ac_compile"
20868 case "(($ac_try" in
20869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20870 *) ac_try_echo=$ac_try;;
20871 esac
20872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20873 (eval "$ac_compile") 2>conftest.er1
20874 ac_status=$?
20875 grep -v '^ *+' conftest.er1 >conftest.err
20876 rm -f conftest.er1
20877 cat conftest.err >&5
20878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20879 (exit $ac_status); } && {
20880 test -z "$ac_c_werror_flag" ||
20881 test ! -s conftest.err
20882 } && test -s conftest.$ac_objext; then
20883 ac_cv_member_struct_sockaddr_un_sun_len=yes
20884 else
20885 echo "$as_me: failed program was:" >&5
20886 sed 's/^/| /' conftest.$ac_ext >&5
20888 ac_cv_member_struct_sockaddr_un_sun_len=no
20891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20896 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20897 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20898 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20900 cat >>confdefs.h <<_ACEOF
20901 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20902 _ACEOF
20908 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20909 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20910 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20911 echo $ECHO_N "(cached) $ECHO_C" >&6
20912 else
20913 cat >conftest.$ac_ext <<_ACEOF
20914 /* confdefs.h. */
20915 _ACEOF
20916 cat confdefs.h >>conftest.$ac_ext
20917 cat >>conftest.$ac_ext <<_ACEOF
20918 /* end confdefs.h. */
20919 #include <sys/types.h>
20920 #ifdef HAVE_SCSI_SG_H
20921 #include <scsi/sg.h>
20922 #endif
20925 main ()
20927 static scsireq_t ac_aggr;
20928 if (ac_aggr.cmd)
20929 return 0;
20931 return 0;
20933 _ACEOF
20934 rm -f conftest.$ac_objext
20935 if { (ac_try="$ac_compile"
20936 case "(($ac_try" in
20937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20938 *) ac_try_echo=$ac_try;;
20939 esac
20940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20941 (eval "$ac_compile") 2>conftest.er1
20942 ac_status=$?
20943 grep -v '^ *+' conftest.er1 >conftest.err
20944 rm -f conftest.er1
20945 cat conftest.err >&5
20946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20947 (exit $ac_status); } && {
20948 test -z "$ac_c_werror_flag" ||
20949 test ! -s conftest.err
20950 } && test -s conftest.$ac_objext; then
20951 ac_cv_member_scsireq_t_cmd=yes
20952 else
20953 echo "$as_me: failed program was:" >&5
20954 sed 's/^/| /' conftest.$ac_ext >&5
20956 cat >conftest.$ac_ext <<_ACEOF
20957 /* confdefs.h. */
20958 _ACEOF
20959 cat confdefs.h >>conftest.$ac_ext
20960 cat >>conftest.$ac_ext <<_ACEOF
20961 /* end confdefs.h. */
20962 #include <sys/types.h>
20963 #ifdef HAVE_SCSI_SG_H
20964 #include <scsi/sg.h>
20965 #endif
20968 main ()
20970 static scsireq_t ac_aggr;
20971 if (sizeof ac_aggr.cmd)
20972 return 0;
20974 return 0;
20976 _ACEOF
20977 rm -f conftest.$ac_objext
20978 if { (ac_try="$ac_compile"
20979 case "(($ac_try" in
20980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20981 *) ac_try_echo=$ac_try;;
20982 esac
20983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20984 (eval "$ac_compile") 2>conftest.er1
20985 ac_status=$?
20986 grep -v '^ *+' conftest.er1 >conftest.err
20987 rm -f conftest.er1
20988 cat conftest.err >&5
20989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20990 (exit $ac_status); } && {
20991 test -z "$ac_c_werror_flag" ||
20992 test ! -s conftest.err
20993 } && test -s conftest.$ac_objext; then
20994 ac_cv_member_scsireq_t_cmd=yes
20995 else
20996 echo "$as_me: failed program was:" >&5
20997 sed 's/^/| /' conftest.$ac_ext >&5
20999 ac_cv_member_scsireq_t_cmd=no
21002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21007 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21008 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21009 if test $ac_cv_member_scsireq_t_cmd = yes; then
21011 cat >>confdefs.h <<_ACEOF
21012 #define HAVE_SCSIREQ_T_CMD 1
21013 _ACEOF
21017 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21018 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21019 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21020 echo $ECHO_N "(cached) $ECHO_C" >&6
21021 else
21022 cat >conftest.$ac_ext <<_ACEOF
21023 /* confdefs.h. */
21024 _ACEOF
21025 cat confdefs.h >>conftest.$ac_ext
21026 cat >>conftest.$ac_ext <<_ACEOF
21027 /* end confdefs.h. */
21028 #include <sys/types.h>
21029 #ifdef HAVE_SCSI_SG_H
21030 #include <scsi/sg.h>
21031 #endif
21034 main ()
21036 static sg_io_hdr_t ac_aggr;
21037 if (ac_aggr.interface_id)
21038 return 0;
21040 return 0;
21042 _ACEOF
21043 rm -f conftest.$ac_objext
21044 if { (ac_try="$ac_compile"
21045 case "(($ac_try" in
21046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21047 *) ac_try_echo=$ac_try;;
21048 esac
21049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21050 (eval "$ac_compile") 2>conftest.er1
21051 ac_status=$?
21052 grep -v '^ *+' conftest.er1 >conftest.err
21053 rm -f conftest.er1
21054 cat conftest.err >&5
21055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21056 (exit $ac_status); } && {
21057 test -z "$ac_c_werror_flag" ||
21058 test ! -s conftest.err
21059 } && test -s conftest.$ac_objext; then
21060 ac_cv_member_sg_io_hdr_t_interface_id=yes
21061 else
21062 echo "$as_me: failed program was:" >&5
21063 sed 's/^/| /' conftest.$ac_ext >&5
21065 cat >conftest.$ac_ext <<_ACEOF
21066 /* confdefs.h. */
21067 _ACEOF
21068 cat confdefs.h >>conftest.$ac_ext
21069 cat >>conftest.$ac_ext <<_ACEOF
21070 /* end confdefs.h. */
21071 #include <sys/types.h>
21072 #ifdef HAVE_SCSI_SG_H
21073 #include <scsi/sg.h>
21074 #endif
21077 main ()
21079 static sg_io_hdr_t ac_aggr;
21080 if (sizeof ac_aggr.interface_id)
21081 return 0;
21083 return 0;
21085 _ACEOF
21086 rm -f conftest.$ac_objext
21087 if { (ac_try="$ac_compile"
21088 case "(($ac_try" in
21089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21090 *) ac_try_echo=$ac_try;;
21091 esac
21092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21093 (eval "$ac_compile") 2>conftest.er1
21094 ac_status=$?
21095 grep -v '^ *+' conftest.er1 >conftest.err
21096 rm -f conftest.er1
21097 cat conftest.err >&5
21098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21099 (exit $ac_status); } && {
21100 test -z "$ac_c_werror_flag" ||
21101 test ! -s conftest.err
21102 } && test -s conftest.$ac_objext; then
21103 ac_cv_member_sg_io_hdr_t_interface_id=yes
21104 else
21105 echo "$as_me: failed program was:" >&5
21106 sed 's/^/| /' conftest.$ac_ext >&5
21108 ac_cv_member_sg_io_hdr_t_interface_id=no
21111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21117 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21118 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21120 cat >>confdefs.h <<_ACEOF
21121 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21122 _ACEOF
21128 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21129 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21130 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21131 echo $ECHO_N "(cached) $ECHO_C" >&6
21132 else
21133 cat >conftest.$ac_ext <<_ACEOF
21134 /* confdefs.h. */
21135 _ACEOF
21136 cat confdefs.h >>conftest.$ac_ext
21137 cat >>conftest.$ac_ext <<_ACEOF
21138 /* end confdefs.h. */
21139 #include <signal.h>
21142 main ()
21144 static siginfo_t ac_aggr;
21145 if (ac_aggr.si_fd)
21146 return 0;
21148 return 0;
21150 _ACEOF
21151 rm -f conftest.$ac_objext
21152 if { (ac_try="$ac_compile"
21153 case "(($ac_try" in
21154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21155 *) ac_try_echo=$ac_try;;
21156 esac
21157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21158 (eval "$ac_compile") 2>conftest.er1
21159 ac_status=$?
21160 grep -v '^ *+' conftest.er1 >conftest.err
21161 rm -f conftest.er1
21162 cat conftest.err >&5
21163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21164 (exit $ac_status); } && {
21165 test -z "$ac_c_werror_flag" ||
21166 test ! -s conftest.err
21167 } && test -s conftest.$ac_objext; then
21168 ac_cv_member_siginfo_t_si_fd=yes
21169 else
21170 echo "$as_me: failed program was:" >&5
21171 sed 's/^/| /' conftest.$ac_ext >&5
21173 cat >conftest.$ac_ext <<_ACEOF
21174 /* confdefs.h. */
21175 _ACEOF
21176 cat confdefs.h >>conftest.$ac_ext
21177 cat >>conftest.$ac_ext <<_ACEOF
21178 /* end confdefs.h. */
21179 #include <signal.h>
21182 main ()
21184 static siginfo_t ac_aggr;
21185 if (sizeof ac_aggr.si_fd)
21186 return 0;
21188 return 0;
21190 _ACEOF
21191 rm -f conftest.$ac_objext
21192 if { (ac_try="$ac_compile"
21193 case "(($ac_try" in
21194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21195 *) ac_try_echo=$ac_try;;
21196 esac
21197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21198 (eval "$ac_compile") 2>conftest.er1
21199 ac_status=$?
21200 grep -v '^ *+' conftest.er1 >conftest.err
21201 rm -f conftest.er1
21202 cat conftest.err >&5
21203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21204 (exit $ac_status); } && {
21205 test -z "$ac_c_werror_flag" ||
21206 test ! -s conftest.err
21207 } && test -s conftest.$ac_objext; then
21208 ac_cv_member_siginfo_t_si_fd=yes
21209 else
21210 echo "$as_me: failed program was:" >&5
21211 sed 's/^/| /' conftest.$ac_ext >&5
21213 ac_cv_member_siginfo_t_si_fd=no
21216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21221 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21222 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21223 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21225 cat >>confdefs.h <<_ACEOF
21226 #define HAVE_SIGINFO_T_SI_FD 1
21227 _ACEOF
21233 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21234 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21235 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21236 echo $ECHO_N "(cached) $ECHO_C" >&6
21237 else
21238 cat >conftest.$ac_ext <<_ACEOF
21239 /* confdefs.h. */
21240 _ACEOF
21241 cat confdefs.h >>conftest.$ac_ext
21242 cat >>conftest.$ac_ext <<_ACEOF
21243 /* end confdefs.h. */
21244 #include <sys/types.h>
21245 #ifdef HAVE_SYS_MTIO_H
21246 #include <sys/mtio.h>
21247 #endif
21250 main ()
21252 static struct mtget ac_aggr;
21253 if (ac_aggr.mt_blksiz)
21254 return 0;
21256 return 0;
21258 _ACEOF
21259 rm -f conftest.$ac_objext
21260 if { (ac_try="$ac_compile"
21261 case "(($ac_try" in
21262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21263 *) ac_try_echo=$ac_try;;
21264 esac
21265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21266 (eval "$ac_compile") 2>conftest.er1
21267 ac_status=$?
21268 grep -v '^ *+' conftest.er1 >conftest.err
21269 rm -f conftest.er1
21270 cat conftest.err >&5
21271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21272 (exit $ac_status); } && {
21273 test -z "$ac_c_werror_flag" ||
21274 test ! -s conftest.err
21275 } && test -s conftest.$ac_objext; then
21276 ac_cv_member_struct_mtget_mt_blksiz=yes
21277 else
21278 echo "$as_me: failed program was:" >&5
21279 sed 's/^/| /' conftest.$ac_ext >&5
21281 cat >conftest.$ac_ext <<_ACEOF
21282 /* confdefs.h. */
21283 _ACEOF
21284 cat confdefs.h >>conftest.$ac_ext
21285 cat >>conftest.$ac_ext <<_ACEOF
21286 /* end confdefs.h. */
21287 #include <sys/types.h>
21288 #ifdef HAVE_SYS_MTIO_H
21289 #include <sys/mtio.h>
21290 #endif
21293 main ()
21295 static struct mtget ac_aggr;
21296 if (sizeof ac_aggr.mt_blksiz)
21297 return 0;
21299 return 0;
21301 _ACEOF
21302 rm -f conftest.$ac_objext
21303 if { (ac_try="$ac_compile"
21304 case "(($ac_try" in
21305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21306 *) ac_try_echo=$ac_try;;
21307 esac
21308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21309 (eval "$ac_compile") 2>conftest.er1
21310 ac_status=$?
21311 grep -v '^ *+' conftest.er1 >conftest.err
21312 rm -f conftest.er1
21313 cat conftest.err >&5
21314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21315 (exit $ac_status); } && {
21316 test -z "$ac_c_werror_flag" ||
21317 test ! -s conftest.err
21318 } && test -s conftest.$ac_objext; then
21319 ac_cv_member_struct_mtget_mt_blksiz=yes
21320 else
21321 echo "$as_me: failed program was:" >&5
21322 sed 's/^/| /' conftest.$ac_ext >&5
21324 ac_cv_member_struct_mtget_mt_blksiz=no
21327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21332 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21333 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21334 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21336 cat >>confdefs.h <<_ACEOF
21337 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21338 _ACEOF
21342 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21343 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21344 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21345 echo $ECHO_N "(cached) $ECHO_C" >&6
21346 else
21347 cat >conftest.$ac_ext <<_ACEOF
21348 /* confdefs.h. */
21349 _ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h. */
21353 #include <sys/types.h>
21354 #ifdef HAVE_SYS_MTIO_H
21355 #include <sys/mtio.h>
21356 #endif
21359 main ()
21361 static struct mtget ac_aggr;
21362 if (ac_aggr.mt_gstat)
21363 return 0;
21365 return 0;
21367 _ACEOF
21368 rm -f conftest.$ac_objext
21369 if { (ac_try="$ac_compile"
21370 case "(($ac_try" in
21371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21372 *) ac_try_echo=$ac_try;;
21373 esac
21374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21375 (eval "$ac_compile") 2>conftest.er1
21376 ac_status=$?
21377 grep -v '^ *+' conftest.er1 >conftest.err
21378 rm -f conftest.er1
21379 cat conftest.err >&5
21380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21381 (exit $ac_status); } && {
21382 test -z "$ac_c_werror_flag" ||
21383 test ! -s conftest.err
21384 } && test -s conftest.$ac_objext; then
21385 ac_cv_member_struct_mtget_mt_gstat=yes
21386 else
21387 echo "$as_me: failed program was:" >&5
21388 sed 's/^/| /' conftest.$ac_ext >&5
21390 cat >conftest.$ac_ext <<_ACEOF
21391 /* confdefs.h. */
21392 _ACEOF
21393 cat confdefs.h >>conftest.$ac_ext
21394 cat >>conftest.$ac_ext <<_ACEOF
21395 /* end confdefs.h. */
21396 #include <sys/types.h>
21397 #ifdef HAVE_SYS_MTIO_H
21398 #include <sys/mtio.h>
21399 #endif
21402 main ()
21404 static struct mtget ac_aggr;
21405 if (sizeof ac_aggr.mt_gstat)
21406 return 0;
21408 return 0;
21410 _ACEOF
21411 rm -f conftest.$ac_objext
21412 if { (ac_try="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;;
21416 esac
21417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418 (eval "$ac_compile") 2>conftest.er1
21419 ac_status=$?
21420 grep -v '^ *+' conftest.er1 >conftest.err
21421 rm -f conftest.er1
21422 cat conftest.err >&5
21423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21424 (exit $ac_status); } && {
21425 test -z "$ac_c_werror_flag" ||
21426 test ! -s conftest.err
21427 } && test -s conftest.$ac_objext; then
21428 ac_cv_member_struct_mtget_mt_gstat=yes
21429 else
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.$ac_ext >&5
21433 ac_cv_member_struct_mtget_mt_gstat=no
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21441 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21442 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21443 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21445 cat >>confdefs.h <<_ACEOF
21446 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21447 _ACEOF
21451 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21452 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21453 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21454 echo $ECHO_N "(cached) $ECHO_C" >&6
21455 else
21456 cat >conftest.$ac_ext <<_ACEOF
21457 /* confdefs.h. */
21458 _ACEOF
21459 cat confdefs.h >>conftest.$ac_ext
21460 cat >>conftest.$ac_ext <<_ACEOF
21461 /* end confdefs.h. */
21462 #include <sys/types.h>
21463 #ifdef HAVE_SYS_MTIO_H
21464 #include <sys/mtio.h>
21465 #endif
21468 main ()
21470 static struct mtget ac_aggr;
21471 if (ac_aggr.mt_blkno)
21472 return 0;
21474 return 0;
21476 _ACEOF
21477 rm -f conftest.$ac_objext
21478 if { (ac_try="$ac_compile"
21479 case "(($ac_try" in
21480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481 *) ac_try_echo=$ac_try;;
21482 esac
21483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21484 (eval "$ac_compile") 2>conftest.er1
21485 ac_status=$?
21486 grep -v '^ *+' conftest.er1 >conftest.err
21487 rm -f conftest.er1
21488 cat conftest.err >&5
21489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); } && {
21491 test -z "$ac_c_werror_flag" ||
21492 test ! -s conftest.err
21493 } && test -s conftest.$ac_objext; then
21494 ac_cv_member_struct_mtget_mt_blkno=yes
21495 else
21496 echo "$as_me: failed program was:" >&5
21497 sed 's/^/| /' conftest.$ac_ext >&5
21499 cat >conftest.$ac_ext <<_ACEOF
21500 /* confdefs.h. */
21501 _ACEOF
21502 cat confdefs.h >>conftest.$ac_ext
21503 cat >>conftest.$ac_ext <<_ACEOF
21504 /* end confdefs.h. */
21505 #include <sys/types.h>
21506 #ifdef HAVE_SYS_MTIO_H
21507 #include <sys/mtio.h>
21508 #endif
21511 main ()
21513 static struct mtget ac_aggr;
21514 if (sizeof ac_aggr.mt_blkno)
21515 return 0;
21517 return 0;
21519 _ACEOF
21520 rm -f conftest.$ac_objext
21521 if { (ac_try="$ac_compile"
21522 case "(($ac_try" in
21523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21524 *) ac_try_echo=$ac_try;;
21525 esac
21526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21528 ac_status=$?
21529 grep -v '^ *+' conftest.er1 >conftest.err
21530 rm -f conftest.er1
21531 cat conftest.err >&5
21532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_mtget_mt_blkno=yes
21538 else
21539 echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_mtget_mt_blkno=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21551 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21552 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21556 _ACEOF
21562 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21563 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21564 if test "${ac_cv_member_struct_option_name+set}" = set; then
21565 echo $ECHO_N "(cached) $ECHO_C" >&6
21566 else
21567 cat >conftest.$ac_ext <<_ACEOF
21568 /* confdefs.h. */
21569 _ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_GETOPT_H
21574 #include <getopt.h>
21575 #endif
21578 main ()
21580 static struct option ac_aggr;
21581 if (ac_aggr.name)
21582 return 0;
21584 return 0;
21586 _ACEOF
21587 rm -f conftest.$ac_objext
21588 if { (ac_try="$ac_compile"
21589 case "(($ac_try" in
21590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21591 *) ac_try_echo=$ac_try;;
21592 esac
21593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21594 (eval "$ac_compile") 2>conftest.er1
21595 ac_status=$?
21596 grep -v '^ *+' conftest.er1 >conftest.err
21597 rm -f conftest.er1
21598 cat conftest.err >&5
21599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21600 (exit $ac_status); } && {
21601 test -z "$ac_c_werror_flag" ||
21602 test ! -s conftest.err
21603 } && test -s conftest.$ac_objext; then
21604 ac_cv_member_struct_option_name=yes
21605 else
21606 echo "$as_me: failed program was:" >&5
21607 sed 's/^/| /' conftest.$ac_ext >&5
21609 cat >conftest.$ac_ext <<_ACEOF
21610 /* confdefs.h. */
21611 _ACEOF
21612 cat confdefs.h >>conftest.$ac_ext
21613 cat >>conftest.$ac_ext <<_ACEOF
21614 /* end confdefs.h. */
21615 #ifdef HAVE_GETOPT_H
21616 #include <getopt.h>
21617 #endif
21620 main ()
21622 static struct option ac_aggr;
21623 if (sizeof ac_aggr.name)
21624 return 0;
21626 return 0;
21628 _ACEOF
21629 rm -f conftest.$ac_objext
21630 if { (ac_try="$ac_compile"
21631 case "(($ac_try" in
21632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21633 *) ac_try_echo=$ac_try;;
21634 esac
21635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21636 (eval "$ac_compile") 2>conftest.er1
21637 ac_status=$?
21638 grep -v '^ *+' conftest.er1 >conftest.err
21639 rm -f conftest.er1
21640 cat conftest.err >&5
21641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21642 (exit $ac_status); } && {
21643 test -z "$ac_c_werror_flag" ||
21644 test ! -s conftest.err
21645 } && test -s conftest.$ac_objext; then
21646 ac_cv_member_struct_option_name=yes
21647 else
21648 echo "$as_me: failed program was:" >&5
21649 sed 's/^/| /' conftest.$ac_ext >&5
21651 ac_cv_member_struct_option_name=no
21654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21660 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21661 if test $ac_cv_member_struct_option_name = yes; then
21663 cat >>confdefs.h <<_ACEOF
21664 #define HAVE_STRUCT_OPTION_NAME 1
21665 _ACEOF
21671 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21672 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21673 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21674 echo $ECHO_N "(cached) $ECHO_C" >&6
21675 else
21676 cat >conftest.$ac_ext <<_ACEOF
21677 /* confdefs.h. */
21678 _ACEOF
21679 cat confdefs.h >>conftest.$ac_ext
21680 cat >>conftest.$ac_ext <<_ACEOF
21681 /* end confdefs.h. */
21682 $ac_includes_default
21684 main ()
21686 static struct stat ac_aggr;
21687 if (ac_aggr.st_blocks)
21688 return 0;
21690 return 0;
21692 _ACEOF
21693 rm -f conftest.$ac_objext
21694 if { (ac_try="$ac_compile"
21695 case "(($ac_try" in
21696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21697 *) ac_try_echo=$ac_try;;
21698 esac
21699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21700 (eval "$ac_compile") 2>conftest.er1
21701 ac_status=$?
21702 grep -v '^ *+' conftest.er1 >conftest.err
21703 rm -f conftest.er1
21704 cat conftest.err >&5
21705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21706 (exit $ac_status); } && {
21707 test -z "$ac_c_werror_flag" ||
21708 test ! -s conftest.err
21709 } && test -s conftest.$ac_objext; then
21710 ac_cv_member_struct_stat_st_blocks=yes
21711 else
21712 echo "$as_me: failed program was:" >&5
21713 sed 's/^/| /' conftest.$ac_ext >&5
21715 cat >conftest.$ac_ext <<_ACEOF
21716 /* confdefs.h. */
21717 _ACEOF
21718 cat confdefs.h >>conftest.$ac_ext
21719 cat >>conftest.$ac_ext <<_ACEOF
21720 /* end confdefs.h. */
21721 $ac_includes_default
21723 main ()
21725 static struct stat ac_aggr;
21726 if (sizeof ac_aggr.st_blocks)
21727 return 0;
21729 return 0;
21731 _ACEOF
21732 rm -f conftest.$ac_objext
21733 if { (ac_try="$ac_compile"
21734 case "(($ac_try" in
21735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21736 *) ac_try_echo=$ac_try;;
21737 esac
21738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21739 (eval "$ac_compile") 2>conftest.er1
21740 ac_status=$?
21741 grep -v '^ *+' conftest.er1 >conftest.err
21742 rm -f conftest.er1
21743 cat conftest.err >&5
21744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21745 (exit $ac_status); } && {
21746 test -z "$ac_c_werror_flag" ||
21747 test ! -s conftest.err
21748 } && test -s conftest.$ac_objext; then
21749 ac_cv_member_struct_stat_st_blocks=yes
21750 else
21751 echo "$as_me: failed program was:" >&5
21752 sed 's/^/| /' conftest.$ac_ext >&5
21754 ac_cv_member_struct_stat_st_blocks=no
21757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21762 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21763 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21764 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21766 cat >>confdefs.h <<_ACEOF
21767 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21768 _ACEOF
21772 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21773 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21774 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21775 echo $ECHO_N "(cached) $ECHO_C" >&6
21776 else
21777 cat >conftest.$ac_ext <<_ACEOF
21778 /* confdefs.h. */
21779 _ACEOF
21780 cat confdefs.h >>conftest.$ac_ext
21781 cat >>conftest.$ac_ext <<_ACEOF
21782 /* end confdefs.h. */
21783 $ac_includes_default
21785 main ()
21787 static struct stat ac_aggr;
21788 if (ac_aggr.st_mtim)
21789 return 0;
21791 return 0;
21793 _ACEOF
21794 rm -f conftest.$ac_objext
21795 if { (ac_try="$ac_compile"
21796 case "(($ac_try" in
21797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21798 *) ac_try_echo=$ac_try;;
21799 esac
21800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21801 (eval "$ac_compile") 2>conftest.er1
21802 ac_status=$?
21803 grep -v '^ *+' conftest.er1 >conftest.err
21804 rm -f conftest.er1
21805 cat conftest.err >&5
21806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21807 (exit $ac_status); } && {
21808 test -z "$ac_c_werror_flag" ||
21809 test ! -s conftest.err
21810 } && test -s conftest.$ac_objext; then
21811 ac_cv_member_struct_stat_st_mtim=yes
21812 else
21813 echo "$as_me: failed program was:" >&5
21814 sed 's/^/| /' conftest.$ac_ext >&5
21816 cat >conftest.$ac_ext <<_ACEOF
21817 /* confdefs.h. */
21818 _ACEOF
21819 cat confdefs.h >>conftest.$ac_ext
21820 cat >>conftest.$ac_ext <<_ACEOF
21821 /* end confdefs.h. */
21822 $ac_includes_default
21824 main ()
21826 static struct stat ac_aggr;
21827 if (sizeof ac_aggr.st_mtim)
21828 return 0;
21830 return 0;
21832 _ACEOF
21833 rm -f conftest.$ac_objext
21834 if { (ac_try="$ac_compile"
21835 case "(($ac_try" in
21836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21837 *) ac_try_echo=$ac_try;;
21838 esac
21839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21840 (eval "$ac_compile") 2>conftest.er1
21841 ac_status=$?
21842 grep -v '^ *+' conftest.er1 >conftest.err
21843 rm -f conftest.er1
21844 cat conftest.err >&5
21845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21846 (exit $ac_status); } && {
21847 test -z "$ac_c_werror_flag" ||
21848 test ! -s conftest.err
21849 } && test -s conftest.$ac_objext; then
21850 ac_cv_member_struct_stat_st_mtim=yes
21851 else
21852 echo "$as_me: failed program was:" >&5
21853 sed 's/^/| /' conftest.$ac_ext >&5
21855 ac_cv_member_struct_stat_st_mtim=no
21858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21863 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21864 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21865 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21867 cat >>confdefs.h <<_ACEOF
21868 #define HAVE_STRUCT_STAT_ST_MTIM 1
21869 _ACEOF
21873 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21874 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21875 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21876 echo $ECHO_N "(cached) $ECHO_C" >&6
21877 else
21878 cat >conftest.$ac_ext <<_ACEOF
21879 /* confdefs.h. */
21880 _ACEOF
21881 cat confdefs.h >>conftest.$ac_ext
21882 cat >>conftest.$ac_ext <<_ACEOF
21883 /* end confdefs.h. */
21884 $ac_includes_default
21886 main ()
21888 static struct stat ac_aggr;
21889 if (ac_aggr.st_ctim)
21890 return 0;
21892 return 0;
21894 _ACEOF
21895 rm -f conftest.$ac_objext
21896 if { (ac_try="$ac_compile"
21897 case "(($ac_try" in
21898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21899 *) ac_try_echo=$ac_try;;
21900 esac
21901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21902 (eval "$ac_compile") 2>conftest.er1
21903 ac_status=$?
21904 grep -v '^ *+' conftest.er1 >conftest.err
21905 rm -f conftest.er1
21906 cat conftest.err >&5
21907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21908 (exit $ac_status); } && {
21909 test -z "$ac_c_werror_flag" ||
21910 test ! -s conftest.err
21911 } && test -s conftest.$ac_objext; then
21912 ac_cv_member_struct_stat_st_ctim=yes
21913 else
21914 echo "$as_me: failed program was:" >&5
21915 sed 's/^/| /' conftest.$ac_ext >&5
21917 cat >conftest.$ac_ext <<_ACEOF
21918 /* confdefs.h. */
21919 _ACEOF
21920 cat confdefs.h >>conftest.$ac_ext
21921 cat >>conftest.$ac_ext <<_ACEOF
21922 /* end confdefs.h. */
21923 $ac_includes_default
21925 main ()
21927 static struct stat ac_aggr;
21928 if (sizeof ac_aggr.st_ctim)
21929 return 0;
21931 return 0;
21933 _ACEOF
21934 rm -f conftest.$ac_objext
21935 if { (ac_try="$ac_compile"
21936 case "(($ac_try" in
21937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21938 *) ac_try_echo=$ac_try;;
21939 esac
21940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21941 (eval "$ac_compile") 2>conftest.er1
21942 ac_status=$?
21943 grep -v '^ *+' conftest.er1 >conftest.err
21944 rm -f conftest.er1
21945 cat conftest.err >&5
21946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); } && {
21948 test -z "$ac_c_werror_flag" ||
21949 test ! -s conftest.err
21950 } && test -s conftest.$ac_objext; then
21951 ac_cv_member_struct_stat_st_ctim=yes
21952 else
21953 echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21956 ac_cv_member_struct_stat_st_ctim=no
21959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21964 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21965 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21966 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21968 cat >>confdefs.h <<_ACEOF
21969 #define HAVE_STRUCT_STAT_ST_CTIM 1
21970 _ACEOF
21974 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21975 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21976 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21977 echo $ECHO_N "(cached) $ECHO_C" >&6
21978 else
21979 cat >conftest.$ac_ext <<_ACEOF
21980 /* confdefs.h. */
21981 _ACEOF
21982 cat confdefs.h >>conftest.$ac_ext
21983 cat >>conftest.$ac_ext <<_ACEOF
21984 /* end confdefs.h. */
21985 $ac_includes_default
21987 main ()
21989 static struct stat ac_aggr;
21990 if (ac_aggr.st_atim)
21991 return 0;
21993 return 0;
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22004 ac_status=$?
22005 grep -v '^ *+' conftest.er1 >conftest.err
22006 rm -f conftest.er1
22007 cat conftest.err >&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.$ac_objext; then
22013 ac_cv_member_struct_stat_st_atim=yes
22014 else
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.$ac_ext >&5
22018 cat >conftest.$ac_ext <<_ACEOF
22019 /* confdefs.h. */
22020 _ACEOF
22021 cat confdefs.h >>conftest.$ac_ext
22022 cat >>conftest.$ac_ext <<_ACEOF
22023 /* end confdefs.h. */
22024 $ac_includes_default
22026 main ()
22028 static struct stat ac_aggr;
22029 if (sizeof ac_aggr.st_atim)
22030 return 0;
22032 return 0;
22034 _ACEOF
22035 rm -f conftest.$ac_objext
22036 if { (ac_try="$ac_compile"
22037 case "(($ac_try" in
22038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22039 *) ac_try_echo=$ac_try;;
22040 esac
22041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22042 (eval "$ac_compile") 2>conftest.er1
22043 ac_status=$?
22044 grep -v '^ *+' conftest.er1 >conftest.err
22045 rm -f conftest.er1
22046 cat conftest.err >&5
22047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22048 (exit $ac_status); } && {
22049 test -z "$ac_c_werror_flag" ||
22050 test ! -s conftest.err
22051 } && test -s conftest.$ac_objext; then
22052 ac_cv_member_struct_stat_st_atim=yes
22053 else
22054 echo "$as_me: failed program was:" >&5
22055 sed 's/^/| /' conftest.$ac_ext >&5
22057 ac_cv_member_struct_stat_st_atim=no
22060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22065 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22066 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22067 if test $ac_cv_member_struct_stat_st_atim = yes; then
22069 cat >>confdefs.h <<_ACEOF
22070 #define HAVE_STRUCT_STAT_ST_ATIM 1
22071 _ACEOF
22077 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22078 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22079 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22080 echo $ECHO_N "(cached) $ECHO_C" >&6
22081 else
22082 cat >conftest.$ac_ext <<_ACEOF
22083 /* confdefs.h. */
22084 _ACEOF
22085 cat confdefs.h >>conftest.$ac_ext
22086 cat >>conftest.$ac_ext <<_ACEOF
22087 /* end confdefs.h. */
22088 #ifdef HAVE_SYS_TYPES_H
22089 #include <sys/types.h>
22090 #endif
22091 #ifdef HAVE_NETINET_IN_H
22092 #include <netinet/in.h>
22093 #endif
22096 main ()
22098 static struct sockaddr_in6 ac_aggr;
22099 if (ac_aggr.sin6_scope_id)
22100 return 0;
22102 return 0;
22104 _ACEOF
22105 rm -f conftest.$ac_objext
22106 if { (ac_try="$ac_compile"
22107 case "(($ac_try" in
22108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22109 *) ac_try_echo=$ac_try;;
22110 esac
22111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22112 (eval "$ac_compile") 2>conftest.er1
22113 ac_status=$?
22114 grep -v '^ *+' conftest.er1 >conftest.err
22115 rm -f conftest.er1
22116 cat conftest.err >&5
22117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118 (exit $ac_status); } && {
22119 test -z "$ac_c_werror_flag" ||
22120 test ! -s conftest.err
22121 } && test -s conftest.$ac_objext; then
22122 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22123 else
22124 echo "$as_me: failed program was:" >&5
22125 sed 's/^/| /' conftest.$ac_ext >&5
22127 cat >conftest.$ac_ext <<_ACEOF
22128 /* confdefs.h. */
22129 _ACEOF
22130 cat confdefs.h >>conftest.$ac_ext
22131 cat >>conftest.$ac_ext <<_ACEOF
22132 /* end confdefs.h. */
22133 #ifdef HAVE_SYS_TYPES_H
22134 #include <sys/types.h>
22135 #endif
22136 #ifdef HAVE_NETINET_IN_H
22137 #include <netinet/in.h>
22138 #endif
22141 main ()
22143 static struct sockaddr_in6 ac_aggr;
22144 if (sizeof ac_aggr.sin6_scope_id)
22145 return 0;
22147 return 0;
22149 _ACEOF
22150 rm -f conftest.$ac_objext
22151 if { (ac_try="$ac_compile"
22152 case "(($ac_try" in
22153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22154 *) ac_try_echo=$ac_try;;
22155 esac
22156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22157 (eval "$ac_compile") 2>conftest.er1
22158 ac_status=$?
22159 grep -v '^ *+' conftest.er1 >conftest.err
22160 rm -f conftest.er1
22161 cat conftest.err >&5
22162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22163 (exit $ac_status); } && {
22164 test -z "$ac_c_werror_flag" ||
22165 test ! -s conftest.err
22166 } && test -s conftest.$ac_objext; then
22167 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22168 else
22169 echo "$as_me: failed program was:" >&5
22170 sed 's/^/| /' conftest.$ac_ext >&5
22172 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22180 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22181 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22182 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22184 cat >>confdefs.h <<_ACEOF
22185 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22186 _ACEOF
22192 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22193 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22194 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22195 echo $ECHO_N "(cached) $ECHO_C" >&6
22196 else
22197 cat >conftest.$ac_ext <<_ACEOF
22198 /* confdefs.h. */
22199 _ACEOF
22200 cat confdefs.h >>conftest.$ac_ext
22201 cat >>conftest.$ac_ext <<_ACEOF
22202 /* end confdefs.h. */
22203 #ifdef HAVE_SYS_TYPES_H
22204 #include <sys/types.h>
22205 #endif
22206 #ifdef HAVE_NETINET_IN_H
22207 # include <netinet/in.h>
22208 #endif
22209 #ifdef HAVE_ARPA_NAMESER_H
22210 # include <arpa/nameser.h>
22211 #endif
22214 main ()
22216 static ns_msg ac_aggr;
22217 if (ac_aggr._msg_ptr)
22218 return 0;
22220 return 0;
22222 _ACEOF
22223 rm -f conftest.$ac_objext
22224 if { (ac_try="$ac_compile"
22225 case "(($ac_try" in
22226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22227 *) ac_try_echo=$ac_try;;
22228 esac
22229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22230 (eval "$ac_compile") 2>conftest.er1
22231 ac_status=$?
22232 grep -v '^ *+' conftest.er1 >conftest.err
22233 rm -f conftest.er1
22234 cat conftest.err >&5
22235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22236 (exit $ac_status); } && {
22237 test -z "$ac_c_werror_flag" ||
22238 test ! -s conftest.err
22239 } && test -s conftest.$ac_objext; then
22240 ac_cv_member_ns_msg__msg_ptr=yes
22241 else
22242 echo "$as_me: failed program was:" >&5
22243 sed 's/^/| /' conftest.$ac_ext >&5
22245 cat >conftest.$ac_ext <<_ACEOF
22246 /* confdefs.h. */
22247 _ACEOF
22248 cat confdefs.h >>conftest.$ac_ext
22249 cat >>conftest.$ac_ext <<_ACEOF
22250 /* end confdefs.h. */
22251 #ifdef HAVE_SYS_TYPES_H
22252 #include <sys/types.h>
22253 #endif
22254 #ifdef HAVE_NETINET_IN_H
22255 # include <netinet/in.h>
22256 #endif
22257 #ifdef HAVE_ARPA_NAMESER_H
22258 # include <arpa/nameser.h>
22259 #endif
22262 main ()
22264 static ns_msg ac_aggr;
22265 if (sizeof ac_aggr._msg_ptr)
22266 return 0;
22268 return 0;
22270 _ACEOF
22271 rm -f conftest.$ac_objext
22272 if { (ac_try="$ac_compile"
22273 case "(($ac_try" in
22274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22275 *) ac_try_echo=$ac_try;;
22276 esac
22277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22278 (eval "$ac_compile") 2>conftest.er1
22279 ac_status=$?
22280 grep -v '^ *+' conftest.er1 >conftest.err
22281 rm -f conftest.er1
22282 cat conftest.err >&5
22283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22284 (exit $ac_status); } && {
22285 test -z "$ac_c_werror_flag" ||
22286 test ! -s conftest.err
22287 } && test -s conftest.$ac_objext; then
22288 ac_cv_member_ns_msg__msg_ptr=yes
22289 else
22290 echo "$as_me: failed program was:" >&5
22291 sed 's/^/| /' conftest.$ac_ext >&5
22293 ac_cv_member_ns_msg__msg_ptr=no
22296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22301 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22302 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22303 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22305 cat >>confdefs.h <<_ACEOF
22306 #define HAVE_NS_MSG__MSG_PTR 1
22307 _ACEOF
22313 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22314 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22315 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22316 echo $ECHO_N "(cached) $ECHO_C" >&6
22317 else
22318 cat >conftest.$ac_ext <<_ACEOF
22319 /* confdefs.h. */
22320 _ACEOF
22321 cat confdefs.h >>conftest.$ac_ext
22322 cat >>conftest.$ac_ext <<_ACEOF
22323 /* end confdefs.h. */
22324 #ifdef HAVE_SYS_TYPES_H
22325 #include <sys/types.h>
22326 #endif
22327 #ifdef HAVE_ALIAS_H
22328 #include <alias.h>
22329 #endif
22330 #ifdef HAVE_SYS_SOCKET_H
22331 #include <sys/socket.h>
22332 #endif
22333 #ifdef HAVE_SYS_SOCKETVAR_H
22334 #include <sys/socketvar.h>
22335 #endif
22336 #ifdef HAVE_SYS_TIMEOUT_H
22337 #include <sys/timeout.h>
22338 #endif
22339 #ifdef HAVE_NETINET_IN_H
22340 #include <netinet/in.h>
22341 #endif
22342 #ifdef HAVE_NETINET_IN_SYSTM_H
22343 #include <netinet/in_systm.h>
22344 #endif
22345 #ifdef HAVE_NETINET_IP_H
22346 #include <netinet/ip.h>
22347 #endif
22348 #ifdef HAVE_NETINET_IP_VAR_H
22349 #include <netinet/ip_var.h>
22350 #endif
22351 #ifdef HAVE_NETINET_IP_ICMP_H
22352 #include <netinet/ip_icmp.h>
22353 #endif
22354 #ifdef HAVE_NETINET_ICMP_VAR
22355 #include <netinet/icmp_var.h>
22356 #endif
22359 main ()
22361 static struct icmpstat ac_aggr;
22362 if (ac_aggr.icps_outhist)
22363 return 0;
22365 return 0;
22367 _ACEOF
22368 rm -f conftest.$ac_objext
22369 if { (ac_try="$ac_compile"
22370 case "(($ac_try" in
22371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22372 *) ac_try_echo=$ac_try;;
22373 esac
22374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22375 (eval "$ac_compile") 2>conftest.er1
22376 ac_status=$?
22377 grep -v '^ *+' conftest.er1 >conftest.err
22378 rm -f conftest.er1
22379 cat conftest.err >&5
22380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22381 (exit $ac_status); } && {
22382 test -z "$ac_c_werror_flag" ||
22383 test ! -s conftest.err
22384 } && test -s conftest.$ac_objext; then
22385 ac_cv_member_struct_icmpstat_icps_outhist=yes
22386 else
22387 echo "$as_me: failed program was:" >&5
22388 sed 's/^/| /' conftest.$ac_ext >&5
22390 cat >conftest.$ac_ext <<_ACEOF
22391 /* confdefs.h. */
22392 _ACEOF
22393 cat confdefs.h >>conftest.$ac_ext
22394 cat >>conftest.$ac_ext <<_ACEOF
22395 /* end confdefs.h. */
22396 #ifdef HAVE_SYS_TYPES_H
22397 #include <sys/types.h>
22398 #endif
22399 #ifdef HAVE_ALIAS_H
22400 #include <alias.h>
22401 #endif
22402 #ifdef HAVE_SYS_SOCKET_H
22403 #include <sys/socket.h>
22404 #endif
22405 #ifdef HAVE_SYS_SOCKETVAR_H
22406 #include <sys/socketvar.h>
22407 #endif
22408 #ifdef HAVE_SYS_TIMEOUT_H
22409 #include <sys/timeout.h>
22410 #endif
22411 #ifdef HAVE_NETINET_IN_H
22412 #include <netinet/in.h>
22413 #endif
22414 #ifdef HAVE_NETINET_IN_SYSTM_H
22415 #include <netinet/in_systm.h>
22416 #endif
22417 #ifdef HAVE_NETINET_IP_H
22418 #include <netinet/ip.h>
22419 #endif
22420 #ifdef HAVE_NETINET_IP_VAR_H
22421 #include <netinet/ip_var.h>
22422 #endif
22423 #ifdef HAVE_NETINET_IP_ICMP_H
22424 #include <netinet/ip_icmp.h>
22425 #endif
22426 #ifdef HAVE_NETINET_ICMP_VAR
22427 #include <netinet/icmp_var.h>
22428 #endif
22431 main ()
22433 static struct icmpstat ac_aggr;
22434 if (sizeof ac_aggr.icps_outhist)
22435 return 0;
22437 return 0;
22439 _ACEOF
22440 rm -f conftest.$ac_objext
22441 if { (ac_try="$ac_compile"
22442 case "(($ac_try" in
22443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22444 *) ac_try_echo=$ac_try;;
22445 esac
22446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22447 (eval "$ac_compile") 2>conftest.er1
22448 ac_status=$?
22449 grep -v '^ *+' conftest.er1 >conftest.err
22450 rm -f conftest.er1
22451 cat conftest.err >&5
22452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22453 (exit $ac_status); } && {
22454 test -z "$ac_c_werror_flag" ||
22455 test ! -s conftest.err
22456 } && test -s conftest.$ac_objext; then
22457 ac_cv_member_struct_icmpstat_icps_outhist=yes
22458 else
22459 echo "$as_me: failed program was:" >&5
22460 sed 's/^/| /' conftest.$ac_ext >&5
22462 ac_cv_member_struct_icmpstat_icps_outhist=no
22465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22470 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22471 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22472 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22474 cat >>confdefs.h <<_ACEOF
22475 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22476 _ACEOF
22482 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22483 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22484 if test "${ac_cv_have_timezone+set}" = set; then
22485 echo $ECHO_N "(cached) $ECHO_C" >&6
22486 else
22487 cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h. */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h. */
22493 #include <time.h>
22495 main ()
22497 timezone = 1
22499 return 0;
22501 _ACEOF
22502 rm -f conftest.$ac_objext conftest$ac_exeext
22503 if { (ac_try="$ac_link"
22504 case "(($ac_try" in
22505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22506 *) ac_try_echo=$ac_try;;
22507 esac
22508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22509 (eval "$ac_link") 2>conftest.er1
22510 ac_status=$?
22511 grep -v '^ *+' conftest.er1 >conftest.err
22512 rm -f conftest.er1
22513 cat conftest.err >&5
22514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22515 (exit $ac_status); } && {
22516 test -z "$ac_c_werror_flag" ||
22517 test ! -s conftest.err
22518 } && test -s conftest$ac_exeext &&
22519 $as_test_x conftest$ac_exeext; then
22520 ac_cv_have_timezone="yes"
22521 else
22522 echo "$as_me: failed program was:" >&5
22523 sed 's/^/| /' conftest.$ac_ext >&5
22525 ac_cv_have_timezone="no"
22528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22529 conftest$ac_exeext conftest.$ac_ext
22531 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22532 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22533 if test "$ac_cv_have_timezone" = "yes"
22534 then
22536 cat >>confdefs.h <<\_ACEOF
22537 #define HAVE_TIMEZONE 1
22538 _ACEOF
22541 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22542 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22543 if test "${ac_cv_have_daylight+set}" = set; then
22544 echo $ECHO_N "(cached) $ECHO_C" >&6
22545 else
22546 cat >conftest.$ac_ext <<_ACEOF
22547 /* confdefs.h. */
22548 _ACEOF
22549 cat confdefs.h >>conftest.$ac_ext
22550 cat >>conftest.$ac_ext <<_ACEOF
22551 /* end confdefs.h. */
22552 #include <time.h>
22554 main ()
22556 daylight = 1
22558 return 0;
22560 _ACEOF
22561 rm -f conftest.$ac_objext conftest$ac_exeext
22562 if { (ac_try="$ac_link"
22563 case "(($ac_try" in
22564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22565 *) ac_try_echo=$ac_try;;
22566 esac
22567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22568 (eval "$ac_link") 2>conftest.er1
22569 ac_status=$?
22570 grep -v '^ *+' conftest.er1 >conftest.err
22571 rm -f conftest.er1
22572 cat conftest.err >&5
22573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22574 (exit $ac_status); } && {
22575 test -z "$ac_c_werror_flag" ||
22576 test ! -s conftest.err
22577 } && test -s conftest$ac_exeext &&
22578 $as_test_x conftest$ac_exeext; then
22579 ac_cv_have_daylight="yes"
22580 else
22581 echo "$as_me: failed program was:" >&5
22582 sed 's/^/| /' conftest.$ac_ext >&5
22584 ac_cv_have_daylight="no"
22587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22588 conftest$ac_exeext conftest.$ac_ext
22590 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22591 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22592 if test "$ac_cv_have_daylight" = "yes"
22593 then
22595 cat >>confdefs.h <<\_ACEOF
22596 #define HAVE_DAYLIGHT 1
22597 _ACEOF
22601 { echo "$as_me:$LINENO: checking for isinf" >&5
22602 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22603 if test "${ac_cv_have_isinf+set}" = set; then
22604 echo $ECHO_N "(cached) $ECHO_C" >&6
22605 else
22606 cat >conftest.$ac_ext <<_ACEOF
22607 /* confdefs.h. */
22608 _ACEOF
22609 cat confdefs.h >>conftest.$ac_ext
22610 cat >>conftest.$ac_ext <<_ACEOF
22611 /* end confdefs.h. */
22612 #include <math.h>
22614 main ()
22616 float f = 0.0; int i=isinf(f)
22618 return 0;
22620 _ACEOF
22621 rm -f conftest.$ac_objext conftest$ac_exeext
22622 if { (ac_try="$ac_link"
22623 case "(($ac_try" in
22624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22625 *) ac_try_echo=$ac_try;;
22626 esac
22627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22628 (eval "$ac_link") 2>conftest.er1
22629 ac_status=$?
22630 grep -v '^ *+' conftest.er1 >conftest.err
22631 rm -f conftest.er1
22632 cat conftest.err >&5
22633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634 (exit $ac_status); } && {
22635 test -z "$ac_c_werror_flag" ||
22636 test ! -s conftest.err
22637 } && test -s conftest$ac_exeext &&
22638 $as_test_x conftest$ac_exeext; then
22639 ac_cv_have_isinf="yes"
22640 else
22641 echo "$as_me: failed program was:" >&5
22642 sed 's/^/| /' conftest.$ac_ext >&5
22644 ac_cv_have_isinf="no"
22647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22648 conftest$ac_exeext conftest.$ac_ext
22650 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22651 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22652 if test "$ac_cv_have_isinf" = "yes"
22653 then
22655 cat >>confdefs.h <<\_ACEOF
22656 #define HAVE_ISINF 1
22657 _ACEOF
22661 { echo "$as_me:$LINENO: checking for isnan" >&5
22662 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22663 if test "${ac_cv_have_isnan+set}" = set; then
22664 echo $ECHO_N "(cached) $ECHO_C" >&6
22665 else
22666 cat >conftest.$ac_ext <<_ACEOF
22667 /* confdefs.h. */
22668 _ACEOF
22669 cat confdefs.h >>conftest.$ac_ext
22670 cat >>conftest.$ac_ext <<_ACEOF
22671 /* end confdefs.h. */
22672 #include <math.h>
22674 main ()
22676 float f = 0.0; int i=isnan(f)
22678 return 0;
22680 _ACEOF
22681 rm -f conftest.$ac_objext conftest$ac_exeext
22682 if { (ac_try="$ac_link"
22683 case "(($ac_try" in
22684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22685 *) ac_try_echo=$ac_try;;
22686 esac
22687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22688 (eval "$ac_link") 2>conftest.er1
22689 ac_status=$?
22690 grep -v '^ *+' conftest.er1 >conftest.err
22691 rm -f conftest.er1
22692 cat conftest.err >&5
22693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22694 (exit $ac_status); } && {
22695 test -z "$ac_c_werror_flag" ||
22696 test ! -s conftest.err
22697 } && test -s conftest$ac_exeext &&
22698 $as_test_x conftest$ac_exeext; then
22699 ac_cv_have_isnan="yes"
22700 else
22701 echo "$as_me: failed program was:" >&5
22702 sed 's/^/| /' conftest.$ac_ext >&5
22704 ac_cv_have_isnan="no"
22707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22708 conftest$ac_exeext conftest.$ac_ext
22710 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22711 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22712 if test "$ac_cv_have_isnan" = "yes"
22713 then
22715 cat >>confdefs.h <<\_ACEOF
22716 #define HAVE_ISNAN 1
22717 _ACEOF
22722 case $host_cpu in
22723 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22724 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22725 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22726 echo $ECHO_N "(cached) $ECHO_C" >&6
22727 else
22728 cat >conftest.$ac_ext <<_ACEOF
22729 /* confdefs.h. */
22730 _ACEOF
22731 cat confdefs.h >>conftest.$ac_ext
22732 cat >>conftest.$ac_ext <<_ACEOF
22733 /* end confdefs.h. */
22734 #ifndef __i386__
22736 #endif
22737 _ACEOF
22738 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22739 $EGREP "yes" >/dev/null 2>&1; then
22740 ac_cv_cpp_def___i386__=yes
22741 else
22742 ac_cv_cpp_def___i386__=no
22744 rm -f conftest*
22747 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22748 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22749 if test $ac_cv_cpp_def___i386__ = yes; then
22750 CFLAGS="$CFLAGS -D__i386__"
22751 LINTFLAGS="$LINTFLAGS -D__i386__"
22754 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22755 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22756 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22757 echo $ECHO_N "(cached) $ECHO_C" >&6
22758 else
22759 cat >conftest.$ac_ext <<_ACEOF
22760 /* confdefs.h. */
22761 _ACEOF
22762 cat confdefs.h >>conftest.$ac_ext
22763 cat >>conftest.$ac_ext <<_ACEOF
22764 /* end confdefs.h. */
22765 #ifndef __x86_64__
22767 #endif
22768 _ACEOF
22769 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22770 $EGREP "yes" >/dev/null 2>&1; then
22771 ac_cv_cpp_def___x86_64__=yes
22772 else
22773 ac_cv_cpp_def___x86_64__=no
22775 rm -f conftest*
22778 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22779 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22780 if test $ac_cv_cpp_def___x86_64__ = yes; then
22781 CFLAGS="$CFLAGS -D__x86_64__"
22782 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22785 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22786 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22787 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22788 echo $ECHO_N "(cached) $ECHO_C" >&6
22789 else
22790 cat >conftest.$ac_ext <<_ACEOF
22791 /* confdefs.h. */
22792 _ACEOF
22793 cat confdefs.h >>conftest.$ac_ext
22794 cat >>conftest.$ac_ext <<_ACEOF
22795 /* end confdefs.h. */
22796 #ifndef __ALPHA__
22798 #endif
22799 _ACEOF
22800 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22801 $EGREP "yes" >/dev/null 2>&1; then
22802 ac_cv_cpp_def___ALPHA__=yes
22803 else
22804 ac_cv_cpp_def___ALPHA__=no
22806 rm -f conftest*
22809 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22810 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22811 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22812 CFLAGS="$CFLAGS -D__ALPHA__"
22813 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22816 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22817 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22818 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22819 echo $ECHO_N "(cached) $ECHO_C" >&6
22820 else
22821 cat >conftest.$ac_ext <<_ACEOF
22822 /* confdefs.h. */
22823 _ACEOF
22824 cat confdefs.h >>conftest.$ac_ext
22825 cat >>conftest.$ac_ext <<_ACEOF
22826 /* end confdefs.h. */
22827 #ifndef __sparc__
22829 #endif
22830 _ACEOF
22831 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22832 $EGREP "yes" >/dev/null 2>&1; then
22833 ac_cv_cpp_def___sparc__=yes
22834 else
22835 ac_cv_cpp_def___sparc__=no
22837 rm -f conftest*
22840 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22841 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22842 if test $ac_cv_cpp_def___sparc__ = yes; then
22843 CFLAGS="$CFLAGS -D__sparc__"
22844 LINTFLAGS="$LINTFLAGS -D__sparc__"
22847 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22848 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22849 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22850 echo $ECHO_N "(cached) $ECHO_C" >&6
22851 else
22852 cat >conftest.$ac_ext <<_ACEOF
22853 /* confdefs.h. */
22854 _ACEOF
22855 cat confdefs.h >>conftest.$ac_ext
22856 cat >>conftest.$ac_ext <<_ACEOF
22857 /* end confdefs.h. */
22858 #ifndef __powerpc__
22860 #endif
22861 _ACEOF
22862 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22863 $EGREP "yes" >/dev/null 2>&1; then
22864 ac_cv_cpp_def___powerpc__=yes
22865 else
22866 ac_cv_cpp_def___powerpc__=no
22868 rm -f conftest*
22871 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22872 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22873 if test $ac_cv_cpp_def___powerpc__ = yes; then
22874 CFLAGS="$CFLAGS -D__powerpc__"
22875 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22878 esac
22880 case $host_vendor in
22881 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22882 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22883 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22884 echo $ECHO_N "(cached) $ECHO_C" >&6
22885 else
22886 cat >conftest.$ac_ext <<_ACEOF
22887 /* confdefs.h. */
22888 _ACEOF
22889 cat confdefs.h >>conftest.$ac_ext
22890 cat >>conftest.$ac_ext <<_ACEOF
22891 /* end confdefs.h. */
22892 #ifndef __sun__
22894 #endif
22895 _ACEOF
22896 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22897 $EGREP "yes" >/dev/null 2>&1; then
22898 ac_cv_cpp_def___sun__=yes
22899 else
22900 ac_cv_cpp_def___sun__=no
22902 rm -f conftest*
22905 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22906 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22907 if test $ac_cv_cpp_def___sun__ = yes; then
22908 CFLAGS="$CFLAGS -D__sun__"
22909 LINTFLAGS="$LINTFLAGS -D__sun__"
22912 esac
22915 DEPENDENCIES="### Dependencies:
22917 .INIT: Makefile
22918 .BEGIN: Makefile
22919 .MAKEFILEDEPS:
22920 Makefile: dummy
22921 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22923 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22924 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22925 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22926 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22927 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22930 ALL_MAKERULES=""
22932 ALL_MAKEFILES=""
22934 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22937 ALL_TOP_DIRS=""
22939 ALL_DLL_DIRS=""
22941 ALL_IMPLIB_DIRS=""
22943 ALL_TEST_DIRS=""
22945 ALL_PROGRAM_DIRS=""
22947 ALL_PROGRAM_INSTALL_DIRS=""
22949 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22955 ac_config_commands="$ac_config_commands include/stamp-h"
22958 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22960 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22962 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22964 ac_config_commands="$ac_config_commands dlls/user32/resources"
22966 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22968 ac_config_commands="$ac_config_commands include/wine"
22971 ALL_MAKERULES="$ALL_MAKERULES \\
22972 Make.rules"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 Make.rules: Make.rules.in"
22975 MAKE_RULES=Make.rules
22976 ac_config_files="$ac_config_files Make.rules"
22978 ALL_MAKERULES="$ALL_MAKERULES \\
22979 dlls/Makedll.rules"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22982 MAKE_DLL_RULES=dlls/Makedll.rules
22983 ac_config_files="$ac_config_files dlls/Makedll.rules"
22985 ALL_MAKERULES="$ALL_MAKERULES \\
22986 dlls/Makeimplib.rules"
22987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22988 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22989 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22990 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22992 ALL_MAKERULES="$ALL_MAKERULES \\
22993 dlls/Maketest.rules"
22994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22995 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22996 MAKE_TEST_RULES=dlls/Maketest.rules
22997 ac_config_files="$ac_config_files dlls/Maketest.rules"
22999 ALL_MAKERULES="$ALL_MAKERULES \\
23000 programs/Makeprog.rules"
23001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23002 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23003 MAKE_PROG_RULES=programs/Makeprog.rules
23004 ac_config_files="$ac_config_files programs/Makeprog.rules"
23009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23010 Makefile: Makefile.in Make.rules"
23011 ac_config_files="$ac_config_files Makefile"
23013 ALL_MAKEFILES="$ALL_MAKEFILES \\
23014 dlls/Makefile"
23015 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23016 dlls"
23017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23018 dlls/Makefile: dlls/Makefile.in Make.rules"
23019 ac_config_files="$ac_config_files dlls/Makefile"
23021 ALL_MAKEFILES="$ALL_MAKEFILES \\
23022 dlls/acledit/Makefile"
23023 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23024 acledit"
23025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23026 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23027 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23029 ALL_MAKEFILES="$ALL_MAKEFILES \\
23030 dlls/aclui/Makefile"
23031 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23032 aclui"
23033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23034 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23035 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23037 ALL_MAKEFILES="$ALL_MAKEFILES \\
23038 dlls/activeds/Makefile"
23039 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23040 activeds"
23041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23042 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23043 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23045 ALL_MAKEFILES="$ALL_MAKEFILES \\
23046 dlls/actxprxy/Makefile"
23047 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23048 actxprxy"
23049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23050 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23051 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23053 ALL_MAKEFILES="$ALL_MAKEFILES \\
23054 dlls/adsiid/Makefile"
23055 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23056 adsiid"
23057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23058 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23059 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23061 ALL_MAKEFILES="$ALL_MAKEFILES \\
23062 dlls/advapi32/Makefile"
23063 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23064 advapi32"
23065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23066 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23067 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23069 ALL_MAKEFILES="$ALL_MAKEFILES \\
23070 dlls/advapi32/tests/Makefile"
23071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23072 advapi32/tests"
23073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23074 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23075 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23077 ALL_MAKEFILES="$ALL_MAKEFILES \\
23078 dlls/advpack/Makefile"
23079 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23080 advpack"
23081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23082 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23083 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23085 ALL_MAKEFILES="$ALL_MAKEFILES \\
23086 dlls/advpack/tests/Makefile"
23087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23088 advpack/tests"
23089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23090 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23091 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23093 ALL_MAKEFILES="$ALL_MAKEFILES \\
23094 dlls/amstream/Makefile"
23095 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23096 amstream"
23097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23098 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23099 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23101 ALL_MAKEFILES="$ALL_MAKEFILES \\
23102 dlls/appwiz.cpl/Makefile"
23103 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23104 appwiz.cpl"
23105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23106 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23107 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23109 ALL_MAKEFILES="$ALL_MAKEFILES \\
23110 dlls/atl/Makefile"
23111 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23112 atl"
23113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23114 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23115 ac_config_files="$ac_config_files dlls/atl/Makefile"
23117 ALL_MAKEFILES="$ALL_MAKEFILES \\
23118 dlls/authz/Makefile"
23119 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23120 authz"
23121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23122 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23123 ac_config_files="$ac_config_files dlls/authz/Makefile"
23125 ALL_MAKEFILES="$ALL_MAKEFILES \\
23126 dlls/avicap32/Makefile"
23127 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23128 avicap32"
23129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23130 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23131 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23133 ALL_MAKEFILES="$ALL_MAKEFILES \\
23134 dlls/avifil32/Makefile"
23135 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23136 avifil32"
23137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23138 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23139 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23141 ALL_MAKEFILES="$ALL_MAKEFILES \\
23142 dlls/avifile.dll16/Makefile"
23143 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23144 avifile.dll16"
23145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23146 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23147 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23149 ALL_MAKEFILES="$ALL_MAKEFILES \\
23150 dlls/bcrypt/Makefile"
23151 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23152 bcrypt"
23153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23154 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23155 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23157 ALL_MAKEFILES="$ALL_MAKEFILES \\
23158 dlls/browseui/Makefile"
23159 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23160 browseui"
23161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23162 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23163 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23165 ALL_MAKEFILES="$ALL_MAKEFILES \\
23166 dlls/browseui/tests/Makefile"
23167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23168 browseui/tests"
23169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23170 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23171 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23173 ALL_MAKEFILES="$ALL_MAKEFILES \\
23174 dlls/cabinet/Makefile"
23175 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23176 cabinet"
23177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23178 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23179 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23181 ALL_MAKEFILES="$ALL_MAKEFILES \\
23182 dlls/cabinet/tests/Makefile"
23183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23184 cabinet/tests"
23185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23186 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23187 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23189 ALL_MAKEFILES="$ALL_MAKEFILES \\
23190 dlls/capi2032/Makefile"
23191 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23192 capi2032"
23193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23194 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23195 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23197 ALL_MAKEFILES="$ALL_MAKEFILES \\
23198 dlls/cards/Makefile"
23199 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23200 cards"
23201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23202 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23203 ac_config_files="$ac_config_files dlls/cards/Makefile"
23205 ALL_MAKEFILES="$ALL_MAKEFILES \\
23206 dlls/cfgmgr32/Makefile"
23207 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23208 cfgmgr32"
23209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23210 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23211 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23213 ALL_MAKEFILES="$ALL_MAKEFILES \\
23214 dlls/clusapi/Makefile"
23215 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23216 clusapi"
23217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23218 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23219 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23221 ALL_MAKEFILES="$ALL_MAKEFILES \\
23222 dlls/comcat/Makefile"
23223 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23224 comcat"
23225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23226 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23227 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23229 ALL_MAKEFILES="$ALL_MAKEFILES \\
23230 dlls/comcat/tests/Makefile"
23231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23232 comcat/tests"
23233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23234 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23235 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23237 ALL_MAKEFILES="$ALL_MAKEFILES \\
23238 dlls/comctl32/Makefile"
23239 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23240 comctl32"
23241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23242 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23243 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23245 ALL_MAKEFILES="$ALL_MAKEFILES \\
23246 dlls/comctl32/tests/Makefile"
23247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23248 comctl32/tests"
23249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23250 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23251 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23253 ALL_MAKEFILES="$ALL_MAKEFILES \\
23254 dlls/comdlg32/Makefile"
23255 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23256 comdlg32"
23257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23258 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23259 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23261 ALL_MAKEFILES="$ALL_MAKEFILES \\
23262 dlls/comdlg32/tests/Makefile"
23263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23264 comdlg32/tests"
23265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23266 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23267 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23269 ALL_MAKEFILES="$ALL_MAKEFILES \\
23270 dlls/comm.drv16/Makefile"
23271 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23272 comm.drv16"
23273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23274 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23275 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23277 ALL_MAKEFILES="$ALL_MAKEFILES \\
23278 dlls/compobj.dll16/Makefile"
23279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23280 compobj.dll16"
23281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23282 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23283 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23285 ALL_MAKEFILES="$ALL_MAKEFILES \\
23286 dlls/compstui/Makefile"
23287 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23288 compstui"
23289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23290 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23291 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23293 ALL_MAKEFILES="$ALL_MAKEFILES \\
23294 dlls/credui/Makefile"
23295 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23296 credui"
23297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23298 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23299 ac_config_files="$ac_config_files dlls/credui/Makefile"
23301 ALL_MAKEFILES="$ALL_MAKEFILES \\
23302 dlls/credui/tests/Makefile"
23303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23304 credui/tests"
23305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23306 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23307 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23309 ALL_MAKEFILES="$ALL_MAKEFILES \\
23310 dlls/crtdll/Makefile"
23311 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23312 crtdll"
23313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23314 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23315 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23317 ALL_MAKEFILES="$ALL_MAKEFILES \\
23318 dlls/crypt32/Makefile"
23319 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23320 crypt32"
23321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23322 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23323 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23325 ALL_MAKEFILES="$ALL_MAKEFILES \\
23326 dlls/crypt32/tests/Makefile"
23327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23328 crypt32/tests"
23329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23330 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23331 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23333 ALL_MAKEFILES="$ALL_MAKEFILES \\
23334 dlls/cryptdlg/Makefile"
23335 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23336 cryptdlg"
23337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23338 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23339 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23341 ALL_MAKEFILES="$ALL_MAKEFILES \\
23342 dlls/cryptdll/Makefile"
23343 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23344 cryptdll"
23345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23346 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23347 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23349 ALL_MAKEFILES="$ALL_MAKEFILES \\
23350 dlls/cryptnet/Makefile"
23351 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23352 cryptnet"
23353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23354 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23355 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23357 ALL_MAKEFILES="$ALL_MAKEFILES \\
23358 dlls/cryptnet/tests/Makefile"
23359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23360 cryptnet/tests"
23361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23362 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23363 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23365 ALL_MAKEFILES="$ALL_MAKEFILES \\
23366 dlls/cryptui/Makefile"
23367 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23368 cryptui"
23369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23370 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23371 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23373 ALL_MAKEFILES="$ALL_MAKEFILES \\
23374 dlls/cryptui/tests/Makefile"
23375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23376 cryptui/tests"
23377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23378 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23379 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23381 ALL_MAKEFILES="$ALL_MAKEFILES \\
23382 dlls/ctapi32/Makefile"
23383 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23384 ctapi32"
23385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23386 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23387 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23389 ALL_MAKEFILES="$ALL_MAKEFILES \\
23390 dlls/ctl3d.dll16/Makefile"
23391 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23392 ctl3d.dll16"
23393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23394 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23395 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23397 ALL_MAKEFILES="$ALL_MAKEFILES \\
23398 dlls/ctl3d32/Makefile"
23399 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23400 ctl3d32"
23401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23402 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23403 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23405 ALL_MAKEFILES="$ALL_MAKEFILES \\
23406 dlls/ctl3dv2.dll16/Makefile"
23407 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23408 ctl3dv2.dll16"
23409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23410 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23411 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23413 ALL_MAKEFILES="$ALL_MAKEFILES \\
23414 dlls/d3d10/Makefile"
23415 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23416 d3d10"
23417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23418 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23419 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23421 ALL_MAKEFILES="$ALL_MAKEFILES \\
23422 dlls/d3d10/tests/Makefile"
23423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23424 d3d10/tests"
23425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23426 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23427 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23429 ALL_MAKEFILES="$ALL_MAKEFILES \\
23430 dlls/d3d10core/Makefile"
23431 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23432 d3d10core"
23433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23434 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23435 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23437 ALL_MAKEFILES="$ALL_MAKEFILES \\
23438 dlls/d3d10core/tests/Makefile"
23439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23440 d3d10core/tests"
23441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23442 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23443 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23445 ALL_MAKEFILES="$ALL_MAKEFILES \\
23446 dlls/d3d8/Makefile"
23447 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23448 d3d8"
23449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23450 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23451 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23453 ALL_MAKEFILES="$ALL_MAKEFILES \\
23454 dlls/d3d8/tests/Makefile"
23455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23456 d3d8/tests"
23457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23458 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23459 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23461 ALL_MAKEFILES="$ALL_MAKEFILES \\
23462 dlls/d3d9/Makefile"
23463 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23464 d3d9"
23465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23466 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23467 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23469 ALL_MAKEFILES="$ALL_MAKEFILES \\
23470 dlls/d3d9/tests/Makefile"
23471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23472 d3d9/tests"
23473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23474 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23475 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23477 ALL_MAKEFILES="$ALL_MAKEFILES \\
23478 dlls/d3dim/Makefile"
23479 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23480 d3dim"
23481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23482 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23483 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23485 ALL_MAKEFILES="$ALL_MAKEFILES \\
23486 dlls/d3drm/Makefile"
23487 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23488 d3drm"
23489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23490 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23491 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23493 ALL_MAKEFILES="$ALL_MAKEFILES \\
23494 dlls/d3drm/tests/Makefile"
23495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23496 d3drm/tests"
23497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23498 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23499 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23501 ALL_MAKEFILES="$ALL_MAKEFILES \\
23502 dlls/d3dx8/Makefile"
23503 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23504 d3dx8"
23505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23506 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23507 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23509 ALL_MAKEFILES="$ALL_MAKEFILES \\
23510 dlls/d3dx8/tests/Makefile"
23511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23512 d3dx8/tests"
23513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23514 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23515 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23517 ALL_MAKEFILES="$ALL_MAKEFILES \\
23518 dlls/d3dx9_24/Makefile"
23519 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23520 d3dx9_24"
23521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23522 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23523 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23525 ALL_MAKEFILES="$ALL_MAKEFILES \\
23526 dlls/d3dx9_25/Makefile"
23527 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23528 d3dx9_25"
23529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23530 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23531 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23533 ALL_MAKEFILES="$ALL_MAKEFILES \\
23534 dlls/d3dx9_26/Makefile"
23535 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23536 d3dx9_26"
23537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23538 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23539 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23541 ALL_MAKEFILES="$ALL_MAKEFILES \\
23542 dlls/d3dx9_27/Makefile"
23543 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23544 d3dx9_27"
23545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23546 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23547 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23549 ALL_MAKEFILES="$ALL_MAKEFILES \\
23550 dlls/d3dx9_28/Makefile"
23551 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23552 d3dx9_28"
23553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23554 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23555 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23557 ALL_MAKEFILES="$ALL_MAKEFILES \\
23558 dlls/d3dx9_29/Makefile"
23559 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23560 d3dx9_29"
23561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23562 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23563 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23565 ALL_MAKEFILES="$ALL_MAKEFILES \\
23566 dlls/d3dx9_30/Makefile"
23567 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23568 d3dx9_30"
23569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23570 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23571 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23573 ALL_MAKEFILES="$ALL_MAKEFILES \\
23574 dlls/d3dx9_31/Makefile"
23575 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23576 d3dx9_31"
23577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23578 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23579 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23581 ALL_MAKEFILES="$ALL_MAKEFILES \\
23582 dlls/d3dx9_32/Makefile"
23583 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23584 d3dx9_32"
23585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23586 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23587 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23589 ALL_MAKEFILES="$ALL_MAKEFILES \\
23590 dlls/d3dx9_33/Makefile"
23591 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23592 d3dx9_33"
23593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23594 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23595 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23597 ALL_MAKEFILES="$ALL_MAKEFILES \\
23598 dlls/d3dx9_34/Makefile"
23599 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23600 d3dx9_34"
23601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23602 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23603 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23605 ALL_MAKEFILES="$ALL_MAKEFILES \\
23606 dlls/d3dx9_35/Makefile"
23607 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23608 d3dx9_35"
23609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23610 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23611 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23613 ALL_MAKEFILES="$ALL_MAKEFILES \\
23614 dlls/d3dx9_36/Makefile"
23615 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23616 d3dx9_36"
23617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23618 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23619 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23621 ALL_MAKEFILES="$ALL_MAKEFILES \\
23622 dlls/d3dx9_36/tests/Makefile"
23623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23624 d3dx9_36/tests"
23625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23626 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23627 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23629 ALL_MAKEFILES="$ALL_MAKEFILES \\
23630 dlls/d3dx9_37/Makefile"
23631 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23632 d3dx9_37"
23633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23634 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23635 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23637 ALL_MAKEFILES="$ALL_MAKEFILES \\
23638 dlls/d3dx9_38/Makefile"
23639 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23640 d3dx9_38"
23641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23642 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23643 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23645 ALL_MAKEFILES="$ALL_MAKEFILES \\
23646 dlls/d3dx9_39/Makefile"
23647 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23648 d3dx9_39"
23649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23650 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23651 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23653 ALL_MAKEFILES="$ALL_MAKEFILES \\
23654 dlls/d3dx9_40/Makefile"
23655 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23656 d3dx9_40"
23657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23658 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23659 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23661 ALL_MAKEFILES="$ALL_MAKEFILES \\
23662 dlls/d3dx9_41/Makefile"
23663 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23664 d3dx9_41"
23665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23666 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23667 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23669 ALL_MAKEFILES="$ALL_MAKEFILES \\
23670 dlls/d3dxof/Makefile"
23671 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23672 d3dxof"
23673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23674 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23675 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23677 ALL_MAKEFILES="$ALL_MAKEFILES \\
23678 dlls/d3dxof/tests/Makefile"
23679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23680 d3dxof/tests"
23681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23682 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23683 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23685 ALL_MAKEFILES="$ALL_MAKEFILES \\
23686 dlls/dbghelp/Makefile"
23687 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23688 dbghelp"
23689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23690 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23691 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23693 ALL_MAKEFILES="$ALL_MAKEFILES \\
23694 dlls/dciman32/Makefile"
23695 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23696 dciman32"
23697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23698 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23699 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23701 ALL_MAKEFILES="$ALL_MAKEFILES \\
23702 dlls/ddraw/Makefile"
23703 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23704 ddraw"
23705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23706 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23707 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23709 ALL_MAKEFILES="$ALL_MAKEFILES \\
23710 dlls/ddraw/tests/Makefile"
23711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23712 ddraw/tests"
23713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23714 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23715 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23717 ALL_MAKEFILES="$ALL_MAKEFILES \\
23718 dlls/ddrawex/Makefile"
23719 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23720 ddrawex"
23721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23722 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23723 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23725 ALL_MAKEFILES="$ALL_MAKEFILES \\
23726 dlls/ddrawex/tests/Makefile"
23727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23728 ddrawex/tests"
23729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23730 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23731 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23733 ALL_MAKEFILES="$ALL_MAKEFILES \\
23734 dlls/devenum/Makefile"
23735 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23736 devenum"
23737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23738 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23739 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23741 ALL_MAKEFILES="$ALL_MAKEFILES \\
23742 dlls/dinput/Makefile"
23743 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23744 dinput"
23745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23746 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23747 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23749 ALL_MAKEFILES="$ALL_MAKEFILES \\
23750 dlls/dinput/tests/Makefile"
23751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23752 dinput/tests"
23753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23754 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23755 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23757 ALL_MAKEFILES="$ALL_MAKEFILES \\
23758 dlls/dinput8/Makefile"
23759 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23760 dinput8"
23761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23762 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23763 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23765 ALL_MAKEFILES="$ALL_MAKEFILES \\
23766 dlls/dispdib.dll16/Makefile"
23767 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23768 dispdib.dll16"
23769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23770 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23771 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23773 ALL_MAKEFILES="$ALL_MAKEFILES \\
23774 dlls/display.drv16/Makefile"
23775 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23776 display.drv16"
23777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23778 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23779 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23781 ALL_MAKEFILES="$ALL_MAKEFILES \\
23782 dlls/dmband/Makefile"
23783 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23784 dmband"
23785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23786 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23787 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23789 ALL_MAKEFILES="$ALL_MAKEFILES \\
23790 dlls/dmcompos/Makefile"
23791 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23792 dmcompos"
23793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23794 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23795 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23797 ALL_MAKEFILES="$ALL_MAKEFILES \\
23798 dlls/dmime/Makefile"
23799 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23800 dmime"
23801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23802 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23803 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23805 ALL_MAKEFILES="$ALL_MAKEFILES \\
23806 dlls/dmloader/Makefile"
23807 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23808 dmloader"
23809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23810 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23811 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23813 ALL_MAKEFILES="$ALL_MAKEFILES \\
23814 dlls/dmscript/Makefile"
23815 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23816 dmscript"
23817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23818 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23819 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23821 ALL_MAKEFILES="$ALL_MAKEFILES \\
23822 dlls/dmstyle/Makefile"
23823 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23824 dmstyle"
23825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23826 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23827 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23829 ALL_MAKEFILES="$ALL_MAKEFILES \\
23830 dlls/dmsynth/Makefile"
23831 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23832 dmsynth"
23833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23834 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23835 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23837 ALL_MAKEFILES="$ALL_MAKEFILES \\
23838 dlls/dmusic/Makefile"
23839 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23840 dmusic"
23841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23842 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23843 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23845 ALL_MAKEFILES="$ALL_MAKEFILES \\
23846 dlls/dmusic32/Makefile"
23847 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23848 dmusic32"
23849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23850 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23851 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23853 ALL_MAKEFILES="$ALL_MAKEFILES \\
23854 dlls/dnsapi/Makefile"
23855 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23856 dnsapi"
23857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23858 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23859 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23861 ALL_MAKEFILES="$ALL_MAKEFILES \\
23862 dlls/dnsapi/tests/Makefile"
23863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23864 dnsapi/tests"
23865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23866 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23867 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23869 ALL_MAKEFILES="$ALL_MAKEFILES \\
23870 dlls/dplay/Makefile"
23871 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23872 dplay"
23873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23874 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23875 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23877 ALL_MAKEFILES="$ALL_MAKEFILES \\
23878 dlls/dplayx/Makefile"
23879 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23880 dplayx"
23881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23882 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23883 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23885 ALL_MAKEFILES="$ALL_MAKEFILES \\
23886 dlls/dplayx/tests/Makefile"
23887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23888 dplayx/tests"
23889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23890 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23891 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23893 ALL_MAKEFILES="$ALL_MAKEFILES \\
23894 dlls/dpnaddr/Makefile"
23895 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23896 dpnaddr"
23897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23898 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23899 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23901 ALL_MAKEFILES="$ALL_MAKEFILES \\
23902 dlls/dpnet/Makefile"
23903 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23904 dpnet"
23905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23906 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23907 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23909 ALL_MAKEFILES="$ALL_MAKEFILES \\
23910 dlls/dpnhpast/Makefile"
23911 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23912 dpnhpast"
23913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23914 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23915 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23917 ALL_MAKEFILES="$ALL_MAKEFILES \\
23918 dlls/dpnlobby/Makefile"
23919 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23920 dpnlobby"
23921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23922 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23923 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23925 ALL_MAKEFILES="$ALL_MAKEFILES \\
23926 dlls/dpwsockx/Makefile"
23927 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23928 dpwsockx"
23929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23930 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23931 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23933 ALL_MAKEFILES="$ALL_MAKEFILES \\
23934 dlls/dsound/Makefile"
23935 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23936 dsound"
23937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23938 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23939 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23941 ALL_MAKEFILES="$ALL_MAKEFILES \\
23942 dlls/dsound/tests/Makefile"
23943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23944 dsound/tests"
23945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23946 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23947 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23949 ALL_MAKEFILES="$ALL_MAKEFILES \\
23950 dlls/dssenh/Makefile"
23951 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23952 dssenh"
23953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23954 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23955 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23957 ALL_MAKEFILES="$ALL_MAKEFILES \\
23958 dlls/dswave/Makefile"
23959 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23960 dswave"
23961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23962 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23963 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23965 ALL_MAKEFILES="$ALL_MAKEFILES \\
23966 dlls/dwmapi/Makefile"
23967 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23968 dwmapi"
23969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23970 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23971 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23973 ALL_MAKEFILES="$ALL_MAKEFILES \\
23974 dlls/dxdiagn/Makefile"
23975 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23976 dxdiagn"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23979 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23981 ALL_MAKEFILES="$ALL_MAKEFILES \\
23982 dlls/dxerr8/Makefile"
23983 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23984 dxerr8"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23987 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23989 ALL_MAKEFILES="$ALL_MAKEFILES \\
23990 dlls/dxerr9/Makefile"
23991 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23992 dxerr9"
23993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23994 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23995 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23997 ALL_MAKEFILES="$ALL_MAKEFILES \\
23998 dlls/dxgi/Makefile"
23999 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24000 dxgi"
24001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24002 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24003 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24005 ALL_MAKEFILES="$ALL_MAKEFILES \\
24006 dlls/dxgi/tests/Makefile"
24007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24008 dxgi/tests"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24011 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/dxguid/Makefile"
24015 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24016 dxguid"
24017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24018 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24019 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24021 ALL_MAKEFILES="$ALL_MAKEFILES \\
24022 dlls/faultrep/Makefile"
24023 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 faultrep"
24025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24026 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24027 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24029 ALL_MAKEFILES="$ALL_MAKEFILES \\
24030 dlls/fusion/Makefile"
24031 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24032 fusion"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24035 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/fusion/tests/Makefile"
24039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24040 fusion/tests"
24041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24042 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24043 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24045 ALL_MAKEFILES="$ALL_MAKEFILES \\
24046 dlls/gdi32/Makefile"
24047 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24048 gdi32"
24049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24050 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24051 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24053 ALL_MAKEFILES="$ALL_MAKEFILES \\
24054 dlls/gdi32/tests/Makefile"
24055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24056 gdi32/tests"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24059 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/gdiplus/Makefile"
24063 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24064 gdiplus"
24065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24066 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24067 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24069 ALL_MAKEFILES="$ALL_MAKEFILES \\
24070 dlls/gdiplus/tests/Makefile"
24071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24072 gdiplus/tests"
24073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24074 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24075 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24077 ALL_MAKEFILES="$ALL_MAKEFILES \\
24078 dlls/glu32/Makefile"
24079 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24080 glu32"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24083 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/gphoto2.ds/Makefile"
24087 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24088 gphoto2.ds"
24089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24090 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24091 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24093 ALL_MAKEFILES="$ALL_MAKEFILES \\
24094 dlls/gpkcsp/Makefile"
24095 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24096 gpkcsp"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24099 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24101 ALL_MAKEFILES="$ALL_MAKEFILES \\
24102 dlls/hal/Makefile"
24103 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24104 hal"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24107 ac_config_files="$ac_config_files dlls/hal/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/hhctrl.ocx/Makefile"
24111 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24112 hhctrl.ocx"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24115 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24117 ALL_MAKEFILES="$ALL_MAKEFILES \\
24118 dlls/hid/Makefile"
24119 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24120 hid"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24123 ac_config_files="$ac_config_files dlls/hid/Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/hlink/Makefile"
24127 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24128 hlink"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24131 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/hlink/tests/Makefile"
24135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24136 hlink/tests"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24139 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/hnetcfg/Makefile"
24143 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24144 hnetcfg"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24147 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/httpapi/Makefile"
24151 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 httpapi"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/iccvid/Makefile"
24159 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24160 iccvid"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24163 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/icmp/Makefile"
24167 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 icmp"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24171 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/ifsmgr.vxd/Makefile"
24175 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 ifsmgr.vxd"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24179 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/imaadp32.acm/Makefile"
24183 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24184 imaadp32.acm"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24187 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/imagehlp/Makefile"
24191 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 imagehlp"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24195 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/imm.dll16/Makefile"
24199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24200 imm.dll16"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24203 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/imm32/Makefile"
24207 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24208 imm32"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24211 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/imm32/tests/Makefile"
24215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24216 imm32/tests"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24219 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/inetcomm/Makefile"
24223 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24224 inetcomm"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24227 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/inetcomm/tests/Makefile"
24231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24232 inetcomm/tests"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24235 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/inetmib1/Makefile"
24239 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24240 inetmib1"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24243 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/inetmib1/tests/Makefile"
24247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24248 inetmib1/tests"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24251 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/infosoft/Makefile"
24255 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24256 infosoft"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24259 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/infosoft/tests/Makefile"
24263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24264 infosoft/tests"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24267 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/initpki/Makefile"
24271 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24272 initpki"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24275 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/inkobj/Makefile"
24279 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24280 inkobj"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24283 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/inseng/Makefile"
24287 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24288 inseng"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24291 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/iphlpapi/Makefile"
24295 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 iphlpapi"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/iphlpapi/tests/Makefile"
24303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24304 iphlpapi/tests"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24307 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/itircl/Makefile"
24311 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 itircl"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/itss/Makefile"
24319 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 itss"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/itss/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/itss/tests/Makefile"
24327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24328 itss/tests"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24331 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/jscript/Makefile"
24335 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 jscript"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/jscript/tests/Makefile"
24343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24344 jscript/tests"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24347 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/kernel32/Makefile"
24351 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 kernel32"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/kernel32/tests/Makefile"
24359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24360 kernel32/tests"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24363 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/keyboard.drv16/Makefile"
24367 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 keyboard.drv16"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/loadperf/Makefile"
24375 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 loadperf"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/localspl/Makefile"
24383 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 localspl"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/localspl/tests/Makefile"
24391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24392 localspl/tests"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24395 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/localui/Makefile"
24399 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 localui"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/localui/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/localui/tests/Makefile"
24407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24408 localui/tests"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24411 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/lz32/Makefile"
24415 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 lz32"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/lz32/tests/Makefile"
24423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24424 lz32/tests"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24427 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/lzexpand.dll16/Makefile"
24431 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 lzexpand.dll16"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/mapi32/Makefile"
24439 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 mapi32"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/mapi32/tests/Makefile"
24447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24448 mapi32/tests"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24451 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/mciavi32/Makefile"
24455 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 mciavi32"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/mcicda/Makefile"
24463 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 mcicda"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/mciqtz32/Makefile"
24471 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 mciqtz32"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/mciseq/Makefile"
24479 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 mciseq"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/mciwave/Makefile"
24487 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 mciwave"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/midimap/Makefile"
24495 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 midimap"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/mlang/Makefile"
24503 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 mlang"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/mlang/tests/Makefile"
24511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24512 mlang/tests"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24515 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/mmdevldr.vxd/Makefile"
24519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 mmdevldr.vxd"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/monodebg.vxd/Makefile"
24527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 monodebg.vxd"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/mountmgr.sys/Makefile"
24535 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 mountmgr.sys"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/mouse.drv16/Makefile"
24543 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 mouse.drv16"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/mpr/Makefile"
24551 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 mpr"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/mprapi/Makefile"
24559 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 mprapi"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/msacm.dll16/Makefile"
24567 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 msacm.dll16"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/msacm32.drv/Makefile"
24575 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 msacm32.drv"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/msacm32/Makefile"
24583 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 msacm32"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/msacm32/tests/Makefile"
24591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24592 msacm32/tests"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24595 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/msadp32.acm/Makefile"
24599 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 msadp32.acm"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/mscat32/Makefile"
24607 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 mscat32"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/mscms/Makefile"
24615 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 mscms"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/mscms/tests/Makefile"
24623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24624 mscms/tests"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24627 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/mscoree/Makefile"
24631 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 mscoree"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/msctf/Makefile"
24639 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 msctf"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/msctf/tests/Makefile"
24647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24648 msctf/tests"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24651 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/msdmo/Makefile"
24655 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 msdmo"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/msftedit/Makefile"
24663 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 msftedit"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/msg711.acm/Makefile"
24671 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 msg711.acm"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/mshtml.tlb/Makefile"
24679 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 mshtml.tlb"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/mshtml/Makefile"
24687 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 mshtml"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/mshtml/tests/Makefile"
24695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24696 mshtml/tests"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24699 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/msi/Makefile"
24703 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 msi"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/msi/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/msi/tests/Makefile"
24711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24712 msi/tests"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24715 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/msimg32/Makefile"
24719 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 msimg32"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/msimtf/Makefile"
24727 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 msimtf"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/msisip/Makefile"
24735 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 msisip"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/msisys.ocx/Makefile"
24743 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 msisys.ocx"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/msnet32/Makefile"
24751 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 msnet32"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/msrle32/Makefile"
24759 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 msrle32"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/mssign32/Makefile"
24767 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 mssign32"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24771 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/mssip32/Makefile"
24775 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 mssip32"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/mstask/Makefile"
24783 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 mstask"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24787 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/mstask/tests/Makefile"
24791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24792 mstask/tests"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24795 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/msvcirt/Makefile"
24799 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 msvcirt"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/msvcr71/Makefile"
24807 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 msvcr71"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/msvcrt/Makefile"
24815 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 msvcrt"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/msvcrt/tests/Makefile"
24823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24824 msvcrt/tests"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24827 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/msvcrt20/Makefile"
24831 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 msvcrt20"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/msvcrt40/Makefile"
24839 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 msvcrt40"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/msvcrtd/Makefile"
24847 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 msvcrtd"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/msvcrtd/tests/Makefile"
24855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24856 msvcrtd/tests"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24859 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/msvfw32/Makefile"
24863 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 msvfw32"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/msvfw32/tests/Makefile"
24871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24872 msvfw32/tests"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24875 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/msvidc32/Makefile"
24879 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 msvidc32"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/mswsock/Makefile"
24887 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 mswsock"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/msxml3/Makefile"
24895 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 msxml3"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/msxml3/tests/Makefile"
24903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24904 msxml3/tests"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24907 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/nddeapi/Makefile"
24911 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 nddeapi"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/netapi32/Makefile"
24919 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 netapi32"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/netapi32/tests/Makefile"
24927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 netapi32/tests"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24931 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/newdev/Makefile"
24935 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 newdev"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/ntdll/Makefile"
24943 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 ntdll"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/ntdll/tests/Makefile"
24951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24952 ntdll/tests"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24955 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/ntdsapi/Makefile"
24959 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 ntdsapi"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/ntdsapi/tests/Makefile"
24967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24968 ntdsapi/tests"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24971 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/ntoskrnl.exe/Makefile"
24975 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 ntoskrnl.exe"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/ntprint/Makefile"
24983 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 ntprint"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/ntprint/tests/Makefile"
24991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24992 ntprint/tests"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24995 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/objsel/Makefile"
24999 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 objsel"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/odbc32/Makefile"
25007 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 odbc32"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/odbccp32/Makefile"
25015 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 odbccp32"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/odbccp32/tests/Makefile"
25023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25024 odbccp32/tests"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25027 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/ole2.dll16/Makefile"
25031 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 ole2.dll16"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/ole2conv.dll16/Makefile"
25039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 ole2conv.dll16"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/ole2disp.dll16/Makefile"
25047 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 ole2disp.dll16"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/ole2nls.dll16/Makefile"
25055 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 ole2nls.dll16"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/ole2prox.dll16/Makefile"
25063 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 ole2prox.dll16"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/ole2thk.dll16/Makefile"
25071 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 ole2thk.dll16"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/ole32/Makefile"
25079 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 ole32"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/ole32/tests/Makefile"
25087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25088 ole32/tests"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25091 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/oleacc/Makefile"
25095 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 oleacc"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/oleacc/tests/Makefile"
25103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25104 oleacc/tests"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25107 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/oleaut32/Makefile"
25111 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 oleaut32"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/oleaut32/tests/Makefile"
25119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25120 oleaut32/tests"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25123 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/olecli.dll16/Makefile"
25127 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 olecli.dll16"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/olecli32/Makefile"
25135 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 olecli32"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/oledlg/Makefile"
25143 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 oledlg"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/olepro32/Makefile"
25151 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 olepro32"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/olesvr.dll16/Makefile"
25159 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 olesvr.dll16"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/olesvr32/Makefile"
25167 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 olesvr32"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/olethk32/Makefile"
25175 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 olethk32"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/opengl32/Makefile"
25183 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 opengl32"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/opengl32/tests/Makefile"
25191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25192 opengl32/tests"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25195 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/pdh/Makefile"
25199 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 pdh"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/pdh/tests/Makefile"
25207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25208 pdh/tests"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25211 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/pidgen/Makefile"
25215 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 pidgen"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/powrprof/Makefile"
25223 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 powrprof"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/printui/Makefile"
25231 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 printui"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/printui/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/propsys/Makefile"
25239 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 propsys"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/psapi/Makefile"
25247 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 psapi"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/psapi/tests/Makefile"
25255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25256 psapi/tests"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25259 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/pstorec/Makefile"
25263 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 pstorec"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/qcap/Makefile"
25271 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 qcap"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/qedit/Makefile"
25279 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 qedit"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/qedit/tests/Makefile"
25287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25288 qedit/tests"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25291 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/qmgr/Makefile"
25295 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 qmgr"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/qmgr/tests/Makefile"
25303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25304 qmgr/tests"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25307 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/qmgrprxy/Makefile"
25311 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 qmgrprxy"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/quartz/Makefile"
25319 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 quartz"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/quartz/tests/Makefile"
25327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25328 quartz/tests"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25331 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/query/Makefile"
25335 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 query"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/query/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/rasapi16.dll16/Makefile"
25343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 rasapi16.dll16"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/rasapi32/Makefile"
25351 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 rasapi32"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/rasapi32/tests/Makefile"
25359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25360 rasapi32/tests"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25363 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/rasdlg/Makefile"
25367 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 rasdlg"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/resutils/Makefile"
25375 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 resutils"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/riched20/Makefile"
25383 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 riched20"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/riched20/tests/Makefile"
25391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25392 riched20/tests"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25395 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/riched32/Makefile"
25399 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 riched32"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/riched32/tests/Makefile"
25407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25408 riched32/tests"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25411 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/rpcrt4/Makefile"
25415 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 rpcrt4"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/rpcrt4/tests/Makefile"
25423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25424 rpcrt4/tests"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25427 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/rsabase/Makefile"
25431 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 rsabase"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/rsaenh/Makefile"
25439 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 rsaenh"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/rsaenh/tests/Makefile"
25447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25448 rsaenh/tests"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25451 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/sane.ds/Makefile"
25455 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 sane.ds"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/sccbase/Makefile"
25463 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 sccbase"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/schannel/Makefile"
25471 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 schannel"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/schannel/tests/Makefile"
25479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25480 schannel/tests"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25483 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/secur32/Makefile"
25487 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 secur32"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/secur32/tests/Makefile"
25495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25496 secur32/tests"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25499 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/security/Makefile"
25503 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 security"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/security/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/sensapi/Makefile"
25511 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 sensapi"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/serialui/Makefile"
25519 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 serialui"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/serialui/tests/Makefile"
25527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25528 serialui/tests"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25531 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/setupapi/Makefile"
25535 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 setupapi"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/setupapi/tests/Makefile"
25543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25544 setupapi/tests"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25547 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/sfc/Makefile"
25551 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 sfc"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/sfc_os/Makefile"
25559 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 sfc_os"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/shdoclc/Makefile"
25567 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 shdoclc"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/shdocvw/Makefile"
25575 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 shdocvw"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/shdocvw/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 shdocvw/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/shell.dll16/Makefile"
25591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 shell.dll16"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/shell32/Makefile"
25599 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 shell32"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/shell32/tests/Makefile"
25607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25608 shell32/tests"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25611 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/shfolder/Makefile"
25615 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 shfolder"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/shlwapi/Makefile"
25623 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 shlwapi"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/shlwapi/tests/Makefile"
25631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25632 shlwapi/tests"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25635 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/slbcsp/Makefile"
25639 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 slbcsp"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/slc/Makefile"
25647 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 slc"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/slc/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/snmpapi/Makefile"
25655 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 snmpapi"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/snmpapi/tests/Makefile"
25663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25664 snmpapi/tests"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25667 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/softpub/Makefile"
25671 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 softpub"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/sound.drv16/Makefile"
25679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 sound.drv16"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/spoolss/Makefile"
25687 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 spoolss"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/spoolss/tests/Makefile"
25695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25696 spoolss/tests"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25699 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/stdole2.tlb/Makefile"
25703 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 stdole2.tlb"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/stdole32.tlb/Makefile"
25711 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 stdole32.tlb"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/sti/Makefile"
25719 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 sti"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/sti/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/storage.dll16/Makefile"
25727 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 storage.dll16"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/stress.dll16/Makefile"
25735 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 stress.dll16"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/strmiids/Makefile"
25743 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25744 strmiids"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25747 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/svrapi/Makefile"
25751 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 svrapi"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/sxs/Makefile"
25759 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 sxs"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/tapi32/Makefile"
25767 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 tapi32"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/traffic/Makefile"
25775 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 traffic"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/twain.dll16/Makefile"
25783 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 twain.dll16"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/twain_32/Makefile"
25791 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 twain_32"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/twain_32/tests/Makefile"
25799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25800 twain_32/tests"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25803 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/typelib.dll16/Makefile"
25807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 typelib.dll16"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/unicows/Makefile"
25815 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 unicows"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/updspapi/Makefile"
25823 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 updspapi"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/url/Makefile"
25831 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 url"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/url/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/urlmon/Makefile"
25839 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 urlmon"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/urlmon/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 urlmon/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/user32/Makefile"
25855 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 user32"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/user32/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/user32/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 user32/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/userenv/Makefile"
25871 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 userenv"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/userenv/tests/Makefile"
25879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25880 userenv/tests"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25883 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/usp10/Makefile"
25887 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 usp10"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/usp10/tests/Makefile"
25895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25896 usp10/tests"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25899 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/uuid/Makefile"
25903 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25904 uuid"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25907 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/uxtheme/Makefile"
25911 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 uxtheme"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/uxtheme/tests/Makefile"
25919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25920 uxtheme/tests"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25923 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/vdhcp.vxd/Makefile"
25927 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 vdhcp.vxd"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/vdmdbg/Makefile"
25935 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 vdmdbg"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/version/Makefile"
25943 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 version"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/version/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/version/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 version/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/vmm.vxd/Makefile"
25959 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 vmm.vxd"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/vnbt.vxd/Makefile"
25967 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 vnbt.vxd"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/vnetbios.vxd/Makefile"
25975 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 vnetbios.vxd"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/vtdapi.vxd/Makefile"
25983 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 vtdapi.vxd"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/vwin32.vxd/Makefile"
25991 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 vwin32.vxd"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/w32skrnl/Makefile"
25999 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 w32skrnl"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/w32sys.dll16/Makefile"
26007 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 w32sys.dll16"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/win32s16.dll16/Makefile"
26015 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 win32s16.dll16"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/win87em.dll16/Makefile"
26023 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 win87em.dll16"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/winaspi.dll16/Makefile"
26031 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 winaspi.dll16"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/windebug.dll16/Makefile"
26039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 windebug.dll16"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/winealsa.drv/Makefile"
26047 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 winealsa.drv"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/wineaudioio.drv/Makefile"
26055 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 wineaudioio.drv"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/winecoreaudio.drv/Makefile"
26063 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 winecoreaudio.drv"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/winecrt0/Makefile"
26071 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26072 winecrt0"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26075 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/wined3d/Makefile"
26079 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 wined3d"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/winedos/Makefile"
26087 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 winedos"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/wineesd.drv/Makefile"
26095 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 wineesd.drv"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/winejack.drv/Makefile"
26103 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 winejack.drv"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/winejoystick.drv/Makefile"
26111 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26112 winejoystick.drv"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26115 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/winemp3.acm/Makefile"
26119 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 winemp3.acm"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/winenas.drv/Makefile"
26127 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 winenas.drv"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/wineoss.drv/Makefile"
26135 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 wineoss.drv"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/wineps.drv/Makefile"
26143 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 wineps.drv"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/winepulse.drv/Makefile"
26151 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 winepulse.drv"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/winequartz.drv/Makefile"
26159 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 winequartz.drv"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/winex11.drv/Makefile"
26167 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 winex11.drv"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/wing32/Makefile"
26175 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 wing32"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/winhttp/Makefile"
26183 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 winhttp"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/winhttp/tests/Makefile"
26191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26192 winhttp/tests"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26195 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/wininet/Makefile"
26199 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 wininet"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/wininet/tests/Makefile"
26207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26208 wininet/tests"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26211 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/winmm/Makefile"
26215 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 winmm"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/winmm/tests/Makefile"
26223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26224 winmm/tests"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26227 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/winnls.dll16/Makefile"
26231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 winnls.dll16"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/winnls32/Makefile"
26239 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 winnls32"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/winscard/Makefile"
26247 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 winscard"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/winspool.drv/Makefile"
26255 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 winspool.drv"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/winspool.drv/tests/Makefile"
26263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26264 winspool.drv/tests"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26267 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/wintab.dll16/Makefile"
26271 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 wintab.dll16"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/wintab32/Makefile"
26279 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 wintab32"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/wintrust/Makefile"
26287 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 wintrust"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/wintrust/tests/Makefile"
26295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26296 wintrust/tests"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26299 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/wldap32/Makefile"
26303 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 wldap32"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/wldap32/tests/Makefile"
26311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26312 wldap32/tests"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26315 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/wmi/Makefile"
26319 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 wmi"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/wnaspi32/Makefile"
26327 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 wnaspi32"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/wow32/Makefile"
26335 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 wow32"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/ws2_32/Makefile"
26343 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 ws2_32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/ws2_32/tests/Makefile"
26351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26352 ws2_32/tests"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26355 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/wsock32/Makefile"
26359 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 wsock32"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/wtsapi32/Makefile"
26367 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 wtsapi32"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/wuapi/Makefile"
26375 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 wuapi"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/xinput1_1/Makefile"
26383 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 xinput1_1"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/xinput1_2/Makefile"
26391 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 xinput1_2"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/xinput1_3/Makefile"
26399 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 xinput1_3"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/xinput1_3/tests/Makefile"
26407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26408 xinput1_3/tests"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26411 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/xinput9_1_0/Makefile"
26415 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 xinput9_1_0"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 documentation/Makefile"
26423 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26424 documentation"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 documentation/Makefile: documentation/Makefile.in Make.rules"
26427 ac_config_files="$ac_config_files documentation/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 fonts/Makefile"
26431 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26432 fonts"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 fonts/Makefile: fonts/Makefile.in Make.rules"
26435 ac_config_files="$ac_config_files fonts/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 include/Makefile"
26439 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26440 include"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 include/Makefile: include/Makefile.in Make.rules"
26443 ac_config_files="$ac_config_files include/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 libs/Makefile"
26447 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26448 libs"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 libs/Makefile: libs/Makefile.in Make.rules"
26451 ac_config_files="$ac_config_files libs/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 libs/port/Makefile"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26458 ac_config_files="$ac_config_files libs/port/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 libs/wine/Makefile"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26465 ac_config_files="$ac_config_files libs/wine/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 libs/wpp/Makefile"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26472 ac_config_files="$ac_config_files libs/wpp/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 loader/Makefile"
26476 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26477 loader"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 loader/Makefile: loader/Makefile.in Make.rules"
26480 ac_config_files="$ac_config_files loader/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 programs/Makefile"
26484 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26485 programs"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 programs/Makefile: programs/Makefile.in Make.rules"
26488 ac_config_files="$ac_config_files programs/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 programs/cacls/Makefile"
26492 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26493 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26494 cacls"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26497 ac_config_files="$ac_config_files programs/cacls/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 programs/clock/Makefile"
26501 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26502 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26503 clock"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26506 ac_config_files="$ac_config_files programs/clock/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 programs/cmd/Makefile"
26510 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26511 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26512 cmd"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26515 ac_config_files="$ac_config_files programs/cmd/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 programs/cmdlgtst/Makefile"
26519 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26520 cmdlgtst"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26523 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 programs/control/Makefile"
26527 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26528 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26529 control"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26532 ac_config_files="$ac_config_files programs/control/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 programs/eject/Makefile"
26536 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26537 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26538 eject"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26541 ac_config_files="$ac_config_files programs/eject/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 programs/expand/Makefile"
26545 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26546 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26547 expand"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26550 ac_config_files="$ac_config_files programs/expand/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 programs/explorer/Makefile"
26554 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26555 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26556 explorer"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26559 ac_config_files="$ac_config_files programs/explorer/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 programs/hh/Makefile"
26563 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26564 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26568 ac_config_files="$ac_config_files programs/hh/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 programs/icinfo/Makefile"
26572 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26573 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26574 icinfo"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26577 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 programs/iexplore/Makefile"
26581 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26582 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26583 iexplore"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26586 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 programs/lodctr/Makefile"
26590 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26591 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26592 lodctr"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26595 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 programs/msiexec/Makefile"
26599 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26600 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26601 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26602 msiexec"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26605 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608 programs/net/Makefile"
26609 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26610 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26611 net"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26614 ac_config_files="$ac_config_files programs/net/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 programs/notepad/Makefile"
26618 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26619 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26620 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26621 notepad"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26624 ac_config_files="$ac_config_files programs/notepad/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 programs/oleview/Makefile"
26628 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26629 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26630 oleview"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26633 ac_config_files="$ac_config_files programs/oleview/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 programs/progman/Makefile"
26637 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26638 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26639 progman"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26642 ac_config_files="$ac_config_files programs/progman/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 programs/reg/Makefile"
26646 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26647 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26648 reg"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26651 ac_config_files="$ac_config_files programs/reg/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 programs/regedit/Makefile"
26655 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26656 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26657 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26658 regedit"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26661 ac_config_files="$ac_config_files programs/regedit/Makefile"
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664 programs/regsvr32/Makefile"
26665 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26666 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26667 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26668 regsvr32"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26671 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 programs/rpcss/Makefile"
26675 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26676 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26677 rpcss"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26680 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 programs/rundll32/Makefile"
26684 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26685 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26686 rundll32"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26689 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692 programs/secedit/Makefile"
26693 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26694 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26695 secedit"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26698 ac_config_files="$ac_config_files programs/secedit/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 programs/services/Makefile"
26702 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26703 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26704 services"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26707 ac_config_files="$ac_config_files programs/services/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 programs/spoolsv/Makefile"
26711 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26712 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26713 spoolsv"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26716 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 programs/start/Makefile"
26720 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26721 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26722 start"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26725 ac_config_files="$ac_config_files programs/start/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 programs/svchost/Makefile"
26729 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26730 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26731 svchost"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26734 ac_config_files="$ac_config_files programs/svchost/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 programs/taskmgr/Makefile"
26738 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26739 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26740 taskmgr"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26743 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 programs/uninstaller/Makefile"
26747 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26748 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26749 uninstaller"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26752 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 programs/unlodctr/Makefile"
26756 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26757 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26758 unlodctr"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26761 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 programs/view/Makefile"
26765 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26766 view"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26769 ac_config_files="$ac_config_files programs/view/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 programs/wineboot/Makefile"
26773 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26774 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26775 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26776 wineboot"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26779 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 programs/winebrowser/Makefile"
26783 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26784 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26785 winebrowser"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26788 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 programs/winecfg/Makefile"
26792 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26793 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26794 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26795 winecfg"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26798 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801 programs/wineconsole/Makefile"
26802 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26803 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26804 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26805 wineconsole"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26808 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811 programs/winedbg/Makefile"
26812 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26813 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26814 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26815 winedbg"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26818 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 programs/winedevice/Makefile"
26822 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26823 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26824 winedevice"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26827 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 programs/winefile/Makefile"
26831 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26832 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26833 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26834 winefile"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26837 ac_config_files="$ac_config_files programs/winefile/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 programs/winemenubuilder/Makefile"
26841 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26842 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26843 winemenubuilder"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26846 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 programs/winemine/Makefile"
26850 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26851 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26852 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26853 winemine"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26856 ac_config_files="$ac_config_files programs/winemine/Makefile"
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859 programs/winepath/Makefile"
26860 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26861 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26862 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26863 winepath"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26866 ac_config_files="$ac_config_files programs/winepath/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 programs/winetest/Makefile"
26870 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26871 winetest"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26874 ac_config_files="$ac_config_files programs/winetest/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 programs/winevdm/Makefile"
26878 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26879 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26880 winevdm"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26883 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 programs/winhelp.exe16/Makefile"
26887 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26888 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26889 winhelp.exe16"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26892 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 programs/winhlp32/Makefile"
26896 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26897 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26898 winhlp32"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26901 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904 programs/winoldap.mod16/Makefile"
26905 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26906 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26907 winoldap.mod16"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26910 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 programs/winver/Makefile"
26914 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26915 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26916 winver"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26919 ac_config_files="$ac_config_files programs/winver/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 programs/wordpad/Makefile"
26923 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26924 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26925 wordpad"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26928 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931 programs/write/Makefile"
26932 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26933 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26934 write"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26937 ac_config_files="$ac_config_files programs/write/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 programs/xcopy/Makefile"
26941 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26942 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 xcopy"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26946 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 server/Makefile"
26950 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26951 server"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 server/Makefile: server/Makefile.in Make.rules"
26954 ac_config_files="$ac_config_files server/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 tools/Makefile"
26958 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26959 tools"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 tools/Makefile: tools/Makefile.in Make.rules"
26962 ac_config_files="$ac_config_files tools/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 tools/widl/Makefile"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26969 ac_config_files="$ac_config_files tools/widl/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 tools/winebuild/Makefile"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26976 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979 tools/winedump/Makefile"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26983 ac_config_files="$ac_config_files tools/winedump/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 tools/winegcc/Makefile"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26990 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 tools/wmc/Makefile"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26997 ac_config_files="$ac_config_files tools/wmc/Makefile"
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000 tools/wrc/Makefile"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27004 ac_config_files="$ac_config_files tools/wrc/Makefile"
27008 ALL_WINETEST_DEPENDS="# Test binaries"
27010 for dir in $ALL_TEST_DIRS
27012 if test "$dir" != "\\"
27013 then
27014 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27015 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27016 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27017 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27019 done
27021 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27023 cat >confcache <<\_ACEOF
27024 # This file is a shell script that caches the results of configure
27025 # tests run on this system so they can be shared between configure
27026 # scripts and configure runs, see configure's option --config-cache.
27027 # It is not useful on other systems. If it contains results you don't
27028 # want to keep, you may remove or edit it.
27030 # config.status only pays attention to the cache file if you give it
27031 # the --recheck option to rerun configure.
27033 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27034 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27035 # following values.
27037 _ACEOF
27039 # The following way of writing the cache mishandles newlines in values,
27040 # but we know of no workaround that is simple, portable, and efficient.
27041 # So, we kill variables containing newlines.
27042 # Ultrix sh set writes to stderr and can't be redirected directly,
27043 # and sets the high bit in the cache file unless we assign to the vars.
27045 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27046 eval ac_val=\$$ac_var
27047 case $ac_val in #(
27048 *${as_nl}*)
27049 case $ac_var in #(
27050 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27051 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27052 esac
27053 case $ac_var in #(
27054 _ | IFS | as_nl) ;; #(
27055 *) $as_unset $ac_var ;;
27056 esac ;;
27057 esac
27058 done
27060 (set) 2>&1 |
27061 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27062 *${as_nl}ac_space=\ *)
27063 # `set' does not quote correctly, so add quotes (double-quote
27064 # substitution turns \\\\ into \\, and sed turns \\ into \).
27065 sed -n \
27066 "s/'/'\\\\''/g;
27067 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27068 ;; #(
27070 # `set' quotes correctly as required by POSIX, so do not add quotes.
27071 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27073 esac |
27074 sort
27076 sed '
27077 /^ac_cv_env_/b end
27078 t clear
27079 :clear
27080 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27081 t end
27082 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27083 :end' >>confcache
27084 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27085 if test -w "$cache_file"; then
27086 test "x$cache_file" != "x/dev/null" &&
27087 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27088 echo "$as_me: updating cache $cache_file" >&6;}
27089 cat confcache >$cache_file
27090 else
27091 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27092 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27095 rm -f confcache
27097 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27098 # Let make expand exec_prefix.
27099 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27101 DEFS=-DHAVE_CONFIG_H
27103 ac_libobjs=
27104 ac_ltlibobjs=
27105 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27106 # 1. Remove the extension, and $U if already installed.
27107 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27108 ac_i=`echo "$ac_i" | sed "$ac_script"`
27109 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27110 # will be set to the directory where LIBOBJS objects are built.
27111 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27112 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27113 done
27114 LIBOBJS=$ac_libobjs
27116 LTLIBOBJS=$ac_ltlibobjs
27120 : ${CONFIG_STATUS=./config.status}
27121 ac_clean_files_save=$ac_clean_files
27122 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27123 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27124 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27125 cat >$CONFIG_STATUS <<_ACEOF
27126 #! $SHELL
27127 # Generated by $as_me.
27128 # Run this file to recreate the current configuration.
27129 # Compiler output produced by configure, useful for debugging
27130 # configure, is in config.log if it exists.
27132 debug=false
27133 ac_cs_recheck=false
27134 ac_cs_silent=false
27135 SHELL=\${CONFIG_SHELL-$SHELL}
27136 _ACEOF
27138 cat >>$CONFIG_STATUS <<\_ACEOF
27139 ## --------------------- ##
27140 ## M4sh Initialization. ##
27141 ## --------------------- ##
27143 # Be more Bourne compatible
27144 DUALCASE=1; export DUALCASE # for MKS sh
27145 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27146 emulate sh
27147 NULLCMD=:
27148 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27149 # is contrary to our usage. Disable this feature.
27150 alias -g '${1+"$@"}'='"$@"'
27151 setopt NO_GLOB_SUBST
27152 else
27153 case `(set -o) 2>/dev/null` in
27154 *posix*) set -o posix ;;
27155 esac
27162 # PATH needs CR
27163 # Avoid depending upon Character Ranges.
27164 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27165 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27166 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27167 as_cr_digits='0123456789'
27168 as_cr_alnum=$as_cr_Letters$as_cr_digits
27170 # The user is always right.
27171 if test "${PATH_SEPARATOR+set}" != set; then
27172 echo "#! /bin/sh" >conf$$.sh
27173 echo "exit 0" >>conf$$.sh
27174 chmod +x conf$$.sh
27175 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27176 PATH_SEPARATOR=';'
27177 else
27178 PATH_SEPARATOR=:
27180 rm -f conf$$.sh
27183 # Support unset when possible.
27184 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27185 as_unset=unset
27186 else
27187 as_unset=false
27191 # IFS
27192 # We need space, tab and new line, in precisely that order. Quoting is
27193 # there to prevent editors from complaining about space-tab.
27194 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27195 # splitting by setting IFS to empty value.)
27196 as_nl='
27198 IFS=" "" $as_nl"
27200 # Find who we are. Look in the path if we contain no directory separator.
27201 case $0 in
27202 *[\\/]* ) as_myself=$0 ;;
27203 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27204 for as_dir in $PATH
27206 IFS=$as_save_IFS
27207 test -z "$as_dir" && as_dir=.
27208 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27209 done
27210 IFS=$as_save_IFS
27213 esac
27214 # We did not find ourselves, most probably we were run as `sh COMMAND'
27215 # in which case we are not to be found in the path.
27216 if test "x$as_myself" = x; then
27217 as_myself=$0
27219 if test ! -f "$as_myself"; then
27220 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27221 { (exit 1); exit 1; }
27224 # Work around bugs in pre-3.0 UWIN ksh.
27225 for as_var in ENV MAIL MAILPATH
27226 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27227 done
27228 PS1='$ '
27229 PS2='> '
27230 PS4='+ '
27232 # NLS nuisances.
27233 for as_var in \
27234 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27235 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27236 LC_TELEPHONE LC_TIME
27238 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27239 eval $as_var=C; export $as_var
27240 else
27241 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27243 done
27245 # Required to use basename.
27246 if expr a : '\(a\)' >/dev/null 2>&1 &&
27247 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27248 as_expr=expr
27249 else
27250 as_expr=false
27253 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27254 as_basename=basename
27255 else
27256 as_basename=false
27260 # Name of the executable.
27261 as_me=`$as_basename -- "$0" ||
27262 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27263 X"$0" : 'X\(//\)$' \| \
27264 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27265 echo X/"$0" |
27266 sed '/^.*\/\([^/][^/]*\)\/*$/{
27267 s//\1/
27270 /^X\/\(\/\/\)$/{
27271 s//\1/
27274 /^X\/\(\/\).*/{
27275 s//\1/
27278 s/.*/./; q'`
27280 # CDPATH.
27281 $as_unset CDPATH
27285 as_lineno_1=$LINENO
27286 as_lineno_2=$LINENO
27287 test "x$as_lineno_1" != "x$as_lineno_2" &&
27288 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27290 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27291 # uniformly replaced by the line number. The first 'sed' inserts a
27292 # line-number line after each line using $LINENO; the second 'sed'
27293 # does the real work. The second script uses 'N' to pair each
27294 # line-number line with the line containing $LINENO, and appends
27295 # trailing '-' during substitution so that $LINENO is not a special
27296 # case at line end.
27297 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27298 # scripts with optimization help from Paolo Bonzini. Blame Lee
27299 # E. McMahon (1931-1989) for sed's syntax. :-)
27300 sed -n '
27302 /[$]LINENO/=
27303 ' <$as_myself |
27304 sed '
27305 s/[$]LINENO.*/&-/
27306 t lineno
27308 :lineno
27310 :loop
27311 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27312 t loop
27313 s/-\n.*//
27314 ' >$as_me.lineno &&
27315 chmod +x "$as_me.lineno" ||
27316 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27317 { (exit 1); exit 1; }; }
27319 # Don't try to exec as it changes $[0], causing all sort of problems
27320 # (the dirname of $[0] is not the place where we might find the
27321 # original and so on. Autoconf is especially sensitive to this).
27322 . "./$as_me.lineno"
27323 # Exit status is that of the last command.
27324 exit
27328 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27329 as_dirname=dirname
27330 else
27331 as_dirname=false
27334 ECHO_C= ECHO_N= ECHO_T=
27335 case `echo -n x` in
27336 -n*)
27337 case `echo 'x\c'` in
27338 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27339 *) ECHO_C='\c';;
27340 esac;;
27342 ECHO_N='-n';;
27343 esac
27345 if expr a : '\(a\)' >/dev/null 2>&1 &&
27346 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27347 as_expr=expr
27348 else
27349 as_expr=false
27352 rm -f conf$$ conf$$.exe conf$$.file
27353 if test -d conf$$.dir; then
27354 rm -f conf$$.dir/conf$$.file
27355 else
27356 rm -f conf$$.dir
27357 mkdir conf$$.dir
27359 echo >conf$$.file
27360 if ln -s conf$$.file conf$$ 2>/dev/null; then
27361 as_ln_s='ln -s'
27362 # ... but there are two gotchas:
27363 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27364 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27365 # In both cases, we have to default to `cp -p'.
27366 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27367 as_ln_s='cp -p'
27368 elif ln conf$$.file conf$$ 2>/dev/null; then
27369 as_ln_s=ln
27370 else
27371 as_ln_s='cp -p'
27373 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27374 rmdir conf$$.dir 2>/dev/null
27376 if mkdir -p . 2>/dev/null; then
27377 as_mkdir_p=:
27378 else
27379 test -d ./-p && rmdir ./-p
27380 as_mkdir_p=false
27383 if test -x / >/dev/null 2>&1; then
27384 as_test_x='test -x'
27385 else
27386 if ls -dL / >/dev/null 2>&1; then
27387 as_ls_L_option=L
27388 else
27389 as_ls_L_option=
27391 as_test_x='
27392 eval sh -c '\''
27393 if test -d "$1"; then
27394 test -d "$1/.";
27395 else
27396 case $1 in
27397 -*)set "./$1";;
27398 esac;
27399 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27400 ???[sx]*):;;*)false;;esac;fi
27401 '\'' sh
27404 as_executable_p=$as_test_x
27406 # Sed expression to map a string onto a valid CPP name.
27407 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27409 # Sed expression to map a string onto a valid variable name.
27410 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27413 exec 6>&1
27415 # Save the log message, to keep $[0] and so on meaningful, and to
27416 # report actual input values of CONFIG_FILES etc. instead of their
27417 # values after options handling.
27418 ac_log="
27419 This file was extended by Wine $as_me 1.1.18, which was
27420 generated by GNU Autoconf 2.61. Invocation command line was
27422 CONFIG_FILES = $CONFIG_FILES
27423 CONFIG_HEADERS = $CONFIG_HEADERS
27424 CONFIG_LINKS = $CONFIG_LINKS
27425 CONFIG_COMMANDS = $CONFIG_COMMANDS
27426 $ $0 $@
27428 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27431 _ACEOF
27433 cat >>$CONFIG_STATUS <<_ACEOF
27434 # Files that config.status was made for.
27435 config_files="$ac_config_files"
27436 config_headers="$ac_config_headers"
27437 config_commands="$ac_config_commands"
27439 _ACEOF
27441 cat >>$CONFIG_STATUS <<\_ACEOF
27442 ac_cs_usage="\
27443 \`$as_me' instantiates files from templates according to the
27444 current configuration.
27446 Usage: $0 [OPTIONS] [FILE]...
27448 -h, --help print this help, then exit
27449 -V, --version print version number and configuration settings, then exit
27450 -q, --quiet do not print progress messages
27451 -d, --debug don't remove temporary files
27452 --recheck update $as_me by reconfiguring in the same conditions
27453 --file=FILE[:TEMPLATE]
27454 instantiate the configuration file FILE
27455 --header=FILE[:TEMPLATE]
27456 instantiate the configuration header FILE
27458 Configuration files:
27459 $config_files
27461 Configuration headers:
27462 $config_headers
27464 Configuration commands:
27465 $config_commands
27467 Report bugs to <bug-autoconf@gnu.org>."
27469 _ACEOF
27470 cat >>$CONFIG_STATUS <<_ACEOF
27471 ac_cs_version="\\
27472 Wine config.status 1.1.18
27473 configured by $0, generated by GNU Autoconf 2.61,
27474 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27476 Copyright (C) 2006 Free Software Foundation, Inc.
27477 This config.status script is free software; the Free Software Foundation
27478 gives unlimited permission to copy, distribute and modify it."
27480 ac_pwd='$ac_pwd'
27481 srcdir='$srcdir'
27482 INSTALL='$INSTALL'
27483 _ACEOF
27485 cat >>$CONFIG_STATUS <<\_ACEOF
27486 # If no file are specified by the user, then we need to provide default
27487 # value. By we need to know if files were specified by the user.
27488 ac_need_defaults=:
27489 while test $# != 0
27491 case $1 in
27492 --*=*)
27493 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27494 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27495 ac_shift=:
27498 ac_option=$1
27499 ac_optarg=$2
27500 ac_shift=shift
27502 esac
27504 case $ac_option in
27505 # Handling of the options.
27506 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27507 ac_cs_recheck=: ;;
27508 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27509 echo "$ac_cs_version"; exit ;;
27510 --debug | --debu | --deb | --de | --d | -d )
27511 debug=: ;;
27512 --file | --fil | --fi | --f )
27513 $ac_shift
27514 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27515 ac_need_defaults=false;;
27516 --header | --heade | --head | --hea )
27517 $ac_shift
27518 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27519 ac_need_defaults=false;;
27520 --he | --h)
27521 # Conflict between --help and --header
27522 { echo "$as_me: error: ambiguous option: $1
27523 Try \`$0 --help' for more information." >&2
27524 { (exit 1); exit 1; }; };;
27525 --help | --hel | -h )
27526 echo "$ac_cs_usage"; exit ;;
27527 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27528 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27529 ac_cs_silent=: ;;
27531 # This is an error.
27532 -*) { echo "$as_me: error: unrecognized option: $1
27533 Try \`$0 --help' for more information." >&2
27534 { (exit 1); exit 1; }; } ;;
27536 *) ac_config_targets="$ac_config_targets $1"
27537 ac_need_defaults=false ;;
27539 esac
27540 shift
27541 done
27543 ac_configure_extra_args=
27545 if $ac_cs_silent; then
27546 exec 6>/dev/null
27547 ac_configure_extra_args="$ac_configure_extra_args --silent"
27550 _ACEOF
27551 cat >>$CONFIG_STATUS <<_ACEOF
27552 if \$ac_cs_recheck; then
27553 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27554 CONFIG_SHELL=$SHELL
27555 export CONFIG_SHELL
27556 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27559 _ACEOF
27560 cat >>$CONFIG_STATUS <<\_ACEOF
27561 exec 5>>config.log
27563 echo
27564 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27565 ## Running $as_me. ##
27566 _ASBOX
27567 echo "$ac_log"
27568 } >&5
27570 _ACEOF
27571 cat >>$CONFIG_STATUS <<_ACEOF
27572 _ACEOF
27574 cat >>$CONFIG_STATUS <<\_ACEOF
27576 # Handling of arguments.
27577 for ac_config_target in $ac_config_targets
27579 case $ac_config_target in
27580 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27581 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27582 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27583 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27584 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27585 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27586 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27587 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27588 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27589 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27590 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27591 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27592 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27593 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27594 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27595 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27596 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27597 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27598 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27599 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27600 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27601 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27602 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27603 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27604 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27605 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27606 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27607 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27608 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27609 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27610 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27611 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27612 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27613 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27614 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27615 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27616 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27617 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27618 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27619 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27620 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27621 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27622 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27623 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27624 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27625 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27626 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27627 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27628 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27629 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27630 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27631 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27632 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27633 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27634 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27635 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27636 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27637 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27638 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27639 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27640 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27641 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27642 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27643 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27644 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27645 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27646 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27647 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27648 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27649 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27650 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27651 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27652 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27653 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27654 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27655 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27656 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27657 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27658 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27659 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27660 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27661 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27662 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27663 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27664 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27665 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27666 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27667 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27668 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27669 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27670 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27671 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27672 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27673 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27674 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27675 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27676 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27677 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27678 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27679 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27680 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27681 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27682 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27683 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27684 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27685 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27686 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27687 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27688 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27689 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27690 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27691 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27692 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27693 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27694 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27695 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27696 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27697 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27698 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27699 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27700 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27701 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27702 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27703 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27704 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27705 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27706 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27707 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27708 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27709 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27710 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27711 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27712 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27713 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27714 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27715 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27716 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27717 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27718 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27719 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27720 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27721 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27722 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27723 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27724 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27725 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27726 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27727 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27728 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27729 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27730 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27731 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27732 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27733 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27734 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27735 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27736 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27737 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27738 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27739 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27740 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27741 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27742 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27743 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27744 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27745 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27746 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27747 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27748 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27749 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27750 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27751 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27752 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27753 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27754 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27755 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27756 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27757 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27758 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27759 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27760 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27761 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27762 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27763 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27764 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27765 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27766 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27767 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27768 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27769 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27770 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27771 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27772 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27773 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27774 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27775 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27776 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27777 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27778 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27779 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27780 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27781 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27782 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27783 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27784 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27785 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27786 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27787 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27788 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27789 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27790 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27791 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27792 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27793 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27794 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27795 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27796 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27797 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27798 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27799 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27800 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27801 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27802 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27803 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27804 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27805 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27806 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27807 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27808 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27809 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27810 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27811 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27812 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27813 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27814 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27815 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27816 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27817 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27818 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27819 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27820 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27821 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27822 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27823 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27824 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27825 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27826 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27827 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27828 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27829 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27830 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27831 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27832 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27833 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27834 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27835 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27836 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27837 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27838 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27839 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27840 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27841 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27842 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27843 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27844 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27845 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27846 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27847 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27848 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27849 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27850 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27851 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27852 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27853 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27854 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27855 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27856 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27857 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27858 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27859 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27860 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27861 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27862 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27863 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27864 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27865 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27866 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27867 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27868 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27869 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27870 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27871 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27872 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27873 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27874 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27875 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27876 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27877 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27878 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27879 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27880 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27881 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27882 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27883 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27884 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27885 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27886 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27887 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27888 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27889 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27890 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27891 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27892 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27893 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27894 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27895 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27896 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27897 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27898 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27899 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27900 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27901 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27902 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27903 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27904 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27905 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27906 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27907 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27908 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27909 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27910 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27911 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27912 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27913 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27914 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27915 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27916 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
27917 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27918 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27919 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27920 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27921 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27922 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27923 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27924 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27925 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27926 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27927 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
27928 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27929 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27930 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27931 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27932 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27933 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
27934 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
27935 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27936 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27937 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27938 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27939 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27940 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
27941 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27942 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27943 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
27944 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27945 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27946 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27947 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27948 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27949 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27950 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27951 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27952 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27953 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27954 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27955 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27956 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27957 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27958 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27959 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27960 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27961 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27962 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27963 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27964 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27965 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27966 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27967 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27968 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
27969 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
27970 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
27971 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
27972 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
27973 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27974 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27975 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27976 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27977 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27978 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27979 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27980 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27981 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27982 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27983 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27984 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27985 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27986 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27987 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27988 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27989 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27990 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27991 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27992 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27993 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27994 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27995 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27996 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
27997 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27998 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27999 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28000 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28001 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28002 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28003 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28004 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28005 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28006 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28007 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28008 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28009 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28010 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28011 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28012 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28013 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28014 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28015 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28016 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28017 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28018 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28019 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28020 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28021 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28022 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28023 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28024 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28025 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28026 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28027 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28028 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28029 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28030 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28031 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28032 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28033 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28034 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28035 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28036 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28037 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28038 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28039 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28040 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28041 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28042 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28043 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28044 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28045 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28046 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28047 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28048 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28049 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28050 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28051 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28052 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28053 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28054 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28055 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28056 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28057 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28058 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28059 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28060 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28061 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28062 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28063 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28064 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28065 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28066 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28067 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28068 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28069 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28070 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28071 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28072 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28073 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28074 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28075 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28076 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28077 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28078 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28079 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28080 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28081 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28082 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28083 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28084 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28085 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28086 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28088 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28089 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28090 { (exit 1); exit 1; }; };;
28091 esac
28092 done
28095 # If the user did not use the arguments to specify the items to instantiate,
28096 # then the envvar interface is used. Set only those that are not.
28097 # We use the long form for the default assignment because of an extremely
28098 # bizarre bug on SunOS 4.1.3.
28099 if $ac_need_defaults; then
28100 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28101 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28102 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28105 # Have a temporary directory for convenience. Make it in the build tree
28106 # simply because there is no reason against having it here, and in addition,
28107 # creating and moving files from /tmp can sometimes cause problems.
28108 # Hook for its removal unless debugging.
28109 # Note that there is a small window in which the directory will not be cleaned:
28110 # after its creation but before its name has been assigned to `$tmp'.
28111 $debug ||
28113 tmp=
28114 trap 'exit_status=$?
28115 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28117 trap '{ (exit 1); exit 1; }' 1 2 13 15
28119 # Create a (secure) tmp directory for tmp files.
28122 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28123 test -n "$tmp" && test -d "$tmp"
28124 } ||
28126 tmp=./conf$$-$RANDOM
28127 (umask 077 && mkdir "$tmp")
28128 } ||
28130 echo "$me: cannot create a temporary directory in ." >&2
28131 { (exit 1); exit 1; }
28135 # Set up the sed scripts for CONFIG_FILES section.
28138 # No need to generate the scripts if there are no CONFIG_FILES.
28139 # This happens for instance when ./config.status config.h
28140 if test -n "$CONFIG_FILES"; then
28142 _ACEOF
28144 # Create sed commands to just substitute file output variables.
28146 # Remaining file output variables are in a fragment that also has non-file
28147 # output varibles.
28151 ac_delim='%!_!# '
28152 for ac_last_try in false false false false false :; do
28153 cat >conf$$subs.sed <<_ACEOF
28154 SHELL!$SHELL$ac_delim
28155 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28156 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28157 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28158 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28159 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28160 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28161 exec_prefix!$exec_prefix$ac_delim
28162 prefix!$prefix$ac_delim
28163 program_transform_name!$program_transform_name$ac_delim
28164 bindir!$bindir$ac_delim
28165 sbindir!$sbindir$ac_delim
28166 libexecdir!$libexecdir$ac_delim
28167 datarootdir!$datarootdir$ac_delim
28168 datadir!$datadir$ac_delim
28169 sysconfdir!$sysconfdir$ac_delim
28170 sharedstatedir!$sharedstatedir$ac_delim
28171 localstatedir!$localstatedir$ac_delim
28172 includedir!$includedir$ac_delim
28173 oldincludedir!$oldincludedir$ac_delim
28174 docdir!$docdir$ac_delim
28175 infodir!$infodir$ac_delim
28176 htmldir!$htmldir$ac_delim
28177 dvidir!$dvidir$ac_delim
28178 pdfdir!$pdfdir$ac_delim
28179 psdir!$psdir$ac_delim
28180 libdir!$libdir$ac_delim
28181 localedir!$localedir$ac_delim
28182 mandir!$mandir$ac_delim
28183 DEFS!$DEFS$ac_delim
28184 ECHO_C!$ECHO_C$ac_delim
28185 ECHO_N!$ECHO_N$ac_delim
28186 ECHO_T!$ECHO_T$ac_delim
28187 LIBS!$LIBS$ac_delim
28188 build_alias!$build_alias$ac_delim
28189 host_alias!$host_alias$ac_delim
28190 target_alias!$target_alias$ac_delim
28191 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28192 build!$build$ac_delim
28193 build_cpu!$build_cpu$ac_delim
28194 build_vendor!$build_vendor$ac_delim
28195 build_os!$build_os$ac_delim
28196 host!$host$ac_delim
28197 host_cpu!$host_cpu$ac_delim
28198 host_vendor!$host_vendor$ac_delim
28199 host_os!$host_os$ac_delim
28200 SET_MAKE!$SET_MAKE$ac_delim
28201 CC!$CC$ac_delim
28202 CFLAGS!$CFLAGS$ac_delim
28203 LDFLAGS!$LDFLAGS$ac_delim
28204 CPPFLAGS!$CPPFLAGS$ac_delim
28205 ac_ct_CC!$ac_ct_CC$ac_delim
28206 EXEEXT!$EXEEXT$ac_delim
28207 OBJEXT!$OBJEXT$ac_delim
28208 CXX!$CXX$ac_delim
28209 CXXFLAGS!$CXXFLAGS$ac_delim
28210 ac_ct_CXX!$ac_ct_CXX$ac_delim
28211 CPPBIN!$CPPBIN$ac_delim
28212 TARGETFLAGS!$TARGETFLAGS$ac_delim
28213 WIN16_FILES!$WIN16_FILES$ac_delim
28214 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28215 TOOLSDIR!$TOOLSDIR$ac_delim
28216 FLEX!$FLEX$ac_delim
28217 BISON!$BISON$ac_delim
28218 AS!$AS$ac_delim
28219 ac_ct_AS!$ac_ct_AS$ac_delim
28220 LD!$LD$ac_delim
28221 ac_ct_LD!$ac_ct_LD$ac_delim
28222 NM!$NM$ac_delim
28223 ac_ct_NM!$ac_ct_NM$ac_delim
28224 AR!$AR$ac_delim
28225 ac_ct_AR!$ac_ct_AR$ac_delim
28226 ARFLAGS!$ARFLAGS$ac_delim
28227 RANLIB!$RANLIB$ac_delim
28228 STRIP!$STRIP$ac_delim
28229 WINDRES!$WINDRES$ac_delim
28230 LN_S!$LN_S$ac_delim
28231 LN!$LN$ac_delim
28232 GREP!$GREP$ac_delim
28233 EGREP!$EGREP$ac_delim
28234 LDCONFIG!$LDCONFIG$ac_delim
28235 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28236 _ACEOF
28238 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28239 break
28240 elif $ac_last_try; then
28241 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28242 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28243 { (exit 1); exit 1; }; }
28244 else
28245 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28247 done
28249 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28250 if test -n "$ac_eof"; then
28251 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28252 ac_eof=`expr $ac_eof + 1`
28255 cat >>$CONFIG_STATUS <<_ACEOF
28256 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28257 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28258 /^[ ]*@MAKE_RULES@[ ]*$/{
28259 r $MAKE_RULES
28262 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28263 r $MAKE_DLL_RULES
28266 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28267 r $MAKE_IMPLIB_RULES
28270 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28271 r $MAKE_TEST_RULES
28274 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28275 r $MAKE_PROG_RULES
28278 _ACEOF
28279 sed '
28280 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28281 s/^/s,@/; s/!/@,|#_!!_#|/
28284 s/'"$ac_delim"'$/,g/; t
28285 s/$/\\/; p
28286 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28287 ' >>$CONFIG_STATUS <conf$$subs.sed
28288 rm -f conf$$subs.sed
28289 cat >>$CONFIG_STATUS <<_ACEOF
28290 CEOF$ac_eof
28291 _ACEOF
28294 ac_delim='%!_!# '
28295 for ac_last_try in false false false false false :; do
28296 cat >conf$$subs.sed <<_ACEOF
28297 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28298 INSTALL_DATA!$INSTALL_DATA$ac_delim
28299 LINT!$LINT$ac_delim
28300 LINTFLAGS!$LINTFLAGS$ac_delim
28301 FONTFORGE!$FONTFORGE$ac_delim
28302 PKG_CONFIG!$PKG_CONFIG$ac_delim
28303 RSVG!$RSVG$ac_delim
28304 ICOTOOL!$ICOTOOL$ac_delim
28305 PRELINK!$PRELINK$ac_delim
28306 XLIB!$XLIB$ac_delim
28307 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28308 CPP!$CPP$ac_delim
28309 DLLEXT!$DLLEXT$ac_delim
28310 DLLFLAGS!$DLLFLAGS$ac_delim
28311 LDSHARED!$LDSHARED$ac_delim
28312 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28313 LIBEXT!$LIBEXT$ac_delim
28314 IMPLIBEXT!$IMPLIBEXT$ac_delim
28315 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28316 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28317 LDD!$LDD$ac_delim
28318 DLLTOOL!$DLLTOOL$ac_delim
28319 DLLWRAP!$DLLWRAP$ac_delim
28320 MINGWAR!$MINGWAR$ac_delim
28321 SECURITYLIB!$SECURITYLIB$ac_delim
28322 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28323 IOKITLIB!$IOKITLIB$ac_delim
28324 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28325 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28326 COREAUDIO!$COREAUDIO$ac_delim
28327 CARBONLIB!$CARBONLIB$ac_delim
28328 CROSSCC!$CROSSCC$ac_delim
28329 CROSSWINDRES!$CROSSWINDRES$ac_delim
28330 CROSSTEST!$CROSSTEST$ac_delim
28331 LIBPTHREAD!$LIBPTHREAD$ac_delim
28332 XMKMF!$XMKMF$ac_delim
28333 X_CFLAGS!$X_CFLAGS$ac_delim
28334 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28335 X_LIBS!$X_LIBS$ac_delim
28336 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28337 NASLIBS!$NASLIBS$ac_delim
28338 XML2LIBS!$XML2LIBS$ac_delim
28339 XML2INCL!$XML2INCL$ac_delim
28340 XSLTINCL!$XSLTINCL$ac_delim
28341 HALINCL!$HALINCL$ac_delim
28342 GNUTLSINCL!$GNUTLSINCL$ac_delim
28343 sane_devel!$sane_devel$ac_delim
28344 SANEINCL!$SANEINCL$ac_delim
28345 gphoto2_devel!$gphoto2_devel$ac_delim
28346 gphoto2port_devel!$gphoto2port_devel$ac_delim
28347 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28348 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28349 RESOLVLIBS!$RESOLVLIBS$ac_delim
28350 LCMSLIBS!$LCMSLIBS$ac_delim
28351 ft_devel!$ft_devel$ac_delim
28352 FREETYPELIBS!$FREETYPELIBS$ac_delim
28353 FREETYPEINCL!$FREETYPEINCL$ac_delim
28354 ESDCONFIG!$ESDCONFIG$ac_delim
28355 ESDINCL!$ESDINCL$ac_delim
28356 ESDLIBS!$ESDLIBS$ac_delim
28357 PULSELIBS!$PULSELIBS$ac_delim
28358 ALSALIBS!$ALSALIBS$ac_delim
28359 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28360 CUPSINCL!$CUPSINCL$ac_delim
28361 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28362 LIBKSTAT!$LIBKSTAT$ac_delim
28363 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28364 BUILTINFLAG!$BUILTINFLAG$ac_delim
28365 LDPATH!$LDPATH$ac_delim
28366 CRTLIBS!$CRTLIBS$ac_delim
28367 SOCKETLIBS!$SOCKETLIBS$ac_delim
28368 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28369 LIBDL!$LIBDL$ac_delim
28370 LIBPOLL!$LIBPOLL$ac_delim
28371 LDAPLIBS!$LDAPLIBS$ac_delim
28372 DEPENDENCIES!$DEPENDENCIES$ac_delim
28373 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28374 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28375 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28376 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28377 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28378 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28379 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28380 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28381 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28382 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28383 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28384 LIBOBJS!$LIBOBJS$ac_delim
28385 LTLIBOBJS!$LTLIBOBJS$ac_delim
28386 _ACEOF
28388 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28389 break
28390 elif $ac_last_try; then
28391 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28392 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28393 { (exit 1); exit 1; }; }
28394 else
28395 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28397 done
28399 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28400 if test -n "$ac_eof"; then
28401 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28402 ac_eof=`expr $ac_eof + 1`
28405 cat >>$CONFIG_STATUS <<_ACEOF
28406 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28407 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28408 _ACEOF
28409 sed '
28410 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28411 s/^/s,@/; s/!/@,|#_!!_#|/
28414 s/'"$ac_delim"'$/,g/; t
28415 s/$/\\/; p
28416 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28417 ' >>$CONFIG_STATUS <conf$$subs.sed
28418 rm -f conf$$subs.sed
28419 cat >>$CONFIG_STATUS <<_ACEOF
28420 :end
28421 s/|#_!!_#|//g
28422 CEOF$ac_eof
28423 _ACEOF
28426 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28427 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28428 # trailing colons and then remove the whole line if VPATH becomes empty
28429 # (actually we leave an empty line to preserve line numbers).
28430 if test "x$srcdir" = x.; then
28431 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28432 s/:*\$(srcdir):*/:/
28433 s/:*\${srcdir}:*/:/
28434 s/:*@srcdir@:*/:/
28435 s/^\([^=]*=[ ]*\):*/\1/
28436 s/:*$//
28437 s/^[^=]*=[ ]*$//
28441 cat >>$CONFIG_STATUS <<\_ACEOF
28442 fi # test -n "$CONFIG_FILES"
28445 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28447 case $ac_tag in
28448 :[FHLC]) ac_mode=$ac_tag; continue;;
28449 esac
28450 case $ac_mode$ac_tag in
28451 :[FHL]*:*);;
28452 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28453 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28454 { (exit 1); exit 1; }; };;
28455 :[FH]-) ac_tag=-:-;;
28456 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28457 esac
28458 ac_save_IFS=$IFS
28459 IFS=:
28460 set x $ac_tag
28461 IFS=$ac_save_IFS
28462 shift
28463 ac_file=$1
28464 shift
28466 case $ac_mode in
28467 :L) ac_source=$1;;
28468 :[FH])
28469 ac_file_inputs=
28470 for ac_f
28472 case $ac_f in
28473 -) ac_f="$tmp/stdin";;
28474 *) # Look for the file first in the build tree, then in the source tree
28475 # (if the path is not absolute). The absolute path cannot be DOS-style,
28476 # because $ac_f cannot contain `:'.
28477 test -f "$ac_f" ||
28478 case $ac_f in
28479 [\\/$]*) false;;
28480 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28481 esac ||
28482 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28483 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28484 { (exit 1); exit 1; }; };;
28485 esac
28486 ac_file_inputs="$ac_file_inputs $ac_f"
28487 done
28489 # Let's still pretend it is `configure' which instantiates (i.e., don't
28490 # use $as_me), people would be surprised to read:
28491 # /* config.h. Generated by config.status. */
28492 configure_input="Generated from "`IFS=:
28493 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28494 if test x"$ac_file" != x-; then
28495 configure_input="$ac_file. $configure_input"
28496 { echo "$as_me:$LINENO: creating $ac_file" >&5
28497 echo "$as_me: creating $ac_file" >&6;}
28500 case $ac_tag in
28501 *:-:* | *:-) cat >"$tmp/stdin";;
28502 esac
28504 esac
28506 ac_dir=`$as_dirname -- "$ac_file" ||
28507 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28508 X"$ac_file" : 'X\(//\)[^/]' \| \
28509 X"$ac_file" : 'X\(//\)$' \| \
28510 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28511 echo X"$ac_file" |
28512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28513 s//\1/
28516 /^X\(\/\/\)[^/].*/{
28517 s//\1/
28520 /^X\(\/\/\)$/{
28521 s//\1/
28524 /^X\(\/\).*/{
28525 s//\1/
28528 s/.*/./; q'`
28529 { as_dir="$ac_dir"
28530 case $as_dir in #(
28531 -*) as_dir=./$as_dir;;
28532 esac
28533 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28534 as_dirs=
28535 while :; do
28536 case $as_dir in #(
28537 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28538 *) as_qdir=$as_dir;;
28539 esac
28540 as_dirs="'$as_qdir' $as_dirs"
28541 as_dir=`$as_dirname -- "$as_dir" ||
28542 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28543 X"$as_dir" : 'X\(//\)[^/]' \| \
28544 X"$as_dir" : 'X\(//\)$' \| \
28545 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28546 echo X"$as_dir" |
28547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28548 s//\1/
28551 /^X\(\/\/\)[^/].*/{
28552 s//\1/
28555 /^X\(\/\/\)$/{
28556 s//\1/
28559 /^X\(\/\).*/{
28560 s//\1/
28563 s/.*/./; q'`
28564 test -d "$as_dir" && break
28565 done
28566 test -z "$as_dirs" || eval "mkdir $as_dirs"
28567 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28568 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28569 { (exit 1); exit 1; }; }; }
28570 ac_builddir=.
28572 case "$ac_dir" in
28573 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28575 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28576 # A ".." for each directory in $ac_dir_suffix.
28577 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28578 case $ac_top_builddir_sub in
28579 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28580 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28581 esac ;;
28582 esac
28583 ac_abs_top_builddir=$ac_pwd
28584 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28585 # for backward compatibility:
28586 ac_top_builddir=$ac_top_build_prefix
28588 case $srcdir in
28589 .) # We are building in place.
28590 ac_srcdir=.
28591 ac_top_srcdir=$ac_top_builddir_sub
28592 ac_abs_top_srcdir=$ac_pwd ;;
28593 [\\/]* | ?:[\\/]* ) # Absolute name.
28594 ac_srcdir=$srcdir$ac_dir_suffix;
28595 ac_top_srcdir=$srcdir
28596 ac_abs_top_srcdir=$srcdir ;;
28597 *) # Relative name.
28598 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28599 ac_top_srcdir=$ac_top_build_prefix$srcdir
28600 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28601 esac
28602 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28605 case $ac_mode in
28608 # CONFIG_FILE
28611 case $INSTALL in
28612 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28613 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28614 esac
28615 _ACEOF
28617 cat >>$CONFIG_STATUS <<\_ACEOF
28618 # If the template does not know about datarootdir, expand it.
28619 # FIXME: This hack should be removed a few years after 2.60.
28620 ac_datarootdir_hack=; ac_datarootdir_seen=
28622 case `sed -n '/datarootdir/ {
28626 /@datadir@/p
28627 /@docdir@/p
28628 /@infodir@/p
28629 /@localedir@/p
28630 /@mandir@/p
28631 ' $ac_file_inputs` in
28632 *datarootdir*) ac_datarootdir_seen=yes;;
28633 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28634 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28635 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28636 _ACEOF
28637 cat >>$CONFIG_STATUS <<_ACEOF
28638 ac_datarootdir_hack='
28639 s&@datadir@&$datadir&g
28640 s&@docdir@&$docdir&g
28641 s&@infodir@&$infodir&g
28642 s&@localedir@&$localedir&g
28643 s&@mandir@&$mandir&g
28644 s&\\\${datarootdir}&$datarootdir&g' ;;
28645 esac
28646 _ACEOF
28648 # Neutralize VPATH when `$srcdir' = `.'.
28649 # Shell code in configure.ac might set extrasub.
28650 # FIXME: do we really want to maintain this feature?
28651 cat >>$CONFIG_STATUS <<_ACEOF
28652 sed "$ac_vpsub
28653 $extrasub
28654 _ACEOF
28655 cat >>$CONFIG_STATUS <<\_ACEOF
28657 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28658 s&@configure_input@&$configure_input&;t t
28659 s&@top_builddir@&$ac_top_builddir_sub&;t t
28660 s&@srcdir@&$ac_srcdir&;t t
28661 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28662 s&@top_srcdir@&$ac_top_srcdir&;t t
28663 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28664 s&@builddir@&$ac_builddir&;t t
28665 s&@abs_builddir@&$ac_abs_builddir&;t t
28666 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28667 s&@INSTALL@&$ac_INSTALL&;t t
28668 $ac_datarootdir_hack
28669 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28671 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28672 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28673 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28674 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28675 which seems to be undefined. Please make sure it is defined." >&5
28676 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28677 which seems to be undefined. Please make sure it is defined." >&2;}
28679 rm -f "$tmp/stdin"
28680 case $ac_file in
28681 -) cat "$tmp/out"; rm -f "$tmp/out";;
28682 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28683 esac
28687 # CONFIG_HEADER
28689 _ACEOF
28691 # Transform confdefs.h into a sed script `conftest.defines', that
28692 # substitutes the proper values into config.h.in to produce config.h.
28693 rm -f conftest.defines conftest.tail
28694 # First, append a space to every undef/define line, to ease matching.
28695 echo 's/$/ /' >conftest.defines
28696 # Then, protect against being on the right side of a sed subst, or in
28697 # an unquoted here document, in config.status. If some macros were
28698 # called several times there might be several #defines for the same
28699 # symbol, which is useless. But do not sort them, since the last
28700 # AC_DEFINE must be honored.
28701 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28702 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28703 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28704 # PARAMS is the parameter list in the macro definition--in most cases, it's
28705 # just an empty string.
28706 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28707 ac_dB='\\)[ (].*,\\1define\\2'
28708 ac_dC=' '
28709 ac_dD=' ,'
28711 uniq confdefs.h |
28712 sed -n '
28713 t rset
28714 :rset
28715 s/^[ ]*#[ ]*define[ ][ ]*//
28716 t ok
28719 s/[\\&,]/\\&/g
28720 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28721 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28722 ' >>conftest.defines
28724 # Remove the space that was appended to ease matching.
28725 # Then replace #undef with comments. This is necessary, for
28726 # example, in the case of _POSIX_SOURCE, which is predefined and required
28727 # on some systems where configure will not decide to define it.
28728 # (The regexp can be short, since the line contains either #define or #undef.)
28729 echo 's/ $//
28730 s,^[ #]*u.*,/* & */,' >>conftest.defines
28732 # Break up conftest.defines:
28733 ac_max_sed_lines=50
28735 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28736 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28737 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28738 # et cetera.
28739 ac_in='$ac_file_inputs'
28740 ac_out='"$tmp/out1"'
28741 ac_nxt='"$tmp/out2"'
28743 while :
28745 # Write a here document:
28746 cat >>$CONFIG_STATUS <<_ACEOF
28747 # First, check the format of the line:
28748 cat >"\$tmp/defines.sed" <<\\CEOF
28749 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28750 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28752 :def
28753 _ACEOF
28754 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28755 echo 'CEOF
28756 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28757 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28758 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28759 grep . conftest.tail >/dev/null || break
28760 rm -f conftest.defines
28761 mv conftest.tail conftest.defines
28762 done
28763 rm -f conftest.defines conftest.tail
28765 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28766 cat >>$CONFIG_STATUS <<\_ACEOF
28767 if test x"$ac_file" != x-; then
28768 echo "/* $configure_input */" >"$tmp/config.h"
28769 cat "$ac_result" >>"$tmp/config.h"
28770 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28771 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28772 echo "$as_me: $ac_file is unchanged" >&6;}
28773 else
28774 rm -f $ac_file
28775 mv "$tmp/config.h" $ac_file
28777 else
28778 echo "/* $configure_input */"
28779 cat "$ac_result"
28781 rm -f "$tmp/out12"
28784 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28785 echo "$as_me: executing $ac_file commands" >&6;}
28787 esac
28790 case $ac_file$ac_mode in
28791 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28792 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28793 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28794 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28795 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28796 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28797 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28798 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28799 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28800 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28801 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28802 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28803 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28805 esac
28806 done # for ac_tag
28809 { (exit 0); exit 0; }
28810 _ACEOF
28811 chmod +x $CONFIG_STATUS
28812 ac_clean_files=$ac_clean_files_save
28815 # configure is writing to config.log, and then calls config.status.
28816 # config.status does its own redirection, appending to config.log.
28817 # Unfortunately, on DOS this fails, as config.log is still kept open
28818 # by configure, so config.status won't be able to write to it; its
28819 # output is simply discarded. So we exec the FD to /dev/null,
28820 # effectively closing config.log, so it can be properly (re)opened and
28821 # appended to by config.status. When coming back to configure, we
28822 # need to make the FD available again.
28823 if test "$no_create" != yes; then
28824 ac_cs_success=:
28825 ac_config_status_args=
28826 test "$silent" = yes &&
28827 ac_config_status_args="$ac_config_status_args --quiet"
28828 exec 5>/dev/null
28829 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28830 exec 5>>config.log
28831 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28832 # would make configure fail if this is the last instruction.
28833 $ac_cs_success || { (exit 1); exit 1; }
28837 if test "$no_create" = "yes"
28838 then
28839 exit 0
28842 ac_save_IFS="$IFS"
28843 if test "x$wine_notices != "x; then
28844 echo >&6
28845 IFS="|"
28846 for msg in $wine_notices; do
28847 IFS="$ac_save_IFS"
28848 if test -n "$msg"; then
28849 { echo "$as_me:$LINENO: $msg" >&5
28850 echo "$as_me: $msg" >&6;}
28852 done
28854 IFS="|"
28855 for msg in $wine_warnings; do
28856 IFS="$ac_save_IFS"
28857 if test -n "$msg"; then
28858 echo >&2
28859 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28860 echo "$as_me: WARNING: $msg" >&2;}
28862 done
28863 IFS="$ac_save_IFS"
28865 echo "
28866 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28867 " >&6