push 0a0aa53cd365a71ca6121b6df157ca635450378f
[wine/hacks.git] / configure
blob9ef6442be78fd0cf3a97126f7779dfe5f8184947
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.22.
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.22'
578 PACKAGE_STRING='Wine 1.1.22'
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 PNGINCL
766 LIBKSTAT
767 EXTRACFLAGS
768 BUILTINFLAG
769 LDPATH
770 CRTLIBS
771 SOCKETLIBS
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
807 XMKMF'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.22:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --disable-tests do not build the regression tests
1390 --enable-maintainer-mode
1391 enable maintainer-specific build rules
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pthread do not use the pthread library
1419 --without-pulse do not use PulseAudio sound support
1420 --without-sane do not use SANE (scanner support)
1421 --without-xcomposite do not use the Xcomposite extension
1422 --without-xcursor do not use the Xcursor extension
1423 --without-xinerama do not use Xinerama (multi-monitor support)
1424 --without-xinput do not use the Xinput extension
1425 --without-xml do not use XML
1426 --without-xrandr do not use Xrandr (resolution changes)
1427 --without-xrender do not use the Xrender extension
1428 --without-xshape do not use the Xshape extension
1429 --without-xshm do not use XShm (shared memory extension)
1430 --without-xslt do not use XSLT
1431 --without-xxf86vm do not use XFree video mode extension
1432 --with-wine-tools=DIR use Wine tools from directory DIR
1433 --with-x use the X Window System
1435 Some influential environment variables:
1436 CC C compiler command
1437 CFLAGS C compiler flags
1438 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1439 nonstandard directory <lib dir>
1440 LIBS libraries to pass to the linker, e.g. -l<library>
1441 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1442 you have headers in a nonstandard directory <include dir>
1443 CXX C++ compiler command
1444 CXXFLAGS C++ compiler flags
1445 CPP C preprocessor
1446 XMKMF Path to xmkmf, Makefile generator for X Window System
1448 Use these variables to override the choices made by `configure' or to help
1449 it to find libraries and programs with nonstandard names/locations.
1451 Report bugs to <wine-devel@winehq.org>.
1452 _ACEOF
1453 ac_status=$?
1456 if test "$ac_init_help" = "recursive"; then
1457 # If there are subdirs, report their specific --help.
1458 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1459 test -d "$ac_dir" || continue
1460 ac_builddir=.
1462 case "$ac_dir" in
1463 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1466 # A ".." for each directory in $ac_dir_suffix.
1467 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1468 case $ac_top_builddir_sub in
1469 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1471 esac ;;
1472 esac
1473 ac_abs_top_builddir=$ac_pwd
1474 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1475 # for backward compatibility:
1476 ac_top_builddir=$ac_top_build_prefix
1478 case $srcdir in
1479 .) # We are building in place.
1480 ac_srcdir=.
1481 ac_top_srcdir=$ac_top_builddir_sub
1482 ac_abs_top_srcdir=$ac_pwd ;;
1483 [\\/]* | ?:[\\/]* ) # Absolute name.
1484 ac_srcdir=$srcdir$ac_dir_suffix;
1485 ac_top_srcdir=$srcdir
1486 ac_abs_top_srcdir=$srcdir ;;
1487 *) # Relative name.
1488 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1489 ac_top_srcdir=$ac_top_build_prefix$srcdir
1490 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1491 esac
1492 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1494 cd "$ac_dir" || { ac_status=$?; continue; }
1495 # Check for guested configure.
1496 if test -f "$ac_srcdir/configure.gnu"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1499 elif test -f "$ac_srcdir/configure"; then
1500 echo &&
1501 $SHELL "$ac_srcdir/configure" --help=recursive
1502 else
1503 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 fi || ac_status=$?
1505 cd "$ac_pwd" || { ac_status=$?; break; }
1506 done
1509 test -n "$ac_init_help" && exit $ac_status
1510 if $ac_init_version; then
1511 cat <<\_ACEOF
1512 Wine configure 1.1.22
1513 generated by GNU Autoconf 2.61
1515 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1516 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1517 This configure script is free software; the Free Software Foundation
1518 gives unlimited permission to copy, distribute and modify it.
1519 _ACEOF
1520 exit
1522 cat >config.log <<_ACEOF
1523 This file contains any messages produced by compilers while
1524 running configure, to aid debugging if configure makes a mistake.
1526 It was created by Wine $as_me 1.1.22, which was
1527 generated by GNU Autoconf 2.61. Invocation command line was
1529 $ $0 $@
1531 _ACEOF
1532 exec 5>>config.log
1534 cat <<_ASUNAME
1535 ## --------- ##
1536 ## Platform. ##
1537 ## --------- ##
1539 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1540 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1541 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1542 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1543 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1545 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1546 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1548 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1549 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1550 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1551 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1552 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1553 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1554 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1556 _ASUNAME
1558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1559 for as_dir in $PATH
1561 IFS=$as_save_IFS
1562 test -z "$as_dir" && as_dir=.
1563 echo "PATH: $as_dir"
1564 done
1565 IFS=$as_save_IFS
1567 } >&5
1569 cat >&5 <<_ACEOF
1572 ## ----------- ##
1573 ## Core tests. ##
1574 ## ----------- ##
1576 _ACEOF
1579 # Keep a trace of the command line.
1580 # Strip out --no-create and --no-recursion so they do not pile up.
1581 # Strip out --silent because we don't want to record it for future runs.
1582 # Also quote any args containing shell meta-characters.
1583 # Make two passes to allow for proper duplicate-argument suppression.
1584 ac_configure_args=
1585 ac_configure_args0=
1586 ac_configure_args1=
1587 ac_must_keep_next=false
1588 for ac_pass in 1 2
1590 for ac_arg
1592 case $ac_arg in
1593 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1594 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1595 | -silent | --silent | --silen | --sile | --sil)
1596 continue ;;
1597 *\'*)
1598 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1599 esac
1600 case $ac_pass in
1601 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1603 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1604 if test $ac_must_keep_next = true; then
1605 ac_must_keep_next=false # Got value, back to normal.
1606 else
1607 case $ac_arg in
1608 *=* | --config-cache | -C | -disable-* | --disable-* \
1609 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1610 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1611 | -with-* | --with-* | -without-* | --without-* | --x)
1612 case "$ac_configure_args0 " in
1613 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1614 esac
1616 -* ) ac_must_keep_next=true ;;
1617 esac
1619 ac_configure_args="$ac_configure_args '$ac_arg'"
1621 esac
1622 done
1623 done
1624 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1625 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1627 # When interrupted or exit'd, cleanup temporary files, and complete
1628 # config.log. We remove comments because anyway the quotes in there
1629 # would cause problems or look ugly.
1630 # WARNING: Use '\'' to represent an apostrophe within the trap.
1631 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1632 trap 'exit_status=$?
1633 # Save into config.log some information that might help in debugging.
1635 echo
1637 cat <<\_ASBOX
1638 ## ---------------- ##
1639 ## Cache variables. ##
1640 ## ---------------- ##
1641 _ASBOX
1642 echo
1643 # The following way of writing the cache mishandles newlines in values,
1645 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1646 eval ac_val=\$$ac_var
1647 case $ac_val in #(
1648 *${as_nl}*)
1649 case $ac_var in #(
1650 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1651 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1652 esac
1653 case $ac_var in #(
1654 _ | IFS | as_nl) ;; #(
1655 *) $as_unset $ac_var ;;
1656 esac ;;
1657 esac
1658 done
1659 (set) 2>&1 |
1660 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1661 *${as_nl}ac_space=\ *)
1662 sed -n \
1663 "s/'\''/'\''\\\\'\'''\''/g;
1664 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1665 ;; #(
1667 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1669 esac |
1670 sort
1672 echo
1674 cat <<\_ASBOX
1675 ## ----------------- ##
1676 ## Output variables. ##
1677 ## ----------------- ##
1678 _ASBOX
1679 echo
1680 for ac_var in $ac_subst_vars
1682 eval ac_val=\$$ac_var
1683 case $ac_val in
1684 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1685 esac
1686 echo "$ac_var='\''$ac_val'\''"
1687 done | sort
1688 echo
1690 if test -n "$ac_subst_files"; then
1691 cat <<\_ASBOX
1692 ## ------------------- ##
1693 ## File substitutions. ##
1694 ## ------------------- ##
1695 _ASBOX
1696 echo
1697 for ac_var in $ac_subst_files
1699 eval ac_val=\$$ac_var
1700 case $ac_val in
1701 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702 esac
1703 echo "$ac_var='\''$ac_val'\''"
1704 done | sort
1705 echo
1708 if test -s confdefs.h; then
1709 cat <<\_ASBOX
1710 ## ----------- ##
1711 ## confdefs.h. ##
1712 ## ----------- ##
1713 _ASBOX
1714 echo
1715 cat confdefs.h
1716 echo
1718 test "$ac_signal" != 0 &&
1719 echo "$as_me: caught signal $ac_signal"
1720 echo "$as_me: exit $exit_status"
1721 } >&5
1722 rm -f core *.core core.conftest.* &&
1723 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1724 exit $exit_status
1726 for ac_signal in 1 2 13 15; do
1727 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1728 done
1729 ac_signal=0
1731 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1732 rm -f -r conftest* confdefs.h
1734 # Predefined preprocessor variables.
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_NAME "$PACKAGE_NAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_STRING "$PACKAGE_STRING"
1753 _ACEOF
1756 cat >>confdefs.h <<_ACEOF
1757 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1758 _ACEOF
1761 # Let the site file select an alternate cache file if it wants to.
1762 # Prefer explicitly selected file to automatically selected ones.
1763 if test -n "$CONFIG_SITE"; then
1764 set x "$CONFIG_SITE"
1765 elif test "x$prefix" != xNONE; then
1766 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1767 else
1768 set x "$ac_default_prefix/share/config.site" \
1769 "$ac_default_prefix/etc/config.site"
1771 shift
1772 for ac_site_file
1774 if test -r "$ac_site_file"; then
1775 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1776 echo "$as_me: loading site script $ac_site_file" >&6;}
1777 sed 's/^/| /' "$ac_site_file" >&5
1778 . "$ac_site_file"
1780 done
1782 if test -r "$cache_file"; then
1783 # Some versions of bash will fail to source /dev/null (special
1784 # files actually), so we avoid doing that.
1785 if test -f "$cache_file"; then
1786 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1787 echo "$as_me: loading cache $cache_file" >&6;}
1788 case $cache_file in
1789 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1790 *) . "./$cache_file";;
1791 esac
1793 else
1794 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1795 echo "$as_me: creating cache $cache_file" >&6;}
1796 >$cache_file
1799 # Check that the precious variables saved in the cache have kept the same
1800 # value.
1801 ac_cache_corrupted=false
1802 for ac_var in $ac_precious_vars; do
1803 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1804 eval ac_new_set=\$ac_env_${ac_var}_set
1805 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1806 eval ac_new_val=\$ac_env_${ac_var}_value
1807 case $ac_old_set,$ac_new_set in
1808 set,)
1809 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1810 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1811 ac_cache_corrupted=: ;;
1812 ,set)
1813 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1814 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1815 ac_cache_corrupted=: ;;
1816 ,);;
1818 if test "x$ac_old_val" != "x$ac_new_val"; then
1819 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1820 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1821 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1822 echo "$as_me: former value: $ac_old_val" >&2;}
1823 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1824 echo "$as_me: current value: $ac_new_val" >&2;}
1825 ac_cache_corrupted=:
1826 fi;;
1827 esac
1828 # Pass precious variables to config.status.
1829 if test "$ac_new_set" = set; then
1830 case $ac_new_val in
1831 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1832 *) ac_arg=$ac_var=$ac_new_val ;;
1833 esac
1834 case " $ac_configure_args " in
1835 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1836 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1837 esac
1839 done
1840 if $ac_cache_corrupted; then
1841 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1842 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1843 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1844 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1845 { (exit 1); exit 1; }; }
1872 ac_ext=c
1873 ac_cpp='$CPP $CPPFLAGS'
1874 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1875 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1876 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1880 ac_config_headers="$ac_config_headers include/config.h"
1882 ac_aux_dir=
1883 for ac_dir in tools "$srcdir"/tools; do
1884 if test -f "$ac_dir/install-sh"; then
1885 ac_aux_dir=$ac_dir
1886 ac_install_sh="$ac_aux_dir/install-sh -c"
1887 break
1888 elif test -f "$ac_dir/install.sh"; then
1889 ac_aux_dir=$ac_dir
1890 ac_install_sh="$ac_aux_dir/install.sh -c"
1891 break
1892 elif test -f "$ac_dir/shtool"; then
1893 ac_aux_dir=$ac_dir
1894 ac_install_sh="$ac_aux_dir/shtool install -c"
1895 break
1897 done
1898 if test -z "$ac_aux_dir"; then
1899 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1900 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1901 { (exit 1); exit 1; }; }
1904 # These three variables are undocumented and unsupported,
1905 # and are intended to be withdrawn in a future Autoconf release.
1906 # They can cause serious problems if a builder's source tree is in a directory
1907 # whose full name contains unusual characters.
1908 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1909 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1910 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1915 # Check whether --enable-win16 was given.
1916 if test "${enable_win16+set}" = set; then
1917 enableval=$enable_win16;
1920 # Check whether --enable-win64 was given.
1921 if test "${enable_win64+set}" = set; then
1922 enableval=$enable_win64;
1925 # Check whether --enable-tests was given.
1926 if test "${enable_tests+set}" = set; then
1927 enableval=$enable_tests;
1930 # Check whether --enable-maintainer-mode was given.
1931 if test "${enable_maintainer_mode+set}" = set; then
1932 enableval=$enable_maintainer_mode;
1933 else
1934 MAINTAINER_MODE=\#
1940 # Check whether --with-alsa was given.
1941 if test "${with_alsa+set}" = set; then
1942 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1946 # Check whether --with-audioio was given.
1947 if test "${with_audioio+set}" = set; then
1948 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1952 # Check whether --with-capi was given.
1953 if test "${with_capi+set}" = set; then
1954 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1958 # Check whether --with-cms was given.
1959 if test "${with_cms+set}" = set; then
1960 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1964 # Check whether --with-coreaudio was given.
1965 if test "${with_coreaudio+set}" = set; then
1966 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1970 # Check whether --with-cups was given.
1971 if test "${with_cups+set}" = set; then
1972 withval=$with_cups;
1976 # Check whether --with-curses was given.
1977 if test "${with_curses+set}" = set; then
1978 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1982 # Check whether --with-esd was given.
1983 if test "${with_esd+set}" = set; then
1984 withval=$with_esd;
1988 # Check whether --with-fontconfig was given.
1989 if test "${with_fontconfig+set}" = set; then
1990 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1994 # Check whether --with-freetype was given.
1995 if test "${with_freetype+set}" = set; then
1996 withval=$with_freetype;
2000 # Check whether --with-gphoto was given.
2001 if test "${with_gphoto+set}" = set; then
2002 withval=$with_gphoto;
2006 # Check whether --with-glu was given.
2007 if test "${with_glu+set}" = set; then
2008 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2012 # Check whether --with-gnutls was given.
2013 if test "${with_gnutls+set}" = set; then
2014 withval=$with_gnutls;
2018 # Check whether --with-hal was given.
2019 if test "${with_hal+set}" = set; then
2020 withval=$with_hal;
2024 # Check whether --with-jack was given.
2025 if test "${with_jack+set}" = set; then
2026 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2030 # Check whether --with-jpeg was given.
2031 if test "${with_jpeg+set}" = set; then
2032 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2036 # Check whether --with-ldap was given.
2037 if test "${with_ldap+set}" = set; then
2038 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2042 # Check whether --with-nas was given.
2043 if test "${with_nas+set}" = set; then
2044 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2048 # Check whether --with-opengl was given.
2049 if test "${with_opengl+set}" = set; then
2050 withval=$with_opengl;
2054 # Check whether --with-openssl was given.
2055 if test "${with_openssl+set}" = set; then
2056 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2060 # Check whether --with-oss was given.
2061 if test "${with_oss+set}" = set; then
2062 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
2066 # Check whether --with-png was given.
2067 if test "${with_png+set}" = set; then
2068 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2072 # Check whether --with-pthread was given.
2073 if test "${with_pthread+set}" = set; then
2074 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2078 # Check whether --with-pulse was given.
2079 if test "${with_pulse+set}" = set; then
2080 withval=$with_pulse;
2084 # Check whether --with-sane was given.
2085 if test "${with_sane+set}" = set; then
2086 withval=$with_sane;
2090 # Check whether --with-xcomposite was given.
2091 if test "${with_xcomposite+set}" = set; then
2092 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2096 # Check whether --with-xcursor was given.
2097 if test "${with_xcursor+set}" = set; then
2098 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2102 # Check whether --with-xinerama was given.
2103 if test "${with_xinerama+set}" = set; then
2104 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2108 # Check whether --with-xinput was given.
2109 if test "${with_xinput+set}" = set; then
2110 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2114 # Check whether --with-xml was given.
2115 if test "${with_xml+set}" = set; then
2116 withval=$with_xml;
2120 # Check whether --with-xrandr was given.
2121 if test "${with_xrandr+set}" = set; then
2122 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2126 # Check whether --with-xrender was given.
2127 if test "${with_xrender+set}" = set; then
2128 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2132 # Check whether --with-xshape was given.
2133 if test "${with_xshape+set}" = set; then
2134 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2138 # Check whether --with-xshm was given.
2139 if test "${with_xshm+set}" = set; then
2140 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2144 # Check whether --with-xslt was given.
2145 if test "${with_xslt+set}" = set; then
2146 withval=$with_xslt;
2150 # Check whether --with-xxf86vm was given.
2151 if test "${with_xxf86vm+set}" = set; then
2152 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2157 # Check whether --with-wine-tools was given.
2158 if test "${with_wine_tools+set}" = set; then
2159 withval=$with_wine_tools;
2163 # Make sure we can run config.sub.
2164 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2165 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2166 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2167 { (exit 1); exit 1; }; }
2169 { echo "$as_me:$LINENO: checking build system type" >&5
2170 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2171 if test "${ac_cv_build+set}" = set; then
2172 echo $ECHO_N "(cached) $ECHO_C" >&6
2173 else
2174 ac_build_alias=$build_alias
2175 test "x$ac_build_alias" = x &&
2176 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2177 test "x$ac_build_alias" = x &&
2178 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2179 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2180 { (exit 1); exit 1; }; }
2181 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2182 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2183 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2184 { (exit 1); exit 1; }; }
2187 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2188 echo "${ECHO_T}$ac_cv_build" >&6; }
2189 case $ac_cv_build in
2190 *-*-*) ;;
2191 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2192 echo "$as_me: error: invalid value of canonical build" >&2;}
2193 { (exit 1); exit 1; }; };;
2194 esac
2195 build=$ac_cv_build
2196 ac_save_IFS=$IFS; IFS='-'
2197 set x $ac_cv_build
2198 shift
2199 build_cpu=$1
2200 build_vendor=$2
2201 shift; shift
2202 # Remember, the first character of IFS is used to create $*,
2203 # except with old shells:
2204 build_os=$*
2205 IFS=$ac_save_IFS
2206 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2209 { echo "$as_me:$LINENO: checking host system type" >&5
2210 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2211 if test "${ac_cv_host+set}" = set; then
2212 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 else
2214 if test "x$host_alias" = x; then
2215 ac_cv_host=$ac_cv_build
2216 else
2217 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2218 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2219 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2220 { (exit 1); exit 1; }; }
2224 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2225 echo "${ECHO_T}$ac_cv_host" >&6; }
2226 case $ac_cv_host in
2227 *-*-*) ;;
2228 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2229 echo "$as_me: error: invalid value of canonical host" >&2;}
2230 { (exit 1); exit 1; }; };;
2231 esac
2232 host=$ac_cv_host
2233 ac_save_IFS=$IFS; IFS='-'
2234 set x $ac_cv_host
2235 shift
2236 host_cpu=$1
2237 host_vendor=$2
2238 shift; shift
2239 # Remember, the first character of IFS is used to create $*,
2240 # except with old shells:
2241 host_os=$*
2242 IFS=$ac_save_IFS
2243 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2247 case "$srcdir" in
2248 .) ;;
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2255 fi ;;
2256 esac
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265 cat >conftest.make <<\_ACEOF
2266 SHELL = /bin/sh
2267 all:
2268 @echo '@@@%%%=$(MAKE)=@@@%%%'
2269 _ACEOF
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 *@@@%%%=?*=@@@%%%*)
2273 eval ac_cv_prog_make_${ac_make}_set=yes;;
2275 eval ac_cv_prog_make_${ac_make}_set=no;;
2276 esac
2277 rm -f conftest.make
2279 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2282 SET_MAKE=
2283 else
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE="MAKE=${MAKE-make}"
2289 ac_ext=c
2290 ac_cpp='$CPP $CPPFLAGS'
2291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 else
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC="$CC" # Let the user override the test.
2304 else
2305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306 for as_dir in $PATH
2308 IFS=$as_save_IFS
2309 test -z "$as_dir" && as_dir=.
2310 for ac_exec_ext in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314 break 2
2316 done
2317 done
2318 IFS=$as_save_IFS
2322 CC=$ac_cv_prog_CC
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2326 else
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2334 ac_ct_CC=$CC
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc; ac_word=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 else
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2344 else
2345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 for as_dir in $PATH
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 for ac_exec_ext in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354 break 2
2356 done
2357 done
2358 IFS=$as_save_IFS
2362 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 else
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x; then
2372 CC=""
2373 else
2374 case $cross_compiling:$ac_tool_warned in
2375 yes:)
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned=yes ;;
2383 esac
2384 CC=$ac_ct_CC
2386 else
2387 CC="$ac_cv_prog_CC"
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy ${ac_tool_prefix}cc; ac_word=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 else
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC="$CC" # Let the user override the test.
2401 else
2402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2403 for as_dir in $PATH
2405 IFS=$as_save_IFS
2406 test -z "$as_dir" && as_dir=.
2407 for ac_exec_ext in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2411 break 2
2413 done
2414 done
2415 IFS=$as_save_IFS
2419 CC=$ac_cv_prog_CC
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2423 else
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc; ac_word=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 else
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC="$CC" # Let the user override the test.
2441 else
2442 ac_prog_rejected=no
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 for ac_exec_ext in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected=yes
2452 continue
2454 ac_cv_prog_CC="cc"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 break 2
2458 done
2459 done
2460 IFS=$as_save_IFS
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy $ac_cv_prog_CC
2465 shift
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2470 shift
2471 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2476 CC=$ac_cv_prog_CC
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2480 else
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 else
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test.
2500 else
2501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2502 for as_dir in $PATH
2504 IFS=$as_save_IFS
2505 test -z "$as_dir" && as_dir=.
2506 for ac_exec_ext in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 break 2
2512 done
2513 done
2514 IFS=$as_save_IFS
2518 CC=$ac_cv_prog_CC
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2522 else
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2529 done
2531 if test -z "$CC"; then
2532 ac_ct_CC=$CC
2533 for ac_prog in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy $ac_prog; ac_word=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 else
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2544 else
2545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546 for as_dir in $PATH
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2554 break 2
2556 done
2557 done
2558 IFS=$as_save_IFS
2562 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 else
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2573 done
2575 if test "x$ac_ct_CC" = x; then
2576 CC=""
2577 else
2578 case $cross_compiling:$ac_tool_warned in
2579 yes:)
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned=yes ;;
2587 esac
2588 CC=$ac_ct_CC
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler=`set X $ac_compile; echo $2`
2604 { (ac_try="$ac_compiler --version >&5"
2605 case "(($ac_try" in
2606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2608 esac
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2621 ac_status=$?
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -V >&5"
2625 case "(($ac_try" in
2626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2631 ac_status=$?
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2636 /* confdefs.h. */
2637 _ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2643 main ()
2647 return 0;
2649 _ACEOF
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2654 # of exeext.
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2667 ac_rmfiles=
2668 for ac_file in $ac_files
2670 case $ac_file in
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2673 esac
2674 done
2675 rm -f $ac_rmfiles
2677 if { (ac_try="$ac_link_default"
2678 case "(($ac_try" in
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2681 esac
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2684 ac_status=$?
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2691 # Autoconf.
2692 for ac_file in $ac_files ''
2694 test -f "$ac_file" || continue
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2698 [ab].out )
2699 # We found the default executable, but exeext='' is most
2700 # certainly right.
2701 break;;
2702 *.* )
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2704 then :; else
2705 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2711 # actually working.
2712 break;;
2714 break;;
2715 esac
2716 done
2717 test "$ac_cv_exeext" = no && ac_cv_exeext=
2719 else
2720 ac_file=''
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2749 esac
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2755 cross_compiling=no
2756 else
2757 if test "$cross_compiling" = maybe; then
2758 cross_compiling=yes
2759 else
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details." >&5
2763 echo "$as_me: error: cannot run C compiled programs.
2764 If you meant to cross compile, use \`--host'.
2765 See \`config.log' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2785 case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788 esac
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2791 ac_status=$?
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe'), while it won't with
2797 # `rm'.
2798 for ac_file in conftest.exe conftest conftest.*; do
2799 test -f "$ac_file" || continue
2800 case $ac_file in
2801 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2802 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 break;;
2804 * ) break;;
2805 esac
2806 done
2807 else
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.$ac_ext
2820 EXEEXT=$ac_cv_exeext
2821 ac_exeext=$EXEEXT
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 else
2827 cat >conftest.$ac_ext <<_ACEOF
2828 /* confdefs.h. */
2829 _ACEOF
2830 cat confdefs.h >>conftest.$ac_ext
2831 cat >>conftest.$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2835 main ()
2839 return 0;
2841 _ACEOF
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try="$ac_compile"
2844 case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847 esac
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2850 ac_status=$?
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2858 break;;
2859 esac
2860 done
2861 else
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details." >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2877 ac_objext=$OBJEXT
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached) $ECHO_C" >&6
2882 else
2883 cat >conftest.$ac_ext <<_ACEOF
2884 /* confdefs.h. */
2885 _ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2891 main ()
2893 #ifndef __GNUC__
2894 choke me
2895 #endif
2898 return 0;
2900 _ACEOF
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2909 ac_status=$?
2910 grep -v '^ *+' conftest.er1 >conftest.err
2911 rm -f conftest.er1
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2918 ac_compiler_gnu=yes
2919 else
2920 echo "$as_me: failed program was:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2923 ac_compiler_gnu=no
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2936 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached) $ECHO_C" >&6
2939 else
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2942 ac_cv_prog_cc_g=no
2943 CFLAGS="-g"
2944 cat >conftest.$ac_ext <<_ACEOF
2945 /* confdefs.h. */
2946 _ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2952 main ()
2956 return 0;
2958 _ACEOF
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2961 case "(($ac_try" in
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2964 esac
2965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2967 ac_status=$?
2968 grep -v '^ *+' conftest.er1 >conftest.err
2969 rm -f conftest.er1
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2976 ac_cv_prog_cc_g=yes
2977 else
2978 echo "$as_me: failed program was:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2981 CFLAGS=""
2982 cat >conftest.$ac_ext <<_ACEOF
2983 /* confdefs.h. */
2984 _ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2990 main ()
2994 return 0;
2996 _ACEOF
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
2999 case "(($ac_try" in
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3002 esac
3003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3005 ac_status=$?
3006 grep -v '^ *+' conftest.er1 >conftest.err
3007 rm -f conftest.er1
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3015 else
3016 echo "$as_me: failed program was:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3029 main ()
3033 return 0;
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3044 ac_status=$?
3045 grep -v '^ *+' conftest.er1 >conftest.err
3046 rm -f conftest.er1
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3053 ac_cv_prog_cc_g=yes
3054 else
3055 echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3076 CFLAGS="-g -O2"
3077 else
3078 CFLAGS="-g"
3080 else
3081 if test "$GCC" = yes; then
3082 CFLAGS="-O2"
3083 else
3084 CFLAGS=
3087 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3088 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached) $ECHO_C" >&6
3091 else
3092 ac_cv_prog_cc_c89=no
3093 ac_save_CC=$CC
3094 cat >conftest.$ac_ext <<_ACEOF
3095 /* confdefs.h. */
3096 _ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3100 #include <stdarg.h>
3101 #include <stdio.h>
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3108 char **p;
3109 int i;
3111 return p[i];
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3115 char *s;
3116 va_list v;
3117 va_start (v,p);
3118 s = g (p, va_arg (v,int));
3119 va_end (v);
3120 return s;
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3134 #define FOO(x) 'x'
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3141 int argc;
3142 char **argv;
3144 main ()
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3148 return 0;
3150 _ACEOF
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3157 case "(($ac_try" in
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3160 esac
3161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3163 ac_status=$?
3164 grep -v '^ *+' conftest.er1 >conftest.err
3165 rm -f conftest.er1
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3173 else
3174 echo "$as_me: failed program was:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x$ac_cv_prog_cc_c89" != "xno" && break
3182 done
3183 rm -f conftest.$ac_ext
3184 CC=$ac_save_CC
3187 # AC_CACHE_VAL
3188 case "x$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result: none needed" >&5
3191 echo "${ECHO_T}none needed" >&6; } ;;
3192 xno)
3193 { echo "$as_me:$LINENO: result: unsupported" >&5
3194 echo "${ECHO_T}unsupported" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3199 esac
3202 ac_ext=c
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_ext=cpp
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3215 CXX=$CCC
3216 else
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 else
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231 for as_dir in $PATH
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 break 2
3241 done
3242 done
3243 IFS=$as_save_IFS
3247 CXX=$ac_cv_prog_CXX
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3251 else
3252 { echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6; }
3257 test -n "$CXX" && break
3258 done
3260 if test -z "$CXX"; then
3261 ac_ct_CXX=$CXX
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached) $ECHO_C" >&6
3270 else
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 else
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275 for as_dir in $PATH
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3283 break 2
3285 done
3286 done
3287 IFS=$as_save_IFS
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 else
3296 { echo "$as_me:$LINENO: result: no" >&5
3297 echo "${ECHO_T}no" >&6; }
3301 test -n "$ac_ct_CXX" && break
3302 done
3304 if test "x$ac_ct_CXX" = x; then
3305 CXX="g++"
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308 yes:)
3309 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3310 whose name does not start with the host triplet. If you think this
3311 configuration is useful to you, please write to autoconf@gnu.org." >&5
3312 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3313 whose name does not start with the host triplet. If you think this
3314 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3315 ac_tool_warned=yes ;;
3316 esac
3317 CXX=$ac_ct_CXX
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3327 case "(($ac_try" in
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3330 esac
3331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3333 ac_status=$?
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3337 case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3343 ac_status=$?
3344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3353 ac_status=$?
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362 cat >conftest.$ac_ext <<_ACEOF
3363 /* confdefs.h. */
3364 _ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3370 main ()
3372 #ifndef __GNUC__
3373 choke me
3374 #endif
3377 return 0;
3379 _ACEOF
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3382 case "(($ac_try" in
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3385 esac
3386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3388 ac_status=$?
3389 grep -v '^ *+' conftest.er1 >conftest.err
3390 rm -f conftest.er1
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3397 ac_compiler_gnu=yes
3398 else
3399 echo "$as_me: failed program was:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3402 ac_compiler_gnu=no
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3415 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached) $ECHO_C" >&6
3418 else
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3421 ac_cv_prog_cxx_g=no
3422 CXXFLAGS="-g"
3423 cat >conftest.$ac_ext <<_ACEOF
3424 /* confdefs.h. */
3425 _ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3431 main ()
3435 return 0;
3437 _ACEOF
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3440 case "(($ac_try" in
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3446 ac_status=$?
3447 grep -v '^ *+' conftest.er1 >conftest.err
3448 rm -f conftest.er1
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3456 else
3457 echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3460 CXXFLAGS=""
3461 cat >conftest.$ac_ext <<_ACEOF
3462 /* confdefs.h. */
3463 _ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3469 main ()
3473 return 0;
3475 _ACEOF
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3484 ac_status=$?
3485 grep -v '^ *+' conftest.er1 >conftest.err
3486 rm -f conftest.er1
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3494 else
3495 echo "$as_me: failed program was:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 CXXFLAGS="-g"
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3533 else
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-g -O2"
3556 else
3557 CXXFLAGS="-g"
3559 else
3560 if test "$GXX" = yes; then
3561 CXXFLAGS="-O2"
3562 else
3563 CXXFLAGS=
3566 ac_ext=c
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached) $ECHO_C" >&6
3579 else
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 else
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584 for as_dir in $PATH
3586 IFS=$as_save_IFS
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3592 break 2
3594 done
3595 done
3596 IFS=$as_save_IFS
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3604 else
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
3619 else
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 else
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 for as_dir in $PATH
3626 IFS=$as_save_IFS
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp"
3631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3632 break 2
3634 done
3635 done
3636 IFS=$as_save_IFS
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 else
3645 { echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6; }
3649 if test "x$ac_ct_CPPBIN" = x; then
3650 CPPBIN="cpp"
3651 else
3652 case $cross_compiling:$ac_tool_warned in
3653 yes:)
3654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3655 whose name does not start with the host triplet. If you think this
3656 configuration is useful to you, please write to autoconf@gnu.org." >&5
3657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3658 whose name does not start with the host triplet. If you think this
3659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3660 ac_tool_warned=yes ;;
3661 esac
3662 CPPBIN=$ac_ct_CPPBIN
3664 else
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 case $host in
3670 *-darwin*)
3671 if test "x$enable_win64" == "xyes"
3672 then
3673 CC="$CC -m64"
3674 CXX="$CXX -m64"
3675 LD="${LD:-ld} -arch x86_64"
3676 AS="${AS:-as} -arch x86_64"
3677 host_cpu="x86_64"
3678 notice_platform="64-bit "
3679 TARGETFLAGS="-m64"
3681 else
3682 CC="$CC -m32"
3683 CXX="$CXX -m32"
3684 LD="${LD:-ld} -arch i386"
3685 AS="${AS:-as} -arch i386"
3686 host_cpu="i386"
3687 notice_platform="32-bit "
3688 TARGETFLAGS="-m32"
3690 enable_win16=${enable_win16:-yes}
3693 x86_64*)
3694 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3695 then
3696 CC="$CC -m32"
3697 CXX="$CXX -m32"
3698 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3699 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3701 cat >conftest.$ac_ext <<_ACEOF
3702 /* confdefs.h. */
3703 _ACEOF
3704 cat confdefs.h >>conftest.$ac_ext
3705 cat >>conftest.$ac_ext <<_ACEOF
3706 /* end confdefs.h. */
3709 main ()
3713 return 0;
3715 _ACEOF
3716 rm -f conftest.$ac_objext conftest$ac_exeext
3717 if { (ac_try="$ac_link"
3718 case "(($ac_try" in
3719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3720 *) ac_try_echo=$ac_try;;
3721 esac
3722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3723 (eval "$ac_link") 2>conftest.er1
3724 ac_status=$?
3725 grep -v '^ *+' conftest.er1 >conftest.err
3726 rm -f conftest.er1
3727 cat conftest.err >&5
3728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3729 (exit $ac_status); } && {
3730 test -z "$ac_c_werror_flag" ||
3731 test ! -s conftest.err
3732 } && test -s conftest$ac_exeext &&
3733 $as_test_x conftest$ac_exeext; then
3734 { echo "$as_me:$LINENO: result: yes" >&5
3735 echo "${ECHO_T}yes" >&6; }
3736 else
3737 echo "$as_me: failed program was:" >&5
3738 sed 's/^/| /' conftest.$ac_ext >&5
3740 { echo "$as_me:$LINENO: result: no" >&5
3741 echo "${ECHO_T}no" >&6; }
3742 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3743 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3744 { (exit 1); exit 1; }; }
3747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3748 conftest$ac_exeext conftest.$ac_ext
3749 LD="${LD:-ld} -m elf_i386"
3750 AS="${AS:-as} --32"
3751 host_cpu="i386"
3752 notice_platform="32-bit "
3753 TARGETFLAGS="-m32"
3755 enable_win16=${enable_win16:-yes}
3756 else
3757 TARGETFLAGS="-m64"
3761 *-mingw32*|*-cygwin*)
3762 enable_win16=${enable_win16:-no}
3764 i[3456789]86*)
3765 enable_win16=${enable_win16:-yes}
3767 esac
3769 enable_win16=${enable_win16:-no}
3771 WIN16_FILES="\$(WIN16_FILES)"
3773 WIN16_INSTALL="\$(WIN16_INSTALL)"
3775 if test "x$enable_win16" != "xyes"
3776 then
3777 WIN16_FILES=""
3778 WIN16_INSTALL=""
3779 enable_w32skrnl=${enable_w32skrnl:-no}
3780 enable_winedos=${enable_winedos:-no}
3781 enable_winevdm=${enable_winevdm:-no}
3784 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3785 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3786 if test "${wine_cv_toolsdir+set}" = set; then
3787 echo $ECHO_N "(cached) $ECHO_C" >&6
3788 else
3789 if test -z "$with_wine_tools"; then
3790 if test "$cross_compiling" = "yes"; then
3791 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3792 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3793 { (exit 1); exit 1; }; }
3794 else
3795 wine_cv_toolsdir="\$(TOPOBJDIR)"
3797 elif test -d "$with_wine_tools/tools/winebuild"; then
3798 case $with_wine_tools in
3799 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3800 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3801 esac
3802 else
3803 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3804 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3805 { (exit 1); exit 1; }; }
3808 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3809 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3810 TOOLSDIR=$wine_cv_toolsdir
3812 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3813 then
3814 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3818 for ac_prog in flex
3820 # Extract the first word of "$ac_prog", so it can be a program name with args.
3821 set dummy $ac_prog; ac_word=$2
3822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3824 if test "${ac_cv_prog_FLEX+set}" = set; then
3825 echo $ECHO_N "(cached) $ECHO_C" >&6
3826 else
3827 if test -n "$FLEX"; then
3828 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3829 else
3830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3831 for as_dir in $PATH
3833 IFS=$as_save_IFS
3834 test -z "$as_dir" && as_dir=.
3835 for ac_exec_ext in '' $ac_executable_extensions; do
3836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3837 ac_cv_prog_FLEX="$ac_prog"
3838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3839 break 2
3841 done
3842 done
3843 IFS=$as_save_IFS
3847 FLEX=$ac_cv_prog_FLEX
3848 if test -n "$FLEX"; then
3849 { echo "$as_me:$LINENO: result: $FLEX" >&5
3850 echo "${ECHO_T}$FLEX" >&6; }
3851 else
3852 { echo "$as_me:$LINENO: result: no" >&5
3853 echo "${ECHO_T}no" >&6; }
3857 test -n "$FLEX" && break
3858 done
3859 test -n "$FLEX" || FLEX="none"
3861 if test "$FLEX" = "none"
3862 then
3863 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3864 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3865 { (exit 1); exit 1; }; }
3868 for ac_prog in bison
3870 # Extract the first word of "$ac_prog", so it can be a program name with args.
3871 set dummy $ac_prog; ac_word=$2
3872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3874 if test "${ac_cv_prog_BISON+set}" = set; then
3875 echo $ECHO_N "(cached) $ECHO_C" >&6
3876 else
3877 if test -n "$BISON"; then
3878 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3879 else
3880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3881 for as_dir in $PATH
3883 IFS=$as_save_IFS
3884 test -z "$as_dir" && as_dir=.
3885 for ac_exec_ext in '' $ac_executable_extensions; do
3886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3887 ac_cv_prog_BISON="$ac_prog"
3888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3889 break 2
3891 done
3892 done
3893 IFS=$as_save_IFS
3897 BISON=$ac_cv_prog_BISON
3898 if test -n "$BISON"; then
3899 { echo "$as_me:$LINENO: result: $BISON" >&5
3900 echo "${ECHO_T}$BISON" >&6; }
3901 else
3902 { echo "$as_me:$LINENO: result: no" >&5
3903 echo "${ECHO_T}no" >&6; }
3907 test -n "$BISON" && break
3908 done
3909 test -n "$BISON" || BISON="none"
3911 if test "$BISON" = "none"
3912 then
3913 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3914 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3915 { (exit 1); exit 1; }; }
3918 if test -n "$ac_tool_prefix"; then
3919 for ac_prog in gas as
3921 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3922 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3923 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3925 if test "${ac_cv_prog_AS+set}" = set; then
3926 echo $ECHO_N "(cached) $ECHO_C" >&6
3927 else
3928 if test -n "$AS"; then
3929 ac_cv_prog_AS="$AS" # Let the user override the test.
3930 else
3931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932 for as_dir in $PATH
3934 IFS=$as_save_IFS
3935 test -z "$as_dir" && as_dir=.
3936 for ac_exec_ext in '' $ac_executable_extensions; do
3937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3940 break 2
3942 done
3943 done
3944 IFS=$as_save_IFS
3948 AS=$ac_cv_prog_AS
3949 if test -n "$AS"; then
3950 { echo "$as_me:$LINENO: result: $AS" >&5
3951 echo "${ECHO_T}$AS" >&6; }
3952 else
3953 { echo "$as_me:$LINENO: result: no" >&5
3954 echo "${ECHO_T}no" >&6; }
3958 test -n "$AS" && break
3959 done
3961 if test -z "$AS"; then
3962 ac_ct_AS=$AS
3963 for ac_prog in gas as
3965 # Extract the first word of "$ac_prog", so it can be a program name with args.
3966 set dummy $ac_prog; ac_word=$2
3967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3969 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3970 echo $ECHO_N "(cached) $ECHO_C" >&6
3971 else
3972 if test -n "$ac_ct_AS"; then
3973 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3974 else
3975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3976 for as_dir in $PATH
3978 IFS=$as_save_IFS
3979 test -z "$as_dir" && as_dir=.
3980 for ac_exec_ext in '' $ac_executable_extensions; do
3981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3982 ac_cv_prog_ac_ct_AS="$ac_prog"
3983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3984 break 2
3986 done
3987 done
3988 IFS=$as_save_IFS
3992 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3993 if test -n "$ac_ct_AS"; then
3994 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3995 echo "${ECHO_T}$ac_ct_AS" >&6; }
3996 else
3997 { echo "$as_me:$LINENO: result: no" >&5
3998 echo "${ECHO_T}no" >&6; }
4002 test -n "$ac_ct_AS" && break
4003 done
4005 if test "x$ac_ct_AS" = x; then
4006 AS="as"
4007 else
4008 case $cross_compiling:$ac_tool_warned in
4009 yes:)
4010 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4011 whose name does not start with the host triplet. If you think this
4012 configuration is useful to you, please write to autoconf@gnu.org." >&5
4013 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4014 whose name does not start with the host triplet. If you think this
4015 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4016 ac_tool_warned=yes ;;
4017 esac
4018 AS=$ac_ct_AS
4022 if test -n "$ac_tool_prefix"; then
4023 for ac_prog in ld gld
4025 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4026 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4027 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4029 if test "${ac_cv_prog_LD+set}" = set; then
4030 echo $ECHO_N "(cached) $ECHO_C" >&6
4031 else
4032 if test -n "$LD"; then
4033 ac_cv_prog_LD="$LD" # Let the user override the test.
4034 else
4035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4036 for as_dir in $PATH
4038 IFS=$as_save_IFS
4039 test -z "$as_dir" && as_dir=.
4040 for ac_exec_ext in '' $ac_executable_extensions; do
4041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4042 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4043 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4044 break 2
4046 done
4047 done
4048 IFS=$as_save_IFS
4052 LD=$ac_cv_prog_LD
4053 if test -n "$LD"; then
4054 { echo "$as_me:$LINENO: result: $LD" >&5
4055 echo "${ECHO_T}$LD" >&6; }
4056 else
4057 { echo "$as_me:$LINENO: result: no" >&5
4058 echo "${ECHO_T}no" >&6; }
4062 test -n "$LD" && break
4063 done
4065 if test -z "$LD"; then
4066 ac_ct_LD=$LD
4067 for ac_prog in ld gld
4069 # Extract the first word of "$ac_prog", so it can be a program name with args.
4070 set dummy $ac_prog; ac_word=$2
4071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4073 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4074 echo $ECHO_N "(cached) $ECHO_C" >&6
4075 else
4076 if test -n "$ac_ct_LD"; then
4077 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4078 else
4079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080 for as_dir in $PATH
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_ac_ct_LD="$ac_prog"
4087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4090 done
4091 done
4092 IFS=$as_save_IFS
4096 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4097 if test -n "$ac_ct_LD"; then
4098 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4099 echo "${ECHO_T}$ac_ct_LD" >&6; }
4100 else
4101 { echo "$as_me:$LINENO: result: no" >&5
4102 echo "${ECHO_T}no" >&6; }
4106 test -n "$ac_ct_LD" && break
4107 done
4109 if test "x$ac_ct_LD" = x; then
4110 LD="ld"
4111 else
4112 case $cross_compiling:$ac_tool_warned in
4113 yes:)
4114 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4115 whose name does not start with the host triplet. If you think this
4116 configuration is useful to you, please write to autoconf@gnu.org." >&5
4117 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4118 whose name does not start with the host triplet. If you think this
4119 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4120 ac_tool_warned=yes ;;
4121 esac
4122 LD=$ac_ct_LD
4126 if test -n "$ac_tool_prefix"; then
4127 for ac_prog in nm gnm
4129 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4130 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4131 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4132 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4133 if test "${ac_cv_prog_NM+set}" = set; then
4134 echo $ECHO_N "(cached) $ECHO_C" >&6
4135 else
4136 if test -n "$NM"; then
4137 ac_cv_prog_NM="$NM" # Let the user override the test.
4138 else
4139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4140 for as_dir in $PATH
4142 IFS=$as_save_IFS
4143 test -z "$as_dir" && as_dir=.
4144 for ac_exec_ext in '' $ac_executable_extensions; do
4145 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4146 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4148 break 2
4150 done
4151 done
4152 IFS=$as_save_IFS
4156 NM=$ac_cv_prog_NM
4157 if test -n "$NM"; then
4158 { echo "$as_me:$LINENO: result: $NM" >&5
4159 echo "${ECHO_T}$NM" >&6; }
4160 else
4161 { echo "$as_me:$LINENO: result: no" >&5
4162 echo "${ECHO_T}no" >&6; }
4166 test -n "$NM" && break
4167 done
4169 if test -z "$NM"; then
4170 ac_ct_NM=$NM
4171 for ac_prog in nm gnm
4173 # Extract the first word of "$ac_prog", so it can be a program name with args.
4174 set dummy $ac_prog; ac_word=$2
4175 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4176 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4177 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4178 echo $ECHO_N "(cached) $ECHO_C" >&6
4179 else
4180 if test -n "$ac_ct_NM"; then
4181 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4182 else
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4184 for as_dir in $PATH
4186 IFS=$as_save_IFS
4187 test -z "$as_dir" && as_dir=.
4188 for ac_exec_ext in '' $ac_executable_extensions; do
4189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190 ac_cv_prog_ac_ct_NM="$ac_prog"
4191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4192 break 2
4194 done
4195 done
4196 IFS=$as_save_IFS
4200 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4201 if test -n "$ac_ct_NM"; then
4202 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4203 echo "${ECHO_T}$ac_ct_NM" >&6; }
4204 else
4205 { echo "$as_me:$LINENO: result: no" >&5
4206 echo "${ECHO_T}no" >&6; }
4210 test -n "$ac_ct_NM" && break
4211 done
4213 if test "x$ac_ct_NM" = x; then
4214 NM="nm"
4215 else
4216 case $cross_compiling:$ac_tool_warned in
4217 yes:)
4218 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4219 whose name does not start with the host triplet. If you think this
4220 configuration is useful to you, please write to autoconf@gnu.org." >&5
4221 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4222 whose name does not start with the host triplet. If you think this
4223 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4224 ac_tool_warned=yes ;;
4225 esac
4226 NM=$ac_ct_NM
4230 if test -n "$ac_tool_prefix"; then
4231 for ac_prog in ar gar
4233 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4234 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4235 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4236 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4237 if test "${ac_cv_prog_AR+set}" = set; then
4238 echo $ECHO_N "(cached) $ECHO_C" >&6
4239 else
4240 if test -n "$AR"; then
4241 ac_cv_prog_AR="$AR" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 AR=$ac_cv_prog_AR
4261 if test -n "$AR"; then
4262 { echo "$as_me:$LINENO: result: $AR" >&5
4263 echo "${ECHO_T}$AR" >&6; }
4264 else
4265 { echo "$as_me:$LINENO: result: no" >&5
4266 echo "${ECHO_T}no" >&6; }
4270 test -n "$AR" && break
4271 done
4273 if test -z "$AR"; then
4274 ac_ct_AR=$AR
4275 for ac_prog in ar gar
4277 # Extract the first word of "$ac_prog", so it can be a program name with args.
4278 set dummy $ac_prog; ac_word=$2
4279 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4281 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4282 echo $ECHO_N "(cached) $ECHO_C" >&6
4283 else
4284 if test -n "$ac_ct_AR"; then
4285 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4286 else
4287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288 for as_dir in $PATH
4290 IFS=$as_save_IFS
4291 test -z "$as_dir" && as_dir=.
4292 for ac_exec_ext in '' $ac_executable_extensions; do
4293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4294 ac_cv_prog_ac_ct_AR="$ac_prog"
4295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4298 done
4299 done
4300 IFS=$as_save_IFS
4304 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4305 if test -n "$ac_ct_AR"; then
4306 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4307 echo "${ECHO_T}$ac_ct_AR" >&6; }
4308 else
4309 { echo "$as_me:$LINENO: result: no" >&5
4310 echo "${ECHO_T}no" >&6; }
4314 test -n "$ac_ct_AR" && break
4315 done
4317 if test "x$ac_ct_AR" = x; then
4318 AR="ar"
4319 else
4320 case $cross_compiling:$ac_tool_warned in
4321 yes:)
4322 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4323 whose name does not start with the host triplet. If you think this
4324 configuration is useful to you, please write to autoconf@gnu.org." >&5
4325 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4326 whose name does not start with the host triplet. If you think this
4327 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4328 ac_tool_warned=yes ;;
4329 esac
4330 AR=$ac_ct_AR
4334 ARFLAGS=rc
4336 if test -n "$ac_tool_prefix"; then
4337 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4338 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4341 if test "${ac_cv_prog_RANLIB+set}" = set; then
4342 echo $ECHO_N "(cached) $ECHO_C" >&6
4343 else
4344 if test -n "$RANLIB"; then
4345 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4346 else
4347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4348 for as_dir in $PATH
4350 IFS=$as_save_IFS
4351 test -z "$as_dir" && as_dir=.
4352 for ac_exec_ext in '' $ac_executable_extensions; do
4353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4354 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4356 break 2
4358 done
4359 done
4360 IFS=$as_save_IFS
4364 RANLIB=$ac_cv_prog_RANLIB
4365 if test -n "$RANLIB"; then
4366 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4367 echo "${ECHO_T}$RANLIB" >&6; }
4368 else
4369 { echo "$as_me:$LINENO: result: no" >&5
4370 echo "${ECHO_T}no" >&6; }
4375 if test -z "$ac_cv_prog_RANLIB"; then
4376 ac_ct_RANLIB=$RANLIB
4377 # Extract the first word of "ranlib", so it can be a program name with args.
4378 set dummy ranlib; ac_word=$2
4379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4381 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4382 echo $ECHO_N "(cached) $ECHO_C" >&6
4383 else
4384 if test -n "$ac_ct_RANLIB"; then
4385 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4386 else
4387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4388 for as_dir in $PATH
4390 IFS=$as_save_IFS
4391 test -z "$as_dir" && as_dir=.
4392 for ac_exec_ext in '' $ac_executable_extensions; do
4393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4394 ac_cv_prog_ac_ct_RANLIB="ranlib"
4395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4396 break 2
4398 done
4399 done
4400 IFS=$as_save_IFS
4404 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4405 if test -n "$ac_ct_RANLIB"; then
4406 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4407 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4408 else
4409 { echo "$as_me:$LINENO: result: no" >&5
4410 echo "${ECHO_T}no" >&6; }
4413 if test "x$ac_ct_RANLIB" = x; then
4414 RANLIB=":"
4415 else
4416 case $cross_compiling:$ac_tool_warned in
4417 yes:)
4418 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4419 whose name does not start with the host triplet. If you think this
4420 configuration is useful to you, please write to autoconf@gnu.org." >&5
4421 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4422 whose name does not start with the host triplet. If you think this
4423 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4424 ac_tool_warned=yes ;;
4425 esac
4426 RANLIB=$ac_ct_RANLIB
4428 else
4429 RANLIB="$ac_cv_prog_RANLIB"
4432 if test -n "$ac_tool_prefix"; then
4433 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4434 set dummy ${ac_tool_prefix}strip; ac_word=$2
4435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4437 if test "${ac_cv_prog_STRIP+set}" = set; then
4438 echo $ECHO_N "(cached) $ECHO_C" >&6
4439 else
4440 if test -n "$STRIP"; then
4441 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4442 else
4443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4444 for as_dir in $PATH
4446 IFS=$as_save_IFS
4447 test -z "$as_dir" && as_dir=.
4448 for ac_exec_ext in '' $ac_executable_extensions; do
4449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4450 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4452 break 2
4454 done
4455 done
4456 IFS=$as_save_IFS
4460 STRIP=$ac_cv_prog_STRIP
4461 if test -n "$STRIP"; then
4462 { echo "$as_me:$LINENO: result: $STRIP" >&5
4463 echo "${ECHO_T}$STRIP" >&6; }
4464 else
4465 { echo "$as_me:$LINENO: result: no" >&5
4466 echo "${ECHO_T}no" >&6; }
4471 if test -z "$ac_cv_prog_STRIP"; then
4472 ac_ct_STRIP=$STRIP
4473 # Extract the first word of "strip", so it can be a program name with args.
4474 set dummy strip; ac_word=$2
4475 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4477 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4478 echo $ECHO_N "(cached) $ECHO_C" >&6
4479 else
4480 if test -n "$ac_ct_STRIP"; then
4481 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4486 IFS=$as_save_IFS
4487 test -z "$as_dir" && as_dir=.
4488 for ac_exec_ext in '' $ac_executable_extensions; do
4489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490 ac_cv_prog_ac_ct_STRIP="strip"
4491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492 break 2
4494 done
4495 done
4496 IFS=$as_save_IFS
4500 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4501 if test -n "$ac_ct_STRIP"; then
4502 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4503 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4504 else
4505 { echo "$as_me:$LINENO: result: no" >&5
4506 echo "${ECHO_T}no" >&6; }
4509 if test "x$ac_ct_STRIP" = x; then
4510 STRIP="strip"
4511 else
4512 case $cross_compiling:$ac_tool_warned in
4513 yes:)
4514 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4515 whose name does not start with the host triplet. If you think this
4516 configuration is useful to you, please write to autoconf@gnu.org." >&5
4517 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4518 whose name does not start with the host triplet. If you think this
4519 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4520 ac_tool_warned=yes ;;
4521 esac
4522 STRIP=$ac_ct_STRIP
4524 else
4525 STRIP="$ac_cv_prog_STRIP"
4528 if test -n "$ac_tool_prefix"; then
4529 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4530 set dummy ${ac_tool_prefix}windres; ac_word=$2
4531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4533 if test "${ac_cv_prog_WINDRES+set}" = set; then
4534 echo $ECHO_N "(cached) $ECHO_C" >&6
4535 else
4536 if test -n "$WINDRES"; then
4537 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4538 else
4539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4540 for as_dir in $PATH
4542 IFS=$as_save_IFS
4543 test -z "$as_dir" && as_dir=.
4544 for ac_exec_ext in '' $ac_executable_extensions; do
4545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4546 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4548 break 2
4550 done
4551 done
4552 IFS=$as_save_IFS
4556 WINDRES=$ac_cv_prog_WINDRES
4557 if test -n "$WINDRES"; then
4558 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4559 echo "${ECHO_T}$WINDRES" >&6; }
4560 else
4561 { echo "$as_me:$LINENO: result: no" >&5
4562 echo "${ECHO_T}no" >&6; }
4567 if test -z "$ac_cv_prog_WINDRES"; then
4568 ac_ct_WINDRES=$WINDRES
4569 # Extract the first word of "windres", so it can be a program name with args.
4570 set dummy windres; ac_word=$2
4571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4573 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4574 echo $ECHO_N "(cached) $ECHO_C" >&6
4575 else
4576 if test -n "$ac_ct_WINDRES"; then
4577 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4578 else
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580 for as_dir in $PATH
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_exec_ext in '' $ac_executable_extensions; do
4585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4586 ac_cv_prog_ac_ct_WINDRES="windres"
4587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4588 break 2
4590 done
4591 done
4592 IFS=$as_save_IFS
4596 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4597 if test -n "$ac_ct_WINDRES"; then
4598 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4599 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4600 else
4601 { echo "$as_me:$LINENO: result: no" >&5
4602 echo "${ECHO_T}no" >&6; }
4605 if test "x$ac_ct_WINDRES" = x; then
4606 WINDRES="false"
4607 else
4608 case $cross_compiling:$ac_tool_warned in
4609 yes:)
4610 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4611 whose name does not start with the host triplet. If you think this
4612 configuration is useful to you, please write to autoconf@gnu.org." >&5
4613 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4614 whose name does not start with the host triplet. If you think this
4615 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4616 ac_tool_warned=yes ;;
4617 esac
4618 WINDRES=$ac_ct_WINDRES
4620 else
4621 WINDRES="$ac_cv_prog_WINDRES"
4624 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4625 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4626 LN_S=$as_ln_s
4627 if test "$LN_S" = "ln -s"; then
4628 { echo "$as_me:$LINENO: result: yes" >&5
4629 echo "${ECHO_T}yes" >&6; }
4630 else
4631 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4632 echo "${ECHO_T}no, using $LN_S" >&6; }
4635 { echo "$as_me:$LINENO: checking whether ln works" >&5
4636 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4637 rm -f conf$$ conf$$.file
4638 echo >conf$$.file
4639 if ln conf$$.file conf$$ 2>/dev/null; then
4640 LN=ln
4642 { echo "$as_me:$LINENO: result: yes" >&5
4643 echo "${ECHO_T}yes" >&6; }
4644 else
4645 LN="cp -p"
4647 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4648 echo "${ECHO_T}no, using $LN" >&6; }
4650 rm -f conf$$ conf$$.file
4651 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4652 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4653 if test "${ac_cv_path_GREP+set}" = set; then
4654 echo $ECHO_N "(cached) $ECHO_C" >&6
4655 else
4656 # Extract the first word of "grep ggrep" to use in msg output
4657 if test -z "$GREP"; then
4658 set dummy grep ggrep; ac_prog_name=$2
4659 if test "${ac_cv_path_GREP+set}" = set; then
4660 echo $ECHO_N "(cached) $ECHO_C" >&6
4661 else
4662 ac_path_GREP_found=false
4663 # Loop through the user's path and test for each of PROGNAME-LIST
4664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4665 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4667 IFS=$as_save_IFS
4668 test -z "$as_dir" && as_dir=.
4669 for ac_prog in grep ggrep; do
4670 for ac_exec_ext in '' $ac_executable_extensions; do
4671 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4672 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4673 # Check for GNU ac_path_GREP and select it if it is found.
4674 # Check for GNU $ac_path_GREP
4675 case `"$ac_path_GREP" --version 2>&1` in
4676 *GNU*)
4677 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4679 ac_count=0
4680 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4681 while :
4683 cat "conftest.in" "conftest.in" >"conftest.tmp"
4684 mv "conftest.tmp" "conftest.in"
4685 cp "conftest.in" "conftest.nl"
4686 echo 'GREP' >> "conftest.nl"
4687 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4688 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4689 ac_count=`expr $ac_count + 1`
4690 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4691 # Best one so far, save it but keep looking for a better one
4692 ac_cv_path_GREP="$ac_path_GREP"
4693 ac_path_GREP_max=$ac_count
4695 # 10*(2^10) chars as input seems more than enough
4696 test $ac_count -gt 10 && break
4697 done
4698 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4699 esac
4702 $ac_path_GREP_found && break 3
4703 done
4704 done
4706 done
4707 IFS=$as_save_IFS
4712 GREP="$ac_cv_path_GREP"
4713 if test -z "$GREP"; then
4714 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4715 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4716 { (exit 1); exit 1; }; }
4719 else
4720 ac_cv_path_GREP=$GREP
4725 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4726 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4727 GREP="$ac_cv_path_GREP"
4730 { echo "$as_me:$LINENO: checking for egrep" >&5
4731 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4732 if test "${ac_cv_path_EGREP+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4734 else
4735 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4736 then ac_cv_path_EGREP="$GREP -E"
4737 else
4738 # Extract the first word of "egrep" to use in msg output
4739 if test -z "$EGREP"; then
4740 set dummy egrep; ac_prog_name=$2
4741 if test "${ac_cv_path_EGREP+set}" = set; then
4742 echo $ECHO_N "(cached) $ECHO_C" >&6
4743 else
4744 ac_path_EGREP_found=false
4745 # Loop through the user's path and test for each of PROGNAME-LIST
4746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4747 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4749 IFS=$as_save_IFS
4750 test -z "$as_dir" && as_dir=.
4751 for ac_prog in egrep; do
4752 for ac_exec_ext in '' $ac_executable_extensions; do
4753 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4754 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4755 # Check for GNU ac_path_EGREP and select it if it is found.
4756 # Check for GNU $ac_path_EGREP
4757 case `"$ac_path_EGREP" --version 2>&1` in
4758 *GNU*)
4759 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4761 ac_count=0
4762 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4763 while :
4765 cat "conftest.in" "conftest.in" >"conftest.tmp"
4766 mv "conftest.tmp" "conftest.in"
4767 cp "conftest.in" "conftest.nl"
4768 echo 'EGREP' >> "conftest.nl"
4769 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4770 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4771 ac_count=`expr $ac_count + 1`
4772 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4773 # Best one so far, save it but keep looking for a better one
4774 ac_cv_path_EGREP="$ac_path_EGREP"
4775 ac_path_EGREP_max=$ac_count
4777 # 10*(2^10) chars as input seems more than enough
4778 test $ac_count -gt 10 && break
4779 done
4780 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4781 esac
4784 $ac_path_EGREP_found && break 3
4785 done
4786 done
4788 done
4789 IFS=$as_save_IFS
4794 EGREP="$ac_cv_path_EGREP"
4795 if test -z "$EGREP"; then
4796 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4797 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4798 { (exit 1); exit 1; }; }
4801 else
4802 ac_cv_path_EGREP=$EGREP
4808 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4809 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4810 EGREP="$ac_cv_path_EGREP"
4813 # Extract the first word of "ldconfig", so it can be a program name with args.
4814 set dummy ldconfig; ac_word=$2
4815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4817 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4818 echo $ECHO_N "(cached) $ECHO_C" >&6
4819 else
4820 case $LDCONFIG in
4821 [\\/]* | ?:[\\/]*)
4822 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4826 for as_dir in /sbin /usr/sbin $PATH
4828 IFS=$as_save_IFS
4829 test -z "$as_dir" && as_dir=.
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4832 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4834 break 2
4836 done
4837 done
4838 IFS=$as_save_IFS
4840 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4842 esac
4844 LDCONFIG=$ac_cv_path_LDCONFIG
4845 if test -n "$LDCONFIG"; then
4846 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4847 echo "${ECHO_T}$LDCONFIG" >&6; }
4848 else
4849 { echo "$as_me:$LINENO: result: no" >&5
4850 echo "${ECHO_T}no" >&6; }
4854 # Find a good install program. We prefer a C program (faster),
4855 # so one script is as good as another. But avoid the broken or
4856 # incompatible versions:
4857 # SysV /etc/install, /usr/sbin/install
4858 # SunOS /usr/etc/install
4859 # IRIX /sbin/install
4860 # AIX /bin/install
4861 # AmigaOS /C/install, which installs bootblocks on floppy discs
4862 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4863 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4864 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4865 # OS/2's system install, which has a completely different semantic
4866 # ./install, which can be erroneously created by make from ./install.sh.
4867 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4868 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4869 if test -z "$INSTALL"; then
4870 if test "${ac_cv_path_install+set}" = set; then
4871 echo $ECHO_N "(cached) $ECHO_C" >&6
4872 else
4873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874 for as_dir in $PATH
4876 IFS=$as_save_IFS
4877 test -z "$as_dir" && as_dir=.
4878 # Account for people who put trailing slashes in PATH elements.
4879 case $as_dir/ in
4880 ./ | .// | /cC/* | \
4881 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4882 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4883 /usr/ucb/* ) ;;
4885 # OSF1 and SCO ODT 3.0 have their own names for install.
4886 # Don't use installbsd from OSF since it installs stuff as root
4887 # by default.
4888 for ac_prog in ginstall scoinst install; do
4889 for ac_exec_ext in '' $ac_executable_extensions; do
4890 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4891 if test $ac_prog = install &&
4892 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4893 # AIX install. It has an incompatible calling convention.
4895 elif test $ac_prog = install &&
4896 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4897 # program-specific install script used by HP pwplus--don't use.
4899 else
4900 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4901 break 3
4904 done
4905 done
4907 esac
4908 done
4909 IFS=$as_save_IFS
4913 if test "${ac_cv_path_install+set}" = set; then
4914 INSTALL=$ac_cv_path_install
4915 else
4916 # As a last resort, use the slow shell script. Don't cache a
4917 # value for INSTALL within a source directory, because that will
4918 # break other packages using the cache if that directory is
4919 # removed, or if the value is a relative name.
4920 INSTALL=$ac_install_sh
4923 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4924 echo "${ECHO_T}$INSTALL" >&6; }
4926 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4927 # It thinks the first close brace ends the variable substitution.
4928 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4930 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4932 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4934 case "$INSTALL" in
4935 [\\/$]* | ?:[\\/]* ) ;;
4936 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4937 esac
4939 for ac_prog in lclint lint
4941 # Extract the first word of "$ac_prog", so it can be a program name with args.
4942 set dummy $ac_prog; ac_word=$2
4943 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4945 if test "${ac_cv_prog_LINT+set}" = set; then
4946 echo $ECHO_N "(cached) $ECHO_C" >&6
4947 else
4948 if test -n "$LINT"; then
4949 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4954 IFS=$as_save_IFS
4955 test -z "$as_dir" && as_dir=.
4956 for ac_exec_ext in '' $ac_executable_extensions; do
4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958 ac_cv_prog_LINT="$ac_prog"
4959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4960 break 2
4962 done
4963 done
4964 IFS=$as_save_IFS
4968 LINT=$ac_cv_prog_LINT
4969 if test -n "$LINT"; then
4970 { echo "$as_me:$LINENO: result: $LINT" >&5
4971 echo "${ECHO_T}$LINT" >&6; }
4972 else
4973 { echo "$as_me:$LINENO: result: no" >&5
4974 echo "${ECHO_T}no" >&6; }
4978 test -n "$LINT" && break
4979 done
4981 if test "$LINT" = "lint"
4982 then
4983 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4988 for ac_prog in fontforge
4990 # Extract the first word of "$ac_prog", so it can be a program name with args.
4991 set dummy $ac_prog; ac_word=$2
4992 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4994 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4995 echo $ECHO_N "(cached) $ECHO_C" >&6
4996 else
4997 if test -n "$FONTFORGE"; then
4998 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4999 else
5000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5001 for as_dir in $PATH
5003 IFS=$as_save_IFS
5004 test -z "$as_dir" && as_dir=.
5005 for ac_exec_ext in '' $ac_executable_extensions; do
5006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5007 ac_cv_prog_FONTFORGE="$ac_prog"
5008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5009 break 2
5011 done
5012 done
5013 IFS=$as_save_IFS
5017 FONTFORGE=$ac_cv_prog_FONTFORGE
5018 if test -n "$FONTFORGE"; then
5019 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5020 echo "${ECHO_T}$FONTFORGE" >&6; }
5021 else
5022 { echo "$as_me:$LINENO: result: no" >&5
5023 echo "${ECHO_T}no" >&6; }
5027 test -n "$FONTFORGE" && break
5028 done
5029 test -n "$FONTFORGE" || FONTFORGE="false"
5031 for ac_prog in pkg-config
5033 # Extract the first word of "$ac_prog", so it can be a program name with args.
5034 set dummy $ac_prog; ac_word=$2
5035 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5036 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5037 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5038 echo $ECHO_N "(cached) $ECHO_C" >&6
5039 else
5040 if test -n "$PKG_CONFIG"; then
5041 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5042 else
5043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044 for as_dir in $PATH
5046 IFS=$as_save_IFS
5047 test -z "$as_dir" && as_dir=.
5048 for ac_exec_ext in '' $ac_executable_extensions; do
5049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5050 ac_cv_prog_PKG_CONFIG="$ac_prog"
5051 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5052 break 2
5054 done
5055 done
5056 IFS=$as_save_IFS
5060 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5061 if test -n "$PKG_CONFIG"; then
5062 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5063 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5064 else
5065 { echo "$as_me:$LINENO: result: no" >&5
5066 echo "${ECHO_T}no" >&6; }
5070 test -n "$PKG_CONFIG" && break
5071 done
5072 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5074 for ac_prog in rsvg
5076 # Extract the first word of "$ac_prog", so it can be a program name with args.
5077 set dummy $ac_prog; ac_word=$2
5078 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5079 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5080 if test "${ac_cv_prog_RSVG+set}" = set; then
5081 echo $ECHO_N "(cached) $ECHO_C" >&6
5082 else
5083 if test -n "$RSVG"; then
5084 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5085 else
5086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5087 for as_dir in $PATH
5089 IFS=$as_save_IFS
5090 test -z "$as_dir" && as_dir=.
5091 for ac_exec_ext in '' $ac_executable_extensions; do
5092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5093 ac_cv_prog_RSVG="$ac_prog"
5094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5095 break 2
5097 done
5098 done
5099 IFS=$as_save_IFS
5103 RSVG=$ac_cv_prog_RSVG
5104 if test -n "$RSVG"; then
5105 { echo "$as_me:$LINENO: result: $RSVG" >&5
5106 echo "${ECHO_T}$RSVG" >&6; }
5107 else
5108 { echo "$as_me:$LINENO: result: no" >&5
5109 echo "${ECHO_T}no" >&6; }
5113 test -n "$RSVG" && break
5114 done
5115 test -n "$RSVG" || RSVG="false"
5117 for ac_prog in icotool
5119 # Extract the first word of "$ac_prog", so it can be a program name with args.
5120 set dummy $ac_prog; ac_word=$2
5121 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5122 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5123 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5124 echo $ECHO_N "(cached) $ECHO_C" >&6
5125 else
5126 if test -n "$ICOTOOL"; then
5127 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5128 else
5129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5130 for as_dir in $PATH
5132 IFS=$as_save_IFS
5133 test -z "$as_dir" && as_dir=.
5134 for ac_exec_ext in '' $ac_executable_extensions; do
5135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5136 ac_cv_prog_ICOTOOL="$ac_prog"
5137 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5138 break 2
5140 done
5141 done
5142 IFS=$as_save_IFS
5146 ICOTOOL=$ac_cv_prog_ICOTOOL
5147 if test -n "$ICOTOOL"; then
5148 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5149 echo "${ECHO_T}$ICOTOOL" >&6; }
5150 else
5151 { echo "$as_me:$LINENO: result: no" >&5
5152 echo "${ECHO_T}no" >&6; }
5156 test -n "$ICOTOOL" && break
5157 done
5158 test -n "$ICOTOOL" || ICOTOOL="false"
5161 if test "${enable_maintainer_mode+set}" = set
5162 then
5163 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5164 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5165 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5168 case $host_cpu in
5169 *i[3456789]86*)
5170 # Extract the first word of "prelink", so it can be a program name with args.
5171 set dummy prelink; ac_word=$2
5172 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5174 if test "${ac_cv_path_PRELINK+set}" = set; then
5175 echo $ECHO_N "(cached) $ECHO_C" >&6
5176 else
5177 case $PRELINK in
5178 [\\/]* | ?:[\\/]*)
5179 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5183 for as_dir in /sbin /usr/sbin $PATH
5185 IFS=$as_save_IFS
5186 test -z "$as_dir" && as_dir=.
5187 for ac_exec_ext in '' $ac_executable_extensions; do
5188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5189 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5190 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5191 break 2
5193 done
5194 done
5195 IFS=$as_save_IFS
5197 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5199 esac
5201 PRELINK=$ac_cv_path_PRELINK
5202 if test -n "$PRELINK"; then
5203 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5204 echo "${ECHO_T}$PRELINK" >&6; }
5205 else
5206 { echo "$as_me:$LINENO: result: no" >&5
5207 echo "${ECHO_T}no" >&6; }
5212 esac
5216 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5217 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5218 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5219 echo $ECHO_N "(cached) $ECHO_C" >&6
5220 else
5221 ac_check_lib_save_LIBS=$LIBS
5222 LIBS="-li386 $LIBS"
5223 cat >conftest.$ac_ext <<_ACEOF
5224 /* confdefs.h. */
5225 _ACEOF
5226 cat confdefs.h >>conftest.$ac_ext
5227 cat >>conftest.$ac_ext <<_ACEOF
5228 /* end confdefs.h. */
5230 /* Override any GCC internal prototype to avoid an error.
5231 Use char because int might match the return type of a GCC
5232 builtin and then its argument prototype would still apply. */
5233 #ifdef __cplusplus
5234 extern "C"
5235 #endif
5236 char i386_set_ldt ();
5238 main ()
5240 return i386_set_ldt ();
5242 return 0;
5244 _ACEOF
5245 rm -f conftest.$ac_objext conftest$ac_exeext
5246 if { (ac_try="$ac_link"
5247 case "(($ac_try" in
5248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5249 *) ac_try_echo=$ac_try;;
5250 esac
5251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5252 (eval "$ac_link") 2>conftest.er1
5253 ac_status=$?
5254 grep -v '^ *+' conftest.er1 >conftest.err
5255 rm -f conftest.er1
5256 cat conftest.err >&5
5257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5258 (exit $ac_status); } && {
5259 test -z "$ac_c_werror_flag" ||
5260 test ! -s conftest.err
5261 } && test -s conftest$ac_exeext &&
5262 $as_test_x conftest$ac_exeext; then
5263 ac_cv_lib_i386_i386_set_ldt=yes
5264 else
5265 echo "$as_me: failed program was:" >&5
5266 sed 's/^/| /' conftest.$ac_ext >&5
5268 ac_cv_lib_i386_i386_set_ldt=no
5271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5272 conftest$ac_exeext conftest.$ac_ext
5273 LIBS=$ac_check_lib_save_LIBS
5275 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5276 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5277 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5278 cat >>confdefs.h <<_ACEOF
5279 #define HAVE_LIBI386 1
5280 _ACEOF
5282 LIBS="-li386 $LIBS"
5287 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5288 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5289 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5290 echo $ECHO_N "(cached) $ECHO_C" >&6
5291 else
5292 ac_check_lib_save_LIBS=$LIBS
5293 LIBS="-lossaudio $LIBS"
5294 cat >conftest.$ac_ext <<_ACEOF
5295 /* confdefs.h. */
5296 _ACEOF
5297 cat confdefs.h >>conftest.$ac_ext
5298 cat >>conftest.$ac_ext <<_ACEOF
5299 /* end confdefs.h. */
5301 /* Override any GCC internal prototype to avoid an error.
5302 Use char because int might match the return type of a GCC
5303 builtin and then its argument prototype would still apply. */
5304 #ifdef __cplusplus
5305 extern "C"
5306 #endif
5307 char _oss_ioctl ();
5309 main ()
5311 return _oss_ioctl ();
5313 return 0;
5315 _ACEOF
5316 rm -f conftest.$ac_objext conftest$ac_exeext
5317 if { (ac_try="$ac_link"
5318 case "(($ac_try" in
5319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320 *) ac_try_echo=$ac_try;;
5321 esac
5322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5323 (eval "$ac_link") 2>conftest.er1
5324 ac_status=$?
5325 grep -v '^ *+' conftest.er1 >conftest.err
5326 rm -f conftest.er1
5327 cat conftest.err >&5
5328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5329 (exit $ac_status); } && {
5330 test -z "$ac_c_werror_flag" ||
5331 test ! -s conftest.err
5332 } && test -s conftest$ac_exeext &&
5333 $as_test_x conftest$ac_exeext; then
5334 ac_cv_lib_ossaudio__oss_ioctl=yes
5335 else
5336 echo "$as_me: failed program was:" >&5
5337 sed 's/^/| /' conftest.$ac_ext >&5
5339 ac_cv_lib_ossaudio__oss_ioctl=no
5342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5343 conftest$ac_exeext conftest.$ac_ext
5344 LIBS=$ac_check_lib_save_LIBS
5346 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5347 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5348 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5349 cat >>confdefs.h <<_ACEOF
5350 #define HAVE_LIBOSSAUDIO 1
5351 _ACEOF
5353 LIBS="-lossaudio $LIBS"
5358 XLIB=""
5360 OPENGL_LIBS=""
5364 ac_ext=c
5365 ac_cpp='$CPP $CPPFLAGS'
5366 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5367 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5368 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5369 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5370 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5371 # On Suns, sometimes $CPP names a directory.
5372 if test -n "$CPP" && test -d "$CPP"; then
5373 CPP=
5375 if test -z "$CPP"; then
5376 if test "${ac_cv_prog_CPP+set}" = set; then
5377 echo $ECHO_N "(cached) $ECHO_C" >&6
5378 else
5379 # Double quotes because CPP needs to be expanded
5380 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5382 ac_preproc_ok=false
5383 for ac_c_preproc_warn_flag in '' yes
5385 # Use a header file that comes with gcc, so configuring glibc
5386 # with a fresh cross-compiler works.
5387 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5388 # <limits.h> exists even on freestanding compilers.
5389 # On the NeXT, cc -E runs the code through the compiler's parser,
5390 # not just through cpp. "Syntax error" is here to catch this case.
5391 cat >conftest.$ac_ext <<_ACEOF
5392 /* confdefs.h. */
5393 _ACEOF
5394 cat confdefs.h >>conftest.$ac_ext
5395 cat >>conftest.$ac_ext <<_ACEOF
5396 /* end confdefs.h. */
5397 #ifdef __STDC__
5398 # include <limits.h>
5399 #else
5400 # include <assert.h>
5401 #endif
5402 Syntax error
5403 _ACEOF
5404 if { (ac_try="$ac_cpp conftest.$ac_ext"
5405 case "(($ac_try" in
5406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5407 *) ac_try_echo=$ac_try;;
5408 esac
5409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5410 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5411 ac_status=$?
5412 grep -v '^ *+' conftest.er1 >conftest.err
5413 rm -f conftest.er1
5414 cat conftest.err >&5
5415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416 (exit $ac_status); } >/dev/null && {
5417 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5418 test ! -s conftest.err
5419 }; then
5421 else
5422 echo "$as_me: failed program was:" >&5
5423 sed 's/^/| /' conftest.$ac_ext >&5
5425 # Broken: fails on valid input.
5426 continue
5429 rm -f conftest.err conftest.$ac_ext
5431 # OK, works on sane cases. Now check whether nonexistent headers
5432 # can be detected and how.
5433 cat >conftest.$ac_ext <<_ACEOF
5434 /* confdefs.h. */
5435 _ACEOF
5436 cat confdefs.h >>conftest.$ac_ext
5437 cat >>conftest.$ac_ext <<_ACEOF
5438 /* end confdefs.h. */
5439 #include <ac_nonexistent.h>
5440 _ACEOF
5441 if { (ac_try="$ac_cpp conftest.$ac_ext"
5442 case "(($ac_try" in
5443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5444 *) ac_try_echo=$ac_try;;
5445 esac
5446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5447 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5448 ac_status=$?
5449 grep -v '^ *+' conftest.er1 >conftest.err
5450 rm -f conftest.er1
5451 cat conftest.err >&5
5452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5453 (exit $ac_status); } >/dev/null && {
5454 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5455 test ! -s conftest.err
5456 }; then
5457 # Broken: success on invalid input.
5458 continue
5459 else
5460 echo "$as_me: failed program was:" >&5
5461 sed 's/^/| /' conftest.$ac_ext >&5
5463 # Passes both tests.
5464 ac_preproc_ok=:
5465 break
5468 rm -f conftest.err conftest.$ac_ext
5470 done
5471 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5472 rm -f conftest.err conftest.$ac_ext
5473 if $ac_preproc_ok; then
5474 break
5477 done
5478 ac_cv_prog_CPP=$CPP
5481 CPP=$ac_cv_prog_CPP
5482 else
5483 ac_cv_prog_CPP=$CPP
5485 { echo "$as_me:$LINENO: result: $CPP" >&5
5486 echo "${ECHO_T}$CPP" >&6; }
5487 ac_preproc_ok=false
5488 for ac_c_preproc_warn_flag in '' yes
5490 # Use a header file that comes with gcc, so configuring glibc
5491 # with a fresh cross-compiler works.
5492 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5493 # <limits.h> exists even on freestanding compilers.
5494 # On the NeXT, cc -E runs the code through the compiler's parser,
5495 # not just through cpp. "Syntax error" is here to catch this case.
5496 cat >conftest.$ac_ext <<_ACEOF
5497 /* confdefs.h. */
5498 _ACEOF
5499 cat confdefs.h >>conftest.$ac_ext
5500 cat >>conftest.$ac_ext <<_ACEOF
5501 /* end confdefs.h. */
5502 #ifdef __STDC__
5503 # include <limits.h>
5504 #else
5505 # include <assert.h>
5506 #endif
5507 Syntax error
5508 _ACEOF
5509 if { (ac_try="$ac_cpp conftest.$ac_ext"
5510 case "(($ac_try" in
5511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5512 *) ac_try_echo=$ac_try;;
5513 esac
5514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5516 ac_status=$?
5517 grep -v '^ *+' conftest.er1 >conftest.err
5518 rm -f conftest.er1
5519 cat conftest.err >&5
5520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5521 (exit $ac_status); } >/dev/null && {
5522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5523 test ! -s conftest.err
5524 }; then
5526 else
5527 echo "$as_me: failed program was:" >&5
5528 sed 's/^/| /' conftest.$ac_ext >&5
5530 # Broken: fails on valid input.
5531 continue
5534 rm -f conftest.err conftest.$ac_ext
5536 # OK, works on sane cases. Now check whether nonexistent headers
5537 # can be detected and how.
5538 cat >conftest.$ac_ext <<_ACEOF
5539 /* confdefs.h. */
5540 _ACEOF
5541 cat confdefs.h >>conftest.$ac_ext
5542 cat >>conftest.$ac_ext <<_ACEOF
5543 /* end confdefs.h. */
5544 #include <ac_nonexistent.h>
5545 _ACEOF
5546 if { (ac_try="$ac_cpp conftest.$ac_ext"
5547 case "(($ac_try" in
5548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5549 *) ac_try_echo=$ac_try;;
5550 esac
5551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5552 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5553 ac_status=$?
5554 grep -v '^ *+' conftest.er1 >conftest.err
5555 rm -f conftest.er1
5556 cat conftest.err >&5
5557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5558 (exit $ac_status); } >/dev/null && {
5559 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5560 test ! -s conftest.err
5561 }; then
5562 # Broken: success on invalid input.
5563 continue
5564 else
5565 echo "$as_me: failed program was:" >&5
5566 sed 's/^/| /' conftest.$ac_ext >&5
5568 # Passes both tests.
5569 ac_preproc_ok=:
5570 break
5573 rm -f conftest.err conftest.$ac_ext
5575 done
5576 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5577 rm -f conftest.err conftest.$ac_ext
5578 if $ac_preproc_ok; then
5580 else
5581 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5582 See \`config.log' for more details." >&5
5583 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5584 See \`config.log' for more details." >&2;}
5585 { (exit 1); exit 1; }; }
5588 ac_ext=c
5589 ac_cpp='$CPP $CPPFLAGS'
5590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5595 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5596 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5597 if test "${ac_cv_header_stdc+set}" = set; then
5598 echo $ECHO_N "(cached) $ECHO_C" >&6
5599 else
5600 cat >conftest.$ac_ext <<_ACEOF
5601 /* confdefs.h. */
5602 _ACEOF
5603 cat confdefs.h >>conftest.$ac_ext
5604 cat >>conftest.$ac_ext <<_ACEOF
5605 /* end confdefs.h. */
5606 #include <stdlib.h>
5607 #include <stdarg.h>
5608 #include <string.h>
5609 #include <float.h>
5612 main ()
5616 return 0;
5618 _ACEOF
5619 rm -f conftest.$ac_objext
5620 if { (ac_try="$ac_compile"
5621 case "(($ac_try" in
5622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5623 *) ac_try_echo=$ac_try;;
5624 esac
5625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5626 (eval "$ac_compile") 2>conftest.er1
5627 ac_status=$?
5628 grep -v '^ *+' conftest.er1 >conftest.err
5629 rm -f conftest.er1
5630 cat conftest.err >&5
5631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5632 (exit $ac_status); } && {
5633 test -z "$ac_c_werror_flag" ||
5634 test ! -s conftest.err
5635 } && test -s conftest.$ac_objext; then
5636 ac_cv_header_stdc=yes
5637 else
5638 echo "$as_me: failed program was:" >&5
5639 sed 's/^/| /' conftest.$ac_ext >&5
5641 ac_cv_header_stdc=no
5644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5646 if test $ac_cv_header_stdc = yes; then
5647 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5648 cat >conftest.$ac_ext <<_ACEOF
5649 /* confdefs.h. */
5650 _ACEOF
5651 cat confdefs.h >>conftest.$ac_ext
5652 cat >>conftest.$ac_ext <<_ACEOF
5653 /* end confdefs.h. */
5654 #include <string.h>
5656 _ACEOF
5657 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5658 $EGREP "memchr" >/dev/null 2>&1; then
5660 else
5661 ac_cv_header_stdc=no
5663 rm -f conftest*
5667 if test $ac_cv_header_stdc = yes; then
5668 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
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 <stdlib.h>
5677 _ACEOF
5678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5679 $EGREP "free" >/dev/null 2>&1; then
5681 else
5682 ac_cv_header_stdc=no
5684 rm -f conftest*
5688 if test $ac_cv_header_stdc = yes; then
5689 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5690 if test "$cross_compiling" = yes; then
5692 else
5693 cat >conftest.$ac_ext <<_ACEOF
5694 /* confdefs.h. */
5695 _ACEOF
5696 cat confdefs.h >>conftest.$ac_ext
5697 cat >>conftest.$ac_ext <<_ACEOF
5698 /* end confdefs.h. */
5699 #include <ctype.h>
5700 #include <stdlib.h>
5701 #if ((' ' & 0x0FF) == 0x020)
5702 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5703 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5704 #else
5705 # define ISLOWER(c) \
5706 (('a' <= (c) && (c) <= 'i') \
5707 || ('j' <= (c) && (c) <= 'r') \
5708 || ('s' <= (c) && (c) <= 'z'))
5709 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5710 #endif
5712 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5714 main ()
5716 int i;
5717 for (i = 0; i < 256; i++)
5718 if (XOR (islower (i), ISLOWER (i))
5719 || toupper (i) != TOUPPER (i))
5720 return 2;
5721 return 0;
5723 _ACEOF
5724 rm -f conftest$ac_exeext
5725 if { (ac_try="$ac_link"
5726 case "(($ac_try" in
5727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5728 *) ac_try_echo=$ac_try;;
5729 esac
5730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5731 (eval "$ac_link") 2>&5
5732 ac_status=$?
5733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5734 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5735 { (case "(($ac_try" in
5736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5737 *) ac_try_echo=$ac_try;;
5738 esac
5739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5740 (eval "$ac_try") 2>&5
5741 ac_status=$?
5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 (exit $ac_status); }; }; then
5745 else
5746 echo "$as_me: program exited with status $ac_status" >&5
5747 echo "$as_me: failed program was:" >&5
5748 sed 's/^/| /' conftest.$ac_ext >&5
5750 ( exit $ac_status )
5751 ac_cv_header_stdc=no
5753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5759 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5760 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5761 if test $ac_cv_header_stdc = yes; then
5763 cat >>confdefs.h <<\_ACEOF
5764 #define STDC_HEADERS 1
5765 _ACEOF
5769 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5779 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5780 inttypes.h stdint.h unistd.h
5782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 else
5788 cat >conftest.$ac_ext <<_ACEOF
5789 /* confdefs.h. */
5790 _ACEOF
5791 cat confdefs.h >>conftest.$ac_ext
5792 cat >>conftest.$ac_ext <<_ACEOF
5793 /* end confdefs.h. */
5794 $ac_includes_default
5796 #include <$ac_header>
5797 _ACEOF
5798 rm -f conftest.$ac_objext
5799 if { (ac_try="$ac_compile"
5800 case "(($ac_try" in
5801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5802 *) ac_try_echo=$ac_try;;
5803 esac
5804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5805 (eval "$ac_compile") 2>conftest.er1
5806 ac_status=$?
5807 grep -v '^ *+' conftest.er1 >conftest.err
5808 rm -f conftest.er1
5809 cat conftest.err >&5
5810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5811 (exit $ac_status); } && {
5812 test -z "$ac_c_werror_flag" ||
5813 test ! -s conftest.err
5814 } && test -s conftest.$ac_objext; then
5815 eval "$as_ac_Header=yes"
5816 else
5817 echo "$as_me: failed program was:" >&5
5818 sed 's/^/| /' conftest.$ac_ext >&5
5820 eval "$as_ac_Header=no"
5823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5825 ac_res=`eval echo '${'$as_ac_Header'}'`
5826 { echo "$as_me:$LINENO: result: $ac_res" >&5
5827 echo "${ECHO_T}$ac_res" >&6; }
5828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5829 cat >>confdefs.h <<_ACEOF
5830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5831 _ACEOF
5835 done
5959 for ac_header in \
5960 AudioUnit/AudioUnit.h \
5961 Carbon/Carbon.h \
5962 CoreAudio/CoreAudio.h \
5963 DiskArbitration/DiskArbitration.h \
5964 IOKit/IOKitLib.h \
5965 IOKit/hid/IOHIDLib.h \
5966 alias.h \
5967 alsa/asoundlib.h \
5968 arpa/inet.h \
5969 arpa/nameser.h \
5970 asm/types.h \
5971 capi20.h \
5972 curses.h \
5973 direct.h \
5974 dirent.h \
5975 dlfcn.h \
5976 elf.h \
5977 float.h \
5978 fontconfig/fontconfig.h \
5979 getopt.h \
5980 grp.h \
5981 ieeefp.h \
5982 inet/mib2.h \
5983 io.h \
5984 jack/jack.h \
5985 jpeglib.h \
5986 kstat.h \
5987 lber.h \
5988 lcms.h \
5989 lcms/lcms.h \
5990 ldap.h \
5991 libaudioio.h \
5992 link.h \
5993 linux/cdrom.h \
5994 linux/compiler.h \
5995 linux/hdreg.h \
5996 linux/input.h \
5997 linux/ioctl.h \
5998 linux/joystick.h \
5999 linux/major.h \
6000 linux/param.h \
6001 linux/serial.h \
6002 linux/types.h \
6003 linux/ucdrom.h \
6004 mach-o/dyld_images.h \
6005 mach-o/nlist.h \
6006 mach/mach.h \
6007 mach/machine.h \
6008 machine/cpu.h \
6009 machine/limits.h \
6010 machine/soundcard.h \
6011 mntent.h \
6012 ncurses.h \
6013 netdb.h \
6014 netinet/in.h \
6015 netinet/in_systm.h \
6016 netinet/tcp.h \
6017 netinet/tcp_fsm.h \
6018 openssl/err.h \
6019 openssl/ssl.h \
6020 png.h \
6021 poll.h \
6022 process.h \
6023 pthread.h \
6024 pwd.h \
6025 regex.h \
6026 sched.h \
6027 scsi/scsi.h \
6028 scsi/scsi_ioctl.h \
6029 scsi/sg.h \
6030 soundcard.h \
6031 stdint.h \
6032 strings.h \
6033 stropts.h \
6034 sys/asoundlib.h \
6035 sys/cdio.h \
6036 sys/elf32.h \
6037 sys/epoll.h \
6038 sys/errno.h \
6039 sys/event.h \
6040 sys/exec_elf.h \
6041 sys/filio.h \
6042 sys/ioctl.h \
6043 sys/ipc.h \
6044 sys/limits.h \
6045 sys/link.h \
6046 sys/mman.h \
6047 sys/modem.h \
6048 sys/msg.h \
6049 sys/mtio.h \
6050 sys/param.h \
6051 sys/poll.h \
6052 sys/prctl.h \
6053 sys/protosw.h \
6054 sys/ptrace.h \
6055 sys/resource.h \
6056 sys/scsiio.h \
6057 sys/shm.h \
6058 sys/signal.h \
6059 sys/socket.h \
6060 sys/socketvar.h \
6061 sys/sockio.h \
6062 sys/soundcard.h \
6063 sys/statvfs.h \
6064 sys/strtio.h \
6065 sys/syscall.h \
6066 sys/tihdr.h \
6067 sys/time.h \
6068 sys/timeout.h \
6069 sys/times.h \
6070 sys/uio.h \
6071 sys/un.h \
6072 sys/utsname.h \
6073 sys/vm86.h \
6074 sys/wait.h \
6075 syscall.h \
6076 termios.h \
6077 unistd.h \
6078 utime.h \
6079 valgrind/memcheck.h \
6080 valgrind/valgrind.h
6083 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6084 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6085 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6087 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6088 echo $ECHO_N "(cached) $ECHO_C" >&6
6090 ac_res=`eval echo '${'$as_ac_Header'}'`
6091 { echo "$as_me:$LINENO: result: $ac_res" >&5
6092 echo "${ECHO_T}$ac_res" >&6; }
6093 else
6094 # Is the header compilable?
6095 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6096 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6097 cat >conftest.$ac_ext <<_ACEOF
6098 /* confdefs.h. */
6099 _ACEOF
6100 cat confdefs.h >>conftest.$ac_ext
6101 cat >>conftest.$ac_ext <<_ACEOF
6102 /* end confdefs.h. */
6103 $ac_includes_default
6104 #include <$ac_header>
6105 _ACEOF
6106 rm -f conftest.$ac_objext
6107 if { (ac_try="$ac_compile"
6108 case "(($ac_try" in
6109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6110 *) ac_try_echo=$ac_try;;
6111 esac
6112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6113 (eval "$ac_compile") 2>conftest.er1
6114 ac_status=$?
6115 grep -v '^ *+' conftest.er1 >conftest.err
6116 rm -f conftest.er1
6117 cat conftest.err >&5
6118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6119 (exit $ac_status); } && {
6120 test -z "$ac_c_werror_flag" ||
6121 test ! -s conftest.err
6122 } && test -s conftest.$ac_objext; then
6123 ac_header_compiler=yes
6124 else
6125 echo "$as_me: failed program was:" >&5
6126 sed 's/^/| /' conftest.$ac_ext >&5
6128 ac_header_compiler=no
6131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6132 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6133 echo "${ECHO_T}$ac_header_compiler" >&6; }
6135 # Is the header present?
6136 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6137 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6138 cat >conftest.$ac_ext <<_ACEOF
6139 /* confdefs.h. */
6140 _ACEOF
6141 cat confdefs.h >>conftest.$ac_ext
6142 cat >>conftest.$ac_ext <<_ACEOF
6143 /* end confdefs.h. */
6144 #include <$ac_header>
6145 _ACEOF
6146 if { (ac_try="$ac_cpp conftest.$ac_ext"
6147 case "(($ac_try" in
6148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6149 *) ac_try_echo=$ac_try;;
6150 esac
6151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6152 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6153 ac_status=$?
6154 grep -v '^ *+' conftest.er1 >conftest.err
6155 rm -f conftest.er1
6156 cat conftest.err >&5
6157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6158 (exit $ac_status); } >/dev/null && {
6159 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6160 test ! -s conftest.err
6161 }; then
6162 ac_header_preproc=yes
6163 else
6164 echo "$as_me: failed program was:" >&5
6165 sed 's/^/| /' conftest.$ac_ext >&5
6167 ac_header_preproc=no
6170 rm -f conftest.err conftest.$ac_ext
6171 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6172 echo "${ECHO_T}$ac_header_preproc" >&6; }
6174 # So? What about this header?
6175 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6176 yes:no: )
6177 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6178 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6180 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6181 ac_header_preproc=yes
6183 no:yes:* )
6184 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6185 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6186 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6187 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6188 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6189 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6190 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6191 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6193 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6194 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6195 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6196 ( cat <<\_ASBOX
6197 ## ------------------------------------ ##
6198 ## Report this to wine-devel@winehq.org ##
6199 ## ------------------------------------ ##
6200 _ASBOX
6201 ) | sed "s/^/$as_me: WARNING: /" >&2
6203 esac
6204 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6207 echo $ECHO_N "(cached) $ECHO_C" >&6
6208 else
6209 eval "$as_ac_Header=\$ac_header_preproc"
6211 ac_res=`eval echo '${'$as_ac_Header'}'`
6212 { echo "$as_me:$LINENO: result: $ac_res" >&5
6213 echo "${ECHO_T}$ac_res" >&6; }
6216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6217 cat >>confdefs.h <<_ACEOF
6218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6219 _ACEOF
6223 done
6225 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6226 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6227 if test "${ac_cv_header_stat_broken+set}" = set; then
6228 echo $ECHO_N "(cached) $ECHO_C" >&6
6229 else
6230 cat >conftest.$ac_ext <<_ACEOF
6231 /* confdefs.h. */
6232 _ACEOF
6233 cat confdefs.h >>conftest.$ac_ext
6234 cat >>conftest.$ac_ext <<_ACEOF
6235 /* end confdefs.h. */
6236 #include <sys/types.h>
6237 #include <sys/stat.h>
6239 #if defined S_ISBLK && defined S_IFDIR
6240 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6241 #endif
6243 #if defined S_ISBLK && defined S_IFCHR
6244 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6245 #endif
6247 #if defined S_ISLNK && defined S_IFREG
6248 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6249 #endif
6251 #if defined S_ISSOCK && defined S_IFREG
6252 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6253 #endif
6255 _ACEOF
6256 rm -f conftest.$ac_objext
6257 if { (ac_try="$ac_compile"
6258 case "(($ac_try" in
6259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6260 *) ac_try_echo=$ac_try;;
6261 esac
6262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6263 (eval "$ac_compile") 2>conftest.er1
6264 ac_status=$?
6265 grep -v '^ *+' conftest.er1 >conftest.err
6266 rm -f conftest.er1
6267 cat conftest.err >&5
6268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); } && {
6270 test -z "$ac_c_werror_flag" ||
6271 test ! -s conftest.err
6272 } && test -s conftest.$ac_objext; then
6273 ac_cv_header_stat_broken=no
6274 else
6275 echo "$as_me: failed program was:" >&5
6276 sed 's/^/| /' conftest.$ac_ext >&5
6278 ac_cv_header_stat_broken=yes
6281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6283 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6284 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6285 if test $ac_cv_header_stat_broken = yes; then
6287 cat >>confdefs.h <<\_ACEOF
6288 #define STAT_MACROS_BROKEN 1
6289 _ACEOF
6300 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6302 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6303 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6304 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6305 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6306 echo $ECHO_N "(cached) $ECHO_C" >&6
6307 else
6308 cat >conftest.$ac_ext <<_ACEOF
6309 /* confdefs.h. */
6310 _ACEOF
6311 cat confdefs.h >>conftest.$ac_ext
6312 cat >>conftest.$ac_ext <<_ACEOF
6313 /* end confdefs.h. */
6314 #include <sys/types.h>
6315 #ifdef HAVE_SYS_PARAM_H
6316 # include <sys/param.h>
6317 #endif
6319 #include <$ac_header>
6320 _ACEOF
6321 rm -f conftest.$ac_objext
6322 if { (ac_try="$ac_compile"
6323 case "(($ac_try" in
6324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6325 *) ac_try_echo=$ac_try;;
6326 esac
6327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6328 (eval "$ac_compile") 2>conftest.er1
6329 ac_status=$?
6330 grep -v '^ *+' conftest.er1 >conftest.err
6331 rm -f conftest.er1
6332 cat conftest.err >&5
6333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6334 (exit $ac_status); } && {
6335 test -z "$ac_c_werror_flag" ||
6336 test ! -s conftest.err
6337 } && test -s conftest.$ac_objext; then
6338 eval "$as_ac_Header=yes"
6339 else
6340 echo "$as_me: failed program was:" >&5
6341 sed 's/^/| /' conftest.$ac_ext >&5
6343 eval "$as_ac_Header=no"
6346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6348 ac_res=`eval echo '${'$as_ac_Header'}'`
6349 { echo "$as_me:$LINENO: result: $ac_res" >&5
6350 echo "${ECHO_T}$ac_res" >&6; }
6351 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6352 cat >>confdefs.h <<_ACEOF
6353 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6354 _ACEOF
6358 done
6374 for ac_header in \
6375 netinet/ip.h \
6376 net/if.h \
6377 net/if_arp.h \
6378 net/if_dl.h \
6379 net/if_types.h \
6380 net/route.h \
6381 netinet/if_ether.h \
6382 netinet/if_inarp.h \
6383 netinet/in_pcb.h \
6384 netinet/ip_icmp.h \
6385 netinet/ip_var.h \
6386 netinet/udp.h \
6387 netipx/ipx.h \
6390 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6391 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6392 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6393 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6394 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 else
6396 cat >conftest.$ac_ext <<_ACEOF
6397 /* confdefs.h. */
6398 _ACEOF
6399 cat confdefs.h >>conftest.$ac_ext
6400 cat >>conftest.$ac_ext <<_ACEOF
6401 /* end confdefs.h. */
6402 #include <sys/types.h>
6403 #ifdef HAVE_SYS_SOCKET_H
6404 # include <sys/socket.h>
6405 #endif
6406 #ifdef HAVE_SYS_SOCKETVAR_H
6407 # include <sys/socketvar.h>
6408 #endif
6409 #ifdef HAVE_NET_ROUTE_H
6410 # include <net/route.h>
6411 #endif
6412 #ifdef HAVE_NETINET_IN_H
6413 # include <netinet/in.h>
6414 #endif
6415 #ifdef HAVE_NETINET_IN_SYSTM_H
6416 # include <netinet/in_systm.h>
6417 #endif
6418 #ifdef HAVE_NET_IF_H
6419 # include <net/if.h>
6420 #endif
6421 #ifdef HAVE_NETINET_IP_H
6422 # include <netinet/ip.h>
6423 #endif
6425 #include <$ac_header>
6426 _ACEOF
6427 rm -f conftest.$ac_objext
6428 if { (ac_try="$ac_compile"
6429 case "(($ac_try" in
6430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6431 *) ac_try_echo=$ac_try;;
6432 esac
6433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6434 (eval "$ac_compile") 2>conftest.er1
6435 ac_status=$?
6436 grep -v '^ *+' conftest.er1 >conftest.err
6437 rm -f conftest.er1
6438 cat conftest.err >&5
6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440 (exit $ac_status); } && {
6441 test -z "$ac_c_werror_flag" ||
6442 test ! -s conftest.err
6443 } && test -s conftest.$ac_objext; then
6444 eval "$as_ac_Header=yes"
6445 else
6446 echo "$as_me: failed program was:" >&5
6447 sed 's/^/| /' conftest.$ac_ext >&5
6449 eval "$as_ac_Header=no"
6452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6454 ac_res=`eval echo '${'$as_ac_Header'}'`
6455 { echo "$as_me:$LINENO: result: $ac_res" >&5
6456 echo "${ECHO_T}$ac_res" >&6; }
6457 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6458 cat >>confdefs.h <<_ACEOF
6459 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6460 _ACEOF
6464 done
6471 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6473 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6474 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6477 echo $ECHO_N "(cached) $ECHO_C" >&6
6478 else
6479 cat >conftest.$ac_ext <<_ACEOF
6480 /* confdefs.h. */
6481 _ACEOF
6482 cat confdefs.h >>conftest.$ac_ext
6483 cat >>conftest.$ac_ext <<_ACEOF
6484 /* end confdefs.h. */
6485 #include <sys/types.h>
6486 #ifdef HAVE_ALIAS_H
6487 # include <alias.h>
6488 #endif
6489 #ifdef HAVE_SYS_SOCKET_H
6490 # include <sys/socket.h>
6491 #endif
6492 #ifdef HAVE_SYS_SOCKETVAR_H
6493 # include <sys/socketvar.h>
6494 #endif
6495 #ifdef HAVE_SYS_TIMEOUT_H
6496 # include <sys/timeout.h>
6497 #endif
6498 #ifdef HAVE_NETINET_IN_H
6499 # include <netinet/in.h>
6500 #endif
6501 #ifdef HAVE_NETINET_IN_SYSTM_H
6502 # include <netinet/in_systm.h>
6503 #endif
6504 #ifdef HAVE_NETINET_IP_H
6505 # include <netinet/ip.h>
6506 #endif
6507 #ifdef HAVE_NETINET_IP_VAR_H
6508 # include <netinet/ip_var.h>
6509 #endif
6510 #ifdef HAVE_NETINET_IP_ICMP_H
6511 # include <netinet/ip_icmp.h>
6512 #endif
6513 #ifdef HAVE_NETINET_UDP_H
6514 # include <netinet/udp.h>
6515 #endif
6516 #ifdef HAVE_NETINET_TCP_H
6517 # include <netinet/tcp.h>
6518 #endif
6519 #ifdef HAVE_NETINET_TCP_TIMER_H
6520 #include <netinet/tcp_timer.h>
6521 #endif
6523 #include <$ac_header>
6524 _ACEOF
6525 rm -f conftest.$ac_objext
6526 if { (ac_try="$ac_compile"
6527 case "(($ac_try" in
6528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6529 *) ac_try_echo=$ac_try;;
6530 esac
6531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6532 (eval "$ac_compile") 2>conftest.er1
6533 ac_status=$?
6534 grep -v '^ *+' conftest.er1 >conftest.err
6535 rm -f conftest.er1
6536 cat conftest.err >&5
6537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6538 (exit $ac_status); } && {
6539 test -z "$ac_c_werror_flag" ||
6540 test ! -s conftest.err
6541 } && test -s conftest.$ac_objext; then
6542 eval "$as_ac_Header=yes"
6543 else
6544 echo "$as_me: failed program was:" >&5
6545 sed 's/^/| /' conftest.$ac_ext >&5
6547 eval "$as_ac_Header=no"
6550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6552 ac_res=`eval echo '${'$as_ac_Header'}'`
6553 { echo "$as_me:$LINENO: result: $ac_res" >&5
6554 echo "${ECHO_T}$ac_res" >&6; }
6555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6556 cat >>confdefs.h <<_ACEOF
6557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6558 _ACEOF
6562 done
6566 for ac_header in linux/ipx.h
6568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6
6573 else
6574 cat >conftest.$ac_ext <<_ACEOF
6575 /* confdefs.h. */
6576 _ACEOF
6577 cat confdefs.h >>conftest.$ac_ext
6578 cat >>conftest.$ac_ext <<_ACEOF
6579 /* end confdefs.h. */
6580 #include <sys/types.h>
6581 #ifdef HAVE_ASM_TYPES_H
6582 # include <asm/types.h>
6583 #endif
6584 #ifdef HAVE_SYS_SOCKET_H
6585 # include <sys/socket.h>
6586 #endif
6587 #ifdef HAVE_LINUX_TYPES_H
6588 # include <linux/types.h>
6589 #endif
6591 #include <$ac_header>
6592 _ACEOF
6593 rm -f conftest.$ac_objext
6594 if { (ac_try="$ac_compile"
6595 case "(($ac_try" in
6596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6597 *) ac_try_echo=$ac_try;;
6598 esac
6599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6600 (eval "$ac_compile") 2>conftest.er1
6601 ac_status=$?
6602 grep -v '^ *+' conftest.er1 >conftest.err
6603 rm -f conftest.er1
6604 cat conftest.err >&5
6605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6606 (exit $ac_status); } && {
6607 test -z "$ac_c_werror_flag" ||
6608 test ! -s conftest.err
6609 } && test -s conftest.$ac_objext; then
6610 eval "$as_ac_Header=yes"
6611 else
6612 echo "$as_me: failed program was:" >&5
6613 sed 's/^/| /' conftest.$ac_ext >&5
6615 eval "$as_ac_Header=no"
6618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6620 ac_res=`eval echo '${'$as_ac_Header'}'`
6621 { echo "$as_me:$LINENO: result: $ac_res" >&5
6622 echo "${ECHO_T}$ac_res" >&6; }
6623 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6624 cat >>confdefs.h <<_ACEOF
6625 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6626 _ACEOF
6630 done
6634 for ac_header in resolv.h
6636 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6637 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6638 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6639 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6640 echo $ECHO_N "(cached) $ECHO_C" >&6
6641 else
6642 cat >conftest.$ac_ext <<_ACEOF
6643 /* confdefs.h. */
6644 _ACEOF
6645 cat confdefs.h >>conftest.$ac_ext
6646 cat >>conftest.$ac_ext <<_ACEOF
6647 /* end confdefs.h. */
6648 #include <sys/types.h>
6649 #ifdef HAVE_SYS_SOCKET_H
6650 # include <sys/socket.h>
6651 #endif
6652 #ifdef HAVE_NETINET_IN_H
6653 # include <netinet/in.h>
6654 #endif
6655 #ifdef HAVE_ARPA_NAMESER_H
6656 # include <arpa/nameser.h>
6657 #endif
6659 #include <$ac_header>
6660 _ACEOF
6661 rm -f conftest.$ac_objext
6662 if { (ac_try="$ac_compile"
6663 case "(($ac_try" in
6664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6665 *) ac_try_echo=$ac_try;;
6666 esac
6667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6668 (eval "$ac_compile") 2>conftest.er1
6669 ac_status=$?
6670 grep -v '^ *+' conftest.er1 >conftest.err
6671 rm -f conftest.er1
6672 cat conftest.err >&5
6673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6674 (exit $ac_status); } && {
6675 test -z "$ac_c_werror_flag" ||
6676 test ! -s conftest.err
6677 } && test -s conftest.$ac_objext; then
6678 eval "$as_ac_Header=yes"
6679 else
6680 echo "$as_me: failed program was:" >&5
6681 sed 's/^/| /' conftest.$ac_ext >&5
6683 eval "$as_ac_Header=no"
6686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6688 ac_res=`eval echo '${'$as_ac_Header'}'`
6689 { echo "$as_me:$LINENO: result: $ac_res" >&5
6690 echo "${ECHO_T}$ac_res" >&6; }
6691 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6692 cat >>confdefs.h <<_ACEOF
6693 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6694 _ACEOF
6698 done
6702 for ac_header in ucontext.h
6704 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6705 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6708 echo $ECHO_N "(cached) $ECHO_C" >&6
6709 else
6710 cat >conftest.$ac_ext <<_ACEOF
6711 /* confdefs.h. */
6712 _ACEOF
6713 cat confdefs.h >>conftest.$ac_ext
6714 cat >>conftest.$ac_ext <<_ACEOF
6715 /* end confdefs.h. */
6716 #include <signal.h>
6718 #include <$ac_header>
6719 _ACEOF
6720 rm -f conftest.$ac_objext
6721 if { (ac_try="$ac_compile"
6722 case "(($ac_try" in
6723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6724 *) ac_try_echo=$ac_try;;
6725 esac
6726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6727 (eval "$ac_compile") 2>conftest.er1
6728 ac_status=$?
6729 grep -v '^ *+' conftest.er1 >conftest.err
6730 rm -f conftest.er1
6731 cat conftest.err >&5
6732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6733 (exit $ac_status); } && {
6734 test -z "$ac_c_werror_flag" ||
6735 test ! -s conftest.err
6736 } && test -s conftest.$ac_objext; then
6737 eval "$as_ac_Header=yes"
6738 else
6739 echo "$as_me: failed program was:" >&5
6740 sed 's/^/| /' conftest.$ac_ext >&5
6742 eval "$as_ac_Header=no"
6745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6747 ac_res=`eval echo '${'$as_ac_Header'}'`
6748 { echo "$as_me:$LINENO: result: $ac_res" >&5
6749 echo "${ECHO_T}$ac_res" >&6; }
6750 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6751 cat >>confdefs.h <<_ACEOF
6752 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6753 _ACEOF
6757 done
6761 for ac_header in sys/thr.h
6763 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6764 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6765 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6767 echo $ECHO_N "(cached) $ECHO_C" >&6
6768 else
6769 cat >conftest.$ac_ext <<_ACEOF
6770 /* confdefs.h. */
6771 _ACEOF
6772 cat confdefs.h >>conftest.$ac_ext
6773 cat >>conftest.$ac_ext <<_ACEOF
6774 /* end confdefs.h. */
6775 #include <sys/types.h>
6776 #ifdef HAVE_UCONTEXT_H
6777 #include <ucontext.h>
6778 #endif
6780 #include <$ac_header>
6781 _ACEOF
6782 rm -f conftest.$ac_objext
6783 if { (ac_try="$ac_compile"
6784 case "(($ac_try" in
6785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6786 *) ac_try_echo=$ac_try;;
6787 esac
6788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6789 (eval "$ac_compile") 2>conftest.er1
6790 ac_status=$?
6791 grep -v '^ *+' conftest.er1 >conftest.err
6792 rm -f conftest.er1
6793 cat conftest.err >&5
6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6795 (exit $ac_status); } && {
6796 test -z "$ac_c_werror_flag" ||
6797 test ! -s conftest.err
6798 } && test -s conftest.$ac_objext; then
6799 eval "$as_ac_Header=yes"
6800 else
6801 echo "$as_me: failed program was:" >&5
6802 sed 's/^/| /' conftest.$ac_ext >&5
6804 eval "$as_ac_Header=no"
6807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6809 ac_res=`eval echo '${'$as_ac_Header'}'`
6810 { echo "$as_me:$LINENO: result: $ac_res" >&5
6811 echo "${ECHO_T}$ac_res" >&6; }
6812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6813 cat >>confdefs.h <<_ACEOF
6814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6815 _ACEOF
6819 done
6823 for ac_header in pthread_np.h
6825 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6826 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6829 echo $ECHO_N "(cached) $ECHO_C" >&6
6830 else
6831 cat >conftest.$ac_ext <<_ACEOF
6832 /* confdefs.h. */
6833 _ACEOF
6834 cat confdefs.h >>conftest.$ac_ext
6835 cat >>conftest.$ac_ext <<_ACEOF
6836 /* end confdefs.h. */
6837 #ifdef HAVE_PTHREAD_H
6838 #include <pthread.h>
6839 #endif
6841 #include <$ac_header>
6842 _ACEOF
6843 rm -f conftest.$ac_objext
6844 if { (ac_try="$ac_compile"
6845 case "(($ac_try" in
6846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6847 *) ac_try_echo=$ac_try;;
6848 esac
6849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6850 (eval "$ac_compile") 2>conftest.er1
6851 ac_status=$?
6852 grep -v '^ *+' conftest.er1 >conftest.err
6853 rm -f conftest.er1
6854 cat conftest.err >&5
6855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6856 (exit $ac_status); } && {
6857 test -z "$ac_c_werror_flag" ||
6858 test ! -s conftest.err
6859 } && test -s conftest.$ac_objext; then
6860 eval "$as_ac_Header=yes"
6861 else
6862 echo "$as_me: failed program was:" >&5
6863 sed 's/^/| /' conftest.$ac_ext >&5
6865 eval "$as_ac_Header=no"
6868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6870 ac_res=`eval echo '${'$as_ac_Header'}'`
6871 { echo "$as_me:$LINENO: result: $ac_res" >&5
6872 echo "${ECHO_T}$ac_res" >&6; }
6873 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6874 cat >>confdefs.h <<_ACEOF
6875 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6876 _ACEOF
6880 done
6884 for ac_header in linux/videodev.h
6886 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6887 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6888 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6889 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6890 echo $ECHO_N "(cached) $ECHO_C" >&6
6891 else
6892 cat >conftest.$ac_ext <<_ACEOF
6893 /* confdefs.h. */
6894 _ACEOF
6895 cat confdefs.h >>conftest.$ac_ext
6896 cat >>conftest.$ac_ext <<_ACEOF
6897 /* end confdefs.h. */
6898 #ifdef HAVE_SYS_TIME_H
6899 #include <sys/time.h>
6900 #endif
6901 #include <sys/types.h>
6902 #ifdef HAVE_ASM_TYPES_H
6903 #include <asm/types.h>
6904 #endif
6906 #include <$ac_header>
6907 _ACEOF
6908 rm -f conftest.$ac_objext
6909 if { (ac_try="$ac_compile"
6910 case "(($ac_try" in
6911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6912 *) ac_try_echo=$ac_try;;
6913 esac
6914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6915 (eval "$ac_compile") 2>conftest.er1
6916 ac_status=$?
6917 grep -v '^ *+' conftest.er1 >conftest.err
6918 rm -f conftest.er1
6919 cat conftest.err >&5
6920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6921 (exit $ac_status); } && {
6922 test -z "$ac_c_werror_flag" ||
6923 test ! -s conftest.err
6924 } && test -s conftest.$ac_objext; then
6925 eval "$as_ac_Header=yes"
6926 else
6927 echo "$as_me: failed program was:" >&5
6928 sed 's/^/| /' conftest.$ac_ext >&5
6930 eval "$as_ac_Header=no"
6933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6935 ac_res=`eval echo '${'$as_ac_Header'}'`
6936 { echo "$as_me:$LINENO: result: $ac_res" >&5
6937 echo "${ECHO_T}$ac_res" >&6; }
6938 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6939 cat >>confdefs.h <<_ACEOF
6940 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6941 _ACEOF
6945 done
6949 for ac_header in linux/capi.h
6951 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6952 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6953 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6954 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6955 echo $ECHO_N "(cached) $ECHO_C" >&6
6956 else
6957 cat >conftest.$ac_ext <<_ACEOF
6958 /* confdefs.h. */
6959 _ACEOF
6960 cat confdefs.h >>conftest.$ac_ext
6961 cat >>conftest.$ac_ext <<_ACEOF
6962 /* end confdefs.h. */
6963 #define __user
6965 #include <$ac_header>
6966 _ACEOF
6967 rm -f conftest.$ac_objext
6968 if { (ac_try="$ac_compile"
6969 case "(($ac_try" in
6970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6971 *) ac_try_echo=$ac_try;;
6972 esac
6973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6974 (eval "$ac_compile") 2>conftest.er1
6975 ac_status=$?
6976 grep -v '^ *+' conftest.er1 >conftest.err
6977 rm -f conftest.er1
6978 cat conftest.err >&5
6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 (exit $ac_status); } && {
6981 test -z "$ac_c_werror_flag" ||
6982 test ! -s conftest.err
6983 } && test -s conftest.$ac_objext; then
6984 eval "$as_ac_Header=yes"
6985 else
6986 echo "$as_me: failed program was:" >&5
6987 sed 's/^/| /' conftest.$ac_ext >&5
6989 eval "$as_ac_Header=no"
6992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6994 ac_res=`eval echo '${'$as_ac_Header'}'`
6995 { echo "$as_me:$LINENO: result: $ac_res" >&5
6996 echo "${ECHO_T}$ac_res" >&6; }
6997 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6998 cat >>confdefs.h <<_ACEOF
6999 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7000 _ACEOF
7004 done
7008 DLLEXT=""
7010 DLLFLAGS="-D_REENTRANT"
7012 LDSHARED=""
7014 LDDLLFLAGS=""
7016 LIBEXT="so"
7018 IMPLIBEXT="def"
7020 LDRPATH_INSTALL=""
7022 LDRPATH_LOCAL=""
7024 # Extract the first word of "ldd", so it can be a program name with args.
7025 set dummy ldd; ac_word=$2
7026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7028 if test "${ac_cv_path_LDD+set}" = set; then
7029 echo $ECHO_N "(cached) $ECHO_C" >&6
7030 else
7031 case $LDD in
7032 [\\/]* | ?:[\\/]*)
7033 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037 as_dummy="/sbin:/usr/sbin:$PATH"
7038 for as_dir in $as_dummy
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
7043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7044 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7048 done
7049 done
7050 IFS=$as_save_IFS
7052 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7054 esac
7056 LDD=$ac_cv_path_LDD
7057 if test -n "$LDD"; then
7058 { echo "$as_me:$LINENO: result: $LDD" >&5
7059 echo "${ECHO_T}$LDD" >&6; }
7060 else
7061 { echo "$as_me:$LINENO: result: no" >&5
7062 echo "${ECHO_T}no" >&6; }
7067 case $host_os in
7068 cygwin*|mingw32*)
7069 if test -n "$ac_tool_prefix"; then
7070 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7071 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7072 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7073 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7074 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7075 echo $ECHO_N "(cached) $ECHO_C" >&6
7076 else
7077 if test -n "$DLLTOOL"; then
7078 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7079 else
7080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7081 for as_dir in $PATH
7083 IFS=$as_save_IFS
7084 test -z "$as_dir" && as_dir=.
7085 for ac_exec_ext in '' $ac_executable_extensions; do
7086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7087 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7089 break 2
7091 done
7092 done
7093 IFS=$as_save_IFS
7097 DLLTOOL=$ac_cv_prog_DLLTOOL
7098 if test -n "$DLLTOOL"; then
7099 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7100 echo "${ECHO_T}$DLLTOOL" >&6; }
7101 else
7102 { echo "$as_me:$LINENO: result: no" >&5
7103 echo "${ECHO_T}no" >&6; }
7108 if test -z "$ac_cv_prog_DLLTOOL"; then
7109 ac_ct_DLLTOOL=$DLLTOOL
7110 # Extract the first word of "dlltool", so it can be a program name with args.
7111 set dummy dlltool; ac_word=$2
7112 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7113 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7114 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7115 echo $ECHO_N "(cached) $ECHO_C" >&6
7116 else
7117 if test -n "$ac_ct_DLLTOOL"; then
7118 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7119 else
7120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7121 for as_dir in $PATH
7123 IFS=$as_save_IFS
7124 test -z "$as_dir" && as_dir=.
7125 for ac_exec_ext in '' $ac_executable_extensions; do
7126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7127 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7128 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7129 break 2
7131 done
7132 done
7133 IFS=$as_save_IFS
7137 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7138 if test -n "$ac_ct_DLLTOOL"; then
7139 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7140 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7141 else
7142 { echo "$as_me:$LINENO: result: no" >&5
7143 echo "${ECHO_T}no" >&6; }
7146 if test "x$ac_ct_DLLTOOL" = x; then
7147 DLLTOOL="false"
7148 else
7149 case $cross_compiling:$ac_tool_warned in
7150 yes:)
7151 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7152 whose name does not start with the host triplet. If you think this
7153 configuration is useful to you, please write to autoconf@gnu.org." >&5
7154 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7155 whose name does not start with the host triplet. If you think this
7156 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7157 ac_tool_warned=yes ;;
7158 esac
7159 DLLTOOL=$ac_ct_DLLTOOL
7161 else
7162 DLLTOOL="$ac_cv_prog_DLLTOOL"
7165 if test -n "$ac_tool_prefix"; then
7166 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7167 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7170 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7171 echo $ECHO_N "(cached) $ECHO_C" >&6
7172 else
7173 if test -n "$DLLWRAP"; then
7174 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7175 else
7176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177 for as_dir in $PATH
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
7181 for ac_exec_ext in '' $ac_executable_extensions; do
7182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7183 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7185 break 2
7187 done
7188 done
7189 IFS=$as_save_IFS
7193 DLLWRAP=$ac_cv_prog_DLLWRAP
7194 if test -n "$DLLWRAP"; then
7195 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7196 echo "${ECHO_T}$DLLWRAP" >&6; }
7197 else
7198 { echo "$as_me:$LINENO: result: no" >&5
7199 echo "${ECHO_T}no" >&6; }
7204 if test -z "$ac_cv_prog_DLLWRAP"; then
7205 ac_ct_DLLWRAP=$DLLWRAP
7206 # Extract the first word of "dllwrap", so it can be a program name with args.
7207 set dummy dllwrap; ac_word=$2
7208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7210 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7211 echo $ECHO_N "(cached) $ECHO_C" >&6
7212 else
7213 if test -n "$ac_ct_DLLWRAP"; then
7214 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7215 else
7216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7217 for as_dir in $PATH
7219 IFS=$as_save_IFS
7220 test -z "$as_dir" && as_dir=.
7221 for ac_exec_ext in '' $ac_executable_extensions; do
7222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7223 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7225 break 2
7227 done
7228 done
7229 IFS=$as_save_IFS
7233 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7234 if test -n "$ac_ct_DLLWRAP"; then
7235 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7236 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7237 else
7238 { echo "$as_me:$LINENO: result: no" >&5
7239 echo "${ECHO_T}no" >&6; }
7242 if test "x$ac_ct_DLLWRAP" = x; then
7243 DLLWRAP="false"
7244 else
7245 case $cross_compiling:$ac_tool_warned in
7246 yes:)
7247 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7248 whose name does not start with the host triplet. If you think this
7249 configuration is useful to you, please write to autoconf@gnu.org." >&5
7250 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7251 whose name does not start with the host triplet. If you think this
7252 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7253 ac_tool_warned=yes ;;
7254 esac
7255 DLLWRAP=$ac_ct_DLLWRAP
7257 else
7258 DLLWRAP="$ac_cv_prog_DLLWRAP"
7261 if test -n "$ac_tool_prefix"; then
7262 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7263 set dummy ${ac_tool_prefix}ar; ac_word=$2
7264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7266 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7267 echo $ECHO_N "(cached) $ECHO_C" >&6
7268 else
7269 if test -n "$MINGWAR"; then
7270 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7271 else
7272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273 for as_dir in $PATH
7275 IFS=$as_save_IFS
7276 test -z "$as_dir" && as_dir=.
7277 for ac_exec_ext in '' $ac_executable_extensions; do
7278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7279 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7281 break 2
7283 done
7284 done
7285 IFS=$as_save_IFS
7289 MINGWAR=$ac_cv_prog_MINGWAR
7290 if test -n "$MINGWAR"; then
7291 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7292 echo "${ECHO_T}$MINGWAR" >&6; }
7293 else
7294 { echo "$as_me:$LINENO: result: no" >&5
7295 echo "${ECHO_T}no" >&6; }
7300 if test -z "$ac_cv_prog_MINGWAR"; then
7301 ac_ct_MINGWAR=$MINGWAR
7302 # Extract the first word of "ar", so it can be a program name with args.
7303 set dummy ar; ac_word=$2
7304 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7306 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7307 echo $ECHO_N "(cached) $ECHO_C" >&6
7308 else
7309 if test -n "$ac_ct_MINGWAR"; then
7310 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7311 else
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 for as_dir in $PATH
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7319 ac_cv_prog_ac_ct_MINGWAR="ar"
7320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7321 break 2
7323 done
7324 done
7325 IFS=$as_save_IFS
7329 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7330 if test -n "$ac_ct_MINGWAR"; then
7331 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7332 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7333 else
7334 { echo "$as_me:$LINENO: result: no" >&5
7335 echo "${ECHO_T}no" >&6; }
7338 if test "x$ac_ct_MINGWAR" = x; then
7339 MINGWAR="false"
7340 else
7341 case $cross_compiling:$ac_tool_warned in
7342 yes:)
7343 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7344 whose name does not start with the host triplet. If you think this
7345 configuration is useful to you, please write to autoconf@gnu.org." >&5
7346 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7347 whose name does not start with the host triplet. If you think this
7348 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7349 ac_tool_warned=yes ;;
7350 esac
7351 MINGWAR=$ac_ct_MINGWAR
7353 else
7354 MINGWAR="$ac_cv_prog_MINGWAR"
7357 if test "$DLLWRAP" = "false"; then
7358 LIBEXT="a"
7359 else
7360 LIBEXT="dll"
7362 IMPLIBEXT="a"
7363 enable_iphlpapi=${enable_iphlpapi:-no}
7364 enable_kernel32=${enable_kernel32:-no}
7365 enable_msvcrt=${enable_msvcrt:-no}
7366 enable_ntdll=${enable_ntdll:-no}
7367 enable_ws2_32=${enable_ws2_32:-no}
7368 enable_loader=${enable_loader:-no}
7369 enable_server=${enable_server:-no}
7370 with_x=${with_x:-no}
7371 with_pthread=${with_pthread:-no}
7373 darwin*|macosx*)
7374 DLLEXT=".so"
7375 LIBEXT="dylib"
7376 DLLFLAGS="$DLLFLAGS -fPIC"
7377 LDDLLFLAGS="-bundle -multiply_defined suppress"
7378 LIBWINE_LDFLAGS="-multiply_defined suppress"
7379 LDSHARED="\$(CC) -dynamiclib"
7380 STRIP="$STRIP -x"
7381 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7382 SECURITYLIB="-framework Security -framework CoreFoundation"
7384 COREFOUNDATIONLIB="-framework CoreFoundation"
7386 IOKITLIB="-framework IOKit -framework CoreFoundation"
7388 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7390 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7391 then
7392 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7395 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7396 then
7397 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7400 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7401 then
7402 ac_save_LIBS="$LIBS"
7403 LIBS="$LIBS $IOKITLIB"
7405 for ac_func in IOHIDManagerCreate
7407 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7408 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7409 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7410 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7411 echo $ECHO_N "(cached) $ECHO_C" >&6
7412 else
7413 cat >conftest.$ac_ext <<_ACEOF
7414 /* confdefs.h. */
7415 _ACEOF
7416 cat confdefs.h >>conftest.$ac_ext
7417 cat >>conftest.$ac_ext <<_ACEOF
7418 /* end confdefs.h. */
7419 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7420 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7421 #define $ac_func innocuous_$ac_func
7423 /* System header to define __stub macros and hopefully few prototypes,
7424 which can conflict with char $ac_func (); below.
7425 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7426 <limits.h> exists even on freestanding compilers. */
7428 #ifdef __STDC__
7429 # include <limits.h>
7430 #else
7431 # include <assert.h>
7432 #endif
7434 #undef $ac_func
7436 /* Override any GCC internal prototype to avoid an error.
7437 Use char because int might match the return type of a GCC
7438 builtin and then its argument prototype would still apply. */
7439 #ifdef __cplusplus
7440 extern "C"
7441 #endif
7442 char $ac_func ();
7443 /* The GNU C library defines this for functions which it implements
7444 to always fail with ENOSYS. Some functions are actually named
7445 something starting with __ and the normal name is an alias. */
7446 #if defined __stub_$ac_func || defined __stub___$ac_func
7447 choke me
7448 #endif
7451 main ()
7453 return $ac_func ();
7455 return 0;
7457 _ACEOF
7458 rm -f conftest.$ac_objext conftest$ac_exeext
7459 if { (ac_try="$ac_link"
7460 case "(($ac_try" in
7461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7462 *) ac_try_echo=$ac_try;;
7463 esac
7464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7465 (eval "$ac_link") 2>conftest.er1
7466 ac_status=$?
7467 grep -v '^ *+' conftest.er1 >conftest.err
7468 rm -f conftest.er1
7469 cat conftest.err >&5
7470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7471 (exit $ac_status); } && {
7472 test -z "$ac_c_werror_flag" ||
7473 test ! -s conftest.err
7474 } && test -s conftest$ac_exeext &&
7475 $as_test_x conftest$ac_exeext; then
7476 eval "$as_ac_var=yes"
7477 else
7478 echo "$as_me: failed program was:" >&5
7479 sed 's/^/| /' conftest.$ac_ext >&5
7481 eval "$as_ac_var=no"
7484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7485 conftest$ac_exeext conftest.$ac_ext
7487 ac_res=`eval echo '${'$as_ac_var'}'`
7488 { echo "$as_me:$LINENO: result: $ac_res" >&5
7489 echo "${ECHO_T}$ac_res" >&6; }
7490 if test `eval echo '${'$as_ac_var'}'` = yes; then
7491 cat >>confdefs.h <<_ACEOF
7492 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7493 _ACEOF
7496 done
7498 LIBS="$ac_save_LIBS"
7500 case $host_cpu in
7501 *powerpc*)
7502 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7503 esac
7504 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7505 then
7506 CARBONLIB="-framework Carbon"
7508 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7512 DLLFLAGS="$DLLFLAGS -fPIC"
7513 DLLEXT=".so"
7514 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7515 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7516 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6
7518 else
7519 ac_wine_try_cflags_saved=$CFLAGS
7520 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7521 cat >conftest.$ac_ext <<_ACEOF
7522 void myfunc() {}
7523 _ACEOF
7524 rm -f conftest.$ac_objext conftest$ac_exeext
7525 if { (ac_try="$ac_link"
7526 case "(($ac_try" in
7527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7528 *) ac_try_echo=$ac_try;;
7529 esac
7530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7531 (eval "$ac_link") 2>conftest.er1
7532 ac_status=$?
7533 grep -v '^ *+' conftest.er1 >conftest.err
7534 rm -f conftest.er1
7535 cat conftest.err >&5
7536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7537 (exit $ac_status); } && {
7538 test -z "$ac_c_werror_flag" ||
7539 test ! -s conftest.err
7540 } && test -s conftest$ac_exeext &&
7541 $as_test_x conftest$ac_exeext; then
7542 ac_cv_c_dll_gnuelf="yes"
7543 else
7544 echo "$as_me: failed program was:" >&5
7545 sed 's/^/| /' conftest.$ac_ext >&5
7547 ac_cv_c_dll_gnuelf="no"
7550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7551 conftest$ac_exeext conftest.$ac_ext
7552 CFLAGS=$ac_wine_try_cflags_saved
7554 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7555 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7556 if test "$ac_cv_c_dll_gnuelf" = "yes"
7557 then
7558 LDSHARED="\$(CC) -shared"
7559 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7560 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7561 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7562 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7563 echo $ECHO_N "(cached) $ECHO_C" >&6
7564 else
7565 ac_wine_try_cflags_saved=$CFLAGS
7566 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7567 cat >conftest.$ac_ext <<_ACEOF
7568 /* confdefs.h. */
7569 _ACEOF
7570 cat confdefs.h >>conftest.$ac_ext
7571 cat >>conftest.$ac_ext <<_ACEOF
7572 /* end confdefs.h. */
7575 main ()
7579 return 0;
7581 _ACEOF
7582 rm -f conftest.$ac_objext conftest$ac_exeext
7583 if { (ac_try="$ac_link"
7584 case "(($ac_try" in
7585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7586 *) ac_try_echo=$ac_try;;
7587 esac
7588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7589 (eval "$ac_link") 2>conftest.er1
7590 ac_status=$?
7591 grep -v '^ *+' conftest.er1 >conftest.err
7592 rm -f conftest.er1
7593 cat conftest.err >&5
7594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7595 (exit $ac_status); } && {
7596 test -z "$ac_c_werror_flag" ||
7597 test ! -s conftest.err
7598 } && test -s conftest$ac_exeext &&
7599 $as_test_x conftest$ac_exeext; then
7600 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7601 else
7602 echo "$as_me: failed program was:" >&5
7603 sed 's/^/| /' conftest.$ac_ext >&5
7605 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7609 conftest$ac_exeext conftest.$ac_ext
7610 CFLAGS=$ac_wine_try_cflags_saved
7612 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7613 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7614 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7615 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7616 else
7617 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7618 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7619 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7620 echo $ECHO_N "(cached) $ECHO_C" >&6
7621 else
7622 ac_wine_try_cflags_saved=$CFLAGS
7623 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7624 cat >conftest.$ac_ext <<_ACEOF
7625 /* confdefs.h. */
7626 _ACEOF
7627 cat confdefs.h >>conftest.$ac_ext
7628 cat >>conftest.$ac_ext <<_ACEOF
7629 /* end confdefs.h. */
7632 main ()
7636 return 0;
7638 _ACEOF
7639 rm -f conftest.$ac_objext conftest$ac_exeext
7640 if { (ac_try="$ac_link"
7641 case "(($ac_try" in
7642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7643 *) ac_try_echo=$ac_try;;
7644 esac
7645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7646 (eval "$ac_link") 2>conftest.er1
7647 ac_status=$?
7648 grep -v '^ *+' conftest.er1 >conftest.err
7649 rm -f conftest.er1
7650 cat conftest.err >&5
7651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7652 (exit $ac_status); } && {
7653 test -z "$ac_c_werror_flag" ||
7654 test ! -s conftest.err
7655 } && test -s conftest$ac_exeext &&
7656 $as_test_x conftest$ac_exeext; then
7657 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7658 else
7659 echo "$as_me: failed program was:" >&5
7660 sed 's/^/| /' conftest.$ac_ext >&5
7662 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7666 conftest$ac_exeext conftest.$ac_ext
7667 CFLAGS=$ac_wine_try_cflags_saved
7669 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7670 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7671 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7672 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7678 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7679 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7680 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7681 echo $ECHO_N "(cached) $ECHO_C" >&6
7682 else
7683 ac_wine_try_cflags_saved=$CFLAGS
7684 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h. */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h. */
7693 main ()
7697 return 0;
7699 _ACEOF
7700 rm -f conftest.$ac_objext conftest$ac_exeext
7701 if { (ac_try="$ac_link"
7702 case "(($ac_try" in
7703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7704 *) ac_try_echo=$ac_try;;
7705 esac
7706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7707 (eval "$ac_link") 2>conftest.er1
7708 ac_status=$?
7709 grep -v '^ *+' conftest.er1 >conftest.err
7710 rm -f conftest.er1
7711 cat conftest.err >&5
7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713 (exit $ac_status); } && {
7714 test -z "$ac_c_werror_flag" ||
7715 test ! -s conftest.err
7716 } && test -s conftest$ac_exeext &&
7717 $as_test_x conftest$ac_exeext; then
7718 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7719 else
7720 echo "$as_me: failed program was:" >&5
7721 sed 's/^/| /' conftest.$ac_ext >&5
7723 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7727 conftest$ac_exeext conftest.$ac_ext
7728 CFLAGS=$ac_wine_try_cflags_saved
7730 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7731 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7732 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7733 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7737 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7738 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7739 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7740 echo $ECHO_N "(cached) $ECHO_C" >&6
7741 else
7742 ac_wine_try_cflags_saved=$CFLAGS
7743 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7744 cat >conftest.$ac_ext <<_ACEOF
7745 /* confdefs.h. */
7746 _ACEOF
7747 cat confdefs.h >>conftest.$ac_ext
7748 cat >>conftest.$ac_ext <<_ACEOF
7749 /* end confdefs.h. */
7752 main ()
7756 return 0;
7758 _ACEOF
7759 rm -f conftest.$ac_objext conftest$ac_exeext
7760 if { (ac_try="$ac_link"
7761 case "(($ac_try" in
7762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7763 *) ac_try_echo=$ac_try;;
7764 esac
7765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7766 (eval "$ac_link") 2>conftest.er1
7767 ac_status=$?
7768 grep -v '^ *+' conftest.er1 >conftest.err
7769 rm -f conftest.er1
7770 cat conftest.err >&5
7771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7772 (exit $ac_status); } && {
7773 test -z "$ac_c_werror_flag" ||
7774 test ! -s conftest.err
7775 } && test -s conftest$ac_exeext &&
7776 $as_test_x conftest$ac_exeext; then
7777 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7778 else
7779 echo "$as_me: failed program was:" >&5
7780 sed 's/^/| /' conftest.$ac_ext >&5
7782 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7786 conftest$ac_exeext conftest.$ac_ext
7787 CFLAGS=$ac_wine_try_cflags_saved
7789 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7790 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7791 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7792 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7796 echo '{ global: *; };' >conftest.map
7797 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7798 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7799 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7800 echo $ECHO_N "(cached) $ECHO_C" >&6
7801 else
7802 ac_wine_try_cflags_saved=$CFLAGS
7803 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7804 cat >conftest.$ac_ext <<_ACEOF
7805 /* confdefs.h. */
7806 _ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h. */
7812 main ()
7816 return 0;
7818 _ACEOF
7819 rm -f conftest.$ac_objext conftest$ac_exeext
7820 if { (ac_try="$ac_link"
7821 case "(($ac_try" in
7822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7823 *) ac_try_echo=$ac_try;;
7824 esac
7825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7826 (eval "$ac_link") 2>conftest.er1
7827 ac_status=$?
7828 grep -v '^ *+' conftest.er1 >conftest.err
7829 rm -f conftest.er1
7830 cat conftest.err >&5
7831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832 (exit $ac_status); } && {
7833 test -z "$ac_c_werror_flag" ||
7834 test ! -s conftest.err
7835 } && test -s conftest$ac_exeext &&
7836 $as_test_x conftest$ac_exeext; then
7837 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7838 else
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7842 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7846 conftest$ac_exeext conftest.$ac_ext
7847 CFLAGS=$ac_wine_try_cflags_saved
7849 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7850 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7851 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7852 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7855 rm -f conftest.map
7857 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7858 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7859 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7860 echo $ECHO_N "(cached) $ECHO_C" >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_link") 2>conftest.er1
7887 ac_status=$?
7888 grep -v '^ *+' conftest.er1 >conftest.err
7889 rm -f conftest.er1
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest$ac_exeext &&
7896 $as_test_x conftest$ac_exeext; then
7897 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7898 else
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7906 conftest$ac_exeext conftest.$ac_ext
7907 CFLAGS=$ac_wine_try_cflags_saved
7909 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7910 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7911 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7912 LDEXECFLAGS="-Wl,--export-dynamic"
7917 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7918 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7919 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7920 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7921 echo $ECHO_N "(cached) $ECHO_C" >&6
7922 else
7923 ac_wine_try_cflags_saved=$CFLAGS
7924 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7925 cat >conftest.$ac_ext <<_ACEOF
7926 /* confdefs.h. */
7927 _ACEOF
7928 cat confdefs.h >>conftest.$ac_ext
7929 cat >>conftest.$ac_ext <<_ACEOF
7930 /* end confdefs.h. */
7933 main ()
7937 return 0;
7939 _ACEOF
7940 rm -f conftest.$ac_objext conftest$ac_exeext
7941 if { (ac_try="$ac_link"
7942 case "(($ac_try" in
7943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944 *) ac_try_echo=$ac_try;;
7945 esac
7946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7947 (eval "$ac_link") 2>conftest.er1
7948 ac_status=$?
7949 grep -v '^ *+' conftest.er1 >conftest.err
7950 rm -f conftest.er1
7951 cat conftest.err >&5
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); } && {
7954 test -z "$ac_c_werror_flag" ||
7955 test ! -s conftest.err
7956 } && test -s conftest$ac_exeext &&
7957 $as_test_x conftest$ac_exeext; then
7958 eval "$as_ac_var=yes"
7959 else
7960 echo "$as_me: failed program was:" >&5
7961 sed 's/^/| /' conftest.$ac_ext >&5
7963 eval "$as_ac_var=no"
7966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7967 conftest$ac_exeext conftest.$ac_ext
7968 CFLAGS=$ac_wine_try_cflags_saved
7970 ac_res=`eval echo '${'$as_ac_var'}'`
7971 { echo "$as_me:$LINENO: result: $ac_res" >&5
7972 echo "${ECHO_T}$ac_res" >&6; }
7973 if test `eval echo '${'$as_ac_var'}'` = yes; then
7974 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7975 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7976 else
7977 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7978 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7979 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7980 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7981 echo $ECHO_N "(cached) $ECHO_C" >&6
7982 else
7983 ac_wine_try_cflags_saved=$CFLAGS
7984 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7985 cat >conftest.$ac_ext <<_ACEOF
7986 /* confdefs.h. */
7987 _ACEOF
7988 cat confdefs.h >>conftest.$ac_ext
7989 cat >>conftest.$ac_ext <<_ACEOF
7990 /* end confdefs.h. */
7993 main ()
7997 return 0;
7999 _ACEOF
8000 rm -f conftest.$ac_objext conftest$ac_exeext
8001 if { (ac_try="$ac_link"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_link") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest$ac_exeext &&
8017 $as_test_x conftest$ac_exeext; then
8018 eval "$as_ac_var=yes"
8019 else
8020 echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 eval "$as_ac_var=no"
8026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8027 conftest$ac_exeext conftest.$ac_ext
8028 CFLAGS=$ac_wine_try_cflags_saved
8030 ac_res=`eval echo '${'$as_ac_var'}'`
8031 { echo "$as_me:$LINENO: result: $ac_res" >&5
8032 echo "${ECHO_T}$ac_res" >&6; }
8033 if test `eval echo '${'$as_ac_var'}'` = yes; then
8034 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8035 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8041 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8042 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8043 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8045 else
8046 ac_wine_try_cflags_saved=$CFLAGS
8047 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8048 cat >conftest.$ac_ext <<_ACEOF
8049 /* confdefs.h. */
8050 _ACEOF
8051 cat confdefs.h >>conftest.$ac_ext
8052 cat >>conftest.$ac_ext <<_ACEOF
8053 /* end confdefs.h. */
8056 main ()
8060 return 0;
8062 _ACEOF
8063 rm -f conftest.$ac_objext conftest$ac_exeext
8064 if { (ac_try="$ac_link"
8065 case "(($ac_try" in
8066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8067 *) ac_try_echo=$ac_try;;
8068 esac
8069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8070 (eval "$ac_link") 2>conftest.er1
8071 ac_status=$?
8072 grep -v '^ *+' conftest.er1 >conftest.err
8073 rm -f conftest.er1
8074 cat conftest.err >&5
8075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8076 (exit $ac_status); } && {
8077 test -z "$ac_c_werror_flag" ||
8078 test ! -s conftest.err
8079 } && test -s conftest$ac_exeext &&
8080 $as_test_x conftest$ac_exeext; then
8081 ac_cv_cflags__Wl___enable_new_dtags=yes
8082 else
8083 echo "$as_me: failed program was:" >&5
8084 sed 's/^/| /' conftest.$ac_ext >&5
8086 ac_cv_cflags__Wl___enable_new_dtags=no
8089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8090 conftest$ac_exeext conftest.$ac_ext
8091 CFLAGS=$ac_wine_try_cflags_saved
8093 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8094 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8095 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8096 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8100 case $host_cpu in
8101 *i[3456789]86* | x86_64)
8102 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8103 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8104 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8105 echo $ECHO_N "(cached) $ECHO_C" >&6
8106 else
8107 ac_wine_try_cflags_saved=$CFLAGS
8108 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8109 cat >conftest.$ac_ext <<_ACEOF
8110 /* confdefs.h. */
8111 _ACEOF
8112 cat confdefs.h >>conftest.$ac_ext
8113 cat >>conftest.$ac_ext <<_ACEOF
8114 /* end confdefs.h. */
8117 main ()
8121 return 0;
8123 _ACEOF
8124 rm -f conftest.$ac_objext conftest$ac_exeext
8125 if { (ac_try="$ac_link"
8126 case "(($ac_try" in
8127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8128 *) ac_try_echo=$ac_try;;
8129 esac
8130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8131 (eval "$ac_link") 2>conftest.er1
8132 ac_status=$?
8133 grep -v '^ *+' conftest.er1 >conftest.err
8134 rm -f conftest.er1
8135 cat conftest.err >&5
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); } && {
8138 test -z "$ac_c_werror_flag" ||
8139 test ! -s conftest.err
8140 } && test -s conftest$ac_exeext &&
8141 $as_test_x conftest$ac_exeext; then
8142 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8143 else
8144 echo "$as_me: failed program was:" >&5
8145 sed 's/^/| /' conftest.$ac_ext >&5
8147 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8151 conftest$ac_exeext conftest.$ac_ext
8152 CFLAGS=$ac_wine_try_cflags_saved
8154 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8155 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8156 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8157 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8161 esac
8163 else
8164 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8165 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8166 if test "${ac_cv_c_dll_unixware+set}" = set; then
8167 echo $ECHO_N "(cached) $ECHO_C" >&6
8168 else
8169 ac_wine_try_cflags_saved=$CFLAGS
8170 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8171 cat >conftest.$ac_ext <<_ACEOF
8172 void myfunc() {}
8173 _ACEOF
8174 rm -f conftest.$ac_objext conftest$ac_exeext
8175 if { (ac_try="$ac_link"
8176 case "(($ac_try" in
8177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8178 *) ac_try_echo=$ac_try;;
8179 esac
8180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8181 (eval "$ac_link") 2>conftest.er1
8182 ac_status=$?
8183 grep -v '^ *+' conftest.er1 >conftest.err
8184 rm -f conftest.er1
8185 cat conftest.err >&5
8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8187 (exit $ac_status); } && {
8188 test -z "$ac_c_werror_flag" ||
8189 test ! -s conftest.err
8190 } && test -s conftest$ac_exeext &&
8191 $as_test_x conftest$ac_exeext; then
8192 ac_cv_c_dll_unixware="yes"
8193 else
8194 echo "$as_me: failed program was:" >&5
8195 sed 's/^/| /' conftest.$ac_ext >&5
8197 ac_cv_c_dll_unixware="no"
8200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8201 conftest$ac_exeext conftest.$ac_ext
8202 CFLAGS=$ac_wine_try_cflags_saved
8204 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8205 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8206 if test "$ac_cv_c_dll_unixware" = "yes"
8207 then
8208 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8209 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8211 else
8212 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8213 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8214 if test "${ac_cv_c_dll_hpux+set}" = set; then
8215 echo $ECHO_N "(cached) $ECHO_C" >&6
8216 else
8217 ac_wine_try_cflags_saved=$CFLAGS
8218 CFLAGS="$CFLAGS -shared"
8219 cat >conftest.$ac_ext <<_ACEOF
8220 void myfunc() {}
8221 _ACEOF
8222 rm -f conftest.$ac_objext conftest$ac_exeext
8223 if { (ac_try="$ac_link"
8224 case "(($ac_try" in
8225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8226 *) ac_try_echo=$ac_try;;
8227 esac
8228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8229 (eval "$ac_link") 2>conftest.er1
8230 ac_status=$?
8231 grep -v '^ *+' conftest.er1 >conftest.err
8232 rm -f conftest.er1
8233 cat conftest.err >&5
8234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8235 (exit $ac_status); } && {
8236 test -z "$ac_c_werror_flag" ||
8237 test ! -s conftest.err
8238 } && test -s conftest$ac_exeext &&
8239 $as_test_x conftest$ac_exeext; then
8240 ac_cv_c_dll_hpux="yes"
8241 else
8242 echo "$as_me: failed program was:" >&5
8243 sed 's/^/| /' conftest.$ac_ext >&5
8245 ac_cv_c_dll_hpux="no"
8248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8249 conftest$ac_exeext conftest.$ac_ext
8250 CFLAGS=$ac_wine_try_cflags_saved
8252 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8253 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8254 if test "$ac_cv_c_dll_hpux" = "yes"
8255 then
8256 LIBEXT="sl"
8257 DLLEXT=".sl"
8258 LDDLLFLAGS="-shared -fPIC"
8259 LDSHARED="\$(CC) -shared"
8264 esac
8266 enable_winequartz_drv=${enable_winequartz_drv:-no}
8268 if test "$LIBEXT" = "a"; then
8269 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8270 It is currently not possible to build Wine without shared library
8271 (.so) support to allow transparent switch between .so and .dll files.
8272 If you are using Linux, you will need a newer binutils.
8273 " >&5
8274 echo "$as_me: error: could not find a way to build shared libraries.
8275 It is currently not possible to build Wine without shared library
8276 (.so) support to allow transparent switch between .so and .dll files.
8277 If you are using Linux, you will need a newer binutils.
8278 " >&2;}
8279 { (exit 1); exit 1; }; }
8282 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8283 then
8284 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
8286 # Extract the first word of "$ac_prog", so it can be a program name with args.
8287 set dummy $ac_prog; ac_word=$2
8288 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8289 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8290 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8291 echo $ECHO_N "(cached) $ECHO_C" >&6
8292 else
8293 if test -n "$CROSSCC"; then
8294 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8295 else
8296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8297 for as_dir in $PATH
8299 IFS=$as_save_IFS
8300 test -z "$as_dir" && as_dir=.
8301 for ac_exec_ext in '' $ac_executable_extensions; do
8302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8303 ac_cv_prog_CROSSCC="$ac_prog"
8304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8305 break 2
8307 done
8308 done
8309 IFS=$as_save_IFS
8313 CROSSCC=$ac_cv_prog_CROSSCC
8314 if test -n "$CROSSCC"; then
8315 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8316 echo "${ECHO_T}$CROSSCC" >&6; }
8317 else
8318 { echo "$as_me:$LINENO: result: no" >&5
8319 echo "${ECHO_T}no" >&6; }
8323 test -n "$CROSSCC" && break
8324 done
8325 test -n "$CROSSCC" || CROSSCC="false"
8327 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
8329 # Extract the first word of "$ac_prog", so it can be a program name with args.
8330 set dummy $ac_prog; ac_word=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 else
8336 if test -n "$DLLTOOL"; then
8337 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8338 else
8339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 for as_dir in $PATH
8342 IFS=$as_save_IFS
8343 test -z "$as_dir" && as_dir=.
8344 for ac_exec_ext in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_DLLTOOL="$ac_prog"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 break 2
8350 done
8351 done
8352 IFS=$as_save_IFS
8356 DLLTOOL=$ac_cv_prog_DLLTOOL
8357 if test -n "$DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8359 echo "${ECHO_T}$DLLTOOL" >&6; }
8360 else
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8366 test -n "$DLLTOOL" && break
8367 done
8368 test -n "$DLLTOOL" || DLLTOOL="false"
8370 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
8372 # Extract the first word of "$ac_prog", so it can be a program name with args.
8373 set dummy $ac_prog; ac_word=$2
8374 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8375 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8376 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8377 echo $ECHO_N "(cached) $ECHO_C" >&6
8378 else
8379 if test -n "$CROSSWINDRES"; then
8380 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8381 else
8382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8383 for as_dir in $PATH
8385 IFS=$as_save_IFS
8386 test -z "$as_dir" && as_dir=.
8387 for ac_exec_ext in '' $ac_executable_extensions; do
8388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8389 ac_cv_prog_CROSSWINDRES="$ac_prog"
8390 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8391 break 2
8393 done
8394 done
8395 IFS=$as_save_IFS
8399 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8400 if test -n "$CROSSWINDRES"; then
8401 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8402 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8403 else
8404 { echo "$as_me:$LINENO: result: no" >&5
8405 echo "${ECHO_T}no" >&6; }
8409 test -n "$CROSSWINDRES" && break
8410 done
8411 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8413 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
8415 # Extract the first word of "$ac_prog", so it can be a program name with args.
8416 set dummy $ac_prog; ac_word=$2
8417 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8419 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8420 echo $ECHO_N "(cached) $ECHO_C" >&6
8421 else
8422 if test -n "$MINGWAR"; then
8423 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8424 else
8425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8426 for as_dir in $PATH
8428 IFS=$as_save_IFS
8429 test -z "$as_dir" && as_dir=.
8430 for ac_exec_ext in '' $ac_executable_extensions; do
8431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8432 ac_cv_prog_MINGWAR="$ac_prog"
8433 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8434 break 2
8436 done
8437 done
8438 IFS=$as_save_IFS
8442 MINGWAR=$ac_cv_prog_MINGWAR
8443 if test -n "$MINGWAR"; then
8444 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8445 echo "${ECHO_T}$MINGWAR" >&6; }
8446 else
8447 { echo "$as_me:$LINENO: result: no" >&5
8448 echo "${ECHO_T}no" >&6; }
8452 test -n "$MINGWAR" && break
8453 done
8454 test -n "$MINGWAR" || MINGWAR="false"
8456 if test "$CROSSCC" != "false"
8457 then
8458 CROSSTEST="\$(CROSSTEST)"
8464 if test "$ac_cv_header_pthread_h" = "yes"
8465 then
8466 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8467 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8468 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8469 echo $ECHO_N "(cached) $ECHO_C" >&6
8470 else
8471 ac_check_lib_save_LIBS=$LIBS
8472 LIBS="-lpthread $LIBS"
8473 cat >conftest.$ac_ext <<_ACEOF
8474 /* confdefs.h. */
8475 _ACEOF
8476 cat confdefs.h >>conftest.$ac_ext
8477 cat >>conftest.$ac_ext <<_ACEOF
8478 /* end confdefs.h. */
8480 /* Override any GCC internal prototype to avoid an error.
8481 Use char because int might match the return type of a GCC
8482 builtin and then its argument prototype would still apply. */
8483 #ifdef __cplusplus
8484 extern "C"
8485 #endif
8486 char pthread_create ();
8488 main ()
8490 return pthread_create ();
8492 return 0;
8494 _ACEOF
8495 rm -f conftest.$ac_objext conftest$ac_exeext
8496 if { (ac_try="$ac_link"
8497 case "(($ac_try" in
8498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8499 *) ac_try_echo=$ac_try;;
8500 esac
8501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8502 (eval "$ac_link") 2>conftest.er1
8503 ac_status=$?
8504 grep -v '^ *+' conftest.er1 >conftest.err
8505 rm -f conftest.er1
8506 cat conftest.err >&5
8507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); } && {
8509 test -z "$ac_c_werror_flag" ||
8510 test ! -s conftest.err
8511 } && test -s conftest$ac_exeext &&
8512 $as_test_x conftest$ac_exeext; then
8513 ac_cv_lib_pthread_pthread_create=yes
8514 else
8515 echo "$as_me: failed program was:" >&5
8516 sed 's/^/| /' conftest.$ac_ext >&5
8518 ac_cv_lib_pthread_pthread_create=no
8521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8522 conftest$ac_exeext conftest.$ac_ext
8523 LIBS=$ac_check_lib_save_LIBS
8525 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8526 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8527 if test $ac_cv_lib_pthread_pthread_create = yes; then
8528 LIBPTHREAD="-lpthread"
8533 if test "x$LIBPTHREAD" = "x"; then
8534 case "x$with_pthread" in
8535 xno) ;;
8536 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8537 Wine cannot support threads without libpthread.
8538 Use the --without-pthread option if you really want this." >&5
8539 echo "$as_me: error: pthread ${notice_platform}development files not found.
8540 Wine cannot support threads without libpthread.
8541 Use the --without-pthread option if you really want this." >&2;}
8542 { (exit 1); exit 1; }; } ;;
8543 esac
8548 { echo "$as_me:$LINENO: checking for X" >&5
8549 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8552 # Check whether --with-x was given.
8553 if test "${with_x+set}" = set; then
8554 withval=$with_x;
8557 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8558 if test "x$with_x" = xno; then
8559 # The user explicitly disabled X.
8560 have_x=disabled
8561 else
8562 case $x_includes,$x_libraries in #(
8563 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8564 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8565 { (exit 1); exit 1; }; };; #(
8566 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8567 echo $ECHO_N "(cached) $ECHO_C" >&6
8568 else
8569 # One or both of the vars are not set, and there is no cached value.
8570 ac_x_includes=no ac_x_libraries=no
8571 rm -f -r conftest.dir
8572 if mkdir conftest.dir; then
8573 cd conftest.dir
8574 cat >Imakefile <<'_ACEOF'
8575 incroot:
8576 @echo incroot='${INCROOT}'
8577 usrlibdir:
8578 @echo usrlibdir='${USRLIBDIR}'
8579 libdir:
8580 @echo libdir='${LIBDIR}'
8581 _ACEOF
8582 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8583 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8584 for ac_var in incroot usrlibdir libdir; do
8585 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8586 done
8587 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8588 for ac_extension in a so sl; do
8589 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8590 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8591 ac_im_usrlibdir=$ac_im_libdir; break
8593 done
8594 # Screen out bogus values from the imake configuration. They are
8595 # bogus both because they are the default anyway, and because
8596 # using them would break gcc on systems where it needs fixed includes.
8597 case $ac_im_incroot in
8598 /usr/include) ac_x_includes= ;;
8599 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8600 esac
8601 case $ac_im_usrlibdir in
8602 /usr/lib | /lib) ;;
8603 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8604 esac
8606 cd ..
8607 rm -f -r conftest.dir
8610 # Standard set of common directories for X headers.
8611 # Check X11 before X11Rn because it is often a symlink to the current release.
8612 ac_x_header_dirs='
8613 /usr/X11/include
8614 /usr/X11R6/include
8615 /usr/X11R5/include
8616 /usr/X11R4/include
8618 /usr/include/X11
8619 /usr/include/X11R6
8620 /usr/include/X11R5
8621 /usr/include/X11R4
8623 /usr/local/X11/include
8624 /usr/local/X11R6/include
8625 /usr/local/X11R5/include
8626 /usr/local/X11R4/include
8628 /usr/local/include/X11
8629 /usr/local/include/X11R6
8630 /usr/local/include/X11R5
8631 /usr/local/include/X11R4
8633 /usr/X386/include
8634 /usr/x386/include
8635 /usr/XFree86/include/X11
8637 /usr/include
8638 /usr/local/include
8639 /usr/unsupported/include
8640 /usr/athena/include
8641 /usr/local/x11r5/include
8642 /usr/lpp/Xamples/include
8644 /usr/openwin/include
8645 /usr/openwin/share/include'
8647 if test "$ac_x_includes" = no; then
8648 # Guess where to find include files, by looking for Xlib.h.
8649 # First, try using that file with no special directory specified.
8650 cat >conftest.$ac_ext <<_ACEOF
8651 /* confdefs.h. */
8652 _ACEOF
8653 cat confdefs.h >>conftest.$ac_ext
8654 cat >>conftest.$ac_ext <<_ACEOF
8655 /* end confdefs.h. */
8656 #include <X11/Xlib.h>
8657 _ACEOF
8658 if { (ac_try="$ac_cpp conftest.$ac_ext"
8659 case "(($ac_try" in
8660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8661 *) ac_try_echo=$ac_try;;
8662 esac
8663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8664 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8665 ac_status=$?
8666 grep -v '^ *+' conftest.er1 >conftest.err
8667 rm -f conftest.er1
8668 cat conftest.err >&5
8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670 (exit $ac_status); } >/dev/null && {
8671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8672 test ! -s conftest.err
8673 }; then
8674 # We can compile using X headers with no special include directory.
8675 ac_x_includes=
8676 else
8677 echo "$as_me: failed program was:" >&5
8678 sed 's/^/| /' conftest.$ac_ext >&5
8680 for ac_dir in $ac_x_header_dirs; do
8681 if test -r "$ac_dir/X11/Xlib.h"; then
8682 ac_x_includes=$ac_dir
8683 break
8685 done
8688 rm -f conftest.err conftest.$ac_ext
8689 fi # $ac_x_includes = no
8691 if test "$ac_x_libraries" = no; then
8692 # Check for the libraries.
8693 # See if we find them without any special options.
8694 # Don't add to $LIBS permanently.
8695 ac_save_LIBS=$LIBS
8696 LIBS="-lX11 $LIBS"
8697 cat >conftest.$ac_ext <<_ACEOF
8698 /* confdefs.h. */
8699 _ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h. */
8703 #include <X11/Xlib.h>
8705 main ()
8707 XrmInitialize ()
8709 return 0;
8711 _ACEOF
8712 rm -f conftest.$ac_objext conftest$ac_exeext
8713 if { (ac_try="$ac_link"
8714 case "(($ac_try" in
8715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716 *) ac_try_echo=$ac_try;;
8717 esac
8718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719 (eval "$ac_link") 2>conftest.er1
8720 ac_status=$?
8721 grep -v '^ *+' conftest.er1 >conftest.err
8722 rm -f conftest.er1
8723 cat conftest.err >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); } && {
8726 test -z "$ac_c_werror_flag" ||
8727 test ! -s conftest.err
8728 } && test -s conftest$ac_exeext &&
8729 $as_test_x conftest$ac_exeext; then
8730 LIBS=$ac_save_LIBS
8731 # We can link X programs with no special library path.
8732 ac_x_libraries=
8733 else
8734 echo "$as_me: failed program was:" >&5
8735 sed 's/^/| /' conftest.$ac_ext >&5
8737 LIBS=$ac_save_LIBS
8738 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8740 # Don't even attempt the hair of trying to link an X program!
8741 for ac_extension in a so sl; do
8742 if test -r "$ac_dir/libX11.$ac_extension"; then
8743 ac_x_libraries=$ac_dir
8744 break 2
8746 done
8747 done
8750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8751 conftest$ac_exeext conftest.$ac_ext
8752 fi # $ac_x_libraries = no
8754 case $ac_x_includes,$ac_x_libraries in #(
8755 no,* | *,no | *\'*)
8756 # Didn't find X, or a directory has "'" in its name.
8757 ac_cv_have_x="have_x=no";; #(
8759 # Record where we found X for the cache.
8760 ac_cv_have_x="have_x=yes\
8761 ac_x_includes='$ac_x_includes'\
8762 ac_x_libraries='$ac_x_libraries'"
8763 esac
8765 ;; #(
8766 *) have_x=yes;;
8767 esac
8768 eval "$ac_cv_have_x"
8769 fi # $with_x != no
8771 if test "$have_x" != yes; then
8772 { echo "$as_me:$LINENO: result: $have_x" >&5
8773 echo "${ECHO_T}$have_x" >&6; }
8774 no_x=yes
8775 else
8776 # If each of the values was on the command line, it overrides each guess.
8777 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8778 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8779 # Update the cache value to reflect the command line values.
8780 ac_cv_have_x="have_x=yes\
8781 ac_x_includes='$x_includes'\
8782 ac_x_libraries='$x_libraries'"
8783 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8784 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8787 if test "$no_x" = yes; then
8788 # Not all programs may use this symbol, but it does not hurt to define it.
8790 cat >>confdefs.h <<\_ACEOF
8791 #define X_DISPLAY_MISSING 1
8792 _ACEOF
8794 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8795 else
8796 if test -n "$x_includes"; then
8797 X_CFLAGS="$X_CFLAGS -I$x_includes"
8800 # It would also be nice to do this for all -L options, not just this one.
8801 if test -n "$x_libraries"; then
8802 X_LIBS="$X_LIBS -L$x_libraries"
8803 # For Solaris; some versions of Sun CC require a space after -R and
8804 # others require no space. Words are not sufficient . . . .
8805 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8806 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8807 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8808 ac_xsave_c_werror_flag=$ac_c_werror_flag
8809 ac_c_werror_flag=yes
8810 cat >conftest.$ac_ext <<_ACEOF
8811 /* confdefs.h. */
8812 _ACEOF
8813 cat confdefs.h >>conftest.$ac_ext
8814 cat >>conftest.$ac_ext <<_ACEOF
8815 /* end confdefs.h. */
8818 main ()
8822 return 0;
8824 _ACEOF
8825 rm -f conftest.$ac_objext conftest$ac_exeext
8826 if { (ac_try="$ac_link"
8827 case "(($ac_try" in
8828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8829 *) ac_try_echo=$ac_try;;
8830 esac
8831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8832 (eval "$ac_link") 2>conftest.er1
8833 ac_status=$?
8834 grep -v '^ *+' conftest.er1 >conftest.err
8835 rm -f conftest.er1
8836 cat conftest.err >&5
8837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8838 (exit $ac_status); } && {
8839 test -z "$ac_c_werror_flag" ||
8840 test ! -s conftest.err
8841 } && test -s conftest$ac_exeext &&
8842 $as_test_x conftest$ac_exeext; then
8843 { echo "$as_me:$LINENO: result: no" >&5
8844 echo "${ECHO_T}no" >&6; }
8845 X_LIBS="$X_LIBS -R$x_libraries"
8846 else
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.$ac_ext >&5
8850 LIBS="$ac_xsave_LIBS -R $x_libraries"
8851 cat >conftest.$ac_ext <<_ACEOF
8852 /* confdefs.h. */
8853 _ACEOF
8854 cat confdefs.h >>conftest.$ac_ext
8855 cat >>conftest.$ac_ext <<_ACEOF
8856 /* end confdefs.h. */
8859 main ()
8863 return 0;
8865 _ACEOF
8866 rm -f conftest.$ac_objext conftest$ac_exeext
8867 if { (ac_try="$ac_link"
8868 case "(($ac_try" in
8869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8870 *) ac_try_echo=$ac_try;;
8871 esac
8872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8873 (eval "$ac_link") 2>conftest.er1
8874 ac_status=$?
8875 grep -v '^ *+' conftest.er1 >conftest.err
8876 rm -f conftest.er1
8877 cat conftest.err >&5
8878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8879 (exit $ac_status); } && {
8880 test -z "$ac_c_werror_flag" ||
8881 test ! -s conftest.err
8882 } && test -s conftest$ac_exeext &&
8883 $as_test_x conftest$ac_exeext; then
8884 { echo "$as_me:$LINENO: result: yes" >&5
8885 echo "${ECHO_T}yes" >&6; }
8886 X_LIBS="$X_LIBS -R $x_libraries"
8887 else
8888 echo "$as_me: failed program was:" >&5
8889 sed 's/^/| /' conftest.$ac_ext >&5
8891 { echo "$as_me:$LINENO: result: neither works" >&5
8892 echo "${ECHO_T}neither works" >&6; }
8895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8896 conftest$ac_exeext conftest.$ac_ext
8899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8900 conftest$ac_exeext conftest.$ac_ext
8901 ac_c_werror_flag=$ac_xsave_c_werror_flag
8902 LIBS=$ac_xsave_LIBS
8905 # Check for system-dependent libraries X programs must link with.
8906 # Do this before checking for the system-independent R6 libraries
8907 # (-lICE), since we may need -lsocket or whatever for X linking.
8909 if test "$ISC" = yes; then
8910 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8911 else
8912 # Martyn Johnson says this is needed for Ultrix, if the X
8913 # libraries were built with DECnet support. And Karl Berry says
8914 # the Alpha needs dnet_stub (dnet does not exist).
8915 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8916 cat >conftest.$ac_ext <<_ACEOF
8917 /* confdefs.h. */
8918 _ACEOF
8919 cat confdefs.h >>conftest.$ac_ext
8920 cat >>conftest.$ac_ext <<_ACEOF
8921 /* end confdefs.h. */
8923 /* Override any GCC internal prototype to avoid an error.
8924 Use char because int might match the return type of a GCC
8925 builtin and then its argument prototype would still apply. */
8926 #ifdef __cplusplus
8927 extern "C"
8928 #endif
8929 char XOpenDisplay ();
8931 main ()
8933 return XOpenDisplay ();
8935 return 0;
8937 _ACEOF
8938 rm -f conftest.$ac_objext conftest$ac_exeext
8939 if { (ac_try="$ac_link"
8940 case "(($ac_try" in
8941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8942 *) ac_try_echo=$ac_try;;
8943 esac
8944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8945 (eval "$ac_link") 2>conftest.er1
8946 ac_status=$?
8947 grep -v '^ *+' conftest.er1 >conftest.err
8948 rm -f conftest.er1
8949 cat conftest.err >&5
8950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } && {
8952 test -z "$ac_c_werror_flag" ||
8953 test ! -s conftest.err
8954 } && test -s conftest$ac_exeext &&
8955 $as_test_x conftest$ac_exeext; then
8957 else
8958 echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.$ac_ext >&5
8961 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8962 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8963 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8964 echo $ECHO_N "(cached) $ECHO_C" >&6
8965 else
8966 ac_check_lib_save_LIBS=$LIBS
8967 LIBS="-ldnet $LIBS"
8968 cat >conftest.$ac_ext <<_ACEOF
8969 /* confdefs.h. */
8970 _ACEOF
8971 cat confdefs.h >>conftest.$ac_ext
8972 cat >>conftest.$ac_ext <<_ACEOF
8973 /* end confdefs.h. */
8975 /* Override any GCC internal prototype to avoid an error.
8976 Use char because int might match the return type of a GCC
8977 builtin and then its argument prototype would still apply. */
8978 #ifdef __cplusplus
8979 extern "C"
8980 #endif
8981 char dnet_ntoa ();
8983 main ()
8985 return dnet_ntoa ();
8987 return 0;
8989 _ACEOF
8990 rm -f conftest.$ac_objext conftest$ac_exeext
8991 if { (ac_try="$ac_link"
8992 case "(($ac_try" in
8993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8995 esac
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8998 ac_status=$?
8999 grep -v '^ *+' conftest.er1 >conftest.err
9000 rm -f conftest.er1
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_lib_dnet_dnet_ntoa=yes
9009 else
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_lib_dnet_dnet_ntoa=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 LIBS=$ac_check_lib_save_LIBS
9020 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9021 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9022 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9023 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9026 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9027 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9028 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9029 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9030 echo $ECHO_N "(cached) $ECHO_C" >&6
9031 else
9032 ac_check_lib_save_LIBS=$LIBS
9033 LIBS="-ldnet_stub $LIBS"
9034 cat >conftest.$ac_ext <<_ACEOF
9035 /* confdefs.h. */
9036 _ACEOF
9037 cat confdefs.h >>conftest.$ac_ext
9038 cat >>conftest.$ac_ext <<_ACEOF
9039 /* end confdefs.h. */
9041 /* Override any GCC internal prototype to avoid an error.
9042 Use char because int might match the return type of a GCC
9043 builtin and then its argument prototype would still apply. */
9044 #ifdef __cplusplus
9045 extern "C"
9046 #endif
9047 char dnet_ntoa ();
9049 main ()
9051 return dnet_ntoa ();
9053 return 0;
9055 _ACEOF
9056 rm -f conftest.$ac_objext conftest$ac_exeext
9057 if { (ac_try="$ac_link"
9058 case "(($ac_try" in
9059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9060 *) ac_try_echo=$ac_try;;
9061 esac
9062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9063 (eval "$ac_link") 2>conftest.er1
9064 ac_status=$?
9065 grep -v '^ *+' conftest.er1 >conftest.err
9066 rm -f conftest.er1
9067 cat conftest.err >&5
9068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9069 (exit $ac_status); } && {
9070 test -z "$ac_c_werror_flag" ||
9071 test ! -s conftest.err
9072 } && test -s conftest$ac_exeext &&
9073 $as_test_x conftest$ac_exeext; then
9074 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9075 else
9076 echo "$as_me: failed program was:" >&5
9077 sed 's/^/| /' conftest.$ac_ext >&5
9079 ac_cv_lib_dnet_stub_dnet_ntoa=no
9082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9083 conftest$ac_exeext conftest.$ac_ext
9084 LIBS=$ac_check_lib_save_LIBS
9086 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9087 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9088 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9089 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9096 conftest$ac_exeext conftest.$ac_ext
9097 LIBS="$ac_xsave_LIBS"
9099 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9100 # to get the SysV transport functions.
9101 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9102 # needs -lnsl.
9103 # The nsl library prevents programs from opening the X display
9104 # on Irix 5.2, according to T.E. Dickey.
9105 # The functions gethostbyname, getservbyname, and inet_addr are
9106 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9107 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9108 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9109 if test "${ac_cv_func_gethostbyname+set}" = set; then
9110 echo $ECHO_N "(cached) $ECHO_C" >&6
9111 else
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h. */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9118 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9120 #define gethostbyname innocuous_gethostbyname
9122 /* System header to define __stub macros and hopefully few prototypes,
9123 which can conflict with char gethostbyname (); below.
9124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9125 <limits.h> exists even on freestanding compilers. */
9127 #ifdef __STDC__
9128 # include <limits.h>
9129 #else
9130 # include <assert.h>
9131 #endif
9133 #undef gethostbyname
9135 /* Override any GCC internal prototype to avoid an error.
9136 Use char because int might match the return type of a GCC
9137 builtin and then its argument prototype would still apply. */
9138 #ifdef __cplusplus
9139 extern "C"
9140 #endif
9141 char gethostbyname ();
9142 /* The GNU C library defines this for functions which it implements
9143 to always fail with ENOSYS. Some functions are actually named
9144 something starting with __ and the normal name is an alias. */
9145 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9146 choke me
9147 #endif
9150 main ()
9152 return gethostbyname ();
9154 return 0;
9156 _ACEOF
9157 rm -f conftest.$ac_objext conftest$ac_exeext
9158 if { (ac_try="$ac_link"
9159 case "(($ac_try" in
9160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9161 *) ac_try_echo=$ac_try;;
9162 esac
9163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9164 (eval "$ac_link") 2>conftest.er1
9165 ac_status=$?
9166 grep -v '^ *+' conftest.er1 >conftest.err
9167 rm -f conftest.er1
9168 cat conftest.err >&5
9169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9170 (exit $ac_status); } && {
9171 test -z "$ac_c_werror_flag" ||
9172 test ! -s conftest.err
9173 } && test -s conftest$ac_exeext &&
9174 $as_test_x conftest$ac_exeext; then
9175 ac_cv_func_gethostbyname=yes
9176 else
9177 echo "$as_me: failed program was:" >&5
9178 sed 's/^/| /' conftest.$ac_ext >&5
9180 ac_cv_func_gethostbyname=no
9183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9184 conftest$ac_exeext conftest.$ac_ext
9186 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9187 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9189 if test $ac_cv_func_gethostbyname = no; then
9190 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9191 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9192 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9193 echo $ECHO_N "(cached) $ECHO_C" >&6
9194 else
9195 ac_check_lib_save_LIBS=$LIBS
9196 LIBS="-lnsl $LIBS"
9197 cat >conftest.$ac_ext <<_ACEOF
9198 /* confdefs.h. */
9199 _ACEOF
9200 cat confdefs.h >>conftest.$ac_ext
9201 cat >>conftest.$ac_ext <<_ACEOF
9202 /* end confdefs.h. */
9204 /* Override any GCC internal prototype to avoid an error.
9205 Use char because int might match the return type of a GCC
9206 builtin and then its argument prototype would still apply. */
9207 #ifdef __cplusplus
9208 extern "C"
9209 #endif
9210 char gethostbyname ();
9212 main ()
9214 return gethostbyname ();
9216 return 0;
9218 _ACEOF
9219 rm -f conftest.$ac_objext conftest$ac_exeext
9220 if { (ac_try="$ac_link"
9221 case "(($ac_try" in
9222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9223 *) ac_try_echo=$ac_try;;
9224 esac
9225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9226 (eval "$ac_link") 2>conftest.er1
9227 ac_status=$?
9228 grep -v '^ *+' conftest.er1 >conftest.err
9229 rm -f conftest.er1
9230 cat conftest.err >&5
9231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); } && {
9233 test -z "$ac_c_werror_flag" ||
9234 test ! -s conftest.err
9235 } && test -s conftest$ac_exeext &&
9236 $as_test_x conftest$ac_exeext; then
9237 ac_cv_lib_nsl_gethostbyname=yes
9238 else
9239 echo "$as_me: failed program was:" >&5
9240 sed 's/^/| /' conftest.$ac_ext >&5
9242 ac_cv_lib_nsl_gethostbyname=no
9245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9246 conftest$ac_exeext conftest.$ac_ext
9247 LIBS=$ac_check_lib_save_LIBS
9249 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9250 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9251 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9252 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9255 if test $ac_cv_lib_nsl_gethostbyname = no; then
9256 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9257 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9258 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9259 echo $ECHO_N "(cached) $ECHO_C" >&6
9260 else
9261 ac_check_lib_save_LIBS=$LIBS
9262 LIBS="-lbsd $LIBS"
9263 cat >conftest.$ac_ext <<_ACEOF
9264 /* confdefs.h. */
9265 _ACEOF
9266 cat confdefs.h >>conftest.$ac_ext
9267 cat >>conftest.$ac_ext <<_ACEOF
9268 /* end confdefs.h. */
9270 /* Override any GCC internal prototype to avoid an error.
9271 Use char because int might match the return type of a GCC
9272 builtin and then its argument prototype would still apply. */
9273 #ifdef __cplusplus
9274 extern "C"
9275 #endif
9276 char gethostbyname ();
9278 main ()
9280 return gethostbyname ();
9282 return 0;
9284 _ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9287 case "(($ac_try" in
9288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9289 *) ac_try_echo=$ac_try;;
9290 esac
9291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9292 (eval "$ac_link") 2>conftest.er1
9293 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest$ac_exeext &&
9302 $as_test_x conftest$ac_exeext; then
9303 ac_cv_lib_bsd_gethostbyname=yes
9304 else
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9308 ac_cv_lib_bsd_gethostbyname=no
9311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9312 conftest$ac_exeext conftest.$ac_ext
9313 LIBS=$ac_check_lib_save_LIBS
9315 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9316 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9317 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9318 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9324 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9325 # socket/setsockopt and other routines are undefined under SCO ODT
9326 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9327 # on later versions), says Simon Leinen: it contains gethostby*
9328 # variants that don't use the name server (or something). -lsocket
9329 # must be given before -lnsl if both are needed. We assume that
9330 # if connect needs -lnsl, so does gethostbyname.
9331 { echo "$as_me:$LINENO: checking for connect" >&5
9332 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9333 if test "${ac_cv_func_connect+set}" = set; then
9334 echo $ECHO_N "(cached) $ECHO_C" >&6
9335 else
9336 cat >conftest.$ac_ext <<_ACEOF
9337 /* confdefs.h. */
9338 _ACEOF
9339 cat confdefs.h >>conftest.$ac_ext
9340 cat >>conftest.$ac_ext <<_ACEOF
9341 /* end confdefs.h. */
9342 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9343 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9344 #define connect innocuous_connect
9346 /* System header to define __stub macros and hopefully few prototypes,
9347 which can conflict with char connect (); below.
9348 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9349 <limits.h> exists even on freestanding compilers. */
9351 #ifdef __STDC__
9352 # include <limits.h>
9353 #else
9354 # include <assert.h>
9355 #endif
9357 #undef connect
9359 /* Override any GCC internal prototype to avoid an error.
9360 Use char because int might match the return type of a GCC
9361 builtin and then its argument prototype would still apply. */
9362 #ifdef __cplusplus
9363 extern "C"
9364 #endif
9365 char connect ();
9366 /* The GNU C library defines this for functions which it implements
9367 to always fail with ENOSYS. Some functions are actually named
9368 something starting with __ and the normal name is an alias. */
9369 #if defined __stub_connect || defined __stub___connect
9370 choke me
9371 #endif
9374 main ()
9376 return connect ();
9378 return 0;
9380 _ACEOF
9381 rm -f conftest.$ac_objext conftest$ac_exeext
9382 if { (ac_try="$ac_link"
9383 case "(($ac_try" in
9384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9385 *) ac_try_echo=$ac_try;;
9386 esac
9387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9388 (eval "$ac_link") 2>conftest.er1
9389 ac_status=$?
9390 grep -v '^ *+' conftest.er1 >conftest.err
9391 rm -f conftest.er1
9392 cat conftest.err >&5
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); } && {
9395 test -z "$ac_c_werror_flag" ||
9396 test ! -s conftest.err
9397 } && test -s conftest$ac_exeext &&
9398 $as_test_x conftest$ac_exeext; then
9399 ac_cv_func_connect=yes
9400 else
9401 echo "$as_me: failed program was:" >&5
9402 sed 's/^/| /' conftest.$ac_ext >&5
9404 ac_cv_func_connect=no
9407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9408 conftest$ac_exeext conftest.$ac_ext
9410 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9411 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9413 if test $ac_cv_func_connect = no; then
9414 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9415 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9416 if test "${ac_cv_lib_socket_connect+set}" = set; then
9417 echo $ECHO_N "(cached) $ECHO_C" >&6
9418 else
9419 ac_check_lib_save_LIBS=$LIBS
9420 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9421 cat >conftest.$ac_ext <<_ACEOF
9422 /* confdefs.h. */
9423 _ACEOF
9424 cat confdefs.h >>conftest.$ac_ext
9425 cat >>conftest.$ac_ext <<_ACEOF
9426 /* end confdefs.h. */
9428 /* Override any GCC internal prototype to avoid an error.
9429 Use char because int might match the return type of a GCC
9430 builtin and then its argument prototype would still apply. */
9431 #ifdef __cplusplus
9432 extern "C"
9433 #endif
9434 char connect ();
9436 main ()
9438 return connect ();
9440 return 0;
9442 _ACEOF
9443 rm -f conftest.$ac_objext conftest$ac_exeext
9444 if { (ac_try="$ac_link"
9445 case "(($ac_try" in
9446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9447 *) ac_try_echo=$ac_try;;
9448 esac
9449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9450 (eval "$ac_link") 2>conftest.er1
9451 ac_status=$?
9452 grep -v '^ *+' conftest.er1 >conftest.err
9453 rm -f conftest.er1
9454 cat conftest.err >&5
9455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9456 (exit $ac_status); } && {
9457 test -z "$ac_c_werror_flag" ||
9458 test ! -s conftest.err
9459 } && test -s conftest$ac_exeext &&
9460 $as_test_x conftest$ac_exeext; then
9461 ac_cv_lib_socket_connect=yes
9462 else
9463 echo "$as_me: failed program was:" >&5
9464 sed 's/^/| /' conftest.$ac_ext >&5
9466 ac_cv_lib_socket_connect=no
9469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9470 conftest$ac_exeext conftest.$ac_ext
9471 LIBS=$ac_check_lib_save_LIBS
9473 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9474 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9475 if test $ac_cv_lib_socket_connect = yes; then
9476 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9481 # Guillermo Gomez says -lposix is necessary on A/UX.
9482 { echo "$as_me:$LINENO: checking for remove" >&5
9483 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9484 if test "${ac_cv_func_remove+set}" = set; then
9485 echo $ECHO_N "(cached) $ECHO_C" >&6
9486 else
9487 cat >conftest.$ac_ext <<_ACEOF
9488 /* confdefs.h. */
9489 _ACEOF
9490 cat confdefs.h >>conftest.$ac_ext
9491 cat >>conftest.$ac_ext <<_ACEOF
9492 /* end confdefs.h. */
9493 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9495 #define remove innocuous_remove
9497 /* System header to define __stub macros and hopefully few prototypes,
9498 which can conflict with char remove (); below.
9499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9500 <limits.h> exists even on freestanding compilers. */
9502 #ifdef __STDC__
9503 # include <limits.h>
9504 #else
9505 # include <assert.h>
9506 #endif
9508 #undef remove
9510 /* Override any GCC internal prototype to avoid an error.
9511 Use char because int might match the return type of a GCC
9512 builtin and then its argument prototype would still apply. */
9513 #ifdef __cplusplus
9514 extern "C"
9515 #endif
9516 char remove ();
9517 /* The GNU C library defines this for functions which it implements
9518 to always fail with ENOSYS. Some functions are actually named
9519 something starting with __ and the normal name is an alias. */
9520 #if defined __stub_remove || defined __stub___remove
9521 choke me
9522 #endif
9525 main ()
9527 return remove ();
9529 return 0;
9531 _ACEOF
9532 rm -f conftest.$ac_objext conftest$ac_exeext
9533 if { (ac_try="$ac_link"
9534 case "(($ac_try" in
9535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9536 *) ac_try_echo=$ac_try;;
9537 esac
9538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9539 (eval "$ac_link") 2>conftest.er1
9540 ac_status=$?
9541 grep -v '^ *+' conftest.er1 >conftest.err
9542 rm -f conftest.er1
9543 cat conftest.err >&5
9544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); } && {
9546 test -z "$ac_c_werror_flag" ||
9547 test ! -s conftest.err
9548 } && test -s conftest$ac_exeext &&
9549 $as_test_x conftest$ac_exeext; then
9550 ac_cv_func_remove=yes
9551 else
9552 echo "$as_me: failed program was:" >&5
9553 sed 's/^/| /' conftest.$ac_ext >&5
9555 ac_cv_func_remove=no
9558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9559 conftest$ac_exeext conftest.$ac_ext
9561 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9562 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9564 if test $ac_cv_func_remove = no; then
9565 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9566 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9567 if test "${ac_cv_lib_posix_remove+set}" = set; then
9568 echo $ECHO_N "(cached) $ECHO_C" >&6
9569 else
9570 ac_check_lib_save_LIBS=$LIBS
9571 LIBS="-lposix $LIBS"
9572 cat >conftest.$ac_ext <<_ACEOF
9573 /* confdefs.h. */
9574 _ACEOF
9575 cat confdefs.h >>conftest.$ac_ext
9576 cat >>conftest.$ac_ext <<_ACEOF
9577 /* end confdefs.h. */
9579 /* Override any GCC internal prototype to avoid an error.
9580 Use char because int might match the return type of a GCC
9581 builtin and then its argument prototype would still apply. */
9582 #ifdef __cplusplus
9583 extern "C"
9584 #endif
9585 char remove ();
9587 main ()
9589 return remove ();
9591 return 0;
9593 _ACEOF
9594 rm -f conftest.$ac_objext conftest$ac_exeext
9595 if { (ac_try="$ac_link"
9596 case "(($ac_try" in
9597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9598 *) ac_try_echo=$ac_try;;
9599 esac
9600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9601 (eval "$ac_link") 2>conftest.er1
9602 ac_status=$?
9603 grep -v '^ *+' conftest.er1 >conftest.err
9604 rm -f conftest.er1
9605 cat conftest.err >&5
9606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9607 (exit $ac_status); } && {
9608 test -z "$ac_c_werror_flag" ||
9609 test ! -s conftest.err
9610 } && test -s conftest$ac_exeext &&
9611 $as_test_x conftest$ac_exeext; then
9612 ac_cv_lib_posix_remove=yes
9613 else
9614 echo "$as_me: failed program was:" >&5
9615 sed 's/^/| /' conftest.$ac_ext >&5
9617 ac_cv_lib_posix_remove=no
9620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9621 conftest$ac_exeext conftest.$ac_ext
9622 LIBS=$ac_check_lib_save_LIBS
9624 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9625 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9626 if test $ac_cv_lib_posix_remove = yes; then
9627 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9632 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9633 { echo "$as_me:$LINENO: checking for shmat" >&5
9634 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9635 if test "${ac_cv_func_shmat+set}" = set; then
9636 echo $ECHO_N "(cached) $ECHO_C" >&6
9637 else
9638 cat >conftest.$ac_ext <<_ACEOF
9639 /* confdefs.h. */
9640 _ACEOF
9641 cat confdefs.h >>conftest.$ac_ext
9642 cat >>conftest.$ac_ext <<_ACEOF
9643 /* end confdefs.h. */
9644 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9646 #define shmat innocuous_shmat
9648 /* System header to define __stub macros and hopefully few prototypes,
9649 which can conflict with char shmat (); below.
9650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9651 <limits.h> exists even on freestanding compilers. */
9653 #ifdef __STDC__
9654 # include <limits.h>
9655 #else
9656 # include <assert.h>
9657 #endif
9659 #undef shmat
9661 /* Override any GCC internal prototype to avoid an error.
9662 Use char because int might match the return type of a GCC
9663 builtin and then its argument prototype would still apply. */
9664 #ifdef __cplusplus
9665 extern "C"
9666 #endif
9667 char shmat ();
9668 /* The GNU C library defines this for functions which it implements
9669 to always fail with ENOSYS. Some functions are actually named
9670 something starting with __ and the normal name is an alias. */
9671 #if defined __stub_shmat || defined __stub___shmat
9672 choke me
9673 #endif
9676 main ()
9678 return shmat ();
9680 return 0;
9682 _ACEOF
9683 rm -f conftest.$ac_objext conftest$ac_exeext
9684 if { (ac_try="$ac_link"
9685 case "(($ac_try" in
9686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9687 *) ac_try_echo=$ac_try;;
9688 esac
9689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9690 (eval "$ac_link") 2>conftest.er1
9691 ac_status=$?
9692 grep -v '^ *+' conftest.er1 >conftest.err
9693 rm -f conftest.er1
9694 cat conftest.err >&5
9695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696 (exit $ac_status); } && {
9697 test -z "$ac_c_werror_flag" ||
9698 test ! -s conftest.err
9699 } && test -s conftest$ac_exeext &&
9700 $as_test_x conftest$ac_exeext; then
9701 ac_cv_func_shmat=yes
9702 else
9703 echo "$as_me: failed program was:" >&5
9704 sed 's/^/| /' conftest.$ac_ext >&5
9706 ac_cv_func_shmat=no
9709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9710 conftest$ac_exeext conftest.$ac_ext
9712 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9713 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9715 if test $ac_cv_func_shmat = no; then
9716 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9717 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9718 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9719 echo $ECHO_N "(cached) $ECHO_C" >&6
9720 else
9721 ac_check_lib_save_LIBS=$LIBS
9722 LIBS="-lipc $LIBS"
9723 cat >conftest.$ac_ext <<_ACEOF
9724 /* confdefs.h. */
9725 _ACEOF
9726 cat confdefs.h >>conftest.$ac_ext
9727 cat >>conftest.$ac_ext <<_ACEOF
9728 /* end confdefs.h. */
9730 /* Override any GCC internal prototype to avoid an error.
9731 Use char because int might match the return type of a GCC
9732 builtin and then its argument prototype would still apply. */
9733 #ifdef __cplusplus
9734 extern "C"
9735 #endif
9736 char shmat ();
9738 main ()
9740 return shmat ();
9742 return 0;
9744 _ACEOF
9745 rm -f conftest.$ac_objext conftest$ac_exeext
9746 if { (ac_try="$ac_link"
9747 case "(($ac_try" in
9748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9749 *) ac_try_echo=$ac_try;;
9750 esac
9751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9752 (eval "$ac_link") 2>conftest.er1
9753 ac_status=$?
9754 grep -v '^ *+' conftest.er1 >conftest.err
9755 rm -f conftest.er1
9756 cat conftest.err >&5
9757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9758 (exit $ac_status); } && {
9759 test -z "$ac_c_werror_flag" ||
9760 test ! -s conftest.err
9761 } && test -s conftest$ac_exeext &&
9762 $as_test_x conftest$ac_exeext; then
9763 ac_cv_lib_ipc_shmat=yes
9764 else
9765 echo "$as_me: failed program was:" >&5
9766 sed 's/^/| /' conftest.$ac_ext >&5
9768 ac_cv_lib_ipc_shmat=no
9771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9772 conftest$ac_exeext conftest.$ac_ext
9773 LIBS=$ac_check_lib_save_LIBS
9775 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9776 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9777 if test $ac_cv_lib_ipc_shmat = yes; then
9778 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9784 # Check for libraries that X11R6 Xt/Xaw programs need.
9785 ac_save_LDFLAGS=$LDFLAGS
9786 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9787 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9788 # check for ICE first), but we must link in the order -lSM -lICE or
9789 # we get undefined symbols. So assume we have SM if we have ICE.
9790 # These have to be linked with before -lX11, unlike the other
9791 # libraries we check for below, so use a different variable.
9792 # John Interrante, Karl Berry
9793 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9794 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9795 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9796 echo $ECHO_N "(cached) $ECHO_C" >&6
9797 else
9798 ac_check_lib_save_LIBS=$LIBS
9799 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9800 cat >conftest.$ac_ext <<_ACEOF
9801 /* confdefs.h. */
9802 _ACEOF
9803 cat confdefs.h >>conftest.$ac_ext
9804 cat >>conftest.$ac_ext <<_ACEOF
9805 /* end confdefs.h. */
9807 /* Override any GCC internal prototype to avoid an error.
9808 Use char because int might match the return type of a GCC
9809 builtin and then its argument prototype would still apply. */
9810 #ifdef __cplusplus
9811 extern "C"
9812 #endif
9813 char IceConnectionNumber ();
9815 main ()
9817 return IceConnectionNumber ();
9819 return 0;
9821 _ACEOF
9822 rm -f conftest.$ac_objext conftest$ac_exeext
9823 if { (ac_try="$ac_link"
9824 case "(($ac_try" in
9825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9826 *) ac_try_echo=$ac_try;;
9827 esac
9828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9829 (eval "$ac_link") 2>conftest.er1
9830 ac_status=$?
9831 grep -v '^ *+' conftest.er1 >conftest.err
9832 rm -f conftest.er1
9833 cat conftest.err >&5
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); } && {
9836 test -z "$ac_c_werror_flag" ||
9837 test ! -s conftest.err
9838 } && test -s conftest$ac_exeext &&
9839 $as_test_x conftest$ac_exeext; then
9840 ac_cv_lib_ICE_IceConnectionNumber=yes
9841 else
9842 echo "$as_me: failed program was:" >&5
9843 sed 's/^/| /' conftest.$ac_ext >&5
9845 ac_cv_lib_ICE_IceConnectionNumber=no
9848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9849 conftest$ac_exeext conftest.$ac_ext
9850 LIBS=$ac_check_lib_save_LIBS
9852 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9853 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9854 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9855 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9858 LDFLAGS=$ac_save_LDFLAGS
9863 if test "$have_x" = "yes"
9864 then
9865 XLIB="-lXext -lX11"
9866 ac_save_CPPFLAGS="$CPPFLAGS"
9867 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9869 { echo "$as_me:$LINENO: checking for -lX11" >&5
9870 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9871 if test "${ac_cv_lib_soname_X11+set}" = set; then
9872 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 else
9874 ac_check_soname_save_LIBS=$LIBS
9875 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9876 cat >conftest.$ac_ext <<_ACEOF
9877 /* confdefs.h. */
9878 _ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h. */
9883 /* Override any GCC internal prototype to avoid an error.
9884 Use char because int might match the return type of a GCC
9885 builtin and then its argument prototype would still apply. */
9886 #ifdef __cplusplus
9887 extern "C"
9888 #endif
9889 char XCreateWindow ();
9891 main ()
9893 return XCreateWindow ();
9895 return 0;
9897 _ACEOF
9898 rm -f conftest.$ac_objext conftest$ac_exeext
9899 if { (ac_try="$ac_link"
9900 case "(($ac_try" in
9901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9902 *) ac_try_echo=$ac_try;;
9903 esac
9904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9905 (eval "$ac_link") 2>conftest.er1
9906 ac_status=$?
9907 grep -v '^ *+' conftest.er1 >conftest.err
9908 rm -f conftest.er1
9909 cat conftest.err >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); } && {
9912 test -z "$ac_c_werror_flag" ||
9913 test ! -s conftest.err
9914 } && test -s conftest$ac_exeext &&
9915 $as_test_x conftest$ac_exeext; then
9916 case "$LIBEXT" in
9917 dll) ;;
9918 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'` ;;
9919 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9920 esac
9921 else
9922 echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.$ac_ext >&5
9928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9929 conftest$ac_exeext conftest.$ac_ext
9930 LIBS=$ac_check_soname_save_LIBS
9932 if test "x$ac_cv_lib_soname_X11" = "x"; then
9933 { echo "$as_me:$LINENO: result: not found" >&5
9934 echo "${ECHO_T}not found" >&6; }
9936 else
9937 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9938 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9940 cat >>confdefs.h <<_ACEOF
9941 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9942 _ACEOF
9947 { echo "$as_me:$LINENO: checking for -lXext" >&5
9948 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9949 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9950 echo $ECHO_N "(cached) $ECHO_C" >&6
9951 else
9952 ac_check_soname_save_LIBS=$LIBS
9953 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9954 cat >conftest.$ac_ext <<_ACEOF
9955 /* confdefs.h. */
9956 _ACEOF
9957 cat confdefs.h >>conftest.$ac_ext
9958 cat >>conftest.$ac_ext <<_ACEOF
9959 /* end confdefs.h. */
9961 /* Override any GCC internal prototype to avoid an error.
9962 Use char because int might match the return type of a GCC
9963 builtin and then its argument prototype would still apply. */
9964 #ifdef __cplusplus
9965 extern "C"
9966 #endif
9967 char XextCreateExtension ();
9969 main ()
9971 return XextCreateExtension ();
9973 return 0;
9975 _ACEOF
9976 rm -f conftest.$ac_objext conftest$ac_exeext
9977 if { (ac_try="$ac_link"
9978 case "(($ac_try" in
9979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9980 *) ac_try_echo=$ac_try;;
9981 esac
9982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9983 (eval "$ac_link") 2>conftest.er1
9984 ac_status=$?
9985 grep -v '^ *+' conftest.er1 >conftest.err
9986 rm -f conftest.er1
9987 cat conftest.err >&5
9988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9989 (exit $ac_status); } && {
9990 test -z "$ac_c_werror_flag" ||
9991 test ! -s conftest.err
9992 } && test -s conftest$ac_exeext &&
9993 $as_test_x conftest$ac_exeext; then
9994 case "$LIBEXT" in
9995 dll) ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
9999 else
10000 echo "$as_me: failed program was:" >&5
10001 sed 's/^/| /' conftest.$ac_ext >&5
10006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_soname_save_LIBS
10010 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10011 { echo "$as_me:$LINENO: result: not found" >&5
10012 echo "${ECHO_T}not found" >&6; }
10014 else
10015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10016 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10018 cat >>confdefs.h <<_ACEOF
10019 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10020 _ACEOF
10038 for ac_header in X11/Xlib.h \
10039 X11/XKBlib.h \
10040 X11/Xutil.h \
10041 X11/Xcursor/Xcursor.h \
10042 X11/extensions/shape.h \
10043 X11/extensions/XInput.h \
10044 X11/extensions/XShm.h \
10045 X11/extensions/Xcomposite.h \
10046 X11/extensions/Xinerama.h \
10047 X11/extensions/Xrandr.h \
10048 X11/extensions/Xrender.h \
10049 X11/extensions/xf86vmode.h
10051 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10052 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10055 echo $ECHO_N "(cached) $ECHO_C" >&6
10056 else
10057 cat >conftest.$ac_ext <<_ACEOF
10058 /* confdefs.h. */
10059 _ACEOF
10060 cat confdefs.h >>conftest.$ac_ext
10061 cat >>conftest.$ac_ext <<_ACEOF
10062 /* end confdefs.h. */
10063 #ifdef HAVE_X11_XLIB_H
10064 # include <X11/Xlib.h>
10065 #endif
10066 #ifdef HAVE_X11_XUTIL_H
10067 # include <X11/Xutil.h>
10068 #endif
10070 #include <$ac_header>
10071 _ACEOF
10072 rm -f conftest.$ac_objext
10073 if { (ac_try="$ac_compile"
10074 case "(($ac_try" in
10075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10076 *) ac_try_echo=$ac_try;;
10077 esac
10078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10079 (eval "$ac_compile") 2>conftest.er1
10080 ac_status=$?
10081 grep -v '^ *+' conftest.er1 >conftest.err
10082 rm -f conftest.er1
10083 cat conftest.err >&5
10084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10085 (exit $ac_status); } && {
10086 test -z "$ac_c_werror_flag" ||
10087 test ! -s conftest.err
10088 } && test -s conftest.$ac_objext; then
10089 eval "$as_ac_Header=yes"
10090 else
10091 echo "$as_me: failed program was:" >&5
10092 sed 's/^/| /' conftest.$ac_ext >&5
10094 eval "$as_ac_Header=no"
10097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10099 ac_res=`eval echo '${'$as_ac_Header'}'`
10100 { echo "$as_me:$LINENO: result: $ac_res" >&5
10101 echo "${ECHO_T}$ac_res" >&6; }
10102 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10103 cat >>confdefs.h <<_ACEOF
10104 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10105 _ACEOF
10109 done
10112 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10113 then
10114 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10115 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10116 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10117 echo $ECHO_N "(cached) $ECHO_C" >&6
10118 else
10119 ac_check_lib_save_LIBS=$LIBS
10120 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10121 cat >conftest.$ac_ext <<_ACEOF
10122 /* confdefs.h. */
10123 _ACEOF
10124 cat confdefs.h >>conftest.$ac_ext
10125 cat >>conftest.$ac_ext <<_ACEOF
10126 /* end confdefs.h. */
10128 /* Override any GCC internal prototype to avoid an error.
10129 Use char because int might match the return type of a GCC
10130 builtin and then its argument prototype would still apply. */
10131 #ifdef __cplusplus
10132 extern "C"
10133 #endif
10134 char XkbQueryExtension ();
10136 main ()
10138 return XkbQueryExtension ();
10140 return 0;
10142 _ACEOF
10143 rm -f conftest.$ac_objext conftest$ac_exeext
10144 if { (ac_try="$ac_link"
10145 case "(($ac_try" in
10146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10147 *) ac_try_echo=$ac_try;;
10148 esac
10149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10150 (eval "$ac_link") 2>conftest.er1
10151 ac_status=$?
10152 grep -v '^ *+' conftest.er1 >conftest.err
10153 rm -f conftest.er1
10154 cat conftest.err >&5
10155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10156 (exit $ac_status); } && {
10157 test -z "$ac_c_werror_flag" ||
10158 test ! -s conftest.err
10159 } && test -s conftest$ac_exeext &&
10160 $as_test_x conftest$ac_exeext; then
10161 ac_cv_lib_X11_XkbQueryExtension=yes
10162 else
10163 echo "$as_me: failed program was:" >&5
10164 sed 's/^/| /' conftest.$ac_ext >&5
10166 ac_cv_lib_X11_XkbQueryExtension=no
10169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10170 conftest$ac_exeext conftest.$ac_ext
10171 LIBS=$ac_check_lib_save_LIBS
10173 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10174 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10175 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10177 cat >>confdefs.h <<\_ACEOF
10178 #define HAVE_XKB 1
10179 _ACEOF
10185 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10186 then
10187 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10188 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10189 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10190 echo $ECHO_N "(cached) $ECHO_C" >&6
10191 else
10192 ac_check_soname_save_LIBS=$LIBS
10193 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10194 cat >conftest.$ac_ext <<_ACEOF
10195 /* confdefs.h. */
10196 _ACEOF
10197 cat confdefs.h >>conftest.$ac_ext
10198 cat >>conftest.$ac_ext <<_ACEOF
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10204 #ifdef __cplusplus
10205 extern "C"
10206 #endif
10207 char XcursorImageLoadCursor ();
10209 main ()
10211 return XcursorImageLoadCursor ();
10213 return 0;
10215 _ACEOF
10216 rm -f conftest.$ac_objext conftest$ac_exeext
10217 if { (ac_try="$ac_link"
10218 case "(($ac_try" in
10219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10220 *) ac_try_echo=$ac_try;;
10221 esac
10222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10223 (eval "$ac_link") 2>conftest.er1
10224 ac_status=$?
10225 grep -v '^ *+' conftest.er1 >conftest.err
10226 rm -f conftest.er1
10227 cat conftest.err >&5
10228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10229 (exit $ac_status); } && {
10230 test -z "$ac_c_werror_flag" ||
10231 test ! -s conftest.err
10232 } && test -s conftest$ac_exeext &&
10233 $as_test_x conftest$ac_exeext; then
10234 case "$LIBEXT" in
10235 dll) ;;
10236 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'` ;;
10237 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10238 esac
10239 else
10240 echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_soname_save_LIBS
10250 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10251 { echo "$as_me:$LINENO: result: not found" >&5
10252 echo "${ECHO_T}not found" >&6; }
10254 else
10255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10256 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10258 cat >>confdefs.h <<_ACEOF
10259 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10260 _ACEOF
10266 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10267 case "x$with_xcursor" in
10268 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10269 xno) ;;
10270 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10271 This is an error since --with-xcursor was requested." >&5
10272 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10273 This is an error since --with-xcursor was requested." >&2;}
10274 { (exit 1); exit 1; }; } ;;
10275 esac
10279 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10280 then
10281 { echo "$as_me:$LINENO: checking for -lXi" >&5
10282 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10283 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10284 echo $ECHO_N "(cached) $ECHO_C" >&6
10285 else
10286 ac_check_soname_save_LIBS=$LIBS
10287 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10288 cat >conftest.$ac_ext <<_ACEOF
10289 /* confdefs.h. */
10290 _ACEOF
10291 cat confdefs.h >>conftest.$ac_ext
10292 cat >>conftest.$ac_ext <<_ACEOF
10293 /* end confdefs.h. */
10295 /* Override any GCC internal prototype to avoid an error.
10296 Use char because int might match the return type of a GCC
10297 builtin and then its argument prototype would still apply. */
10298 #ifdef __cplusplus
10299 extern "C"
10300 #endif
10301 char XOpenDevice ();
10303 main ()
10305 return XOpenDevice ();
10307 return 0;
10309 _ACEOF
10310 rm -f conftest.$ac_objext conftest$ac_exeext
10311 if { (ac_try="$ac_link"
10312 case "(($ac_try" in
10313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10314 *) ac_try_echo=$ac_try;;
10315 esac
10316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10317 (eval "$ac_link") 2>conftest.er1
10318 ac_status=$?
10319 grep -v '^ *+' conftest.er1 >conftest.err
10320 rm -f conftest.er1
10321 cat conftest.err >&5
10322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10323 (exit $ac_status); } && {
10324 test -z "$ac_c_werror_flag" ||
10325 test ! -s conftest.err
10326 } && test -s conftest$ac_exeext &&
10327 $as_test_x conftest$ac_exeext; then
10328 case "$LIBEXT" in
10329 dll) ;;
10330 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'` ;;
10331 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10332 esac
10333 else
10334 echo "$as_me: failed program was:" >&5
10335 sed 's/^/| /' conftest.$ac_ext >&5
10340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10341 conftest$ac_exeext conftest.$ac_ext
10342 LIBS=$ac_check_soname_save_LIBS
10344 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10345 { echo "$as_me:$LINENO: result: not found" >&5
10346 echo "${ECHO_T}not found" >&6; }
10348 else
10349 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10350 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10352 cat >>confdefs.h <<_ACEOF
10353 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10354 _ACEOF
10360 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10361 case "x$with_xinput" in
10362 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10363 xno) ;;
10364 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10365 This is an error since --with-xinput was requested." >&5
10366 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10367 This is an error since --with-xinput was requested." >&2;}
10368 { (exit 1); exit 1; }; } ;;
10369 esac
10373 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10374 then
10375 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10376 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10377 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10378 echo $ECHO_N "(cached) $ECHO_C" >&6
10379 else
10380 ac_check_lib_save_LIBS=$LIBS
10381 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10382 cat >conftest.$ac_ext <<_ACEOF
10383 /* confdefs.h. */
10384 _ACEOF
10385 cat confdefs.h >>conftest.$ac_ext
10386 cat >>conftest.$ac_ext <<_ACEOF
10387 /* end confdefs.h. */
10389 /* Override any GCC internal prototype to avoid an error.
10390 Use char because int might match the return type of a GCC
10391 builtin and then its argument prototype would still apply. */
10392 #ifdef __cplusplus
10393 extern "C"
10394 #endif
10395 char XShmQueryExtension ();
10397 main ()
10399 return XShmQueryExtension ();
10401 return 0;
10403 _ACEOF
10404 rm -f conftest.$ac_objext conftest$ac_exeext
10405 if { (ac_try="$ac_link"
10406 case "(($ac_try" in
10407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10408 *) ac_try_echo=$ac_try;;
10409 esac
10410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10411 (eval "$ac_link") 2>conftest.er1
10412 ac_status=$?
10413 grep -v '^ *+' conftest.er1 >conftest.err
10414 rm -f conftest.er1
10415 cat conftest.err >&5
10416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10417 (exit $ac_status); } && {
10418 test -z "$ac_c_werror_flag" ||
10419 test ! -s conftest.err
10420 } && test -s conftest$ac_exeext &&
10421 $as_test_x conftest$ac_exeext; then
10422 ac_cv_lib_Xext_XShmQueryExtension=yes
10423 else
10424 echo "$as_me: failed program was:" >&5
10425 sed 's/^/| /' conftest.$ac_ext >&5
10427 ac_cv_lib_Xext_XShmQueryExtension=no
10430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10431 conftest$ac_exeext conftest.$ac_ext
10432 LIBS=$ac_check_lib_save_LIBS
10434 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10435 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10436 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10438 cat >>confdefs.h <<\_ACEOF
10439 #define HAVE_LIBXXSHM 1
10440 _ACEOF
10445 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10446 case "x$with_xshm" in
10447 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10448 xno) ;;
10449 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10450 This is an error since --with-xshm was requested." >&5
10451 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10452 This is an error since --with-xshm was requested." >&2;}
10453 { (exit 1); exit 1; }; } ;;
10454 esac
10458 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10459 then
10460 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10461 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10462 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10463 echo $ECHO_N "(cached) $ECHO_C" >&6
10464 else
10465 ac_check_lib_save_LIBS=$LIBS
10466 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10467 cat >conftest.$ac_ext <<_ACEOF
10468 /* confdefs.h. */
10469 _ACEOF
10470 cat confdefs.h >>conftest.$ac_ext
10471 cat >>conftest.$ac_ext <<_ACEOF
10472 /* end confdefs.h. */
10474 /* Override any GCC internal prototype to avoid an error.
10475 Use char because int might match the return type of a GCC
10476 builtin and then its argument prototype would still apply. */
10477 #ifdef __cplusplus
10478 extern "C"
10479 #endif
10480 char XShapeQueryExtension ();
10482 main ()
10484 return XShapeQueryExtension ();
10486 return 0;
10488 _ACEOF
10489 rm -f conftest.$ac_objext conftest$ac_exeext
10490 if { (ac_try="$ac_link"
10491 case "(($ac_try" in
10492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10493 *) ac_try_echo=$ac_try;;
10494 esac
10495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10496 (eval "$ac_link") 2>conftest.er1
10497 ac_status=$?
10498 grep -v '^ *+' conftest.er1 >conftest.err
10499 rm -f conftest.er1
10500 cat conftest.err >&5
10501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10502 (exit $ac_status); } && {
10503 test -z "$ac_c_werror_flag" ||
10504 test ! -s conftest.err
10505 } && test -s conftest$ac_exeext &&
10506 $as_test_x conftest$ac_exeext; then
10507 ac_cv_lib_Xext_XShapeQueryExtension=yes
10508 else
10509 echo "$as_me: failed program was:" >&5
10510 sed 's/^/| /' conftest.$ac_ext >&5
10512 ac_cv_lib_Xext_XShapeQueryExtension=no
10515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10516 conftest$ac_exeext conftest.$ac_ext
10517 LIBS=$ac_check_lib_save_LIBS
10519 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10520 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10521 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10523 cat >>confdefs.h <<\_ACEOF
10524 #define HAVE_LIBXSHAPE 1
10525 _ACEOF
10530 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10531 case "x$with_xshape" in
10532 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10533 xno) ;;
10534 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10535 This is an error since --with-xshape was requested." >&5
10536 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10537 This is an error since --with-xshape was requested." >&2;}
10538 { (exit 1); exit 1; }; } ;;
10539 esac
10543 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10544 then
10545 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10546 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10549 else
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10553 /* confdefs.h. */
10554 _ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char XF86VidModeQueryExtension ();
10567 main ()
10569 return XF86VidModeQueryExtension ();
10571 return 0;
10573 _ACEOF
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10578 *) ac_try_echo=$ac_try;;
10579 esac
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10582 ac_status=$?
10583 grep -v '^ *+' conftest.er1 >conftest.err
10584 rm -f conftest.er1
10585 cat conftest.err >&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest$ac_exeext &&
10591 $as_test_x conftest$ac_exeext; then
10592 case "$LIBEXT" in
10593 dll) ;;
10594 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'` ;;
10595 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10596 esac
10597 else
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.$ac_ext >&5
10604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LIBS=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10612 else
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10616 cat >>confdefs.h <<_ACEOF
10617 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10618 _ACEOF
10624 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10625 case "x$with_xxf86vm" in
10626 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10627 xno) ;;
10628 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10629 This is an error since --with-xxf86vm was requested." >&5
10630 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10631 This is an error since --with-xxf86vm was requested." >&2;}
10632 { (exit 1); exit 1; }; } ;;
10633 esac
10637 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"
10638 then
10639 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10640 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10641 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10642 echo $ECHO_N "(cached) $ECHO_C" >&6
10643 else
10644 ac_check_soname_save_LIBS=$LIBS
10645 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10646 cat >conftest.$ac_ext <<_ACEOF
10647 /* confdefs.h. */
10648 _ACEOF
10649 cat confdefs.h >>conftest.$ac_ext
10650 cat >>conftest.$ac_ext <<_ACEOF
10651 /* end confdefs.h. */
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10656 #ifdef __cplusplus
10657 extern "C"
10658 #endif
10659 char XRenderQueryExtension ();
10661 main ()
10663 return XRenderQueryExtension ();
10665 return 0;
10667 _ACEOF
10668 rm -f conftest.$ac_objext conftest$ac_exeext
10669 if { (ac_try="$ac_link"
10670 case "(($ac_try" in
10671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10672 *) ac_try_echo=$ac_try;;
10673 esac
10674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10675 (eval "$ac_link") 2>conftest.er1
10676 ac_status=$?
10677 grep -v '^ *+' conftest.er1 >conftest.err
10678 rm -f conftest.er1
10679 cat conftest.err >&5
10680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10681 (exit $ac_status); } && {
10682 test -z "$ac_c_werror_flag" ||
10683 test ! -s conftest.err
10684 } && test -s conftest$ac_exeext &&
10685 $as_test_x conftest$ac_exeext; then
10686 case "$LIBEXT" in
10687 dll) ;;
10688 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'` ;;
10689 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10690 esac
10691 else
10692 echo "$as_me: failed program was:" >&5
10693 sed 's/^/| /' conftest.$ac_ext >&5
10698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10699 conftest$ac_exeext conftest.$ac_ext
10700 LIBS=$ac_check_soname_save_LIBS
10702 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10703 { echo "$as_me:$LINENO: result: not found" >&5
10704 echo "${ECHO_T}not found" >&6; }
10706 else
10707 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10708 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10710 cat >>confdefs.h <<_ACEOF
10711 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10712 _ACEOF
10714 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10715 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10716 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10717 echo $ECHO_N "(cached) $ECHO_C" >&6
10718 else
10719 ac_check_lib_save_LIBS=$LIBS
10720 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721 cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h. */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XRenderSetPictureTransform ();
10736 main ()
10738 return XRenderSetPictureTransform ();
10740 return 0;
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747 *) ac_try_echo=$ac_try;;
10748 esac
10749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10750 (eval "$ac_link") 2>conftest.er1
10751 ac_status=$?
10752 grep -v '^ *+' conftest.er1 >conftest.err
10753 rm -f conftest.er1
10754 cat conftest.err >&5
10755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10756 (exit $ac_status); } && {
10757 test -z "$ac_c_werror_flag" ||
10758 test ! -s conftest.err
10759 } && test -s conftest$ac_exeext &&
10760 $as_test_x conftest$ac_exeext; then
10761 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10762 else
10763 echo "$as_me: failed program was:" >&5
10764 sed 's/^/| /' conftest.$ac_ext >&5
10766 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10770 conftest$ac_exeext conftest.$ac_ext
10771 LIBS=$ac_check_lib_save_LIBS
10773 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10774 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10775 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10777 cat >>confdefs.h <<\_ACEOF
10778 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10779 _ACEOF
10787 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10788 case "x$with_xrender" in
10789 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10790 xno) ;;
10791 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10792 This is an error since --with-xrender was requested." >&5
10793 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10794 This is an error since --with-xrender was requested." >&2;}
10795 { (exit 1); exit 1; }; } ;;
10796 esac
10800 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10801 then
10802 cat >conftest.$ac_ext <<_ACEOF
10803 /* confdefs.h. */
10804 _ACEOF
10805 cat confdefs.h >>conftest.$ac_ext
10806 cat >>conftest.$ac_ext <<_ACEOF
10807 /* end confdefs.h. */
10808 #include <X11/Xlib.h>
10809 #include <X11/extensions/Xrandr.h>
10811 main ()
10813 static typeof(XRRSetScreenConfigAndRate) * func;
10815 return 0;
10817 _ACEOF
10818 rm -f conftest.$ac_objext
10819 if { (ac_try="$ac_compile"
10820 case "(($ac_try" in
10821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10822 *) ac_try_echo=$ac_try;;
10823 esac
10824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10825 (eval "$ac_compile") 2>conftest.er1
10826 ac_status=$?
10827 grep -v '^ *+' conftest.er1 >conftest.err
10828 rm -f conftest.er1
10829 cat conftest.err >&5
10830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831 (exit $ac_status); } && {
10832 test -z "$ac_c_werror_flag" ||
10833 test ! -s conftest.err
10834 } && test -s conftest.$ac_objext; then
10835 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10836 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10837 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10838 echo $ECHO_N "(cached) $ECHO_C" >&6
10839 else
10840 ac_check_soname_save_LIBS=$LIBS
10841 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10842 cat >conftest.$ac_ext <<_ACEOF
10843 /* confdefs.h. */
10844 _ACEOF
10845 cat confdefs.h >>conftest.$ac_ext
10846 cat >>conftest.$ac_ext <<_ACEOF
10847 /* end confdefs.h. */
10849 /* Override any GCC internal prototype to avoid an error.
10850 Use char because int might match the return type of a GCC
10851 builtin and then its argument prototype would still apply. */
10852 #ifdef __cplusplus
10853 extern "C"
10854 #endif
10855 char XRRQueryExtension ();
10857 main ()
10859 return XRRQueryExtension ();
10861 return 0;
10863 _ACEOF
10864 rm -f conftest.$ac_objext conftest$ac_exeext
10865 if { (ac_try="$ac_link"
10866 case "(($ac_try" in
10867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10868 *) ac_try_echo=$ac_try;;
10869 esac
10870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10871 (eval "$ac_link") 2>conftest.er1
10872 ac_status=$?
10873 grep -v '^ *+' conftest.er1 >conftest.err
10874 rm -f conftest.er1
10875 cat conftest.err >&5
10876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10877 (exit $ac_status); } && {
10878 test -z "$ac_c_werror_flag" ||
10879 test ! -s conftest.err
10880 } && test -s conftest$ac_exeext &&
10881 $as_test_x conftest$ac_exeext; then
10882 case "$LIBEXT" in
10883 dll) ;;
10884 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'` ;;
10885 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10886 esac
10887 else
10888 echo "$as_me: failed program was:" >&5
10889 sed 's/^/| /' conftest.$ac_ext >&5
10894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10895 conftest$ac_exeext conftest.$ac_ext
10896 LIBS=$ac_check_soname_save_LIBS
10898 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10899 { echo "$as_me:$LINENO: result: not found" >&5
10900 echo "${ECHO_T}not found" >&6; }
10902 else
10903 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10904 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10906 cat >>confdefs.h <<_ACEOF
10907 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10908 _ACEOF
10913 else
10914 echo "$as_me: failed program was:" >&5
10915 sed 's/^/| /' conftest.$ac_ext >&5
10920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10922 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10923 case "x$with_xrandr" in
10924 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10925 xno) ;;
10926 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10927 This is an error since --with-xrandr was requested." >&5
10928 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10929 This is an error since --with-xrandr was requested." >&2;}
10930 { (exit 1); exit 1; }; } ;;
10931 esac
10935 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10936 then
10937 cat >conftest.$ac_ext <<_ACEOF
10938 /* confdefs.h. */
10939 _ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #include <X11/Xlib.h>
10944 #include <X11/extensions/Xinerama.h>
10946 main ()
10948 static typeof(XineramaQueryScreens) * func;
10950 return 0;
10952 _ACEOF
10953 rm -f conftest.$ac_objext
10954 if { (ac_try="$ac_compile"
10955 case "(($ac_try" in
10956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10957 *) ac_try_echo=$ac_try;;
10958 esac
10959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10960 (eval "$ac_compile") 2>conftest.er1
10961 ac_status=$?
10962 grep -v '^ *+' conftest.er1 >conftest.err
10963 rm -f conftest.er1
10964 cat conftest.err >&5
10965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); } && {
10967 test -z "$ac_c_werror_flag" ||
10968 test ! -s conftest.err
10969 } && test -s conftest.$ac_objext; then
10970 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10971 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10972 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10973 echo $ECHO_N "(cached) $ECHO_C" >&6
10974 else
10975 ac_check_soname_save_LIBS=$LIBS
10976 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10977 cat >conftest.$ac_ext <<_ACEOF
10978 /* confdefs.h. */
10979 _ACEOF
10980 cat confdefs.h >>conftest.$ac_ext
10981 cat >>conftest.$ac_ext <<_ACEOF
10982 /* end confdefs.h. */
10984 /* Override any GCC internal prototype to avoid an error.
10985 Use char because int might match the return type of a GCC
10986 builtin and then its argument prototype would still apply. */
10987 #ifdef __cplusplus
10988 extern "C"
10989 #endif
10990 char XineramaQueryScreens ();
10992 main ()
10994 return XineramaQueryScreens ();
10996 return 0;
10998 _ACEOF
10999 rm -f conftest.$ac_objext conftest$ac_exeext
11000 if { (ac_try="$ac_link"
11001 case "(($ac_try" in
11002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11003 *) ac_try_echo=$ac_try;;
11004 esac
11005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11006 (eval "$ac_link") 2>conftest.er1
11007 ac_status=$?
11008 grep -v '^ *+' conftest.er1 >conftest.err
11009 rm -f conftest.er1
11010 cat conftest.err >&5
11011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11012 (exit $ac_status); } && {
11013 test -z "$ac_c_werror_flag" ||
11014 test ! -s conftest.err
11015 } && test -s conftest$ac_exeext &&
11016 $as_test_x conftest$ac_exeext; then
11017 case "$LIBEXT" in
11018 dll) ;;
11019 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'` ;;
11020 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11021 esac
11022 else
11023 echo "$as_me: failed program was:" >&5
11024 sed 's/^/| /' conftest.$ac_ext >&5
11029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11030 conftest$ac_exeext conftest.$ac_ext
11031 LIBS=$ac_check_soname_save_LIBS
11033 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11034 { echo "$as_me:$LINENO: result: not found" >&5
11035 echo "${ECHO_T}not found" >&6; }
11037 else
11038 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11039 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11041 cat >>confdefs.h <<_ACEOF
11042 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11043 _ACEOF
11048 else
11049 echo "$as_me: failed program was:" >&5
11050 sed 's/^/| /' conftest.$ac_ext >&5
11055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11057 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11058 case "x$with_xinerama" in
11059 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11060 xno) ;;
11061 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11062 This is an error since --with-xinerama was requested." >&5
11063 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11064 This is an error since --with-xinerama was requested." >&2;}
11065 { (exit 1); exit 1; }; } ;;
11066 esac
11070 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11071 then
11072 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11073 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11074 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11075 echo $ECHO_N "(cached) $ECHO_C" >&6
11076 else
11077 ac_check_soname_save_LIBS=$LIBS
11078 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11079 cat >conftest.$ac_ext <<_ACEOF
11080 /* confdefs.h. */
11081 _ACEOF
11082 cat confdefs.h >>conftest.$ac_ext
11083 cat >>conftest.$ac_ext <<_ACEOF
11084 /* end confdefs.h. */
11086 /* Override any GCC internal prototype to avoid an error.
11087 Use char because int might match the return type of a GCC
11088 builtin and then its argument prototype would still apply. */
11089 #ifdef __cplusplus
11090 extern "C"
11091 #endif
11092 char XCompositeRedirectWindow ();
11094 main ()
11096 return XCompositeRedirectWindow ();
11098 return 0;
11100 _ACEOF
11101 rm -f conftest.$ac_objext conftest$ac_exeext
11102 if { (ac_try="$ac_link"
11103 case "(($ac_try" in
11104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11105 *) ac_try_echo=$ac_try;;
11106 esac
11107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11108 (eval "$ac_link") 2>conftest.er1
11109 ac_status=$?
11110 grep -v '^ *+' conftest.er1 >conftest.err
11111 rm -f conftest.er1
11112 cat conftest.err >&5
11113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114 (exit $ac_status); } && {
11115 test -z "$ac_c_werror_flag" ||
11116 test ! -s conftest.err
11117 } && test -s conftest$ac_exeext &&
11118 $as_test_x conftest$ac_exeext; then
11119 case "$LIBEXT" in
11120 dll) ;;
11121 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'` ;;
11122 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11123 esac
11124 else
11125 echo "$as_me: failed program was:" >&5
11126 sed 's/^/| /' conftest.$ac_ext >&5
11131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11132 conftest$ac_exeext conftest.$ac_ext
11133 LIBS=$ac_check_soname_save_LIBS
11135 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11136 { echo "$as_me:$LINENO: result: not found" >&5
11137 echo "${ECHO_T}not found" >&6; }
11139 else
11140 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11141 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11143 cat >>confdefs.h <<_ACEOF
11144 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11145 _ACEOF
11151 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11152 case "x$with_xcomposite" in
11153 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11154 xno) ;;
11155 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11156 This is an error since --with-xcomposite was requested." >&5
11157 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11158 This is an error since --with-xcomposite was requested." >&2;}
11159 { (exit 1); exit 1; }; } ;;
11160 esac
11164 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11165 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11166 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11167 echo $ECHO_N "(cached) $ECHO_C" >&6
11168 else
11169 cat >conftest.$ac_ext <<_ACEOF
11170 /* confdefs.h. */
11171 _ACEOF
11172 cat confdefs.h >>conftest.$ac_ext
11173 cat >>conftest.$ac_ext <<_ACEOF
11174 /* end confdefs.h. */
11175 #ifdef HAVE_X11_XLIB_H
11176 #include <X11/Xlib.h>
11177 #endif
11180 main ()
11182 static XICCallback ac_aggr;
11183 if (ac_aggr.callback)
11184 return 0;
11186 return 0;
11188 _ACEOF
11189 rm -f conftest.$ac_objext
11190 if { (ac_try="$ac_compile"
11191 case "(($ac_try" in
11192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11193 *) ac_try_echo=$ac_try;;
11194 esac
11195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11196 (eval "$ac_compile") 2>conftest.er1
11197 ac_status=$?
11198 grep -v '^ *+' conftest.er1 >conftest.err
11199 rm -f conftest.er1
11200 cat conftest.err >&5
11201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11202 (exit $ac_status); } && {
11203 test -z "$ac_c_werror_flag" ||
11204 test ! -s conftest.err
11205 } && test -s conftest.$ac_objext; then
11206 ac_cv_member_XICCallback_callback=yes
11207 else
11208 echo "$as_me: failed program was:" >&5
11209 sed 's/^/| /' conftest.$ac_ext >&5
11211 cat >conftest.$ac_ext <<_ACEOF
11212 /* confdefs.h. */
11213 _ACEOF
11214 cat confdefs.h >>conftest.$ac_ext
11215 cat >>conftest.$ac_ext <<_ACEOF
11216 /* end confdefs.h. */
11217 #ifdef HAVE_X11_XLIB_H
11218 #include <X11/Xlib.h>
11219 #endif
11222 main ()
11224 static XICCallback ac_aggr;
11225 if (sizeof ac_aggr.callback)
11226 return 0;
11228 return 0;
11230 _ACEOF
11231 rm -f conftest.$ac_objext
11232 if { (ac_try="$ac_compile"
11233 case "(($ac_try" in
11234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11235 *) ac_try_echo=$ac_try;;
11236 esac
11237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11238 (eval "$ac_compile") 2>conftest.er1
11239 ac_status=$?
11240 grep -v '^ *+' conftest.er1 >conftest.err
11241 rm -f conftest.er1
11242 cat conftest.err >&5
11243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244 (exit $ac_status); } && {
11245 test -z "$ac_c_werror_flag" ||
11246 test ! -s conftest.err
11247 } && test -s conftest.$ac_objext; then
11248 ac_cv_member_XICCallback_callback=yes
11249 else
11250 echo "$as_me: failed program was:" >&5
11251 sed 's/^/| /' conftest.$ac_ext >&5
11253 ac_cv_member_XICCallback_callback=no
11256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11261 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11262 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11263 if test $ac_cv_member_XICCallback_callback = yes; then
11265 cat >>confdefs.h <<_ACEOF
11266 #define HAVE_XICCALLBACK_CALLBACK 1
11267 _ACEOF
11274 opengl_msg=""
11275 if test "x$with_opengl" != "xno"
11276 then
11281 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11283 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11284 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6
11288 else
11289 cat >conftest.$ac_ext <<_ACEOF
11290 /* confdefs.h. */
11291 _ACEOF
11292 cat confdefs.h >>conftest.$ac_ext
11293 cat >>conftest.$ac_ext <<_ACEOF
11294 /* end confdefs.h. */
11295 #ifdef HAVE_GL_GLX_H
11296 # include <GL/glx.h>
11297 #endif
11299 #include <$ac_header>
11300 _ACEOF
11301 rm -f conftest.$ac_objext
11302 if { (ac_try="$ac_compile"
11303 case "(($ac_try" in
11304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11305 *) ac_try_echo=$ac_try;;
11306 esac
11307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11308 (eval "$ac_compile") 2>conftest.er1
11309 ac_status=$?
11310 grep -v '^ *+' conftest.er1 >conftest.err
11311 rm -f conftest.er1
11312 cat conftest.err >&5
11313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); } && {
11315 test -z "$ac_c_werror_flag" ||
11316 test ! -s conftest.err
11317 } && test -s conftest.$ac_objext; then
11318 eval "$as_ac_Header=yes"
11319 else
11320 echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.$ac_ext >&5
11323 eval "$as_ac_Header=no"
11326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11328 ac_res=`eval echo '${'$as_ac_Header'}'`
11329 { echo "$as_me:$LINENO: result: $ac_res" >&5
11330 echo "${ECHO_T}$ac_res" >&6; }
11331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11332 cat >>confdefs.h <<_ACEOF
11333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11334 _ACEOF
11338 done
11340 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11341 then
11342 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11343 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11344 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11345 echo $ECHO_N "(cached) $ECHO_C" >&6
11346 else
11347 cat >conftest.$ac_ext <<_ACEOF
11348 /* confdefs.h. */
11349 _ACEOF
11350 cat confdefs.h >>conftest.$ac_ext
11351 cat >>conftest.$ac_ext <<_ACEOF
11352 /* end confdefs.h. */
11353 #include <GL/gl.h>
11355 main ()
11357 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11359 return 0;
11361 _ACEOF
11362 rm -f conftest.$ac_objext
11363 if { (ac_try="$ac_compile"
11364 case "(($ac_try" in
11365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11366 *) ac_try_echo=$ac_try;;
11367 esac
11368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11369 (eval "$ac_compile") 2>conftest.er1
11370 ac_status=$?
11371 grep -v '^ *+' conftest.er1 >conftest.err
11372 rm -f conftest.er1
11373 cat conftest.err >&5
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); } && {
11376 test -z "$ac_c_werror_flag" ||
11377 test ! -s conftest.err
11378 } && test -s conftest.$ac_objext; then
11379 wine_cv_opengl_header_version_OK="yes"
11380 else
11381 echo "$as_me: failed program was:" >&5
11382 sed 's/^/| /' conftest.$ac_ext >&5
11384 wine_cv_opengl_header_version_OK="no"
11387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11389 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11390 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11392 if test "$wine_cv_opengl_header_version_OK" = "yes"
11393 then
11394 { echo "$as_me:$LINENO: checking for -lGL" >&5
11395 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11396 if test "${ac_cv_lib_soname_GL+set}" = set; then
11397 echo $ECHO_N "(cached) $ECHO_C" >&6
11398 else
11399 ac_check_soname_save_LIBS=$LIBS
11400 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11401 cat >conftest.$ac_ext <<_ACEOF
11402 /* confdefs.h. */
11403 _ACEOF
11404 cat confdefs.h >>conftest.$ac_ext
11405 cat >>conftest.$ac_ext <<_ACEOF
11406 /* end confdefs.h. */
11408 /* Override any GCC internal prototype to avoid an error.
11409 Use char because int might match the return type of a GCC
11410 builtin and then its argument prototype would still apply. */
11411 #ifdef __cplusplus
11412 extern "C"
11413 #endif
11414 char glXCreateContext ();
11416 main ()
11418 return glXCreateContext ();
11420 return 0;
11422 _ACEOF
11423 rm -f conftest.$ac_objext conftest$ac_exeext
11424 if { (ac_try="$ac_link"
11425 case "(($ac_try" in
11426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11427 *) ac_try_echo=$ac_try;;
11428 esac
11429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11430 (eval "$ac_link") 2>conftest.er1
11431 ac_status=$?
11432 grep -v '^ *+' conftest.er1 >conftest.err
11433 rm -f conftest.er1
11434 cat conftest.err >&5
11435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436 (exit $ac_status); } && {
11437 test -z "$ac_c_werror_flag" ||
11438 test ! -s conftest.err
11439 } && test -s conftest$ac_exeext &&
11440 $as_test_x conftest$ac_exeext; then
11441 case "$LIBEXT" in
11442 dll) ;;
11443 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'` ;;
11444 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11445 esac
11446 else
11447 echo "$as_me: failed program was:" >&5
11448 sed 's/^/| /' conftest.$ac_ext >&5
11453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11454 conftest$ac_exeext conftest.$ac_ext
11455 LIBS=$ac_check_soname_save_LIBS
11457 if test "x$ac_cv_lib_soname_GL" = "x"; then
11458 { echo "$as_me:$LINENO: result: not found" >&5
11459 echo "${ECHO_T}not found" >&6; }
11460 { echo "$as_me:$LINENO: checking for -lGL" >&5
11461 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11462 if test "${ac_cv_lib_soname_GL+set}" = set; then
11463 echo $ECHO_N "(cached) $ECHO_C" >&6
11464 else
11465 ac_check_soname_save_LIBS=$LIBS
11466 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"
11467 cat >conftest.$ac_ext <<_ACEOF
11468 /* confdefs.h. */
11469 _ACEOF
11470 cat confdefs.h >>conftest.$ac_ext
11471 cat >>conftest.$ac_ext <<_ACEOF
11472 /* end confdefs.h. */
11474 /* Override any GCC internal prototype to avoid an error.
11475 Use char because int might match the return type of a GCC
11476 builtin and then its argument prototype would still apply. */
11477 #ifdef __cplusplus
11478 extern "C"
11479 #endif
11480 char glXCreateContext ();
11482 main ()
11484 return glXCreateContext ();
11486 return 0;
11488 _ACEOF
11489 rm -f conftest.$ac_objext conftest$ac_exeext
11490 if { (ac_try="$ac_link"
11491 case "(($ac_try" in
11492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11493 *) ac_try_echo=$ac_try;;
11494 esac
11495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11496 (eval "$ac_link") 2>conftest.er1
11497 ac_status=$?
11498 grep -v '^ *+' conftest.er1 >conftest.err
11499 rm -f conftest.er1
11500 cat conftest.err >&5
11501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11502 (exit $ac_status); } && {
11503 test -z "$ac_c_werror_flag" ||
11504 test ! -s conftest.err
11505 } && test -s conftest$ac_exeext &&
11506 $as_test_x conftest$ac_exeext; then
11507 case "$LIBEXT" in
11508 dll) ;;
11509 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'` ;;
11510 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11511 esac
11512 else
11513 echo "$as_me: failed program was:" >&5
11514 sed 's/^/| /' conftest.$ac_ext >&5
11519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11520 conftest$ac_exeext conftest.$ac_ext
11521 LIBS=$ac_check_soname_save_LIBS
11523 if test "x$ac_cv_lib_soname_GL" = "x"; then
11524 { echo "$as_me:$LINENO: result: not found" >&5
11525 echo "${ECHO_T}not found" >&6; }
11526 if test -f /usr/X11R6/lib/libGL.a
11527 then
11528 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11529 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11530 else
11531 opengl_msg="No OpenGL library found on this system."
11533 else
11534 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11535 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11537 cat >>confdefs.h <<_ACEOF
11538 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11539 _ACEOF
11541 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"
11543 cat >>confdefs.h <<\_ACEOF
11544 #define HAVE_OPENGL 1
11545 _ACEOF
11549 else
11550 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11551 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11553 cat >>confdefs.h <<_ACEOF
11554 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11555 _ACEOF
11557 OPENGL_LIBS="-lGL"
11559 cat >>confdefs.h <<\_ACEOF
11560 #define HAVE_OPENGL 1
11561 _ACEOF
11565 if test "$ac_cv_header_GL_glu_h" = "yes"
11566 then
11567 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11568 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11569 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6
11571 else
11572 ac_check_soname_save_LIBS=$LIBS
11573 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11574 cat >conftest.$ac_ext <<_ACEOF
11575 /* confdefs.h. */
11576 _ACEOF
11577 cat confdefs.h >>conftest.$ac_ext
11578 cat >>conftest.$ac_ext <<_ACEOF
11579 /* end confdefs.h. */
11581 /* Override any GCC internal prototype to avoid an error.
11582 Use char because int might match the return type of a GCC
11583 builtin and then its argument prototype would still apply. */
11584 #ifdef __cplusplus
11585 extern "C"
11586 #endif
11587 char gluLookAt ();
11589 main ()
11591 return gluLookAt ();
11593 return 0;
11595 _ACEOF
11596 rm -f conftest.$ac_objext conftest$ac_exeext
11597 if { (ac_try="$ac_link"
11598 case "(($ac_try" in
11599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11600 *) ac_try_echo=$ac_try;;
11601 esac
11602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11603 (eval "$ac_link") 2>conftest.er1
11604 ac_status=$?
11605 grep -v '^ *+' conftest.er1 >conftest.err
11606 rm -f conftest.er1
11607 cat conftest.err >&5
11608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11609 (exit $ac_status); } && {
11610 test -z "$ac_c_werror_flag" ||
11611 test ! -s conftest.err
11612 } && test -s conftest$ac_exeext &&
11613 $as_test_x conftest$ac_exeext; then
11614 case "$LIBEXT" in
11615 dll) ;;
11616 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'` ;;
11617 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11618 esac
11619 else
11620 echo "$as_me: failed program was:" >&5
11621 sed 's/^/| /' conftest.$ac_ext >&5
11626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11627 conftest$ac_exeext conftest.$ac_ext
11628 LIBS=$ac_check_soname_save_LIBS
11630 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11631 { echo "$as_me:$LINENO: result: not found" >&5
11632 echo "${ECHO_T}not found" >&6; }
11634 else
11635 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11636 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11638 cat >>confdefs.h <<_ACEOF
11639 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11640 _ACEOF
11646 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11647 case "x$with_glu" in
11648 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11649 xno) ;;
11650 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11651 This is an error since --with-glu was requested." >&5
11652 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11653 This is an error since --with-glu was requested." >&2;}
11654 { (exit 1); exit 1; }; } ;;
11655 esac
11658 else
11659 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11661 else
11662 opengl_msg="OpenGL development headers not found."
11664 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11665 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11666 else
11667 enable_opengl32=${enable_opengl32:-no}
11668 enable_glu32=${enable_glu32:-no}
11670 if test -n "$opengl_msg"; then
11671 case "x$with_opengl" in
11672 x) wine_warnings="$wine_warnings|$opengl_msg
11673 OpenGL and Direct3D won't be supported." ;;
11674 xno) ;;
11675 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11676 OpenGL and Direct3D won't be supported.
11677 This is an error since --with-opengl was requested." >&5
11678 echo "$as_me: error: $opengl_msg
11679 OpenGL and Direct3D won't be supported.
11680 This is an error since --with-opengl was requested." >&2;}
11681 { (exit 1); exit 1; }; } ;;
11682 esac
11686 NASLIBS=""
11689 for ac_header in audio/audiolib.h
11691 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11692 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11693 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11694 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11695 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11696 echo $ECHO_N "(cached) $ECHO_C" >&6
11698 ac_res=`eval echo '${'$as_ac_Header'}'`
11699 { echo "$as_me:$LINENO: result: $ac_res" >&5
11700 echo "${ECHO_T}$ac_res" >&6; }
11701 else
11702 # Is the header compilable?
11703 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11704 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11705 cat >conftest.$ac_ext <<_ACEOF
11706 /* confdefs.h. */
11707 _ACEOF
11708 cat confdefs.h >>conftest.$ac_ext
11709 cat >>conftest.$ac_ext <<_ACEOF
11710 /* end confdefs.h. */
11711 $ac_includes_default
11712 #include <$ac_header>
11713 _ACEOF
11714 rm -f conftest.$ac_objext
11715 if { (ac_try="$ac_compile"
11716 case "(($ac_try" in
11717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11718 *) ac_try_echo=$ac_try;;
11719 esac
11720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11721 (eval "$ac_compile") 2>conftest.er1
11722 ac_status=$?
11723 grep -v '^ *+' conftest.er1 >conftest.err
11724 rm -f conftest.er1
11725 cat conftest.err >&5
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); } && {
11728 test -z "$ac_c_werror_flag" ||
11729 test ! -s conftest.err
11730 } && test -s conftest.$ac_objext; then
11731 ac_header_compiler=yes
11732 else
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11736 ac_header_compiler=no
11739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11740 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11741 echo "${ECHO_T}$ac_header_compiler" >&6; }
11743 # Is the header present?
11744 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11745 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11746 cat >conftest.$ac_ext <<_ACEOF
11747 /* confdefs.h. */
11748 _ACEOF
11749 cat confdefs.h >>conftest.$ac_ext
11750 cat >>conftest.$ac_ext <<_ACEOF
11751 /* end confdefs.h. */
11752 #include <$ac_header>
11753 _ACEOF
11754 if { (ac_try="$ac_cpp conftest.$ac_ext"
11755 case "(($ac_try" in
11756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11757 *) ac_try_echo=$ac_try;;
11758 esac
11759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11760 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11761 ac_status=$?
11762 grep -v '^ *+' conftest.er1 >conftest.err
11763 rm -f conftest.er1
11764 cat conftest.err >&5
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); } >/dev/null && {
11767 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11768 test ! -s conftest.err
11769 }; then
11770 ac_header_preproc=yes
11771 else
11772 echo "$as_me: failed program was:" >&5
11773 sed 's/^/| /' conftest.$ac_ext >&5
11775 ac_header_preproc=no
11778 rm -f conftest.err conftest.$ac_ext
11779 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11780 echo "${ECHO_T}$ac_header_preproc" >&6; }
11782 # So? What about this header?
11783 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11784 yes:no: )
11785 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11786 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11787 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11788 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11789 ac_header_preproc=yes
11791 no:yes:* )
11792 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11793 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11794 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11795 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11796 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11797 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11798 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11799 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11800 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11801 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11802 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11803 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11804 ( cat <<\_ASBOX
11805 ## ------------------------------------ ##
11806 ## Report this to wine-devel@winehq.org ##
11807 ## ------------------------------------ ##
11808 _ASBOX
11809 ) | sed "s/^/$as_me: WARNING: /" >&2
11811 esac
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 eval "$as_ac_Header=\$ac_header_preproc"
11819 ac_res=`eval echo '${'$as_ac_Header'}'`
11820 { echo "$as_me:$LINENO: result: $ac_res" >&5
11821 echo "${ECHO_T}$ac_res" >&6; }
11824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11825 cat >>confdefs.h <<_ACEOF
11826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11827 _ACEOF
11829 for ac_header in audio/soundlib.h
11831 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11832 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11833 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11834 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11835 echo $ECHO_N "(cached) $ECHO_C" >&6
11836 else
11837 cat >conftest.$ac_ext <<_ACEOF
11838 /* confdefs.h. */
11839 _ACEOF
11840 cat confdefs.h >>conftest.$ac_ext
11841 cat >>conftest.$ac_ext <<_ACEOF
11842 /* end confdefs.h. */
11843 #include <audio/audiolib.h>
11845 #include <$ac_header>
11846 _ACEOF
11847 rm -f conftest.$ac_objext
11848 if { (ac_try="$ac_compile"
11849 case "(($ac_try" in
11850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11852 esac
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_compile") 2>conftest.er1
11855 ac_status=$?
11856 grep -v '^ *+' conftest.er1 >conftest.err
11857 rm -f conftest.er1
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } && {
11861 test -z "$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11863 } && test -s conftest.$ac_objext; then
11864 eval "$as_ac_Header=yes"
11865 else
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 eval "$as_ac_Header=no"
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11874 ac_res=`eval echo '${'$as_ac_Header'}'`
11875 { echo "$as_me:$LINENO: result: $ac_res" >&5
11876 echo "${ECHO_T}$ac_res" >&6; }
11877 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11878 cat >>confdefs.h <<_ACEOF
11879 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11880 _ACEOF
11884 done
11886 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11887 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11888 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11889 echo $ECHO_N "(cached) $ECHO_C" >&6
11890 else
11891 ac_check_lib_save_LIBS=$LIBS
11892 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11893 cat >conftest.$ac_ext <<_ACEOF
11894 /* confdefs.h. */
11895 _ACEOF
11896 cat confdefs.h >>conftest.$ac_ext
11897 cat >>conftest.$ac_ext <<_ACEOF
11898 /* end confdefs.h. */
11900 /* Override any GCC internal prototype to avoid an error.
11901 Use char because int might match the return type of a GCC
11902 builtin and then its argument prototype would still apply. */
11903 #ifdef __cplusplus
11904 extern "C"
11905 #endif
11906 char AuCreateFlow ();
11908 main ()
11910 return AuCreateFlow ();
11912 return 0;
11914 _ACEOF
11915 rm -f conftest.$ac_objext conftest$ac_exeext
11916 if { (ac_try="$ac_link"
11917 case "(($ac_try" in
11918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11919 *) ac_try_echo=$ac_try;;
11920 esac
11921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11922 (eval "$ac_link") 2>conftest.er1
11923 ac_status=$?
11924 grep -v '^ *+' conftest.er1 >conftest.err
11925 rm -f conftest.er1
11926 cat conftest.err >&5
11927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11928 (exit $ac_status); } && {
11929 test -z "$ac_c_werror_flag" ||
11930 test ! -s conftest.err
11931 } && test -s conftest$ac_exeext &&
11932 $as_test_x conftest$ac_exeext; then
11933 ac_cv_lib_audio_AuCreateFlow=yes
11934 else
11935 echo "$as_me: failed program was:" >&5
11936 sed 's/^/| /' conftest.$ac_ext >&5
11938 ac_cv_lib_audio_AuCreateFlow=no
11941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11942 conftest$ac_exeext conftest.$ac_ext
11943 LIBS=$ac_check_lib_save_LIBS
11945 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11946 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11947 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11949 cat >>confdefs.h <<\_ACEOF
11950 #define HAVE_NAS 1
11951 _ACEOF
11953 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11954 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11955 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 else
11958 ac_check_lib_save_LIBS=$LIBS
11959 LIBS="-lXau $X_LIBS $LIBS"
11960 cat >conftest.$ac_ext <<_ACEOF
11961 /* confdefs.h. */
11962 _ACEOF
11963 cat confdefs.h >>conftest.$ac_ext
11964 cat >>conftest.$ac_ext <<_ACEOF
11965 /* end confdefs.h. */
11967 /* Override any GCC internal prototype to avoid an error.
11968 Use char because int might match the return type of a GCC
11969 builtin and then its argument prototype would still apply. */
11970 #ifdef __cplusplus
11971 extern "C"
11972 #endif
11973 char XauGetBestAuthByAddr ();
11975 main ()
11977 return XauGetBestAuthByAddr ();
11979 return 0;
11981 _ACEOF
11982 rm -f conftest.$ac_objext conftest$ac_exeext
11983 if { (ac_try="$ac_link"
11984 case "(($ac_try" in
11985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11986 *) ac_try_echo=$ac_try;;
11987 esac
11988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11989 (eval "$ac_link") 2>conftest.er1
11990 ac_status=$?
11991 grep -v '^ *+' conftest.er1 >conftest.err
11992 rm -f conftest.er1
11993 cat conftest.err >&5
11994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11995 (exit $ac_status); } && {
11996 test -z "$ac_c_werror_flag" ||
11997 test ! -s conftest.err
11998 } && test -s conftest$ac_exeext &&
11999 $as_test_x conftest$ac_exeext; then
12000 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12001 else
12002 echo "$as_me: failed program was:" >&5
12003 sed 's/^/| /' conftest.$ac_ext >&5
12005 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12009 conftest$ac_exeext conftest.$ac_ext
12010 LIBS=$ac_check_lib_save_LIBS
12012 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12013 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12014 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12015 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12016 else
12017 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12025 done
12028 CPPFLAGS="$ac_save_CPPFLAGS"
12029 else
12030 XLIB=""
12031 X_CFLAGS=""
12032 X_LIBS=""
12033 enable_winex11_drv=${enable_winex11_drv:-no}
12034 enable_opengl32=${enable_opengl32:-no}
12035 enable_glu32=${enable_glu32:-no}
12037 if test "x$XLIB" = "x"; then
12038 case "x$with_x" in
12039 xno) ;;
12040 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12041 without X support, which probably isn't what you want. You will need to install
12042 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12043 Use the --without-x option if you really want this." >&5
12044 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12045 without X support, which probably isn't what you want. You will need to install
12046 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12047 Use the --without-x option if you really want this." >&2;}
12048 { (exit 1); exit 1; }; } ;;
12049 esac
12054 XML2LIBS=""
12056 XML2INCL=""
12058 XSLTINCL=""
12060 if test "x$with_xml" != "xno"
12061 then
12062 ac_save_CPPFLAGS="$CPPFLAGS"
12063 if test "$PKG_CONFIG" != "false"
12064 then
12065 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12066 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12067 else
12068 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12069 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12071 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12073 for ac_header in libxml/parser.h
12075 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12076 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12077 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12080 echo $ECHO_N "(cached) $ECHO_C" >&6
12082 ac_res=`eval echo '${'$as_ac_Header'}'`
12083 { echo "$as_me:$LINENO: result: $ac_res" >&5
12084 echo "${ECHO_T}$ac_res" >&6; }
12085 else
12086 # Is the header compilable?
12087 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12088 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12089 cat >conftest.$ac_ext <<_ACEOF
12090 /* confdefs.h. */
12091 _ACEOF
12092 cat confdefs.h >>conftest.$ac_ext
12093 cat >>conftest.$ac_ext <<_ACEOF
12094 /* end confdefs.h. */
12095 $ac_includes_default
12096 #include <$ac_header>
12097 _ACEOF
12098 rm -f conftest.$ac_objext
12099 if { (ac_try="$ac_compile"
12100 case "(($ac_try" in
12101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12102 *) ac_try_echo=$ac_try;;
12103 esac
12104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12105 (eval "$ac_compile") 2>conftest.er1
12106 ac_status=$?
12107 grep -v '^ *+' conftest.er1 >conftest.err
12108 rm -f conftest.er1
12109 cat conftest.err >&5
12110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111 (exit $ac_status); } && {
12112 test -z "$ac_c_werror_flag" ||
12113 test ! -s conftest.err
12114 } && test -s conftest.$ac_objext; then
12115 ac_header_compiler=yes
12116 else
12117 echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12120 ac_header_compiler=no
12123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12124 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12125 echo "${ECHO_T}$ac_header_compiler" >&6; }
12127 # Is the header present?
12128 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12129 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12130 cat >conftest.$ac_ext <<_ACEOF
12131 /* confdefs.h. */
12132 _ACEOF
12133 cat confdefs.h >>conftest.$ac_ext
12134 cat >>conftest.$ac_ext <<_ACEOF
12135 /* end confdefs.h. */
12136 #include <$ac_header>
12137 _ACEOF
12138 if { (ac_try="$ac_cpp conftest.$ac_ext"
12139 case "(($ac_try" in
12140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12141 *) ac_try_echo=$ac_try;;
12142 esac
12143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12144 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12145 ac_status=$?
12146 grep -v '^ *+' conftest.er1 >conftest.err
12147 rm -f conftest.er1
12148 cat conftest.err >&5
12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); } >/dev/null && {
12151 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12152 test ! -s conftest.err
12153 }; then
12154 ac_header_preproc=yes
12155 else
12156 echo "$as_me: failed program was:" >&5
12157 sed 's/^/| /' conftest.$ac_ext >&5
12159 ac_header_preproc=no
12162 rm -f conftest.err conftest.$ac_ext
12163 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12164 echo "${ECHO_T}$ac_header_preproc" >&6; }
12166 # So? What about this header?
12167 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12168 yes:no: )
12169 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12170 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12171 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12172 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12173 ac_header_preproc=yes
12175 no:yes:* )
12176 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12177 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12178 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12179 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12180 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12181 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12182 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12183 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12185 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12186 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12187 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12188 ( cat <<\_ASBOX
12189 ## ------------------------------------ ##
12190 ## Report this to wine-devel@winehq.org ##
12191 ## ------------------------------------ ##
12192 _ASBOX
12193 ) | sed "s/^/$as_me: WARNING: /" >&2
12195 esac
12196 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12199 echo $ECHO_N "(cached) $ECHO_C" >&6
12200 else
12201 eval "$as_ac_Header=\$ac_header_preproc"
12203 ac_res=`eval echo '${'$as_ac_Header'}'`
12204 { echo "$as_me:$LINENO: result: $ac_res" >&5
12205 echo "${ECHO_T}$ac_res" >&6; }
12208 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12209 cat >>confdefs.h <<_ACEOF
12210 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12211 _ACEOF
12212 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12213 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12214 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12215 echo $ECHO_N "(cached) $ECHO_C" >&6
12216 else
12217 ac_check_lib_save_LIBS=$LIBS
12218 LIBS="-lxml2 $ac_xml_libs $LIBS"
12219 cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h. */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h. */
12226 /* Override any GCC internal prototype to avoid an error.
12227 Use char because int might match the return type of a GCC
12228 builtin and then its argument prototype would still apply. */
12229 #ifdef __cplusplus
12230 extern "C"
12231 #endif
12232 char xmlParseMemory ();
12234 main ()
12236 return xmlParseMemory ();
12238 return 0;
12240 _ACEOF
12241 rm -f conftest.$ac_objext conftest$ac_exeext
12242 if { (ac_try="$ac_link"
12243 case "(($ac_try" in
12244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12245 *) ac_try_echo=$ac_try;;
12246 esac
12247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12248 (eval "$ac_link") 2>conftest.er1
12249 ac_status=$?
12250 grep -v '^ *+' conftest.er1 >conftest.err
12251 rm -f conftest.er1
12252 cat conftest.err >&5
12253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254 (exit $ac_status); } && {
12255 test -z "$ac_c_werror_flag" ||
12256 test ! -s conftest.err
12257 } && test -s conftest$ac_exeext &&
12258 $as_test_x conftest$ac_exeext; then
12259 ac_cv_lib_xml2_xmlParseMemory=yes
12260 else
12261 echo "$as_me: failed program was:" >&5
12262 sed 's/^/| /' conftest.$ac_ext >&5
12264 ac_cv_lib_xml2_xmlParseMemory=no
12267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12268 conftest$ac_exeext conftest.$ac_ext
12269 LIBS=$ac_check_lib_save_LIBS
12271 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12272 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12273 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12275 cat >>confdefs.h <<\_ACEOF
12276 #define HAVE_LIBXML2 1
12277 _ACEOF
12279 XML2LIBS="$ac_xml_libs"
12280 XML2INCL="$ac_xml_cflags"
12283 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12284 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12285 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12286 echo $ECHO_N "(cached) $ECHO_C" >&6
12287 else
12288 ac_check_lib_save_LIBS=$LIBS
12289 LIBS="-lxml2 $ac_xml_libs $LIBS"
12290 cat >conftest.$ac_ext <<_ACEOF
12291 /* confdefs.h. */
12292 _ACEOF
12293 cat confdefs.h >>conftest.$ac_ext
12294 cat >>conftest.$ac_ext <<_ACEOF
12295 /* end confdefs.h. */
12297 /* Override any GCC internal prototype to avoid an error.
12298 Use char because int might match the return type of a GCC
12299 builtin and then its argument prototype would still apply. */
12300 #ifdef __cplusplus
12301 extern "C"
12302 #endif
12303 char xmlReadMemory ();
12305 main ()
12307 return xmlReadMemory ();
12309 return 0;
12311 _ACEOF
12312 rm -f conftest.$ac_objext conftest$ac_exeext
12313 if { (ac_try="$ac_link"
12314 case "(($ac_try" in
12315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12316 *) ac_try_echo=$ac_try;;
12317 esac
12318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12319 (eval "$ac_link") 2>conftest.er1
12320 ac_status=$?
12321 grep -v '^ *+' conftest.er1 >conftest.err
12322 rm -f conftest.er1
12323 cat conftest.err >&5
12324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325 (exit $ac_status); } && {
12326 test -z "$ac_c_werror_flag" ||
12327 test ! -s conftest.err
12328 } && test -s conftest$ac_exeext &&
12329 $as_test_x conftest$ac_exeext; then
12330 ac_cv_lib_xml2_xmlReadMemory=yes
12331 else
12332 echo "$as_me: failed program was:" >&5
12333 sed 's/^/| /' conftest.$ac_ext >&5
12335 ac_cv_lib_xml2_xmlReadMemory=no
12338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12339 conftest$ac_exeext conftest.$ac_ext
12340 LIBS=$ac_check_lib_save_LIBS
12342 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12343 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12344 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12346 cat >>confdefs.h <<\_ACEOF
12347 #define HAVE_XMLREADMEMORY 1
12348 _ACEOF
12352 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12353 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12354 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12355 echo $ECHO_N "(cached) $ECHO_C" >&6
12356 else
12357 ac_check_lib_save_LIBS=$LIBS
12358 LIBS="-lxml2 $ac_xml_libs $LIBS"
12359 cat >conftest.$ac_ext <<_ACEOF
12360 /* confdefs.h. */
12361 _ACEOF
12362 cat confdefs.h >>conftest.$ac_ext
12363 cat >>conftest.$ac_ext <<_ACEOF
12364 /* end confdefs.h. */
12366 /* Override any GCC internal prototype to avoid an error.
12367 Use char because int might match the return type of a GCC
12368 builtin and then its argument prototype would still apply. */
12369 #ifdef __cplusplus
12370 extern "C"
12371 #endif
12372 char xmlNewDocPI ();
12374 main ()
12376 return xmlNewDocPI ();
12378 return 0;
12380 _ACEOF
12381 rm -f conftest.$ac_objext conftest$ac_exeext
12382 if { (ac_try="$ac_link"
12383 case "(($ac_try" in
12384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12385 *) ac_try_echo=$ac_try;;
12386 esac
12387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12388 (eval "$ac_link") 2>conftest.er1
12389 ac_status=$?
12390 grep -v '^ *+' conftest.er1 >conftest.err
12391 rm -f conftest.er1
12392 cat conftest.err >&5
12393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12394 (exit $ac_status); } && {
12395 test -z "$ac_c_werror_flag" ||
12396 test ! -s conftest.err
12397 } && test -s conftest$ac_exeext &&
12398 $as_test_x conftest$ac_exeext; then
12399 ac_cv_lib_xml2_xmlNewDocPI=yes
12400 else
12401 echo "$as_me: failed program was:" >&5
12402 sed 's/^/| /' conftest.$ac_ext >&5
12404 ac_cv_lib_xml2_xmlNewDocPI=no
12407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12408 conftest$ac_exeext conftest.$ac_ext
12409 LIBS=$ac_check_lib_save_LIBS
12411 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12412 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12413 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12415 cat >>confdefs.h <<\_ACEOF
12416 #define HAVE_XMLNEWDOCPI 1
12417 _ACEOF
12424 done
12426 CPPFLAGS="$ac_save_CPPFLAGS"
12428 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12429 case "x$with_xml" in
12430 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12431 xno) ;;
12432 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12433 This is an error since --with-xml was requested." >&5
12434 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12435 This is an error since --with-xml was requested." >&2;}
12436 { (exit 1); exit 1; }; } ;;
12437 esac
12441 if test "x$with_xslt" != "xno"
12442 then
12443 if test "$PKG_CONFIG" != "false"
12444 then
12445 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12446 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12447 else
12448 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12449 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12451 ac_save_CPPFLAGS="$CPPFLAGS"
12452 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12455 for ac_header in libxslt/pattern.h libxslt/transform.h
12457 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12461 echo $ECHO_N "(cached) $ECHO_C" >&6
12462 else
12463 cat >conftest.$ac_ext <<_ACEOF
12464 /* confdefs.h. */
12465 _ACEOF
12466 cat confdefs.h >>conftest.$ac_ext
12467 cat >>conftest.$ac_ext <<_ACEOF
12468 /* end confdefs.h. */
12469 #ifdef HAVE_LIBXSLT_PATTERN_H
12470 # include <libxslt/pattern.h>
12471 #endif
12473 #include <$ac_header>
12474 _ACEOF
12475 rm -f conftest.$ac_objext
12476 if { (ac_try="$ac_compile"
12477 case "(($ac_try" in
12478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12479 *) ac_try_echo=$ac_try;;
12480 esac
12481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12482 (eval "$ac_compile") 2>conftest.er1
12483 ac_status=$?
12484 grep -v '^ *+' conftest.er1 >conftest.err
12485 rm -f conftest.er1
12486 cat conftest.err >&5
12487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12488 (exit $ac_status); } && {
12489 test -z "$ac_c_werror_flag" ||
12490 test ! -s conftest.err
12491 } && test -s conftest.$ac_objext; then
12492 eval "$as_ac_Header=yes"
12493 else
12494 echo "$as_me: failed program was:" >&5
12495 sed 's/^/| /' conftest.$ac_ext >&5
12497 eval "$as_ac_Header=no"
12500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12502 ac_res=`eval echo '${'$as_ac_Header'}'`
12503 { echo "$as_me:$LINENO: result: $ac_res" >&5
12504 echo "${ECHO_T}$ac_res" >&6; }
12505 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12506 cat >>confdefs.h <<_ACEOF
12507 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12508 _ACEOF
12512 done
12514 CPPFLAGS="$ac_save_CPPFLAGS"
12515 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12516 then
12517 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12518 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12519 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12520 echo $ECHO_N "(cached) $ECHO_C" >&6
12521 else
12522 ac_check_soname_save_LIBS=$LIBS
12523 LIBS="-lxslt $ac_xslt_libs $LIBS"
12524 cat >conftest.$ac_ext <<_ACEOF
12525 /* confdefs.h. */
12526 _ACEOF
12527 cat confdefs.h >>conftest.$ac_ext
12528 cat >>conftest.$ac_ext <<_ACEOF
12529 /* end confdefs.h. */
12531 /* Override any GCC internal prototype to avoid an error.
12532 Use char because int might match the return type of a GCC
12533 builtin and then its argument prototype would still apply. */
12534 #ifdef __cplusplus
12535 extern "C"
12536 #endif
12537 char xsltCompilePattern ();
12539 main ()
12541 return xsltCompilePattern ();
12543 return 0;
12545 _ACEOF
12546 rm -f conftest.$ac_objext conftest$ac_exeext
12547 if { (ac_try="$ac_link"
12548 case "(($ac_try" in
12549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12550 *) ac_try_echo=$ac_try;;
12551 esac
12552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12553 (eval "$ac_link") 2>conftest.er1
12554 ac_status=$?
12555 grep -v '^ *+' conftest.er1 >conftest.err
12556 rm -f conftest.er1
12557 cat conftest.err >&5
12558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12559 (exit $ac_status); } && {
12560 test -z "$ac_c_werror_flag" ||
12561 test ! -s conftest.err
12562 } && test -s conftest$ac_exeext &&
12563 $as_test_x conftest$ac_exeext; then
12564 case "$LIBEXT" in
12565 dll) ;;
12566 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'` ;;
12567 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12568 esac
12569 else
12570 echo "$as_me: failed program was:" >&5
12571 sed 's/^/| /' conftest.$ac_ext >&5
12576 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12577 conftest$ac_exeext conftest.$ac_ext
12578 LIBS=$ac_check_soname_save_LIBS
12580 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12581 { echo "$as_me:$LINENO: result: not found" >&5
12582 echo "${ECHO_T}not found" >&6; }
12584 else
12585 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12586 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12588 cat >>confdefs.h <<_ACEOF
12589 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12590 _ACEOF
12592 XSLTINCL="$ac_xslt_cflags"
12597 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12598 case "x$with_xslt" in
12599 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12600 xno) ;;
12601 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12602 This is an error since --with-xslt was requested." >&5
12603 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12604 This is an error since --with-xslt was requested." >&2;}
12605 { (exit 1); exit 1; }; } ;;
12606 esac
12610 HALINCL=""
12612 if test "x$with_hal" != "xno"
12613 then
12614 ac_save_CPPFLAGS="$CPPFLAGS"
12615 if test "$PKG_CONFIG" != "false"
12616 then
12617 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12618 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12619 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12623 for ac_header in dbus/dbus.h hal/libhal.h
12625 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12626 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12627 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12628 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12630 echo $ECHO_N "(cached) $ECHO_C" >&6
12632 ac_res=`eval echo '${'$as_ac_Header'}'`
12633 { echo "$as_me:$LINENO: result: $ac_res" >&5
12634 echo "${ECHO_T}$ac_res" >&6; }
12635 else
12636 # Is the header compilable?
12637 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12638 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12639 cat >conftest.$ac_ext <<_ACEOF
12640 /* confdefs.h. */
12641 _ACEOF
12642 cat confdefs.h >>conftest.$ac_ext
12643 cat >>conftest.$ac_ext <<_ACEOF
12644 /* end confdefs.h. */
12645 $ac_includes_default
12646 #include <$ac_header>
12647 _ACEOF
12648 rm -f conftest.$ac_objext
12649 if { (ac_try="$ac_compile"
12650 case "(($ac_try" in
12651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12652 *) ac_try_echo=$ac_try;;
12653 esac
12654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12655 (eval "$ac_compile") 2>conftest.er1
12656 ac_status=$?
12657 grep -v '^ *+' conftest.er1 >conftest.err
12658 rm -f conftest.er1
12659 cat conftest.err >&5
12660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12661 (exit $ac_status); } && {
12662 test -z "$ac_c_werror_flag" ||
12663 test ! -s conftest.err
12664 } && test -s conftest.$ac_objext; then
12665 ac_header_compiler=yes
12666 else
12667 echo "$as_me: failed program was:" >&5
12668 sed 's/^/| /' conftest.$ac_ext >&5
12670 ac_header_compiler=no
12673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12674 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12675 echo "${ECHO_T}$ac_header_compiler" >&6; }
12677 # Is the header present?
12678 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12679 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12680 cat >conftest.$ac_ext <<_ACEOF
12681 /* confdefs.h. */
12682 _ACEOF
12683 cat confdefs.h >>conftest.$ac_ext
12684 cat >>conftest.$ac_ext <<_ACEOF
12685 /* end confdefs.h. */
12686 #include <$ac_header>
12687 _ACEOF
12688 if { (ac_try="$ac_cpp conftest.$ac_ext"
12689 case "(($ac_try" in
12690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12691 *) ac_try_echo=$ac_try;;
12692 esac
12693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12695 ac_status=$?
12696 grep -v '^ *+' conftest.er1 >conftest.err
12697 rm -f conftest.er1
12698 cat conftest.err >&5
12699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700 (exit $ac_status); } >/dev/null && {
12701 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12702 test ! -s conftest.err
12703 }; then
12704 ac_header_preproc=yes
12705 else
12706 echo "$as_me: failed program was:" >&5
12707 sed 's/^/| /' conftest.$ac_ext >&5
12709 ac_header_preproc=no
12712 rm -f conftest.err conftest.$ac_ext
12713 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12714 echo "${ECHO_T}$ac_header_preproc" >&6; }
12716 # So? What about this header?
12717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12718 yes:no: )
12719 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12720 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12721 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12722 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12723 ac_header_preproc=yes
12725 no:yes:* )
12726 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12727 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12728 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12729 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12730 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12731 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12732 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12733 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12734 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12735 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12736 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12737 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12738 ( cat <<\_ASBOX
12739 ## ------------------------------------ ##
12740 ## Report this to wine-devel@winehq.org ##
12741 ## ------------------------------------ ##
12742 _ASBOX
12743 ) | sed "s/^/$as_me: WARNING: /" >&2
12745 esac
12746 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12747 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12748 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12749 echo $ECHO_N "(cached) $ECHO_C" >&6
12750 else
12751 eval "$as_ac_Header=\$ac_header_preproc"
12753 ac_res=`eval echo '${'$as_ac_Header'}'`
12754 { echo "$as_me:$LINENO: result: $ac_res" >&5
12755 echo "${ECHO_T}$ac_res" >&6; }
12758 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12759 cat >>confdefs.h <<_ACEOF
12760 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12761 _ACEOF
12765 done
12767 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12768 then
12769 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12770 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12771 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12772 echo $ECHO_N "(cached) $ECHO_C" >&6
12773 else
12774 ac_check_lib_save_LIBS=$LIBS
12775 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12776 cat >conftest.$ac_ext <<_ACEOF
12777 /* confdefs.h. */
12778 _ACEOF
12779 cat confdefs.h >>conftest.$ac_ext
12780 cat >>conftest.$ac_ext <<_ACEOF
12781 /* end confdefs.h. */
12783 /* Override any GCC internal prototype to avoid an error.
12784 Use char because int might match the return type of a GCC
12785 builtin and then its argument prototype would still apply. */
12786 #ifdef __cplusplus
12787 extern "C"
12788 #endif
12789 char dbus_connection_close ();
12791 main ()
12793 return dbus_connection_close ();
12795 return 0;
12797 _ACEOF
12798 rm -f conftest.$ac_objext conftest$ac_exeext
12799 if { (ac_try="$ac_link"
12800 case "(($ac_try" in
12801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12802 *) ac_try_echo=$ac_try;;
12803 esac
12804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12805 (eval "$ac_link") 2>conftest.er1
12806 ac_status=$?
12807 grep -v '^ *+' conftest.er1 >conftest.err
12808 rm -f conftest.er1
12809 cat conftest.err >&5
12810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); } && {
12812 test -z "$ac_c_werror_flag" ||
12813 test ! -s conftest.err
12814 } && test -s conftest$ac_exeext &&
12815 $as_test_x conftest$ac_exeext; then
12816 ac_cv_lib_dbus_1_dbus_connection_close=yes
12817 else
12818 echo "$as_me: failed program was:" >&5
12819 sed 's/^/| /' conftest.$ac_ext >&5
12821 ac_cv_lib_dbus_1_dbus_connection_close=no
12824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12825 conftest$ac_exeext conftest.$ac_ext
12826 LIBS=$ac_check_lib_save_LIBS
12828 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12829 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12830 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12831 { echo "$as_me:$LINENO: checking for -lhal" >&5
12832 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12833 if test "${ac_cv_lib_soname_hal+set}" = set; then
12834 echo $ECHO_N "(cached) $ECHO_C" >&6
12835 else
12836 ac_check_soname_save_LIBS=$LIBS
12837 LIBS="-lhal $ac_hal_libs $LIBS"
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12845 /* Override any GCC internal prototype to avoid an error.
12846 Use char because int might match the return type of a GCC
12847 builtin and then its argument prototype would still apply. */
12848 #ifdef __cplusplus
12849 extern "C"
12850 #endif
12851 char libhal_ctx_new ();
12853 main ()
12855 return libhal_ctx_new ();
12857 return 0;
12859 _ACEOF
12860 rm -f conftest.$ac_objext conftest$ac_exeext
12861 if { (ac_try="$ac_link"
12862 case "(($ac_try" in
12863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12864 *) ac_try_echo=$ac_try;;
12865 esac
12866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12867 (eval "$ac_link") 2>conftest.er1
12868 ac_status=$?
12869 grep -v '^ *+' conftest.er1 >conftest.err
12870 rm -f conftest.er1
12871 cat conftest.err >&5
12872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873 (exit $ac_status); } && {
12874 test -z "$ac_c_werror_flag" ||
12875 test ! -s conftest.err
12876 } && test -s conftest$ac_exeext &&
12877 $as_test_x conftest$ac_exeext; then
12878 case "$LIBEXT" in
12879 dll) ;;
12880 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'` ;;
12881 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12882 esac
12883 else
12884 echo "$as_me: failed program was:" >&5
12885 sed 's/^/| /' conftest.$ac_ext >&5
12890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12891 conftest$ac_exeext conftest.$ac_ext
12892 LIBS=$ac_check_soname_save_LIBS
12894 if test "x$ac_cv_lib_soname_hal" = "x"; then
12895 { echo "$as_me:$LINENO: result: not found" >&5
12896 echo "${ECHO_T}not found" >&6; }
12898 else
12899 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12900 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12902 cat >>confdefs.h <<_ACEOF
12903 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12904 _ACEOF
12906 HALINCL="$ac_hal_cflags"
12912 CPPFLAGS="$ac_save_CPPFLAGS"
12914 if test "x$ac_cv_lib_soname_hal" = "x"; then
12915 case "x$with_hal" in
12916 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12917 xno) ;;
12918 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12919 This is an error since --with-hal was requested." >&5
12920 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12921 This is an error since --with-hal was requested." >&2;}
12922 { (exit 1); exit 1; }; } ;;
12923 esac
12927 if test "x$with_gnutls" != "xno"
12928 then
12929 ac_save_CPPFLAGS="$CPPFLAGS"
12930 if test "$PKG_CONFIG" != "false"
12931 then
12932 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12933 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12934 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12936 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12937 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12938 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12939 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12940 echo $ECHO_N "(cached) $ECHO_C" >&6
12942 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12943 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12944 else
12945 # Is the header compilable?
12946 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12947 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12948 cat >conftest.$ac_ext <<_ACEOF
12949 /* confdefs.h. */
12950 _ACEOF
12951 cat confdefs.h >>conftest.$ac_ext
12952 cat >>conftest.$ac_ext <<_ACEOF
12953 /* end confdefs.h. */
12954 $ac_includes_default
12955 #include <gnutls/gnutls.h>
12956 _ACEOF
12957 rm -f conftest.$ac_objext
12958 if { (ac_try="$ac_compile"
12959 case "(($ac_try" in
12960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12961 *) ac_try_echo=$ac_try;;
12962 esac
12963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12964 (eval "$ac_compile") 2>conftest.er1
12965 ac_status=$?
12966 grep -v '^ *+' conftest.er1 >conftest.err
12967 rm -f conftest.er1
12968 cat conftest.err >&5
12969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12970 (exit $ac_status); } && {
12971 test -z "$ac_c_werror_flag" ||
12972 test ! -s conftest.err
12973 } && test -s conftest.$ac_objext; then
12974 ac_header_compiler=yes
12975 else
12976 echo "$as_me: failed program was:" >&5
12977 sed 's/^/| /' conftest.$ac_ext >&5
12979 ac_header_compiler=no
12982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12983 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12984 echo "${ECHO_T}$ac_header_compiler" >&6; }
12986 # Is the header present?
12987 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12988 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12989 cat >conftest.$ac_ext <<_ACEOF
12990 /* confdefs.h. */
12991 _ACEOF
12992 cat confdefs.h >>conftest.$ac_ext
12993 cat >>conftest.$ac_ext <<_ACEOF
12994 /* end confdefs.h. */
12995 #include <gnutls/gnutls.h>
12996 _ACEOF
12997 if { (ac_try="$ac_cpp conftest.$ac_ext"
12998 case "(($ac_try" in
12999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13000 *) ac_try_echo=$ac_try;;
13001 esac
13002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13003 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13004 ac_status=$?
13005 grep -v '^ *+' conftest.er1 >conftest.err
13006 rm -f conftest.er1
13007 cat conftest.err >&5
13008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13009 (exit $ac_status); } >/dev/null && {
13010 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13011 test ! -s conftest.err
13012 }; then
13013 ac_header_preproc=yes
13014 else
13015 echo "$as_me: failed program was:" >&5
13016 sed 's/^/| /' conftest.$ac_ext >&5
13018 ac_header_preproc=no
13021 rm -f conftest.err conftest.$ac_ext
13022 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13023 echo "${ECHO_T}$ac_header_preproc" >&6; }
13025 # So? What about this header?
13026 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13027 yes:no: )
13028 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13029 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13030 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13031 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13032 ac_header_preproc=yes
13034 no:yes:* )
13035 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13036 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13037 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13038 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13039 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13040 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13041 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13042 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13043 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13044 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13045 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13046 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13047 ( cat <<\_ASBOX
13048 ## ------------------------------------ ##
13049 ## Report this to wine-devel@winehq.org ##
13050 ## ------------------------------------ ##
13051 _ASBOX
13052 ) | sed "s/^/$as_me: WARNING: /" >&2
13054 esac
13055 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13056 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13057 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13058 echo $ECHO_N "(cached) $ECHO_C" >&6
13059 else
13060 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13062 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13063 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13066 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13067 cat >conftest.$ac_ext <<_ACEOF
13068 /* confdefs.h. */
13069 _ACEOF
13070 cat confdefs.h >>conftest.$ac_ext
13071 cat >>conftest.$ac_ext <<_ACEOF
13072 /* end confdefs.h. */
13073 #include <gnutls/gnutls.h>
13075 main ()
13077 typeof(gnutls_mac_get_key_size) *pfunc;
13079 return 0;
13081 _ACEOF
13082 rm -f conftest.$ac_objext
13083 if { (ac_try="$ac_compile"
13084 case "(($ac_try" in
13085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13086 *) ac_try_echo=$ac_try;;
13087 esac
13088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13089 (eval "$ac_compile") 2>conftest.er1
13090 ac_status=$?
13091 grep -v '^ *+' conftest.er1 >conftest.err
13092 rm -f conftest.er1
13093 cat conftest.err >&5
13094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13095 (exit $ac_status); } && {
13096 test -z "$ac_c_werror_flag" ||
13097 test ! -s conftest.err
13098 } && test -s conftest.$ac_objext; then
13099 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13100 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13101 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13102 echo $ECHO_N "(cached) $ECHO_C" >&6
13103 else
13104 ac_check_soname_save_LIBS=$LIBS
13105 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13106 cat >conftest.$ac_ext <<_ACEOF
13107 /* confdefs.h. */
13108 _ACEOF
13109 cat confdefs.h >>conftest.$ac_ext
13110 cat >>conftest.$ac_ext <<_ACEOF
13111 /* end confdefs.h. */
13113 /* Override any GCC internal prototype to avoid an error.
13114 Use char because int might match the return type of a GCC
13115 builtin and then its argument prototype would still apply. */
13116 #ifdef __cplusplus
13117 extern "C"
13118 #endif
13119 char gnutls_global_init ();
13121 main ()
13123 return gnutls_global_init ();
13125 return 0;
13127 _ACEOF
13128 rm -f conftest.$ac_objext conftest$ac_exeext
13129 if { (ac_try="$ac_link"
13130 case "(($ac_try" in
13131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13132 *) ac_try_echo=$ac_try;;
13133 esac
13134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13135 (eval "$ac_link") 2>conftest.er1
13136 ac_status=$?
13137 grep -v '^ *+' conftest.er1 >conftest.err
13138 rm -f conftest.er1
13139 cat conftest.err >&5
13140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13141 (exit $ac_status); } && {
13142 test -z "$ac_c_werror_flag" ||
13143 test ! -s conftest.err
13144 } && test -s conftest$ac_exeext &&
13145 $as_test_x conftest$ac_exeext; then
13146 case "$LIBEXT" in
13147 dll) ;;
13148 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'` ;;
13149 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13150 esac
13151 else
13152 echo "$as_me: failed program was:" >&5
13153 sed 's/^/| /' conftest.$ac_ext >&5
13158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13159 conftest$ac_exeext conftest.$ac_ext
13160 LIBS=$ac_check_soname_save_LIBS
13162 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13163 { echo "$as_me:$LINENO: result: not found" >&5
13164 echo "${ECHO_T}not found" >&6; }
13166 else
13167 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13168 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13170 cat >>confdefs.h <<_ACEOF
13171 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13172 _ACEOF
13174 GNUTLSINCL="$ac_gnutls_cflags"
13178 else
13179 echo "$as_me: failed program was:" >&5
13180 sed 's/^/| /' conftest.$ac_ext >&5
13185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13189 CPPFLAGS="$ac_save_CPPFLAGS"
13191 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13192 case "x$with_gnutls" in
13193 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13194 xno) ;;
13195 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13196 This is an error since --with-gnutls was requested." >&5
13197 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13198 This is an error since --with-gnutls was requested." >&2;}
13199 { (exit 1); exit 1; }; } ;;
13200 esac
13204 CURSESLIBS=""
13205 if test "$ac_cv_header_ncurses_h" = "yes"
13206 then
13207 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13208 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13209 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13210 echo $ECHO_N "(cached) $ECHO_C" >&6
13211 else
13212 ac_check_soname_save_LIBS=$LIBS
13213 LIBS="-lncurses $LIBS"
13214 cat >conftest.$ac_ext <<_ACEOF
13215 /* confdefs.h. */
13216 _ACEOF
13217 cat confdefs.h >>conftest.$ac_ext
13218 cat >>conftest.$ac_ext <<_ACEOF
13219 /* end confdefs.h. */
13221 /* Override any GCC internal prototype to avoid an error.
13222 Use char because int might match the return type of a GCC
13223 builtin and then its argument prototype would still apply. */
13224 #ifdef __cplusplus
13225 extern "C"
13226 #endif
13227 char waddch ();
13229 main ()
13231 return waddch ();
13233 return 0;
13235 _ACEOF
13236 rm -f conftest.$ac_objext conftest$ac_exeext
13237 if { (ac_try="$ac_link"
13238 case "(($ac_try" in
13239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13240 *) ac_try_echo=$ac_try;;
13241 esac
13242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13243 (eval "$ac_link") 2>conftest.er1
13244 ac_status=$?
13245 grep -v '^ *+' conftest.er1 >conftest.err
13246 rm -f conftest.er1
13247 cat conftest.err >&5
13248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13249 (exit $ac_status); } && {
13250 test -z "$ac_c_werror_flag" ||
13251 test ! -s conftest.err
13252 } && test -s conftest$ac_exeext &&
13253 $as_test_x conftest$ac_exeext; then
13254 case "$LIBEXT" in
13255 dll) ;;
13256 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'` ;;
13257 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13258 esac
13259 else
13260 echo "$as_me: failed program was:" >&5
13261 sed 's/^/| /' conftest.$ac_ext >&5
13266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13267 conftest$ac_exeext conftest.$ac_ext
13268 LIBS=$ac_check_soname_save_LIBS
13270 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13271 { echo "$as_me:$LINENO: result: not found" >&5
13272 echo "${ECHO_T}not found" >&6; }
13274 else
13275 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13276 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13278 cat >>confdefs.h <<_ACEOF
13279 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13280 _ACEOF
13282 CURSESLIBS="-lncurses"
13285 elif test "$ac_cv_header_curses_h" = "yes"
13286 then
13287 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13288 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13289 if test "${ac_cv_lib_soname_curses+set}" = set; then
13290 echo $ECHO_N "(cached) $ECHO_C" >&6
13291 else
13292 ac_check_soname_save_LIBS=$LIBS
13293 LIBS="-lcurses $LIBS"
13294 cat >conftest.$ac_ext <<_ACEOF
13295 /* confdefs.h. */
13296 _ACEOF
13297 cat confdefs.h >>conftest.$ac_ext
13298 cat >>conftest.$ac_ext <<_ACEOF
13299 /* end confdefs.h. */
13301 /* Override any GCC internal prototype to avoid an error.
13302 Use char because int might match the return type of a GCC
13303 builtin and then its argument prototype would still apply. */
13304 #ifdef __cplusplus
13305 extern "C"
13306 #endif
13307 char waddch ();
13309 main ()
13311 return waddch ();
13313 return 0;
13315 _ACEOF
13316 rm -f conftest.$ac_objext conftest$ac_exeext
13317 if { (ac_try="$ac_link"
13318 case "(($ac_try" in
13319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13320 *) ac_try_echo=$ac_try;;
13321 esac
13322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13323 (eval "$ac_link") 2>conftest.er1
13324 ac_status=$?
13325 grep -v '^ *+' conftest.er1 >conftest.err
13326 rm -f conftest.er1
13327 cat conftest.err >&5
13328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13329 (exit $ac_status); } && {
13330 test -z "$ac_c_werror_flag" ||
13331 test ! -s conftest.err
13332 } && test -s conftest$ac_exeext &&
13333 $as_test_x conftest$ac_exeext; then
13334 case "$LIBEXT" in
13335 dll) ;;
13336 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'` ;;
13337 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13338 esac
13339 else
13340 echo "$as_me: failed program was:" >&5
13341 sed 's/^/| /' conftest.$ac_ext >&5
13346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13347 conftest$ac_exeext conftest.$ac_ext
13348 LIBS=$ac_check_soname_save_LIBS
13350 if test "x$ac_cv_lib_soname_curses" = "x"; then
13351 { echo "$as_me:$LINENO: result: not found" >&5
13352 echo "${ECHO_T}not found" >&6; }
13354 else
13355 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13356 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13358 cat >>confdefs.h <<_ACEOF
13359 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13360 _ACEOF
13362 CURSESLIBS="-lcurses"
13366 ac_save_LIBS="$LIBS"
13367 LIBS="$LIBS $CURSESLIBS"
13369 for ac_func in mousemask
13371 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13372 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13373 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13374 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 else
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13384 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13385 #define $ac_func innocuous_$ac_func
13387 /* System header to define __stub macros and hopefully few prototypes,
13388 which can conflict with char $ac_func (); below.
13389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13390 <limits.h> exists even on freestanding compilers. */
13392 #ifdef __STDC__
13393 # include <limits.h>
13394 #else
13395 # include <assert.h>
13396 #endif
13398 #undef $ac_func
13400 /* Override any GCC internal prototype to avoid an error.
13401 Use char because int might match the return type of a GCC
13402 builtin and then its argument prototype would still apply. */
13403 #ifdef __cplusplus
13404 extern "C"
13405 #endif
13406 char $ac_func ();
13407 /* The GNU C library defines this for functions which it implements
13408 to always fail with ENOSYS. Some functions are actually named
13409 something starting with __ and the normal name is an alias. */
13410 #if defined __stub_$ac_func || defined __stub___$ac_func
13411 choke me
13412 #endif
13415 main ()
13417 return $ac_func ();
13419 return 0;
13421 _ACEOF
13422 rm -f conftest.$ac_objext conftest$ac_exeext
13423 if { (ac_try="$ac_link"
13424 case "(($ac_try" in
13425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13426 *) ac_try_echo=$ac_try;;
13427 esac
13428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13429 (eval "$ac_link") 2>conftest.er1
13430 ac_status=$?
13431 grep -v '^ *+' conftest.er1 >conftest.err
13432 rm -f conftest.er1
13433 cat conftest.err >&5
13434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13435 (exit $ac_status); } && {
13436 test -z "$ac_c_werror_flag" ||
13437 test ! -s conftest.err
13438 } && test -s conftest$ac_exeext &&
13439 $as_test_x conftest$ac_exeext; then
13440 eval "$as_ac_var=yes"
13441 else
13442 echo "$as_me: failed program was:" >&5
13443 sed 's/^/| /' conftest.$ac_ext >&5
13445 eval "$as_ac_var=no"
13448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13449 conftest$ac_exeext conftest.$ac_ext
13451 ac_res=`eval echo '${'$as_ac_var'}'`
13452 { echo "$as_me:$LINENO: result: $ac_res" >&5
13453 echo "${ECHO_T}$ac_res" >&6; }
13454 if test `eval echo '${'$as_ac_var'}'` = yes; then
13455 cat >>confdefs.h <<_ACEOF
13456 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13457 _ACEOF
13460 done
13462 LIBS="$ac_save_LIBS"
13463 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13464 case "x$with_curses" in
13465 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13466 xno) ;;
13467 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13468 This is an error since --with-curses was requested." >&5
13469 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13470 This is an error since --with-curses was requested." >&2;}
13471 { (exit 1); exit 1; }; } ;;
13472 esac
13476 if test "x$with_sane" != "xno"
13477 then
13478 ac_save_CPPFLAGS="$CPPFLAGS"
13479 # Extract the first word of "sane-config", so it can be a program name with args.
13480 set dummy sane-config; ac_word=$2
13481 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13482 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13483 if test "${ac_cv_prog_sane_devel+set}" = set; then
13484 echo $ECHO_N "(cached) $ECHO_C" >&6
13485 else
13486 if test -n "$sane_devel"; then
13487 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13488 else
13489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13490 for as_dir in $PATH
13492 IFS=$as_save_IFS
13493 test -z "$as_dir" && as_dir=.
13494 for ac_exec_ext in '' $ac_executable_extensions; do
13495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13496 ac_cv_prog_sane_devel="sane-config"
13497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13498 break 2
13500 done
13501 done
13502 IFS=$as_save_IFS
13504 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13507 sane_devel=$ac_cv_prog_sane_devel
13508 if test -n "$sane_devel"; then
13509 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13510 echo "${ECHO_T}$sane_devel" >&6; }
13511 else
13512 { echo "$as_me:$LINENO: result: no" >&5
13513 echo "${ECHO_T}no" >&6; }
13517 if test "$sane_devel" != "no"
13518 then
13519 ac_sane_incl="`$sane_devel --cflags`"
13520 ac_sane_libs="`$sane_devel --ldflags`"
13521 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13523 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13524 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13525 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13526 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13527 echo $ECHO_N "(cached) $ECHO_C" >&6
13529 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13530 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13531 else
13532 # Is the header compilable?
13533 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13534 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13535 cat >conftest.$ac_ext <<_ACEOF
13536 /* confdefs.h. */
13537 _ACEOF
13538 cat confdefs.h >>conftest.$ac_ext
13539 cat >>conftest.$ac_ext <<_ACEOF
13540 /* end confdefs.h. */
13541 $ac_includes_default
13542 #include <sane/sane.h>
13543 _ACEOF
13544 rm -f conftest.$ac_objext
13545 if { (ac_try="$ac_compile"
13546 case "(($ac_try" in
13547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13548 *) ac_try_echo=$ac_try;;
13549 esac
13550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13551 (eval "$ac_compile") 2>conftest.er1
13552 ac_status=$?
13553 grep -v '^ *+' conftest.er1 >conftest.err
13554 rm -f conftest.er1
13555 cat conftest.err >&5
13556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13557 (exit $ac_status); } && {
13558 test -z "$ac_c_werror_flag" ||
13559 test ! -s conftest.err
13560 } && test -s conftest.$ac_objext; then
13561 ac_header_compiler=yes
13562 else
13563 echo "$as_me: failed program was:" >&5
13564 sed 's/^/| /' conftest.$ac_ext >&5
13566 ac_header_compiler=no
13569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13570 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13571 echo "${ECHO_T}$ac_header_compiler" >&6; }
13573 # Is the header present?
13574 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13575 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13576 cat >conftest.$ac_ext <<_ACEOF
13577 /* confdefs.h. */
13578 _ACEOF
13579 cat confdefs.h >>conftest.$ac_ext
13580 cat >>conftest.$ac_ext <<_ACEOF
13581 /* end confdefs.h. */
13582 #include <sane/sane.h>
13583 _ACEOF
13584 if { (ac_try="$ac_cpp conftest.$ac_ext"
13585 case "(($ac_try" in
13586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13587 *) ac_try_echo=$ac_try;;
13588 esac
13589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13590 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13591 ac_status=$?
13592 grep -v '^ *+' conftest.er1 >conftest.err
13593 rm -f conftest.er1
13594 cat conftest.err >&5
13595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13596 (exit $ac_status); } >/dev/null && {
13597 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13598 test ! -s conftest.err
13599 }; then
13600 ac_header_preproc=yes
13601 else
13602 echo "$as_me: failed program was:" >&5
13603 sed 's/^/| /' conftest.$ac_ext >&5
13605 ac_header_preproc=no
13608 rm -f conftest.err conftest.$ac_ext
13609 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13610 echo "${ECHO_T}$ac_header_preproc" >&6; }
13612 # So? What about this header?
13613 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13614 yes:no: )
13615 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13616 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13617 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13618 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13619 ac_header_preproc=yes
13621 no:yes:* )
13622 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13623 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13624 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13625 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13626 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13627 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13628 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13629 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13630 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13631 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13632 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13633 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13634 ( cat <<\_ASBOX
13635 ## ------------------------------------ ##
13636 ## Report this to wine-devel@winehq.org ##
13637 ## ------------------------------------ ##
13638 _ASBOX
13639 ) | sed "s/^/$as_me: WARNING: /" >&2
13641 esac
13642 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13643 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13644 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13645 echo $ECHO_N "(cached) $ECHO_C" >&6
13646 else
13647 ac_cv_header_sane_sane_h=$ac_header_preproc
13649 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13650 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13653 if test $ac_cv_header_sane_sane_h = yes; then
13654 { echo "$as_me:$LINENO: checking for -lsane" >&5
13655 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13656 if test "${ac_cv_lib_soname_sane+set}" = set; then
13657 echo $ECHO_N "(cached) $ECHO_C" >&6
13658 else
13659 ac_check_soname_save_LIBS=$LIBS
13660 LIBS="-lsane $ac_sane_libs $LIBS"
13661 cat >conftest.$ac_ext <<_ACEOF
13662 /* confdefs.h. */
13663 _ACEOF
13664 cat confdefs.h >>conftest.$ac_ext
13665 cat >>conftest.$ac_ext <<_ACEOF
13666 /* end confdefs.h. */
13668 /* Override any GCC internal prototype to avoid an error.
13669 Use char because int might match the return type of a GCC
13670 builtin and then its argument prototype would still apply. */
13671 #ifdef __cplusplus
13672 extern "C"
13673 #endif
13674 char sane_init ();
13676 main ()
13678 return sane_init ();
13680 return 0;
13682 _ACEOF
13683 rm -f conftest.$ac_objext conftest$ac_exeext
13684 if { (ac_try="$ac_link"
13685 case "(($ac_try" in
13686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13687 *) ac_try_echo=$ac_try;;
13688 esac
13689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13690 (eval "$ac_link") 2>conftest.er1
13691 ac_status=$?
13692 grep -v '^ *+' conftest.er1 >conftest.err
13693 rm -f conftest.er1
13694 cat conftest.err >&5
13695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13696 (exit $ac_status); } && {
13697 test -z "$ac_c_werror_flag" ||
13698 test ! -s conftest.err
13699 } && test -s conftest$ac_exeext &&
13700 $as_test_x conftest$ac_exeext; then
13701 case "$LIBEXT" in
13702 dll) ;;
13703 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'` ;;
13704 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13705 esac
13706 else
13707 echo "$as_me: failed program was:" >&5
13708 sed 's/^/| /' conftest.$ac_ext >&5
13713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13714 conftest$ac_exeext conftest.$ac_ext
13715 LIBS=$ac_check_soname_save_LIBS
13717 if test "x$ac_cv_lib_soname_sane" = "x"; then
13718 { echo "$as_me:$LINENO: result: not found" >&5
13719 echo "${ECHO_T}not found" >&6; }
13721 else
13722 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13723 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13725 cat >>confdefs.h <<_ACEOF
13726 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13727 _ACEOF
13729 SANEINCL="$ac_sane_incl"
13736 CPPFLAGS="$ac_save_CPPFLAGS"
13738 if test "x$ac_cv_lib_soname_sane" = "x"; then
13739 case "x$with_sane" in
13740 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13741 xno) ;;
13742 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13743 This is an error since --with-sane was requested." >&5
13744 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13745 This is an error since --with-sane was requested." >&2;}
13746 { (exit 1); exit 1; }; } ;;
13747 esac
13751 if test "x$with_gphoto" != "xno"
13752 then
13753 ac_save_CPPFLAGS="$CPPFLAGS"
13754 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13755 set dummy gphoto2-config; ac_word=$2
13756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13758 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13760 else
13761 if test -n "$gphoto2_devel"; then
13762 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13763 else
13764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13765 for as_dir in $PATH
13767 IFS=$as_save_IFS
13768 test -z "$as_dir" && as_dir=.
13769 for ac_exec_ext in '' $ac_executable_extensions; do
13770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13771 ac_cv_prog_gphoto2_devel="gphoto2-config"
13772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13773 break 2
13775 done
13776 done
13777 IFS=$as_save_IFS
13779 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13782 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13783 if test -n "$gphoto2_devel"; then
13784 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13785 echo "${ECHO_T}$gphoto2_devel" >&6; }
13786 else
13787 { echo "$as_me:$LINENO: result: no" >&5
13788 echo "${ECHO_T}no" >&6; }
13792 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13793 set dummy gphoto2-port-config; ac_word=$2
13794 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13795 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13796 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13797 echo $ECHO_N "(cached) $ECHO_C" >&6
13798 else
13799 if test -n "$gphoto2port_devel"; then
13800 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13801 else
13802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13803 for as_dir in $PATH
13805 IFS=$as_save_IFS
13806 test -z "$as_dir" && as_dir=.
13807 for ac_exec_ext in '' $ac_executable_extensions; do
13808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13809 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13810 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13811 break 2
13813 done
13814 done
13815 IFS=$as_save_IFS
13817 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13820 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13821 if test -n "$gphoto2port_devel"; then
13822 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13823 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13824 else
13825 { echo "$as_me:$LINENO: result: no" >&5
13826 echo "${ECHO_T}no" >&6; }
13830 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13831 then
13832 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13833 ac_gphoto2_libs=""
13834 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13836 case "$i" in
13837 -L/usr/lib|-L/usr/lib64) ;;
13838 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13839 esac
13840 done
13841 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13843 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13844 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13845 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13846 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13847 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13848 echo $ECHO_N "(cached) $ECHO_C" >&6
13850 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13851 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13852 else
13853 # Is the header compilable?
13854 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13855 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13856 cat >conftest.$ac_ext <<_ACEOF
13857 /* confdefs.h. */
13858 _ACEOF
13859 cat confdefs.h >>conftest.$ac_ext
13860 cat >>conftest.$ac_ext <<_ACEOF
13861 /* end confdefs.h. */
13862 $ac_includes_default
13863 #include <gphoto2-camera.h>
13864 _ACEOF
13865 rm -f conftest.$ac_objext
13866 if { (ac_try="$ac_compile"
13867 case "(($ac_try" in
13868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13869 *) ac_try_echo=$ac_try;;
13870 esac
13871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13872 (eval "$ac_compile") 2>conftest.er1
13873 ac_status=$?
13874 grep -v '^ *+' conftest.er1 >conftest.err
13875 rm -f conftest.er1
13876 cat conftest.err >&5
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); } && {
13879 test -z "$ac_c_werror_flag" ||
13880 test ! -s conftest.err
13881 } && test -s conftest.$ac_objext; then
13882 ac_header_compiler=yes
13883 else
13884 echo "$as_me: failed program was:" >&5
13885 sed 's/^/| /' conftest.$ac_ext >&5
13887 ac_header_compiler=no
13890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13891 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13892 echo "${ECHO_T}$ac_header_compiler" >&6; }
13894 # Is the header present?
13895 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13896 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13897 cat >conftest.$ac_ext <<_ACEOF
13898 /* confdefs.h. */
13899 _ACEOF
13900 cat confdefs.h >>conftest.$ac_ext
13901 cat >>conftest.$ac_ext <<_ACEOF
13902 /* end confdefs.h. */
13903 #include <gphoto2-camera.h>
13904 _ACEOF
13905 if { (ac_try="$ac_cpp conftest.$ac_ext"
13906 case "(($ac_try" in
13907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13908 *) ac_try_echo=$ac_try;;
13909 esac
13910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13911 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13912 ac_status=$?
13913 grep -v '^ *+' conftest.er1 >conftest.err
13914 rm -f conftest.er1
13915 cat conftest.err >&5
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); } >/dev/null && {
13918 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13919 test ! -s conftest.err
13920 }; then
13921 ac_header_preproc=yes
13922 else
13923 echo "$as_me: failed program was:" >&5
13924 sed 's/^/| /' conftest.$ac_ext >&5
13926 ac_header_preproc=no
13929 rm -f conftest.err conftest.$ac_ext
13930 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13931 echo "${ECHO_T}$ac_header_preproc" >&6; }
13933 # So? What about this header?
13934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13935 yes:no: )
13936 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13937 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13938 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13939 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13940 ac_header_preproc=yes
13942 no:yes:* )
13943 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13944 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13945 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13946 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13947 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13948 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13949 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13950 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13951 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13952 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13953 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13954 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13955 ( cat <<\_ASBOX
13956 ## ------------------------------------ ##
13957 ## Report this to wine-devel@winehq.org ##
13958 ## ------------------------------------ ##
13959 _ASBOX
13960 ) | sed "s/^/$as_me: WARNING: /" >&2
13962 esac
13963 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13964 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13965 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13966 echo $ECHO_N "(cached) $ECHO_C" >&6
13967 else
13968 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13970 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13971 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13974 if test $ac_cv_header_gphoto2_camera_h = yes; then
13975 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13976 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13977 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13978 echo $ECHO_N "(cached) $ECHO_C" >&6
13979 else
13980 ac_check_lib_save_LIBS=$LIBS
13981 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13982 cat >conftest.$ac_ext <<_ACEOF
13983 /* confdefs.h. */
13984 _ACEOF
13985 cat confdefs.h >>conftest.$ac_ext
13986 cat >>conftest.$ac_ext <<_ACEOF
13987 /* end confdefs.h. */
13989 /* Override any GCC internal prototype to avoid an error.
13990 Use char because int might match the return type of a GCC
13991 builtin and then its argument prototype would still apply. */
13992 #ifdef __cplusplus
13993 extern "C"
13994 #endif
13995 char gp_camera_new ();
13997 main ()
13999 return gp_camera_new ();
14001 return 0;
14003 _ACEOF
14004 rm -f conftest.$ac_objext conftest$ac_exeext
14005 if { (ac_try="$ac_link"
14006 case "(($ac_try" in
14007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14008 *) ac_try_echo=$ac_try;;
14009 esac
14010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14011 (eval "$ac_link") 2>conftest.er1
14012 ac_status=$?
14013 grep -v '^ *+' conftest.er1 >conftest.err
14014 rm -f conftest.er1
14015 cat conftest.err >&5
14016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14017 (exit $ac_status); } && {
14018 test -z "$ac_c_werror_flag" ||
14019 test ! -s conftest.err
14020 } && test -s conftest$ac_exeext &&
14021 $as_test_x conftest$ac_exeext; then
14022 ac_cv_lib_gphoto2_gp_camera_new=yes
14023 else
14024 echo "$as_me: failed program was:" >&5
14025 sed 's/^/| /' conftest.$ac_ext >&5
14027 ac_cv_lib_gphoto2_gp_camera_new=no
14030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14031 conftest$ac_exeext conftest.$ac_ext
14032 LIBS=$ac_check_lib_save_LIBS
14034 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14035 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14036 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14038 cat >>confdefs.h <<\_ACEOF
14039 #define HAVE_GPHOTO2 1
14040 _ACEOF
14042 GPHOTO2LIBS="$ac_gphoto2_libs"
14044 GPHOTO2INCL="$ac_gphoto2_incl"
14051 CPPFLAGS="$ac_save_CPPFLAGS"
14053 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14054 case "x$with_gphoto" in
14055 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14056 xno) ;;
14057 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14058 This is an error since --with-gphoto was requested." >&5
14059 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14060 This is an error since --with-gphoto was requested." >&2;}
14061 { (exit 1); exit 1; }; } ;;
14062 esac
14067 RESOLVLIBS=""
14069 if test "$ac_cv_header_resolv_h" = "yes"
14070 then
14071 ac_save_LIBS="$LIBS"
14072 LIBS="$LIBS -lresolv"
14073 cat >conftest.$ac_ext <<_ACEOF
14074 /* confdefs.h. */
14075 _ACEOF
14076 cat confdefs.h >>conftest.$ac_ext
14077 cat >>conftest.$ac_ext <<_ACEOF
14078 /* end confdefs.h. */
14079 #ifdef HAVE_NETINET_IN_H
14080 #include <netinet/in.h>
14081 #endif
14082 #include <resolv.h>
14084 main ()
14086 res_init();
14088 return 0;
14090 _ACEOF
14091 rm -f conftest.$ac_objext conftest$ac_exeext
14092 if { (ac_try="$ac_link"
14093 case "(($ac_try" in
14094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14095 *) ac_try_echo=$ac_try;;
14096 esac
14097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14098 (eval "$ac_link") 2>conftest.er1
14099 ac_status=$?
14100 grep -v '^ *+' conftest.er1 >conftest.err
14101 rm -f conftest.er1
14102 cat conftest.err >&5
14103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14104 (exit $ac_status); } && {
14105 test -z "$ac_c_werror_flag" ||
14106 test ! -s conftest.err
14107 } && test -s conftest$ac_exeext &&
14108 $as_test_x conftest$ac_exeext; then
14110 cat >>confdefs.h <<\_ACEOF
14111 #define HAVE_RESOLV 1
14112 _ACEOF
14114 RESOLVLIBS="-lresolv"
14115 else
14116 echo "$as_me: failed program was:" >&5
14117 sed 's/^/| /' conftest.$ac_ext >&5
14122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14123 conftest$ac_exeext conftest.$ac_ext
14124 LIBS="$ac_save_LIBS"
14127 LCMSLIBS=""
14129 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14130 then
14131 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14132 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14133 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14134 echo $ECHO_N "(cached) $ECHO_C" >&6
14135 else
14136 ac_check_lib_save_LIBS=$LIBS
14137 LIBS="-llcms $LIBS"
14138 cat >conftest.$ac_ext <<_ACEOF
14139 /* confdefs.h. */
14140 _ACEOF
14141 cat confdefs.h >>conftest.$ac_ext
14142 cat >>conftest.$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14145 /* Override any GCC internal prototype to avoid an error.
14146 Use char because int might match the return type of a GCC
14147 builtin and then its argument prototype would still apply. */
14148 #ifdef __cplusplus
14149 extern "C"
14150 #endif
14151 char cmsOpenProfileFromFile ();
14153 main ()
14155 return cmsOpenProfileFromFile ();
14157 return 0;
14159 _ACEOF
14160 rm -f conftest.$ac_objext conftest$ac_exeext
14161 if { (ac_try="$ac_link"
14162 case "(($ac_try" in
14163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14164 *) ac_try_echo=$ac_try;;
14165 esac
14166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14167 (eval "$ac_link") 2>conftest.er1
14168 ac_status=$?
14169 grep -v '^ *+' conftest.er1 >conftest.err
14170 rm -f conftest.er1
14171 cat conftest.err >&5
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); } && {
14174 test -z "$ac_c_werror_flag" ||
14175 test ! -s conftest.err
14176 } && test -s conftest$ac_exeext &&
14177 $as_test_x conftest$ac_exeext; then
14178 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14179 else
14180 echo "$as_me: failed program was:" >&5
14181 sed 's/^/| /' conftest.$ac_ext >&5
14183 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14187 conftest$ac_exeext conftest.$ac_ext
14188 LIBS=$ac_check_lib_save_LIBS
14190 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14191 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14192 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14194 cat >>confdefs.h <<\_ACEOF
14195 #define HAVE_LCMS 1
14196 _ACEOF
14198 LCMSLIBS="-llcms"
14202 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14203 case "x$with_cms" in
14204 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14205 xno) ;;
14206 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14207 This is an error since --with-cms was requested." >&5
14208 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14209 This is an error since --with-cms was requested." >&2;}
14210 { (exit 1); exit 1; }; } ;;
14211 esac
14215 if test "x$with_freetype" != "xno"
14216 then
14217 for ac_prog in freetype-config freetype2-config
14219 # Extract the first word of "$ac_prog", so it can be a program name with args.
14220 set dummy $ac_prog; ac_word=$2
14221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14223 if test "${ac_cv_prog_ft_devel+set}" = set; then
14224 echo $ECHO_N "(cached) $ECHO_C" >&6
14225 else
14226 if test -n "$ft_devel"; then
14227 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14228 else
14229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14230 for as_dir in $PATH
14232 IFS=$as_save_IFS
14233 test -z "$as_dir" && as_dir=.
14234 for ac_exec_ext in '' $ac_executable_extensions; do
14235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14236 ac_cv_prog_ft_devel="$ac_prog"
14237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14238 break 2
14240 done
14241 done
14242 IFS=$as_save_IFS
14246 ft_devel=$ac_cv_prog_ft_devel
14247 if test -n "$ft_devel"; then
14248 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14249 echo "${ECHO_T}$ft_devel" >&6; }
14250 else
14251 { echo "$as_me:$LINENO: result: no" >&5
14252 echo "${ECHO_T}no" >&6; }
14256 test -n "$ft_devel" && break
14257 done
14258 test -n "$ft_devel" || ft_devel="no"
14260 if test "$ft_devel" != "no"
14261 then
14262 ac_freetype_incl=`$ft_devel --cflags`
14263 ac_freetype_libs=`$ft_devel --libs`
14265 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14266 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14267 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14268 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14269 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 else
14271 ac_check_soname_save_LIBS=$LIBS
14272 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14273 cat >conftest.$ac_ext <<_ACEOF
14274 /* confdefs.h. */
14275 _ACEOF
14276 cat confdefs.h >>conftest.$ac_ext
14277 cat >>conftest.$ac_ext <<_ACEOF
14278 /* end confdefs.h. */
14280 /* Override any GCC internal prototype to avoid an error.
14281 Use char because int might match the return type of a GCC
14282 builtin and then its argument prototype would still apply. */
14283 #ifdef __cplusplus
14284 extern "C"
14285 #endif
14286 char FT_Init_FreeType ();
14288 main ()
14290 return FT_Init_FreeType ();
14292 return 0;
14294 _ACEOF
14295 rm -f conftest.$ac_objext conftest$ac_exeext
14296 if { (ac_try="$ac_link"
14297 case "(($ac_try" in
14298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14299 *) ac_try_echo=$ac_try;;
14300 esac
14301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14302 (eval "$ac_link") 2>conftest.er1
14303 ac_status=$?
14304 grep -v '^ *+' conftest.er1 >conftest.err
14305 rm -f conftest.er1
14306 cat conftest.err >&5
14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } && {
14309 test -z "$ac_c_werror_flag" ||
14310 test ! -s conftest.err
14311 } && test -s conftest$ac_exeext &&
14312 $as_test_x conftest$ac_exeext; then
14313 case "$LIBEXT" in
14314 dll) ;;
14315 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'` ;;
14316 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14317 esac
14318 else
14319 echo "$as_me: failed program was:" >&5
14320 sed 's/^/| /' conftest.$ac_ext >&5
14325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14326 conftest$ac_exeext conftest.$ac_ext
14327 LIBS=$ac_check_soname_save_LIBS
14329 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14330 { echo "$as_me:$LINENO: result: not found" >&5
14331 echo "${ECHO_T}not found" >&6; }
14332 ft_lib=no
14333 else
14334 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14335 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14337 cat >>confdefs.h <<_ACEOF
14338 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14339 _ACEOF
14341 ft_lib=yes
14344 if test "$ft_lib" = "yes"
14345 then
14346 ac_save_CPPFLAGS="$CPPFLAGS"
14347 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14361 for ac_header in ft2build.h \
14362 freetype/freetype.h \
14363 freetype/ftglyph.h \
14364 freetype/fttypes.h \
14365 freetype/tttables.h \
14366 freetype/ftnames.h \
14367 freetype/ftsnames.h \
14368 freetype/ttnameid.h \
14369 freetype/ftoutln.h \
14370 freetype/ftwinfnt.h \
14371 freetype/ftmodapi.h \
14372 freetype/ftlcdfil.h \
14373 freetype/internal/sfnt.h
14375 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14376 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14379 echo $ECHO_N "(cached) $ECHO_C" >&6
14380 else
14381 cat >conftest.$ac_ext <<_ACEOF
14382 /* confdefs.h. */
14383 _ACEOF
14384 cat confdefs.h >>conftest.$ac_ext
14385 cat >>conftest.$ac_ext <<_ACEOF
14386 /* end confdefs.h. */
14387 #ifdef HAVE_FT2BUILD_H
14388 # include <ft2build.h>
14389 #endif
14391 #include <$ac_header>
14392 _ACEOF
14393 rm -f conftest.$ac_objext
14394 if { (ac_try="$ac_compile"
14395 case "(($ac_try" in
14396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14397 *) ac_try_echo=$ac_try;;
14398 esac
14399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14400 (eval "$ac_compile") 2>conftest.er1
14401 ac_status=$?
14402 grep -v '^ *+' conftest.er1 >conftest.err
14403 rm -f conftest.er1
14404 cat conftest.err >&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); } && {
14407 test -z "$ac_c_werror_flag" ||
14408 test ! -s conftest.err
14409 } && test -s conftest.$ac_objext; then
14410 eval "$as_ac_Header=yes"
14411 else
14412 echo "$as_me: failed program was:" >&5
14413 sed 's/^/| /' conftest.$ac_ext >&5
14415 eval "$as_ac_Header=no"
14418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14420 ac_res=`eval echo '${'$as_ac_Header'}'`
14421 { echo "$as_me:$LINENO: result: $ac_res" >&5
14422 echo "${ECHO_T}$ac_res" >&6; }
14423 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14424 cat >>confdefs.h <<_ACEOF
14425 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14426 _ACEOF
14430 done
14432 cat >conftest.$ac_ext <<_ACEOF
14433 /* confdefs.h. */
14434 _ACEOF
14435 cat confdefs.h >>conftest.$ac_ext
14436 cat >>conftest.$ac_ext <<_ACEOF
14437 /* end confdefs.h. */
14438 #include <ft2build.h>
14439 #include <freetype/fttrigon.h>
14440 _ACEOF
14441 if { (ac_try="$ac_cpp conftest.$ac_ext"
14442 case "(($ac_try" in
14443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14444 *) ac_try_echo=$ac_try;;
14445 esac
14446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14447 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14448 ac_status=$?
14449 grep -v '^ *+' conftest.er1 >conftest.err
14450 rm -f conftest.er1
14451 cat conftest.err >&5
14452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14453 (exit $ac_status); } >/dev/null && {
14454 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14455 test ! -s conftest.err
14456 }; then
14458 cat >>confdefs.h <<\_ACEOF
14459 #define HAVE_FREETYPE_FTTRIGON_H 1
14460 _ACEOF
14462 wine_cv_fttrigon=yes
14463 else
14464 echo "$as_me: failed program was:" >&5
14465 sed 's/^/| /' conftest.$ac_ext >&5
14467 wine_cv_fttrigon=no
14470 rm -f conftest.err conftest.$ac_ext
14471 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14472 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14473 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14474 echo $ECHO_N "(cached) $ECHO_C" >&6
14475 else
14476 cat >conftest.$ac_ext <<_ACEOF
14477 /* confdefs.h. */
14478 _ACEOF
14479 cat confdefs.h >>conftest.$ac_ext
14480 cat >>conftest.$ac_ext <<_ACEOF
14481 /* end confdefs.h. */
14482 #include <freetype/ftmodapi.h>
14484 typedef FT_TrueTypeEngineType ac__type_new_;
14486 main ()
14488 if ((ac__type_new_ *) 0)
14489 return 0;
14490 if (sizeof (ac__type_new_))
14491 return 0;
14493 return 0;
14495 _ACEOF
14496 rm -f conftest.$ac_objext
14497 if { (ac_try="$ac_compile"
14498 case "(($ac_try" in
14499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14500 *) ac_try_echo=$ac_try;;
14501 esac
14502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14503 (eval "$ac_compile") 2>conftest.er1
14504 ac_status=$?
14505 grep -v '^ *+' conftest.er1 >conftest.err
14506 rm -f conftest.er1
14507 cat conftest.err >&5
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); } && {
14510 test -z "$ac_c_werror_flag" ||
14511 test ! -s conftest.err
14512 } && test -s conftest.$ac_objext; then
14513 ac_cv_type_FT_TrueTypeEngineType=yes
14514 else
14515 echo "$as_me: failed program was:" >&5
14516 sed 's/^/| /' conftest.$ac_ext >&5
14518 ac_cv_type_FT_TrueTypeEngineType=no
14521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14523 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14524 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14525 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14527 cat >>confdefs.h <<_ACEOF
14528 #define HAVE_FT_TRUETYPEENGINETYPE 1
14529 _ACEOF
14534 ac_save_CFLAGS="$CFLAGS"
14535 CFLAGS="$CFLAGS $ac_freetype_libs"
14537 for ac_func in FT_Load_Sfnt_Table
14539 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14540 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14541 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14542 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14543 echo $ECHO_N "(cached) $ECHO_C" >&6
14544 else
14545 cat >conftest.$ac_ext <<_ACEOF
14546 /* confdefs.h. */
14547 _ACEOF
14548 cat confdefs.h >>conftest.$ac_ext
14549 cat >>conftest.$ac_ext <<_ACEOF
14550 /* end confdefs.h. */
14551 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14552 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14553 #define $ac_func innocuous_$ac_func
14555 /* System header to define __stub macros and hopefully few prototypes,
14556 which can conflict with char $ac_func (); below.
14557 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14558 <limits.h> exists even on freestanding compilers. */
14560 #ifdef __STDC__
14561 # include <limits.h>
14562 #else
14563 # include <assert.h>
14564 #endif
14566 #undef $ac_func
14568 /* Override any GCC internal prototype to avoid an error.
14569 Use char because int might match the return type of a GCC
14570 builtin and then its argument prototype would still apply. */
14571 #ifdef __cplusplus
14572 extern "C"
14573 #endif
14574 char $ac_func ();
14575 /* The GNU C library defines this for functions which it implements
14576 to always fail with ENOSYS. Some functions are actually named
14577 something starting with __ and the normal name is an alias. */
14578 #if defined __stub_$ac_func || defined __stub___$ac_func
14579 choke me
14580 #endif
14583 main ()
14585 return $ac_func ();
14587 return 0;
14589 _ACEOF
14590 rm -f conftest.$ac_objext conftest$ac_exeext
14591 if { (ac_try="$ac_link"
14592 case "(($ac_try" in
14593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14594 *) ac_try_echo=$ac_try;;
14595 esac
14596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14597 (eval "$ac_link") 2>conftest.er1
14598 ac_status=$?
14599 grep -v '^ *+' conftest.er1 >conftest.err
14600 rm -f conftest.er1
14601 cat conftest.err >&5
14602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14603 (exit $ac_status); } && {
14604 test -z "$ac_c_werror_flag" ||
14605 test ! -s conftest.err
14606 } && test -s conftest$ac_exeext &&
14607 $as_test_x conftest$ac_exeext; then
14608 eval "$as_ac_var=yes"
14609 else
14610 echo "$as_me: failed program was:" >&5
14611 sed 's/^/| /' conftest.$ac_ext >&5
14613 eval "$as_ac_var=no"
14616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14617 conftest$ac_exeext conftest.$ac_ext
14619 ac_res=`eval echo '${'$as_ac_var'}'`
14620 { echo "$as_me:$LINENO: result: $ac_res" >&5
14621 echo "${ECHO_T}$ac_res" >&6; }
14622 if test `eval echo '${'$as_ac_var'}'` = yes; then
14623 cat >>confdefs.h <<_ACEOF
14624 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14625 _ACEOF
14628 done
14630 CFLAGS="$ac_save_CFLAGS"
14631 CPPFLAGS="$ac_save_CPPFLAGS"
14632 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14633 then
14635 cat >>confdefs.h <<\_ACEOF
14636 #define HAVE_FREETYPE 1
14637 _ACEOF
14639 FREETYPELIBS="$ac_freetype_libs"
14641 FREETYPEINCL="$ac_freetype_incl"
14646 if test "x$FREETYPELIBS" = "x"; then
14647 case "x$with_freetype" in
14648 xno) ;;
14649 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14650 Use the --without-freetype option if you really want this." >&5
14651 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14652 Use the --without-freetype option if you really want this." >&2;}
14653 { (exit 1); exit 1; }; } ;;
14654 esac
14657 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14659 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14660 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14661 if test "${ac_cv_c_ppdev+set}" = set; then
14662 echo $ECHO_N "(cached) $ECHO_C" >&6
14663 else
14664 cat >conftest.$ac_ext <<_ACEOF
14665 /* confdefs.h. */
14666 _ACEOF
14667 cat confdefs.h >>conftest.$ac_ext
14668 cat >>conftest.$ac_ext <<_ACEOF
14669 /* end confdefs.h. */
14670 #include <linux/ppdev.h>
14672 main ()
14674 ioctl (1,PPCLAIM,0)
14676 return 0;
14678 _ACEOF
14679 rm -f conftest.$ac_objext
14680 if { (ac_try="$ac_compile"
14681 case "(($ac_try" in
14682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14683 *) ac_try_echo=$ac_try;;
14684 esac
14685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14686 (eval "$ac_compile") 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } && {
14693 test -z "$ac_c_werror_flag" ||
14694 test ! -s conftest.err
14695 } && test -s conftest.$ac_objext; then
14696 ac_cv_c_ppdev="yes"
14697 else
14698 echo "$as_me: failed program was:" >&5
14699 sed 's/^/| /' conftest.$ac_ext >&5
14701 ac_cv_c_ppdev="no"
14704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14706 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14707 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14708 if test "$ac_cv_c_ppdev" = "yes"
14709 then
14711 cat >>confdefs.h <<\_ACEOF
14712 #define HAVE_PPDEV 1
14713 _ACEOF
14717 ac_wine_check_funcs_save_LIBS="$LIBS"
14718 LIBS="$LIBS $LIBPTHREAD"
14723 for ac_func in \
14724 pthread_attr_get_np \
14725 pthread_getattr_np \
14726 pthread_get_stackaddr_np \
14727 pthread_get_stacksize_np
14729 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14730 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14731 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14732 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14733 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 else
14735 cat >conftest.$ac_ext <<_ACEOF
14736 /* confdefs.h. */
14737 _ACEOF
14738 cat confdefs.h >>conftest.$ac_ext
14739 cat >>conftest.$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14741 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14743 #define $ac_func innocuous_$ac_func
14745 /* System header to define __stub macros and hopefully few prototypes,
14746 which can conflict with char $ac_func (); below.
14747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14748 <limits.h> exists even on freestanding compilers. */
14750 #ifdef __STDC__
14751 # include <limits.h>
14752 #else
14753 # include <assert.h>
14754 #endif
14756 #undef $ac_func
14758 /* Override any GCC internal prototype to avoid an error.
14759 Use char because int might match the return type of a GCC
14760 builtin and then its argument prototype would still apply. */
14761 #ifdef __cplusplus
14762 extern "C"
14763 #endif
14764 char $ac_func ();
14765 /* The GNU C library defines this for functions which it implements
14766 to always fail with ENOSYS. Some functions are actually named
14767 something starting with __ and the normal name is an alias. */
14768 #if defined __stub_$ac_func || defined __stub___$ac_func
14769 choke me
14770 #endif
14773 main ()
14775 return $ac_func ();
14777 return 0;
14779 _ACEOF
14780 rm -f conftest.$ac_objext conftest$ac_exeext
14781 if { (ac_try="$ac_link"
14782 case "(($ac_try" in
14783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14784 *) ac_try_echo=$ac_try;;
14785 esac
14786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14787 (eval "$ac_link") 2>conftest.er1
14788 ac_status=$?
14789 grep -v '^ *+' conftest.er1 >conftest.err
14790 rm -f conftest.er1
14791 cat conftest.err >&5
14792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14793 (exit $ac_status); } && {
14794 test -z "$ac_c_werror_flag" ||
14795 test ! -s conftest.err
14796 } && test -s conftest$ac_exeext &&
14797 $as_test_x conftest$ac_exeext; then
14798 eval "$as_ac_var=yes"
14799 else
14800 echo "$as_me: failed program was:" >&5
14801 sed 's/^/| /' conftest.$ac_ext >&5
14803 eval "$as_ac_var=no"
14806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14807 conftest$ac_exeext conftest.$ac_ext
14809 ac_res=`eval echo '${'$as_ac_var'}'`
14810 { echo "$as_me:$LINENO: result: $ac_res" >&5
14811 echo "${ECHO_T}$ac_res" >&6; }
14812 if test `eval echo '${'$as_ac_var'}'` = yes; then
14813 cat >>confdefs.h <<_ACEOF
14814 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14815 _ACEOF
14818 done
14820 LIBS="$ac_wine_check_funcs_save_LIBS"
14822 if test "x$with_esd" != xno
14823 then
14824 save_CFLAGS="$CFLAGS"
14825 # Extract the first word of "esd-config", so it can be a program name with args.
14826 set dummy esd-config; ac_word=$2
14827 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14829 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14830 echo $ECHO_N "(cached) $ECHO_C" >&6
14831 else
14832 case $ESDCONFIG in
14833 [\\/]* | ?:[\\/]*)
14834 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14838 for as_dir in $PATH
14840 IFS=$as_save_IFS
14841 test -z "$as_dir" && as_dir=.
14842 for ac_exec_ext in '' $ac_executable_extensions; do
14843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14844 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14845 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14846 break 2
14848 done
14849 done
14850 IFS=$as_save_IFS
14852 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14854 esac
14856 ESDCONFIG=$ac_cv_path_ESDCONFIG
14857 if test -n "$ESDCONFIG"; then
14858 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14859 echo "${ECHO_T}$ESDCONFIG" >&6; }
14860 else
14861 { echo "$as_me:$LINENO: result: no" >&5
14862 echo "${ECHO_T}no" >&6; }
14866 if test "x$ESDCONFIG" != "xno"
14867 then
14868 ac_esd_incl=""
14869 for i in `$ESDCONFIG --cflags`
14871 case "$i" in
14872 -I*) ac_esd_incl="$ac_esd_incl $i";;
14873 esac
14874 done
14875 ac_esd_libs=`$ESDCONFIG --libs`
14876 CFLAGS="$CFLAGS $ac_esd_incl"
14878 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14879 if test "${ac_cv_header_esd_h+set}" = set; then
14880 { echo "$as_me:$LINENO: checking for esd.h" >&5
14881 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14882 if test "${ac_cv_header_esd_h+set}" = set; then
14883 echo $ECHO_N "(cached) $ECHO_C" >&6
14885 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14886 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14887 else
14888 # Is the header compilable?
14889 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14890 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14891 cat >conftest.$ac_ext <<_ACEOF
14892 /* confdefs.h. */
14893 _ACEOF
14894 cat confdefs.h >>conftest.$ac_ext
14895 cat >>conftest.$ac_ext <<_ACEOF
14896 /* end confdefs.h. */
14897 $ac_includes_default
14898 #include <esd.h>
14899 _ACEOF
14900 rm -f conftest.$ac_objext
14901 if { (ac_try="$ac_compile"
14902 case "(($ac_try" in
14903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14904 *) ac_try_echo=$ac_try;;
14905 esac
14906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14907 (eval "$ac_compile") 2>conftest.er1
14908 ac_status=$?
14909 grep -v '^ *+' conftest.er1 >conftest.err
14910 rm -f conftest.er1
14911 cat conftest.err >&5
14912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14913 (exit $ac_status); } && {
14914 test -z "$ac_c_werror_flag" ||
14915 test ! -s conftest.err
14916 } && test -s conftest.$ac_objext; then
14917 ac_header_compiler=yes
14918 else
14919 echo "$as_me: failed program was:" >&5
14920 sed 's/^/| /' conftest.$ac_ext >&5
14922 ac_header_compiler=no
14925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14926 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14927 echo "${ECHO_T}$ac_header_compiler" >&6; }
14929 # Is the header present?
14930 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14931 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14932 cat >conftest.$ac_ext <<_ACEOF
14933 /* confdefs.h. */
14934 _ACEOF
14935 cat confdefs.h >>conftest.$ac_ext
14936 cat >>conftest.$ac_ext <<_ACEOF
14937 /* end confdefs.h. */
14938 #include <esd.h>
14939 _ACEOF
14940 if { (ac_try="$ac_cpp conftest.$ac_ext"
14941 case "(($ac_try" in
14942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14943 *) ac_try_echo=$ac_try;;
14944 esac
14945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14946 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14947 ac_status=$?
14948 grep -v '^ *+' conftest.er1 >conftest.err
14949 rm -f conftest.er1
14950 cat conftest.err >&5
14951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14952 (exit $ac_status); } >/dev/null && {
14953 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14954 test ! -s conftest.err
14955 }; then
14956 ac_header_preproc=yes
14957 else
14958 echo "$as_me: failed program was:" >&5
14959 sed 's/^/| /' conftest.$ac_ext >&5
14961 ac_header_preproc=no
14964 rm -f conftest.err conftest.$ac_ext
14965 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14966 echo "${ECHO_T}$ac_header_preproc" >&6; }
14968 # So? What about this header?
14969 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14970 yes:no: )
14971 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14972 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14973 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14974 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14975 ac_header_preproc=yes
14977 no:yes:* )
14978 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14979 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14980 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14981 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14982 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14983 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14984 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14985 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14986 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14987 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14988 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14989 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14990 ( cat <<\_ASBOX
14991 ## ------------------------------------ ##
14992 ## Report this to wine-devel@winehq.org ##
14993 ## ------------------------------------ ##
14994 _ASBOX
14995 ) | sed "s/^/$as_me: WARNING: /" >&2
14997 esac
14998 { echo "$as_me:$LINENO: checking for esd.h" >&5
14999 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15000 if test "${ac_cv_header_esd_h+set}" = set; then
15001 echo $ECHO_N "(cached) $ECHO_C" >&6
15002 else
15003 ac_cv_header_esd_h=$ac_header_preproc
15005 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15006 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15009 if test $ac_cv_header_esd_h = yes; then
15010 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15011 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15012 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15013 echo $ECHO_N "(cached) $ECHO_C" >&6
15014 else
15015 ac_check_lib_save_LIBS=$LIBS
15016 LIBS="-lesd $ac_esd_libs $LIBS"
15017 cat >conftest.$ac_ext <<_ACEOF
15018 /* confdefs.h. */
15019 _ACEOF
15020 cat confdefs.h >>conftest.$ac_ext
15021 cat >>conftest.$ac_ext <<_ACEOF
15022 /* end confdefs.h. */
15024 /* Override any GCC internal prototype to avoid an error.
15025 Use char because int might match the return type of a GCC
15026 builtin and then its argument prototype would still apply. */
15027 #ifdef __cplusplus
15028 extern "C"
15029 #endif
15030 char esd_open_sound ();
15032 main ()
15034 return esd_open_sound ();
15036 return 0;
15038 _ACEOF
15039 rm -f conftest.$ac_objext conftest$ac_exeext
15040 if { (ac_try="$ac_link"
15041 case "(($ac_try" in
15042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15043 *) ac_try_echo=$ac_try;;
15044 esac
15045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15046 (eval "$ac_link") 2>conftest.er1
15047 ac_status=$?
15048 grep -v '^ *+' conftest.er1 >conftest.err
15049 rm -f conftest.er1
15050 cat conftest.err >&5
15051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15052 (exit $ac_status); } && {
15053 test -z "$ac_c_werror_flag" ||
15054 test ! -s conftest.err
15055 } && test -s conftest$ac_exeext &&
15056 $as_test_x conftest$ac_exeext; then
15057 ac_cv_lib_esd_esd_open_sound=yes
15058 else
15059 echo "$as_me: failed program was:" >&5
15060 sed 's/^/| /' conftest.$ac_ext >&5
15062 ac_cv_lib_esd_esd_open_sound=no
15065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15066 conftest$ac_exeext conftest.$ac_ext
15067 LIBS=$ac_check_lib_save_LIBS
15069 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15070 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15071 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15072 ESDINCL="$ac_esd_incl"
15074 ESDLIBS="$ac_esd_libs"
15077 cat >>confdefs.h <<\_ACEOF
15078 #define HAVE_ESD 1
15079 _ACEOF
15086 CFLAGS="$save_CFLAGS"
15089 if test "x$with_pulse" != "xno"; then
15090 if test "$PKG_CONFIG" != "false"; then
15091 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15092 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15093 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15094 have_pulseaudio="yes"
15095 else
15096 have_pulseaudio="no"
15098 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15099 echo "${ECHO_T}$have_pulseaudio" >&6; }
15100 if test x"$have_pulseaudio" = xyes; then
15101 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15103 cat >>confdefs.h <<\_ACEOF
15104 #define HAVE_PULSEAUDIO 1
15105 _ACEOF
15107 PULSELIBS="$ac_pulse_libs"
15113 ALSALIBS=""
15115 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15116 then
15117 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15118 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15119 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15120 echo $ECHO_N "(cached) $ECHO_C" >&6
15121 else
15122 ac_check_lib_save_LIBS=$LIBS
15123 LIBS="-lasound $LIBS"
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h. */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h. */
15131 /* Override any GCC internal prototype to avoid an error.
15132 Use char because int might match the return type of a GCC
15133 builtin and then its argument prototype would still apply. */
15134 #ifdef __cplusplus
15135 extern "C"
15136 #endif
15137 char snd_pcm_hw_params_get_access ();
15139 main ()
15141 return snd_pcm_hw_params_get_access ();
15143 return 0;
15145 _ACEOF
15146 rm -f conftest.$ac_objext conftest$ac_exeext
15147 if { (ac_try="$ac_link"
15148 case "(($ac_try" in
15149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15150 *) ac_try_echo=$ac_try;;
15151 esac
15152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15153 (eval "$ac_link") 2>conftest.er1
15154 ac_status=$?
15155 grep -v '^ *+' conftest.er1 >conftest.err
15156 rm -f conftest.er1
15157 cat conftest.err >&5
15158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15159 (exit $ac_status); } && {
15160 test -z "$ac_c_werror_flag" ||
15161 test ! -s conftest.err
15162 } && test -s conftest$ac_exeext &&
15163 $as_test_x conftest$ac_exeext; then
15164 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15165 else
15166 echo "$as_me: failed program was:" >&5
15167 sed 's/^/| /' conftest.$ac_ext >&5
15169 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15173 conftest$ac_exeext conftest.$ac_ext
15174 LIBS=$ac_check_lib_save_LIBS
15176 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15177 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15178 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15179 cat >conftest.$ac_ext <<_ACEOF
15180 /* confdefs.h. */
15181 _ACEOF
15182 cat confdefs.h >>conftest.$ac_ext
15183 cat >>conftest.$ac_ext <<_ACEOF
15184 /* end confdefs.h. */
15185 #ifdef HAVE_ALSA_ASOUNDLIB_H
15186 #include <alsa/asoundlib.h>
15187 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15188 #include <sys/asoundlib.h>
15189 #endif
15191 main ()
15193 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15195 return 0;
15197 _ACEOF
15198 rm -f conftest.$ac_objext
15199 if { (ac_try="$ac_compile"
15200 case "(($ac_try" in
15201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15202 *) ac_try_echo=$ac_try;;
15203 esac
15204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15205 (eval "$ac_compile") 2>conftest.er1
15206 ac_status=$?
15207 grep -v '^ *+' conftest.er1 >conftest.err
15208 rm -f conftest.er1
15209 cat conftest.err >&5
15210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15211 (exit $ac_status); } && {
15212 test -z "$ac_c_werror_flag" ||
15213 test ! -s conftest.err
15214 } && test -s conftest.$ac_objext; then
15216 cat >>confdefs.h <<\_ACEOF
15217 #define HAVE_ALSA 1
15218 _ACEOF
15220 ALSALIBS="-lasound"
15221 else
15222 echo "$as_me: failed program was:" >&5
15223 sed 's/^/| /' conftest.$ac_ext >&5
15228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15233 AUDIOIOLIBS=""
15235 if test "$ac_cv_header_libaudioio_h" = "yes"
15236 then
15237 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15238 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15239 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15240 echo $ECHO_N "(cached) $ECHO_C" >&6
15241 else
15242 ac_check_lib_save_LIBS=$LIBS
15243 LIBS="-laudioio $LIBS"
15244 cat >conftest.$ac_ext <<_ACEOF
15245 /* confdefs.h. */
15246 _ACEOF
15247 cat confdefs.h >>conftest.$ac_ext
15248 cat >>conftest.$ac_ext <<_ACEOF
15249 /* end confdefs.h. */
15251 /* Override any GCC internal prototype to avoid an error.
15252 Use char because int might match the return type of a GCC
15253 builtin and then its argument prototype would still apply. */
15254 #ifdef __cplusplus
15255 extern "C"
15256 #endif
15257 char AudioIOGetVersion ();
15259 main ()
15261 return AudioIOGetVersion ();
15263 return 0;
15265 _ACEOF
15266 rm -f conftest.$ac_objext conftest$ac_exeext
15267 if { (ac_try="$ac_link"
15268 case "(($ac_try" in
15269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15270 *) ac_try_echo=$ac_try;;
15271 esac
15272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15273 (eval "$ac_link") 2>conftest.er1
15274 ac_status=$?
15275 grep -v '^ *+' conftest.er1 >conftest.err
15276 rm -f conftest.er1
15277 cat conftest.err >&5
15278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15279 (exit $ac_status); } && {
15280 test -z "$ac_c_werror_flag" ||
15281 test ! -s conftest.err
15282 } && test -s conftest$ac_exeext &&
15283 $as_test_x conftest$ac_exeext; then
15284 ac_cv_lib_audioio_AudioIOGetVersion=yes
15285 else
15286 echo "$as_me: failed program was:" >&5
15287 sed 's/^/| /' conftest.$ac_ext >&5
15289 ac_cv_lib_audioio_AudioIOGetVersion=no
15292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15293 conftest$ac_exeext conftest.$ac_ext
15294 LIBS=$ac_check_lib_save_LIBS
15296 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15297 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15298 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15299 AUDIOIOLIBS="-laudioio"
15301 cat >>confdefs.h <<\_ACEOF
15302 #define HAVE_LIBAUDIOIO 1
15303 _ACEOF
15310 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15311 then
15312 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15313 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15314 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15315 echo $ECHO_N "(cached) $ECHO_C" >&6
15316 else
15317 ac_check_soname_save_LIBS=$LIBS
15318 LIBS="-lcapi20 $LIBS"
15319 cat >conftest.$ac_ext <<_ACEOF
15320 /* confdefs.h. */
15321 _ACEOF
15322 cat confdefs.h >>conftest.$ac_ext
15323 cat >>conftest.$ac_ext <<_ACEOF
15324 /* end confdefs.h. */
15326 /* Override any GCC internal prototype to avoid an error.
15327 Use char because int might match the return type of a GCC
15328 builtin and then its argument prototype would still apply. */
15329 #ifdef __cplusplus
15330 extern "C"
15331 #endif
15332 char capi20_register ();
15334 main ()
15336 return capi20_register ();
15338 return 0;
15340 _ACEOF
15341 rm -f conftest.$ac_objext conftest$ac_exeext
15342 if { (ac_try="$ac_link"
15343 case "(($ac_try" in
15344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15345 *) ac_try_echo=$ac_try;;
15346 esac
15347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15348 (eval "$ac_link") 2>conftest.er1
15349 ac_status=$?
15350 grep -v '^ *+' conftest.er1 >conftest.err
15351 rm -f conftest.er1
15352 cat conftest.err >&5
15353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15354 (exit $ac_status); } && {
15355 test -z "$ac_c_werror_flag" ||
15356 test ! -s conftest.err
15357 } && test -s conftest$ac_exeext &&
15358 $as_test_x conftest$ac_exeext; then
15359 case "$LIBEXT" in
15360 dll) ;;
15361 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'` ;;
15362 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15363 esac
15364 else
15365 echo "$as_me: failed program was:" >&5
15366 sed 's/^/| /' conftest.$ac_ext >&5
15371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15372 conftest$ac_exeext conftest.$ac_ext
15373 LIBS=$ac_check_soname_save_LIBS
15375 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15376 { echo "$as_me:$LINENO: result: not found" >&5
15377 echo "${ECHO_T}not found" >&6; }
15379 else
15380 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15381 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15383 cat >>confdefs.h <<_ACEOF
15384 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15385 _ACEOF
15391 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15392 case "x$with_capi" in
15393 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15394 xno) ;;
15395 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15396 This is an error since --with-capi was requested." >&5
15397 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15398 This is an error since --with-capi was requested." >&2;}
15399 { (exit 1); exit 1; }; } ;;
15400 esac
15404 CUPSINCL=""
15406 if test "x$with_cups" != "xno"
15407 then
15408 ac_save_CPPFLAGS="$CPPFLAGS"
15409 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15410 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15411 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15413 for ac_header in cups/cups.h
15415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15420 echo $ECHO_N "(cached) $ECHO_C" >&6
15422 ac_res=`eval echo '${'$as_ac_Header'}'`
15423 { echo "$as_me:$LINENO: result: $ac_res" >&5
15424 echo "${ECHO_T}$ac_res" >&6; }
15425 else
15426 # Is the header compilable?
15427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15429 cat >conftest.$ac_ext <<_ACEOF
15430 /* confdefs.h. */
15431 _ACEOF
15432 cat confdefs.h >>conftest.$ac_ext
15433 cat >>conftest.$ac_ext <<_ACEOF
15434 /* end confdefs.h. */
15435 $ac_includes_default
15436 #include <$ac_header>
15437 _ACEOF
15438 rm -f conftest.$ac_objext
15439 if { (ac_try="$ac_compile"
15440 case "(($ac_try" in
15441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15442 *) ac_try_echo=$ac_try;;
15443 esac
15444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15445 (eval "$ac_compile") 2>conftest.er1
15446 ac_status=$?
15447 grep -v '^ *+' conftest.er1 >conftest.err
15448 rm -f conftest.er1
15449 cat conftest.err >&5
15450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15451 (exit $ac_status); } && {
15452 test -z "$ac_c_werror_flag" ||
15453 test ! -s conftest.err
15454 } && test -s conftest.$ac_objext; then
15455 ac_header_compiler=yes
15456 else
15457 echo "$as_me: failed program was:" >&5
15458 sed 's/^/| /' conftest.$ac_ext >&5
15460 ac_header_compiler=no
15463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15465 echo "${ECHO_T}$ac_header_compiler" >&6; }
15467 # Is the header present?
15468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15470 cat >conftest.$ac_ext <<_ACEOF
15471 /* confdefs.h. */
15472 _ACEOF
15473 cat confdefs.h >>conftest.$ac_ext
15474 cat >>conftest.$ac_ext <<_ACEOF
15475 /* end confdefs.h. */
15476 #include <$ac_header>
15477 _ACEOF
15478 if { (ac_try="$ac_cpp conftest.$ac_ext"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } >/dev/null && {
15491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 }; then
15494 ac_header_preproc=yes
15495 else
15496 echo "$as_me: failed program was:" >&5
15497 sed 's/^/| /' conftest.$ac_ext >&5
15499 ac_header_preproc=no
15502 rm -f conftest.err conftest.$ac_ext
15503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15504 echo "${ECHO_T}$ac_header_preproc" >&6; }
15506 # So? What about this header?
15507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15508 yes:no: )
15509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15513 ac_header_preproc=yes
15515 no:yes:* )
15516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15528 ( cat <<\_ASBOX
15529 ## ------------------------------------ ##
15530 ## Report this to wine-devel@winehq.org ##
15531 ## ------------------------------------ ##
15532 _ASBOX
15533 ) | sed "s/^/$as_me: WARNING: /" >&2
15535 esac
15536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15539 echo $ECHO_N "(cached) $ECHO_C" >&6
15540 else
15541 eval "$as_ac_Header=\$ac_header_preproc"
15543 ac_res=`eval echo '${'$as_ac_Header'}'`
15544 { echo "$as_me:$LINENO: result: $ac_res" >&5
15545 echo "${ECHO_T}$ac_res" >&6; }
15548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15549 cat >>confdefs.h <<_ACEOF
15550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15551 _ACEOF
15552 { echo "$as_me:$LINENO: checking for -lcups" >&5
15553 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15554 if test "${ac_cv_lib_soname_cups+set}" = set; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 else
15557 ac_check_soname_save_LIBS=$LIBS
15558 LIBS="-lcups $ac_cups_libs $LIBS"
15559 cat >conftest.$ac_ext <<_ACEOF
15560 /* confdefs.h. */
15561 _ACEOF
15562 cat confdefs.h >>conftest.$ac_ext
15563 cat >>conftest.$ac_ext <<_ACEOF
15564 /* end confdefs.h. */
15566 /* Override any GCC internal prototype to avoid an error.
15567 Use char because int might match the return type of a GCC
15568 builtin and then its argument prototype would still apply. */
15569 #ifdef __cplusplus
15570 extern "C"
15571 #endif
15572 char cupsGetDefault ();
15574 main ()
15576 return cupsGetDefault ();
15578 return 0;
15580 _ACEOF
15581 rm -f conftest.$ac_objext conftest$ac_exeext
15582 if { (ac_try="$ac_link"
15583 case "(($ac_try" in
15584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15585 *) ac_try_echo=$ac_try;;
15586 esac
15587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15588 (eval "$ac_link") 2>conftest.er1
15589 ac_status=$?
15590 grep -v '^ *+' conftest.er1 >conftest.err
15591 rm -f conftest.er1
15592 cat conftest.err >&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); } && {
15595 test -z "$ac_c_werror_flag" ||
15596 test ! -s conftest.err
15597 } && test -s conftest$ac_exeext &&
15598 $as_test_x conftest$ac_exeext; then
15599 case "$LIBEXT" in
15600 dll) ;;
15601 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'` ;;
15602 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15603 esac
15604 else
15605 echo "$as_me: failed program was:" >&5
15606 sed 's/^/| /' conftest.$ac_ext >&5
15611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15612 conftest$ac_exeext conftest.$ac_ext
15613 LIBS=$ac_check_soname_save_LIBS
15615 if test "x$ac_cv_lib_soname_cups" = "x"; then
15616 { echo "$as_me:$LINENO: result: not found" >&5
15617 echo "${ECHO_T}not found" >&6; }
15619 else
15620 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15621 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15623 cat >>confdefs.h <<_ACEOF
15624 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15625 _ACEOF
15627 CUPSINCL="$ac_cups_cflags"
15632 done
15634 CPPFLAGS="$ac_save_CPPFLAGS"
15636 if test "x$ac_cv_lib_soname_cups" = "x"; then
15637 case "x$with_cups" in
15638 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15639 xno) ;;
15640 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15641 This is an error since --with-cups was requested." >&5
15642 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15643 This is an error since --with-cups was requested." >&2;}
15644 { (exit 1); exit 1; }; } ;;
15645 esac
15649 if test "$ac_cv_header_jack_jack_h" = "yes"
15650 then
15651 { echo "$as_me:$LINENO: checking for -ljack" >&5
15652 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15653 if test "${ac_cv_lib_soname_jack+set}" = set; then
15654 echo $ECHO_N "(cached) $ECHO_C" >&6
15655 else
15656 ac_check_soname_save_LIBS=$LIBS
15657 LIBS="-ljack $LIBS"
15658 cat >conftest.$ac_ext <<_ACEOF
15659 /* confdefs.h. */
15660 _ACEOF
15661 cat confdefs.h >>conftest.$ac_ext
15662 cat >>conftest.$ac_ext <<_ACEOF
15663 /* end confdefs.h. */
15665 /* Override any GCC internal prototype to avoid an error.
15666 Use char because int might match the return type of a GCC
15667 builtin and then its argument prototype would still apply. */
15668 #ifdef __cplusplus
15669 extern "C"
15670 #endif
15671 char jack_client_new ();
15673 main ()
15675 return jack_client_new ();
15677 return 0;
15679 _ACEOF
15680 rm -f conftest.$ac_objext conftest$ac_exeext
15681 if { (ac_try="$ac_link"
15682 case "(($ac_try" in
15683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15684 *) ac_try_echo=$ac_try;;
15685 esac
15686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15687 (eval "$ac_link") 2>conftest.er1
15688 ac_status=$?
15689 grep -v '^ *+' conftest.er1 >conftest.err
15690 rm -f conftest.er1
15691 cat conftest.err >&5
15692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15693 (exit $ac_status); } && {
15694 test -z "$ac_c_werror_flag" ||
15695 test ! -s conftest.err
15696 } && test -s conftest$ac_exeext &&
15697 $as_test_x conftest$ac_exeext; then
15698 case "$LIBEXT" in
15699 dll) ;;
15700 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'` ;;
15701 *) 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'` ;;
15702 esac
15703 else
15704 echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.$ac_ext >&5
15710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15711 conftest$ac_exeext conftest.$ac_ext
15712 LIBS=$ac_check_soname_save_LIBS
15714 if test "x$ac_cv_lib_soname_jack" = "x"; then
15715 { echo "$as_me:$LINENO: result: not found" >&5
15716 echo "${ECHO_T}not found" >&6; }
15718 else
15719 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15720 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15722 cat >>confdefs.h <<_ACEOF
15723 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15724 _ACEOF
15731 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15732 then
15733 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15734 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15735 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15736 echo $ECHO_N "(cached) $ECHO_C" >&6
15737 else
15738 ac_check_soname_save_LIBS=$LIBS
15739 LIBS="-lfontconfig $LIBS"
15740 cat >conftest.$ac_ext <<_ACEOF
15741 /* confdefs.h. */
15742 _ACEOF
15743 cat confdefs.h >>conftest.$ac_ext
15744 cat >>conftest.$ac_ext <<_ACEOF
15745 /* end confdefs.h. */
15747 /* Override any GCC internal prototype to avoid an error.
15748 Use char because int might match the return type of a GCC
15749 builtin and then its argument prototype would still apply. */
15750 #ifdef __cplusplus
15751 extern "C"
15752 #endif
15753 char FcInit ();
15755 main ()
15757 return FcInit ();
15759 return 0;
15761 _ACEOF
15762 rm -f conftest.$ac_objext conftest$ac_exeext
15763 if { (ac_try="$ac_link"
15764 case "(($ac_try" in
15765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15766 *) ac_try_echo=$ac_try;;
15767 esac
15768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15769 (eval "$ac_link") 2>conftest.er1
15770 ac_status=$?
15771 grep -v '^ *+' conftest.er1 >conftest.err
15772 rm -f conftest.er1
15773 cat conftest.err >&5
15774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15775 (exit $ac_status); } && {
15776 test -z "$ac_c_werror_flag" ||
15777 test ! -s conftest.err
15778 } && test -s conftest$ac_exeext &&
15779 $as_test_x conftest$ac_exeext; then
15780 case "$LIBEXT" in
15781 dll) ;;
15782 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'` ;;
15783 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15784 esac
15785 else
15786 echo "$as_me: failed program was:" >&5
15787 sed 's/^/| /' conftest.$ac_ext >&5
15792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15793 conftest$ac_exeext conftest.$ac_ext
15794 LIBS=$ac_check_soname_save_LIBS
15796 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15797 { echo "$as_me:$LINENO: result: not found" >&5
15798 echo "${ECHO_T}not found" >&6; }
15800 else
15801 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15802 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15804 cat >>confdefs.h <<_ACEOF
15805 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15806 _ACEOF
15811 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15812 then
15813 ac_save_CPPFLAGS="$CPPFLAGS"
15814 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15815 $as_unset ac_cv_header_fontconfig_fontconfig_h
15817 for ac_header in fontconfig/fontconfig.h
15819 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15820 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15821 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15823 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15824 echo $ECHO_N "(cached) $ECHO_C" >&6
15826 ac_res=`eval echo '${'$as_ac_Header'}'`
15827 { echo "$as_me:$LINENO: result: $ac_res" >&5
15828 echo "${ECHO_T}$ac_res" >&6; }
15829 else
15830 # Is the header compilable?
15831 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15832 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15833 cat >conftest.$ac_ext <<_ACEOF
15834 /* confdefs.h. */
15835 _ACEOF
15836 cat confdefs.h >>conftest.$ac_ext
15837 cat >>conftest.$ac_ext <<_ACEOF
15838 /* end confdefs.h. */
15839 $ac_includes_default
15840 #include <$ac_header>
15841 _ACEOF
15842 rm -f conftest.$ac_objext
15843 if { (ac_try="$ac_compile"
15844 case "(($ac_try" in
15845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15846 *) ac_try_echo=$ac_try;;
15847 esac
15848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15849 (eval "$ac_compile") 2>conftest.er1
15850 ac_status=$?
15851 grep -v '^ *+' conftest.er1 >conftest.err
15852 rm -f conftest.er1
15853 cat conftest.err >&5
15854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15855 (exit $ac_status); } && {
15856 test -z "$ac_c_werror_flag" ||
15857 test ! -s conftest.err
15858 } && test -s conftest.$ac_objext; then
15859 ac_header_compiler=yes
15860 else
15861 echo "$as_me: failed program was:" >&5
15862 sed 's/^/| /' conftest.$ac_ext >&5
15864 ac_header_compiler=no
15867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15868 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15869 echo "${ECHO_T}$ac_header_compiler" >&6; }
15871 # Is the header present?
15872 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15873 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15874 cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h. */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15880 #include <$ac_header>
15881 _ACEOF
15882 if { (ac_try="$ac_cpp conftest.$ac_ext"
15883 case "(($ac_try" in
15884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15885 *) ac_try_echo=$ac_try;;
15886 esac
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15889 ac_status=$?
15890 grep -v '^ *+' conftest.er1 >conftest.err
15891 rm -f conftest.er1
15892 cat conftest.err >&5
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); } >/dev/null && {
15895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15896 test ! -s conftest.err
15897 }; then
15898 ac_header_preproc=yes
15899 else
15900 echo "$as_me: failed program was:" >&5
15901 sed 's/^/| /' conftest.$ac_ext >&5
15903 ac_header_preproc=no
15906 rm -f conftest.err conftest.$ac_ext
15907 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15908 echo "${ECHO_T}$ac_header_preproc" >&6; }
15910 # So? What about this header?
15911 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15912 yes:no: )
15913 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15914 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15916 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15917 ac_header_preproc=yes
15919 no:yes:* )
15920 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15921 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15922 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15923 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15924 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15925 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15926 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15927 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15929 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15930 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15931 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15932 ( cat <<\_ASBOX
15933 ## ------------------------------------ ##
15934 ## Report this to wine-devel@winehq.org ##
15935 ## ------------------------------------ ##
15936 _ASBOX
15937 ) | sed "s/^/$as_me: WARNING: /" >&2
15939 esac
15940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15943 echo $ECHO_N "(cached) $ECHO_C" >&6
15944 else
15945 eval "$as_ac_Header=\$ac_header_preproc"
15947 ac_res=`eval echo '${'$as_ac_Header'}'`
15948 { echo "$as_me:$LINENO: result: $ac_res" >&5
15949 echo "${ECHO_T}$ac_res" >&6; }
15952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15953 cat >>confdefs.h <<_ACEOF
15954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15955 _ACEOF
15959 done
15961 CPPFLAGS="$ac_save_CPPFLAGS"
15962 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15963 then
15964 FONTCONFIGINCL="$X_CFLAGS"
15966 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15967 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15968 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15969 echo $ECHO_N "(cached) $ECHO_C" >&6
15970 else
15971 ac_check_soname_save_LIBS=$LIBS
15972 LIBS="-lfontconfig $X_LIBS $LIBS"
15973 cat >conftest.$ac_ext <<_ACEOF
15974 /* confdefs.h. */
15975 _ACEOF
15976 cat confdefs.h >>conftest.$ac_ext
15977 cat >>conftest.$ac_ext <<_ACEOF
15978 /* end confdefs.h. */
15980 /* Override any GCC internal prototype to avoid an error.
15981 Use char because int might match the return type of a GCC
15982 builtin and then its argument prototype would still apply. */
15983 #ifdef __cplusplus
15984 extern "C"
15985 #endif
15986 char FcInit ();
15988 main ()
15990 return FcInit ();
15992 return 0;
15994 _ACEOF
15995 rm -f conftest.$ac_objext conftest$ac_exeext
15996 if { (ac_try="$ac_link"
15997 case "(($ac_try" in
15998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15999 *) ac_try_echo=$ac_try;;
16000 esac
16001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16002 (eval "$ac_link") 2>conftest.er1
16003 ac_status=$?
16004 grep -v '^ *+' conftest.er1 >conftest.err
16005 rm -f conftest.er1
16006 cat conftest.err >&5
16007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16008 (exit $ac_status); } && {
16009 test -z "$ac_c_werror_flag" ||
16010 test ! -s conftest.err
16011 } && test -s conftest$ac_exeext &&
16012 $as_test_x conftest$ac_exeext; then
16013 case "$LIBEXT" in
16014 dll) ;;
16015 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'` ;;
16016 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16017 esac
16018 else
16019 echo "$as_me: failed program was:" >&5
16020 sed 's/^/| /' conftest.$ac_ext >&5
16025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16026 conftest$ac_exeext conftest.$ac_ext
16027 LIBS=$ac_check_soname_save_LIBS
16029 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16030 { echo "$as_me:$LINENO: result: not found" >&5
16031 echo "${ECHO_T}not found" >&6; }
16033 else
16034 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16035 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16037 cat >>confdefs.h <<_ACEOF
16038 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16039 _ACEOF
16046 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16047 case "x$with_fontconfig" in
16048 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16049 xno) ;;
16050 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16051 This is an error since --with-fontconfig was requested." >&5
16052 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16053 This is an error since --with-fontconfig was requested." >&2;}
16054 { (exit 1); exit 1; }; } ;;
16055 esac
16059 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16060 then
16061 { echo "$as_me:$LINENO: checking for -lssl" >&5
16062 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16063 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16064 echo $ECHO_N "(cached) $ECHO_C" >&6
16065 else
16066 ac_check_soname_save_LIBS=$LIBS
16067 LIBS="-lssl $LIBS"
16068 cat >conftest.$ac_ext <<_ACEOF
16069 /* confdefs.h. */
16070 _ACEOF
16071 cat confdefs.h >>conftest.$ac_ext
16072 cat >>conftest.$ac_ext <<_ACEOF
16073 /* end confdefs.h. */
16075 /* Override any GCC internal prototype to avoid an error.
16076 Use char because int might match the return type of a GCC
16077 builtin and then its argument prototype would still apply. */
16078 #ifdef __cplusplus
16079 extern "C"
16080 #endif
16081 char SSL_library_init ();
16083 main ()
16085 return SSL_library_init ();
16087 return 0;
16089 _ACEOF
16090 rm -f conftest.$ac_objext conftest$ac_exeext
16091 if { (ac_try="$ac_link"
16092 case "(($ac_try" in
16093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16094 *) ac_try_echo=$ac_try;;
16095 esac
16096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16097 (eval "$ac_link") 2>conftest.er1
16098 ac_status=$?
16099 grep -v '^ *+' conftest.er1 >conftest.err
16100 rm -f conftest.er1
16101 cat conftest.err >&5
16102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16103 (exit $ac_status); } && {
16104 test -z "$ac_c_werror_flag" ||
16105 test ! -s conftest.err
16106 } && test -s conftest$ac_exeext &&
16107 $as_test_x conftest$ac_exeext; then
16108 case "$LIBEXT" in
16109 dll) ;;
16110 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'` ;;
16111 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16112 esac
16113 else
16114 echo "$as_me: failed program was:" >&5
16115 sed 's/^/| /' conftest.$ac_ext >&5
16120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16121 conftest$ac_exeext conftest.$ac_ext
16122 LIBS=$ac_check_soname_save_LIBS
16124 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16125 { echo "$as_me:$LINENO: result: not found" >&5
16126 echo "${ECHO_T}not found" >&6; }
16128 else
16129 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16130 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16132 cat >>confdefs.h <<_ACEOF
16133 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16134 _ACEOF
16139 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16140 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16141 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16142 echo $ECHO_N "(cached) $ECHO_C" >&6
16143 else
16144 ac_check_soname_save_LIBS=$LIBS
16145 LIBS="-lcrypto $LIBS"
16146 cat >conftest.$ac_ext <<_ACEOF
16147 /* confdefs.h. */
16148 _ACEOF
16149 cat confdefs.h >>conftest.$ac_ext
16150 cat >>conftest.$ac_ext <<_ACEOF
16151 /* end confdefs.h. */
16153 /* Override any GCC internal prototype to avoid an error.
16154 Use char because int might match the return type of a GCC
16155 builtin and then its argument prototype would still apply. */
16156 #ifdef __cplusplus
16157 extern "C"
16158 #endif
16159 char BIO_new_socket ();
16161 main ()
16163 return BIO_new_socket ();
16165 return 0;
16167 _ACEOF
16168 rm -f conftest.$ac_objext conftest$ac_exeext
16169 if { (ac_try="$ac_link"
16170 case "(($ac_try" in
16171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16172 *) ac_try_echo=$ac_try;;
16173 esac
16174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16175 (eval "$ac_link") 2>conftest.er1
16176 ac_status=$?
16177 grep -v '^ *+' conftest.er1 >conftest.err
16178 rm -f conftest.er1
16179 cat conftest.err >&5
16180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16181 (exit $ac_status); } && {
16182 test -z "$ac_c_werror_flag" ||
16183 test ! -s conftest.err
16184 } && test -s conftest$ac_exeext &&
16185 $as_test_x conftest$ac_exeext; then
16186 case "$LIBEXT" in
16187 dll) ;;
16188 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'` ;;
16189 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16190 esac
16191 else
16192 echo "$as_me: failed program was:" >&5
16193 sed 's/^/| /' conftest.$ac_ext >&5
16198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16199 conftest$ac_exeext conftest.$ac_ext
16200 LIBS=$ac_check_soname_save_LIBS
16202 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16203 { echo "$as_me:$LINENO: result: not found" >&5
16204 echo "${ECHO_T}not found" >&6; }
16206 else
16207 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16208 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16210 cat >>confdefs.h <<_ACEOF
16211 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16212 _ACEOF
16218 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16219 case "x$with_openssl" in
16220 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16221 xno) ;;
16222 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16223 This is an error since --with-openssl was requested." >&5
16224 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16225 This is an error since --with-openssl was requested." >&2;}
16226 { (exit 1); exit 1; }; } ;;
16227 esac
16231 if test "$ac_cv_header_jpeglib_h" = "yes"
16232 then
16233 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16234 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16235 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16236 echo $ECHO_N "(cached) $ECHO_C" >&6
16237 else
16238 ac_check_soname_save_LIBS=$LIBS
16239 LIBS="-ljpeg $LIBS"
16240 cat >conftest.$ac_ext <<_ACEOF
16241 /* confdefs.h. */
16242 _ACEOF
16243 cat confdefs.h >>conftest.$ac_ext
16244 cat >>conftest.$ac_ext <<_ACEOF
16245 /* end confdefs.h. */
16247 /* Override any GCC internal prototype to avoid an error.
16248 Use char because int might match the return type of a GCC
16249 builtin and then its argument prototype would still apply. */
16250 #ifdef __cplusplus
16251 extern "C"
16252 #endif
16253 char jpeg_start_decompress ();
16255 main ()
16257 return jpeg_start_decompress ();
16259 return 0;
16261 _ACEOF
16262 rm -f conftest.$ac_objext conftest$ac_exeext
16263 if { (ac_try="$ac_link"
16264 case "(($ac_try" in
16265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16266 *) ac_try_echo=$ac_try;;
16267 esac
16268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16269 (eval "$ac_link") 2>conftest.er1
16270 ac_status=$?
16271 grep -v '^ *+' conftest.er1 >conftest.err
16272 rm -f conftest.er1
16273 cat conftest.err >&5
16274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16275 (exit $ac_status); } && {
16276 test -z "$ac_c_werror_flag" ||
16277 test ! -s conftest.err
16278 } && test -s conftest$ac_exeext &&
16279 $as_test_x conftest$ac_exeext; then
16280 case "$LIBEXT" in
16281 dll) ;;
16282 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'` ;;
16283 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16284 esac
16285 else
16286 echo "$as_me: failed program was:" >&5
16287 sed 's/^/| /' conftest.$ac_ext >&5
16292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16293 conftest$ac_exeext conftest.$ac_ext
16294 LIBS=$ac_check_soname_save_LIBS
16296 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16297 { echo "$as_me:$LINENO: result: not found" >&5
16298 echo "${ECHO_T}not found" >&6; }
16300 else
16301 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16302 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16304 cat >>confdefs.h <<_ACEOF
16305 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16306 _ACEOF
16312 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16313 case "x$with_jpeg" in
16314 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16315 xno) ;;
16316 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16317 This is an error since --with-jpeg was requested." >&5
16318 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16319 This is an error since --with-jpeg was requested." >&2;}
16320 { (exit 1); exit 1; }; } ;;
16321 esac
16325 if test "$ac_cv_header_png_h" = "yes"
16326 then
16327 { echo "$as_me:$LINENO: checking for -lpng" >&5
16328 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16329 if test "${ac_cv_lib_soname_png+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332 ac_check_soname_save_LIBS=$LIBS
16333 LIBS="-lpng -lm -lz $LIBS"
16334 cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h. */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16341 /* Override any GCC internal prototype to avoid an error.
16342 Use char because int might match the return type of a GCC
16343 builtin and then its argument prototype would still apply. */
16344 #ifdef __cplusplus
16345 extern "C"
16346 #endif
16347 char png_create_read_struct ();
16349 main ()
16351 return png_create_read_struct ();
16353 return 0;
16355 _ACEOF
16356 rm -f conftest.$ac_objext conftest$ac_exeext
16357 if { (ac_try="$ac_link"
16358 case "(($ac_try" in
16359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16360 *) ac_try_echo=$ac_try;;
16361 esac
16362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16363 (eval "$ac_link") 2>conftest.er1
16364 ac_status=$?
16365 grep -v '^ *+' conftest.er1 >conftest.err
16366 rm -f conftest.er1
16367 cat conftest.err >&5
16368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16369 (exit $ac_status); } && {
16370 test -z "$ac_c_werror_flag" ||
16371 test ! -s conftest.err
16372 } && test -s conftest$ac_exeext &&
16373 $as_test_x conftest$ac_exeext; then
16374 case "$LIBEXT" in
16375 dll) ;;
16376 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'` ;;
16377 *) 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'` ;;
16378 esac
16379 else
16380 echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16387 conftest$ac_exeext conftest.$ac_ext
16388 LIBS=$ac_check_soname_save_LIBS
16390 if test "x$ac_cv_lib_soname_png" = "x"; then
16391 { echo "$as_me:$LINENO: result: not found" >&5
16392 echo "${ECHO_T}not found" >&6; }
16394 else
16395 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16396 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16398 cat >>confdefs.h <<_ACEOF
16399 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16400 _ACEOF
16405 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16406 then
16407 ac_save_CPPFLAGS="$CPPFLAGS"
16408 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16409 $as_unset ac_cv_header_png_h
16411 for ac_header in png.h
16413 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16414 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16415 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16416 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16418 echo $ECHO_N "(cached) $ECHO_C" >&6
16420 ac_res=`eval echo '${'$as_ac_Header'}'`
16421 { echo "$as_me:$LINENO: result: $ac_res" >&5
16422 echo "${ECHO_T}$ac_res" >&6; }
16423 else
16424 # Is the header compilable?
16425 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16426 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16427 cat >conftest.$ac_ext <<_ACEOF
16428 /* confdefs.h. */
16429 _ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16433 $ac_includes_default
16434 #include <$ac_header>
16435 _ACEOF
16436 rm -f conftest.$ac_objext
16437 if { (ac_try="$ac_compile"
16438 case "(($ac_try" in
16439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16440 *) ac_try_echo=$ac_try;;
16441 esac
16442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16443 (eval "$ac_compile") 2>conftest.er1
16444 ac_status=$?
16445 grep -v '^ *+' conftest.er1 >conftest.err
16446 rm -f conftest.er1
16447 cat conftest.err >&5
16448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16449 (exit $ac_status); } && {
16450 test -z "$ac_c_werror_flag" ||
16451 test ! -s conftest.err
16452 } && test -s conftest.$ac_objext; then
16453 ac_header_compiler=yes
16454 else
16455 echo "$as_me: failed program was:" >&5
16456 sed 's/^/| /' conftest.$ac_ext >&5
16458 ac_header_compiler=no
16461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16462 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16463 echo "${ECHO_T}$ac_header_compiler" >&6; }
16465 # Is the header present?
16466 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16467 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16468 cat >conftest.$ac_ext <<_ACEOF
16469 /* confdefs.h. */
16470 _ACEOF
16471 cat confdefs.h >>conftest.$ac_ext
16472 cat >>conftest.$ac_ext <<_ACEOF
16473 /* end confdefs.h. */
16474 #include <$ac_header>
16475 _ACEOF
16476 if { (ac_try="$ac_cpp conftest.$ac_ext"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16482 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16483 ac_status=$?
16484 grep -v '^ *+' conftest.er1 >conftest.err
16485 rm -f conftest.er1
16486 cat conftest.err >&5
16487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16488 (exit $ac_status); } >/dev/null && {
16489 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16490 test ! -s conftest.err
16491 }; then
16492 ac_header_preproc=yes
16493 else
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.$ac_ext >&5
16497 ac_header_preproc=no
16500 rm -f conftest.err conftest.$ac_ext
16501 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16502 echo "${ECHO_T}$ac_header_preproc" >&6; }
16504 # So? What about this header?
16505 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16506 yes:no: )
16507 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16508 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16509 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16510 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16511 ac_header_preproc=yes
16513 no:yes:* )
16514 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16515 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16516 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16517 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16518 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16519 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16520 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16521 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16522 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16523 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16524 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16525 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16526 ( cat <<\_ASBOX
16527 ## ------------------------------------ ##
16528 ## Report this to wine-devel@winehq.org ##
16529 ## ------------------------------------ ##
16530 _ASBOX
16531 ) | sed "s/^/$as_me: WARNING: /" >&2
16533 esac
16534 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16535 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16536 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16537 echo $ECHO_N "(cached) $ECHO_C" >&6
16538 else
16539 eval "$as_ac_Header=\$ac_header_preproc"
16541 ac_res=`eval echo '${'$as_ac_Header'}'`
16542 { echo "$as_me:$LINENO: result: $ac_res" >&5
16543 echo "${ECHO_T}$ac_res" >&6; }
16546 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16547 cat >>confdefs.h <<_ACEOF
16548 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16549 _ACEOF
16553 done
16555 CPPFLAGS="$ac_save_CPPFLAGS"
16556 if test "$ac_cv_header_png_h" = "yes"
16557 then
16558 PNGINCL="$X_CFLAGS"
16560 { echo "$as_me:$LINENO: checking for -lpng" >&5
16561 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16562 if test "${ac_cv_lib_soname_png+set}" = set; then
16563 echo $ECHO_N "(cached) $ECHO_C" >&6
16564 else
16565 ac_check_soname_save_LIBS=$LIBS
16566 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16567 cat >conftest.$ac_ext <<_ACEOF
16568 /* confdefs.h. */
16569 _ACEOF
16570 cat confdefs.h >>conftest.$ac_ext
16571 cat >>conftest.$ac_ext <<_ACEOF
16572 /* end confdefs.h. */
16574 /* Override any GCC internal prototype to avoid an error.
16575 Use char because int might match the return type of a GCC
16576 builtin and then its argument prototype would still apply. */
16577 #ifdef __cplusplus
16578 extern "C"
16579 #endif
16580 char png_create_read_struct ();
16582 main ()
16584 return png_create_read_struct ();
16586 return 0;
16588 _ACEOF
16589 rm -f conftest.$ac_objext conftest$ac_exeext
16590 if { (ac_try="$ac_link"
16591 case "(($ac_try" in
16592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16593 *) ac_try_echo=$ac_try;;
16594 esac
16595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16596 (eval "$ac_link") 2>conftest.er1
16597 ac_status=$?
16598 grep -v '^ *+' conftest.er1 >conftest.err
16599 rm -f conftest.er1
16600 cat conftest.err >&5
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); } && {
16603 test -z "$ac_c_werror_flag" ||
16604 test ! -s conftest.err
16605 } && test -s conftest$ac_exeext &&
16606 $as_test_x conftest$ac_exeext; then
16607 case "$LIBEXT" in
16608 dll) ;;
16609 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'` ;;
16610 *) 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'` ;;
16611 esac
16612 else
16613 echo "$as_me: failed program was:" >&5
16614 sed 's/^/| /' conftest.$ac_ext >&5
16619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16620 conftest$ac_exeext conftest.$ac_ext
16621 LIBS=$ac_check_soname_save_LIBS
16623 if test "x$ac_cv_lib_soname_png" = "x"; then
16624 { echo "$as_me:$LINENO: result: not found" >&5
16625 echo "${ECHO_T}not found" >&6; }
16627 else
16628 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16629 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16631 cat >>confdefs.h <<_ACEOF
16632 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16633 _ACEOF
16640 if test "x$ac_cv_lib_soname_png" = "x"; then
16641 case "x$with_png" in
16642 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16643 xno) ;;
16644 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16645 This is an error since --with-png was requested." >&5
16646 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16647 This is an error since --with-png was requested." >&2;}
16648 { (exit 1); exit 1; }; } ;;
16649 esac
16653 if test "$ac_cv_header_kstat_h" = "yes"
16654 then
16655 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16656 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16657 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16658 echo $ECHO_N "(cached) $ECHO_C" >&6
16659 else
16660 ac_check_lib_save_LIBS=$LIBS
16661 LIBS="-lkstat $LIBS"
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. */
16669 /* Override any GCC internal prototype to avoid an error.
16670 Use char because int might match the return type of a GCC
16671 builtin and then its argument prototype would still apply. */
16672 #ifdef __cplusplus
16673 extern "C"
16674 #endif
16675 char kstat_open ();
16677 main ()
16679 return kstat_open ();
16681 return 0;
16683 _ACEOF
16684 rm -f conftest.$ac_objext conftest$ac_exeext
16685 if { (ac_try="$ac_link"
16686 case "(($ac_try" in
16687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16688 *) ac_try_echo=$ac_try;;
16689 esac
16690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16691 (eval "$ac_link") 2>conftest.er1
16692 ac_status=$?
16693 grep -v '^ *+' conftest.er1 >conftest.err
16694 rm -f conftest.er1
16695 cat conftest.err >&5
16696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16697 (exit $ac_status); } && {
16698 test -z "$ac_c_werror_flag" ||
16699 test ! -s conftest.err
16700 } && test -s conftest$ac_exeext &&
16701 $as_test_x conftest$ac_exeext; then
16702 ac_cv_lib_kstat_kstat_open=yes
16703 else
16704 echo "$as_me: failed program was:" >&5
16705 sed 's/^/| /' conftest.$ac_ext >&5
16707 ac_cv_lib_kstat_kstat_open=no
16710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16711 conftest$ac_exeext conftest.$ac_ext
16712 LIBS=$ac_check_lib_save_LIBS
16714 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16715 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16716 if test $ac_cv_lib_kstat_kstat_open = yes; then
16718 cat >>confdefs.h <<\_ACEOF
16719 #define HAVE_LIBKSTAT 1
16720 _ACEOF
16722 LIBKSTAT="-lkstat"
16728 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16729 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16730 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16731 echo $ECHO_N "(cached) $ECHO_C" >&6
16732 else
16733 ac_check_soname_save_LIBS=$LIBS
16734 LIBS="-lodbc $LIBS"
16735 cat >conftest.$ac_ext <<_ACEOF
16736 /* confdefs.h. */
16737 _ACEOF
16738 cat confdefs.h >>conftest.$ac_ext
16739 cat >>conftest.$ac_ext <<_ACEOF
16740 /* end confdefs.h. */
16742 /* Override any GCC internal prototype to avoid an error.
16743 Use char because int might match the return type of a GCC
16744 builtin and then its argument prototype would still apply. */
16745 #ifdef __cplusplus
16746 extern "C"
16747 #endif
16748 char SQLConnect ();
16750 main ()
16752 return SQLConnect ();
16754 return 0;
16756 _ACEOF
16757 rm -f conftest.$ac_objext conftest$ac_exeext
16758 if { (ac_try="$ac_link"
16759 case "(($ac_try" in
16760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16761 *) ac_try_echo=$ac_try;;
16762 esac
16763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16764 (eval "$ac_link") 2>conftest.er1
16765 ac_status=$?
16766 grep -v '^ *+' conftest.er1 >conftest.err
16767 rm -f conftest.er1
16768 cat conftest.err >&5
16769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16770 (exit $ac_status); } && {
16771 test -z "$ac_c_werror_flag" ||
16772 test ! -s conftest.err
16773 } && test -s conftest$ac_exeext &&
16774 $as_test_x conftest$ac_exeext; then
16775 case "$LIBEXT" in
16776 dll) ;;
16777 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'` ;;
16778 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16779 esac
16780 else
16781 echo "$as_me: failed program was:" >&5
16782 sed 's/^/| /' conftest.$ac_ext >&5
16787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16788 conftest$ac_exeext conftest.$ac_ext
16789 LIBS=$ac_check_soname_save_LIBS
16791 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16792 { echo "$as_me:$LINENO: result: not found" >&5
16793 echo "${ECHO_T}not found" >&6; }
16794 cat >>confdefs.h <<_ACEOF
16795 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16796 _ACEOF
16798 else
16799 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16800 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16802 cat >>confdefs.h <<_ACEOF
16803 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16804 _ACEOF
16810 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16811 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16812 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16813 "$ac_cv_header_soundcard_h" != "yes" -a \
16814 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16815 then
16816 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16820 EXTRACFLAGS=""
16822 if test "x${GCC}" = "xyes"
16823 then
16824 EXTRACFLAGS="-Wall -pipe"
16826 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16827 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16828 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16829 echo $ECHO_N "(cached) $ECHO_C" >&6
16830 else
16831 if test "$cross_compiling" = yes; then
16832 ac_cv_c_gcc_strength_bug="yes"
16833 else
16834 cat >conftest.$ac_ext <<_ACEOF
16835 /* confdefs.h. */
16836 _ACEOF
16837 cat confdefs.h >>conftest.$ac_ext
16838 cat >>conftest.$ac_ext <<_ACEOF
16839 /* end confdefs.h. */
16840 int L[4] = {0,1,2,3};
16842 main ()
16844 static int Array[3];
16845 unsigned int B = 3;
16846 int i;
16847 for(i=0; i<B; i++) Array[i] = i - 3;
16848 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16849 L[i] = 4;
16850 return (Array[1] != -2 || L[2] != 3)
16852 return 0;
16854 _ACEOF
16855 rm -f conftest$ac_exeext
16856 if { (ac_try="$ac_link"
16857 case "(($ac_try" in
16858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16859 *) ac_try_echo=$ac_try;;
16860 esac
16861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16862 (eval "$ac_link") 2>&5
16863 ac_status=$?
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16866 { (case "(($ac_try" in
16867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16868 *) ac_try_echo=$ac_try;;
16869 esac
16870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16871 (eval "$ac_try") 2>&5
16872 ac_status=$?
16873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16874 (exit $ac_status); }; }; then
16875 ac_cv_c_gcc_strength_bug="no"
16876 else
16877 echo "$as_me: program exited with status $ac_status" >&5
16878 echo "$as_me: failed program was:" >&5
16879 sed 's/^/| /' conftest.$ac_ext >&5
16881 ( exit $ac_status )
16882 ac_cv_c_gcc_strength_bug="yes"
16884 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16889 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16890 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16891 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16892 then
16893 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16896 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16897 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16898 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16899 echo $ECHO_N "(cached) $ECHO_C" >&6
16900 else
16901 ac_wine_try_cflags_saved=$CFLAGS
16902 CFLAGS="$CFLAGS -fno-builtin"
16903 cat >conftest.$ac_ext <<_ACEOF
16904 /* confdefs.h. */
16905 _ACEOF
16906 cat confdefs.h >>conftest.$ac_ext
16907 cat >>conftest.$ac_ext <<_ACEOF
16908 /* end confdefs.h. */
16911 main ()
16915 return 0;
16917 _ACEOF
16918 rm -f conftest.$ac_objext conftest$ac_exeext
16919 if { (ac_try="$ac_link"
16920 case "(($ac_try" in
16921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16922 *) ac_try_echo=$ac_try;;
16923 esac
16924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16925 (eval "$ac_link") 2>conftest.er1
16926 ac_status=$?
16927 grep -v '^ *+' conftest.er1 >conftest.err
16928 rm -f conftest.er1
16929 cat conftest.err >&5
16930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16931 (exit $ac_status); } && {
16932 test -z "$ac_c_werror_flag" ||
16933 test ! -s conftest.err
16934 } && test -s conftest$ac_exeext &&
16935 $as_test_x conftest$ac_exeext; then
16936 ac_cv_cflags__fno_builtin=yes
16937 else
16938 echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16941 ac_cv_cflags__fno_builtin=no
16944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16945 conftest$ac_exeext conftest.$ac_ext
16946 CFLAGS=$ac_wine_try_cflags_saved
16948 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16949 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16950 if test $ac_cv_cflags__fno_builtin = yes; then
16951 BUILTINFLAG="-fno-builtin"
16955 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16956 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16957 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16958 echo $ECHO_N "(cached) $ECHO_C" >&6
16959 else
16960 ac_wine_try_cflags_saved=$CFLAGS
16961 CFLAGS="$CFLAGS -fno-strict-aliasing"
16962 cat >conftest.$ac_ext <<_ACEOF
16963 /* confdefs.h. */
16964 _ACEOF
16965 cat confdefs.h >>conftest.$ac_ext
16966 cat >>conftest.$ac_ext <<_ACEOF
16967 /* end confdefs.h. */
16970 main ()
16974 return 0;
16976 _ACEOF
16977 rm -f conftest.$ac_objext conftest$ac_exeext
16978 if { (ac_try="$ac_link"
16979 case "(($ac_try" in
16980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16981 *) ac_try_echo=$ac_try;;
16982 esac
16983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16984 (eval "$ac_link") 2>conftest.er1
16985 ac_status=$?
16986 grep -v '^ *+' conftest.er1 >conftest.err
16987 rm -f conftest.er1
16988 cat conftest.err >&5
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); } && {
16991 test -z "$ac_c_werror_flag" ||
16992 test ! -s conftest.err
16993 } && test -s conftest$ac_exeext &&
16994 $as_test_x conftest$ac_exeext; then
16995 ac_cv_cflags__fno_strict_aliasing=yes
16996 else
16997 echo "$as_me: failed program was:" >&5
16998 sed 's/^/| /' conftest.$ac_ext >&5
17000 ac_cv_cflags__fno_strict_aliasing=no
17003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17004 conftest$ac_exeext conftest.$ac_ext
17005 CFLAGS=$ac_wine_try_cflags_saved
17007 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17008 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17009 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17010 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17013 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17014 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17015 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17016 echo $ECHO_N "(cached) $ECHO_C" >&6
17017 else
17018 ac_wine_try_cflags_saved=$CFLAGS
17019 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17020 cat >conftest.$ac_ext <<_ACEOF
17021 /* confdefs.h. */
17022 _ACEOF
17023 cat confdefs.h >>conftest.$ac_ext
17024 cat >>conftest.$ac_ext <<_ACEOF
17025 /* end confdefs.h. */
17028 main ()
17032 return 0;
17034 _ACEOF
17035 rm -f conftest.$ac_objext conftest$ac_exeext
17036 if { (ac_try="$ac_link"
17037 case "(($ac_try" in
17038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17039 *) ac_try_echo=$ac_try;;
17040 esac
17041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17042 (eval "$ac_link") 2>conftest.er1
17043 ac_status=$?
17044 grep -v '^ *+' conftest.er1 >conftest.err
17045 rm -f conftest.er1
17046 cat conftest.err >&5
17047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17048 (exit $ac_status); } && {
17049 test -z "$ac_c_werror_flag" ||
17050 test ! -s conftest.err
17051 } && test -s conftest$ac_exeext &&
17052 $as_test_x conftest$ac_exeext; then
17053 ac_cv_cflags__Wdeclaration_after_statement=yes
17054 else
17055 echo "$as_me: failed program was:" >&5
17056 sed 's/^/| /' conftest.$ac_ext >&5
17058 ac_cv_cflags__Wdeclaration_after_statement=no
17061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17062 conftest$ac_exeext conftest.$ac_ext
17063 CFLAGS=$ac_wine_try_cflags_saved
17065 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17066 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17067 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17068 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17071 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17072 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17073 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17074 echo $ECHO_N "(cached) $ECHO_C" >&6
17075 else
17076 ac_wine_try_cflags_saved=$CFLAGS
17077 CFLAGS="$CFLAGS -Wwrite-strings"
17078 cat >conftest.$ac_ext <<_ACEOF
17079 /* confdefs.h. */
17080 _ACEOF
17081 cat confdefs.h >>conftest.$ac_ext
17082 cat >>conftest.$ac_ext <<_ACEOF
17083 /* end confdefs.h. */
17086 main ()
17090 return 0;
17092 _ACEOF
17093 rm -f conftest.$ac_objext conftest$ac_exeext
17094 if { (ac_try="$ac_link"
17095 case "(($ac_try" in
17096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17097 *) ac_try_echo=$ac_try;;
17098 esac
17099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17100 (eval "$ac_link") 2>conftest.er1
17101 ac_status=$?
17102 grep -v '^ *+' conftest.er1 >conftest.err
17103 rm -f conftest.er1
17104 cat conftest.err >&5
17105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17106 (exit $ac_status); } && {
17107 test -z "$ac_c_werror_flag" ||
17108 test ! -s conftest.err
17109 } && test -s conftest$ac_exeext &&
17110 $as_test_x conftest$ac_exeext; then
17111 ac_cv_cflags__Wwrite_strings=yes
17112 else
17113 echo "$as_me: failed program was:" >&5
17114 sed 's/^/| /' conftest.$ac_ext >&5
17116 ac_cv_cflags__Wwrite_strings=no
17119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17120 conftest$ac_exeext conftest.$ac_ext
17121 CFLAGS=$ac_wine_try_cflags_saved
17123 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17124 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17125 if test $ac_cv_cflags__Wwrite_strings = yes; then
17126 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17129 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17130 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17131 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17132 echo $ECHO_N "(cached) $ECHO_C" >&6
17133 else
17134 ac_wine_try_cflags_saved=$CFLAGS
17135 CFLAGS="$CFLAGS -Wtype-limits"
17136 cat >conftest.$ac_ext <<_ACEOF
17137 /* confdefs.h. */
17138 _ACEOF
17139 cat confdefs.h >>conftest.$ac_ext
17140 cat >>conftest.$ac_ext <<_ACEOF
17141 /* end confdefs.h. */
17144 main ()
17148 return 0;
17150 _ACEOF
17151 rm -f conftest.$ac_objext conftest$ac_exeext
17152 if { (ac_try="$ac_link"
17153 case "(($ac_try" in
17154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17155 *) ac_try_echo=$ac_try;;
17156 esac
17157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17158 (eval "$ac_link") 2>conftest.er1
17159 ac_status=$?
17160 grep -v '^ *+' conftest.er1 >conftest.err
17161 rm -f conftest.er1
17162 cat conftest.err >&5
17163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); } && {
17165 test -z "$ac_c_werror_flag" ||
17166 test ! -s conftest.err
17167 } && test -s conftest$ac_exeext &&
17168 $as_test_x conftest$ac_exeext; then
17169 ac_cv_cflags__Wtype_limits=yes
17170 else
17171 echo "$as_me: failed program was:" >&5
17172 sed 's/^/| /' conftest.$ac_ext >&5
17174 ac_cv_cflags__Wtype_limits=no
17177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17178 conftest$ac_exeext conftest.$ac_ext
17179 CFLAGS=$ac_wine_try_cflags_saved
17181 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17182 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17183 if test $ac_cv_cflags__Wtype_limits = yes; then
17184 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17188 saved_CFLAGS="$CFLAGS"
17189 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17190 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17191 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17192 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17193 echo $ECHO_N "(cached) $ECHO_C" >&6
17194 else
17195 cat >conftest.$ac_ext <<_ACEOF
17196 /* confdefs.h. */
17197 _ACEOF
17198 cat confdefs.h >>conftest.$ac_ext
17199 cat >>conftest.$ac_ext <<_ACEOF
17200 /* end confdefs.h. */
17201 #include <string.h>
17203 main ()
17207 return 0;
17209 _ACEOF
17210 rm -f conftest.$ac_objext
17211 if { (ac_try="$ac_compile"
17212 case "(($ac_try" in
17213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17214 *) ac_try_echo=$ac_try;;
17215 esac
17216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17217 (eval "$ac_compile") 2>conftest.er1
17218 ac_status=$?
17219 grep -v '^ *+' conftest.er1 >conftest.err
17220 rm -f conftest.er1
17221 cat conftest.err >&5
17222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17223 (exit $ac_status); } && {
17224 test -z "$ac_c_werror_flag" ||
17225 test ! -s conftest.err
17226 } && test -s conftest.$ac_objext; then
17227 ac_cv_c_string_h_warnings=no
17228 else
17229 echo "$as_me: failed program was:" >&5
17230 sed 's/^/| /' conftest.$ac_ext >&5
17232 ac_cv_c_string_h_warnings=yes
17235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17237 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17238 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17239 CFLAGS="$saved_CFLAGS"
17240 if test "$ac_cv_c_string_h_warnings" = "no"
17241 then
17242 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17247 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17248 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17249 if test "${ac_cv_asm_func_def+set}" = set; then
17250 echo $ECHO_N "(cached) $ECHO_C" >&6
17251 else
17252 cat >conftest.$ac_ext <<_ACEOF
17253 /* confdefs.h. */
17254 _ACEOF
17255 cat confdefs.h >>conftest.$ac_ext
17256 cat >>conftest.$ac_ext <<_ACEOF
17257 /* end confdefs.h. */
17260 main ()
17262 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17264 return 0;
17266 _ACEOF
17267 rm -f conftest.$ac_objext conftest$ac_exeext
17268 if { (ac_try="$ac_link"
17269 case "(($ac_try" in
17270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17271 *) ac_try_echo=$ac_try;;
17272 esac
17273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17274 (eval "$ac_link") 2>conftest.er1
17275 ac_status=$?
17276 grep -v '^ *+' conftest.er1 >conftest.err
17277 rm -f conftest.er1
17278 cat conftest.err >&5
17279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); } && {
17281 test -z "$ac_c_werror_flag" ||
17282 test ! -s conftest.err
17283 } && test -s conftest$ac_exeext &&
17284 $as_test_x conftest$ac_exeext; then
17285 ac_cv_asm_func_def=".def"
17286 else
17287 echo "$as_me: failed program was:" >&5
17288 sed 's/^/| /' conftest.$ac_ext >&5
17290 cat >conftest.$ac_ext <<_ACEOF
17291 /* confdefs.h. */
17292 _ACEOF
17293 cat confdefs.h >>conftest.$ac_ext
17294 cat >>conftest.$ac_ext <<_ACEOF
17295 /* end confdefs.h. */
17298 main ()
17300 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17302 return 0;
17304 _ACEOF
17305 rm -f conftest.$ac_objext conftest$ac_exeext
17306 if { (ac_try="$ac_link"
17307 case "(($ac_try" in
17308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17309 *) ac_try_echo=$ac_try;;
17310 esac
17311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17312 (eval "$ac_link") 2>conftest.er1
17313 ac_status=$?
17314 grep -v '^ *+' conftest.er1 >conftest.err
17315 rm -f conftest.er1
17316 cat conftest.err >&5
17317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17318 (exit $ac_status); } && {
17319 test -z "$ac_c_werror_flag" ||
17320 test ! -s conftest.err
17321 } && test -s conftest$ac_exeext &&
17322 $as_test_x conftest$ac_exeext; then
17323 ac_cv_asm_func_def=".type @function"
17324 else
17325 echo "$as_me: failed program was:" >&5
17326 sed 's/^/| /' conftest.$ac_ext >&5
17328 cat >conftest.$ac_ext <<_ACEOF
17329 /* confdefs.h. */
17330 _ACEOF
17331 cat confdefs.h >>conftest.$ac_ext
17332 cat >>conftest.$ac_ext <<_ACEOF
17333 /* end confdefs.h. */
17336 main ()
17338 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17340 return 0;
17342 _ACEOF
17343 rm -f conftest.$ac_objext conftest$ac_exeext
17344 if { (ac_try="$ac_link"
17345 case "(($ac_try" in
17346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17347 *) ac_try_echo=$ac_try;;
17348 esac
17349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17350 (eval "$ac_link") 2>conftest.er1
17351 ac_status=$?
17352 grep -v '^ *+' conftest.er1 >conftest.err
17353 rm -f conftest.er1
17354 cat conftest.err >&5
17355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } && {
17357 test -z "$ac_c_werror_flag" ||
17358 test ! -s conftest.err
17359 } && test -s conftest$ac_exeext &&
17360 $as_test_x conftest$ac_exeext; then
17361 ac_cv_asm_func_def=".type 2"
17362 else
17363 echo "$as_me: failed program was:" >&5
17364 sed 's/^/| /' conftest.$ac_ext >&5
17366 ac_cv_asm_func_def="unknown"
17369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17370 conftest$ac_exeext conftest.$ac_ext
17373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17374 conftest$ac_exeext conftest.$ac_ext
17377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17378 conftest$ac_exeext conftest.$ac_ext
17380 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17381 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17385 case "$ac_cv_asm_func_def" in
17386 ".def")
17387 cat >>confdefs.h <<\_ACEOF
17388 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17389 _ACEOF
17391 ".type @function")
17392 cat >>confdefs.h <<\_ACEOF
17393 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17394 _ACEOF
17396 ".type 2")
17397 cat >>confdefs.h <<\_ACEOF
17398 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17399 _ACEOF
17402 cat >>confdefs.h <<\_ACEOF
17403 #define __ASM_FUNC(name) ""
17404 _ACEOF
17406 esac
17409 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17410 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17411 if test "${ac_cv_c_extern_prefix+set}" = set; then
17412 echo $ECHO_N "(cached) $ECHO_C" >&6
17413 else
17414 cat >conftest.$ac_ext <<_ACEOF
17415 /* confdefs.h. */
17416 _ACEOF
17417 cat confdefs.h >>conftest.$ac_ext
17418 cat >>conftest.$ac_ext <<_ACEOF
17419 /* end confdefs.h. */
17420 extern int ac_test;
17422 main ()
17424 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17426 return 0;
17428 _ACEOF
17429 rm -f conftest.$ac_objext conftest$ac_exeext
17430 if { (ac_try="$ac_link"
17431 case "(($ac_try" in
17432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17433 *) ac_try_echo=$ac_try;;
17434 esac
17435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17436 (eval "$ac_link") 2>conftest.er1
17437 ac_status=$?
17438 grep -v '^ *+' conftest.er1 >conftest.err
17439 rm -f conftest.er1
17440 cat conftest.err >&5
17441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17442 (exit $ac_status); } && {
17443 test -z "$ac_c_werror_flag" ||
17444 test ! -s conftest.err
17445 } && test -s conftest$ac_exeext &&
17446 $as_test_x conftest$ac_exeext; then
17447 ac_cv_c_extern_prefix="yes"
17448 else
17449 echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17452 ac_cv_c_extern_prefix="no"
17455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17456 conftest$ac_exeext conftest.$ac_ext
17458 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17459 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17463 if test "$ac_cv_c_extern_prefix" = "yes"
17464 then
17465 cat >>confdefs.h <<\_ACEOF
17466 #define __ASM_NAME(name) "_" name
17467 _ACEOF
17469 else
17470 cat >>confdefs.h <<\_ACEOF
17471 #define __ASM_NAME(name) name
17472 _ACEOF
17477 LDPATH=""
17479 case $build_os in
17480 cygwin*|mingw32*)
17481 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17483 darwin*|macosx*)
17486 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17488 esac
17490 case $host_os in
17491 mingw32*)
17492 CRTLIBS="-lmsvcrt"
17494 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17497 esac
17499 case $host_cpu in
17500 *i[3456789]86*)
17501 case $host_os in
17502 linux* | k*bsd*-gnu)
17503 EXTRA_BINARIES="wine-preloader"
17505 esac
17507 esac
17510 ac_save_CFLAGS="$CFLAGS"
17511 CFLAGS="$CFLAGS $BUILTINFLAG"
17580 for ac_func in \
17581 _pclose \
17582 _popen \
17583 _snprintf \
17584 _spawnvp \
17585 _strdup \
17586 _stricmp \
17587 _strnicmp \
17588 _strtoi64 \
17589 _strtoui64 \
17590 _vsnprintf \
17591 asctime_r \
17592 chsize \
17593 dlopen \
17594 epoll_create \
17595 ffs \
17596 finite \
17597 fork \
17598 fpclass \
17599 fstatfs \
17600 fstatvfs \
17601 ftruncate \
17602 futimes \
17603 futimesat \
17604 getdirentries \
17605 getopt_long \
17606 getpagesize \
17607 getpwuid \
17608 gettid \
17609 gettimeofday \
17610 getuid \
17611 kqueue \
17612 lstat \
17613 memmove \
17614 mmap \
17615 pclose \
17616 poll \
17617 popen \
17618 prctl \
17619 pread \
17620 pwrite \
17621 readdir \
17622 readlink \
17623 sched_yield \
17624 select \
17625 setproctitle \
17626 setrlimit \
17627 settimeofday \
17628 sigaltstack \
17629 sigprocmask \
17630 snprintf \
17631 spawnvp \
17632 statfs \
17633 statvfs \
17634 strcasecmp \
17635 strdup \
17636 strerror \
17637 strncasecmp \
17638 strtold \
17639 strtoll \
17640 strtoull \
17641 symlink \
17642 tcgetattr \
17643 thr_kill2 \
17644 timegm \
17645 usleep \
17646 vsnprintf \
17647 wait4 \
17648 waitpid \
17651 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17652 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17653 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17654 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17656 else
17657 cat >conftest.$ac_ext <<_ACEOF
17658 /* confdefs.h. */
17659 _ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17663 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17664 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17665 #define $ac_func innocuous_$ac_func
17667 /* System header to define __stub macros and hopefully few prototypes,
17668 which can conflict with char $ac_func (); below.
17669 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17670 <limits.h> exists even on freestanding compilers. */
17672 #ifdef __STDC__
17673 # include <limits.h>
17674 #else
17675 # include <assert.h>
17676 #endif
17678 #undef $ac_func
17680 /* Override any GCC internal prototype to avoid an error.
17681 Use char because int might match the return type of a GCC
17682 builtin and then its argument prototype would still apply. */
17683 #ifdef __cplusplus
17684 extern "C"
17685 #endif
17686 char $ac_func ();
17687 /* The GNU C library defines this for functions which it implements
17688 to always fail with ENOSYS. Some functions are actually named
17689 something starting with __ and the normal name is an alias. */
17690 #if defined __stub_$ac_func || defined __stub___$ac_func
17691 choke me
17692 #endif
17695 main ()
17697 return $ac_func ();
17699 return 0;
17701 _ACEOF
17702 rm -f conftest.$ac_objext conftest$ac_exeext
17703 if { (ac_try="$ac_link"
17704 case "(($ac_try" in
17705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17706 *) ac_try_echo=$ac_try;;
17707 esac
17708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17709 (eval "$ac_link") 2>conftest.er1
17710 ac_status=$?
17711 grep -v '^ *+' conftest.er1 >conftest.err
17712 rm -f conftest.er1
17713 cat conftest.err >&5
17714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715 (exit $ac_status); } && {
17716 test -z "$ac_c_werror_flag" ||
17717 test ! -s conftest.err
17718 } && test -s conftest$ac_exeext &&
17719 $as_test_x conftest$ac_exeext; then
17720 eval "$as_ac_var=yes"
17721 else
17722 echo "$as_me: failed program was:" >&5
17723 sed 's/^/| /' conftest.$ac_ext >&5
17725 eval "$as_ac_var=no"
17728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17729 conftest$ac_exeext conftest.$ac_ext
17731 ac_res=`eval echo '${'$as_ac_var'}'`
17732 { echo "$as_me:$LINENO: result: $ac_res" >&5
17733 echo "${ECHO_T}$ac_res" >&6; }
17734 if test `eval echo '${'$as_ac_var'}'` = yes; then
17735 cat >>confdefs.h <<_ACEOF
17736 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17737 _ACEOF
17740 done
17742 CFLAGS="$ac_save_CFLAGS"
17744 if test "$ac_cv_func_dlopen" = no
17745 then
17746 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17747 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17748 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17749 echo $ECHO_N "(cached) $ECHO_C" >&6
17750 else
17751 ac_check_lib_save_LIBS=$LIBS
17752 LIBS="-ldl $LIBS"
17753 cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h. */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17760 /* Override any GCC internal prototype to avoid an error.
17761 Use char because int might match the return type of a GCC
17762 builtin and then its argument prototype would still apply. */
17763 #ifdef __cplusplus
17764 extern "C"
17765 #endif
17766 char dlopen ();
17768 main ()
17770 return dlopen ();
17772 return 0;
17774 _ACEOF
17775 rm -f conftest.$ac_objext conftest$ac_exeext
17776 if { (ac_try="$ac_link"
17777 case "(($ac_try" in
17778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17779 *) ac_try_echo=$ac_try;;
17780 esac
17781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17782 (eval "$ac_link") 2>conftest.er1
17783 ac_status=$?
17784 grep -v '^ *+' conftest.er1 >conftest.err
17785 rm -f conftest.er1
17786 cat conftest.err >&5
17787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17788 (exit $ac_status); } && {
17789 test -z "$ac_c_werror_flag" ||
17790 test ! -s conftest.err
17791 } && test -s conftest$ac_exeext &&
17792 $as_test_x conftest$ac_exeext; then
17793 ac_cv_lib_dl_dlopen=yes
17794 else
17795 echo "$as_me: failed program was:" >&5
17796 sed 's/^/| /' conftest.$ac_ext >&5
17798 ac_cv_lib_dl_dlopen=no
17801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17802 conftest$ac_exeext conftest.$ac_ext
17803 LIBS=$ac_check_lib_save_LIBS
17805 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17806 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17807 if test $ac_cv_lib_dl_dlopen = yes; then
17808 cat >>confdefs.h <<\_ACEOF
17809 #define HAVE_DLOPEN 1
17810 _ACEOF
17811 LIBDL="-ldl"
17816 ac_wine_check_funcs_save_LIBS="$LIBS"
17817 LIBS="$LIBS $LIBDL"
17819 for ac_func in dladdr
17821 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17822 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17823 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17824 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17825 echo $ECHO_N "(cached) $ECHO_C" >&6
17826 else
17827 cat >conftest.$ac_ext <<_ACEOF
17828 /* confdefs.h. */
17829 _ACEOF
17830 cat confdefs.h >>conftest.$ac_ext
17831 cat >>conftest.$ac_ext <<_ACEOF
17832 /* end confdefs.h. */
17833 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17834 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17835 #define $ac_func innocuous_$ac_func
17837 /* System header to define __stub macros and hopefully few prototypes,
17838 which can conflict with char $ac_func (); below.
17839 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17840 <limits.h> exists even on freestanding compilers. */
17842 #ifdef __STDC__
17843 # include <limits.h>
17844 #else
17845 # include <assert.h>
17846 #endif
17848 #undef $ac_func
17850 /* Override any GCC internal prototype to avoid an error.
17851 Use char because int might match the return type of a GCC
17852 builtin and then its argument prototype would still apply. */
17853 #ifdef __cplusplus
17854 extern "C"
17855 #endif
17856 char $ac_func ();
17857 /* The GNU C library defines this for functions which it implements
17858 to always fail with ENOSYS. Some functions are actually named
17859 something starting with __ and the normal name is an alias. */
17860 #if defined __stub_$ac_func || defined __stub___$ac_func
17861 choke me
17862 #endif
17865 main ()
17867 return $ac_func ();
17869 return 0;
17871 _ACEOF
17872 rm -f conftest.$ac_objext conftest$ac_exeext
17873 if { (ac_try="$ac_link"
17874 case "(($ac_try" in
17875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17876 *) ac_try_echo=$ac_try;;
17877 esac
17878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17879 (eval "$ac_link") 2>conftest.er1
17880 ac_status=$?
17881 grep -v '^ *+' conftest.er1 >conftest.err
17882 rm -f conftest.er1
17883 cat conftest.err >&5
17884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17885 (exit $ac_status); } && {
17886 test -z "$ac_c_werror_flag" ||
17887 test ! -s conftest.err
17888 } && test -s conftest$ac_exeext &&
17889 $as_test_x conftest$ac_exeext; then
17890 eval "$as_ac_var=yes"
17891 else
17892 echo "$as_me: failed program was:" >&5
17893 sed 's/^/| /' conftest.$ac_ext >&5
17895 eval "$as_ac_var=no"
17898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17899 conftest$ac_exeext conftest.$ac_ext
17901 ac_res=`eval echo '${'$as_ac_var'}'`
17902 { echo "$as_me:$LINENO: result: $ac_res" >&5
17903 echo "${ECHO_T}$ac_res" >&6; }
17904 if test `eval echo '${'$as_ac_var'}'` = yes; then
17905 cat >>confdefs.h <<_ACEOF
17906 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17907 _ACEOF
17910 done
17912 LIBS="$ac_wine_check_funcs_save_LIBS"
17914 if test "$ac_cv_func_poll" = no
17915 then
17916 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17917 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17918 if test "${ac_cv_lib_poll_poll+set}" = set; then
17919 echo $ECHO_N "(cached) $ECHO_C" >&6
17920 else
17921 ac_check_lib_save_LIBS=$LIBS
17922 LIBS="-lpoll $LIBS"
17923 cat >conftest.$ac_ext <<_ACEOF
17924 /* confdefs.h. */
17925 _ACEOF
17926 cat confdefs.h >>conftest.$ac_ext
17927 cat >>conftest.$ac_ext <<_ACEOF
17928 /* end confdefs.h. */
17930 /* Override any GCC internal prototype to avoid an error.
17931 Use char because int might match the return type of a GCC
17932 builtin and then its argument prototype would still apply. */
17933 #ifdef __cplusplus
17934 extern "C"
17935 #endif
17936 char poll ();
17938 main ()
17940 return poll ();
17942 return 0;
17944 _ACEOF
17945 rm -f conftest.$ac_objext conftest$ac_exeext
17946 if { (ac_try="$ac_link"
17947 case "(($ac_try" in
17948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17949 *) ac_try_echo=$ac_try;;
17950 esac
17951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17952 (eval "$ac_link") 2>conftest.er1
17953 ac_status=$?
17954 grep -v '^ *+' conftest.er1 >conftest.err
17955 rm -f conftest.er1
17956 cat conftest.err >&5
17957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958 (exit $ac_status); } && {
17959 test -z "$ac_c_werror_flag" ||
17960 test ! -s conftest.err
17961 } && test -s conftest$ac_exeext &&
17962 $as_test_x conftest$ac_exeext; then
17963 ac_cv_lib_poll_poll=yes
17964 else
17965 echo "$as_me: failed program was:" >&5
17966 sed 's/^/| /' conftest.$ac_ext >&5
17968 ac_cv_lib_poll_poll=no
17971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17972 conftest$ac_exeext conftest.$ac_ext
17973 LIBS=$ac_check_lib_save_LIBS
17975 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17976 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17977 if test $ac_cv_lib_poll_poll = yes; then
17978 cat >>confdefs.h <<\_ACEOF
17979 #define HAVE_POLL 1
17980 _ACEOF
17981 LIBPOLL="-lpoll"
17987 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17988 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17989 if test "${ac_cv_search_gethostbyname+set}" = set; then
17990 echo $ECHO_N "(cached) $ECHO_C" >&6
17991 else
17992 ac_func_search_save_LIBS=$LIBS
17993 cat >conftest.$ac_ext <<_ACEOF
17994 /* confdefs.h. */
17995 _ACEOF
17996 cat confdefs.h >>conftest.$ac_ext
17997 cat >>conftest.$ac_ext <<_ACEOF
17998 /* end confdefs.h. */
18000 /* Override any GCC internal prototype to avoid an error.
18001 Use char because int might match the return type of a GCC
18002 builtin and then its argument prototype would still apply. */
18003 #ifdef __cplusplus
18004 extern "C"
18005 #endif
18006 char gethostbyname ();
18008 main ()
18010 return gethostbyname ();
18012 return 0;
18014 _ACEOF
18015 for ac_lib in '' nsl; do
18016 if test -z "$ac_lib"; then
18017 ac_res="none required"
18018 else
18019 ac_res=-l$ac_lib
18020 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18022 rm -f conftest.$ac_objext conftest$ac_exeext
18023 if { (ac_try="$ac_link"
18024 case "(($ac_try" in
18025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18026 *) ac_try_echo=$ac_try;;
18027 esac
18028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18029 (eval "$ac_link") 2>conftest.er1
18030 ac_status=$?
18031 grep -v '^ *+' conftest.er1 >conftest.err
18032 rm -f conftest.er1
18033 cat conftest.err >&5
18034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18035 (exit $ac_status); } && {
18036 test -z "$ac_c_werror_flag" ||
18037 test ! -s conftest.err
18038 } && test -s conftest$ac_exeext &&
18039 $as_test_x conftest$ac_exeext; then
18040 ac_cv_search_gethostbyname=$ac_res
18041 else
18042 echo "$as_me: failed program was:" >&5
18043 sed 's/^/| /' conftest.$ac_ext >&5
18048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18049 conftest$ac_exeext
18050 if test "${ac_cv_search_gethostbyname+set}" = set; then
18051 break
18053 done
18054 if test "${ac_cv_search_gethostbyname+set}" = set; then
18056 else
18057 ac_cv_search_gethostbyname=no
18059 rm conftest.$ac_ext
18060 LIBS=$ac_func_search_save_LIBS
18062 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18063 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18064 ac_res=$ac_cv_search_gethostbyname
18065 if test "$ac_res" != no; then
18066 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18071 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18072 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18073 if test "${ac_cv_search_connect+set}" = set; then
18074 echo $ECHO_N "(cached) $ECHO_C" >&6
18075 else
18076 ac_func_search_save_LIBS=$LIBS
18077 cat >conftest.$ac_ext <<_ACEOF
18078 /* confdefs.h. */
18079 _ACEOF
18080 cat confdefs.h >>conftest.$ac_ext
18081 cat >>conftest.$ac_ext <<_ACEOF
18082 /* end confdefs.h. */
18084 /* Override any GCC internal prototype to avoid an error.
18085 Use char because int might match the return type of a GCC
18086 builtin and then its argument prototype would still apply. */
18087 #ifdef __cplusplus
18088 extern "C"
18089 #endif
18090 char connect ();
18092 main ()
18094 return connect ();
18096 return 0;
18098 _ACEOF
18099 for ac_lib in '' socket; do
18100 if test -z "$ac_lib"; then
18101 ac_res="none required"
18102 else
18103 ac_res=-l$ac_lib
18104 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18106 rm -f conftest.$ac_objext conftest$ac_exeext
18107 if { (ac_try="$ac_link"
18108 case "(($ac_try" in
18109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18110 *) ac_try_echo=$ac_try;;
18111 esac
18112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18113 (eval "$ac_link") 2>conftest.er1
18114 ac_status=$?
18115 grep -v '^ *+' conftest.er1 >conftest.err
18116 rm -f conftest.er1
18117 cat conftest.err >&5
18118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18119 (exit $ac_status); } && {
18120 test -z "$ac_c_werror_flag" ||
18121 test ! -s conftest.err
18122 } && test -s conftest$ac_exeext &&
18123 $as_test_x conftest$ac_exeext; then
18124 ac_cv_search_connect=$ac_res
18125 else
18126 echo "$as_me: failed program was:" >&5
18127 sed 's/^/| /' conftest.$ac_ext >&5
18132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18133 conftest$ac_exeext
18134 if test "${ac_cv_search_connect+set}" = set; then
18135 break
18137 done
18138 if test "${ac_cv_search_connect+set}" = set; then
18140 else
18141 ac_cv_search_connect=no
18143 rm conftest.$ac_ext
18144 LIBS=$ac_func_search_save_LIBS
18146 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18147 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18148 ac_res=$ac_cv_search_connect
18149 if test "$ac_res" != no; then
18150 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18155 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18156 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18157 if test "${ac_cv_search_inet_aton+set}" = set; then
18158 echo $ECHO_N "(cached) $ECHO_C" >&6
18159 else
18160 ac_func_search_save_LIBS=$LIBS
18161 cat >conftest.$ac_ext <<_ACEOF
18162 /* confdefs.h. */
18163 _ACEOF
18164 cat confdefs.h >>conftest.$ac_ext
18165 cat >>conftest.$ac_ext <<_ACEOF
18166 /* end confdefs.h. */
18168 /* Override any GCC internal prototype to avoid an error.
18169 Use char because int might match the return type of a GCC
18170 builtin and then its argument prototype would still apply. */
18171 #ifdef __cplusplus
18172 extern "C"
18173 #endif
18174 char inet_aton ();
18176 main ()
18178 return inet_aton ();
18180 return 0;
18182 _ACEOF
18183 for ac_lib in '' resolv; do
18184 if test -z "$ac_lib"; then
18185 ac_res="none required"
18186 else
18187 ac_res=-l$ac_lib
18188 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18190 rm -f conftest.$ac_objext conftest$ac_exeext
18191 if { (ac_try="$ac_link"
18192 case "(($ac_try" in
18193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18194 *) ac_try_echo=$ac_try;;
18195 esac
18196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18197 (eval "$ac_link") 2>conftest.er1
18198 ac_status=$?
18199 grep -v '^ *+' conftest.er1 >conftest.err
18200 rm -f conftest.er1
18201 cat conftest.err >&5
18202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18203 (exit $ac_status); } && {
18204 test -z "$ac_c_werror_flag" ||
18205 test ! -s conftest.err
18206 } && test -s conftest$ac_exeext &&
18207 $as_test_x conftest$ac_exeext; then
18208 ac_cv_search_inet_aton=$ac_res
18209 else
18210 echo "$as_me: failed program was:" >&5
18211 sed 's/^/| /' conftest.$ac_ext >&5
18216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18217 conftest$ac_exeext
18218 if test "${ac_cv_search_inet_aton+set}" = set; then
18219 break
18221 done
18222 if test "${ac_cv_search_inet_aton+set}" = set; then
18224 else
18225 ac_cv_search_inet_aton=no
18227 rm conftest.$ac_ext
18228 LIBS=$ac_func_search_save_LIBS
18230 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18231 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18232 ac_res=$ac_cv_search_inet_aton
18233 if test "$ac_res" != no; then
18234 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18250 for ac_func in \
18251 getaddrinfo \
18252 getnameinfo \
18253 getnetbyname \
18254 getprotobyname \
18255 getprotobynumber \
18256 getservbyport \
18257 inet_network \
18258 inet_ntop \
18259 inet_pton \
18260 sendmsg \
18261 socketpair \
18264 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18265 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18266 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18267 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18268 echo $ECHO_N "(cached) $ECHO_C" >&6
18269 else
18270 cat >conftest.$ac_ext <<_ACEOF
18271 /* confdefs.h. */
18272 _ACEOF
18273 cat confdefs.h >>conftest.$ac_ext
18274 cat >>conftest.$ac_ext <<_ACEOF
18275 /* end confdefs.h. */
18276 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18277 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18278 #define $ac_func innocuous_$ac_func
18280 /* System header to define __stub macros and hopefully few prototypes,
18281 which can conflict with char $ac_func (); below.
18282 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18283 <limits.h> exists even on freestanding compilers. */
18285 #ifdef __STDC__
18286 # include <limits.h>
18287 #else
18288 # include <assert.h>
18289 #endif
18291 #undef $ac_func
18293 /* Override any GCC internal prototype to avoid an error.
18294 Use char because int might match the return type of a GCC
18295 builtin and then its argument prototype would still apply. */
18296 #ifdef __cplusplus
18297 extern "C"
18298 #endif
18299 char $ac_func ();
18300 /* The GNU C library defines this for functions which it implements
18301 to always fail with ENOSYS. Some functions are actually named
18302 something starting with __ and the normal name is an alias. */
18303 #if defined __stub_$ac_func || defined __stub___$ac_func
18304 choke me
18305 #endif
18308 main ()
18310 return $ac_func ();
18312 return 0;
18314 _ACEOF
18315 rm -f conftest.$ac_objext conftest$ac_exeext
18316 if { (ac_try="$ac_link"
18317 case "(($ac_try" in
18318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18319 *) ac_try_echo=$ac_try;;
18320 esac
18321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18322 (eval "$ac_link") 2>conftest.er1
18323 ac_status=$?
18324 grep -v '^ *+' conftest.er1 >conftest.err
18325 rm -f conftest.er1
18326 cat conftest.err >&5
18327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18328 (exit $ac_status); } && {
18329 test -z "$ac_c_werror_flag" ||
18330 test ! -s conftest.err
18331 } && test -s conftest$ac_exeext &&
18332 $as_test_x conftest$ac_exeext; then
18333 eval "$as_ac_var=yes"
18334 else
18335 echo "$as_me: failed program was:" >&5
18336 sed 's/^/| /' conftest.$ac_ext >&5
18338 eval "$as_ac_var=no"
18341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18342 conftest$ac_exeext conftest.$ac_ext
18344 ac_res=`eval echo '${'$as_ac_var'}'`
18345 { echo "$as_me:$LINENO: result: $ac_res" >&5
18346 echo "${ECHO_T}$ac_res" >&6; }
18347 if test `eval echo '${'$as_ac_var'}'` = yes; then
18348 cat >>confdefs.h <<_ACEOF
18349 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18350 _ACEOF
18353 done
18356 LDAPLIBS=""
18358 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18359 then
18360 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18361 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18362 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18363 echo $ECHO_N "(cached) $ECHO_C" >&6
18364 else
18365 cat >conftest.$ac_ext <<_ACEOF
18366 /* confdefs.h. */
18367 _ACEOF
18368 cat confdefs.h >>conftest.$ac_ext
18369 cat >>conftest.$ac_ext <<_ACEOF
18370 /* end confdefs.h. */
18371 #include <ldap.h>
18373 typedef LDAPSortKey ac__type_new_;
18375 main ()
18377 if ((ac__type_new_ *) 0)
18378 return 0;
18379 if (sizeof (ac__type_new_))
18380 return 0;
18382 return 0;
18384 _ACEOF
18385 rm -f conftest.$ac_objext
18386 if { (ac_try="$ac_compile"
18387 case "(($ac_try" in
18388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18389 *) ac_try_echo=$ac_try;;
18390 esac
18391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18392 (eval "$ac_compile") 2>conftest.er1
18393 ac_status=$?
18394 grep -v '^ *+' conftest.er1 >conftest.err
18395 rm -f conftest.er1
18396 cat conftest.err >&5
18397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest.$ac_objext; then
18402 ac_cv_type_LDAPSortKey=yes
18403 else
18404 echo "$as_me: failed program was:" >&5
18405 sed 's/^/| /' conftest.$ac_ext >&5
18407 ac_cv_type_LDAPSortKey=no
18410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18412 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18413 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18414 if test $ac_cv_type_LDAPSortKey = yes; then
18415 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18416 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18417 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18418 echo $ECHO_N "(cached) $ECHO_C" >&6
18419 else
18420 ac_check_lib_save_LIBS=$LIBS
18421 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18422 cat >conftest.$ac_ext <<_ACEOF
18423 /* confdefs.h. */
18424 _ACEOF
18425 cat confdefs.h >>conftest.$ac_ext
18426 cat >>conftest.$ac_ext <<_ACEOF
18427 /* end confdefs.h. */
18429 /* Override any GCC internal prototype to avoid an error.
18430 Use char because int might match the return type of a GCC
18431 builtin and then its argument prototype would still apply. */
18432 #ifdef __cplusplus
18433 extern "C"
18434 #endif
18435 char ldap_initialize ();
18437 main ()
18439 return ldap_initialize ();
18441 return 0;
18443 _ACEOF
18444 rm -f conftest.$ac_objext conftest$ac_exeext
18445 if { (ac_try="$ac_link"
18446 case "(($ac_try" in
18447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18448 *) ac_try_echo=$ac_try;;
18449 esac
18450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18451 (eval "$ac_link") 2>conftest.er1
18452 ac_status=$?
18453 grep -v '^ *+' conftest.er1 >conftest.err
18454 rm -f conftest.er1
18455 cat conftest.err >&5
18456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18457 (exit $ac_status); } && {
18458 test -z "$ac_c_werror_flag" ||
18459 test ! -s conftest.err
18460 } && test -s conftest$ac_exeext &&
18461 $as_test_x conftest$ac_exeext; then
18462 ac_cv_lib_ldap_r_ldap_initialize=yes
18463 else
18464 echo "$as_me: failed program was:" >&5
18465 sed 's/^/| /' conftest.$ac_ext >&5
18467 ac_cv_lib_ldap_r_ldap_initialize=no
18470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18471 conftest$ac_exeext conftest.$ac_ext
18472 LIBS=$ac_check_lib_save_LIBS
18474 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18475 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18476 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18477 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18478 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18479 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18480 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 else
18482 ac_check_lib_save_LIBS=$LIBS
18483 LIBS="-llber $LIBPTHREAD $LIBS"
18484 cat >conftest.$ac_ext <<_ACEOF
18485 /* confdefs.h. */
18486 _ACEOF
18487 cat confdefs.h >>conftest.$ac_ext
18488 cat >>conftest.$ac_ext <<_ACEOF
18489 /* end confdefs.h. */
18491 /* Override any GCC internal prototype to avoid an error.
18492 Use char because int might match the return type of a GCC
18493 builtin and then its argument prototype would still apply. */
18494 #ifdef __cplusplus
18495 extern "C"
18496 #endif
18497 char ber_init ();
18499 main ()
18501 return ber_init ();
18503 return 0;
18505 _ACEOF
18506 rm -f conftest.$ac_objext conftest$ac_exeext
18507 if { (ac_try="$ac_link"
18508 case "(($ac_try" in
18509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18510 *) ac_try_echo=$ac_try;;
18511 esac
18512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18513 (eval "$ac_link") 2>conftest.er1
18514 ac_status=$?
18515 grep -v '^ *+' conftest.er1 >conftest.err
18516 rm -f conftest.er1
18517 cat conftest.err >&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); } && {
18520 test -z "$ac_c_werror_flag" ||
18521 test ! -s conftest.err
18522 } && test -s conftest$ac_exeext &&
18523 $as_test_x conftest$ac_exeext; then
18524 ac_cv_lib_lber_ber_init=yes
18525 else
18526 echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.$ac_ext >&5
18529 ac_cv_lib_lber_ber_init=no
18532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18533 conftest$ac_exeext conftest.$ac_ext
18534 LIBS=$ac_check_lib_save_LIBS
18536 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18537 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18538 if test $ac_cv_lib_lber_ber_init = yes; then
18540 cat >>confdefs.h <<\_ACEOF
18541 #define HAVE_LDAP 1
18542 _ACEOF
18544 LDAPLIBS="-lldap_r -llber"
18551 ac_wine_check_funcs_save_LIBS="$LIBS"
18552 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18561 for ac_func in \
18562 ldap_count_references \
18563 ldap_first_reference \
18564 ldap_next_reference \
18565 ldap_parse_reference \
18566 ldap_parse_sort_control \
18567 ldap_parse_sortresponse_control \
18568 ldap_parse_vlv_control \
18569 ldap_parse_vlvresponse_control
18571 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18572 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18573 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18574 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18575 echo $ECHO_N "(cached) $ECHO_C" >&6
18576 else
18577 cat >conftest.$ac_ext <<_ACEOF
18578 /* confdefs.h. */
18579 _ACEOF
18580 cat confdefs.h >>conftest.$ac_ext
18581 cat >>conftest.$ac_ext <<_ACEOF
18582 /* end confdefs.h. */
18583 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18585 #define $ac_func innocuous_$ac_func
18587 /* System header to define __stub macros and hopefully few prototypes,
18588 which can conflict with char $ac_func (); below.
18589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18590 <limits.h> exists even on freestanding compilers. */
18592 #ifdef __STDC__
18593 # include <limits.h>
18594 #else
18595 # include <assert.h>
18596 #endif
18598 #undef $ac_func
18600 /* Override any GCC internal prototype to avoid an error.
18601 Use char because int might match the return type of a GCC
18602 builtin and then its argument prototype would still apply. */
18603 #ifdef __cplusplus
18604 extern "C"
18605 #endif
18606 char $ac_func ();
18607 /* The GNU C library defines this for functions which it implements
18608 to always fail with ENOSYS. Some functions are actually named
18609 something starting with __ and the normal name is an alias. */
18610 #if defined __stub_$ac_func || defined __stub___$ac_func
18611 choke me
18612 #endif
18615 main ()
18617 return $ac_func ();
18619 return 0;
18621 _ACEOF
18622 rm -f conftest.$ac_objext conftest$ac_exeext
18623 if { (ac_try="$ac_link"
18624 case "(($ac_try" in
18625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18626 *) ac_try_echo=$ac_try;;
18627 esac
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629 (eval "$ac_link") 2>conftest.er1
18630 ac_status=$?
18631 grep -v '^ *+' conftest.er1 >conftest.err
18632 rm -f conftest.er1
18633 cat conftest.err >&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } && {
18636 test -z "$ac_c_werror_flag" ||
18637 test ! -s conftest.err
18638 } && test -s conftest$ac_exeext &&
18639 $as_test_x conftest$ac_exeext; then
18640 eval "$as_ac_var=yes"
18641 else
18642 echo "$as_me: failed program was:" >&5
18643 sed 's/^/| /' conftest.$ac_ext >&5
18645 eval "$as_ac_var=no"
18648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18649 conftest$ac_exeext conftest.$ac_ext
18651 ac_res=`eval echo '${'$as_ac_var'}'`
18652 { echo "$as_me:$LINENO: result: $ac_res" >&5
18653 echo "${ECHO_T}$ac_res" >&6; }
18654 if test `eval echo '${'$as_ac_var'}'` = yes; then
18655 cat >>confdefs.h <<_ACEOF
18656 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18657 _ACEOF
18660 done
18662 LIBS="$ac_wine_check_funcs_save_LIBS"
18664 if test "x$LDAPLIBS" = "x"; then
18665 case "x$with_ldap" in
18666 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18667 xno) ;;
18668 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18669 This is an error since --with-ldap was requested." >&5
18670 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18671 This is an error since --with-ldap was requested." >&2;}
18672 { (exit 1); exit 1; }; } ;;
18673 esac
18677 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18678 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18679 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18680 echo $ECHO_N "(cached) $ECHO_C" >&6
18681 else
18682 cat >conftest.$ac_ext <<_ACEOF
18683 /* confdefs.h. */
18684 _ACEOF
18685 cat confdefs.h >>conftest.$ac_ext
18686 cat >>conftest.$ac_ext <<_ACEOF
18687 /* end confdefs.h. */
18688 #include <sys/stat.h>
18690 main ()
18692 mkdir("foo");
18694 return 0;
18696 _ACEOF
18697 rm -f conftest.$ac_objext
18698 if { (ac_try="$ac_compile"
18699 case "(($ac_try" in
18700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18701 *) ac_try_echo=$ac_try;;
18702 esac
18703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18704 (eval "$ac_compile") 2>conftest.er1
18705 ac_status=$?
18706 grep -v '^ *+' conftest.er1 >conftest.err
18707 rm -f conftest.er1
18708 cat conftest.err >&5
18709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18710 (exit $ac_status); } && {
18711 test -z "$ac_c_werror_flag" ||
18712 test ! -s conftest.err
18713 } && test -s conftest.$ac_objext; then
18714 wine_cv_one_arg_mkdir=yes
18715 else
18716 echo "$as_me: failed program was:" >&5
18717 sed 's/^/| /' conftest.$ac_ext >&5
18719 wine_cv_one_arg_mkdir=no
18722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18724 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18725 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18726 if test "$wine_cv_one_arg_mkdir" = "yes"
18727 then
18729 cat >>confdefs.h <<\_ACEOF
18730 #define HAVE_ONE_ARG_MKDIR 1
18731 _ACEOF
18736 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18737 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18738 if test "${ac_cv_c_const+set}" = set; then
18739 echo $ECHO_N "(cached) $ECHO_C" >&6
18740 else
18741 cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h. */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h. */
18749 main ()
18751 /* FIXME: Include the comments suggested by Paul. */
18752 #ifndef __cplusplus
18753 /* Ultrix mips cc rejects this. */
18754 typedef int charset[2];
18755 const charset cs;
18756 /* SunOS 4.1.1 cc rejects this. */
18757 char const *const *pcpcc;
18758 char **ppc;
18759 /* NEC SVR4.0.2 mips cc rejects this. */
18760 struct point {int x, y;};
18761 static struct point const zero = {0,0};
18762 /* AIX XL C 1.02.0.0 rejects this.
18763 It does not let you subtract one const X* pointer from another in
18764 an arm of an if-expression whose if-part is not a constant
18765 expression */
18766 const char *g = "string";
18767 pcpcc = &g + (g ? g-g : 0);
18768 /* HPUX 7.0 cc rejects these. */
18769 ++pcpcc;
18770 ppc = (char**) pcpcc;
18771 pcpcc = (char const *const *) ppc;
18772 { /* SCO 3.2v4 cc rejects this. */
18773 char *t;
18774 char const *s = 0 ? (char *) 0 : (char const *) 0;
18776 *t++ = 0;
18777 if (s) return 0;
18779 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18780 int x[] = {25, 17};
18781 const int *foo = &x[0];
18782 ++foo;
18784 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18785 typedef const int *iptr;
18786 iptr p = 0;
18787 ++p;
18789 { /* AIX XL C 1.02.0.0 rejects this saying
18790 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18791 struct s { int j; const int *ap[3]; };
18792 struct s *b; b->j = 5;
18794 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18795 const int foo = 10;
18796 if (!foo) return 0;
18798 return !cs[0] && !zero.x;
18799 #endif
18802 return 0;
18804 _ACEOF
18805 rm -f conftest.$ac_objext
18806 if { (ac_try="$ac_compile"
18807 case "(($ac_try" in
18808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18809 *) ac_try_echo=$ac_try;;
18810 esac
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812 (eval "$ac_compile") 2>conftest.er1
18813 ac_status=$?
18814 grep -v '^ *+' conftest.er1 >conftest.err
18815 rm -f conftest.er1
18816 cat conftest.err >&5
18817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818 (exit $ac_status); } && {
18819 test -z "$ac_c_werror_flag" ||
18820 test ! -s conftest.err
18821 } && test -s conftest.$ac_objext; then
18822 ac_cv_c_const=yes
18823 else
18824 echo "$as_me: failed program was:" >&5
18825 sed 's/^/| /' conftest.$ac_ext >&5
18827 ac_cv_c_const=no
18830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18832 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18833 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18834 if test $ac_cv_c_const = no; then
18836 cat >>confdefs.h <<\_ACEOF
18837 #define const
18838 _ACEOF
18842 { echo "$as_me:$LINENO: checking for inline" >&5
18843 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18844 if test "${ac_cv_c_inline+set}" = set; then
18845 echo $ECHO_N "(cached) $ECHO_C" >&6
18846 else
18847 ac_cv_c_inline=no
18848 for ac_kw in inline __inline__ __inline; do
18849 cat >conftest.$ac_ext <<_ACEOF
18850 /* confdefs.h. */
18851 _ACEOF
18852 cat confdefs.h >>conftest.$ac_ext
18853 cat >>conftest.$ac_ext <<_ACEOF
18854 /* end confdefs.h. */
18855 #ifndef __cplusplus
18856 typedef int foo_t;
18857 static $ac_kw foo_t static_foo () {return 0; }
18858 $ac_kw foo_t foo () {return 0; }
18859 #endif
18861 _ACEOF
18862 rm -f conftest.$ac_objext
18863 if { (ac_try="$ac_compile"
18864 case "(($ac_try" in
18865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18866 *) ac_try_echo=$ac_try;;
18867 esac
18868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18869 (eval "$ac_compile") 2>conftest.er1
18870 ac_status=$?
18871 grep -v '^ *+' conftest.er1 >conftest.err
18872 rm -f conftest.er1
18873 cat conftest.err >&5
18874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18875 (exit $ac_status); } && {
18876 test -z "$ac_c_werror_flag" ||
18877 test ! -s conftest.err
18878 } && test -s conftest.$ac_objext; then
18879 ac_cv_c_inline=$ac_kw
18880 else
18881 echo "$as_me: failed program was:" >&5
18882 sed 's/^/| /' conftest.$ac_ext >&5
18887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18888 test "$ac_cv_c_inline" != no && break
18889 done
18892 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18893 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18896 case $ac_cv_c_inline in
18897 inline | yes) ;;
18899 case $ac_cv_c_inline in
18900 no) ac_val=;;
18901 *) ac_val=$ac_cv_c_inline;;
18902 esac
18903 cat >>confdefs.h <<_ACEOF
18904 #ifndef __cplusplus
18905 #define inline $ac_val
18906 #endif
18907 _ACEOF
18909 esac
18911 { echo "$as_me:$LINENO: checking for mode_t" >&5
18912 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18913 if test "${ac_cv_type_mode_t+set}" = set; then
18914 echo $ECHO_N "(cached) $ECHO_C" >&6
18915 else
18916 cat >conftest.$ac_ext <<_ACEOF
18917 /* confdefs.h. */
18918 _ACEOF
18919 cat confdefs.h >>conftest.$ac_ext
18920 cat >>conftest.$ac_ext <<_ACEOF
18921 /* end confdefs.h. */
18922 $ac_includes_default
18923 typedef mode_t ac__type_new_;
18925 main ()
18927 if ((ac__type_new_ *) 0)
18928 return 0;
18929 if (sizeof (ac__type_new_))
18930 return 0;
18932 return 0;
18934 _ACEOF
18935 rm -f conftest.$ac_objext
18936 if { (ac_try="$ac_compile"
18937 case "(($ac_try" in
18938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18939 *) ac_try_echo=$ac_try;;
18940 esac
18941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18942 (eval "$ac_compile") 2>conftest.er1
18943 ac_status=$?
18944 grep -v '^ *+' conftest.er1 >conftest.err
18945 rm -f conftest.er1
18946 cat conftest.err >&5
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); } && {
18949 test -z "$ac_c_werror_flag" ||
18950 test ! -s conftest.err
18951 } && test -s conftest.$ac_objext; then
18952 ac_cv_type_mode_t=yes
18953 else
18954 echo "$as_me: failed program was:" >&5
18955 sed 's/^/| /' conftest.$ac_ext >&5
18957 ac_cv_type_mode_t=no
18960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18962 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18963 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18964 if test $ac_cv_type_mode_t = yes; then
18966 cat >>confdefs.h <<_ACEOF
18967 #define HAVE_MODE_T 1
18968 _ACEOF
18972 { echo "$as_me:$LINENO: checking for off_t" >&5
18973 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18974 if test "${ac_cv_type_off_t+set}" = set; then
18975 echo $ECHO_N "(cached) $ECHO_C" >&6
18976 else
18977 cat >conftest.$ac_ext <<_ACEOF
18978 /* confdefs.h. */
18979 _ACEOF
18980 cat confdefs.h >>conftest.$ac_ext
18981 cat >>conftest.$ac_ext <<_ACEOF
18982 /* end confdefs.h. */
18983 $ac_includes_default
18984 typedef off_t ac__type_new_;
18986 main ()
18988 if ((ac__type_new_ *) 0)
18989 return 0;
18990 if (sizeof (ac__type_new_))
18991 return 0;
18993 return 0;
18995 _ACEOF
18996 rm -f conftest.$ac_objext
18997 if { (ac_try="$ac_compile"
18998 case "(($ac_try" in
18999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19000 *) ac_try_echo=$ac_try;;
19001 esac
19002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19003 (eval "$ac_compile") 2>conftest.er1
19004 ac_status=$?
19005 grep -v '^ *+' conftest.er1 >conftest.err
19006 rm -f conftest.er1
19007 cat conftest.err >&5
19008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19009 (exit $ac_status); } && {
19010 test -z "$ac_c_werror_flag" ||
19011 test ! -s conftest.err
19012 } && test -s conftest.$ac_objext; then
19013 ac_cv_type_off_t=yes
19014 else
19015 echo "$as_me: failed program was:" >&5
19016 sed 's/^/| /' conftest.$ac_ext >&5
19018 ac_cv_type_off_t=no
19021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19023 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19024 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19025 if test $ac_cv_type_off_t = yes; then
19027 cat >>confdefs.h <<_ACEOF
19028 #define HAVE_OFF_T 1
19029 _ACEOF
19033 { echo "$as_me:$LINENO: checking for pid_t" >&5
19034 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19035 if test "${ac_cv_type_pid_t+set}" = set; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19037 else
19038 cat >conftest.$ac_ext <<_ACEOF
19039 /* confdefs.h. */
19040 _ACEOF
19041 cat confdefs.h >>conftest.$ac_ext
19042 cat >>conftest.$ac_ext <<_ACEOF
19043 /* end confdefs.h. */
19044 $ac_includes_default
19045 typedef pid_t ac__type_new_;
19047 main ()
19049 if ((ac__type_new_ *) 0)
19050 return 0;
19051 if (sizeof (ac__type_new_))
19052 return 0;
19054 return 0;
19056 _ACEOF
19057 rm -f conftest.$ac_objext
19058 if { (ac_try="$ac_compile"
19059 case "(($ac_try" in
19060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19061 *) ac_try_echo=$ac_try;;
19062 esac
19063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19064 (eval "$ac_compile") 2>conftest.er1
19065 ac_status=$?
19066 grep -v '^ *+' conftest.er1 >conftest.err
19067 rm -f conftest.er1
19068 cat conftest.err >&5
19069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19070 (exit $ac_status); } && {
19071 test -z "$ac_c_werror_flag" ||
19072 test ! -s conftest.err
19073 } && test -s conftest.$ac_objext; then
19074 ac_cv_type_pid_t=yes
19075 else
19076 echo "$as_me: failed program was:" >&5
19077 sed 's/^/| /' conftest.$ac_ext >&5
19079 ac_cv_type_pid_t=no
19082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19084 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19085 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19086 if test $ac_cv_type_pid_t = yes; then
19088 cat >>confdefs.h <<_ACEOF
19089 #define HAVE_PID_T 1
19090 _ACEOF
19094 { echo "$as_me:$LINENO: checking for size_t" >&5
19095 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19096 if test "${ac_cv_type_size_t+set}" = set; then
19097 echo $ECHO_N "(cached) $ECHO_C" >&6
19098 else
19099 cat >conftest.$ac_ext <<_ACEOF
19100 /* confdefs.h. */
19101 _ACEOF
19102 cat confdefs.h >>conftest.$ac_ext
19103 cat >>conftest.$ac_ext <<_ACEOF
19104 /* end confdefs.h. */
19105 $ac_includes_default
19106 typedef size_t ac__type_new_;
19108 main ()
19110 if ((ac__type_new_ *) 0)
19111 return 0;
19112 if (sizeof (ac__type_new_))
19113 return 0;
19115 return 0;
19117 _ACEOF
19118 rm -f conftest.$ac_objext
19119 if { (ac_try="$ac_compile"
19120 case "(($ac_try" in
19121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19122 *) ac_try_echo=$ac_try;;
19123 esac
19124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19125 (eval "$ac_compile") 2>conftest.er1
19126 ac_status=$?
19127 grep -v '^ *+' conftest.er1 >conftest.err
19128 rm -f conftest.er1
19129 cat conftest.err >&5
19130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); } && {
19132 test -z "$ac_c_werror_flag" ||
19133 test ! -s conftest.err
19134 } && test -s conftest.$ac_objext; then
19135 ac_cv_type_size_t=yes
19136 else
19137 echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.$ac_ext >&5
19140 ac_cv_type_size_t=no
19143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19145 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19146 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19147 if test $ac_cv_type_size_t = yes; then
19149 cat >>confdefs.h <<_ACEOF
19150 #define HAVE_SIZE_T 1
19151 _ACEOF
19155 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19156 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19157 if test "${ac_cv_type_ssize_t+set}" = set; then
19158 echo $ECHO_N "(cached) $ECHO_C" >&6
19159 else
19160 cat >conftest.$ac_ext <<_ACEOF
19161 /* confdefs.h. */
19162 _ACEOF
19163 cat confdefs.h >>conftest.$ac_ext
19164 cat >>conftest.$ac_ext <<_ACEOF
19165 /* end confdefs.h. */
19166 $ac_includes_default
19167 typedef ssize_t ac__type_new_;
19169 main ()
19171 if ((ac__type_new_ *) 0)
19172 return 0;
19173 if (sizeof (ac__type_new_))
19174 return 0;
19176 return 0;
19178 _ACEOF
19179 rm -f conftest.$ac_objext
19180 if { (ac_try="$ac_compile"
19181 case "(($ac_try" in
19182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19183 *) ac_try_echo=$ac_try;;
19184 esac
19185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19186 (eval "$ac_compile") 2>conftest.er1
19187 ac_status=$?
19188 grep -v '^ *+' conftest.er1 >conftest.err
19189 rm -f conftest.er1
19190 cat conftest.err >&5
19191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19192 (exit $ac_status); } && {
19193 test -z "$ac_c_werror_flag" ||
19194 test ! -s conftest.err
19195 } && test -s conftest.$ac_objext; then
19196 ac_cv_type_ssize_t=yes
19197 else
19198 echo "$as_me: failed program was:" >&5
19199 sed 's/^/| /' conftest.$ac_ext >&5
19201 ac_cv_type_ssize_t=no
19204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19206 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19207 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19208 if test $ac_cv_type_ssize_t = yes; then
19210 cat >>confdefs.h <<_ACEOF
19211 #define HAVE_SSIZE_T 1
19212 _ACEOF
19216 { echo "$as_me:$LINENO: checking for long long" >&5
19217 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19218 if test "${ac_cv_type_long_long+set}" = set; then
19219 echo $ECHO_N "(cached) $ECHO_C" >&6
19220 else
19221 cat >conftest.$ac_ext <<_ACEOF
19222 /* confdefs.h. */
19223 _ACEOF
19224 cat confdefs.h >>conftest.$ac_ext
19225 cat >>conftest.$ac_ext <<_ACEOF
19226 /* end confdefs.h. */
19227 $ac_includes_default
19228 typedef long long ac__type_new_;
19230 main ()
19232 if ((ac__type_new_ *) 0)
19233 return 0;
19234 if (sizeof (ac__type_new_))
19235 return 0;
19237 return 0;
19239 _ACEOF
19240 rm -f conftest.$ac_objext
19241 if { (ac_try="$ac_compile"
19242 case "(($ac_try" in
19243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19244 *) ac_try_echo=$ac_try;;
19245 esac
19246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19247 (eval "$ac_compile") 2>conftest.er1
19248 ac_status=$?
19249 grep -v '^ *+' conftest.er1 >conftest.err
19250 rm -f conftest.er1
19251 cat conftest.err >&5
19252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253 (exit $ac_status); } && {
19254 test -z "$ac_c_werror_flag" ||
19255 test ! -s conftest.err
19256 } && test -s conftest.$ac_objext; then
19257 ac_cv_type_long_long=yes
19258 else
19259 echo "$as_me: failed program was:" >&5
19260 sed 's/^/| /' conftest.$ac_ext >&5
19262 ac_cv_type_long_long=no
19265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19267 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19268 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19269 if test $ac_cv_type_long_long = yes; then
19271 cat >>confdefs.h <<_ACEOF
19272 #define HAVE_LONG_LONG 1
19273 _ACEOF
19277 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19278 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19279 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19280 echo $ECHO_N "(cached) $ECHO_C" >&6
19281 else
19282 cat >conftest.$ac_ext <<_ACEOF
19283 /* confdefs.h. */
19284 _ACEOF
19285 cat confdefs.h >>conftest.$ac_ext
19286 cat >>conftest.$ac_ext <<_ACEOF
19287 /* end confdefs.h. */
19288 $ac_includes_default
19289 typedef fsblkcnt_t ac__type_new_;
19291 main ()
19293 if ((ac__type_new_ *) 0)
19294 return 0;
19295 if (sizeof (ac__type_new_))
19296 return 0;
19298 return 0;
19300 _ACEOF
19301 rm -f conftest.$ac_objext
19302 if { (ac_try="$ac_compile"
19303 case "(($ac_try" in
19304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19305 *) ac_try_echo=$ac_try;;
19306 esac
19307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19308 (eval "$ac_compile") 2>conftest.er1
19309 ac_status=$?
19310 grep -v '^ *+' conftest.er1 >conftest.err
19311 rm -f conftest.er1
19312 cat conftest.err >&5
19313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19314 (exit $ac_status); } && {
19315 test -z "$ac_c_werror_flag" ||
19316 test ! -s conftest.err
19317 } && test -s conftest.$ac_objext; then
19318 ac_cv_type_fsblkcnt_t=yes
19319 else
19320 echo "$as_me: failed program was:" >&5
19321 sed 's/^/| /' conftest.$ac_ext >&5
19323 ac_cv_type_fsblkcnt_t=no
19326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19328 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19329 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19330 if test $ac_cv_type_fsblkcnt_t = yes; then
19332 cat >>confdefs.h <<_ACEOF
19333 #define HAVE_FSBLKCNT_T 1
19334 _ACEOF
19338 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19339 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19340 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19341 echo $ECHO_N "(cached) $ECHO_C" >&6
19342 else
19343 cat >conftest.$ac_ext <<_ACEOF
19344 /* confdefs.h. */
19345 _ACEOF
19346 cat confdefs.h >>conftest.$ac_ext
19347 cat >>conftest.$ac_ext <<_ACEOF
19348 /* end confdefs.h. */
19349 $ac_includes_default
19350 typedef fsfilcnt_t ac__type_new_;
19352 main ()
19354 if ((ac__type_new_ *) 0)
19355 return 0;
19356 if (sizeof (ac__type_new_))
19357 return 0;
19359 return 0;
19361 _ACEOF
19362 rm -f conftest.$ac_objext
19363 if { (ac_try="$ac_compile"
19364 case "(($ac_try" in
19365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19366 *) ac_try_echo=$ac_try;;
19367 esac
19368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19369 (eval "$ac_compile") 2>conftest.er1
19370 ac_status=$?
19371 grep -v '^ *+' conftest.er1 >conftest.err
19372 rm -f conftest.er1
19373 cat conftest.err >&5
19374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375 (exit $ac_status); } && {
19376 test -z "$ac_c_werror_flag" ||
19377 test ! -s conftest.err
19378 } && test -s conftest.$ac_objext; then
19379 ac_cv_type_fsfilcnt_t=yes
19380 else
19381 echo "$as_me: failed program was:" >&5
19382 sed 's/^/| /' conftest.$ac_ext >&5
19384 ac_cv_type_fsfilcnt_t=no
19387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19389 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19390 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19391 if test $ac_cv_type_fsfilcnt_t = yes; then
19393 cat >>confdefs.h <<_ACEOF
19394 #define HAVE_FSFILCNT_T 1
19395 _ACEOF
19400 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19401 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19402 if test "${ac_cv_type_sigset_t+set}" = set; then
19403 echo $ECHO_N "(cached) $ECHO_C" >&6
19404 else
19405 cat >conftest.$ac_ext <<_ACEOF
19406 /* confdefs.h. */
19407 _ACEOF
19408 cat confdefs.h >>conftest.$ac_ext
19409 cat >>conftest.$ac_ext <<_ACEOF
19410 /* end confdefs.h. */
19411 #include <sys/types.h>
19412 #include <signal.h>
19414 typedef sigset_t ac__type_new_;
19416 main ()
19418 if ((ac__type_new_ *) 0)
19419 return 0;
19420 if (sizeof (ac__type_new_))
19421 return 0;
19423 return 0;
19425 _ACEOF
19426 rm -f conftest.$ac_objext
19427 if { (ac_try="$ac_compile"
19428 case "(($ac_try" in
19429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19430 *) ac_try_echo=$ac_try;;
19431 esac
19432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19433 (eval "$ac_compile") 2>conftest.er1
19434 ac_status=$?
19435 grep -v '^ *+' conftest.er1 >conftest.err
19436 rm -f conftest.er1
19437 cat conftest.err >&5
19438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19439 (exit $ac_status); } && {
19440 test -z "$ac_c_werror_flag" ||
19441 test ! -s conftest.err
19442 } && test -s conftest.$ac_objext; then
19443 ac_cv_type_sigset_t=yes
19444 else
19445 echo "$as_me: failed program was:" >&5
19446 sed 's/^/| /' conftest.$ac_ext >&5
19448 ac_cv_type_sigset_t=no
19451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19453 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19454 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19455 if test $ac_cv_type_sigset_t = yes; then
19457 cat >>confdefs.h <<_ACEOF
19458 #define HAVE_SIGSET_T 1
19459 _ACEOF
19464 { echo "$as_me:$LINENO: checking for request_sense" >&5
19465 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19466 if test "${ac_cv_type_request_sense+set}" = set; then
19467 echo $ECHO_N "(cached) $ECHO_C" >&6
19468 else
19469 cat >conftest.$ac_ext <<_ACEOF
19470 /* confdefs.h. */
19471 _ACEOF
19472 cat confdefs.h >>conftest.$ac_ext
19473 cat >>conftest.$ac_ext <<_ACEOF
19474 /* end confdefs.h. */
19475 #include <linux/cdrom.h>
19477 typedef request_sense ac__type_new_;
19479 main ()
19481 if ((ac__type_new_ *) 0)
19482 return 0;
19483 if (sizeof (ac__type_new_))
19484 return 0;
19486 return 0;
19488 _ACEOF
19489 rm -f conftest.$ac_objext
19490 if { (ac_try="$ac_compile"
19491 case "(($ac_try" in
19492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19493 *) ac_try_echo=$ac_try;;
19494 esac
19495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19496 (eval "$ac_compile") 2>conftest.er1
19497 ac_status=$?
19498 grep -v '^ *+' conftest.er1 >conftest.err
19499 rm -f conftest.er1
19500 cat conftest.err >&5
19501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19502 (exit $ac_status); } && {
19503 test -z "$ac_c_werror_flag" ||
19504 test ! -s conftest.err
19505 } && test -s conftest.$ac_objext; then
19506 ac_cv_type_request_sense=yes
19507 else
19508 echo "$as_me: failed program was:" >&5
19509 sed 's/^/| /' conftest.$ac_ext >&5
19511 ac_cv_type_request_sense=no
19514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19516 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19517 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19518 if test $ac_cv_type_request_sense = yes; then
19520 cat >>confdefs.h <<_ACEOF
19521 #define HAVE_REQUEST_SENSE 1
19522 _ACEOF
19528 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19529 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19530 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19531 echo $ECHO_N "(cached) $ECHO_C" >&6
19532 else
19533 cat >conftest.$ac_ext <<_ACEOF
19534 /* confdefs.h. */
19535 _ACEOF
19536 cat confdefs.h >>conftest.$ac_ext
19537 cat >>conftest.$ac_ext <<_ACEOF
19538 /* end confdefs.h. */
19539 #include <sys/types.h>
19540 #ifdef HAVE_SYS_SOCKET_H
19541 #include <sys/socket.h>
19542 #endif
19543 #ifdef HAVE_SYS_SOCKETVAR_H
19544 #include <sys/socketvar.h>
19545 #endif
19546 #ifdef HAVE_NET_ROUTE_H
19547 #include <net/route.h>
19548 #endif
19549 #ifdef HAVE_NETINET_IN_H
19550 #include <netinet/in.h>
19551 #endif
19552 #ifdef HAVE_NETINET_IN_SYSTM_H
19553 #include <netinet/in_systm.h>
19554 #endif
19555 #ifdef HAVE_NETINET_IP_H
19556 #include <netinet/ip.h>
19557 #endif
19558 #ifdef HAVE_NETINET_IN_PCB_H
19559 #include <netinet/in_pcb.h>
19560 #endif
19562 typedef struct xinpgen ac__type_new_;
19564 main ()
19566 if ((ac__type_new_ *) 0)
19567 return 0;
19568 if (sizeof (ac__type_new_))
19569 return 0;
19571 return 0;
19573 _ACEOF
19574 rm -f conftest.$ac_objext
19575 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
19591 ac_cv_type_struct_xinpgen=yes
19592 else
19593 echo "$as_me: failed program was:" >&5
19594 sed 's/^/| /' conftest.$ac_ext >&5
19596 ac_cv_type_struct_xinpgen=no
19599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19601 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19602 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19603 if test $ac_cv_type_struct_xinpgen = yes; then
19605 cat >>confdefs.h <<_ACEOF
19606 #define HAVE_STRUCT_XINPGEN 1
19607 _ACEOF
19613 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19614 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19615 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19616 echo $ECHO_N "(cached) $ECHO_C" >&6
19617 else
19618 cat >conftest.$ac_ext <<_ACEOF
19619 /* confdefs.h. */
19620 _ACEOF
19621 cat confdefs.h >>conftest.$ac_ext
19622 cat >>conftest.$ac_ext <<_ACEOF
19623 /* end confdefs.h. */
19624 #ifdef HAVE_LINUX_INPUT_H
19625 #include <linux/input.h>
19626 #endif
19629 main ()
19631 static struct ff_effect ac_aggr;
19632 if (ac_aggr.direction)
19633 return 0;
19635 return 0;
19637 _ACEOF
19638 rm -f conftest.$ac_objext
19639 if { (ac_try="$ac_compile"
19640 case "(($ac_try" in
19641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19642 *) ac_try_echo=$ac_try;;
19643 esac
19644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19645 (eval "$ac_compile") 2>conftest.er1
19646 ac_status=$?
19647 grep -v '^ *+' conftest.er1 >conftest.err
19648 rm -f conftest.er1
19649 cat conftest.err >&5
19650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651 (exit $ac_status); } && {
19652 test -z "$ac_c_werror_flag" ||
19653 test ! -s conftest.err
19654 } && test -s conftest.$ac_objext; then
19655 ac_cv_member_struct_ff_effect_direction=yes
19656 else
19657 echo "$as_me: failed program was:" >&5
19658 sed 's/^/| /' conftest.$ac_ext >&5
19660 cat >conftest.$ac_ext <<_ACEOF
19661 /* confdefs.h. */
19662 _ACEOF
19663 cat confdefs.h >>conftest.$ac_ext
19664 cat >>conftest.$ac_ext <<_ACEOF
19665 /* end confdefs.h. */
19666 #ifdef HAVE_LINUX_INPUT_H
19667 #include <linux/input.h>
19668 #endif
19671 main ()
19673 static struct ff_effect ac_aggr;
19674 if (sizeof ac_aggr.direction)
19675 return 0;
19677 return 0;
19679 _ACEOF
19680 rm -f conftest.$ac_objext
19681 if { (ac_try="$ac_compile"
19682 case "(($ac_try" in
19683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19684 *) ac_try_echo=$ac_try;;
19685 esac
19686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19687 (eval "$ac_compile") 2>conftest.er1
19688 ac_status=$?
19689 grep -v '^ *+' conftest.er1 >conftest.err
19690 rm -f conftest.er1
19691 cat conftest.err >&5
19692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19693 (exit $ac_status); } && {
19694 test -z "$ac_c_werror_flag" ||
19695 test ! -s conftest.err
19696 } && test -s conftest.$ac_objext; then
19697 ac_cv_member_struct_ff_effect_direction=yes
19698 else
19699 echo "$as_me: failed program was:" >&5
19700 sed 's/^/| /' conftest.$ac_ext >&5
19702 ac_cv_member_struct_ff_effect_direction=no
19705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19711 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19712 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19714 cat >>confdefs.h <<_ACEOF
19715 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19716 _ACEOF
19722 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19723 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19724 if test "${wine_cv_have_sigaddset+set}" = set; then
19725 echo $ECHO_N "(cached) $ECHO_C" >&6
19726 else
19727 cat >conftest.$ac_ext <<_ACEOF
19728 /* confdefs.h. */
19729 _ACEOF
19730 cat confdefs.h >>conftest.$ac_ext
19731 cat >>conftest.$ac_ext <<_ACEOF
19732 /* end confdefs.h. */
19733 #include <signal.h>
19735 main ()
19737 sigset_t set; sigaddset(&set,SIGTERM);
19739 return 0;
19741 _ACEOF
19742 rm -f conftest.$ac_objext conftest$ac_exeext
19743 if { (ac_try="$ac_link"
19744 case "(($ac_try" in
19745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19746 *) ac_try_echo=$ac_try;;
19747 esac
19748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19749 (eval "$ac_link") 2>conftest.er1
19750 ac_status=$?
19751 grep -v '^ *+' conftest.er1 >conftest.err
19752 rm -f conftest.er1
19753 cat conftest.err >&5
19754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19755 (exit $ac_status); } && {
19756 test -z "$ac_c_werror_flag" ||
19757 test ! -s conftest.err
19758 } && test -s conftest$ac_exeext &&
19759 $as_test_x conftest$ac_exeext; then
19760 wine_cv_have_sigaddset=yes
19761 else
19762 echo "$as_me: failed program was:" >&5
19763 sed 's/^/| /' conftest.$ac_ext >&5
19765 wine_cv_have_sigaddset=no
19768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19769 conftest$ac_exeext conftest.$ac_ext
19771 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19772 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19773 if test "$wine_cv_have_sigaddset" = "yes"
19774 then
19776 cat >>confdefs.h <<\_ACEOF
19777 #define HAVE_SIGADDSET 1
19778 _ACEOF
19783 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19784 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19785 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19786 echo $ECHO_N "(cached) $ECHO_C" >&6
19787 else
19788 cat >conftest.$ac_ext <<_ACEOF
19789 /* confdefs.h. */
19790 _ACEOF
19791 cat confdefs.h >>conftest.$ac_ext
19792 cat >>conftest.$ac_ext <<_ACEOF
19793 /* end confdefs.h. */
19794 #include <netdb.h>
19796 main ()
19799 char *name=0;
19800 struct hostent he;
19801 struct hostent *result;
19802 char *buf=0;
19803 int bufsize=0;
19804 int res,errnr;
19805 char *addr=0;
19806 int addrlen=0;
19807 int addrtype=0;
19808 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19809 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19812 return 0;
19814 _ACEOF
19815 rm -f conftest.$ac_objext conftest$ac_exeext
19816 if { (ac_try="$ac_link"
19817 case "(($ac_try" in
19818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19819 *) ac_try_echo=$ac_try;;
19820 esac
19821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19822 (eval "$ac_link") 2>conftest.er1
19823 ac_status=$?
19824 grep -v '^ *+' conftest.er1 >conftest.err
19825 rm -f conftest.er1
19826 cat conftest.err >&5
19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); } && {
19829 test -z "$ac_c_werror_flag" ||
19830 test ! -s conftest.err
19831 } && test -s conftest$ac_exeext &&
19832 $as_test_x conftest$ac_exeext; then
19833 wine_cv_linux_gethostbyname_r_6=yes
19834 else
19835 echo "$as_me: failed program was:" >&5
19836 sed 's/^/| /' conftest.$ac_ext >&5
19838 wine_cv_linux_gethostbyname_r_6=no
19842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19843 conftest$ac_exeext conftest.$ac_ext
19846 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19847 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19848 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19849 then
19851 cat >>confdefs.h <<\_ACEOF
19852 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19853 _ACEOF
19857 if test "$ac_cv_header_linux_joystick_h" = "yes"
19858 then
19859 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19860 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19861 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19862 echo $ECHO_N "(cached) $ECHO_C" >&6
19863 else
19864 cat >conftest.$ac_ext <<_ACEOF
19865 /* confdefs.h. */
19866 _ACEOF
19867 cat confdefs.h >>conftest.$ac_ext
19868 cat >>conftest.$ac_ext <<_ACEOF
19869 /* end confdefs.h. */
19871 #include <sys/ioctl.h>
19872 #include <sys/types.h>
19873 #include <linux/joystick.h>
19875 struct js_event blub;
19876 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19877 #error "no 2.2 header"
19878 #endif
19881 main ()
19883 /*empty*/
19885 return 0;
19887 _ACEOF
19888 rm -f conftest.$ac_objext
19889 if { (ac_try="$ac_compile"
19890 case "(($ac_try" in
19891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19892 *) ac_try_echo=$ac_try;;
19893 esac
19894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19895 (eval "$ac_compile") 2>conftest.er1
19896 ac_status=$?
19897 grep -v '^ *+' conftest.er1 >conftest.err
19898 rm -f conftest.er1
19899 cat conftest.err >&5
19900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901 (exit $ac_status); } && {
19902 test -z "$ac_c_werror_flag" ||
19903 test ! -s conftest.err
19904 } && test -s conftest.$ac_objext; then
19905 wine_cv_linux_joystick_22_api=yes
19906 else
19907 echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5
19910 wine_cv_linux_joystick_22_api=no
19913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19917 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19918 if test "$wine_cv_linux_joystick_22_api" = "yes"
19919 then
19921 cat >>confdefs.h <<\_ACEOF
19922 #define HAVE_LINUX_22_JOYSTICK_API 1
19923 _ACEOF
19929 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19930 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19931 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19932 echo $ECHO_N "(cached) $ECHO_C" >&6
19933 else
19934 cat >conftest.$ac_ext <<_ACEOF
19935 /* confdefs.h. */
19936 _ACEOF
19937 cat confdefs.h >>conftest.$ac_ext
19938 cat >>conftest.$ac_ext <<_ACEOF
19939 /* end confdefs.h. */
19940 #include <sys/types.h>
19941 #ifdef HAVE_SYS_PARAM_H
19942 # include <sys/param.h>
19943 #endif
19944 #ifdef HAVE_SYS_MOUNT_H
19945 # include <sys/mount.h>
19946 #endif
19947 #ifdef HAVE_SYS_VFS_H
19948 # include <sys/vfs.h>
19949 #endif
19950 #ifdef HAVE_SYS_STATFS_H
19951 # include <sys/statfs.h>
19952 #endif
19955 main ()
19957 static struct statfs ac_aggr;
19958 if (ac_aggr.f_bfree)
19959 return 0;
19961 return 0;
19963 _ACEOF
19964 rm -f conftest.$ac_objext
19965 if { (ac_try="$ac_compile"
19966 case "(($ac_try" in
19967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19968 *) ac_try_echo=$ac_try;;
19969 esac
19970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19971 (eval "$ac_compile") 2>conftest.er1
19972 ac_status=$?
19973 grep -v '^ *+' conftest.er1 >conftest.err
19974 rm -f conftest.er1
19975 cat conftest.err >&5
19976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977 (exit $ac_status); } && {
19978 test -z "$ac_c_werror_flag" ||
19979 test ! -s conftest.err
19980 } && test -s conftest.$ac_objext; then
19981 ac_cv_member_struct_statfs_f_bfree=yes
19982 else
19983 echo "$as_me: failed program was:" >&5
19984 sed 's/^/| /' conftest.$ac_ext >&5
19986 cat >conftest.$ac_ext <<_ACEOF
19987 /* confdefs.h. */
19988 _ACEOF
19989 cat confdefs.h >>conftest.$ac_ext
19990 cat >>conftest.$ac_ext <<_ACEOF
19991 /* end confdefs.h. */
19992 #include <sys/types.h>
19993 #ifdef HAVE_SYS_PARAM_H
19994 # include <sys/param.h>
19995 #endif
19996 #ifdef HAVE_SYS_MOUNT_H
19997 # include <sys/mount.h>
19998 #endif
19999 #ifdef HAVE_SYS_VFS_H
20000 # include <sys/vfs.h>
20001 #endif
20002 #ifdef HAVE_SYS_STATFS_H
20003 # include <sys/statfs.h>
20004 #endif
20007 main ()
20009 static struct statfs ac_aggr;
20010 if (sizeof ac_aggr.f_bfree)
20011 return 0;
20013 return 0;
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (ac_try="$ac_compile"
20018 case "(($ac_try" in
20019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20020 *) ac_try_echo=$ac_try;;
20021 esac
20022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20023 (eval "$ac_compile") 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } && {
20030 test -z "$ac_c_werror_flag" ||
20031 test ! -s conftest.err
20032 } && test -s conftest.$ac_objext; then
20033 ac_cv_member_struct_statfs_f_bfree=yes
20034 else
20035 echo "$as_me: failed program was:" >&5
20036 sed 's/^/| /' conftest.$ac_ext >&5
20038 ac_cv_member_struct_statfs_f_bfree=no
20041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20046 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20047 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20048 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20050 cat >>confdefs.h <<_ACEOF
20051 #define HAVE_STRUCT_STATFS_F_BFREE 1
20052 _ACEOF
20056 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20057 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20058 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20059 echo $ECHO_N "(cached) $ECHO_C" >&6
20060 else
20061 cat >conftest.$ac_ext <<_ACEOF
20062 /* confdefs.h. */
20063 _ACEOF
20064 cat confdefs.h >>conftest.$ac_ext
20065 cat >>conftest.$ac_ext <<_ACEOF
20066 /* end confdefs.h. */
20067 #include <sys/types.h>
20068 #ifdef HAVE_SYS_PARAM_H
20069 # include <sys/param.h>
20070 #endif
20071 #ifdef HAVE_SYS_MOUNT_H
20072 # include <sys/mount.h>
20073 #endif
20074 #ifdef HAVE_SYS_VFS_H
20075 # include <sys/vfs.h>
20076 #endif
20077 #ifdef HAVE_SYS_STATFS_H
20078 # include <sys/statfs.h>
20079 #endif
20082 main ()
20084 static struct statfs ac_aggr;
20085 if (ac_aggr.f_bavail)
20086 return 0;
20088 return 0;
20090 _ACEOF
20091 rm -f conftest.$ac_objext
20092 if { (ac_try="$ac_compile"
20093 case "(($ac_try" in
20094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095 *) ac_try_echo=$ac_try;;
20096 esac
20097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20098 (eval "$ac_compile") 2>conftest.er1
20099 ac_status=$?
20100 grep -v '^ *+' conftest.er1 >conftest.err
20101 rm -f conftest.er1
20102 cat conftest.err >&5
20103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104 (exit $ac_status); } && {
20105 test -z "$ac_c_werror_flag" ||
20106 test ! -s conftest.err
20107 } && test -s conftest.$ac_objext; then
20108 ac_cv_member_struct_statfs_f_bavail=yes
20109 else
20110 echo "$as_me: failed program was:" >&5
20111 sed 's/^/| /' conftest.$ac_ext >&5
20113 cat >conftest.$ac_ext <<_ACEOF
20114 /* confdefs.h. */
20115 _ACEOF
20116 cat confdefs.h >>conftest.$ac_ext
20117 cat >>conftest.$ac_ext <<_ACEOF
20118 /* end confdefs.h. */
20119 #include <sys/types.h>
20120 #ifdef HAVE_SYS_PARAM_H
20121 # include <sys/param.h>
20122 #endif
20123 #ifdef HAVE_SYS_MOUNT_H
20124 # include <sys/mount.h>
20125 #endif
20126 #ifdef HAVE_SYS_VFS_H
20127 # include <sys/vfs.h>
20128 #endif
20129 #ifdef HAVE_SYS_STATFS_H
20130 # include <sys/statfs.h>
20131 #endif
20134 main ()
20136 static struct statfs ac_aggr;
20137 if (sizeof ac_aggr.f_bavail)
20138 return 0;
20140 return 0;
20142 _ACEOF
20143 rm -f conftest.$ac_objext
20144 if { (ac_try="$ac_compile"
20145 case "(($ac_try" in
20146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20147 *) ac_try_echo=$ac_try;;
20148 esac
20149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20150 (eval "$ac_compile") 2>conftest.er1
20151 ac_status=$?
20152 grep -v '^ *+' conftest.er1 >conftest.err
20153 rm -f conftest.er1
20154 cat conftest.err >&5
20155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20156 (exit $ac_status); } && {
20157 test -z "$ac_c_werror_flag" ||
20158 test ! -s conftest.err
20159 } && test -s conftest.$ac_objext; then
20160 ac_cv_member_struct_statfs_f_bavail=yes
20161 else
20162 echo "$as_me: failed program was:" >&5
20163 sed 's/^/| /' conftest.$ac_ext >&5
20165 ac_cv_member_struct_statfs_f_bavail=no
20168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20173 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20174 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20175 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20177 cat >>confdefs.h <<_ACEOF
20178 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20179 _ACEOF
20183 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20184 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20185 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20186 echo $ECHO_N "(cached) $ECHO_C" >&6
20187 else
20188 cat >conftest.$ac_ext <<_ACEOF
20189 /* confdefs.h. */
20190 _ACEOF
20191 cat confdefs.h >>conftest.$ac_ext
20192 cat >>conftest.$ac_ext <<_ACEOF
20193 /* end confdefs.h. */
20194 #include <sys/types.h>
20195 #ifdef HAVE_SYS_PARAM_H
20196 # include <sys/param.h>
20197 #endif
20198 #ifdef HAVE_SYS_MOUNT_H
20199 # include <sys/mount.h>
20200 #endif
20201 #ifdef HAVE_SYS_VFS_H
20202 # include <sys/vfs.h>
20203 #endif
20204 #ifdef HAVE_SYS_STATFS_H
20205 # include <sys/statfs.h>
20206 #endif
20209 main ()
20211 static struct statfs ac_aggr;
20212 if (ac_aggr.f_frsize)
20213 return 0;
20215 return 0;
20217 _ACEOF
20218 rm -f conftest.$ac_objext
20219 if { (ac_try="$ac_compile"
20220 case "(($ac_try" in
20221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20222 *) ac_try_echo=$ac_try;;
20223 esac
20224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20225 (eval "$ac_compile") 2>conftest.er1
20226 ac_status=$?
20227 grep -v '^ *+' conftest.er1 >conftest.err
20228 rm -f conftest.er1
20229 cat conftest.err >&5
20230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20231 (exit $ac_status); } && {
20232 test -z "$ac_c_werror_flag" ||
20233 test ! -s conftest.err
20234 } && test -s conftest.$ac_objext; then
20235 ac_cv_member_struct_statfs_f_frsize=yes
20236 else
20237 echo "$as_me: failed program was:" >&5
20238 sed 's/^/| /' conftest.$ac_ext >&5
20240 cat >conftest.$ac_ext <<_ACEOF
20241 /* confdefs.h. */
20242 _ACEOF
20243 cat confdefs.h >>conftest.$ac_ext
20244 cat >>conftest.$ac_ext <<_ACEOF
20245 /* end confdefs.h. */
20246 #include <sys/types.h>
20247 #ifdef HAVE_SYS_PARAM_H
20248 # include <sys/param.h>
20249 #endif
20250 #ifdef HAVE_SYS_MOUNT_H
20251 # include <sys/mount.h>
20252 #endif
20253 #ifdef HAVE_SYS_VFS_H
20254 # include <sys/vfs.h>
20255 #endif
20256 #ifdef HAVE_SYS_STATFS_H
20257 # include <sys/statfs.h>
20258 #endif
20261 main ()
20263 static struct statfs ac_aggr;
20264 if (sizeof ac_aggr.f_frsize)
20265 return 0;
20267 return 0;
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274 *) ac_try_echo=$ac_try;;
20275 esac
20276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20277 (eval "$ac_compile") 2>conftest.er1
20278 ac_status=$?
20279 grep -v '^ *+' conftest.er1 >conftest.err
20280 rm -f conftest.er1
20281 cat conftest.err >&5
20282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283 (exit $ac_status); } && {
20284 test -z "$ac_c_werror_flag" ||
20285 test ! -s conftest.err
20286 } && test -s conftest.$ac_objext; then
20287 ac_cv_member_struct_statfs_f_frsize=yes
20288 else
20289 echo "$as_me: failed program was:" >&5
20290 sed 's/^/| /' conftest.$ac_ext >&5
20292 ac_cv_member_struct_statfs_f_frsize=no
20295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20300 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20301 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20302 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20304 cat >>confdefs.h <<_ACEOF
20305 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20306 _ACEOF
20310 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20311 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20312 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20313 echo $ECHO_N "(cached) $ECHO_C" >&6
20314 else
20315 cat >conftest.$ac_ext <<_ACEOF
20316 /* confdefs.h. */
20317 _ACEOF
20318 cat confdefs.h >>conftest.$ac_ext
20319 cat >>conftest.$ac_ext <<_ACEOF
20320 /* end confdefs.h. */
20321 #include <sys/types.h>
20322 #ifdef HAVE_SYS_PARAM_H
20323 # include <sys/param.h>
20324 #endif
20325 #ifdef HAVE_SYS_MOUNT_H
20326 # include <sys/mount.h>
20327 #endif
20328 #ifdef HAVE_SYS_VFS_H
20329 # include <sys/vfs.h>
20330 #endif
20331 #ifdef HAVE_SYS_STATFS_H
20332 # include <sys/statfs.h>
20333 #endif
20336 main ()
20338 static struct statfs ac_aggr;
20339 if (ac_aggr.f_ffree)
20340 return 0;
20342 return 0;
20344 _ACEOF
20345 rm -f conftest.$ac_objext
20346 if { (ac_try="$ac_compile"
20347 case "(($ac_try" in
20348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20349 *) ac_try_echo=$ac_try;;
20350 esac
20351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20352 (eval "$ac_compile") 2>conftest.er1
20353 ac_status=$?
20354 grep -v '^ *+' conftest.er1 >conftest.err
20355 rm -f conftest.er1
20356 cat conftest.err >&5
20357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20358 (exit $ac_status); } && {
20359 test -z "$ac_c_werror_flag" ||
20360 test ! -s conftest.err
20361 } && test -s conftest.$ac_objext; then
20362 ac_cv_member_struct_statfs_f_ffree=yes
20363 else
20364 echo "$as_me: failed program was:" >&5
20365 sed 's/^/| /' conftest.$ac_ext >&5
20367 cat >conftest.$ac_ext <<_ACEOF
20368 /* confdefs.h. */
20369 _ACEOF
20370 cat confdefs.h >>conftest.$ac_ext
20371 cat >>conftest.$ac_ext <<_ACEOF
20372 /* end confdefs.h. */
20373 #include <sys/types.h>
20374 #ifdef HAVE_SYS_PARAM_H
20375 # include <sys/param.h>
20376 #endif
20377 #ifdef HAVE_SYS_MOUNT_H
20378 # include <sys/mount.h>
20379 #endif
20380 #ifdef HAVE_SYS_VFS_H
20381 # include <sys/vfs.h>
20382 #endif
20383 #ifdef HAVE_SYS_STATFS_H
20384 # include <sys/statfs.h>
20385 #endif
20388 main ()
20390 static struct statfs ac_aggr;
20391 if (sizeof ac_aggr.f_ffree)
20392 return 0;
20394 return 0;
20396 _ACEOF
20397 rm -f conftest.$ac_objext
20398 if { (ac_try="$ac_compile"
20399 case "(($ac_try" in
20400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20401 *) ac_try_echo=$ac_try;;
20402 esac
20403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20404 (eval "$ac_compile") 2>conftest.er1
20405 ac_status=$?
20406 grep -v '^ *+' conftest.er1 >conftest.err
20407 rm -f conftest.er1
20408 cat conftest.err >&5
20409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20410 (exit $ac_status); } && {
20411 test -z "$ac_c_werror_flag" ||
20412 test ! -s conftest.err
20413 } && test -s conftest.$ac_objext; then
20414 ac_cv_member_struct_statfs_f_ffree=yes
20415 else
20416 echo "$as_me: failed program was:" >&5
20417 sed 's/^/| /' conftest.$ac_ext >&5
20419 ac_cv_member_struct_statfs_f_ffree=no
20422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20427 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20428 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20429 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20431 cat >>confdefs.h <<_ACEOF
20432 #define HAVE_STRUCT_STATFS_F_FFREE 1
20433 _ACEOF
20437 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20438 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20439 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20440 echo $ECHO_N "(cached) $ECHO_C" >&6
20441 else
20442 cat >conftest.$ac_ext <<_ACEOF
20443 /* confdefs.h. */
20444 _ACEOF
20445 cat confdefs.h >>conftest.$ac_ext
20446 cat >>conftest.$ac_ext <<_ACEOF
20447 /* end confdefs.h. */
20448 #include <sys/types.h>
20449 #ifdef HAVE_SYS_PARAM_H
20450 # include <sys/param.h>
20451 #endif
20452 #ifdef HAVE_SYS_MOUNT_H
20453 # include <sys/mount.h>
20454 #endif
20455 #ifdef HAVE_SYS_VFS_H
20456 # include <sys/vfs.h>
20457 #endif
20458 #ifdef HAVE_SYS_STATFS_H
20459 # include <sys/statfs.h>
20460 #endif
20463 main ()
20465 static struct statfs ac_aggr;
20466 if (ac_aggr.f_favail)
20467 return 0;
20469 return 0;
20471 _ACEOF
20472 rm -f conftest.$ac_objext
20473 if { (ac_try="$ac_compile"
20474 case "(($ac_try" in
20475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20476 *) ac_try_echo=$ac_try;;
20477 esac
20478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20479 (eval "$ac_compile") 2>conftest.er1
20480 ac_status=$?
20481 grep -v '^ *+' conftest.er1 >conftest.err
20482 rm -f conftest.er1
20483 cat conftest.err >&5
20484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20485 (exit $ac_status); } && {
20486 test -z "$ac_c_werror_flag" ||
20487 test ! -s conftest.err
20488 } && test -s conftest.$ac_objext; then
20489 ac_cv_member_struct_statfs_f_favail=yes
20490 else
20491 echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.$ac_ext >&5
20494 cat >conftest.$ac_ext <<_ACEOF
20495 /* confdefs.h. */
20496 _ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h. */
20500 #include <sys/types.h>
20501 #ifdef HAVE_SYS_PARAM_H
20502 # include <sys/param.h>
20503 #endif
20504 #ifdef HAVE_SYS_MOUNT_H
20505 # include <sys/mount.h>
20506 #endif
20507 #ifdef HAVE_SYS_VFS_H
20508 # include <sys/vfs.h>
20509 #endif
20510 #ifdef HAVE_SYS_STATFS_H
20511 # include <sys/statfs.h>
20512 #endif
20515 main ()
20517 static struct statfs ac_aggr;
20518 if (sizeof ac_aggr.f_favail)
20519 return 0;
20521 return 0;
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528 *) ac_try_echo=$ac_try;;
20529 esac
20530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20531 (eval "$ac_compile") 2>conftest.er1
20532 ac_status=$?
20533 grep -v '^ *+' conftest.er1 >conftest.err
20534 rm -f conftest.er1
20535 cat conftest.err >&5
20536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20537 (exit $ac_status); } && {
20538 test -z "$ac_c_werror_flag" ||
20539 test ! -s conftest.err
20540 } && test -s conftest.$ac_objext; then
20541 ac_cv_member_struct_statfs_f_favail=yes
20542 else
20543 echo "$as_me: failed program was:" >&5
20544 sed 's/^/| /' conftest.$ac_ext >&5
20546 ac_cv_member_struct_statfs_f_favail=no
20549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20554 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20555 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20556 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20558 cat >>confdefs.h <<_ACEOF
20559 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20560 _ACEOF
20564 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20565 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20566 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20567 echo $ECHO_N "(cached) $ECHO_C" >&6
20568 else
20569 cat >conftest.$ac_ext <<_ACEOF
20570 /* confdefs.h. */
20571 _ACEOF
20572 cat confdefs.h >>conftest.$ac_ext
20573 cat >>conftest.$ac_ext <<_ACEOF
20574 /* end confdefs.h. */
20575 #include <sys/types.h>
20576 #ifdef HAVE_SYS_PARAM_H
20577 # include <sys/param.h>
20578 #endif
20579 #ifdef HAVE_SYS_MOUNT_H
20580 # include <sys/mount.h>
20581 #endif
20582 #ifdef HAVE_SYS_VFS_H
20583 # include <sys/vfs.h>
20584 #endif
20585 #ifdef HAVE_SYS_STATFS_H
20586 # include <sys/statfs.h>
20587 #endif
20590 main ()
20592 static struct statfs ac_aggr;
20593 if (ac_aggr.f_namelen)
20594 return 0;
20596 return 0;
20598 _ACEOF
20599 rm -f conftest.$ac_objext
20600 if { (ac_try="$ac_compile"
20601 case "(($ac_try" in
20602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20603 *) ac_try_echo=$ac_try;;
20604 esac
20605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20606 (eval "$ac_compile") 2>conftest.er1
20607 ac_status=$?
20608 grep -v '^ *+' conftest.er1 >conftest.err
20609 rm -f conftest.er1
20610 cat conftest.err >&5
20611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20612 (exit $ac_status); } && {
20613 test -z "$ac_c_werror_flag" ||
20614 test ! -s conftest.err
20615 } && test -s conftest.$ac_objext; then
20616 ac_cv_member_struct_statfs_f_namelen=yes
20617 else
20618 echo "$as_me: failed program was:" >&5
20619 sed 's/^/| /' conftest.$ac_ext >&5
20621 cat >conftest.$ac_ext <<_ACEOF
20622 /* confdefs.h. */
20623 _ACEOF
20624 cat confdefs.h >>conftest.$ac_ext
20625 cat >>conftest.$ac_ext <<_ACEOF
20626 /* end confdefs.h. */
20627 #include <sys/types.h>
20628 #ifdef HAVE_SYS_PARAM_H
20629 # include <sys/param.h>
20630 #endif
20631 #ifdef HAVE_SYS_MOUNT_H
20632 # include <sys/mount.h>
20633 #endif
20634 #ifdef HAVE_SYS_VFS_H
20635 # include <sys/vfs.h>
20636 #endif
20637 #ifdef HAVE_SYS_STATFS_H
20638 # include <sys/statfs.h>
20639 #endif
20642 main ()
20644 static struct statfs ac_aggr;
20645 if (sizeof ac_aggr.f_namelen)
20646 return 0;
20648 return 0;
20650 _ACEOF
20651 rm -f conftest.$ac_objext
20652 if { (ac_try="$ac_compile"
20653 case "(($ac_try" in
20654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20655 *) ac_try_echo=$ac_try;;
20656 esac
20657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20658 (eval "$ac_compile") 2>conftest.er1
20659 ac_status=$?
20660 grep -v '^ *+' conftest.er1 >conftest.err
20661 rm -f conftest.er1
20662 cat conftest.err >&5
20663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20664 (exit $ac_status); } && {
20665 test -z "$ac_c_werror_flag" ||
20666 test ! -s conftest.err
20667 } && test -s conftest.$ac_objext; then
20668 ac_cv_member_struct_statfs_f_namelen=yes
20669 else
20670 echo "$as_me: failed program was:" >&5
20671 sed 's/^/| /' conftest.$ac_ext >&5
20673 ac_cv_member_struct_statfs_f_namelen=no
20676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20681 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20682 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20683 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20685 cat >>confdefs.h <<_ACEOF
20686 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20687 _ACEOF
20693 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20694 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20695 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20696 echo $ECHO_N "(cached) $ECHO_C" >&6
20697 else
20698 cat >conftest.$ac_ext <<_ACEOF
20699 /* confdefs.h. */
20700 _ACEOF
20701 cat confdefs.h >>conftest.$ac_ext
20702 cat >>conftest.$ac_ext <<_ACEOF
20703 /* end confdefs.h. */
20704 #ifdef HAVE_SYS_STATVFS_H
20705 #include <sys/statvfs.h>
20706 #endif
20709 main ()
20711 static struct statvfs ac_aggr;
20712 if (ac_aggr.f_blocks)
20713 return 0;
20715 return 0;
20717 _ACEOF
20718 rm -f conftest.$ac_objext
20719 if { (ac_try="$ac_compile"
20720 case "(($ac_try" in
20721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20722 *) ac_try_echo=$ac_try;;
20723 esac
20724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20725 (eval "$ac_compile") 2>conftest.er1
20726 ac_status=$?
20727 grep -v '^ *+' conftest.er1 >conftest.err
20728 rm -f conftest.er1
20729 cat conftest.err >&5
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); } && {
20732 test -z "$ac_c_werror_flag" ||
20733 test ! -s conftest.err
20734 } && test -s conftest.$ac_objext; then
20735 ac_cv_member_struct_statvfs_f_blocks=yes
20736 else
20737 echo "$as_me: failed program was:" >&5
20738 sed 's/^/| /' conftest.$ac_ext >&5
20740 cat >conftest.$ac_ext <<_ACEOF
20741 /* confdefs.h. */
20742 _ACEOF
20743 cat confdefs.h >>conftest.$ac_ext
20744 cat >>conftest.$ac_ext <<_ACEOF
20745 /* end confdefs.h. */
20746 #ifdef HAVE_SYS_STATVFS_H
20747 #include <sys/statvfs.h>
20748 #endif
20751 main ()
20753 static struct statvfs ac_aggr;
20754 if (sizeof ac_aggr.f_blocks)
20755 return 0;
20757 return 0;
20759 _ACEOF
20760 rm -f conftest.$ac_objext
20761 if { (ac_try="$ac_compile"
20762 case "(($ac_try" in
20763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20764 *) ac_try_echo=$ac_try;;
20765 esac
20766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20767 (eval "$ac_compile") 2>conftest.er1
20768 ac_status=$?
20769 grep -v '^ *+' conftest.er1 >conftest.err
20770 rm -f conftest.er1
20771 cat conftest.err >&5
20772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20773 (exit $ac_status); } && {
20774 test -z "$ac_c_werror_flag" ||
20775 test ! -s conftest.err
20776 } && test -s conftest.$ac_objext; then
20777 ac_cv_member_struct_statvfs_f_blocks=yes
20778 else
20779 echo "$as_me: failed program was:" >&5
20780 sed 's/^/| /' conftest.$ac_ext >&5
20782 ac_cv_member_struct_statvfs_f_blocks=no
20785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20790 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20791 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20792 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20794 cat >>confdefs.h <<_ACEOF
20795 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20796 _ACEOF
20802 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20803 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20804 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20805 echo $ECHO_N "(cached) $ECHO_C" >&6
20806 else
20807 cat >conftest.$ac_ext <<_ACEOF
20808 /* confdefs.h. */
20809 _ACEOF
20810 cat confdefs.h >>conftest.$ac_ext
20811 cat >>conftest.$ac_ext <<_ACEOF
20812 /* end confdefs.h. */
20813 #include <sys/types.h>
20814 #ifdef HAVE_SYS_SOCKET_H
20815 # include <sys/socket.h>
20816 #endif
20817 #ifdef HAVE_SYS_UN_H
20818 # include <sys/un.h>
20819 #endif
20822 main ()
20824 static struct msghdr ac_aggr;
20825 if (ac_aggr.msg_accrights)
20826 return 0;
20828 return 0;
20830 _ACEOF
20831 rm -f conftest.$ac_objext
20832 if { (ac_try="$ac_compile"
20833 case "(($ac_try" in
20834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20835 *) ac_try_echo=$ac_try;;
20836 esac
20837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20838 (eval "$ac_compile") 2>conftest.er1
20839 ac_status=$?
20840 grep -v '^ *+' conftest.er1 >conftest.err
20841 rm -f conftest.er1
20842 cat conftest.err >&5
20843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20844 (exit $ac_status); } && {
20845 test -z "$ac_c_werror_flag" ||
20846 test ! -s conftest.err
20847 } && test -s conftest.$ac_objext; then
20848 ac_cv_member_struct_msghdr_msg_accrights=yes
20849 else
20850 echo "$as_me: failed program was:" >&5
20851 sed 's/^/| /' conftest.$ac_ext >&5
20853 cat >conftest.$ac_ext <<_ACEOF
20854 /* confdefs.h. */
20855 _ACEOF
20856 cat confdefs.h >>conftest.$ac_ext
20857 cat >>conftest.$ac_ext <<_ACEOF
20858 /* end confdefs.h. */
20859 #include <sys/types.h>
20860 #ifdef HAVE_SYS_SOCKET_H
20861 # include <sys/socket.h>
20862 #endif
20863 #ifdef HAVE_SYS_UN_H
20864 # include <sys/un.h>
20865 #endif
20868 main ()
20870 static struct msghdr ac_aggr;
20871 if (sizeof ac_aggr.msg_accrights)
20872 return 0;
20874 return 0;
20876 _ACEOF
20877 rm -f conftest.$ac_objext
20878 if { (ac_try="$ac_compile"
20879 case "(($ac_try" in
20880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20881 *) ac_try_echo=$ac_try;;
20882 esac
20883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20884 (eval "$ac_compile") 2>conftest.er1
20885 ac_status=$?
20886 grep -v '^ *+' conftest.er1 >conftest.err
20887 rm -f conftest.er1
20888 cat conftest.err >&5
20889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20890 (exit $ac_status); } && {
20891 test -z "$ac_c_werror_flag" ||
20892 test ! -s conftest.err
20893 } && test -s conftest.$ac_objext; then
20894 ac_cv_member_struct_msghdr_msg_accrights=yes
20895 else
20896 echo "$as_me: failed program was:" >&5
20897 sed 's/^/| /' conftest.$ac_ext >&5
20899 ac_cv_member_struct_msghdr_msg_accrights=no
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20908 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20909 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20911 cat >>confdefs.h <<_ACEOF
20912 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20913 _ACEOF
20917 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20918 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20919 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20920 echo $ECHO_N "(cached) $ECHO_C" >&6
20921 else
20922 cat >conftest.$ac_ext <<_ACEOF
20923 /* confdefs.h. */
20924 _ACEOF
20925 cat confdefs.h >>conftest.$ac_ext
20926 cat >>conftest.$ac_ext <<_ACEOF
20927 /* end confdefs.h. */
20928 #include <sys/types.h>
20929 #ifdef HAVE_SYS_SOCKET_H
20930 # include <sys/socket.h>
20931 #endif
20932 #ifdef HAVE_SYS_UN_H
20933 # include <sys/un.h>
20934 #endif
20937 main ()
20939 static struct sockaddr ac_aggr;
20940 if (ac_aggr.sa_len)
20941 return 0;
20943 return 0;
20945 _ACEOF
20946 rm -f conftest.$ac_objext
20947 if { (ac_try="$ac_compile"
20948 case "(($ac_try" in
20949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20950 *) ac_try_echo=$ac_try;;
20951 esac
20952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953 (eval "$ac_compile") 2>conftest.er1
20954 ac_status=$?
20955 grep -v '^ *+' conftest.er1 >conftest.err
20956 rm -f conftest.er1
20957 cat conftest.err >&5
20958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20959 (exit $ac_status); } && {
20960 test -z "$ac_c_werror_flag" ||
20961 test ! -s conftest.err
20962 } && test -s conftest.$ac_objext; then
20963 ac_cv_member_struct_sockaddr_sa_len=yes
20964 else
20965 echo "$as_me: failed program was:" >&5
20966 sed 's/^/| /' conftest.$ac_ext >&5
20968 cat >conftest.$ac_ext <<_ACEOF
20969 /* confdefs.h. */
20970 _ACEOF
20971 cat confdefs.h >>conftest.$ac_ext
20972 cat >>conftest.$ac_ext <<_ACEOF
20973 /* end confdefs.h. */
20974 #include <sys/types.h>
20975 #ifdef HAVE_SYS_SOCKET_H
20976 # include <sys/socket.h>
20977 #endif
20978 #ifdef HAVE_SYS_UN_H
20979 # include <sys/un.h>
20980 #endif
20983 main ()
20985 static struct sockaddr ac_aggr;
20986 if (sizeof ac_aggr.sa_len)
20987 return 0;
20989 return 0;
20991 _ACEOF
20992 rm -f conftest.$ac_objext
20993 if { (ac_try="$ac_compile"
20994 case "(($ac_try" in
20995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20996 *) ac_try_echo=$ac_try;;
20997 esac
20998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20999 (eval "$ac_compile") 2>conftest.er1
21000 ac_status=$?
21001 grep -v '^ *+' conftest.er1 >conftest.err
21002 rm -f conftest.er1
21003 cat conftest.err >&5
21004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); } && {
21006 test -z "$ac_c_werror_flag" ||
21007 test ! -s conftest.err
21008 } && test -s conftest.$ac_objext; then
21009 ac_cv_member_struct_sockaddr_sa_len=yes
21010 else
21011 echo "$as_me: failed program was:" >&5
21012 sed 's/^/| /' conftest.$ac_ext >&5
21014 ac_cv_member_struct_sockaddr_sa_len=no
21017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21022 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21023 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21024 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21026 cat >>confdefs.h <<_ACEOF
21027 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21028 _ACEOF
21032 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21033 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21034 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21035 echo $ECHO_N "(cached) $ECHO_C" >&6
21036 else
21037 cat >conftest.$ac_ext <<_ACEOF
21038 /* confdefs.h. */
21039 _ACEOF
21040 cat confdefs.h >>conftest.$ac_ext
21041 cat >>conftest.$ac_ext <<_ACEOF
21042 /* end confdefs.h. */
21043 #include <sys/types.h>
21044 #ifdef HAVE_SYS_SOCKET_H
21045 # include <sys/socket.h>
21046 #endif
21047 #ifdef HAVE_SYS_UN_H
21048 # include <sys/un.h>
21049 #endif
21052 main ()
21054 static struct sockaddr_un ac_aggr;
21055 if (ac_aggr.sun_len)
21056 return 0;
21058 return 0;
21060 _ACEOF
21061 rm -f conftest.$ac_objext
21062 if { (ac_try="$ac_compile"
21063 case "(($ac_try" in
21064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21065 *) ac_try_echo=$ac_try;;
21066 esac
21067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21068 (eval "$ac_compile") 2>conftest.er1
21069 ac_status=$?
21070 grep -v '^ *+' conftest.er1 >conftest.err
21071 rm -f conftest.er1
21072 cat conftest.err >&5
21073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21074 (exit $ac_status); } && {
21075 test -z "$ac_c_werror_flag" ||
21076 test ! -s conftest.err
21077 } && test -s conftest.$ac_objext; then
21078 ac_cv_member_struct_sockaddr_un_sun_len=yes
21079 else
21080 echo "$as_me: failed program was:" >&5
21081 sed 's/^/| /' conftest.$ac_ext >&5
21083 cat >conftest.$ac_ext <<_ACEOF
21084 /* confdefs.h. */
21085 _ACEOF
21086 cat confdefs.h >>conftest.$ac_ext
21087 cat >>conftest.$ac_ext <<_ACEOF
21088 /* end confdefs.h. */
21089 #include <sys/types.h>
21090 #ifdef HAVE_SYS_SOCKET_H
21091 # include <sys/socket.h>
21092 #endif
21093 #ifdef HAVE_SYS_UN_H
21094 # include <sys/un.h>
21095 #endif
21098 main ()
21100 static struct sockaddr_un ac_aggr;
21101 if (sizeof ac_aggr.sun_len)
21102 return 0;
21104 return 0;
21106 _ACEOF
21107 rm -f conftest.$ac_objext
21108 if { (ac_try="$ac_compile"
21109 case "(($ac_try" in
21110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21111 *) ac_try_echo=$ac_try;;
21112 esac
21113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21114 (eval "$ac_compile") 2>conftest.er1
21115 ac_status=$?
21116 grep -v '^ *+' conftest.er1 >conftest.err
21117 rm -f conftest.er1
21118 cat conftest.err >&5
21119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21120 (exit $ac_status); } && {
21121 test -z "$ac_c_werror_flag" ||
21122 test ! -s conftest.err
21123 } && test -s conftest.$ac_objext; then
21124 ac_cv_member_struct_sockaddr_un_sun_len=yes
21125 else
21126 echo "$as_me: failed program was:" >&5
21127 sed 's/^/| /' conftest.$ac_ext >&5
21129 ac_cv_member_struct_sockaddr_un_sun_len=no
21132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21137 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21138 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21139 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21141 cat >>confdefs.h <<_ACEOF
21142 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21143 _ACEOF
21149 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21150 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21151 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21152 echo $ECHO_N "(cached) $ECHO_C" >&6
21153 else
21154 cat >conftest.$ac_ext <<_ACEOF
21155 /* confdefs.h. */
21156 _ACEOF
21157 cat confdefs.h >>conftest.$ac_ext
21158 cat >>conftest.$ac_ext <<_ACEOF
21159 /* end confdefs.h. */
21160 #include <sys/types.h>
21161 #ifdef HAVE_SCSI_SG_H
21162 #include <scsi/sg.h>
21163 #endif
21166 main ()
21168 static scsireq_t ac_aggr;
21169 if (ac_aggr.cmd)
21170 return 0;
21172 return 0;
21174 _ACEOF
21175 rm -f conftest.$ac_objext
21176 if { (ac_try="$ac_compile"
21177 case "(($ac_try" in
21178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21179 *) ac_try_echo=$ac_try;;
21180 esac
21181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21182 (eval "$ac_compile") 2>conftest.er1
21183 ac_status=$?
21184 grep -v '^ *+' conftest.er1 >conftest.err
21185 rm -f conftest.er1
21186 cat conftest.err >&5
21187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21188 (exit $ac_status); } && {
21189 test -z "$ac_c_werror_flag" ||
21190 test ! -s conftest.err
21191 } && test -s conftest.$ac_objext; then
21192 ac_cv_member_scsireq_t_cmd=yes
21193 else
21194 echo "$as_me: failed program was:" >&5
21195 sed 's/^/| /' conftest.$ac_ext >&5
21197 cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h. */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h. */
21203 #include <sys/types.h>
21204 #ifdef HAVE_SCSI_SG_H
21205 #include <scsi/sg.h>
21206 #endif
21209 main ()
21211 static scsireq_t ac_aggr;
21212 if (sizeof ac_aggr.cmd)
21213 return 0;
21215 return 0;
21217 _ACEOF
21218 rm -f conftest.$ac_objext
21219 if { (ac_try="$ac_compile"
21220 case "(($ac_try" in
21221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21222 *) ac_try_echo=$ac_try;;
21223 esac
21224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21225 (eval "$ac_compile") 2>conftest.er1
21226 ac_status=$?
21227 grep -v '^ *+' conftest.er1 >conftest.err
21228 rm -f conftest.er1
21229 cat conftest.err >&5
21230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21231 (exit $ac_status); } && {
21232 test -z "$ac_c_werror_flag" ||
21233 test ! -s conftest.err
21234 } && test -s conftest.$ac_objext; then
21235 ac_cv_member_scsireq_t_cmd=yes
21236 else
21237 echo "$as_me: failed program was:" >&5
21238 sed 's/^/| /' conftest.$ac_ext >&5
21240 ac_cv_member_scsireq_t_cmd=no
21243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21248 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21249 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21250 if test $ac_cv_member_scsireq_t_cmd = yes; then
21252 cat >>confdefs.h <<_ACEOF
21253 #define HAVE_SCSIREQ_T_CMD 1
21254 _ACEOF
21258 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21259 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21260 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21261 echo $ECHO_N "(cached) $ECHO_C" >&6
21262 else
21263 cat >conftest.$ac_ext <<_ACEOF
21264 /* confdefs.h. */
21265 _ACEOF
21266 cat confdefs.h >>conftest.$ac_ext
21267 cat >>conftest.$ac_ext <<_ACEOF
21268 /* end confdefs.h. */
21269 #include <sys/types.h>
21270 #ifdef HAVE_SCSI_SG_H
21271 #include <scsi/sg.h>
21272 #endif
21275 main ()
21277 static sg_io_hdr_t ac_aggr;
21278 if (ac_aggr.interface_id)
21279 return 0;
21281 return 0;
21283 _ACEOF
21284 rm -f conftest.$ac_objext
21285 if { (ac_try="$ac_compile"
21286 case "(($ac_try" in
21287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21288 *) ac_try_echo=$ac_try;;
21289 esac
21290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21291 (eval "$ac_compile") 2>conftest.er1
21292 ac_status=$?
21293 grep -v '^ *+' conftest.er1 >conftest.err
21294 rm -f conftest.er1
21295 cat conftest.err >&5
21296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21297 (exit $ac_status); } && {
21298 test -z "$ac_c_werror_flag" ||
21299 test ! -s conftest.err
21300 } && test -s conftest.$ac_objext; then
21301 ac_cv_member_sg_io_hdr_t_interface_id=yes
21302 else
21303 echo "$as_me: failed program was:" >&5
21304 sed 's/^/| /' conftest.$ac_ext >&5
21306 cat >conftest.$ac_ext <<_ACEOF
21307 /* confdefs.h. */
21308 _ACEOF
21309 cat confdefs.h >>conftest.$ac_ext
21310 cat >>conftest.$ac_ext <<_ACEOF
21311 /* end confdefs.h. */
21312 #include <sys/types.h>
21313 #ifdef HAVE_SCSI_SG_H
21314 #include <scsi/sg.h>
21315 #endif
21318 main ()
21320 static sg_io_hdr_t ac_aggr;
21321 if (sizeof ac_aggr.interface_id)
21322 return 0;
21324 return 0;
21326 _ACEOF
21327 rm -f conftest.$ac_objext
21328 if { (ac_try="$ac_compile"
21329 case "(($ac_try" in
21330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21331 *) ac_try_echo=$ac_try;;
21332 esac
21333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21334 (eval "$ac_compile") 2>conftest.er1
21335 ac_status=$?
21336 grep -v '^ *+' conftest.er1 >conftest.err
21337 rm -f conftest.er1
21338 cat conftest.err >&5
21339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21340 (exit $ac_status); } && {
21341 test -z "$ac_c_werror_flag" ||
21342 test ! -s conftest.err
21343 } && test -s conftest.$ac_objext; then
21344 ac_cv_member_sg_io_hdr_t_interface_id=yes
21345 else
21346 echo "$as_me: failed program was:" >&5
21347 sed 's/^/| /' conftest.$ac_ext >&5
21349 ac_cv_member_sg_io_hdr_t_interface_id=no
21352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21357 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21358 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21359 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21361 cat >>confdefs.h <<_ACEOF
21362 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21363 _ACEOF
21369 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21370 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21371 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21372 echo $ECHO_N "(cached) $ECHO_C" >&6
21373 else
21374 cat >conftest.$ac_ext <<_ACEOF
21375 /* confdefs.h. */
21376 _ACEOF
21377 cat confdefs.h >>conftest.$ac_ext
21378 cat >>conftest.$ac_ext <<_ACEOF
21379 /* end confdefs.h. */
21380 #include <signal.h>
21383 main ()
21385 static siginfo_t ac_aggr;
21386 if (ac_aggr.si_fd)
21387 return 0;
21389 return 0;
21391 _ACEOF
21392 rm -f conftest.$ac_objext
21393 if { (ac_try="$ac_compile"
21394 case "(($ac_try" in
21395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21396 *) ac_try_echo=$ac_try;;
21397 esac
21398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21399 (eval "$ac_compile") 2>conftest.er1
21400 ac_status=$?
21401 grep -v '^ *+' conftest.er1 >conftest.err
21402 rm -f conftest.er1
21403 cat conftest.err >&5
21404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21405 (exit $ac_status); } && {
21406 test -z "$ac_c_werror_flag" ||
21407 test ! -s conftest.err
21408 } && test -s conftest.$ac_objext; then
21409 ac_cv_member_siginfo_t_si_fd=yes
21410 else
21411 echo "$as_me: failed program was:" >&5
21412 sed 's/^/| /' conftest.$ac_ext >&5
21414 cat >conftest.$ac_ext <<_ACEOF
21415 /* confdefs.h. */
21416 _ACEOF
21417 cat confdefs.h >>conftest.$ac_ext
21418 cat >>conftest.$ac_ext <<_ACEOF
21419 /* end confdefs.h. */
21420 #include <signal.h>
21423 main ()
21425 static siginfo_t ac_aggr;
21426 if (sizeof ac_aggr.si_fd)
21427 return 0;
21429 return 0;
21431 _ACEOF
21432 rm -f conftest.$ac_objext
21433 if { (ac_try="$ac_compile"
21434 case "(($ac_try" in
21435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21436 *) ac_try_echo=$ac_try;;
21437 esac
21438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21439 (eval "$ac_compile") 2>conftest.er1
21440 ac_status=$?
21441 grep -v '^ *+' conftest.er1 >conftest.err
21442 rm -f conftest.er1
21443 cat conftest.err >&5
21444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21445 (exit $ac_status); } && {
21446 test -z "$ac_c_werror_flag" ||
21447 test ! -s conftest.err
21448 } && test -s conftest.$ac_objext; then
21449 ac_cv_member_siginfo_t_si_fd=yes
21450 else
21451 echo "$as_me: failed program was:" >&5
21452 sed 's/^/| /' conftest.$ac_ext >&5
21454 ac_cv_member_siginfo_t_si_fd=no
21457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21462 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21463 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21464 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21466 cat >>confdefs.h <<_ACEOF
21467 #define HAVE_SIGINFO_T_SI_FD 1
21468 _ACEOF
21474 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21475 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21476 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21477 echo $ECHO_N "(cached) $ECHO_C" >&6
21478 else
21479 cat >conftest.$ac_ext <<_ACEOF
21480 /* confdefs.h. */
21481 _ACEOF
21482 cat confdefs.h >>conftest.$ac_ext
21483 cat >>conftest.$ac_ext <<_ACEOF
21484 /* end confdefs.h. */
21485 #include <sys/types.h>
21486 #ifdef HAVE_SYS_MTIO_H
21487 #include <sys/mtio.h>
21488 #endif
21491 main ()
21493 static struct mtget ac_aggr;
21494 if (ac_aggr.mt_blksiz)
21495 return 0;
21497 return 0;
21499 _ACEOF
21500 rm -f conftest.$ac_objext
21501 if { (ac_try="$ac_compile"
21502 case "(($ac_try" in
21503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21504 *) ac_try_echo=$ac_try;;
21505 esac
21506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21507 (eval "$ac_compile") 2>conftest.er1
21508 ac_status=$?
21509 grep -v '^ *+' conftest.er1 >conftest.err
21510 rm -f conftest.er1
21511 cat conftest.err >&5
21512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21513 (exit $ac_status); } && {
21514 test -z "$ac_c_werror_flag" ||
21515 test ! -s conftest.err
21516 } && test -s conftest.$ac_objext; then
21517 ac_cv_member_struct_mtget_mt_blksiz=yes
21518 else
21519 echo "$as_me: failed program was:" >&5
21520 sed 's/^/| /' conftest.$ac_ext >&5
21522 cat >conftest.$ac_ext <<_ACEOF
21523 /* confdefs.h. */
21524 _ACEOF
21525 cat confdefs.h >>conftest.$ac_ext
21526 cat >>conftest.$ac_ext <<_ACEOF
21527 /* end confdefs.h. */
21528 #include <sys/types.h>
21529 #ifdef HAVE_SYS_MTIO_H
21530 #include <sys/mtio.h>
21531 #endif
21534 main ()
21536 static struct mtget ac_aggr;
21537 if (sizeof ac_aggr.mt_blksiz)
21538 return 0;
21540 return 0;
21542 _ACEOF
21543 rm -f conftest.$ac_objext
21544 if { (ac_try="$ac_compile"
21545 case "(($ac_try" in
21546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21547 *) ac_try_echo=$ac_try;;
21548 esac
21549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21550 (eval "$ac_compile") 2>conftest.er1
21551 ac_status=$?
21552 grep -v '^ *+' conftest.er1 >conftest.err
21553 rm -f conftest.er1
21554 cat conftest.err >&5
21555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556 (exit $ac_status); } && {
21557 test -z "$ac_c_werror_flag" ||
21558 test ! -s conftest.err
21559 } && test -s conftest.$ac_objext; then
21560 ac_cv_member_struct_mtget_mt_blksiz=yes
21561 else
21562 echo "$as_me: failed program was:" >&5
21563 sed 's/^/| /' conftest.$ac_ext >&5
21565 ac_cv_member_struct_mtget_mt_blksiz=no
21568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21573 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21574 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21575 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21577 cat >>confdefs.h <<_ACEOF
21578 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21579 _ACEOF
21583 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21584 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21585 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21586 echo $ECHO_N "(cached) $ECHO_C" >&6
21587 else
21588 cat >conftest.$ac_ext <<_ACEOF
21589 /* confdefs.h. */
21590 _ACEOF
21591 cat confdefs.h >>conftest.$ac_ext
21592 cat >>conftest.$ac_ext <<_ACEOF
21593 /* end confdefs.h. */
21594 #include <sys/types.h>
21595 #ifdef HAVE_SYS_MTIO_H
21596 #include <sys/mtio.h>
21597 #endif
21600 main ()
21602 static struct mtget ac_aggr;
21603 if (ac_aggr.mt_gstat)
21604 return 0;
21606 return 0;
21608 _ACEOF
21609 rm -f conftest.$ac_objext
21610 if { (ac_try="$ac_compile"
21611 case "(($ac_try" in
21612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21613 *) ac_try_echo=$ac_try;;
21614 esac
21615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21616 (eval "$ac_compile") 2>conftest.er1
21617 ac_status=$?
21618 grep -v '^ *+' conftest.er1 >conftest.err
21619 rm -f conftest.er1
21620 cat conftest.err >&5
21621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21622 (exit $ac_status); } && {
21623 test -z "$ac_c_werror_flag" ||
21624 test ! -s conftest.err
21625 } && test -s conftest.$ac_objext; then
21626 ac_cv_member_struct_mtget_mt_gstat=yes
21627 else
21628 echo "$as_me: failed program was:" >&5
21629 sed 's/^/| /' conftest.$ac_ext >&5
21631 cat >conftest.$ac_ext <<_ACEOF
21632 /* confdefs.h. */
21633 _ACEOF
21634 cat confdefs.h >>conftest.$ac_ext
21635 cat >>conftest.$ac_ext <<_ACEOF
21636 /* end confdefs.h. */
21637 #include <sys/types.h>
21638 #ifdef HAVE_SYS_MTIO_H
21639 #include <sys/mtio.h>
21640 #endif
21643 main ()
21645 static struct mtget ac_aggr;
21646 if (sizeof ac_aggr.mt_gstat)
21647 return 0;
21649 return 0;
21651 _ACEOF
21652 rm -f conftest.$ac_objext
21653 if { (ac_try="$ac_compile"
21654 case "(($ac_try" in
21655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21656 *) ac_try_echo=$ac_try;;
21657 esac
21658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21659 (eval "$ac_compile") 2>conftest.er1
21660 ac_status=$?
21661 grep -v '^ *+' conftest.er1 >conftest.err
21662 rm -f conftest.er1
21663 cat conftest.err >&5
21664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21665 (exit $ac_status); } && {
21666 test -z "$ac_c_werror_flag" ||
21667 test ! -s conftest.err
21668 } && test -s conftest.$ac_objext; then
21669 ac_cv_member_struct_mtget_mt_gstat=yes
21670 else
21671 echo "$as_me: failed program was:" >&5
21672 sed 's/^/| /' conftest.$ac_ext >&5
21674 ac_cv_member_struct_mtget_mt_gstat=no
21677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21682 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21683 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21684 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21686 cat >>confdefs.h <<_ACEOF
21687 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21688 _ACEOF
21692 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21693 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21694 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21695 echo $ECHO_N "(cached) $ECHO_C" >&6
21696 else
21697 cat >conftest.$ac_ext <<_ACEOF
21698 /* confdefs.h. */
21699 _ACEOF
21700 cat confdefs.h >>conftest.$ac_ext
21701 cat >>conftest.$ac_ext <<_ACEOF
21702 /* end confdefs.h. */
21703 #include <sys/types.h>
21704 #ifdef HAVE_SYS_MTIO_H
21705 #include <sys/mtio.h>
21706 #endif
21709 main ()
21711 static struct mtget ac_aggr;
21712 if (ac_aggr.mt_blkno)
21713 return 0;
21715 return 0;
21717 _ACEOF
21718 rm -f conftest.$ac_objext
21719 if { (ac_try="$ac_compile"
21720 case "(($ac_try" in
21721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21722 *) ac_try_echo=$ac_try;;
21723 esac
21724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21725 (eval "$ac_compile") 2>conftest.er1
21726 ac_status=$?
21727 grep -v '^ *+' conftest.er1 >conftest.err
21728 rm -f conftest.er1
21729 cat conftest.err >&5
21730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21731 (exit $ac_status); } && {
21732 test -z "$ac_c_werror_flag" ||
21733 test ! -s conftest.err
21734 } && test -s conftest.$ac_objext; then
21735 ac_cv_member_struct_mtget_mt_blkno=yes
21736 else
21737 echo "$as_me: failed program was:" >&5
21738 sed 's/^/| /' conftest.$ac_ext >&5
21740 cat >conftest.$ac_ext <<_ACEOF
21741 /* confdefs.h. */
21742 _ACEOF
21743 cat confdefs.h >>conftest.$ac_ext
21744 cat >>conftest.$ac_ext <<_ACEOF
21745 /* end confdefs.h. */
21746 #include <sys/types.h>
21747 #ifdef HAVE_SYS_MTIO_H
21748 #include <sys/mtio.h>
21749 #endif
21752 main ()
21754 static struct mtget ac_aggr;
21755 if (sizeof ac_aggr.mt_blkno)
21756 return 0;
21758 return 0;
21760 _ACEOF
21761 rm -f conftest.$ac_objext
21762 if { (ac_try="$ac_compile"
21763 case "(($ac_try" in
21764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21765 *) ac_try_echo=$ac_try;;
21766 esac
21767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21768 (eval "$ac_compile") 2>conftest.er1
21769 ac_status=$?
21770 grep -v '^ *+' conftest.er1 >conftest.err
21771 rm -f conftest.er1
21772 cat conftest.err >&5
21773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21774 (exit $ac_status); } && {
21775 test -z "$ac_c_werror_flag" ||
21776 test ! -s conftest.err
21777 } && test -s conftest.$ac_objext; then
21778 ac_cv_member_struct_mtget_mt_blkno=yes
21779 else
21780 echo "$as_me: failed program was:" >&5
21781 sed 's/^/| /' conftest.$ac_ext >&5
21783 ac_cv_member_struct_mtget_mt_blkno=no
21786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21791 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21792 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21793 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21795 cat >>confdefs.h <<_ACEOF
21796 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21797 _ACEOF
21803 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21804 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21805 if test "${ac_cv_member_struct_option_name+set}" = set; then
21806 echo $ECHO_N "(cached) $ECHO_C" >&6
21807 else
21808 cat >conftest.$ac_ext <<_ACEOF
21809 /* confdefs.h. */
21810 _ACEOF
21811 cat confdefs.h >>conftest.$ac_ext
21812 cat >>conftest.$ac_ext <<_ACEOF
21813 /* end confdefs.h. */
21814 #ifdef HAVE_GETOPT_H
21815 #include <getopt.h>
21816 #endif
21819 main ()
21821 static struct option ac_aggr;
21822 if (ac_aggr.name)
21823 return 0;
21825 return 0;
21827 _ACEOF
21828 rm -f conftest.$ac_objext
21829 if { (ac_try="$ac_compile"
21830 case "(($ac_try" in
21831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21832 *) ac_try_echo=$ac_try;;
21833 esac
21834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21835 (eval "$ac_compile") 2>conftest.er1
21836 ac_status=$?
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } && {
21842 test -z "$ac_c_werror_flag" ||
21843 test ! -s conftest.err
21844 } && test -s conftest.$ac_objext; then
21845 ac_cv_member_struct_option_name=yes
21846 else
21847 echo "$as_me: failed program was:" >&5
21848 sed 's/^/| /' conftest.$ac_ext >&5
21850 cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h. */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h. */
21856 #ifdef HAVE_GETOPT_H
21857 #include <getopt.h>
21858 #endif
21861 main ()
21863 static struct option ac_aggr;
21864 if (sizeof ac_aggr.name)
21865 return 0;
21867 return 0;
21869 _ACEOF
21870 rm -f conftest.$ac_objext
21871 if { (ac_try="$ac_compile"
21872 case "(($ac_try" in
21873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21874 *) ac_try_echo=$ac_try;;
21875 esac
21876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21877 (eval "$ac_compile") 2>conftest.er1
21878 ac_status=$?
21879 grep -v '^ *+' conftest.er1 >conftest.err
21880 rm -f conftest.er1
21881 cat conftest.err >&5
21882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21883 (exit $ac_status); } && {
21884 test -z "$ac_c_werror_flag" ||
21885 test ! -s conftest.err
21886 } && test -s conftest.$ac_objext; then
21887 ac_cv_member_struct_option_name=yes
21888 else
21889 echo "$as_me: failed program was:" >&5
21890 sed 's/^/| /' conftest.$ac_ext >&5
21892 ac_cv_member_struct_option_name=no
21895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21900 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21901 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21902 if test $ac_cv_member_struct_option_name = yes; then
21904 cat >>confdefs.h <<_ACEOF
21905 #define HAVE_STRUCT_OPTION_NAME 1
21906 _ACEOF
21912 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21913 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21914 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21915 echo $ECHO_N "(cached) $ECHO_C" >&6
21916 else
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 (ac_aggr.st_blocks)
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_blocks=yes
21952 else
21953 echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21956 cat >conftest.$ac_ext <<_ACEOF
21957 /* confdefs.h. */
21958 _ACEOF
21959 cat confdefs.h >>conftest.$ac_ext
21960 cat >>conftest.$ac_ext <<_ACEOF
21961 /* end confdefs.h. */
21962 $ac_includes_default
21964 main ()
21966 static struct stat ac_aggr;
21967 if (sizeof ac_aggr.st_blocks)
21968 return 0;
21970 return 0;
21972 _ACEOF
21973 rm -f conftest.$ac_objext
21974 if { (ac_try="$ac_compile"
21975 case "(($ac_try" in
21976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21977 *) ac_try_echo=$ac_try;;
21978 esac
21979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21980 (eval "$ac_compile") 2>conftest.er1
21981 ac_status=$?
21982 grep -v '^ *+' conftest.er1 >conftest.err
21983 rm -f conftest.er1
21984 cat conftest.err >&5
21985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21986 (exit $ac_status); } && {
21987 test -z "$ac_c_werror_flag" ||
21988 test ! -s conftest.err
21989 } && test -s conftest.$ac_objext; then
21990 ac_cv_member_struct_stat_st_blocks=yes
21991 else
21992 echo "$as_me: failed program was:" >&5
21993 sed 's/^/| /' conftest.$ac_ext >&5
21995 ac_cv_member_struct_stat_st_blocks=no
21998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22003 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22004 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22005 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22007 cat >>confdefs.h <<_ACEOF
22008 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22009 _ACEOF
22013 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22014 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22015 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22016 echo $ECHO_N "(cached) $ECHO_C" >&6
22017 else
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 (ac_aggr.st_mtim)
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_mtim=yes
22053 else
22054 echo "$as_me: failed program was:" >&5
22055 sed 's/^/| /' conftest.$ac_ext >&5
22057 cat >conftest.$ac_ext <<_ACEOF
22058 /* confdefs.h. */
22059 _ACEOF
22060 cat confdefs.h >>conftest.$ac_ext
22061 cat >>conftest.$ac_ext <<_ACEOF
22062 /* end confdefs.h. */
22063 $ac_includes_default
22065 main ()
22067 static struct stat ac_aggr;
22068 if (sizeof ac_aggr.st_mtim)
22069 return 0;
22071 return 0;
22073 _ACEOF
22074 rm -f conftest.$ac_objext
22075 if { (ac_try="$ac_compile"
22076 case "(($ac_try" in
22077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22078 *) ac_try_echo=$ac_try;;
22079 esac
22080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22081 (eval "$ac_compile") 2>conftest.er1
22082 ac_status=$?
22083 grep -v '^ *+' conftest.er1 >conftest.err
22084 rm -f conftest.er1
22085 cat conftest.err >&5
22086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22087 (exit $ac_status); } && {
22088 test -z "$ac_c_werror_flag" ||
22089 test ! -s conftest.err
22090 } && test -s conftest.$ac_objext; then
22091 ac_cv_member_struct_stat_st_mtim=yes
22092 else
22093 echo "$as_me: failed program was:" >&5
22094 sed 's/^/| /' conftest.$ac_ext >&5
22096 ac_cv_member_struct_stat_st_mtim=no
22099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22104 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22105 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22106 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22108 cat >>confdefs.h <<_ACEOF
22109 #define HAVE_STRUCT_STAT_ST_MTIM 1
22110 _ACEOF
22114 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22115 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22116 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22117 echo $ECHO_N "(cached) $ECHO_C" >&6
22118 else
22119 cat >conftest.$ac_ext <<_ACEOF
22120 /* confdefs.h. */
22121 _ACEOF
22122 cat confdefs.h >>conftest.$ac_ext
22123 cat >>conftest.$ac_ext <<_ACEOF
22124 /* end confdefs.h. */
22125 $ac_includes_default
22127 main ()
22129 static struct stat ac_aggr;
22130 if (ac_aggr.st_ctim)
22131 return 0;
22133 return 0;
22135 _ACEOF
22136 rm -f conftest.$ac_objext
22137 if { (ac_try="$ac_compile"
22138 case "(($ac_try" in
22139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22140 *) ac_try_echo=$ac_try;;
22141 esac
22142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22143 (eval "$ac_compile") 2>conftest.er1
22144 ac_status=$?
22145 grep -v '^ *+' conftest.er1 >conftest.err
22146 rm -f conftest.er1
22147 cat conftest.err >&5
22148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22149 (exit $ac_status); } && {
22150 test -z "$ac_c_werror_flag" ||
22151 test ! -s conftest.err
22152 } && test -s conftest.$ac_objext; then
22153 ac_cv_member_struct_stat_st_ctim=yes
22154 else
22155 echo "$as_me: failed program was:" >&5
22156 sed 's/^/| /' conftest.$ac_ext >&5
22158 cat >conftest.$ac_ext <<_ACEOF
22159 /* confdefs.h. */
22160 _ACEOF
22161 cat confdefs.h >>conftest.$ac_ext
22162 cat >>conftest.$ac_ext <<_ACEOF
22163 /* end confdefs.h. */
22164 $ac_includes_default
22166 main ()
22168 static struct stat ac_aggr;
22169 if (sizeof ac_aggr.st_ctim)
22170 return 0;
22172 return 0;
22174 _ACEOF
22175 rm -f conftest.$ac_objext
22176 if { (ac_try="$ac_compile"
22177 case "(($ac_try" in
22178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22179 *) ac_try_echo=$ac_try;;
22180 esac
22181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22182 (eval "$ac_compile") 2>conftest.er1
22183 ac_status=$?
22184 grep -v '^ *+' conftest.er1 >conftest.err
22185 rm -f conftest.er1
22186 cat conftest.err >&5
22187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188 (exit $ac_status); } && {
22189 test -z "$ac_c_werror_flag" ||
22190 test ! -s conftest.err
22191 } && test -s conftest.$ac_objext; then
22192 ac_cv_member_struct_stat_st_ctim=yes
22193 else
22194 echo "$as_me: failed program was:" >&5
22195 sed 's/^/| /' conftest.$ac_ext >&5
22197 ac_cv_member_struct_stat_st_ctim=no
22200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22205 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22206 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22207 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22209 cat >>confdefs.h <<_ACEOF
22210 #define HAVE_STRUCT_STAT_ST_CTIM 1
22211 _ACEOF
22215 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22216 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22217 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22218 echo $ECHO_N "(cached) $ECHO_C" >&6
22219 else
22220 cat >conftest.$ac_ext <<_ACEOF
22221 /* confdefs.h. */
22222 _ACEOF
22223 cat confdefs.h >>conftest.$ac_ext
22224 cat >>conftest.$ac_ext <<_ACEOF
22225 /* end confdefs.h. */
22226 $ac_includes_default
22228 main ()
22230 static struct stat ac_aggr;
22231 if (ac_aggr.st_atim)
22232 return 0;
22234 return 0;
22236 _ACEOF
22237 rm -f conftest.$ac_objext
22238 if { (ac_try="$ac_compile"
22239 case "(($ac_try" in
22240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22241 *) ac_try_echo=$ac_try;;
22242 esac
22243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22244 (eval "$ac_compile") 2>conftest.er1
22245 ac_status=$?
22246 grep -v '^ *+' conftest.er1 >conftest.err
22247 rm -f conftest.er1
22248 cat conftest.err >&5
22249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250 (exit $ac_status); } && {
22251 test -z "$ac_c_werror_flag" ||
22252 test ! -s conftest.err
22253 } && test -s conftest.$ac_objext; then
22254 ac_cv_member_struct_stat_st_atim=yes
22255 else
22256 echo "$as_me: failed program was:" >&5
22257 sed 's/^/| /' conftest.$ac_ext >&5
22259 cat >conftest.$ac_ext <<_ACEOF
22260 /* confdefs.h. */
22261 _ACEOF
22262 cat confdefs.h >>conftest.$ac_ext
22263 cat >>conftest.$ac_ext <<_ACEOF
22264 /* end confdefs.h. */
22265 $ac_includes_default
22267 main ()
22269 static struct stat ac_aggr;
22270 if (sizeof ac_aggr.st_atim)
22271 return 0;
22273 return 0;
22275 _ACEOF
22276 rm -f conftest.$ac_objext
22277 if { (ac_try="$ac_compile"
22278 case "(($ac_try" in
22279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22280 *) ac_try_echo=$ac_try;;
22281 esac
22282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22283 (eval "$ac_compile") 2>conftest.er1
22284 ac_status=$?
22285 grep -v '^ *+' conftest.er1 >conftest.err
22286 rm -f conftest.er1
22287 cat conftest.err >&5
22288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22289 (exit $ac_status); } && {
22290 test -z "$ac_c_werror_flag" ||
22291 test ! -s conftest.err
22292 } && test -s conftest.$ac_objext; then
22293 ac_cv_member_struct_stat_st_atim=yes
22294 else
22295 echo "$as_me: failed program was:" >&5
22296 sed 's/^/| /' conftest.$ac_ext >&5
22298 ac_cv_member_struct_stat_st_atim=no
22301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22306 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22307 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22308 if test $ac_cv_member_struct_stat_st_atim = yes; then
22310 cat >>confdefs.h <<_ACEOF
22311 #define HAVE_STRUCT_STAT_ST_ATIM 1
22312 _ACEOF
22318 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22319 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22320 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22321 echo $ECHO_N "(cached) $ECHO_C" >&6
22322 else
22323 cat >conftest.$ac_ext <<_ACEOF
22324 /* confdefs.h. */
22325 _ACEOF
22326 cat confdefs.h >>conftest.$ac_ext
22327 cat >>conftest.$ac_ext <<_ACEOF
22328 /* end confdefs.h. */
22329 #ifdef HAVE_SYS_TYPES_H
22330 #include <sys/types.h>
22331 #endif
22332 #ifdef HAVE_NETINET_IN_H
22333 #include <netinet/in.h>
22334 #endif
22337 main ()
22339 static struct sockaddr_in6 ac_aggr;
22340 if (ac_aggr.sin6_scope_id)
22341 return 0;
22343 return 0;
22345 _ACEOF
22346 rm -f conftest.$ac_objext
22347 if { (ac_try="$ac_compile"
22348 case "(($ac_try" in
22349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22350 *) ac_try_echo=$ac_try;;
22351 esac
22352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22353 (eval "$ac_compile") 2>conftest.er1
22354 ac_status=$?
22355 grep -v '^ *+' conftest.er1 >conftest.err
22356 rm -f conftest.er1
22357 cat conftest.err >&5
22358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22359 (exit $ac_status); } && {
22360 test -z "$ac_c_werror_flag" ||
22361 test ! -s conftest.err
22362 } && test -s conftest.$ac_objext; then
22363 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22364 else
22365 echo "$as_me: failed program was:" >&5
22366 sed 's/^/| /' conftest.$ac_ext >&5
22368 cat >conftest.$ac_ext <<_ACEOF
22369 /* confdefs.h. */
22370 _ACEOF
22371 cat confdefs.h >>conftest.$ac_ext
22372 cat >>conftest.$ac_ext <<_ACEOF
22373 /* end confdefs.h. */
22374 #ifdef HAVE_SYS_TYPES_H
22375 #include <sys/types.h>
22376 #endif
22377 #ifdef HAVE_NETINET_IN_H
22378 #include <netinet/in.h>
22379 #endif
22382 main ()
22384 static struct sockaddr_in6 ac_aggr;
22385 if (sizeof ac_aggr.sin6_scope_id)
22386 return 0;
22388 return 0;
22390 _ACEOF
22391 rm -f conftest.$ac_objext
22392 if { (ac_try="$ac_compile"
22393 case "(($ac_try" in
22394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22395 *) ac_try_echo=$ac_try;;
22396 esac
22397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22398 (eval "$ac_compile") 2>conftest.er1
22399 ac_status=$?
22400 grep -v '^ *+' conftest.er1 >conftest.err
22401 rm -f conftest.er1
22402 cat conftest.err >&5
22403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22404 (exit $ac_status); } && {
22405 test -z "$ac_c_werror_flag" ||
22406 test ! -s conftest.err
22407 } && test -s conftest.$ac_objext; then
22408 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22409 else
22410 echo "$as_me: failed program was:" >&5
22411 sed 's/^/| /' conftest.$ac_ext >&5
22413 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22421 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22422 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22423 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22425 cat >>confdefs.h <<_ACEOF
22426 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22427 _ACEOF
22433 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22434 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22435 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22436 echo $ECHO_N "(cached) $ECHO_C" >&6
22437 else
22438 cat >conftest.$ac_ext <<_ACEOF
22439 /* confdefs.h. */
22440 _ACEOF
22441 cat confdefs.h >>conftest.$ac_ext
22442 cat >>conftest.$ac_ext <<_ACEOF
22443 /* end confdefs.h. */
22444 #ifdef HAVE_SYS_TYPES_H
22445 #include <sys/types.h>
22446 #endif
22447 #ifdef HAVE_NETINET_IN_H
22448 # include <netinet/in.h>
22449 #endif
22450 #ifdef HAVE_ARPA_NAMESER_H
22451 # include <arpa/nameser.h>
22452 #endif
22455 main ()
22457 static ns_msg ac_aggr;
22458 if (ac_aggr._msg_ptr)
22459 return 0;
22461 return 0;
22463 _ACEOF
22464 rm -f conftest.$ac_objext
22465 if { (ac_try="$ac_compile"
22466 case "(($ac_try" in
22467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22468 *) ac_try_echo=$ac_try;;
22469 esac
22470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22471 (eval "$ac_compile") 2>conftest.er1
22472 ac_status=$?
22473 grep -v '^ *+' conftest.er1 >conftest.err
22474 rm -f conftest.er1
22475 cat conftest.err >&5
22476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22477 (exit $ac_status); } && {
22478 test -z "$ac_c_werror_flag" ||
22479 test ! -s conftest.err
22480 } && test -s conftest.$ac_objext; then
22481 ac_cv_member_ns_msg__msg_ptr=yes
22482 else
22483 echo "$as_me: failed program was:" >&5
22484 sed 's/^/| /' conftest.$ac_ext >&5
22486 cat >conftest.$ac_ext <<_ACEOF
22487 /* confdefs.h. */
22488 _ACEOF
22489 cat confdefs.h >>conftest.$ac_ext
22490 cat >>conftest.$ac_ext <<_ACEOF
22491 /* end confdefs.h. */
22492 #ifdef HAVE_SYS_TYPES_H
22493 #include <sys/types.h>
22494 #endif
22495 #ifdef HAVE_NETINET_IN_H
22496 # include <netinet/in.h>
22497 #endif
22498 #ifdef HAVE_ARPA_NAMESER_H
22499 # include <arpa/nameser.h>
22500 #endif
22503 main ()
22505 static ns_msg ac_aggr;
22506 if (sizeof ac_aggr._msg_ptr)
22507 return 0;
22509 return 0;
22511 _ACEOF
22512 rm -f conftest.$ac_objext
22513 if { (ac_try="$ac_compile"
22514 case "(($ac_try" in
22515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22516 *) ac_try_echo=$ac_try;;
22517 esac
22518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22519 (eval "$ac_compile") 2>conftest.er1
22520 ac_status=$?
22521 grep -v '^ *+' conftest.er1 >conftest.err
22522 rm -f conftest.er1
22523 cat conftest.err >&5
22524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22525 (exit $ac_status); } && {
22526 test -z "$ac_c_werror_flag" ||
22527 test ! -s conftest.err
22528 } && test -s conftest.$ac_objext; then
22529 ac_cv_member_ns_msg__msg_ptr=yes
22530 else
22531 echo "$as_me: failed program was:" >&5
22532 sed 's/^/| /' conftest.$ac_ext >&5
22534 ac_cv_member_ns_msg__msg_ptr=no
22537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22542 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22543 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22544 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22546 cat >>confdefs.h <<_ACEOF
22547 #define HAVE_NS_MSG__MSG_PTR 1
22548 _ACEOF
22554 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22555 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22556 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22557 echo $ECHO_N "(cached) $ECHO_C" >&6
22558 else
22559 cat >conftest.$ac_ext <<_ACEOF
22560 /* confdefs.h. */
22561 _ACEOF
22562 cat confdefs.h >>conftest.$ac_ext
22563 cat >>conftest.$ac_ext <<_ACEOF
22564 /* end confdefs.h. */
22565 #ifdef HAVE_SYS_TYPES_H
22566 #include <sys/types.h>
22567 #endif
22568 #ifdef HAVE_ALIAS_H
22569 #include <alias.h>
22570 #endif
22571 #ifdef HAVE_SYS_SOCKET_H
22572 #include <sys/socket.h>
22573 #endif
22574 #ifdef HAVE_SYS_SOCKETVAR_H
22575 #include <sys/socketvar.h>
22576 #endif
22577 #ifdef HAVE_SYS_TIMEOUT_H
22578 #include <sys/timeout.h>
22579 #endif
22580 #ifdef HAVE_NETINET_IN_H
22581 #include <netinet/in.h>
22582 #endif
22583 #ifdef HAVE_NETINET_IN_SYSTM_H
22584 #include <netinet/in_systm.h>
22585 #endif
22586 #ifdef HAVE_NETINET_IP_H
22587 #include <netinet/ip.h>
22588 #endif
22589 #ifdef HAVE_NETINET_IP_VAR_H
22590 #include <netinet/ip_var.h>
22591 #endif
22592 #ifdef HAVE_NETINET_IP_ICMP_H
22593 #include <netinet/ip_icmp.h>
22594 #endif
22595 #ifdef HAVE_NETINET_ICMP_VAR
22596 #include <netinet/icmp_var.h>
22597 #endif
22600 main ()
22602 static struct icmpstat ac_aggr;
22603 if (ac_aggr.icps_outhist)
22604 return 0;
22606 return 0;
22608 _ACEOF
22609 rm -f conftest.$ac_objext
22610 if { (ac_try="$ac_compile"
22611 case "(($ac_try" in
22612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22613 *) ac_try_echo=$ac_try;;
22614 esac
22615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22616 (eval "$ac_compile") 2>conftest.er1
22617 ac_status=$?
22618 grep -v '^ *+' conftest.er1 >conftest.err
22619 rm -f conftest.er1
22620 cat conftest.err >&5
22621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22622 (exit $ac_status); } && {
22623 test -z "$ac_c_werror_flag" ||
22624 test ! -s conftest.err
22625 } && test -s conftest.$ac_objext; then
22626 ac_cv_member_struct_icmpstat_icps_outhist=yes
22627 else
22628 echo "$as_me: failed program was:" >&5
22629 sed 's/^/| /' conftest.$ac_ext >&5
22631 cat >conftest.$ac_ext <<_ACEOF
22632 /* confdefs.h. */
22633 _ACEOF
22634 cat confdefs.h >>conftest.$ac_ext
22635 cat >>conftest.$ac_ext <<_ACEOF
22636 /* end confdefs.h. */
22637 #ifdef HAVE_SYS_TYPES_H
22638 #include <sys/types.h>
22639 #endif
22640 #ifdef HAVE_ALIAS_H
22641 #include <alias.h>
22642 #endif
22643 #ifdef HAVE_SYS_SOCKET_H
22644 #include <sys/socket.h>
22645 #endif
22646 #ifdef HAVE_SYS_SOCKETVAR_H
22647 #include <sys/socketvar.h>
22648 #endif
22649 #ifdef HAVE_SYS_TIMEOUT_H
22650 #include <sys/timeout.h>
22651 #endif
22652 #ifdef HAVE_NETINET_IN_H
22653 #include <netinet/in.h>
22654 #endif
22655 #ifdef HAVE_NETINET_IN_SYSTM_H
22656 #include <netinet/in_systm.h>
22657 #endif
22658 #ifdef HAVE_NETINET_IP_H
22659 #include <netinet/ip.h>
22660 #endif
22661 #ifdef HAVE_NETINET_IP_VAR_H
22662 #include <netinet/ip_var.h>
22663 #endif
22664 #ifdef HAVE_NETINET_IP_ICMP_H
22665 #include <netinet/ip_icmp.h>
22666 #endif
22667 #ifdef HAVE_NETINET_ICMP_VAR
22668 #include <netinet/icmp_var.h>
22669 #endif
22672 main ()
22674 static struct icmpstat ac_aggr;
22675 if (sizeof ac_aggr.icps_outhist)
22676 return 0;
22678 return 0;
22680 _ACEOF
22681 rm -f conftest.$ac_objext
22682 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
22698 ac_cv_member_struct_icmpstat_icps_outhist=yes
22699 else
22700 echo "$as_me: failed program was:" >&5
22701 sed 's/^/| /' conftest.$ac_ext >&5
22703 ac_cv_member_struct_icmpstat_icps_outhist=no
22706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22711 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22712 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22713 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22715 cat >>confdefs.h <<_ACEOF
22716 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22717 _ACEOF
22723 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22724 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22725 if test "${ac_cv_have_timezone+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 #include <time.h>
22736 main ()
22738 timezone = 1
22740 return 0;
22742 _ACEOF
22743 rm -f conftest.$ac_objext conftest$ac_exeext
22744 if { (ac_try="$ac_link"
22745 case "(($ac_try" in
22746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22747 *) ac_try_echo=$ac_try;;
22748 esac
22749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22750 (eval "$ac_link") 2>conftest.er1
22751 ac_status=$?
22752 grep -v '^ *+' conftest.er1 >conftest.err
22753 rm -f conftest.er1
22754 cat conftest.err >&5
22755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22756 (exit $ac_status); } && {
22757 test -z "$ac_c_werror_flag" ||
22758 test ! -s conftest.err
22759 } && test -s conftest$ac_exeext &&
22760 $as_test_x conftest$ac_exeext; then
22761 ac_cv_have_timezone="yes"
22762 else
22763 echo "$as_me: failed program was:" >&5
22764 sed 's/^/| /' conftest.$ac_ext >&5
22766 ac_cv_have_timezone="no"
22769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22770 conftest$ac_exeext conftest.$ac_ext
22772 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22773 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22774 if test "$ac_cv_have_timezone" = "yes"
22775 then
22777 cat >>confdefs.h <<\_ACEOF
22778 #define HAVE_TIMEZONE 1
22779 _ACEOF
22782 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22783 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22784 if test "${ac_cv_have_daylight+set}" = set; then
22785 echo $ECHO_N "(cached) $ECHO_C" >&6
22786 else
22787 cat >conftest.$ac_ext <<_ACEOF
22788 /* confdefs.h. */
22789 _ACEOF
22790 cat confdefs.h >>conftest.$ac_ext
22791 cat >>conftest.$ac_ext <<_ACEOF
22792 /* end confdefs.h. */
22793 #include <time.h>
22795 main ()
22797 daylight = 1
22799 return 0;
22801 _ACEOF
22802 rm -f conftest.$ac_objext conftest$ac_exeext
22803 if { (ac_try="$ac_link"
22804 case "(($ac_try" in
22805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22806 *) ac_try_echo=$ac_try;;
22807 esac
22808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22809 (eval "$ac_link") 2>conftest.er1
22810 ac_status=$?
22811 grep -v '^ *+' conftest.er1 >conftest.err
22812 rm -f conftest.er1
22813 cat conftest.err >&5
22814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22815 (exit $ac_status); } && {
22816 test -z "$ac_c_werror_flag" ||
22817 test ! -s conftest.err
22818 } && test -s conftest$ac_exeext &&
22819 $as_test_x conftest$ac_exeext; then
22820 ac_cv_have_daylight="yes"
22821 else
22822 echo "$as_me: failed program was:" >&5
22823 sed 's/^/| /' conftest.$ac_ext >&5
22825 ac_cv_have_daylight="no"
22828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22829 conftest$ac_exeext conftest.$ac_ext
22831 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22832 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22833 if test "$ac_cv_have_daylight" = "yes"
22834 then
22836 cat >>confdefs.h <<\_ACEOF
22837 #define HAVE_DAYLIGHT 1
22838 _ACEOF
22842 { echo "$as_me:$LINENO: checking for isinf" >&5
22843 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22844 if test "${ac_cv_have_isinf+set}" = set; then
22845 echo $ECHO_N "(cached) $ECHO_C" >&6
22846 else
22847 cat >conftest.$ac_ext <<_ACEOF
22848 /* confdefs.h. */
22849 _ACEOF
22850 cat confdefs.h >>conftest.$ac_ext
22851 cat >>conftest.$ac_ext <<_ACEOF
22852 /* end confdefs.h. */
22853 #include <math.h>
22855 main ()
22857 float f = 0.0; int i=isinf(f)
22859 return 0;
22861 _ACEOF
22862 rm -f conftest.$ac_objext conftest$ac_exeext
22863 if { (ac_try="$ac_link"
22864 case "(($ac_try" in
22865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22866 *) ac_try_echo=$ac_try;;
22867 esac
22868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22869 (eval "$ac_link") 2>conftest.er1
22870 ac_status=$?
22871 grep -v '^ *+' conftest.er1 >conftest.err
22872 rm -f conftest.er1
22873 cat conftest.err >&5
22874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22875 (exit $ac_status); } && {
22876 test -z "$ac_c_werror_flag" ||
22877 test ! -s conftest.err
22878 } && test -s conftest$ac_exeext &&
22879 $as_test_x conftest$ac_exeext; then
22880 ac_cv_have_isinf="yes"
22881 else
22882 echo "$as_me: failed program was:" >&5
22883 sed 's/^/| /' conftest.$ac_ext >&5
22885 ac_cv_have_isinf="no"
22888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22889 conftest$ac_exeext conftest.$ac_ext
22891 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22892 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22893 if test "$ac_cv_have_isinf" = "yes"
22894 then
22896 cat >>confdefs.h <<\_ACEOF
22897 #define HAVE_ISINF 1
22898 _ACEOF
22902 { echo "$as_me:$LINENO: checking for isnan" >&5
22903 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22904 if test "${ac_cv_have_isnan+set}" = set; then
22905 echo $ECHO_N "(cached) $ECHO_C" >&6
22906 else
22907 cat >conftest.$ac_ext <<_ACEOF
22908 /* confdefs.h. */
22909 _ACEOF
22910 cat confdefs.h >>conftest.$ac_ext
22911 cat >>conftest.$ac_ext <<_ACEOF
22912 /* end confdefs.h. */
22913 #include <math.h>
22915 main ()
22917 float f = 0.0; int i=isnan(f)
22919 return 0;
22921 _ACEOF
22922 rm -f conftest.$ac_objext conftest$ac_exeext
22923 if { (ac_try="$ac_link"
22924 case "(($ac_try" in
22925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22926 *) ac_try_echo=$ac_try;;
22927 esac
22928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22929 (eval "$ac_link") 2>conftest.er1
22930 ac_status=$?
22931 grep -v '^ *+' conftest.er1 >conftest.err
22932 rm -f conftest.er1
22933 cat conftest.err >&5
22934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22935 (exit $ac_status); } && {
22936 test -z "$ac_c_werror_flag" ||
22937 test ! -s conftest.err
22938 } && test -s conftest$ac_exeext &&
22939 $as_test_x conftest$ac_exeext; then
22940 ac_cv_have_isnan="yes"
22941 else
22942 echo "$as_me: failed program was:" >&5
22943 sed 's/^/| /' conftest.$ac_ext >&5
22945 ac_cv_have_isnan="no"
22948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22949 conftest$ac_exeext conftest.$ac_ext
22951 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22952 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22953 if test "$ac_cv_have_isnan" = "yes"
22954 then
22956 cat >>confdefs.h <<\_ACEOF
22957 #define HAVE_ISNAN 1
22958 _ACEOF
22963 case $host_cpu in
22964 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22965 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22966 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22967 echo $ECHO_N "(cached) $ECHO_C" >&6
22968 else
22969 cat >conftest.$ac_ext <<_ACEOF
22970 /* confdefs.h. */
22971 _ACEOF
22972 cat confdefs.h >>conftest.$ac_ext
22973 cat >>conftest.$ac_ext <<_ACEOF
22974 /* end confdefs.h. */
22975 #ifndef __i386__
22977 #endif
22978 _ACEOF
22979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22980 $EGREP "yes" >/dev/null 2>&1; then
22981 ac_cv_cpp_def___i386__=yes
22982 else
22983 ac_cv_cpp_def___i386__=no
22985 rm -f conftest*
22988 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22989 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22990 if test $ac_cv_cpp_def___i386__ = yes; then
22991 CFLAGS="$CFLAGS -D__i386__"
22992 LINTFLAGS="$LINTFLAGS -D__i386__"
22995 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22996 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22997 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22998 echo $ECHO_N "(cached) $ECHO_C" >&6
22999 else
23000 cat >conftest.$ac_ext <<_ACEOF
23001 /* confdefs.h. */
23002 _ACEOF
23003 cat confdefs.h >>conftest.$ac_ext
23004 cat >>conftest.$ac_ext <<_ACEOF
23005 /* end confdefs.h. */
23006 #ifndef __x86_64__
23008 #endif
23009 _ACEOF
23010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23011 $EGREP "yes" >/dev/null 2>&1; then
23012 ac_cv_cpp_def___x86_64__=yes
23013 else
23014 ac_cv_cpp_def___x86_64__=no
23016 rm -f conftest*
23019 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23020 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23021 if test $ac_cv_cpp_def___x86_64__ = yes; then
23022 CFLAGS="$CFLAGS -D__x86_64__"
23023 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23026 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23027 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23028 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23029 echo $ECHO_N "(cached) $ECHO_C" >&6
23030 else
23031 cat >conftest.$ac_ext <<_ACEOF
23032 /* confdefs.h. */
23033 _ACEOF
23034 cat confdefs.h >>conftest.$ac_ext
23035 cat >>conftest.$ac_ext <<_ACEOF
23036 /* end confdefs.h. */
23037 #ifndef __ALPHA__
23039 #endif
23040 _ACEOF
23041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23042 $EGREP "yes" >/dev/null 2>&1; then
23043 ac_cv_cpp_def___ALPHA__=yes
23044 else
23045 ac_cv_cpp_def___ALPHA__=no
23047 rm -f conftest*
23050 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23051 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23052 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23053 CFLAGS="$CFLAGS -D__ALPHA__"
23054 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23057 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23058 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23059 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23060 echo $ECHO_N "(cached) $ECHO_C" >&6
23061 else
23062 cat >conftest.$ac_ext <<_ACEOF
23063 /* confdefs.h. */
23064 _ACEOF
23065 cat confdefs.h >>conftest.$ac_ext
23066 cat >>conftest.$ac_ext <<_ACEOF
23067 /* end confdefs.h. */
23068 #ifndef __sparc__
23070 #endif
23071 _ACEOF
23072 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23073 $EGREP "yes" >/dev/null 2>&1; then
23074 ac_cv_cpp_def___sparc__=yes
23075 else
23076 ac_cv_cpp_def___sparc__=no
23078 rm -f conftest*
23081 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23082 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23083 if test $ac_cv_cpp_def___sparc__ = yes; then
23084 CFLAGS="$CFLAGS -D__sparc__"
23085 LINTFLAGS="$LINTFLAGS -D__sparc__"
23088 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23089 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23090 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23091 echo $ECHO_N "(cached) $ECHO_C" >&6
23092 else
23093 cat >conftest.$ac_ext <<_ACEOF
23094 /* confdefs.h. */
23095 _ACEOF
23096 cat confdefs.h >>conftest.$ac_ext
23097 cat >>conftest.$ac_ext <<_ACEOF
23098 /* end confdefs.h. */
23099 #ifndef __powerpc__
23101 #endif
23102 _ACEOF
23103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23104 $EGREP "yes" >/dev/null 2>&1; then
23105 ac_cv_cpp_def___powerpc__=yes
23106 else
23107 ac_cv_cpp_def___powerpc__=no
23109 rm -f conftest*
23112 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23113 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23114 if test $ac_cv_cpp_def___powerpc__ = yes; then
23115 CFLAGS="$CFLAGS -D__powerpc__"
23116 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23119 esac
23121 case $host_vendor in
23122 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23123 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23124 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23125 echo $ECHO_N "(cached) $ECHO_C" >&6
23126 else
23127 cat >conftest.$ac_ext <<_ACEOF
23128 /* confdefs.h. */
23129 _ACEOF
23130 cat confdefs.h >>conftest.$ac_ext
23131 cat >>conftest.$ac_ext <<_ACEOF
23132 /* end confdefs.h. */
23133 #ifndef __sun__
23135 #endif
23136 _ACEOF
23137 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23138 $EGREP "yes" >/dev/null 2>&1; then
23139 ac_cv_cpp_def___sun__=yes
23140 else
23141 ac_cv_cpp_def___sun__=no
23143 rm -f conftest*
23146 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23147 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23148 if test $ac_cv_cpp_def___sun__ = yes; then
23149 CFLAGS="$CFLAGS -D__sun__"
23150 LINTFLAGS="$LINTFLAGS -D__sun__"
23153 esac
23156 DEPENDENCIES="### Dependencies:
23158 .INIT: Makefile
23159 .BEGIN: Makefile
23160 .MAKEFILEDEPS:
23161 Makefile: dummy
23162 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23164 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23165 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23166 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23167 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23168 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23171 ALL_MAKERULES=""
23173 ALL_MAKEFILES=""
23175 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23178 ALL_TOP_DIRS=""
23180 ALL_DLL_DIRS=""
23182 ALL_IMPLIB_DIRS=""
23184 ALL_TEST_DIRS=""
23186 ALL_PROGRAM_DIRS=""
23188 ALL_PROGRAM_INSTALL_DIRS=""
23190 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23196 ac_config_commands="$ac_config_commands include/stamp-h"
23199 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23201 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23203 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23205 ac_config_commands="$ac_config_commands dlls/user32/resources"
23207 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23209 ac_config_commands="$ac_config_commands include/wine"
23212 ALL_MAKERULES="$ALL_MAKERULES \\
23213 Make.rules"
23214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23215 Make.rules: Make.rules.in"
23216 MAKE_RULES=Make.rules
23217 ac_config_files="$ac_config_files Make.rules"
23219 ALL_MAKERULES="$ALL_MAKERULES \\
23220 dlls/Makedll.rules"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23223 MAKE_DLL_RULES=dlls/Makedll.rules
23224 ac_config_files="$ac_config_files dlls/Makedll.rules"
23226 ALL_MAKERULES="$ALL_MAKERULES \\
23227 dlls/Makeimplib.rules"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23230 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23231 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23233 ALL_MAKERULES="$ALL_MAKERULES \\
23234 dlls/Maketest.rules"
23235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23236 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23237 MAKE_TEST_RULES=dlls/Maketest.rules
23238 ac_config_files="$ac_config_files dlls/Maketest.rules"
23240 ALL_MAKERULES="$ALL_MAKERULES \\
23241 programs/Makeprog.rules"
23242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23243 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23244 MAKE_PROG_RULES=programs/Makeprog.rules
23245 ac_config_files="$ac_config_files programs/Makeprog.rules"
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 Makefile: Makefile.in Make.rules"
23252 ac_config_files="$ac_config_files Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/Makefile"
23256 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23257 dlls"
23258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23259 dlls/Makefile: dlls/Makefile.in Make.rules"
23260 ac_config_files="$ac_config_files dlls/Makefile"
23262 ALL_MAKEFILES="$ALL_MAKEFILES \\
23263 dlls/acledit/Makefile"
23264 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23265 acledit"
23266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23267 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23268 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23270 ALL_MAKEFILES="$ALL_MAKEFILES \\
23271 dlls/aclui/Makefile"
23272 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23273 aclui"
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/activeds/Makefile"
23280 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23281 activeds"
23282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23283 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23284 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23286 ALL_MAKEFILES="$ALL_MAKEFILES \\
23287 dlls/actxprxy/Makefile"
23288 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23289 actxprxy"
23290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23291 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23292 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23294 ALL_MAKEFILES="$ALL_MAKEFILES \\
23295 dlls/adsiid/Makefile"
23296 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23297 adsiid"
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23300 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/advapi32/Makefile"
23304 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23305 advapi32"
23306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23307 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23308 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23310 ALL_MAKEFILES="$ALL_MAKEFILES \\
23311 dlls/advapi32/tests/Makefile"
23312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23313 advapi32/tests"
23314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23315 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23316 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23318 ALL_MAKEFILES="$ALL_MAKEFILES \\
23319 dlls/advpack/Makefile"
23320 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23321 advpack"
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23324 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/advpack/tests/Makefile"
23328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23329 advpack/tests"
23330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23331 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23332 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23334 ALL_MAKEFILES="$ALL_MAKEFILES \\
23335 dlls/amstream/Makefile"
23336 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23337 amstream"
23338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23339 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23340 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23342 ALL_MAKEFILES="$ALL_MAKEFILES \\
23343 dlls/amstream/tests/Makefile"
23344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23345 amstream/tests"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23348 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/appwiz.cpl/Makefile"
23352 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23353 appwiz.cpl"
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23356 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/atl/Makefile"
23360 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23361 atl"
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23364 ac_config_files="$ac_config_files dlls/atl/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/authz/Makefile"
23368 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23369 authz"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/authz/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/avicap32/Makefile"
23376 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23377 avicap32"
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23380 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/avifil32/Makefile"
23384 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23385 avifil32"
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23388 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/avifile.dll16/Makefile"
23392 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23393 avifile.dll16"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23396 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/bcrypt/Makefile"
23400 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23401 bcrypt"
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23404 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/browseui/Makefile"
23408 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23409 browseui"
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/browseui/tests/Makefile"
23416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23417 browseui/tests"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23420 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/cabinet/Makefile"
23424 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23425 cabinet"
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23431 dlls/cabinet/tests/Makefile"
23432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23433 cabinet/tests"
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23436 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/capi2032/Makefile"
23440 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23441 capi2032"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/cards/Makefile"
23448 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23449 cards"
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23452 ac_config_files="$ac_config_files dlls/cards/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/cfgmgr32/Makefile"
23456 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23457 cfgmgr32"
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23460 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/clusapi/Makefile"
23464 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23465 clusapi"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23468 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/comcat/Makefile"
23472 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23473 comcat"
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/comcat/tests/Makefile"
23480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23481 comcat/tests"
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23484 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/comctl32/Makefile"
23488 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23489 comctl32"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/comctl32/tests/Makefile"
23496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23497 comctl32/tests"
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23500 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/comdlg32/Makefile"
23504 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23505 comdlg32"
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/comdlg32/tests/Makefile"
23512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23513 comdlg32/tests"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23516 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/comm.drv16/Makefile"
23520 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23521 comm.drv16"
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23524 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/compobj.dll16/Makefile"
23528 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23529 compobj.dll16"
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23532 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/compstui/Makefile"
23536 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23537 compstui"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23540 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/credui/Makefile"
23544 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23545 credui"
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23548 ac_config_files="$ac_config_files dlls/credui/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/credui/tests/Makefile"
23552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23553 credui/tests"
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23556 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/crtdll/Makefile"
23560 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23561 crtdll"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/crypt32/Makefile"
23568 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23569 crypt32"
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23572 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/crypt32/tests/Makefile"
23576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23577 crypt32/tests"
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23580 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/cryptdlg/Makefile"
23584 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23585 cryptdlg"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/cryptdll/Makefile"
23592 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23593 cryptdll"
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23596 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/cryptnet/Makefile"
23600 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23601 cryptnet"
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23604 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/cryptnet/tests/Makefile"
23608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23609 cryptnet/tests"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23612 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/cryptui/Makefile"
23616 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23617 cryptui"
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23620 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/cryptui/tests/Makefile"
23624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23625 cryptui/tests"
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23628 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/ctapi32/Makefile"
23632 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23633 ctapi32"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/ctl3d.dll16/Makefile"
23640 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23641 ctl3d.dll16"
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23644 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/ctl3d32/Makefile"
23648 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23649 ctl3d32"
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23652 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/ctl3dv2.dll16/Makefile"
23656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23657 ctl3dv2.dll16"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23660 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/d3d10/Makefile"
23664 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23665 d3d10"
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23668 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/d3d10/tests/Makefile"
23672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23673 d3d10/tests"
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23676 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/d3d10core/Makefile"
23680 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23681 d3d10core"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23684 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/d3d10core/tests/Makefile"
23688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23689 d3d10core/tests"
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23692 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/d3d8/Makefile"
23696 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23697 d3d8"
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23700 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/d3d8/tests/Makefile"
23704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23705 d3d8/tests"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23708 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/d3d9/Makefile"
23712 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23713 d3d9"
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23716 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/d3d9/tests/Makefile"
23720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23721 d3d9/tests"
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23724 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/d3dim/Makefile"
23728 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23729 d3dim"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23732 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/d3drm/Makefile"
23736 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23737 d3drm"
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23740 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/d3drm/tests/Makefile"
23744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23745 d3drm/tests"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23748 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/d3dx8/Makefile"
23752 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23753 d3dx8"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23756 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/d3dx8/tests/Makefile"
23760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23761 d3dx8/tests"
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23764 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/d3dx9_24/Makefile"
23768 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23769 d3dx9_24"
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23772 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/d3dx9_25/Makefile"
23776 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23777 d3dx9_25"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/d3dx9_26/Makefile"
23784 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23785 d3dx9_26"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23788 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/d3dx9_27/Makefile"
23792 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23793 d3dx9_27"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23796 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/d3dx9_28/Makefile"
23800 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 d3dx9_28"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/d3dx9_29/Makefile"
23808 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23809 d3dx9_29"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/d3dx9_30/Makefile"
23816 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 d3dx9_30"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/d3dx9_31/Makefile"
23824 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23825 d3dx9_31"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23828 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/d3dx9_32/Makefile"
23832 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 d3dx9_32"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/d3dx9_33/Makefile"
23840 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23841 d3dx9_33"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23844 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/d3dx9_34/Makefile"
23848 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23849 d3dx9_34"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23852 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/d3dx9_35/Makefile"
23856 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23857 d3dx9_35"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23860 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/d3dx9_36/Makefile"
23864 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 d3dx9_36"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/d3dx9_36/tests/Makefile"
23872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23873 d3dx9_36/tests"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23876 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/d3dx9_37/Makefile"
23880 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 d3dx9_37"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/d3dx9_38/Makefile"
23888 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 d3dx9_38"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/d3dx9_39/Makefile"
23896 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 d3dx9_39"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/d3dx9_40/Makefile"
23904 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23905 d3dx9_40"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/d3dx9_41/Makefile"
23912 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 d3dx9_41"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/d3dxof/Makefile"
23920 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23921 d3dxof"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/d3dxof/tests/Makefile"
23928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23929 d3dxof/tests"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23932 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/dbghelp/Makefile"
23936 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23937 dbghelp"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/dciman32/Makefile"
23944 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 dciman32"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/ddeml.dll16/Makefile"
23952 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 ddeml.dll16"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/ddraw/Makefile"
23960 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23961 ddraw"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23964 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/ddraw/tests/Makefile"
23968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23969 ddraw/tests"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23972 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/ddrawex/Makefile"
23976 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23977 ddrawex"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/ddrawex/tests/Makefile"
23984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23985 ddrawex/tests"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23988 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/devenum/Makefile"
23992 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23993 devenum"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/dinput/Makefile"
24000 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 dinput"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/dinput/tests/Makefile"
24008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24009 dinput/tests"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24012 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/dinput8/Makefile"
24016 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24017 dinput8"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/dispdib.dll16/Makefile"
24024 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 dispdib.dll16"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/display.drv16/Makefile"
24032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24033 display.drv16"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24036 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/dmband/Makefile"
24040 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 dmband"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/dmcompos/Makefile"
24048 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 dmcompos"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/dmime/Makefile"
24056 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24057 dmime"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24060 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/dmloader/Makefile"
24064 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 dmloader"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/dmscript/Makefile"
24072 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24073 dmscript"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/dmstyle/Makefile"
24080 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 dmstyle"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/dmsynth/Makefile"
24088 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24089 dmsynth"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/dmusic/Makefile"
24096 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24097 dmusic"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24100 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/dmusic32/Makefile"
24104 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 dmusic32"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/dnsapi/Makefile"
24112 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24113 dnsapi"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/dnsapi/tests/Makefile"
24120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24121 dnsapi/tests"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24124 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/dplay/Makefile"
24128 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24129 dplay"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/dplayx/Makefile"
24136 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 dplayx"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/dplayx/tests/Makefile"
24144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24145 dplayx/tests"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24148 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/dpnaddr/Makefile"
24152 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24153 dpnaddr"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/dpnet/Makefile"
24160 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 dpnet"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/dpnhpast/Makefile"
24168 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 dpnhpast"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/dpnlobby/Makefile"
24176 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 dpnlobby"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/dpwsockx/Makefile"
24184 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 dpwsockx"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/dsound/Makefile"
24192 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 dsound"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/dsound/tests/Makefile"
24200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24201 dsound/tests"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24204 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/dssenh/Makefile"
24208 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24209 dssenh"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/dswave/Makefile"
24216 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24217 dswave"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/dwmapi/Makefile"
24224 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 dwmapi"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/dxdiagn/Makefile"
24232 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24233 dxdiagn"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/dxerr8/Makefile"
24240 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24241 dxerr8"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24244 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/dxerr9/Makefile"
24248 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24249 dxerr9"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24252 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/dxgi/Makefile"
24256 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 dxgi"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/dxgi/tests/Makefile"
24264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24265 dxgi/tests"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24268 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/dxguid/Makefile"
24272 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24273 dxguid"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24276 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/faultrep/Makefile"
24280 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 faultrep"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/fusion/Makefile"
24288 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 fusion"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/fusion/tests/Makefile"
24296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24297 fusion/tests"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24300 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/gdi32/Makefile"
24304 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 gdi32"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/gdi32/tests/Makefile"
24312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24313 gdi32/tests"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24316 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/gdiplus/Makefile"
24320 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 gdiplus"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/gdiplus/tests/Makefile"
24328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24329 gdiplus/tests"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24332 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/glu32/Makefile"
24336 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 glu32"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/gphoto2.ds/Makefile"
24344 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24345 gphoto2.ds"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/gpkcsp/Makefile"
24352 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 gpkcsp"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/hal/Makefile"
24360 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 hal"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/hal/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/hhctrl.ocx/Makefile"
24368 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 hhctrl.ocx"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/hid/Makefile"
24376 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 hid"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/hid/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/hlink/Makefile"
24384 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 hlink"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/hlink/tests/Makefile"
24392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393 hlink/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/hnetcfg/Makefile"
24400 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401 hnetcfg"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/httpapi/Makefile"
24408 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 httpapi"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/iccvid/Makefile"
24416 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 iccvid"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/icmp/Makefile"
24424 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425 icmp"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/ifsmgr.vxd/Makefile"
24432 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 ifsmgr.vxd"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/imaadp32.acm/Makefile"
24440 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 imaadp32.acm"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/imagehlp/Makefile"
24448 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 imagehlp"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/imm.dll16/Makefile"
24456 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 imm.dll16"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/imm32/Makefile"
24464 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 imm32"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/imm32/tests/Makefile"
24472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473 imm32/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/inetcomm/Makefile"
24480 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 inetcomm"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/inetcomm/tests/Makefile"
24488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24489 inetcomm/tests"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24492 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/inetmib1/Makefile"
24496 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 inetmib1"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/inetmib1/tests/Makefile"
24504 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24505 inetmib1/tests"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24508 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/infosoft/Makefile"
24512 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 infosoft"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/infosoft/tests/Makefile"
24520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521 infosoft/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/initpki/Makefile"
24528 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 initpki"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/inkobj/Makefile"
24536 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 inkobj"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/inseng/Makefile"
24544 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 inseng"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/iphlpapi/Makefile"
24552 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 iphlpapi"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/iphlpapi/tests/Makefile"
24560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24561 iphlpapi/tests"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24564 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/itircl/Makefile"
24568 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 itircl"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/itss/Makefile"
24576 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 itss"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/itss/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/itss/tests/Makefile"
24584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24585 itss/tests"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24588 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/jscript/Makefile"
24592 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 jscript"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/jscript/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601 jscript/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/kernel32/Makefile"
24608 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609 kernel32"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/kernel32/tests/Makefile"
24616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24617 kernel32/tests"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24620 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/keyboard.drv16/Makefile"
24624 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 keyboard.drv16"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/loadperf/Makefile"
24632 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 loadperf"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/localspl/Makefile"
24640 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 localspl"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/localspl/tests/Makefile"
24648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24649 localspl/tests"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24652 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/localui/Makefile"
24656 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 localui"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/localui/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/localui/tests/Makefile"
24664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24665 localui/tests"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/lz32/Makefile"
24672 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673 lz32"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/lz32/tests/Makefile"
24680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24681 lz32/tests"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/lzexpand.dll16/Makefile"
24688 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 lzexpand.dll16"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/mapi32/Makefile"
24696 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 mapi32"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/mapi32/tests/Makefile"
24704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24705 mapi32/tests"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24708 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/mciavi32/Makefile"
24712 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713 mciavi32"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/mcicda/Makefile"
24720 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 mcicda"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/mciqtz32/Makefile"
24728 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24729 mciqtz32"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/mciseq/Makefile"
24736 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 mciseq"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/mciwave/Makefile"
24744 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 mciwave"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/midimap/Makefile"
24752 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 midimap"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/mlang/Makefile"
24760 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 mlang"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/mlang/tests/Makefile"
24768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24769 mlang/tests"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24772 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/mmdevldr.vxd/Makefile"
24776 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 mmdevldr.vxd"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/monodebg.vxd/Makefile"
24784 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 monodebg.vxd"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/mountmgr.sys/Makefile"
24792 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 mountmgr.sys"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/mouse.drv16/Makefile"
24800 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 mouse.drv16"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/mpr/Makefile"
24808 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 mpr"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/mprapi/Makefile"
24816 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 mprapi"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/msacm.dll16/Makefile"
24824 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 msacm.dll16"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/msacm32.drv/Makefile"
24832 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 msacm32.drv"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/msacm32/Makefile"
24840 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 msacm32"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/msacm32/tests/Makefile"
24848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24849 msacm32/tests"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24852 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/msadp32.acm/Makefile"
24856 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 msadp32.acm"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/mscat32/Makefile"
24864 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 mscat32"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/mscms/Makefile"
24872 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 mscms"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/mscms/tests/Makefile"
24880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24881 mscms/tests"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24884 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/mscoree/Makefile"
24888 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 mscoree"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/msctf/Makefile"
24896 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 msctf"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/msctf/tests/Makefile"
24904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24905 msctf/tests"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24908 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/msdmo/Makefile"
24912 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 msdmo"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/msftedit/Makefile"
24920 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 msftedit"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/msg711.acm/Makefile"
24928 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 msg711.acm"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/mshtml.tlb/Makefile"
24936 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 mshtml.tlb"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/mshtml/Makefile"
24944 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 mshtml"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/mshtml/tests/Makefile"
24952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24953 mshtml/tests"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24956 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/msi/Makefile"
24960 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 msi"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/msi/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/msi/tests/Makefile"
24968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24969 msi/tests"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24972 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/msimg32/Makefile"
24976 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 msimg32"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/msimtf/Makefile"
24984 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 msimtf"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/msisip/Makefile"
24992 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 msisip"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/msisys.ocx/Makefile"
25000 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 msisys.ocx"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/msnet32/Makefile"
25008 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 msnet32"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/msrle32/Makefile"
25016 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 msrle32"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/mssign32/Makefile"
25024 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 mssign32"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/mssip32/Makefile"
25032 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033 mssip32"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/mstask/Makefile"
25040 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 mstask"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/mstask/tests/Makefile"
25048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25049 mstask/tests"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25052 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/msvcirt/Makefile"
25056 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 msvcirt"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/msvcr71/Makefile"
25064 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 msvcr71"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/msvcrt/Makefile"
25072 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 msvcrt"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/msvcrt/tests/Makefile"
25080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25081 msvcrt/tests"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25084 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/msvcrt20/Makefile"
25088 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 msvcrt20"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/msvcrt40/Makefile"
25096 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 msvcrt40"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/msvcrtd/Makefile"
25104 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 msvcrtd"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/msvcrtd/tests/Makefile"
25112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25113 msvcrtd/tests"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25116 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/msvfw32/Makefile"
25120 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 msvfw32"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/msvfw32/tests/Makefile"
25128 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25129 msvfw32/tests"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25132 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/msvidc32/Makefile"
25136 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 msvidc32"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/msvideo.dll16/Makefile"
25144 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 msvideo.dll16"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/mswsock/Makefile"
25152 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 mswsock"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/msxml3/Makefile"
25160 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 msxml3"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/msxml3/tests/Makefile"
25168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25169 msxml3/tests"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25172 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/nddeapi/Makefile"
25176 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 nddeapi"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/netapi32/Makefile"
25184 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 netapi32"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/netapi32/tests/Makefile"
25192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25193 netapi32/tests"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25196 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/newdev/Makefile"
25200 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 newdev"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/ntdll/Makefile"
25208 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 ntdll"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/ntdll/tests/Makefile"
25216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25217 ntdll/tests"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25220 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/ntdsapi/Makefile"
25224 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 ntdsapi"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/ntdsapi/tests/Makefile"
25232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25233 ntdsapi/tests"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25236 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/ntoskrnl.exe/Makefile"
25240 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 ntoskrnl.exe"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/ntprint/Makefile"
25248 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 ntprint"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/ntprint/tests/Makefile"
25256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25257 ntprint/tests"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25260 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/objsel/Makefile"
25264 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 objsel"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/odbc32/Makefile"
25272 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 odbc32"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/odbccp32/Makefile"
25280 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 odbccp32"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/odbccp32/tests/Makefile"
25288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289 odbccp32/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/ole2.dll16/Makefile"
25296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 ole2.dll16"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/ole2conv.dll16/Makefile"
25304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 ole2conv.dll16"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/ole2disp.dll16/Makefile"
25312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 ole2disp.dll16"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/ole2nls.dll16/Makefile"
25320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 ole2nls.dll16"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/ole2prox.dll16/Makefile"
25328 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 ole2prox.dll16"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/ole2thk.dll16/Makefile"
25336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 ole2thk.dll16"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/ole32/Makefile"
25344 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 ole32"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/ole32/tests/Makefile"
25352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25353 ole32/tests"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25356 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/oleacc/Makefile"
25360 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361 oleacc"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/oleacc/tests/Makefile"
25368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25369 oleacc/tests"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25372 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/oleaut32/Makefile"
25376 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 oleaut32"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/oleaut32/tests/Makefile"
25384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25385 oleaut32/tests"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25388 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/olecli.dll16/Makefile"
25392 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 olecli.dll16"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/olecli32/Makefile"
25400 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 olecli32"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/oledlg/Makefile"
25408 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 oledlg"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/olepro32/Makefile"
25416 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 olepro32"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/olesvr.dll16/Makefile"
25424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425 olesvr.dll16"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/olesvr32/Makefile"
25432 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 olesvr32"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/olethk32/Makefile"
25440 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25441 olethk32"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25444 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/opengl32/Makefile"
25448 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449 opengl32"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/opengl32/tests/Makefile"
25456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25457 opengl32/tests"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25460 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/pdh/Makefile"
25464 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 pdh"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/pdh/tests/Makefile"
25472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25473 pdh/tests"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25476 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/pidgen/Makefile"
25480 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25481 pidgen"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25484 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/powrprof/Makefile"
25488 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 powrprof"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/printui/Makefile"
25496 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 printui"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/printui/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/propsys/Makefile"
25504 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 propsys"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/psapi/Makefile"
25512 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513 psapi"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/psapi/tests/Makefile"
25520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25521 psapi/tests"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25524 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/pstorec/Makefile"
25528 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 pstorec"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/qcap/Makefile"
25536 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537 qcap"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/qedit/Makefile"
25544 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 qedit"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/qedit/tests/Makefile"
25552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25553 qedit/tests"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25556 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/qmgr/Makefile"
25560 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561 qmgr"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/qmgr/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569 qmgr/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/qmgrprxy/Makefile"
25576 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 qmgrprxy"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/quartz/Makefile"
25584 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25585 quartz"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25588 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/quartz/tests/Makefile"
25592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25593 quartz/tests"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25596 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/query/Makefile"
25600 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601 query"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/query/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/rasapi16.dll16/Makefile"
25608 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25609 rasapi16.dll16"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25612 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/rasapi32/Makefile"
25616 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617 rasapi32"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/rasapi32/tests/Makefile"
25624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25625 rasapi32/tests"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25628 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/rasdlg/Makefile"
25632 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 rasdlg"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/resutils/Makefile"
25640 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641 resutils"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/riched20/Makefile"
25648 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649 riched20"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/riched20/tests/Makefile"
25656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25657 riched20/tests"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25660 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/riched32/Makefile"
25664 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665 riched32"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/riched32/tests/Makefile"
25672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25673 riched32/tests"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25676 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/rpcrt4/Makefile"
25680 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681 rpcrt4"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/rpcrt4/tests/Makefile"
25688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25689 rpcrt4/tests"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25692 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/rsabase/Makefile"
25696 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25697 rsabase"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25700 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/rsaenh/Makefile"
25704 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 rsaenh"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/rsaenh/tests/Makefile"
25712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25713 rsaenh/tests"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25716 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/sane.ds/Makefile"
25720 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721 sane.ds"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/sccbase/Makefile"
25728 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729 sccbase"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/schannel/Makefile"
25736 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 schannel"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/schannel/tests/Makefile"
25744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25745 schannel/tests"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25748 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/secur32/Makefile"
25752 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 secur32"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/secur32/tests/Makefile"
25760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25761 secur32/tests"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25764 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/security/Makefile"
25768 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 security"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/security/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/sensapi/Makefile"
25776 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777 sensapi"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/serialui/Makefile"
25784 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785 serialui"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/serialui/tests/Makefile"
25792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25793 serialui/tests"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25796 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/setupapi/Makefile"
25800 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 setupapi"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/setupapi/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809 setupapi/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/sfc/Makefile"
25816 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 sfc"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/sfc_os/Makefile"
25824 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 sfc_os"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/shdoclc/Makefile"
25832 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833 shdoclc"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/shdocvw/Makefile"
25840 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 shdocvw"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/shdocvw/tests/Makefile"
25848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25849 shdocvw/tests"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25852 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/shell.dll16/Makefile"
25856 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 shell.dll16"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/shell32/Makefile"
25864 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 shell32"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/shell32/tests/Makefile"
25872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25873 shell32/tests"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25876 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/shfolder/Makefile"
25880 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881 shfolder"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/shlwapi/Makefile"
25888 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 shlwapi"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/shlwapi/tests/Makefile"
25896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25897 shlwapi/tests"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25900 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/slbcsp/Makefile"
25904 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 slbcsp"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/slc/Makefile"
25912 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25913 slc"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25916 ac_config_files="$ac_config_files dlls/slc/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/snmpapi/Makefile"
25920 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 snmpapi"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/snmpapi/tests/Makefile"
25928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25929 snmpapi/tests"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25932 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/softpub/Makefile"
25936 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937 softpub"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/sound.drv16/Makefile"
25944 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945 sound.drv16"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/spoolss/Makefile"
25952 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953 spoolss"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/spoolss/tests/Makefile"
25960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25961 spoolss/tests"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25964 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/stdole2.tlb/Makefile"
25968 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25969 stdole2.tlb"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25972 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/stdole32.tlb/Makefile"
25976 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 stdole32.tlb"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/sti/Makefile"
25984 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985 sti"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/sti/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/storage.dll16/Makefile"
25992 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 storage.dll16"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/stress.dll16/Makefile"
26000 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001 stress.dll16"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/strmiids/Makefile"
26008 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26009 strmiids"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26012 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/svrapi/Makefile"
26016 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017 svrapi"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/sxs/Makefile"
26024 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025 sxs"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/t2embed/Makefile"
26032 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26033 t2embed"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26036 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/tapi32/Makefile"
26040 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 tapi32"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/traffic/Makefile"
26048 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 traffic"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/twain.dll16/Makefile"
26056 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057 twain.dll16"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/twain_32/Makefile"
26064 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065 twain_32"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/twain_32/tests/Makefile"
26072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26073 twain_32/tests"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26076 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/typelib.dll16/Makefile"
26080 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 typelib.dll16"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/unicows/Makefile"
26088 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 unicows"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/updspapi/Makefile"
26096 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 updspapi"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/url/Makefile"
26104 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 url"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/url/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/urlmon/Makefile"
26112 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26113 urlmon"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26116 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/urlmon/tests/Makefile"
26120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26121 urlmon/tests"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26124 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/user32/Makefile"
26128 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 user32"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/user32/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/user32/tests/Makefile"
26136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26137 user32/tests"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26140 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/userenv/Makefile"
26144 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145 userenv"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/userenv/tests/Makefile"
26152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26153 userenv/tests"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26156 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/usp10/Makefile"
26160 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161 usp10"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/usp10/tests/Makefile"
26168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26169 usp10/tests"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26172 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/uuid/Makefile"
26176 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26177 uuid"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26180 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/uxtheme/Makefile"
26184 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 uxtheme"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/uxtheme/tests/Makefile"
26192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26193 uxtheme/tests"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26196 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/vdhcp.vxd/Makefile"
26200 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26201 vdhcp.vxd"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26204 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/vdmdbg/Makefile"
26208 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 vdmdbg"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/version/Makefile"
26216 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 version"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/version/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/version/tests/Makefile"
26224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26225 version/tests"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26228 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/vmm.vxd/Makefile"
26232 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233 vmm.vxd"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/vnbt.vxd/Makefile"
26240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241 vnbt.vxd"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/vnetbios.vxd/Makefile"
26248 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 vnetbios.vxd"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/vtdapi.vxd/Makefile"
26256 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257 vtdapi.vxd"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/vwin32.vxd/Makefile"
26264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 vwin32.vxd"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/w32skrnl/Makefile"
26272 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273 w32skrnl"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/w32sys.dll16/Makefile"
26280 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281 w32sys.dll16"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/wbemprox/Makefile"
26288 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289 wbemprox"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/win32s16.dll16/Makefile"
26296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297 win32s16.dll16"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/win87em.dll16/Makefile"
26304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 win87em.dll16"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/winaspi.dll16/Makefile"
26312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313 winaspi.dll16"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/windebug.dll16/Makefile"
26320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 windebug.dll16"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/winealsa.drv/Makefile"
26328 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329 winealsa.drv"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/wineaudioio.drv/Makefile"
26336 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337 wineaudioio.drv"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/winecoreaudio.drv/Makefile"
26344 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 winecoreaudio.drv"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/winecrt0/Makefile"
26352 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26353 winecrt0"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26356 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/wined3d/Makefile"
26360 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361 wined3d"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/winedos/Makefile"
26368 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26369 winedos"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26372 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/wineesd.drv/Makefile"
26376 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377 wineesd.drv"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/winejack.drv/Makefile"
26384 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 winejack.drv"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/winejoystick.drv/Makefile"
26392 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393 winejoystick.drv"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/winemp3.acm/Makefile"
26400 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 winemp3.acm"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/winenas.drv/Makefile"
26408 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 winenas.drv"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/wineoss.drv/Makefile"
26416 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 wineoss.drv"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/wineps.drv/Makefile"
26424 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 wineps.drv"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/winepulse.drv/Makefile"
26432 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 winepulse.drv"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/winequartz.drv/Makefile"
26440 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441 winequartz.drv"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/winex11.drv/Makefile"
26448 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449 winex11.drv"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/wing32/Makefile"
26456 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 wing32"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/winhttp/Makefile"
26464 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26465 winhttp"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26468 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/winhttp/tests/Makefile"
26472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26473 winhttp/tests"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26476 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/wininet/Makefile"
26480 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 wininet"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/wininet/tests/Makefile"
26488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26489 wininet/tests"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26492 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/winmm/Makefile"
26496 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 winmm"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/winmm/tests/Makefile"
26504 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26505 winmm/tests"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26508 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/winnls.dll16/Makefile"
26512 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 winnls.dll16"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/winnls32/Makefile"
26520 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 winnls32"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/winscard/Makefile"
26528 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 winscard"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/winspool.drv/Makefile"
26536 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 winspool.drv"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/winspool.drv/tests/Makefile"
26544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26545 winspool.drv/tests"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26548 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/wintab.dll16/Makefile"
26552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 wintab.dll16"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/wintab32/Makefile"
26560 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26561 wintab32"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26564 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/wintrust/Makefile"
26568 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 wintrust"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/wintrust/tests/Makefile"
26576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26577 wintrust/tests"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26580 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/wldap32/Makefile"
26584 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 wldap32"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/wldap32/tests/Makefile"
26592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26593 wldap32/tests"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26596 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/wmi/Makefile"
26600 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 wmi"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/wnaspi32/Makefile"
26608 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609 wnaspi32"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/wow32/Makefile"
26616 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 wow32"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/ws2_32/Makefile"
26624 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625 ws2_32"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/ws2_32/tests/Makefile"
26632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26633 ws2_32/tests"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26636 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/wsock32/Makefile"
26640 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641 wsock32"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/wtsapi32/Makefile"
26648 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 wtsapi32"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/wuapi/Makefile"
26656 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26657 wuapi"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26660 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/xinput1_1/Makefile"
26664 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665 xinput1_1"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/xinput1_2/Makefile"
26672 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673 xinput1_2"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/xinput1_3/Makefile"
26680 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681 xinput1_3"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/xinput1_3/tests/Makefile"
26688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26689 xinput1_3/tests"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26692 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/xinput9_1_0/Makefile"
26696 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697 xinput9_1_0"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/xmllite/Makefile"
26704 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 xmllite"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 documentation/Makefile"
26712 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26713 documentation"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 documentation/Makefile: documentation/Makefile.in Make.rules"
26716 ac_config_files="$ac_config_files documentation/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 fonts/Makefile"
26720 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26721 fonts"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 fonts/Makefile: fonts/Makefile.in Make.rules"
26724 ac_config_files="$ac_config_files fonts/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 include/Makefile"
26728 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26729 include"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 include/Makefile: include/Makefile.in Make.rules"
26732 ac_config_files="$ac_config_files include/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 libs/Makefile"
26736 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26737 libs"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 libs/Makefile: libs/Makefile.in Make.rules"
26740 ac_config_files="$ac_config_files libs/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 libs/port/Makefile"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26747 ac_config_files="$ac_config_files libs/port/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 libs/wine/Makefile"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26754 ac_config_files="$ac_config_files libs/wine/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 libs/wpp/Makefile"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26761 ac_config_files="$ac_config_files libs/wpp/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 loader/Makefile"
26765 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26766 loader"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 loader/Makefile: loader/Makefile.in Make.rules"
26769 ac_config_files="$ac_config_files loader/Makefile"
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772 programs/Makefile"
26773 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26774 programs"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 programs/Makefile: programs/Makefile.in Make.rules"
26777 ac_config_files="$ac_config_files programs/Makefile"
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780 programs/cacls/Makefile"
26781 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26782 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26783 cacls"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26786 ac_config_files="$ac_config_files programs/cacls/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 programs/clock/Makefile"
26790 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26791 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26792 clock"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26795 ac_config_files="$ac_config_files programs/clock/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 programs/cmd/Makefile"
26799 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26800 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26801 cmd"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26804 ac_config_files="$ac_config_files programs/cmd/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 programs/cmdlgtst/Makefile"
26808 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26809 cmdlgtst"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26812 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 programs/control/Makefile"
26816 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26817 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26818 control"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26821 ac_config_files="$ac_config_files programs/control/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 programs/eject/Makefile"
26825 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26826 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26827 eject"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26830 ac_config_files="$ac_config_files programs/eject/Makefile"
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833 programs/expand/Makefile"
26834 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26835 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26836 expand"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26839 ac_config_files="$ac_config_files programs/expand/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 programs/explorer/Makefile"
26843 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26844 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26845 explorer"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26848 ac_config_files="$ac_config_files programs/explorer/Makefile"
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851 programs/hh/Makefile"
26852 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26853 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26856 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26857 ac_config_files="$ac_config_files programs/hh/Makefile"
26859 ALL_MAKEFILES="$ALL_MAKEFILES \\
26860 programs/icinfo/Makefile"
26861 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26862 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26863 icinfo"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26866 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 programs/iexplore/Makefile"
26870 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26871 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26872 iexplore"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26875 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 programs/lodctr/Makefile"
26879 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26880 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26881 lodctr"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26884 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 programs/msiexec/Makefile"
26888 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26889 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26890 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26891 msiexec"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26894 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 programs/net/Makefile"
26898 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26899 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26900 net"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26903 ac_config_files="$ac_config_files programs/net/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 programs/notepad/Makefile"
26907 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26908 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26909 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26910 notepad"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26913 ac_config_files="$ac_config_files programs/notepad/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 programs/oleview/Makefile"
26917 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26918 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26919 oleview"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26922 ac_config_files="$ac_config_files programs/oleview/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 programs/progman/Makefile"
26926 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26927 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26928 progman"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26931 ac_config_files="$ac_config_files programs/progman/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 programs/reg/Makefile"
26935 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26936 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26937 reg"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26940 ac_config_files="$ac_config_files programs/reg/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 programs/regedit/Makefile"
26944 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26945 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26946 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26947 regedit"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26950 ac_config_files="$ac_config_files programs/regedit/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 programs/regsvr32/Makefile"
26954 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26955 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26956 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26957 regsvr32"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26960 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 programs/rpcss/Makefile"
26964 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26965 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26966 rpcss"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26969 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 programs/rundll32/Makefile"
26973 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26974 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26975 rundll32"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26978 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 programs/secedit/Makefile"
26982 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26983 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26984 secedit"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26987 ac_config_files="$ac_config_files programs/secedit/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 programs/services/Makefile"
26991 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26992 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26993 services"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26996 ac_config_files="$ac_config_files programs/services/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 programs/spoolsv/Makefile"
27000 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27001 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27002 spoolsv"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27005 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008 programs/start/Makefile"
27009 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27010 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27011 start"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27014 ac_config_files="$ac_config_files programs/start/Makefile"
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017 programs/svchost/Makefile"
27018 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27019 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27020 svchost"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27023 ac_config_files="$ac_config_files programs/svchost/Makefile"
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026 programs/taskmgr/Makefile"
27027 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27028 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27029 taskmgr"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27032 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035 programs/termsv/Makefile"
27036 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27037 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27038 termsv"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27041 ac_config_files="$ac_config_files programs/termsv/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 programs/uninstaller/Makefile"
27045 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27046 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27047 uninstaller"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27050 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 programs/unlodctr/Makefile"
27054 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27055 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27056 unlodctr"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27059 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 programs/view/Makefile"
27063 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27064 view"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27067 ac_config_files="$ac_config_files programs/view/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 programs/wineboot/Makefile"
27071 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27072 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27073 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27074 wineboot"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27077 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080 programs/winebrowser/Makefile"
27081 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27082 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27083 winebrowser"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27086 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 programs/winecfg/Makefile"
27090 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27091 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27092 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27093 winecfg"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27096 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 programs/wineconsole/Makefile"
27100 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27101 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27102 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27103 wineconsole"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27106 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 programs/winedbg/Makefile"
27110 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27111 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27112 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27113 winedbg"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27116 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 programs/winedevice/Makefile"
27120 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27121 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27122 winedevice"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27125 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128 programs/winefile/Makefile"
27129 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27130 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27131 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27132 winefile"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27135 ac_config_files="$ac_config_files programs/winefile/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 programs/winemenubuilder/Makefile"
27139 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27140 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27141 winemenubuilder"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27144 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147 programs/winemine/Makefile"
27148 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27149 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27150 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27151 winemine"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27154 ac_config_files="$ac_config_files programs/winemine/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 programs/winepath/Makefile"
27158 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27159 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27160 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27161 winepath"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27164 ac_config_files="$ac_config_files programs/winepath/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 programs/winetest/Makefile"
27168 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27169 winetest"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27172 ac_config_files="$ac_config_files programs/winetest/Makefile"
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175 programs/winevdm/Makefile"
27176 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27177 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27178 winevdm"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27181 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184 programs/winhelp.exe16/Makefile"
27185 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27186 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27187 winhelp.exe16"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27190 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 programs/winhlp32/Makefile"
27194 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27195 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27196 winhlp32"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/winoldap.mod16/Makefile"
27203 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27205 winoldap.mod16"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27208 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 programs/winver/Makefile"
27212 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27213 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27214 winver"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27217 ac_config_files="$ac_config_files programs/winver/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 programs/wordpad/Makefile"
27221 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27222 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27223 wordpad"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27226 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 programs/write/Makefile"
27230 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27231 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27232 write"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/write/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 programs/xcopy/Makefile"
27239 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241 xcopy"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 server/Makefile"
27248 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27249 server"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 server/Makefile: server/Makefile.in Make.rules"
27252 ac_config_files="$ac_config_files server/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 tools/Makefile"
27256 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27257 tools"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 tools/Makefile: tools/Makefile.in Make.rules"
27260 ac_config_files="$ac_config_files tools/Makefile"
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263 tools/widl/Makefile"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27267 ac_config_files="$ac_config_files tools/widl/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 tools/winebuild/Makefile"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27274 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277 tools/winedump/Makefile"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27281 ac_config_files="$ac_config_files tools/winedump/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 tools/winegcc/Makefile"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27288 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 tools/wmc/Makefile"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27295 ac_config_files="$ac_config_files tools/wmc/Makefile"
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298 tools/wrc/Makefile"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27302 ac_config_files="$ac_config_files tools/wrc/Makefile"
27306 ALL_WINETEST_DEPENDS="# Test binaries"
27308 for dir in $ALL_TEST_DIRS
27310 if test "$dir" != "\\"
27311 then
27312 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27313 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27314 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27315 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27317 done
27319 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27321 cat >confcache <<\_ACEOF
27322 # This file is a shell script that caches the results of configure
27323 # tests run on this system so they can be shared between configure
27324 # scripts and configure runs, see configure's option --config-cache.
27325 # It is not useful on other systems. If it contains results you don't
27326 # want to keep, you may remove or edit it.
27328 # config.status only pays attention to the cache file if you give it
27329 # the --recheck option to rerun configure.
27331 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27332 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27333 # following values.
27335 _ACEOF
27337 # The following way of writing the cache mishandles newlines in values,
27338 # but we know of no workaround that is simple, portable, and efficient.
27339 # So, we kill variables containing newlines.
27340 # Ultrix sh set writes to stderr and can't be redirected directly,
27341 # and sets the high bit in the cache file unless we assign to the vars.
27343 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27344 eval ac_val=\$$ac_var
27345 case $ac_val in #(
27346 *${as_nl}*)
27347 case $ac_var in #(
27348 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27349 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27350 esac
27351 case $ac_var in #(
27352 _ | IFS | as_nl) ;; #(
27353 *) $as_unset $ac_var ;;
27354 esac ;;
27355 esac
27356 done
27358 (set) 2>&1 |
27359 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27360 *${as_nl}ac_space=\ *)
27361 # `set' does not quote correctly, so add quotes (double-quote
27362 # substitution turns \\\\ into \\, and sed turns \\ into \).
27363 sed -n \
27364 "s/'/'\\\\''/g;
27365 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27366 ;; #(
27368 # `set' quotes correctly as required by POSIX, so do not add quotes.
27369 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27371 esac |
27372 sort
27374 sed '
27375 /^ac_cv_env_/b end
27376 t clear
27377 :clear
27378 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27379 t end
27380 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27381 :end' >>confcache
27382 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27383 if test -w "$cache_file"; then
27384 test "x$cache_file" != "x/dev/null" &&
27385 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27386 echo "$as_me: updating cache $cache_file" >&6;}
27387 cat confcache >$cache_file
27388 else
27389 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27390 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27393 rm -f confcache
27395 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27396 # Let make expand exec_prefix.
27397 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27399 DEFS=-DHAVE_CONFIG_H
27401 ac_libobjs=
27402 ac_ltlibobjs=
27403 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27404 # 1. Remove the extension, and $U if already installed.
27405 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27406 ac_i=`echo "$ac_i" | sed "$ac_script"`
27407 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27408 # will be set to the directory where LIBOBJS objects are built.
27409 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27410 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27411 done
27412 LIBOBJS=$ac_libobjs
27414 LTLIBOBJS=$ac_ltlibobjs
27418 : ${CONFIG_STATUS=./config.status}
27419 ac_clean_files_save=$ac_clean_files
27420 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27421 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27422 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27423 cat >$CONFIG_STATUS <<_ACEOF
27424 #! $SHELL
27425 # Generated by $as_me.
27426 # Run this file to recreate the current configuration.
27427 # Compiler output produced by configure, useful for debugging
27428 # configure, is in config.log if it exists.
27430 debug=false
27431 ac_cs_recheck=false
27432 ac_cs_silent=false
27433 SHELL=\${CONFIG_SHELL-$SHELL}
27434 _ACEOF
27436 cat >>$CONFIG_STATUS <<\_ACEOF
27437 ## --------------------- ##
27438 ## M4sh Initialization. ##
27439 ## --------------------- ##
27441 # Be more Bourne compatible
27442 DUALCASE=1; export DUALCASE # for MKS sh
27443 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27444 emulate sh
27445 NULLCMD=:
27446 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27447 # is contrary to our usage. Disable this feature.
27448 alias -g '${1+"$@"}'='"$@"'
27449 setopt NO_GLOB_SUBST
27450 else
27451 case `(set -o) 2>/dev/null` in
27452 *posix*) set -o posix ;;
27453 esac
27460 # PATH needs CR
27461 # Avoid depending upon Character Ranges.
27462 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27463 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27464 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27465 as_cr_digits='0123456789'
27466 as_cr_alnum=$as_cr_Letters$as_cr_digits
27468 # The user is always right.
27469 if test "${PATH_SEPARATOR+set}" != set; then
27470 echo "#! /bin/sh" >conf$$.sh
27471 echo "exit 0" >>conf$$.sh
27472 chmod +x conf$$.sh
27473 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27474 PATH_SEPARATOR=';'
27475 else
27476 PATH_SEPARATOR=:
27478 rm -f conf$$.sh
27481 # Support unset when possible.
27482 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27483 as_unset=unset
27484 else
27485 as_unset=false
27489 # IFS
27490 # We need space, tab and new line, in precisely that order. Quoting is
27491 # there to prevent editors from complaining about space-tab.
27492 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27493 # splitting by setting IFS to empty value.)
27494 as_nl='
27496 IFS=" "" $as_nl"
27498 # Find who we are. Look in the path if we contain no directory separator.
27499 case $0 in
27500 *[\\/]* ) as_myself=$0 ;;
27501 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27502 for as_dir in $PATH
27504 IFS=$as_save_IFS
27505 test -z "$as_dir" && as_dir=.
27506 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27507 done
27508 IFS=$as_save_IFS
27511 esac
27512 # We did not find ourselves, most probably we were run as `sh COMMAND'
27513 # in which case we are not to be found in the path.
27514 if test "x$as_myself" = x; then
27515 as_myself=$0
27517 if test ! -f "$as_myself"; then
27518 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27519 { (exit 1); exit 1; }
27522 # Work around bugs in pre-3.0 UWIN ksh.
27523 for as_var in ENV MAIL MAILPATH
27524 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27525 done
27526 PS1='$ '
27527 PS2='> '
27528 PS4='+ '
27530 # NLS nuisances.
27531 for as_var in \
27532 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27533 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27534 LC_TELEPHONE LC_TIME
27536 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27537 eval $as_var=C; export $as_var
27538 else
27539 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27541 done
27543 # Required to use basename.
27544 if expr a : '\(a\)' >/dev/null 2>&1 &&
27545 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27546 as_expr=expr
27547 else
27548 as_expr=false
27551 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27552 as_basename=basename
27553 else
27554 as_basename=false
27558 # Name of the executable.
27559 as_me=`$as_basename -- "$0" ||
27560 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27561 X"$0" : 'X\(//\)$' \| \
27562 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27563 echo X/"$0" |
27564 sed '/^.*\/\([^/][^/]*\)\/*$/{
27565 s//\1/
27568 /^X\/\(\/\/\)$/{
27569 s//\1/
27572 /^X\/\(\/\).*/{
27573 s//\1/
27576 s/.*/./; q'`
27578 # CDPATH.
27579 $as_unset CDPATH
27583 as_lineno_1=$LINENO
27584 as_lineno_2=$LINENO
27585 test "x$as_lineno_1" != "x$as_lineno_2" &&
27586 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27588 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27589 # uniformly replaced by the line number. The first 'sed' inserts a
27590 # line-number line after each line using $LINENO; the second 'sed'
27591 # does the real work. The second script uses 'N' to pair each
27592 # line-number line with the line containing $LINENO, and appends
27593 # trailing '-' during substitution so that $LINENO is not a special
27594 # case at line end.
27595 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27596 # scripts with optimization help from Paolo Bonzini. Blame Lee
27597 # E. McMahon (1931-1989) for sed's syntax. :-)
27598 sed -n '
27600 /[$]LINENO/=
27601 ' <$as_myself |
27602 sed '
27603 s/[$]LINENO.*/&-/
27604 t lineno
27606 :lineno
27608 :loop
27609 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27610 t loop
27611 s/-\n.*//
27612 ' >$as_me.lineno &&
27613 chmod +x "$as_me.lineno" ||
27614 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27615 { (exit 1); exit 1; }; }
27617 # Don't try to exec as it changes $[0], causing all sort of problems
27618 # (the dirname of $[0] is not the place where we might find the
27619 # original and so on. Autoconf is especially sensitive to this).
27620 . "./$as_me.lineno"
27621 # Exit status is that of the last command.
27622 exit
27626 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27627 as_dirname=dirname
27628 else
27629 as_dirname=false
27632 ECHO_C= ECHO_N= ECHO_T=
27633 case `echo -n x` in
27634 -n*)
27635 case `echo 'x\c'` in
27636 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27637 *) ECHO_C='\c';;
27638 esac;;
27640 ECHO_N='-n';;
27641 esac
27643 if expr a : '\(a\)' >/dev/null 2>&1 &&
27644 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27645 as_expr=expr
27646 else
27647 as_expr=false
27650 rm -f conf$$ conf$$.exe conf$$.file
27651 if test -d conf$$.dir; then
27652 rm -f conf$$.dir/conf$$.file
27653 else
27654 rm -f conf$$.dir
27655 mkdir conf$$.dir
27657 echo >conf$$.file
27658 if ln -s conf$$.file conf$$ 2>/dev/null; then
27659 as_ln_s='ln -s'
27660 # ... but there are two gotchas:
27661 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27662 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27663 # In both cases, we have to default to `cp -p'.
27664 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27665 as_ln_s='cp -p'
27666 elif ln conf$$.file conf$$ 2>/dev/null; then
27667 as_ln_s=ln
27668 else
27669 as_ln_s='cp -p'
27671 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27672 rmdir conf$$.dir 2>/dev/null
27674 if mkdir -p . 2>/dev/null; then
27675 as_mkdir_p=:
27676 else
27677 test -d ./-p && rmdir ./-p
27678 as_mkdir_p=false
27681 if test -x / >/dev/null 2>&1; then
27682 as_test_x='test -x'
27683 else
27684 if ls -dL / >/dev/null 2>&1; then
27685 as_ls_L_option=L
27686 else
27687 as_ls_L_option=
27689 as_test_x='
27690 eval sh -c '\''
27691 if test -d "$1"; then
27692 test -d "$1/.";
27693 else
27694 case $1 in
27695 -*)set "./$1";;
27696 esac;
27697 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27698 ???[sx]*):;;*)false;;esac;fi
27699 '\'' sh
27702 as_executable_p=$as_test_x
27704 # Sed expression to map a string onto a valid CPP name.
27705 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27707 # Sed expression to map a string onto a valid variable name.
27708 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27711 exec 6>&1
27713 # Save the log message, to keep $[0] and so on meaningful, and to
27714 # report actual input values of CONFIG_FILES etc. instead of their
27715 # values after options handling.
27716 ac_log="
27717 This file was extended by Wine $as_me 1.1.22, which was
27718 generated by GNU Autoconf 2.61. Invocation command line was
27720 CONFIG_FILES = $CONFIG_FILES
27721 CONFIG_HEADERS = $CONFIG_HEADERS
27722 CONFIG_LINKS = $CONFIG_LINKS
27723 CONFIG_COMMANDS = $CONFIG_COMMANDS
27724 $ $0 $@
27726 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27729 _ACEOF
27731 cat >>$CONFIG_STATUS <<_ACEOF
27732 # Files that config.status was made for.
27733 config_files="$ac_config_files"
27734 config_headers="$ac_config_headers"
27735 config_commands="$ac_config_commands"
27737 _ACEOF
27739 cat >>$CONFIG_STATUS <<\_ACEOF
27740 ac_cs_usage="\
27741 \`$as_me' instantiates files from templates according to the
27742 current configuration.
27744 Usage: $0 [OPTIONS] [FILE]...
27746 -h, --help print this help, then exit
27747 -V, --version print version number and configuration settings, then exit
27748 -q, --quiet do not print progress messages
27749 -d, --debug don't remove temporary files
27750 --recheck update $as_me by reconfiguring in the same conditions
27751 --file=FILE[:TEMPLATE]
27752 instantiate the configuration file FILE
27753 --header=FILE[:TEMPLATE]
27754 instantiate the configuration header FILE
27756 Configuration files:
27757 $config_files
27759 Configuration headers:
27760 $config_headers
27762 Configuration commands:
27763 $config_commands
27765 Report bugs to <bug-autoconf@gnu.org>."
27767 _ACEOF
27768 cat >>$CONFIG_STATUS <<_ACEOF
27769 ac_cs_version="\\
27770 Wine config.status 1.1.22
27771 configured by $0, generated by GNU Autoconf 2.61,
27772 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27774 Copyright (C) 2006 Free Software Foundation, Inc.
27775 This config.status script is free software; the Free Software Foundation
27776 gives unlimited permission to copy, distribute and modify it."
27778 ac_pwd='$ac_pwd'
27779 srcdir='$srcdir'
27780 INSTALL='$INSTALL'
27781 _ACEOF
27783 cat >>$CONFIG_STATUS <<\_ACEOF
27784 # If no file are specified by the user, then we need to provide default
27785 # value. By we need to know if files were specified by the user.
27786 ac_need_defaults=:
27787 while test $# != 0
27789 case $1 in
27790 --*=*)
27791 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27792 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27793 ac_shift=:
27796 ac_option=$1
27797 ac_optarg=$2
27798 ac_shift=shift
27800 esac
27802 case $ac_option in
27803 # Handling of the options.
27804 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27805 ac_cs_recheck=: ;;
27806 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27807 echo "$ac_cs_version"; exit ;;
27808 --debug | --debu | --deb | --de | --d | -d )
27809 debug=: ;;
27810 --file | --fil | --fi | --f )
27811 $ac_shift
27812 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27813 ac_need_defaults=false;;
27814 --header | --heade | --head | --hea )
27815 $ac_shift
27816 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27817 ac_need_defaults=false;;
27818 --he | --h)
27819 # Conflict between --help and --header
27820 { echo "$as_me: error: ambiguous option: $1
27821 Try \`$0 --help' for more information." >&2
27822 { (exit 1); exit 1; }; };;
27823 --help | --hel | -h )
27824 echo "$ac_cs_usage"; exit ;;
27825 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27826 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27827 ac_cs_silent=: ;;
27829 # This is an error.
27830 -*) { echo "$as_me: error: unrecognized option: $1
27831 Try \`$0 --help' for more information." >&2
27832 { (exit 1); exit 1; }; } ;;
27834 *) ac_config_targets="$ac_config_targets $1"
27835 ac_need_defaults=false ;;
27837 esac
27838 shift
27839 done
27841 ac_configure_extra_args=
27843 if $ac_cs_silent; then
27844 exec 6>/dev/null
27845 ac_configure_extra_args="$ac_configure_extra_args --silent"
27848 _ACEOF
27849 cat >>$CONFIG_STATUS <<_ACEOF
27850 if \$ac_cs_recheck; then
27851 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27852 CONFIG_SHELL=$SHELL
27853 export CONFIG_SHELL
27854 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27857 _ACEOF
27858 cat >>$CONFIG_STATUS <<\_ACEOF
27859 exec 5>>config.log
27861 echo
27862 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27863 ## Running $as_me. ##
27864 _ASBOX
27865 echo "$ac_log"
27866 } >&5
27868 _ACEOF
27869 cat >>$CONFIG_STATUS <<_ACEOF
27870 _ACEOF
27872 cat >>$CONFIG_STATUS <<\_ACEOF
27874 # Handling of arguments.
27875 for ac_config_target in $ac_config_targets
27877 case $ac_config_target in
27878 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27879 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27880 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27881 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27882 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27883 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27884 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27885 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27886 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27887 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27888 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27889 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27890 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27891 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27892 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27893 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27894 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27895 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27896 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27897 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27898 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27899 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27900 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27901 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27902 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27903 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27904 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27905 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27906 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27907 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27908 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27909 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27910 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27911 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27912 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27913 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27914 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27915 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27916 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27917 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27918 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27919 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27920 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27921 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27922 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27923 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27924 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27925 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27926 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27927 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27928 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27929 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27930 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27931 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27932 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27933 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27934 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27935 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27936 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27937 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27938 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27939 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27940 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27941 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27942 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27943 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27944 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27945 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27946 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27947 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27948 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27949 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27950 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27951 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27952 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27953 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27954 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27955 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27956 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27957 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27958 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27959 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27960 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27961 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27962 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27963 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27964 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27965 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27966 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27967 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27968 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27969 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27970 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27971 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27972 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27973 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27974 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27975 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27976 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27977 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27978 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27979 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
27980 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27981 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27982 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27983 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27984 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27985 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27986 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27987 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27988 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27989 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27990 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27991 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27992 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27993 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27994 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27995 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27996 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27997 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27998 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27999 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28000 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28001 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28002 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28003 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28004 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28005 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28006 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28007 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28008 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28009 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28010 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28011 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28012 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28013 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28014 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28015 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28016 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28017 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28018 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28019 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28020 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28021 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28022 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28023 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28024 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28025 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28026 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28027 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28028 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28029 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28030 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28031 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28032 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28033 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28034 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28035 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28036 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28037 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28038 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28039 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28040 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28041 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28042 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
28043 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28044 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28045 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28046 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28047 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28048 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28049 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28050 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28051 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28052 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28053 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28054 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28055 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28056 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28057 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28058 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28059 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28060 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28061 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28062 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28063 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28064 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28065 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28066 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28067 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28068 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28069 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28070 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28071 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
28072 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28073 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28074 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28075 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28076 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28077 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28078 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28079 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28080 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28081 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28082 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28083 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28084 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28085 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28086 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28087 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28088 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
28089 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28090 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28091 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28092 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28093 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28094 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28095 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28096 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28097 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28098 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28099 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28100 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28101 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28102 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28103 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28104 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28105 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28106 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28107 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28108 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28109 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28110 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28111 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28112 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28113 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28114 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28115 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28116 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28117 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28118 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28119 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28120 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28121 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28122 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28123 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28124 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28125 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28126 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28127 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28128 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
28129 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28130 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28131 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28132 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28133 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28134 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28135 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28136 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28137 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28138 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28139 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28140 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28141 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28142 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28143 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28144 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28145 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28146 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28147 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
28148 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
28149 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
28150 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
28151 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
28152 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
28153 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28154 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28155 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28156 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28157 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28158 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28159 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
28160 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28161 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28162 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28163 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
28164 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28165 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28166 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28167 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28168 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28169 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28170 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28171 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28172 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28173 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28174 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28175 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28176 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28177 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28178 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28179 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28180 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28181 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28182 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28183 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28184 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28185 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28186 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28187 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28188 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28189 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28190 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28191 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28192 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28193 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28194 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28195 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28196 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28197 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28198 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28199 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28200 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28201 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28202 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28203 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28204 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28205 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28206 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28207 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28208 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28209 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28210 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28211 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28212 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28213 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28214 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28215 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28216 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28217 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28218 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28219 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28220 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28221 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28222 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28223 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28224 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28225 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28226 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28227 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28228 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28229 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28230 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28231 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28232 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28233 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28234 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28235 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28236 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28237 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28238 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28239 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28240 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28241 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28242 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28243 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28244 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28245 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28246 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28247 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28248 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28249 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28250 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28251 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28252 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28253 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28254 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28255 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28256 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28257 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28258 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28259 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28260 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28261 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28262 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28263 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28264 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28265 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28266 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28267 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28268 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28269 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28270 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28271 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28272 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28273 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28274 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28275 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28276 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28277 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28278 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28279 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28280 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28281 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28282 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28283 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28284 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28285 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28286 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28287 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28288 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28289 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28290 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28291 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28292 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28293 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28294 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28295 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28296 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28297 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28298 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28299 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28300 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28301 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28302 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28303 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28304 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28305 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28306 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28307 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28308 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28309 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28310 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28311 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28312 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28313 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28314 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28315 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28316 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28317 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28318 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28319 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28320 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28321 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28322 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28323 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28324 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28325 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28326 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28327 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28328 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28329 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28330 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28331 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28332 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28333 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28334 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28335 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28336 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28337 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28338 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28339 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28340 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28341 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28342 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28343 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28344 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28345 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28346 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28347 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28348 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28349 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28350 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28351 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28352 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28353 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28354 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28355 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28356 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28357 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28358 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28359 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28360 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28361 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28362 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28363 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28364 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28365 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28366 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28367 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28368 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28369 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28370 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28371 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28372 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28373 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28374 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28375 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28376 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28377 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28378 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28379 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28380 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28381 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28382 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28383 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28384 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28385 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28386 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28387 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28388 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28389 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28390 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28391 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28393 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28394 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28395 { (exit 1); exit 1; }; };;
28396 esac
28397 done
28400 # If the user did not use the arguments to specify the items to instantiate,
28401 # then the envvar interface is used. Set only those that are not.
28402 # We use the long form for the default assignment because of an extremely
28403 # bizarre bug on SunOS 4.1.3.
28404 if $ac_need_defaults; then
28405 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28406 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28407 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28410 # Have a temporary directory for convenience. Make it in the build tree
28411 # simply because there is no reason against having it here, and in addition,
28412 # creating and moving files from /tmp can sometimes cause problems.
28413 # Hook for its removal unless debugging.
28414 # Note that there is a small window in which the directory will not be cleaned:
28415 # after its creation but before its name has been assigned to `$tmp'.
28416 $debug ||
28418 tmp=
28419 trap 'exit_status=$?
28420 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28422 trap '{ (exit 1); exit 1; }' 1 2 13 15
28424 # Create a (secure) tmp directory for tmp files.
28427 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28428 test -n "$tmp" && test -d "$tmp"
28429 } ||
28431 tmp=./conf$$-$RANDOM
28432 (umask 077 && mkdir "$tmp")
28433 } ||
28435 echo "$me: cannot create a temporary directory in ." >&2
28436 { (exit 1); exit 1; }
28440 # Set up the sed scripts for CONFIG_FILES section.
28443 # No need to generate the scripts if there are no CONFIG_FILES.
28444 # This happens for instance when ./config.status config.h
28445 if test -n "$CONFIG_FILES"; then
28447 _ACEOF
28449 # Create sed commands to just substitute file output variables.
28451 # Remaining file output variables are in a fragment that also has non-file
28452 # output varibles.
28456 ac_delim='%!_!# '
28457 for ac_last_try in false false false false false :; do
28458 cat >conf$$subs.sed <<_ACEOF
28459 SHELL!$SHELL$ac_delim
28460 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28461 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28462 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28463 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28464 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28465 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28466 exec_prefix!$exec_prefix$ac_delim
28467 prefix!$prefix$ac_delim
28468 program_transform_name!$program_transform_name$ac_delim
28469 bindir!$bindir$ac_delim
28470 sbindir!$sbindir$ac_delim
28471 libexecdir!$libexecdir$ac_delim
28472 datarootdir!$datarootdir$ac_delim
28473 datadir!$datadir$ac_delim
28474 sysconfdir!$sysconfdir$ac_delim
28475 sharedstatedir!$sharedstatedir$ac_delim
28476 localstatedir!$localstatedir$ac_delim
28477 includedir!$includedir$ac_delim
28478 oldincludedir!$oldincludedir$ac_delim
28479 docdir!$docdir$ac_delim
28480 infodir!$infodir$ac_delim
28481 htmldir!$htmldir$ac_delim
28482 dvidir!$dvidir$ac_delim
28483 pdfdir!$pdfdir$ac_delim
28484 psdir!$psdir$ac_delim
28485 libdir!$libdir$ac_delim
28486 localedir!$localedir$ac_delim
28487 mandir!$mandir$ac_delim
28488 DEFS!$DEFS$ac_delim
28489 ECHO_C!$ECHO_C$ac_delim
28490 ECHO_N!$ECHO_N$ac_delim
28491 ECHO_T!$ECHO_T$ac_delim
28492 LIBS!$LIBS$ac_delim
28493 build_alias!$build_alias$ac_delim
28494 host_alias!$host_alias$ac_delim
28495 target_alias!$target_alias$ac_delim
28496 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28497 build!$build$ac_delim
28498 build_cpu!$build_cpu$ac_delim
28499 build_vendor!$build_vendor$ac_delim
28500 build_os!$build_os$ac_delim
28501 host!$host$ac_delim
28502 host_cpu!$host_cpu$ac_delim
28503 host_vendor!$host_vendor$ac_delim
28504 host_os!$host_os$ac_delim
28505 SET_MAKE!$SET_MAKE$ac_delim
28506 CC!$CC$ac_delim
28507 CFLAGS!$CFLAGS$ac_delim
28508 LDFLAGS!$LDFLAGS$ac_delim
28509 CPPFLAGS!$CPPFLAGS$ac_delim
28510 ac_ct_CC!$ac_ct_CC$ac_delim
28511 EXEEXT!$EXEEXT$ac_delim
28512 OBJEXT!$OBJEXT$ac_delim
28513 CXX!$CXX$ac_delim
28514 CXXFLAGS!$CXXFLAGS$ac_delim
28515 ac_ct_CXX!$ac_ct_CXX$ac_delim
28516 CPPBIN!$CPPBIN$ac_delim
28517 TARGETFLAGS!$TARGETFLAGS$ac_delim
28518 WIN16_FILES!$WIN16_FILES$ac_delim
28519 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28520 TOOLSDIR!$TOOLSDIR$ac_delim
28521 FLEX!$FLEX$ac_delim
28522 BISON!$BISON$ac_delim
28523 AS!$AS$ac_delim
28524 ac_ct_AS!$ac_ct_AS$ac_delim
28525 LD!$LD$ac_delim
28526 ac_ct_LD!$ac_ct_LD$ac_delim
28527 NM!$NM$ac_delim
28528 ac_ct_NM!$ac_ct_NM$ac_delim
28529 AR!$AR$ac_delim
28530 ac_ct_AR!$ac_ct_AR$ac_delim
28531 ARFLAGS!$ARFLAGS$ac_delim
28532 RANLIB!$RANLIB$ac_delim
28533 STRIP!$STRIP$ac_delim
28534 WINDRES!$WINDRES$ac_delim
28535 LN_S!$LN_S$ac_delim
28536 LN!$LN$ac_delim
28537 GREP!$GREP$ac_delim
28538 EGREP!$EGREP$ac_delim
28539 LDCONFIG!$LDCONFIG$ac_delim
28540 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28541 _ACEOF
28543 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28544 break
28545 elif $ac_last_try; then
28546 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28547 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28548 { (exit 1); exit 1; }; }
28549 else
28550 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28552 done
28554 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28555 if test -n "$ac_eof"; then
28556 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28557 ac_eof=`expr $ac_eof + 1`
28560 cat >>$CONFIG_STATUS <<_ACEOF
28561 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28562 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28563 /^[ ]*@MAKE_RULES@[ ]*$/{
28564 r $MAKE_RULES
28567 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28568 r $MAKE_DLL_RULES
28571 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28572 r $MAKE_IMPLIB_RULES
28575 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28576 r $MAKE_TEST_RULES
28579 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28580 r $MAKE_PROG_RULES
28583 _ACEOF
28584 sed '
28585 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28586 s/^/s,@/; s/!/@,|#_!!_#|/
28589 s/'"$ac_delim"'$/,g/; t
28590 s/$/\\/; p
28591 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28592 ' >>$CONFIG_STATUS <conf$$subs.sed
28593 rm -f conf$$subs.sed
28594 cat >>$CONFIG_STATUS <<_ACEOF
28595 CEOF$ac_eof
28596 _ACEOF
28599 ac_delim='%!_!# '
28600 for ac_last_try in false false false false false :; do
28601 cat >conf$$subs.sed <<_ACEOF
28602 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28603 INSTALL_DATA!$INSTALL_DATA$ac_delim
28604 LINT!$LINT$ac_delim
28605 LINTFLAGS!$LINTFLAGS$ac_delim
28606 FONTFORGE!$FONTFORGE$ac_delim
28607 PKG_CONFIG!$PKG_CONFIG$ac_delim
28608 RSVG!$RSVG$ac_delim
28609 ICOTOOL!$ICOTOOL$ac_delim
28610 PRELINK!$PRELINK$ac_delim
28611 XLIB!$XLIB$ac_delim
28612 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28613 CPP!$CPP$ac_delim
28614 DLLEXT!$DLLEXT$ac_delim
28615 DLLFLAGS!$DLLFLAGS$ac_delim
28616 LDSHARED!$LDSHARED$ac_delim
28617 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28618 LIBEXT!$LIBEXT$ac_delim
28619 IMPLIBEXT!$IMPLIBEXT$ac_delim
28620 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28621 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28622 LDD!$LDD$ac_delim
28623 DLLTOOL!$DLLTOOL$ac_delim
28624 DLLWRAP!$DLLWRAP$ac_delim
28625 MINGWAR!$MINGWAR$ac_delim
28626 SECURITYLIB!$SECURITYLIB$ac_delim
28627 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28628 IOKITLIB!$IOKITLIB$ac_delim
28629 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28630 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28631 COREAUDIO!$COREAUDIO$ac_delim
28632 CARBONLIB!$CARBONLIB$ac_delim
28633 CROSSCC!$CROSSCC$ac_delim
28634 CROSSWINDRES!$CROSSWINDRES$ac_delim
28635 CROSSTEST!$CROSSTEST$ac_delim
28636 LIBPTHREAD!$LIBPTHREAD$ac_delim
28637 XMKMF!$XMKMF$ac_delim
28638 X_CFLAGS!$X_CFLAGS$ac_delim
28639 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28640 X_LIBS!$X_LIBS$ac_delim
28641 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28642 NASLIBS!$NASLIBS$ac_delim
28643 XML2LIBS!$XML2LIBS$ac_delim
28644 XML2INCL!$XML2INCL$ac_delim
28645 XSLTINCL!$XSLTINCL$ac_delim
28646 HALINCL!$HALINCL$ac_delim
28647 GNUTLSINCL!$GNUTLSINCL$ac_delim
28648 sane_devel!$sane_devel$ac_delim
28649 SANEINCL!$SANEINCL$ac_delim
28650 gphoto2_devel!$gphoto2_devel$ac_delim
28651 gphoto2port_devel!$gphoto2port_devel$ac_delim
28652 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28653 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28654 RESOLVLIBS!$RESOLVLIBS$ac_delim
28655 LCMSLIBS!$LCMSLIBS$ac_delim
28656 ft_devel!$ft_devel$ac_delim
28657 FREETYPELIBS!$FREETYPELIBS$ac_delim
28658 FREETYPEINCL!$FREETYPEINCL$ac_delim
28659 ESDCONFIG!$ESDCONFIG$ac_delim
28660 ESDINCL!$ESDINCL$ac_delim
28661 ESDLIBS!$ESDLIBS$ac_delim
28662 PULSELIBS!$PULSELIBS$ac_delim
28663 ALSALIBS!$ALSALIBS$ac_delim
28664 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28665 CUPSINCL!$CUPSINCL$ac_delim
28666 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28667 PNGINCL!$PNGINCL$ac_delim
28668 LIBKSTAT!$LIBKSTAT$ac_delim
28669 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28670 BUILTINFLAG!$BUILTINFLAG$ac_delim
28671 LDPATH!$LDPATH$ac_delim
28672 CRTLIBS!$CRTLIBS$ac_delim
28673 SOCKETLIBS!$SOCKETLIBS$ac_delim
28674 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28675 LIBDL!$LIBDL$ac_delim
28676 LIBPOLL!$LIBPOLL$ac_delim
28677 LDAPLIBS!$LDAPLIBS$ac_delim
28678 DEPENDENCIES!$DEPENDENCIES$ac_delim
28679 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28680 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28681 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28682 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28683 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28684 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28685 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28686 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28687 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28688 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28689 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28690 LIBOBJS!$LIBOBJS$ac_delim
28691 LTLIBOBJS!$LTLIBOBJS$ac_delim
28692 _ACEOF
28694 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
28695 break
28696 elif $ac_last_try; then
28697 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28698 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28699 { (exit 1); exit 1; }; }
28700 else
28701 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28703 done
28705 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28706 if test -n "$ac_eof"; then
28707 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28708 ac_eof=`expr $ac_eof + 1`
28711 cat >>$CONFIG_STATUS <<_ACEOF
28712 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28713 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28714 _ACEOF
28715 sed '
28716 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28717 s/^/s,@/; s/!/@,|#_!!_#|/
28720 s/'"$ac_delim"'$/,g/; t
28721 s/$/\\/; p
28722 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28723 ' >>$CONFIG_STATUS <conf$$subs.sed
28724 rm -f conf$$subs.sed
28725 cat >>$CONFIG_STATUS <<_ACEOF
28726 :end
28727 s/|#_!!_#|//g
28728 CEOF$ac_eof
28729 _ACEOF
28732 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28733 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28734 # trailing colons and then remove the whole line if VPATH becomes empty
28735 # (actually we leave an empty line to preserve line numbers).
28736 if test "x$srcdir" = x.; then
28737 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28738 s/:*\$(srcdir):*/:/
28739 s/:*\${srcdir}:*/:/
28740 s/:*@srcdir@:*/:/
28741 s/^\([^=]*=[ ]*\):*/\1/
28742 s/:*$//
28743 s/^[^=]*=[ ]*$//
28747 cat >>$CONFIG_STATUS <<\_ACEOF
28748 fi # test -n "$CONFIG_FILES"
28751 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28753 case $ac_tag in
28754 :[FHLC]) ac_mode=$ac_tag; continue;;
28755 esac
28756 case $ac_mode$ac_tag in
28757 :[FHL]*:*);;
28758 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28759 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28760 { (exit 1); exit 1; }; };;
28761 :[FH]-) ac_tag=-:-;;
28762 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28763 esac
28764 ac_save_IFS=$IFS
28765 IFS=:
28766 set x $ac_tag
28767 IFS=$ac_save_IFS
28768 shift
28769 ac_file=$1
28770 shift
28772 case $ac_mode in
28773 :L) ac_source=$1;;
28774 :[FH])
28775 ac_file_inputs=
28776 for ac_f
28778 case $ac_f in
28779 -) ac_f="$tmp/stdin";;
28780 *) # Look for the file first in the build tree, then in the source tree
28781 # (if the path is not absolute). The absolute path cannot be DOS-style,
28782 # because $ac_f cannot contain `:'.
28783 test -f "$ac_f" ||
28784 case $ac_f in
28785 [\\/$]*) false;;
28786 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28787 esac ||
28788 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28789 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28790 { (exit 1); exit 1; }; };;
28791 esac
28792 ac_file_inputs="$ac_file_inputs $ac_f"
28793 done
28795 # Let's still pretend it is `configure' which instantiates (i.e., don't
28796 # use $as_me), people would be surprised to read:
28797 # /* config.h. Generated by config.status. */
28798 configure_input="Generated from "`IFS=:
28799 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28800 if test x"$ac_file" != x-; then
28801 configure_input="$ac_file. $configure_input"
28802 { echo "$as_me:$LINENO: creating $ac_file" >&5
28803 echo "$as_me: creating $ac_file" >&6;}
28806 case $ac_tag in
28807 *:-:* | *:-) cat >"$tmp/stdin";;
28808 esac
28810 esac
28812 ac_dir=`$as_dirname -- "$ac_file" ||
28813 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28814 X"$ac_file" : 'X\(//\)[^/]' \| \
28815 X"$ac_file" : 'X\(//\)$' \| \
28816 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28817 echo X"$ac_file" |
28818 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28819 s//\1/
28822 /^X\(\/\/\)[^/].*/{
28823 s//\1/
28826 /^X\(\/\/\)$/{
28827 s//\1/
28830 /^X\(\/\).*/{
28831 s//\1/
28834 s/.*/./; q'`
28835 { as_dir="$ac_dir"
28836 case $as_dir in #(
28837 -*) as_dir=./$as_dir;;
28838 esac
28839 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28840 as_dirs=
28841 while :; do
28842 case $as_dir in #(
28843 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28844 *) as_qdir=$as_dir;;
28845 esac
28846 as_dirs="'$as_qdir' $as_dirs"
28847 as_dir=`$as_dirname -- "$as_dir" ||
28848 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28849 X"$as_dir" : 'X\(//\)[^/]' \| \
28850 X"$as_dir" : 'X\(//\)$' \| \
28851 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28852 echo X"$as_dir" |
28853 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28854 s//\1/
28857 /^X\(\/\/\)[^/].*/{
28858 s//\1/
28861 /^X\(\/\/\)$/{
28862 s//\1/
28865 /^X\(\/\).*/{
28866 s//\1/
28869 s/.*/./; q'`
28870 test -d "$as_dir" && break
28871 done
28872 test -z "$as_dirs" || eval "mkdir $as_dirs"
28873 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28874 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28875 { (exit 1); exit 1; }; }; }
28876 ac_builddir=.
28878 case "$ac_dir" in
28879 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28881 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28882 # A ".." for each directory in $ac_dir_suffix.
28883 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28884 case $ac_top_builddir_sub in
28885 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28886 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28887 esac ;;
28888 esac
28889 ac_abs_top_builddir=$ac_pwd
28890 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28891 # for backward compatibility:
28892 ac_top_builddir=$ac_top_build_prefix
28894 case $srcdir in
28895 .) # We are building in place.
28896 ac_srcdir=.
28897 ac_top_srcdir=$ac_top_builddir_sub
28898 ac_abs_top_srcdir=$ac_pwd ;;
28899 [\\/]* | ?:[\\/]* ) # Absolute name.
28900 ac_srcdir=$srcdir$ac_dir_suffix;
28901 ac_top_srcdir=$srcdir
28902 ac_abs_top_srcdir=$srcdir ;;
28903 *) # Relative name.
28904 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28905 ac_top_srcdir=$ac_top_build_prefix$srcdir
28906 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28907 esac
28908 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28911 case $ac_mode in
28914 # CONFIG_FILE
28917 case $INSTALL in
28918 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28919 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28920 esac
28921 _ACEOF
28923 cat >>$CONFIG_STATUS <<\_ACEOF
28924 # If the template does not know about datarootdir, expand it.
28925 # FIXME: This hack should be removed a few years after 2.60.
28926 ac_datarootdir_hack=; ac_datarootdir_seen=
28928 case `sed -n '/datarootdir/ {
28932 /@datadir@/p
28933 /@docdir@/p
28934 /@infodir@/p
28935 /@localedir@/p
28936 /@mandir@/p
28937 ' $ac_file_inputs` in
28938 *datarootdir*) ac_datarootdir_seen=yes;;
28939 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28940 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28941 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28942 _ACEOF
28943 cat >>$CONFIG_STATUS <<_ACEOF
28944 ac_datarootdir_hack='
28945 s&@datadir@&$datadir&g
28946 s&@docdir@&$docdir&g
28947 s&@infodir@&$infodir&g
28948 s&@localedir@&$localedir&g
28949 s&@mandir@&$mandir&g
28950 s&\\\${datarootdir}&$datarootdir&g' ;;
28951 esac
28952 _ACEOF
28954 # Neutralize VPATH when `$srcdir' = `.'.
28955 # Shell code in configure.ac might set extrasub.
28956 # FIXME: do we really want to maintain this feature?
28957 cat >>$CONFIG_STATUS <<_ACEOF
28958 sed "$ac_vpsub
28959 $extrasub
28960 _ACEOF
28961 cat >>$CONFIG_STATUS <<\_ACEOF
28963 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28964 s&@configure_input@&$configure_input&;t t
28965 s&@top_builddir@&$ac_top_builddir_sub&;t t
28966 s&@srcdir@&$ac_srcdir&;t t
28967 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28968 s&@top_srcdir@&$ac_top_srcdir&;t t
28969 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28970 s&@builddir@&$ac_builddir&;t t
28971 s&@abs_builddir@&$ac_abs_builddir&;t t
28972 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28973 s&@INSTALL@&$ac_INSTALL&;t t
28974 $ac_datarootdir_hack
28975 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28977 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28978 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28979 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28980 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28981 which seems to be undefined. Please make sure it is defined." >&5
28982 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28983 which seems to be undefined. Please make sure it is defined." >&2;}
28985 rm -f "$tmp/stdin"
28986 case $ac_file in
28987 -) cat "$tmp/out"; rm -f "$tmp/out";;
28988 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28989 esac
28993 # CONFIG_HEADER
28995 _ACEOF
28997 # Transform confdefs.h into a sed script `conftest.defines', that
28998 # substitutes the proper values into config.h.in to produce config.h.
28999 rm -f conftest.defines conftest.tail
29000 # First, append a space to every undef/define line, to ease matching.
29001 echo 's/$/ /' >conftest.defines
29002 # Then, protect against being on the right side of a sed subst, or in
29003 # an unquoted here document, in config.status. If some macros were
29004 # called several times there might be several #defines for the same
29005 # symbol, which is useless. But do not sort them, since the last
29006 # AC_DEFINE must be honored.
29007 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29008 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
29009 # NAME is the cpp macro being defined, VALUE is the value it is being given.
29010 # PARAMS is the parameter list in the macro definition--in most cases, it's
29011 # just an empty string.
29012 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
29013 ac_dB='\\)[ (].*,\\1define\\2'
29014 ac_dC=' '
29015 ac_dD=' ,'
29017 uniq confdefs.h |
29018 sed -n '
29019 t rset
29020 :rset
29021 s/^[ ]*#[ ]*define[ ][ ]*//
29022 t ok
29025 s/[\\&,]/\\&/g
29026 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
29027 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
29028 ' >>conftest.defines
29030 # Remove the space that was appended to ease matching.
29031 # Then replace #undef with comments. This is necessary, for
29032 # example, in the case of _POSIX_SOURCE, which is predefined and required
29033 # on some systems where configure will not decide to define it.
29034 # (The regexp can be short, since the line contains either #define or #undef.)
29035 echo 's/ $//
29036 s,^[ #]*u.*,/* & */,' >>conftest.defines
29038 # Break up conftest.defines:
29039 ac_max_sed_lines=50
29041 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
29042 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
29043 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
29044 # et cetera.
29045 ac_in='$ac_file_inputs'
29046 ac_out='"$tmp/out1"'
29047 ac_nxt='"$tmp/out2"'
29049 while :
29051 # Write a here document:
29052 cat >>$CONFIG_STATUS <<_ACEOF
29053 # First, check the format of the line:
29054 cat >"\$tmp/defines.sed" <<\\CEOF
29055 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
29056 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
29058 :def
29059 _ACEOF
29060 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
29061 echo 'CEOF
29062 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
29063 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
29064 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
29065 grep . conftest.tail >/dev/null || break
29066 rm -f conftest.defines
29067 mv conftest.tail conftest.defines
29068 done
29069 rm -f conftest.defines conftest.tail
29071 echo "ac_result=$ac_in" >>$CONFIG_STATUS
29072 cat >>$CONFIG_STATUS <<\_ACEOF
29073 if test x"$ac_file" != x-; then
29074 echo "/* $configure_input */" >"$tmp/config.h"
29075 cat "$ac_result" >>"$tmp/config.h"
29076 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
29077 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29078 echo "$as_me: $ac_file is unchanged" >&6;}
29079 else
29080 rm -f $ac_file
29081 mv "$tmp/config.h" $ac_file
29083 else
29084 echo "/* $configure_input */"
29085 cat "$ac_result"
29087 rm -f "$tmp/out12"
29090 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
29091 echo "$as_me: executing $ac_file commands" >&6;}
29093 esac
29096 case $ac_file$ac_mode in
29097 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29098 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29099 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29100 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29101 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29102 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29103 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29104 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29105 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29106 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29107 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29108 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
29109 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29111 esac
29112 done # for ac_tag
29115 { (exit 0); exit 0; }
29116 _ACEOF
29117 chmod +x $CONFIG_STATUS
29118 ac_clean_files=$ac_clean_files_save
29121 # configure is writing to config.log, and then calls config.status.
29122 # config.status does its own redirection, appending to config.log.
29123 # Unfortunately, on DOS this fails, as config.log is still kept open
29124 # by configure, so config.status won't be able to write to it; its
29125 # output is simply discarded. So we exec the FD to /dev/null,
29126 # effectively closing config.log, so it can be properly (re)opened and
29127 # appended to by config.status. When coming back to configure, we
29128 # need to make the FD available again.
29129 if test "$no_create" != yes; then
29130 ac_cs_success=:
29131 ac_config_status_args=
29132 test "$silent" = yes &&
29133 ac_config_status_args="$ac_config_status_args --quiet"
29134 exec 5>/dev/null
29135 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29136 exec 5>>config.log
29137 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29138 # would make configure fail if this is the last instruction.
29139 $ac_cs_success || { (exit 1); exit 1; }
29143 if test "$no_create" = "yes"
29144 then
29145 exit 0
29148 ac_save_IFS="$IFS"
29149 if test "x$wine_notices != "x; then
29150 echo >&6
29151 IFS="|"
29152 for msg in $wine_notices; do
29153 IFS="$ac_save_IFS"
29154 if test -n "$msg"; then
29155 { echo "$as_me:$LINENO: $msg" >&5
29156 echo "$as_me: $msg" >&6;}
29158 done
29160 IFS="|"
29161 for msg in $wine_warnings; do
29162 IFS="$ac_save_IFS"
29163 if test -n "$msg"; then
29164 echo >&2
29165 { echo "$as_me:$LINENO: WARNING: $msg" >&5
29166 echo "$as_me: WARNING: $msg" >&2;}
29168 done
29169 IFS="$ac_save_IFS"
29171 echo "
29172 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29173 " >&6