push 9bfdf186dc6a237cd7f58f0ee2ef677e81617b1d
[wine/hacks.git] / configure
blob60b58d924bec8af891c7b535f8aaba595624dee5
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.7.
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.7'
578 PACKAGE_STRING='Wine 1.1.7'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 PULSELIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 XMKMF
807 CPP'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.7 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.7:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.7
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.7, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2074 withval=$with_sane;
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2104 withval=$with_xml;
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2134 withval=$with_xslt;
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2166 else
2167 ac_build_alias=$build_alias
2168 test "x$ac_build_alias" = x &&
2169 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x &&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2183 *-*-*) ;;
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 build=$ac_cv_build
2189 ac_save_IFS=$IFS; IFS='-'
2190 set x $ac_cv_build
2191 shift
2192 build_cpu=$1
2193 build_vendor=$2
2194 shift; shift
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2197 build_os=$*
2198 IFS=$ac_save_IFS
2199 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test "x$host_alias" = x; then
2208 ac_cv_host=$ac_cv_build
2209 else
2210 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2219 case $ac_cv_host in
2220 *-*-*) ;;
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2224 esac
2225 host=$ac_cv_host
2226 ac_save_IFS=$IFS; IFS='-'
2227 set x $ac_cv_host
2228 shift
2229 host_cpu=$1
2230 host_vendor=$2
2231 shift; shift
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2234 host_os=$*
2235 IFS=$ac_save_IFS
2236 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case $host in
2240 x86_64*linux*)
2241 if test "x$enable_win64" != "xyes"
2242 then
2243 CC="${CC:-gcc} -m32"
2244 CXX="${CXX:-g++} -m32"
2245 LD="${LD:-ld} -m elf_i386"
2246 AS="${AS:-as} --32"
2247 host_cpu="i386"
2248 notice_platform="32-bit "
2251 esac
2253 case $host_cpu in
2254 *i[3456789]86*)
2255 if test "x$enable_win16" != "xno"
2256 then
2257 enable_win16="yes"
2260 esac
2262 WIN16_FILES="\$(WIN16_FILES)"
2264 WIN16_INSTALL="\$(WIN16_INSTALL)"
2266 if test "x$enable_win16" != "xyes"
2267 then
2268 WIN16_FILES=""
2269 WIN16_INSTALL=""
2272 if test "x$enable_tests" == "xno"
2273 then
2274 WINETEST=""
2276 else
2277 WINETEST="winetest"
2281 case "$srcdir" in
2282 .) ;;
2283 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2284 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2285 You need to run 'make distclean' in the source tree first." >&5
2286 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2287 You need to run 'make distclean' in the source tree first." >&2;}
2288 { (exit 1); exit 1; }; }
2289 fi ;;
2290 esac
2293 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2294 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2295 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2296 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2297 echo $ECHO_N "(cached) $ECHO_C" >&6
2298 else
2299 cat >conftest.make <<\_ACEOF
2300 SHELL = /bin/sh
2301 all:
2302 @echo '@@@%%%=$(MAKE)=@@@%%%'
2303 _ACEOF
2304 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2305 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2306 *@@@%%%=?*=@@@%%%*)
2307 eval ac_cv_prog_make_${ac_make}_set=yes;;
2309 eval ac_cv_prog_make_${ac_make}_set=no;;
2310 esac
2311 rm -f conftest.make
2313 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2314 { echo "$as_me:$LINENO: result: yes" >&5
2315 echo "${ECHO_T}yes" >&6; }
2316 SET_MAKE=
2317 else
2318 { echo "$as_me:$LINENO: result: no" >&5
2319 echo "${ECHO_T}no" >&6; }
2320 SET_MAKE="MAKE=${MAKE-make}"
2323 ac_ext=c
2324 ac_cpp='$CPP $CPPFLAGS'
2325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2328 if test -n "$ac_tool_prefix"; then
2329 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2330 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 if test -n "$CC"; then
2337 ac_cv_prog_CC="$CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2342 IFS=$as_save_IFS
2343 test -z "$as_dir" && as_dir=.
2344 for ac_exec_ext in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348 break 2
2350 done
2351 done
2352 IFS=$as_save_IFS
2356 CC=$ac_cv_prog_CC
2357 if test -n "$CC"; then
2358 { echo "$as_me:$LINENO: result: $CC" >&5
2359 echo "${ECHO_T}$CC" >&6; }
2360 else
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2367 if test -z "$ac_cv_prog_CC"; then
2368 ac_ct_CC=$CC
2369 # Extract the first word of "gcc", so it can be a program name with args.
2370 set dummy gcc; ac_word=$2
2371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2373 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2374 echo $ECHO_N "(cached) $ECHO_C" >&6
2375 else
2376 if test -n "$ac_ct_CC"; then
2377 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2378 else
2379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2380 for as_dir in $PATH
2382 IFS=$as_save_IFS
2383 test -z "$as_dir" && as_dir=.
2384 for ac_exec_ext in '' $ac_executable_extensions; do
2385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2386 ac_cv_prog_ac_ct_CC="gcc"
2387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2388 break 2
2390 done
2391 done
2392 IFS=$as_save_IFS
2396 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2397 if test -n "$ac_ct_CC"; then
2398 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2399 echo "${ECHO_T}$ac_ct_CC" >&6; }
2400 else
2401 { echo "$as_me:$LINENO: result: no" >&5
2402 echo "${ECHO_T}no" >&6; }
2405 if test "x$ac_ct_CC" = x; then
2406 CC=""
2407 else
2408 case $cross_compiling:$ac_tool_warned in
2409 yes:)
2410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2411 whose name does not start with the host triplet. If you think this
2412 configuration is useful to you, please write to autoconf@gnu.org." >&5
2413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2414 whose name does not start with the host triplet. If you think this
2415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2416 ac_tool_warned=yes ;;
2417 esac
2418 CC=$ac_ct_CC
2420 else
2421 CC="$ac_cv_prog_CC"
2424 if test -z "$CC"; then
2425 if test -n "$ac_tool_prefix"; then
2426 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2427 set dummy ${ac_tool_prefix}cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2437 for as_dir in $PATH
2439 IFS=$as_save_IFS
2440 test -z "$as_dir" && as_dir=.
2441 for ac_exec_ext in '' $ac_executable_extensions; do
2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2443 ac_cv_prog_CC="${ac_tool_prefix}cc"
2444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2445 break 2
2447 done
2448 done
2449 IFS=$as_save_IFS
2453 CC=$ac_cv_prog_CC
2454 if test -n "$CC"; then
2455 { echo "$as_me:$LINENO: result: $CC" >&5
2456 echo "${ECHO_T}$CC" >&6; }
2457 else
2458 { echo "$as_me:$LINENO: result: no" >&5
2459 echo "${ECHO_T}no" >&6; }
2465 if test -z "$CC"; then
2466 # Extract the first word of "cc", so it can be a program name with args.
2467 set dummy cc; ac_word=$2
2468 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2470 if test "${ac_cv_prog_CC+set}" = set; then
2471 echo $ECHO_N "(cached) $ECHO_C" >&6
2472 else
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2475 else
2476 ac_prog_rejected=no
2477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2478 for as_dir in $PATH
2480 IFS=$as_save_IFS
2481 test -z "$as_dir" && as_dir=.
2482 for ac_exec_ext in '' $ac_executable_extensions; do
2483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2484 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2485 ac_prog_rejected=yes
2486 continue
2488 ac_cv_prog_CC="cc"
2489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2490 break 2
2492 done
2493 done
2494 IFS=$as_save_IFS
2496 if test $ac_prog_rejected = yes; then
2497 # We found a bogon in the path, so make sure we never use it.
2498 set dummy $ac_cv_prog_CC
2499 shift
2500 if test $# != 0; then
2501 # We chose a different compiler from the bogus one.
2502 # However, it has the same basename, so the bogon will be chosen
2503 # first if we set CC to just the basename; use the full file name.
2504 shift
2505 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2510 CC=$ac_cv_prog_CC
2511 if test -n "$CC"; then
2512 { echo "$as_me:$LINENO: result: $CC" >&5
2513 echo "${ECHO_T}$CC" >&6; }
2514 else
2515 { echo "$as_me:$LINENO: result: no" >&5
2516 echo "${ECHO_T}no" >&6; }
2521 if test -z "$CC"; then
2522 if test -n "$ac_tool_prefix"; then
2523 for ac_prog in cl.exe
2525 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2526 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2529 if test "${ac_cv_prog_CC+set}" = set; then
2530 echo $ECHO_N "(cached) $ECHO_C" >&6
2531 else
2532 if test -n "$CC"; then
2533 ac_cv_prog_CC="$CC" # Let the user override the test.
2534 else
2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536 for as_dir in $PATH
2538 IFS=$as_save_IFS
2539 test -z "$as_dir" && as_dir=.
2540 for ac_exec_ext in '' $ac_executable_extensions; do
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2542 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2544 break 2
2546 done
2547 done
2548 IFS=$as_save_IFS
2552 CC=$ac_cv_prog_CC
2553 if test -n "$CC"; then
2554 { echo "$as_me:$LINENO: result: $CC" >&5
2555 echo "${ECHO_T}$CC" >&6; }
2556 else
2557 { echo "$as_me:$LINENO: result: no" >&5
2558 echo "${ECHO_T}no" >&6; }
2562 test -n "$CC" && break
2563 done
2565 if test -z "$CC"; then
2566 ac_ct_CC=$CC
2567 for ac_prog in cl.exe
2569 # Extract the first word of "$ac_prog", so it can be a program name with args.
2570 set dummy $ac_prog; ac_word=$2
2571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2573 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2574 echo $ECHO_N "(cached) $ECHO_C" >&6
2575 else
2576 if test -n "$ac_ct_CC"; then
2577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2578 else
2579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2580 for as_dir in $PATH
2582 IFS=$as_save_IFS
2583 test -z "$as_dir" && as_dir=.
2584 for ac_exec_ext in '' $ac_executable_extensions; do
2585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2586 ac_cv_prog_ac_ct_CC="$ac_prog"
2587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 break 2
2590 done
2591 done
2592 IFS=$as_save_IFS
2596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2597 if test -n "$ac_ct_CC"; then
2598 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2599 echo "${ECHO_T}$ac_ct_CC" >&6; }
2600 else
2601 { echo "$as_me:$LINENO: result: no" >&5
2602 echo "${ECHO_T}no" >&6; }
2606 test -n "$ac_ct_CC" && break
2607 done
2609 if test "x$ac_ct_CC" = x; then
2610 CC=""
2611 else
2612 case $cross_compiling:$ac_tool_warned in
2613 yes:)
2614 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2615 whose name does not start with the host triplet. If you think this
2616 configuration is useful to you, please write to autoconf@gnu.org." >&5
2617 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2618 whose name does not start with the host triplet. If you think this
2619 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2620 ac_tool_warned=yes ;;
2621 esac
2622 CC=$ac_ct_CC
2629 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2630 See \`config.log' for more details." >&5
2631 echo "$as_me: error: no acceptable C compiler found in \$PATH
2632 See \`config.log' for more details." >&2;}
2633 { (exit 1); exit 1; }; }
2635 # Provide some information about the compiler.
2636 echo "$as_me:$LINENO: checking for C compiler version" >&5
2637 ac_compiler=`set X $ac_compile; echo $2`
2638 { (ac_try="$ac_compiler --version >&5"
2639 case "(($ac_try" in
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2642 esac
2643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2644 (eval "$ac_compiler --version >&5") 2>&5
2645 ac_status=$?
2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 (exit $ac_status); }
2648 { (ac_try="$ac_compiler -v >&5"
2649 case "(($ac_try" in
2650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2651 *) ac_try_echo=$ac_try;;
2652 esac
2653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2654 (eval "$ac_compiler -v >&5") 2>&5
2655 ac_status=$?
2656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2657 (exit $ac_status); }
2658 { (ac_try="$ac_compiler -V >&5"
2659 case "(($ac_try" in
2660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2662 esac
2663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2664 (eval "$ac_compiler -V >&5") 2>&5
2665 ac_status=$?
2666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2667 (exit $ac_status); }
2669 cat >conftest.$ac_ext <<_ACEOF
2670 /* confdefs.h. */
2671 _ACEOF
2672 cat confdefs.h >>conftest.$ac_ext
2673 cat >>conftest.$ac_ext <<_ACEOF
2674 /* end confdefs.h. */
2677 main ()
2681 return 0;
2683 _ACEOF
2684 ac_clean_files_save=$ac_clean_files
2685 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2686 # Try to create an executable without -o first, disregard a.out.
2687 # It will help us diagnose broken compilers, and finding out an intuition
2688 # of exeext.
2689 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2690 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2691 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2693 # List of possible output files, starting from the most likely.
2694 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2695 # only as a last resort. b.out is created by i960 compilers.
2696 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2698 # The IRIX 6 linker writes into existing files which may not be
2699 # executable, retaining their permissions. Remove them first so a
2700 # subsequent execution test works.
2701 ac_rmfiles=
2702 for ac_file in $ac_files
2704 case $ac_file in
2705 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2706 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2707 esac
2708 done
2709 rm -f $ac_rmfiles
2711 if { (ac_try="$ac_link_default"
2712 case "(($ac_try" in
2713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2714 *) ac_try_echo=$ac_try;;
2715 esac
2716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2717 (eval "$ac_link_default") 2>&5
2718 ac_status=$?
2719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2720 (exit $ac_status); }; then
2721 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2722 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2723 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2724 # so that the user can short-circuit this test for compilers unknown to
2725 # Autoconf.
2726 for ac_file in $ac_files ''
2728 test -f "$ac_file" || continue
2729 case $ac_file in
2730 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2732 [ab].out )
2733 # We found the default executable, but exeext='' is most
2734 # certainly right.
2735 break;;
2736 *.* )
2737 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2738 then :; else
2739 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2741 # We set ac_cv_exeext here because the later test for it is not
2742 # safe: cross compilers may not add the suffix if given an `-o'
2743 # argument, so we may need to know it at that point already.
2744 # Even if this section looks crufty: it has the advantage of
2745 # actually working.
2746 break;;
2748 break;;
2749 esac
2750 done
2751 test "$ac_cv_exeext" = no && ac_cv_exeext=
2753 else
2754 ac_file=''
2757 { echo "$as_me:$LINENO: result: $ac_file" >&5
2758 echo "${ECHO_T}$ac_file" >&6; }
2759 if test -z "$ac_file"; then
2760 echo "$as_me: failed program was:" >&5
2761 sed 's/^/| /' conftest.$ac_ext >&5
2763 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2764 See \`config.log' for more details." >&5
2765 echo "$as_me: error: C compiler cannot create executables
2766 See \`config.log' for more details." >&2;}
2767 { (exit 77); exit 77; }; }
2770 ac_exeext=$ac_cv_exeext
2772 # Check that the compiler produces executables we can run. If not, either
2773 # the compiler is broken, or we cross compile.
2774 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2775 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2776 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2777 # If not cross compiling, check that we can run a simple program.
2778 if test "$cross_compiling" != yes; then
2779 if { ac_try='./$ac_file'
2780 { (case "(($ac_try" in
2781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2782 *) ac_try_echo=$ac_try;;
2783 esac
2784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2785 (eval "$ac_try") 2>&5
2786 ac_status=$?
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); }; }; then
2789 cross_compiling=no
2790 else
2791 if test "$cross_compiling" = maybe; then
2792 cross_compiling=yes
2793 else
2794 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2795 If you meant to cross compile, use \`--host'.
2796 See \`config.log' for more details." >&5
2797 echo "$as_me: error: cannot run C compiled programs.
2798 If you meant to cross compile, use \`--host'.
2799 See \`config.log' for more details." >&2;}
2800 { (exit 1); exit 1; }; }
2804 { echo "$as_me:$LINENO: result: yes" >&5
2805 echo "${ECHO_T}yes" >&6; }
2807 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2808 ac_clean_files=$ac_clean_files_save
2809 # Check that the compiler produces executables we can run. If not, either
2810 # the compiler is broken, or we cross compile.
2811 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2812 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2813 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2814 echo "${ECHO_T}$cross_compiling" >&6; }
2816 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2817 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2818 if { (ac_try="$ac_link"
2819 case "(($ac_try" in
2820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2821 *) ac_try_echo=$ac_try;;
2822 esac
2823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2824 (eval "$ac_link") 2>&5
2825 ac_status=$?
2826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827 (exit $ac_status); }; then
2828 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2829 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2830 # work properly (i.e., refer to `conftest.exe'), while it won't with
2831 # `rm'.
2832 for ac_file in conftest.exe conftest conftest.*; do
2833 test -f "$ac_file" || continue
2834 case $ac_file in
2835 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2836 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2837 break;;
2838 * ) break;;
2839 esac
2840 done
2841 else
2842 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2843 See \`config.log' for more details." >&5
2844 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2845 See \`config.log' for more details." >&2;}
2846 { (exit 1); exit 1; }; }
2849 rm -f conftest$ac_cv_exeext
2850 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2851 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2853 rm -f conftest.$ac_ext
2854 EXEEXT=$ac_cv_exeext
2855 ac_exeext=$EXEEXT
2856 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2857 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2858 if test "${ac_cv_objext+set}" = set; then
2859 echo $ECHO_N "(cached) $ECHO_C" >&6
2860 else
2861 cat >conftest.$ac_ext <<_ACEOF
2862 /* confdefs.h. */
2863 _ACEOF
2864 cat confdefs.h >>conftest.$ac_ext
2865 cat >>conftest.$ac_ext <<_ACEOF
2866 /* end confdefs.h. */
2869 main ()
2873 return 0;
2875 _ACEOF
2876 rm -f conftest.o conftest.obj
2877 if { (ac_try="$ac_compile"
2878 case "(($ac_try" in
2879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880 *) ac_try_echo=$ac_try;;
2881 esac
2882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2883 (eval "$ac_compile") 2>&5
2884 ac_status=$?
2885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2886 (exit $ac_status); }; then
2887 for ac_file in conftest.o conftest.obj conftest.*; do
2888 test -f "$ac_file" || continue;
2889 case $ac_file in
2890 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2891 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2892 break;;
2893 esac
2894 done
2895 else
2896 echo "$as_me: failed program was:" >&5
2897 sed 's/^/| /' conftest.$ac_ext >&5
2899 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2900 See \`config.log' for more details." >&5
2901 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2902 See \`config.log' for more details." >&2;}
2903 { (exit 1); exit 1; }; }
2906 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2908 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2909 echo "${ECHO_T}$ac_cv_objext" >&6; }
2910 OBJEXT=$ac_cv_objext
2911 ac_objext=$OBJEXT
2912 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2913 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2914 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2915 echo $ECHO_N "(cached) $ECHO_C" >&6
2916 else
2917 cat >conftest.$ac_ext <<_ACEOF
2918 /* confdefs.h. */
2919 _ACEOF
2920 cat confdefs.h >>conftest.$ac_ext
2921 cat >>conftest.$ac_ext <<_ACEOF
2922 /* end confdefs.h. */
2925 main ()
2927 #ifndef __GNUC__
2928 choke me
2929 #endif
2932 return 0;
2934 _ACEOF
2935 rm -f conftest.$ac_objext
2936 if { (ac_try="$ac_compile"
2937 case "(($ac_try" in
2938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2940 esac
2941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2942 (eval "$ac_compile") 2>conftest.er1
2943 ac_status=$?
2944 grep -v '^ *+' conftest.er1 >conftest.err
2945 rm -f conftest.er1
2946 cat conftest.err >&5
2947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2948 (exit $ac_status); } && {
2949 test -z "$ac_c_werror_flag" ||
2950 test ! -s conftest.err
2951 } && test -s conftest.$ac_objext; then
2952 ac_compiler_gnu=yes
2953 else
2954 echo "$as_me: failed program was:" >&5
2955 sed 's/^/| /' conftest.$ac_ext >&5
2957 ac_compiler_gnu=no
2960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2961 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2964 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2965 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2966 GCC=`test $ac_compiler_gnu = yes && echo yes`
2967 ac_test_CFLAGS=${CFLAGS+set}
2968 ac_save_CFLAGS=$CFLAGS
2969 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2970 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2971 if test "${ac_cv_prog_cc_g+set}" = set; then
2972 echo $ECHO_N "(cached) $ECHO_C" >&6
2973 else
2974 ac_save_c_werror_flag=$ac_c_werror_flag
2975 ac_c_werror_flag=yes
2976 ac_cv_prog_cc_g=no
2977 CFLAGS="-g"
2978 cat >conftest.$ac_ext <<_ACEOF
2979 /* confdefs.h. */
2980 _ACEOF
2981 cat confdefs.h >>conftest.$ac_ext
2982 cat >>conftest.$ac_ext <<_ACEOF
2983 /* end confdefs.h. */
2986 main ()
2990 return 0;
2992 _ACEOF
2993 rm -f conftest.$ac_objext
2994 if { (ac_try="$ac_compile"
2995 case "(($ac_try" in
2996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2997 *) ac_try_echo=$ac_try;;
2998 esac
2999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3000 (eval "$ac_compile") 2>conftest.er1
3001 ac_status=$?
3002 grep -v '^ *+' conftest.er1 >conftest.err
3003 rm -f conftest.er1
3004 cat conftest.err >&5
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3006 (exit $ac_status); } && {
3007 test -z "$ac_c_werror_flag" ||
3008 test ! -s conftest.err
3009 } && test -s conftest.$ac_objext; then
3010 ac_cv_prog_cc_g=yes
3011 else
3012 echo "$as_me: failed program was:" >&5
3013 sed 's/^/| /' conftest.$ac_ext >&5
3015 CFLAGS=""
3016 cat >conftest.$ac_ext <<_ACEOF
3017 /* confdefs.h. */
3018 _ACEOF
3019 cat confdefs.h >>conftest.$ac_ext
3020 cat >>conftest.$ac_ext <<_ACEOF
3021 /* end confdefs.h. */
3024 main ()
3028 return 0;
3030 _ACEOF
3031 rm -f conftest.$ac_objext
3032 if { (ac_try="$ac_compile"
3033 case "(($ac_try" in
3034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3035 *) ac_try_echo=$ac_try;;
3036 esac
3037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3038 (eval "$ac_compile") 2>conftest.er1
3039 ac_status=$?
3040 grep -v '^ *+' conftest.er1 >conftest.err
3041 rm -f conftest.er1
3042 cat conftest.err >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); } && {
3045 test -z "$ac_c_werror_flag" ||
3046 test ! -s conftest.err
3047 } && test -s conftest.$ac_objext; then
3049 else
3050 echo "$as_me: failed program was:" >&5
3051 sed 's/^/| /' conftest.$ac_ext >&5
3053 ac_c_werror_flag=$ac_save_c_werror_flag
3054 CFLAGS="-g"
3055 cat >conftest.$ac_ext <<_ACEOF
3056 /* confdefs.h. */
3057 _ACEOF
3058 cat confdefs.h >>conftest.$ac_ext
3059 cat >>conftest.$ac_ext <<_ACEOF
3060 /* end confdefs.h. */
3063 main ()
3067 return 0;
3069 _ACEOF
3070 rm -f conftest.$ac_objext
3071 if { (ac_try="$ac_compile"
3072 case "(($ac_try" in
3073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3074 *) ac_try_echo=$ac_try;;
3075 esac
3076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3077 (eval "$ac_compile") 2>conftest.er1
3078 ac_status=$?
3079 grep -v '^ *+' conftest.er1 >conftest.err
3080 rm -f conftest.er1
3081 cat conftest.err >&5
3082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3083 (exit $ac_status); } && {
3084 test -z "$ac_c_werror_flag" ||
3085 test ! -s conftest.err
3086 } && test -s conftest.$ac_objext; then
3087 ac_cv_prog_cc_g=yes
3088 else
3089 echo "$as_me: failed program was:" >&5
3090 sed 's/^/| /' conftest.$ac_ext >&5
3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3102 ac_c_werror_flag=$ac_save_c_werror_flag
3104 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3105 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3106 if test "$ac_test_CFLAGS" = set; then
3107 CFLAGS=$ac_save_CFLAGS
3108 elif test $ac_cv_prog_cc_g = yes; then
3109 if test "$GCC" = yes; then
3110 CFLAGS="-g -O2"
3111 else
3112 CFLAGS="-g"
3114 else
3115 if test "$GCC" = yes; then
3116 CFLAGS="-O2"
3117 else
3118 CFLAGS=
3121 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3122 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3123 if test "${ac_cv_prog_cc_c89+set}" = set; then
3124 echo $ECHO_N "(cached) $ECHO_C" >&6
3125 else
3126 ac_cv_prog_cc_c89=no
3127 ac_save_CC=$CC
3128 cat >conftest.$ac_ext <<_ACEOF
3129 /* confdefs.h. */
3130 _ACEOF
3131 cat confdefs.h >>conftest.$ac_ext
3132 cat >>conftest.$ac_ext <<_ACEOF
3133 /* end confdefs.h. */
3134 #include <stdarg.h>
3135 #include <stdio.h>
3136 #include <sys/types.h>
3137 #include <sys/stat.h>
3138 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3139 struct buf { int x; };
3140 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3141 static char *e (p, i)
3142 char **p;
3143 int i;
3145 return p[i];
3147 static char *f (char * (*g) (char **, int), char **p, ...)
3149 char *s;
3150 va_list v;
3151 va_start (v,p);
3152 s = g (p, va_arg (v,int));
3153 va_end (v);
3154 return s;
3157 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3158 function prototypes and stuff, but not '\xHH' hex character constants.
3159 These don't provoke an error unfortunately, instead are silently treated
3160 as 'x'. The following induces an error, until -std is added to get
3161 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3162 array size at least. It's necessary to write '\x00'==0 to get something
3163 that's true only with -std. */
3164 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3166 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3167 inside strings and character constants. */
3168 #define FOO(x) 'x'
3169 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3171 int test (int i, double x);
3172 struct s1 {int (*f) (int a);};
3173 struct s2 {int (*f) (double a);};
3174 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3175 int argc;
3176 char **argv;
3178 main ()
3180 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3182 return 0;
3184 _ACEOF
3185 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3186 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3188 CC="$ac_save_CC $ac_arg"
3189 rm -f conftest.$ac_objext
3190 if { (ac_try="$ac_compile"
3191 case "(($ac_try" in
3192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3193 *) ac_try_echo=$ac_try;;
3194 esac
3195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3196 (eval "$ac_compile") 2>conftest.er1
3197 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1
3200 cat conftest.err >&5
3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } && {
3203 test -z "$ac_c_werror_flag" ||
3204 test ! -s conftest.err
3205 } && test -s conftest.$ac_objext; then
3206 ac_cv_prog_cc_c89=$ac_arg
3207 else
3208 echo "$as_me: failed program was:" >&5
3209 sed 's/^/| /' conftest.$ac_ext >&5
3214 rm -f core conftest.err conftest.$ac_objext
3215 test "x$ac_cv_prog_cc_c89" != "xno" && break
3216 done
3217 rm -f conftest.$ac_ext
3218 CC=$ac_save_CC
3221 # AC_CACHE_VAL
3222 case "x$ac_cv_prog_cc_c89" in
3224 { echo "$as_me:$LINENO: result: none needed" >&5
3225 echo "${ECHO_T}none needed" >&6; } ;;
3226 xno)
3227 { echo "$as_me:$LINENO: result: unsupported" >&5
3228 echo "${ECHO_T}unsupported" >&6; } ;;
3230 CC="$CC $ac_cv_prog_cc_c89"
3231 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3232 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3233 esac
3236 ac_ext=c
3237 ac_cpp='$CPP $CPPFLAGS'
3238 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242 ac_ext=cpp
3243 ac_cpp='$CXXCPP $CPPFLAGS'
3244 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3245 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3246 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3247 if test -z "$CXX"; then
3248 if test -n "$CCC"; then
3249 CXX=$CCC
3250 else
3251 if test -n "$ac_tool_prefix"; then
3252 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3254 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3255 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3258 if test "${ac_cv_prog_CXX+set}" = set; then
3259 echo $ECHO_N "(cached) $ECHO_C" >&6
3260 else
3261 if test -n "$CXX"; then
3262 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3263 else
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265 for as_dir in $PATH
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3271 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3273 break 2
3275 done
3276 done
3277 IFS=$as_save_IFS
3281 CXX=$ac_cv_prog_CXX
3282 if test -n "$CXX"; then
3283 { echo "$as_me:$LINENO: result: $CXX" >&5
3284 echo "${ECHO_T}$CXX" >&6; }
3285 else
3286 { echo "$as_me:$LINENO: result: no" >&5
3287 echo "${ECHO_T}no" >&6; }
3291 test -n "$CXX" && break
3292 done
3294 if test -z "$CXX"; then
3295 ac_ct_CXX=$CXX
3296 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3298 # Extract the first word of "$ac_prog", so it can be a program name with args.
3299 set dummy $ac_prog; ac_word=$2
3300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3302 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3304 else
3305 if test -n "$ac_ct_CXX"; then
3306 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3307 else
3308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3309 for as_dir in $PATH
3311 IFS=$as_save_IFS
3312 test -z "$as_dir" && as_dir=.
3313 for ac_exec_ext in '' $ac_executable_extensions; do
3314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3315 ac_cv_prog_ac_ct_CXX="$ac_prog"
3316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3317 break 2
3319 done
3320 done
3321 IFS=$as_save_IFS
3325 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3326 if test -n "$ac_ct_CXX"; then
3327 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3328 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3329 else
3330 { echo "$as_me:$LINENO: result: no" >&5
3331 echo "${ECHO_T}no" >&6; }
3335 test -n "$ac_ct_CXX" && break
3336 done
3338 if test "x$ac_ct_CXX" = x; then
3339 CXX="g++"
3340 else
3341 case $cross_compiling:$ac_tool_warned in
3342 yes:)
3343 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3344 whose name does not start with the host triplet. If you think this
3345 configuration is useful to you, please write to autoconf@gnu.org." >&5
3346 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3347 whose name does not start with the host triplet. If you think this
3348 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3349 ac_tool_warned=yes ;;
3350 esac
3351 CXX=$ac_ct_CXX
3357 # Provide some information about the compiler.
3358 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3359 ac_compiler=`set X $ac_compile; echo $2`
3360 { (ac_try="$ac_compiler --version >&5"
3361 case "(($ac_try" in
3362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3363 *) ac_try_echo=$ac_try;;
3364 esac
3365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3366 (eval "$ac_compiler --version >&5") 2>&5
3367 ac_status=$?
3368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 (exit $ac_status); }
3370 { (ac_try="$ac_compiler -v >&5"
3371 case "(($ac_try" in
3372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3373 *) ac_try_echo=$ac_try;;
3374 esac
3375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3376 (eval "$ac_compiler -v >&5") 2>&5
3377 ac_status=$?
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); }
3380 { (ac_try="$ac_compiler -V >&5"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compiler -V >&5") 2>&5
3387 ac_status=$?
3388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3389 (exit $ac_status); }
3391 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3392 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3393 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3394 echo $ECHO_N "(cached) $ECHO_C" >&6
3395 else
3396 cat >conftest.$ac_ext <<_ACEOF
3397 /* confdefs.h. */
3398 _ACEOF
3399 cat confdefs.h >>conftest.$ac_ext
3400 cat >>conftest.$ac_ext <<_ACEOF
3401 /* end confdefs.h. */
3404 main ()
3406 #ifndef __GNUC__
3407 choke me
3408 #endif
3411 return 0;
3413 _ACEOF
3414 rm -f conftest.$ac_objext
3415 if { (ac_try="$ac_compile"
3416 case "(($ac_try" in
3417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3418 *) ac_try_echo=$ac_try;;
3419 esac
3420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3421 (eval "$ac_compile") 2>conftest.er1
3422 ac_status=$?
3423 grep -v '^ *+' conftest.er1 >conftest.err
3424 rm -f conftest.er1
3425 cat conftest.err >&5
3426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3427 (exit $ac_status); } && {
3428 test -z "$ac_cxx_werror_flag" ||
3429 test ! -s conftest.err
3430 } && test -s conftest.$ac_objext; then
3431 ac_compiler_gnu=yes
3432 else
3433 echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 ac_compiler_gnu=no
3439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3440 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3443 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3444 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3445 GXX=`test $ac_compiler_gnu = yes && echo yes`
3446 ac_test_CXXFLAGS=${CXXFLAGS+set}
3447 ac_save_CXXFLAGS=$CXXFLAGS
3448 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3449 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3450 if test "${ac_cv_prog_cxx_g+set}" = set; then
3451 echo $ECHO_N "(cached) $ECHO_C" >&6
3452 else
3453 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3454 ac_cxx_werror_flag=yes
3455 ac_cv_prog_cxx_g=no
3456 CXXFLAGS="-g"
3457 cat >conftest.$ac_ext <<_ACEOF
3458 /* confdefs.h. */
3459 _ACEOF
3460 cat confdefs.h >>conftest.$ac_ext
3461 cat >>conftest.$ac_ext <<_ACEOF
3462 /* end confdefs.h. */
3465 main ()
3469 return 0;
3471 _ACEOF
3472 rm -f conftest.$ac_objext
3473 if { (ac_try="$ac_compile"
3474 case "(($ac_try" in
3475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3476 *) ac_try_echo=$ac_try;;
3477 esac
3478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3479 (eval "$ac_compile") 2>conftest.er1
3480 ac_status=$?
3481 grep -v '^ *+' conftest.er1 >conftest.err
3482 rm -f conftest.er1
3483 cat conftest.err >&5
3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); } && {
3486 test -z "$ac_cxx_werror_flag" ||
3487 test ! -s conftest.err
3488 } && test -s conftest.$ac_objext; then
3489 ac_cv_prog_cxx_g=yes
3490 else
3491 echo "$as_me: failed program was:" >&5
3492 sed 's/^/| /' conftest.$ac_ext >&5
3494 CXXFLAGS=""
3495 cat >conftest.$ac_ext <<_ACEOF
3496 /* confdefs.h. */
3497 _ACEOF
3498 cat confdefs.h >>conftest.$ac_ext
3499 cat >>conftest.$ac_ext <<_ACEOF
3500 /* end confdefs.h. */
3503 main ()
3507 return 0;
3509 _ACEOF
3510 rm -f conftest.$ac_objext
3511 if { (ac_try="$ac_compile"
3512 case "(($ac_try" in
3513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3514 *) ac_try_echo=$ac_try;;
3515 esac
3516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3517 (eval "$ac_compile") 2>conftest.er1
3518 ac_status=$?
3519 grep -v '^ *+' conftest.er1 >conftest.err
3520 rm -f conftest.er1
3521 cat conftest.err >&5
3522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3523 (exit $ac_status); } && {
3524 test -z "$ac_cxx_werror_flag" ||
3525 test ! -s conftest.err
3526 } && test -s conftest.$ac_objext; then
3528 else
3529 echo "$as_me: failed program was:" >&5
3530 sed 's/^/| /' conftest.$ac_ext >&5
3532 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3533 CXXFLAGS="-g"
3534 cat >conftest.$ac_ext <<_ACEOF
3535 /* confdefs.h. */
3536 _ACEOF
3537 cat confdefs.h >>conftest.$ac_ext
3538 cat >>conftest.$ac_ext <<_ACEOF
3539 /* end confdefs.h. */
3542 main ()
3546 return 0;
3548 _ACEOF
3549 rm -f conftest.$ac_objext
3550 if { (ac_try="$ac_compile"
3551 case "(($ac_try" in
3552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3553 *) ac_try_echo=$ac_try;;
3554 esac
3555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3556 (eval "$ac_compile") 2>conftest.er1
3557 ac_status=$?
3558 grep -v '^ *+' conftest.er1 >conftest.err
3559 rm -f conftest.er1
3560 cat conftest.err >&5
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); } && {
3563 test -z "$ac_cxx_werror_flag" ||
3564 test ! -s conftest.err
3565 } && test -s conftest.$ac_objext; then
3566 ac_cv_prog_cxx_g=yes
3567 else
3568 echo "$as_me: failed program was:" >&5
3569 sed 's/^/| /' conftest.$ac_ext >&5
3574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3581 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3583 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3584 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3585 if test "$ac_test_CXXFLAGS" = set; then
3586 CXXFLAGS=$ac_save_CXXFLAGS
3587 elif test $ac_cv_prog_cxx_g = yes; then
3588 if test "$GXX" = yes; then
3589 CXXFLAGS="-g -O2"
3590 else
3591 CXXFLAGS="-g"
3593 else
3594 if test "$GXX" = yes; then
3595 CXXFLAGS="-O2"
3596 else
3597 CXXFLAGS=
3600 ac_ext=c
3601 ac_cpp='$CPP $CPPFLAGS'
3602 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3603 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3604 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3606 if test -n "$ac_tool_prefix"; then
3607 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3608 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614 if test -n "$CPPBIN"; then
3615 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3620 IFS=$as_save_IFS
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 break 2
3628 done
3629 done
3630 IFS=$as_save_IFS
3634 CPPBIN=$ac_cv_prog_CPPBIN
3635 if test -n "$CPPBIN"; then
3636 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3637 echo "${ECHO_T}$CPPBIN" >&6; }
3638 else
3639 { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3645 if test -z "$ac_cv_prog_CPPBIN"; then
3646 ac_ct_CPPBIN=$CPPBIN
3647 # Extract the first word of "cpp", so it can be a program name with args.
3648 set dummy cpp; ac_word=$2
3649 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3651 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3652 echo $ECHO_N "(cached) $ECHO_C" >&6
3653 else
3654 if test -n "$ac_ct_CPPBIN"; then
3655 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3656 else
3657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3658 for as_dir in $PATH
3660 IFS=$as_save_IFS
3661 test -z "$as_dir" && as_dir=.
3662 for ac_exec_ext in '' $ac_executable_extensions; do
3663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3664 ac_cv_prog_ac_ct_CPPBIN="cpp"
3665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3666 break 2
3668 done
3669 done
3670 IFS=$as_save_IFS
3674 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3675 if test -n "$ac_ct_CPPBIN"; then
3676 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3677 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3678 else
3679 { echo "$as_me:$LINENO: result: no" >&5
3680 echo "${ECHO_T}no" >&6; }
3683 if test "x$ac_ct_CPPBIN" = x; then
3684 CPPBIN="cpp"
3685 else
3686 case $cross_compiling:$ac_tool_warned in
3687 yes:)
3688 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3689 whose name does not start with the host triplet. If you think this
3690 configuration is useful to you, please write to autoconf@gnu.org." >&5
3691 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3692 whose name does not start with the host triplet. If you think this
3693 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3694 ac_tool_warned=yes ;;
3695 esac
3696 CPPBIN=$ac_ct_CPPBIN
3698 else
3699 CPPBIN="$ac_cv_prog_CPPBIN"
3703 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3704 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3705 if test "${wine_cv_toolsdir+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
3707 else
3708 if test -z "$with_wine_tools"; then
3709 if test "$cross_compiling" = "yes"; then
3710 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3711 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3712 { (exit 1); exit 1; }; }
3713 else
3714 wine_cv_toolsdir="\$(TOPOBJDIR)"
3716 elif test -d "$with_wine_tools/tools/winebuild"; then
3717 case $with_wine_tools in
3718 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3719 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3720 esac
3721 else
3722 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3723 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3724 { (exit 1); exit 1; }; }
3727 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3728 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3729 TOOLSDIR=$wine_cv_toolsdir
3733 ac_ext=c
3734 ac_cpp='$CPP $CPPFLAGS'
3735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3738 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3739 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3740 # On Suns, sometimes $CPP names a directory.
3741 if test -n "$CPP" && test -d "$CPP"; then
3742 CPP=
3744 if test -z "$CPP"; then
3745 if test "${ac_cv_prog_CPP+set}" = set; then
3746 echo $ECHO_N "(cached) $ECHO_C" >&6
3747 else
3748 # Double quotes because CPP needs to be expanded
3749 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3751 ac_preproc_ok=false
3752 for ac_c_preproc_warn_flag in '' yes
3754 # Use a header file that comes with gcc, so configuring glibc
3755 # with a fresh cross-compiler works.
3756 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3757 # <limits.h> exists even on freestanding compilers.
3758 # On the NeXT, cc -E runs the code through the compiler's parser,
3759 # not just through cpp. "Syntax error" is here to catch this case.
3760 cat >conftest.$ac_ext <<_ACEOF
3761 /* confdefs.h. */
3762 _ACEOF
3763 cat confdefs.h >>conftest.$ac_ext
3764 cat >>conftest.$ac_ext <<_ACEOF
3765 /* end confdefs.h. */
3766 #ifdef __STDC__
3767 # include <limits.h>
3768 #else
3769 # include <assert.h>
3770 #endif
3771 Syntax error
3772 _ACEOF
3773 if { (ac_try="$ac_cpp conftest.$ac_ext"
3774 case "(($ac_try" in
3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3776 *) ac_try_echo=$ac_try;;
3777 esac
3778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3780 ac_status=$?
3781 grep -v '^ *+' conftest.er1 >conftest.err
3782 rm -f conftest.er1
3783 cat conftest.err >&5
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); } >/dev/null && {
3786 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3787 test ! -s conftest.err
3788 }; then
3790 else
3791 echo "$as_me: failed program was:" >&5
3792 sed 's/^/| /' conftest.$ac_ext >&5
3794 # Broken: fails on valid input.
3795 continue
3798 rm -f conftest.err conftest.$ac_ext
3800 # OK, works on sane cases. Now check whether nonexistent headers
3801 # can be detected and how.
3802 cat >conftest.$ac_ext <<_ACEOF
3803 /* confdefs.h. */
3804 _ACEOF
3805 cat confdefs.h >>conftest.$ac_ext
3806 cat >>conftest.$ac_ext <<_ACEOF
3807 /* end confdefs.h. */
3808 #include <ac_nonexistent.h>
3809 _ACEOF
3810 if { (ac_try="$ac_cpp conftest.$ac_ext"
3811 case "(($ac_try" in
3812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3813 *) ac_try_echo=$ac_try;;
3814 esac
3815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3816 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3817 ac_status=$?
3818 grep -v '^ *+' conftest.er1 >conftest.err
3819 rm -f conftest.er1
3820 cat conftest.err >&5
3821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3822 (exit $ac_status); } >/dev/null && {
3823 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3824 test ! -s conftest.err
3825 }; then
3826 # Broken: success on invalid input.
3827 continue
3828 else
3829 echo "$as_me: failed program was:" >&5
3830 sed 's/^/| /' conftest.$ac_ext >&5
3832 # Passes both tests.
3833 ac_preproc_ok=:
3834 break
3837 rm -f conftest.err conftest.$ac_ext
3839 done
3840 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3841 rm -f conftest.err conftest.$ac_ext
3842 if $ac_preproc_ok; then
3843 break
3846 done
3847 ac_cv_prog_CPP=$CPP
3850 CPP=$ac_cv_prog_CPP
3851 else
3852 ac_cv_prog_CPP=$CPP
3854 { echo "$as_me:$LINENO: result: $CPP" >&5
3855 echo "${ECHO_T}$CPP" >&6; }
3856 ac_preproc_ok=false
3857 for ac_c_preproc_warn_flag in '' yes
3859 # Use a header file that comes with gcc, so configuring glibc
3860 # with a fresh cross-compiler works.
3861 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3862 # <limits.h> exists even on freestanding compilers.
3863 # On the NeXT, cc -E runs the code through the compiler's parser,
3864 # not just through cpp. "Syntax error" is here to catch this case.
3865 cat >conftest.$ac_ext <<_ACEOF
3866 /* confdefs.h. */
3867 _ACEOF
3868 cat confdefs.h >>conftest.$ac_ext
3869 cat >>conftest.$ac_ext <<_ACEOF
3870 /* end confdefs.h. */
3871 #ifdef __STDC__
3872 # include <limits.h>
3873 #else
3874 # include <assert.h>
3875 #endif
3876 Syntax error
3877 _ACEOF
3878 if { (ac_try="$ac_cpp conftest.$ac_ext"
3879 case "(($ac_try" in
3880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3881 *) ac_try_echo=$ac_try;;
3882 esac
3883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3885 ac_status=$?
3886 grep -v '^ *+' conftest.er1 >conftest.err
3887 rm -f conftest.er1
3888 cat conftest.err >&5
3889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3890 (exit $ac_status); } >/dev/null && {
3891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3892 test ! -s conftest.err
3893 }; then
3895 else
3896 echo "$as_me: failed program was:" >&5
3897 sed 's/^/| /' conftest.$ac_ext >&5
3899 # Broken: fails on valid input.
3900 continue
3903 rm -f conftest.err conftest.$ac_ext
3905 # OK, works on sane cases. Now check whether nonexistent headers
3906 # can be detected and how.
3907 cat >conftest.$ac_ext <<_ACEOF
3908 /* confdefs.h. */
3909 _ACEOF
3910 cat confdefs.h >>conftest.$ac_ext
3911 cat >>conftest.$ac_ext <<_ACEOF
3912 /* end confdefs.h. */
3913 #include <ac_nonexistent.h>
3914 _ACEOF
3915 if { (ac_try="$ac_cpp conftest.$ac_ext"
3916 case "(($ac_try" in
3917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3918 *) ac_try_echo=$ac_try;;
3919 esac
3920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3921 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3922 ac_status=$?
3923 grep -v '^ *+' conftest.er1 >conftest.err
3924 rm -f conftest.er1
3925 cat conftest.err >&5
3926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927 (exit $ac_status); } >/dev/null && {
3928 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3929 test ! -s conftest.err
3930 }; then
3931 # Broken: success on invalid input.
3932 continue
3933 else
3934 echo "$as_me: failed program was:" >&5
3935 sed 's/^/| /' conftest.$ac_ext >&5
3937 # Passes both tests.
3938 ac_preproc_ok=:
3939 break
3942 rm -f conftest.err conftest.$ac_ext
3944 done
3945 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3946 rm -f conftest.err conftest.$ac_ext
3947 if $ac_preproc_ok; then
3949 else
3950 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3951 See \`config.log' for more details." >&5
3952 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3953 See \`config.log' for more details." >&2;}
3954 { (exit 1); exit 1; }; }
3957 ac_ext=c
3958 ac_cpp='$CPP $CPPFLAGS'
3959 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3960 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3961 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3964 { echo "$as_me:$LINENO: checking for X" >&5
3965 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3968 # Check whether --with-x was given.
3969 if test "${with_x+set}" = set; then
3970 withval=$with_x;
3973 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3974 if test "x$with_x" = xno; then
3975 # The user explicitly disabled X.
3976 have_x=disabled
3977 else
3978 case $x_includes,$x_libraries in #(
3979 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3980 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3981 { (exit 1); exit 1; }; };; #(
3982 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3983 echo $ECHO_N "(cached) $ECHO_C" >&6
3984 else
3985 # One or both of the vars are not set, and there is no cached value.
3986 ac_x_includes=no ac_x_libraries=no
3987 rm -f -r conftest.dir
3988 if mkdir conftest.dir; then
3989 cd conftest.dir
3990 cat >Imakefile <<'_ACEOF'
3991 incroot:
3992 @echo incroot='${INCROOT}'
3993 usrlibdir:
3994 @echo usrlibdir='${USRLIBDIR}'
3995 libdir:
3996 @echo libdir='${LIBDIR}'
3997 _ACEOF
3998 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3999 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4000 for ac_var in incroot usrlibdir libdir; do
4001 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4002 done
4003 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4004 for ac_extension in a so sl; do
4005 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4006 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4007 ac_im_usrlibdir=$ac_im_libdir; break
4009 done
4010 # Screen out bogus values from the imake configuration. They are
4011 # bogus both because they are the default anyway, and because
4012 # using them would break gcc on systems where it needs fixed includes.
4013 case $ac_im_incroot in
4014 /usr/include) ac_x_includes= ;;
4015 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4016 esac
4017 case $ac_im_usrlibdir in
4018 /usr/lib | /lib) ;;
4019 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4020 esac
4022 cd ..
4023 rm -f -r conftest.dir
4026 # Standard set of common directories for X headers.
4027 # Check X11 before X11Rn because it is often a symlink to the current release.
4028 ac_x_header_dirs='
4029 /usr/X11/include
4030 /usr/X11R6/include
4031 /usr/X11R5/include
4032 /usr/X11R4/include
4034 /usr/include/X11
4035 /usr/include/X11R6
4036 /usr/include/X11R5
4037 /usr/include/X11R4
4039 /usr/local/X11/include
4040 /usr/local/X11R6/include
4041 /usr/local/X11R5/include
4042 /usr/local/X11R4/include
4044 /usr/local/include/X11
4045 /usr/local/include/X11R6
4046 /usr/local/include/X11R5
4047 /usr/local/include/X11R4
4049 /usr/X386/include
4050 /usr/x386/include
4051 /usr/XFree86/include/X11
4053 /usr/include
4054 /usr/local/include
4055 /usr/unsupported/include
4056 /usr/athena/include
4057 /usr/local/x11r5/include
4058 /usr/lpp/Xamples/include
4060 /usr/openwin/include
4061 /usr/openwin/share/include'
4063 if test "$ac_x_includes" = no; then
4064 # Guess where to find include files, by looking for Xlib.h.
4065 # First, try using that file with no special directory specified.
4066 cat >conftest.$ac_ext <<_ACEOF
4067 /* confdefs.h. */
4068 _ACEOF
4069 cat confdefs.h >>conftest.$ac_ext
4070 cat >>conftest.$ac_ext <<_ACEOF
4071 /* end confdefs.h. */
4072 #include <X11/Xlib.h>
4073 _ACEOF
4074 if { (ac_try="$ac_cpp conftest.$ac_ext"
4075 case "(($ac_try" in
4076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4077 *) ac_try_echo=$ac_try;;
4078 esac
4079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4080 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4081 ac_status=$?
4082 grep -v '^ *+' conftest.er1 >conftest.err
4083 rm -f conftest.er1
4084 cat conftest.err >&5
4085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4086 (exit $ac_status); } >/dev/null && {
4087 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4088 test ! -s conftest.err
4089 }; then
4090 # We can compile using X headers with no special include directory.
4091 ac_x_includes=
4092 else
4093 echo "$as_me: failed program was:" >&5
4094 sed 's/^/| /' conftest.$ac_ext >&5
4096 for ac_dir in $ac_x_header_dirs; do
4097 if test -r "$ac_dir/X11/Xlib.h"; then
4098 ac_x_includes=$ac_dir
4099 break
4101 done
4104 rm -f conftest.err conftest.$ac_ext
4105 fi # $ac_x_includes = no
4107 if test "$ac_x_libraries" = no; then
4108 # Check for the libraries.
4109 # See if we find them without any special options.
4110 # Don't add to $LIBS permanently.
4111 ac_save_LIBS=$LIBS
4112 LIBS="-lX11 $LIBS"
4113 cat >conftest.$ac_ext <<_ACEOF
4114 /* confdefs.h. */
4115 _ACEOF
4116 cat confdefs.h >>conftest.$ac_ext
4117 cat >>conftest.$ac_ext <<_ACEOF
4118 /* end confdefs.h. */
4119 #include <X11/Xlib.h>
4121 main ()
4123 XrmInitialize ()
4125 return 0;
4127 _ACEOF
4128 rm -f conftest.$ac_objext conftest$ac_exeext
4129 if { (ac_try="$ac_link"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4135 (eval "$ac_link") 2>conftest.er1
4136 ac_status=$?
4137 grep -v '^ *+' conftest.er1 >conftest.err
4138 rm -f conftest.er1
4139 cat conftest.err >&5
4140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4141 (exit $ac_status); } && {
4142 test -z "$ac_c_werror_flag" ||
4143 test ! -s conftest.err
4144 } && test -s conftest$ac_exeext &&
4145 $as_test_x conftest$ac_exeext; then
4146 LIBS=$ac_save_LIBS
4147 # We can link X programs with no special library path.
4148 ac_x_libraries=
4149 else
4150 echo "$as_me: failed program was:" >&5
4151 sed 's/^/| /' conftest.$ac_ext >&5
4153 LIBS=$ac_save_LIBS
4154 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4156 # Don't even attempt the hair of trying to link an X program!
4157 for ac_extension in a so sl; do
4158 if test -r "$ac_dir/libX11.$ac_extension"; then
4159 ac_x_libraries=$ac_dir
4160 break 2
4162 done
4163 done
4166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4167 conftest$ac_exeext conftest.$ac_ext
4168 fi # $ac_x_libraries = no
4170 case $ac_x_includes,$ac_x_libraries in #(
4171 no,* | *,no | *\'*)
4172 # Didn't find X, or a directory has "'" in its name.
4173 ac_cv_have_x="have_x=no";; #(
4175 # Record where we found X for the cache.
4176 ac_cv_have_x="have_x=yes\
4177 ac_x_includes='$ac_x_includes'\
4178 ac_x_libraries='$ac_x_libraries'"
4179 esac
4181 ;; #(
4182 *) have_x=yes;;
4183 esac
4184 eval "$ac_cv_have_x"
4185 fi # $with_x != no
4187 if test "$have_x" != yes; then
4188 { echo "$as_me:$LINENO: result: $have_x" >&5
4189 echo "${ECHO_T}$have_x" >&6; }
4190 no_x=yes
4191 else
4192 # If each of the values was on the command line, it overrides each guess.
4193 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4194 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4195 # Update the cache value to reflect the command line values.
4196 ac_cv_have_x="have_x=yes\
4197 ac_x_includes='$x_includes'\
4198 ac_x_libraries='$x_libraries'"
4199 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4200 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4203 if test "$no_x" = yes; then
4204 # Not all programs may use this symbol, but it does not hurt to define it.
4206 cat >>confdefs.h <<\_ACEOF
4207 #define X_DISPLAY_MISSING 1
4208 _ACEOF
4210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4211 else
4212 if test -n "$x_includes"; then
4213 X_CFLAGS="$X_CFLAGS -I$x_includes"
4216 # It would also be nice to do this for all -L options, not just this one.
4217 if test -n "$x_libraries"; then
4218 X_LIBS="$X_LIBS -L$x_libraries"
4219 # For Solaris; some versions of Sun CC require a space after -R and
4220 # others require no space. Words are not sufficient . . . .
4221 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4222 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4224 ac_xsave_c_werror_flag=$ac_c_werror_flag
4225 ac_c_werror_flag=yes
4226 cat >conftest.$ac_ext <<_ACEOF
4227 /* confdefs.h. */
4228 _ACEOF
4229 cat confdefs.h >>conftest.$ac_ext
4230 cat >>conftest.$ac_ext <<_ACEOF
4231 /* end confdefs.h. */
4234 main ()
4238 return 0;
4240 _ACEOF
4241 rm -f conftest.$ac_objext conftest$ac_exeext
4242 if { (ac_try="$ac_link"
4243 case "(($ac_try" in
4244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4245 *) ac_try_echo=$ac_try;;
4246 esac
4247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4248 (eval "$ac_link") 2>conftest.er1
4249 ac_status=$?
4250 grep -v '^ *+' conftest.er1 >conftest.err
4251 rm -f conftest.er1
4252 cat conftest.err >&5
4253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254 (exit $ac_status); } && {
4255 test -z "$ac_c_werror_flag" ||
4256 test ! -s conftest.err
4257 } && test -s conftest$ac_exeext &&
4258 $as_test_x conftest$ac_exeext; then
4259 { echo "$as_me:$LINENO: result: no" >&5
4260 echo "${ECHO_T}no" >&6; }
4261 X_LIBS="$X_LIBS -R$x_libraries"
4262 else
4263 echo "$as_me: failed program was:" >&5
4264 sed 's/^/| /' conftest.$ac_ext >&5
4266 LIBS="$ac_xsave_LIBS -R $x_libraries"
4267 cat >conftest.$ac_ext <<_ACEOF
4268 /* confdefs.h. */
4269 _ACEOF
4270 cat confdefs.h >>conftest.$ac_ext
4271 cat >>conftest.$ac_ext <<_ACEOF
4272 /* end confdefs.h. */
4275 main ()
4279 return 0;
4281 _ACEOF
4282 rm -f conftest.$ac_objext conftest$ac_exeext
4283 if { (ac_try="$ac_link"
4284 case "(($ac_try" in
4285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4286 *) ac_try_echo=$ac_try;;
4287 esac
4288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4289 (eval "$ac_link") 2>conftest.er1
4290 ac_status=$?
4291 grep -v '^ *+' conftest.er1 >conftest.err
4292 rm -f conftest.er1
4293 cat conftest.err >&5
4294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295 (exit $ac_status); } && {
4296 test -z "$ac_c_werror_flag" ||
4297 test ! -s conftest.err
4298 } && test -s conftest$ac_exeext &&
4299 $as_test_x conftest$ac_exeext; then
4300 { echo "$as_me:$LINENO: result: yes" >&5
4301 echo "${ECHO_T}yes" >&6; }
4302 X_LIBS="$X_LIBS -R $x_libraries"
4303 else
4304 echo "$as_me: failed program was:" >&5
4305 sed 's/^/| /' conftest.$ac_ext >&5
4307 { echo "$as_me:$LINENO: result: neither works" >&5
4308 echo "${ECHO_T}neither works" >&6; }
4311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4312 conftest$ac_exeext conftest.$ac_ext
4315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4316 conftest$ac_exeext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_xsave_c_werror_flag
4318 LIBS=$ac_xsave_LIBS
4321 # Check for system-dependent libraries X programs must link with.
4322 # Do this before checking for the system-independent R6 libraries
4323 # (-lICE), since we may need -lsocket or whatever for X linking.
4325 if test "$ISC" = yes; then
4326 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4327 else
4328 # Martyn Johnson says this is needed for Ultrix, if the X
4329 # libraries were built with DECnet support. And Karl Berry says
4330 # the Alpha needs dnet_stub (dnet does not exist).
4331 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4332 cat >conftest.$ac_ext <<_ACEOF
4333 /* confdefs.h. */
4334 _ACEOF
4335 cat confdefs.h >>conftest.$ac_ext
4336 cat >>conftest.$ac_ext <<_ACEOF
4337 /* end confdefs.h. */
4339 /* Override any GCC internal prototype to avoid an error.
4340 Use char because int might match the return type of a GCC
4341 builtin and then its argument prototype would still apply. */
4342 #ifdef __cplusplus
4343 extern "C"
4344 #endif
4345 char XOpenDisplay ();
4347 main ()
4349 return XOpenDisplay ();
4351 return 0;
4353 _ACEOF
4354 rm -f conftest.$ac_objext conftest$ac_exeext
4355 if { (ac_try="$ac_link"
4356 case "(($ac_try" in
4357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4358 *) ac_try_echo=$ac_try;;
4359 esac
4360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4361 (eval "$ac_link") 2>conftest.er1
4362 ac_status=$?
4363 grep -v '^ *+' conftest.er1 >conftest.err
4364 rm -f conftest.er1
4365 cat conftest.err >&5
4366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4367 (exit $ac_status); } && {
4368 test -z "$ac_c_werror_flag" ||
4369 test ! -s conftest.err
4370 } && test -s conftest$ac_exeext &&
4371 $as_test_x conftest$ac_exeext; then
4373 else
4374 echo "$as_me: failed program was:" >&5
4375 sed 's/^/| /' conftest.$ac_ext >&5
4377 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4378 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4379 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4380 echo $ECHO_N "(cached) $ECHO_C" >&6
4381 else
4382 ac_check_lib_save_LIBS=$LIBS
4383 LIBS="-ldnet $LIBS"
4384 cat >conftest.$ac_ext <<_ACEOF
4385 /* confdefs.h. */
4386 _ACEOF
4387 cat confdefs.h >>conftest.$ac_ext
4388 cat >>conftest.$ac_ext <<_ACEOF
4389 /* end confdefs.h. */
4391 /* Override any GCC internal prototype to avoid an error.
4392 Use char because int might match the return type of a GCC
4393 builtin and then its argument prototype would still apply. */
4394 #ifdef __cplusplus
4395 extern "C"
4396 #endif
4397 char dnet_ntoa ();
4399 main ()
4401 return dnet_ntoa ();
4403 return 0;
4405 _ACEOF
4406 rm -f conftest.$ac_objext conftest$ac_exeext
4407 if { (ac_try="$ac_link"
4408 case "(($ac_try" in
4409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4410 *) ac_try_echo=$ac_try;;
4411 esac
4412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4413 (eval "$ac_link") 2>conftest.er1
4414 ac_status=$?
4415 grep -v '^ *+' conftest.er1 >conftest.err
4416 rm -f conftest.er1
4417 cat conftest.err >&5
4418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4419 (exit $ac_status); } && {
4420 test -z "$ac_c_werror_flag" ||
4421 test ! -s conftest.err
4422 } && test -s conftest$ac_exeext &&
4423 $as_test_x conftest$ac_exeext; then
4424 ac_cv_lib_dnet_dnet_ntoa=yes
4425 else
4426 echo "$as_me: failed program was:" >&5
4427 sed 's/^/| /' conftest.$ac_ext >&5
4429 ac_cv_lib_dnet_dnet_ntoa=no
4432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4433 conftest$ac_exeext conftest.$ac_ext
4434 LIBS=$ac_check_lib_save_LIBS
4436 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4437 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4438 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4439 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4442 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4443 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4444 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4445 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4446 echo $ECHO_N "(cached) $ECHO_C" >&6
4447 else
4448 ac_check_lib_save_LIBS=$LIBS
4449 LIBS="-ldnet_stub $LIBS"
4450 cat >conftest.$ac_ext <<_ACEOF
4451 /* confdefs.h. */
4452 _ACEOF
4453 cat confdefs.h >>conftest.$ac_ext
4454 cat >>conftest.$ac_ext <<_ACEOF
4455 /* end confdefs.h. */
4457 /* Override any GCC internal prototype to avoid an error.
4458 Use char because int might match the return type of a GCC
4459 builtin and then its argument prototype would still apply. */
4460 #ifdef __cplusplus
4461 extern "C"
4462 #endif
4463 char dnet_ntoa ();
4465 main ()
4467 return dnet_ntoa ();
4469 return 0;
4471 _ACEOF
4472 rm -f conftest.$ac_objext conftest$ac_exeext
4473 if { (ac_try="$ac_link"
4474 case "(($ac_try" in
4475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4476 *) ac_try_echo=$ac_try;;
4477 esac
4478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4479 (eval "$ac_link") 2>conftest.er1
4480 ac_status=$?
4481 grep -v '^ *+' conftest.er1 >conftest.err
4482 rm -f conftest.er1
4483 cat conftest.err >&5
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); } && {
4486 test -z "$ac_c_werror_flag" ||
4487 test ! -s conftest.err
4488 } && test -s conftest$ac_exeext &&
4489 $as_test_x conftest$ac_exeext; then
4490 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4491 else
4492 echo "$as_me: failed program was:" >&5
4493 sed 's/^/| /' conftest.$ac_ext >&5
4495 ac_cv_lib_dnet_stub_dnet_ntoa=no
4498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4499 conftest$ac_exeext conftest.$ac_ext
4500 LIBS=$ac_check_lib_save_LIBS
4502 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4503 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4504 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4505 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4512 conftest$ac_exeext conftest.$ac_ext
4513 LIBS="$ac_xsave_LIBS"
4515 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4516 # to get the SysV transport functions.
4517 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4518 # needs -lnsl.
4519 # The nsl library prevents programs from opening the X display
4520 # on Irix 5.2, according to T.E. Dickey.
4521 # The functions gethostbyname, getservbyname, and inet_addr are
4522 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4523 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4524 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4525 if test "${ac_cv_func_gethostbyname+set}" = set; then
4526 echo $ECHO_N "(cached) $ECHO_C" >&6
4527 else
4528 cat >conftest.$ac_ext <<_ACEOF
4529 /* confdefs.h. */
4530 _ACEOF
4531 cat confdefs.h >>conftest.$ac_ext
4532 cat >>conftest.$ac_ext <<_ACEOF
4533 /* end confdefs.h. */
4534 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4535 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4536 #define gethostbyname innocuous_gethostbyname
4538 /* System header to define __stub macros and hopefully few prototypes,
4539 which can conflict with char gethostbyname (); below.
4540 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4541 <limits.h> exists even on freestanding compilers. */
4543 #ifdef __STDC__
4544 # include <limits.h>
4545 #else
4546 # include <assert.h>
4547 #endif
4549 #undef gethostbyname
4551 /* Override any GCC internal prototype to avoid an error.
4552 Use char because int might match the return type of a GCC
4553 builtin and then its argument prototype would still apply. */
4554 #ifdef __cplusplus
4555 extern "C"
4556 #endif
4557 char gethostbyname ();
4558 /* The GNU C library defines this for functions which it implements
4559 to always fail with ENOSYS. Some functions are actually named
4560 something starting with __ and the normal name is an alias. */
4561 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4562 choke me
4563 #endif
4566 main ()
4568 return gethostbyname ();
4570 return 0;
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578 esac
4579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4580 (eval "$ac_link") 2>conftest.er1
4581 ac_status=$?
4582 grep -v '^ *+' conftest.er1 >conftest.err
4583 rm -f conftest.er1
4584 cat conftest.err >&5
4585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4586 (exit $ac_status); } && {
4587 test -z "$ac_c_werror_flag" ||
4588 test ! -s conftest.err
4589 } && test -s conftest$ac_exeext &&
4590 $as_test_x conftest$ac_exeext; then
4591 ac_cv_func_gethostbyname=yes
4592 else
4593 echo "$as_me: failed program was:" >&5
4594 sed 's/^/| /' conftest.$ac_ext >&5
4596 ac_cv_func_gethostbyname=no
4599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4600 conftest$ac_exeext conftest.$ac_ext
4602 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4603 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4605 if test $ac_cv_func_gethostbyname = no; then
4606 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4607 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4608 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6
4610 else
4611 ac_check_lib_save_LIBS=$LIBS
4612 LIBS="-lnsl $LIBS"
4613 cat >conftest.$ac_ext <<_ACEOF
4614 /* confdefs.h. */
4615 _ACEOF
4616 cat confdefs.h >>conftest.$ac_ext
4617 cat >>conftest.$ac_ext <<_ACEOF
4618 /* end confdefs.h. */
4620 /* Override any GCC internal prototype to avoid an error.
4621 Use char because int might match the return type of a GCC
4622 builtin and then its argument prototype would still apply. */
4623 #ifdef __cplusplus
4624 extern "C"
4625 #endif
4626 char gethostbyname ();
4628 main ()
4630 return gethostbyname ();
4632 return 0;
4634 _ACEOF
4635 rm -f conftest.$ac_objext conftest$ac_exeext
4636 if { (ac_try="$ac_link"
4637 case "(($ac_try" in
4638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4639 *) ac_try_echo=$ac_try;;
4640 esac
4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4642 (eval "$ac_link") 2>conftest.er1
4643 ac_status=$?
4644 grep -v '^ *+' conftest.er1 >conftest.err
4645 rm -f conftest.er1
4646 cat conftest.err >&5
4647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648 (exit $ac_status); } && {
4649 test -z "$ac_c_werror_flag" ||
4650 test ! -s conftest.err
4651 } && test -s conftest$ac_exeext &&
4652 $as_test_x conftest$ac_exeext; then
4653 ac_cv_lib_nsl_gethostbyname=yes
4654 else
4655 echo "$as_me: failed program was:" >&5
4656 sed 's/^/| /' conftest.$ac_ext >&5
4658 ac_cv_lib_nsl_gethostbyname=no
4661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4662 conftest$ac_exeext conftest.$ac_ext
4663 LIBS=$ac_check_lib_save_LIBS
4665 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4666 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4667 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4668 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4671 if test $ac_cv_lib_nsl_gethostbyname = no; then
4672 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4673 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4674 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 else
4677 ac_check_lib_save_LIBS=$LIBS
4678 LIBS="-lbsd $LIBS"
4679 cat >conftest.$ac_ext <<_ACEOF
4680 /* confdefs.h. */
4681 _ACEOF
4682 cat confdefs.h >>conftest.$ac_ext
4683 cat >>conftest.$ac_ext <<_ACEOF
4684 /* end confdefs.h. */
4686 /* Override any GCC internal prototype to avoid an error.
4687 Use char because int might match the return type of a GCC
4688 builtin and then its argument prototype would still apply. */
4689 #ifdef __cplusplus
4690 extern "C"
4691 #endif
4692 char gethostbyname ();
4694 main ()
4696 return gethostbyname ();
4698 return 0;
4700 _ACEOF
4701 rm -f conftest.$ac_objext conftest$ac_exeext
4702 if { (ac_try="$ac_link"
4703 case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706 esac
4707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4708 (eval "$ac_link") 2>conftest.er1
4709 ac_status=$?
4710 grep -v '^ *+' conftest.er1 >conftest.err
4711 rm -f conftest.er1
4712 cat conftest.err >&5
4713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4714 (exit $ac_status); } && {
4715 test -z "$ac_c_werror_flag" ||
4716 test ! -s conftest.err
4717 } && test -s conftest$ac_exeext &&
4718 $as_test_x conftest$ac_exeext; then
4719 ac_cv_lib_bsd_gethostbyname=yes
4720 else
4721 echo "$as_me: failed program was:" >&5
4722 sed 's/^/| /' conftest.$ac_ext >&5
4724 ac_cv_lib_bsd_gethostbyname=no
4727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4728 conftest$ac_exeext conftest.$ac_ext
4729 LIBS=$ac_check_lib_save_LIBS
4731 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4732 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4733 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4734 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4740 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4741 # socket/setsockopt and other routines are undefined under SCO ODT
4742 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4743 # on later versions), says Simon Leinen: it contains gethostby*
4744 # variants that don't use the name server (or something). -lsocket
4745 # must be given before -lnsl if both are needed. We assume that
4746 # if connect needs -lnsl, so does gethostbyname.
4747 { echo "$as_me:$LINENO: checking for connect" >&5
4748 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4749 if test "${ac_cv_func_connect+set}" = set; then
4750 echo $ECHO_N "(cached) $ECHO_C" >&6
4751 else
4752 cat >conftest.$ac_ext <<_ACEOF
4753 /* confdefs.h. */
4754 _ACEOF
4755 cat confdefs.h >>conftest.$ac_ext
4756 cat >>conftest.$ac_ext <<_ACEOF
4757 /* end confdefs.h. */
4758 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4759 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4760 #define connect innocuous_connect
4762 /* System header to define __stub macros and hopefully few prototypes,
4763 which can conflict with char connect (); below.
4764 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4765 <limits.h> exists even on freestanding compilers. */
4767 #ifdef __STDC__
4768 # include <limits.h>
4769 #else
4770 # include <assert.h>
4771 #endif
4773 #undef connect
4775 /* Override any GCC internal prototype to avoid an error.
4776 Use char because int might match the return type of a GCC
4777 builtin and then its argument prototype would still apply. */
4778 #ifdef __cplusplus
4779 extern "C"
4780 #endif
4781 char connect ();
4782 /* The GNU C library defines this for functions which it implements
4783 to always fail with ENOSYS. Some functions are actually named
4784 something starting with __ and the normal name is an alias. */
4785 #if defined __stub_connect || defined __stub___connect
4786 choke me
4787 #endif
4790 main ()
4792 return connect ();
4794 return 0;
4796 _ACEOF
4797 rm -f conftest.$ac_objext conftest$ac_exeext
4798 if { (ac_try="$ac_link"
4799 case "(($ac_try" in
4800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4801 *) ac_try_echo=$ac_try;;
4802 esac
4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4804 (eval "$ac_link") 2>conftest.er1
4805 ac_status=$?
4806 grep -v '^ *+' conftest.er1 >conftest.err
4807 rm -f conftest.er1
4808 cat conftest.err >&5
4809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4810 (exit $ac_status); } && {
4811 test -z "$ac_c_werror_flag" ||
4812 test ! -s conftest.err
4813 } && test -s conftest$ac_exeext &&
4814 $as_test_x conftest$ac_exeext; then
4815 ac_cv_func_connect=yes
4816 else
4817 echo "$as_me: failed program was:" >&5
4818 sed 's/^/| /' conftest.$ac_ext >&5
4820 ac_cv_func_connect=no
4823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4824 conftest$ac_exeext conftest.$ac_ext
4826 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4827 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4829 if test $ac_cv_func_connect = no; then
4830 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4831 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4832 if test "${ac_cv_lib_socket_connect+set}" = set; then
4833 echo $ECHO_N "(cached) $ECHO_C" >&6
4834 else
4835 ac_check_lib_save_LIBS=$LIBS
4836 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4837 cat >conftest.$ac_ext <<_ACEOF
4838 /* confdefs.h. */
4839 _ACEOF
4840 cat confdefs.h >>conftest.$ac_ext
4841 cat >>conftest.$ac_ext <<_ACEOF
4842 /* end confdefs.h. */
4844 /* Override any GCC internal prototype to avoid an error.
4845 Use char because int might match the return type of a GCC
4846 builtin and then its argument prototype would still apply. */
4847 #ifdef __cplusplus
4848 extern "C"
4849 #endif
4850 char connect ();
4852 main ()
4854 return connect ();
4856 return 0;
4858 _ACEOF
4859 rm -f conftest.$ac_objext conftest$ac_exeext
4860 if { (ac_try="$ac_link"
4861 case "(($ac_try" in
4862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4863 *) ac_try_echo=$ac_try;;
4864 esac
4865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4866 (eval "$ac_link") 2>conftest.er1
4867 ac_status=$?
4868 grep -v '^ *+' conftest.er1 >conftest.err
4869 rm -f conftest.er1
4870 cat conftest.err >&5
4871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4872 (exit $ac_status); } && {
4873 test -z "$ac_c_werror_flag" ||
4874 test ! -s conftest.err
4875 } && test -s conftest$ac_exeext &&
4876 $as_test_x conftest$ac_exeext; then
4877 ac_cv_lib_socket_connect=yes
4878 else
4879 echo "$as_me: failed program was:" >&5
4880 sed 's/^/| /' conftest.$ac_ext >&5
4882 ac_cv_lib_socket_connect=no
4885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4886 conftest$ac_exeext conftest.$ac_ext
4887 LIBS=$ac_check_lib_save_LIBS
4889 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4890 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4891 if test $ac_cv_lib_socket_connect = yes; then
4892 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4897 # Guillermo Gomez says -lposix is necessary on A/UX.
4898 { echo "$as_me:$LINENO: checking for remove" >&5
4899 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4900 if test "${ac_cv_func_remove+set}" = set; then
4901 echo $ECHO_N "(cached) $ECHO_C" >&6
4902 else
4903 cat >conftest.$ac_ext <<_ACEOF
4904 /* confdefs.h. */
4905 _ACEOF
4906 cat confdefs.h >>conftest.$ac_ext
4907 cat >>conftest.$ac_ext <<_ACEOF
4908 /* end confdefs.h. */
4909 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4911 #define remove innocuous_remove
4913 /* System header to define __stub macros and hopefully few prototypes,
4914 which can conflict with char remove (); below.
4915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4916 <limits.h> exists even on freestanding compilers. */
4918 #ifdef __STDC__
4919 # include <limits.h>
4920 #else
4921 # include <assert.h>
4922 #endif
4924 #undef remove
4926 /* Override any GCC internal prototype to avoid an error.
4927 Use char because int might match the return type of a GCC
4928 builtin and then its argument prototype would still apply. */
4929 #ifdef __cplusplus
4930 extern "C"
4931 #endif
4932 char remove ();
4933 /* The GNU C library defines this for functions which it implements
4934 to always fail with ENOSYS. Some functions are actually named
4935 something starting with __ and the normal name is an alias. */
4936 #if defined __stub_remove || defined __stub___remove
4937 choke me
4938 #endif
4941 main ()
4943 return remove ();
4945 return 0;
4947 _ACEOF
4948 rm -f conftest.$ac_objext conftest$ac_exeext
4949 if { (ac_try="$ac_link"
4950 case "(($ac_try" in
4951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4952 *) ac_try_echo=$ac_try;;
4953 esac
4954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4955 (eval "$ac_link") 2>conftest.er1
4956 ac_status=$?
4957 grep -v '^ *+' conftest.er1 >conftest.err
4958 rm -f conftest.er1
4959 cat conftest.err >&5
4960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4961 (exit $ac_status); } && {
4962 test -z "$ac_c_werror_flag" ||
4963 test ! -s conftest.err
4964 } && test -s conftest$ac_exeext &&
4965 $as_test_x conftest$ac_exeext; then
4966 ac_cv_func_remove=yes
4967 else
4968 echo "$as_me: failed program was:" >&5
4969 sed 's/^/| /' conftest.$ac_ext >&5
4971 ac_cv_func_remove=no
4974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4975 conftest$ac_exeext conftest.$ac_ext
4977 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4978 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4980 if test $ac_cv_func_remove = no; then
4981 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4982 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4983 if test "${ac_cv_lib_posix_remove+set}" = set; then
4984 echo $ECHO_N "(cached) $ECHO_C" >&6
4985 else
4986 ac_check_lib_save_LIBS=$LIBS
4987 LIBS="-lposix $LIBS"
4988 cat >conftest.$ac_ext <<_ACEOF
4989 /* confdefs.h. */
4990 _ACEOF
4991 cat confdefs.h >>conftest.$ac_ext
4992 cat >>conftest.$ac_ext <<_ACEOF
4993 /* end confdefs.h. */
4995 /* Override any GCC internal prototype to avoid an error.
4996 Use char because int might match the return type of a GCC
4997 builtin and then its argument prototype would still apply. */
4998 #ifdef __cplusplus
4999 extern "C"
5000 #endif
5001 char remove ();
5003 main ()
5005 return remove ();
5007 return 0;
5009 _ACEOF
5010 rm -f conftest.$ac_objext conftest$ac_exeext
5011 if { (ac_try="$ac_link"
5012 case "(($ac_try" in
5013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5014 *) ac_try_echo=$ac_try;;
5015 esac
5016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5017 (eval "$ac_link") 2>conftest.er1
5018 ac_status=$?
5019 grep -v '^ *+' conftest.er1 >conftest.err
5020 rm -f conftest.er1
5021 cat conftest.err >&5
5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023 (exit $ac_status); } && {
5024 test -z "$ac_c_werror_flag" ||
5025 test ! -s conftest.err
5026 } && test -s conftest$ac_exeext &&
5027 $as_test_x conftest$ac_exeext; then
5028 ac_cv_lib_posix_remove=yes
5029 else
5030 echo "$as_me: failed program was:" >&5
5031 sed 's/^/| /' conftest.$ac_ext >&5
5033 ac_cv_lib_posix_remove=no
5036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5037 conftest$ac_exeext conftest.$ac_ext
5038 LIBS=$ac_check_lib_save_LIBS
5040 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5041 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5042 if test $ac_cv_lib_posix_remove = yes; then
5043 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5048 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5049 { echo "$as_me:$LINENO: checking for shmat" >&5
5050 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5051 if test "${ac_cv_func_shmat+set}" = set; then
5052 echo $ECHO_N "(cached) $ECHO_C" >&6
5053 else
5054 cat >conftest.$ac_ext <<_ACEOF
5055 /* confdefs.h. */
5056 _ACEOF
5057 cat confdefs.h >>conftest.$ac_ext
5058 cat >>conftest.$ac_ext <<_ACEOF
5059 /* end confdefs.h. */
5060 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5062 #define shmat innocuous_shmat
5064 /* System header to define __stub macros and hopefully few prototypes,
5065 which can conflict with char shmat (); below.
5066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5067 <limits.h> exists even on freestanding compilers. */
5069 #ifdef __STDC__
5070 # include <limits.h>
5071 #else
5072 # include <assert.h>
5073 #endif
5075 #undef shmat
5077 /* Override any GCC internal prototype to avoid an error.
5078 Use char because int might match the return type of a GCC
5079 builtin and then its argument prototype would still apply. */
5080 #ifdef __cplusplus
5081 extern "C"
5082 #endif
5083 char shmat ();
5084 /* The GNU C library defines this for functions which it implements
5085 to always fail with ENOSYS. Some functions are actually named
5086 something starting with __ and the normal name is an alias. */
5087 #if defined __stub_shmat || defined __stub___shmat
5088 choke me
5089 #endif
5092 main ()
5094 return shmat ();
5096 return 0;
5098 _ACEOF
5099 rm -f conftest.$ac_objext conftest$ac_exeext
5100 if { (ac_try="$ac_link"
5101 case "(($ac_try" in
5102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5103 *) ac_try_echo=$ac_try;;
5104 esac
5105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5106 (eval "$ac_link") 2>conftest.er1
5107 ac_status=$?
5108 grep -v '^ *+' conftest.er1 >conftest.err
5109 rm -f conftest.er1
5110 cat conftest.err >&5
5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5112 (exit $ac_status); } && {
5113 test -z "$ac_c_werror_flag" ||
5114 test ! -s conftest.err
5115 } && test -s conftest$ac_exeext &&
5116 $as_test_x conftest$ac_exeext; then
5117 ac_cv_func_shmat=yes
5118 else
5119 echo "$as_me: failed program was:" >&5
5120 sed 's/^/| /' conftest.$ac_ext >&5
5122 ac_cv_func_shmat=no
5125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5126 conftest$ac_exeext conftest.$ac_ext
5128 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5129 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5131 if test $ac_cv_func_shmat = no; then
5132 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5133 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5134 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5135 echo $ECHO_N "(cached) $ECHO_C" >&6
5136 else
5137 ac_check_lib_save_LIBS=$LIBS
5138 LIBS="-lipc $LIBS"
5139 cat >conftest.$ac_ext <<_ACEOF
5140 /* confdefs.h. */
5141 _ACEOF
5142 cat confdefs.h >>conftest.$ac_ext
5143 cat >>conftest.$ac_ext <<_ACEOF
5144 /* end confdefs.h. */
5146 /* Override any GCC internal prototype to avoid an error.
5147 Use char because int might match the return type of a GCC
5148 builtin and then its argument prototype would still apply. */
5149 #ifdef __cplusplus
5150 extern "C"
5151 #endif
5152 char shmat ();
5154 main ()
5156 return shmat ();
5158 return 0;
5160 _ACEOF
5161 rm -f conftest.$ac_objext conftest$ac_exeext
5162 if { (ac_try="$ac_link"
5163 case "(($ac_try" in
5164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5165 *) ac_try_echo=$ac_try;;
5166 esac
5167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5168 (eval "$ac_link") 2>conftest.er1
5169 ac_status=$?
5170 grep -v '^ *+' conftest.er1 >conftest.err
5171 rm -f conftest.er1
5172 cat conftest.err >&5
5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5174 (exit $ac_status); } && {
5175 test -z "$ac_c_werror_flag" ||
5176 test ! -s conftest.err
5177 } && test -s conftest$ac_exeext &&
5178 $as_test_x conftest$ac_exeext; then
5179 ac_cv_lib_ipc_shmat=yes
5180 else
5181 echo "$as_me: failed program was:" >&5
5182 sed 's/^/| /' conftest.$ac_ext >&5
5184 ac_cv_lib_ipc_shmat=no
5187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5188 conftest$ac_exeext conftest.$ac_ext
5189 LIBS=$ac_check_lib_save_LIBS
5191 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5192 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5193 if test $ac_cv_lib_ipc_shmat = yes; then
5194 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5200 # Check for libraries that X11R6 Xt/Xaw programs need.
5201 ac_save_LDFLAGS=$LDFLAGS
5202 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5203 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5204 # check for ICE first), but we must link in the order -lSM -lICE or
5205 # we get undefined symbols. So assume we have SM if we have ICE.
5206 # These have to be linked with before -lX11, unlike the other
5207 # libraries we check for below, so use a different variable.
5208 # John Interrante, Karl Berry
5209 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5210 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5211 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5212 echo $ECHO_N "(cached) $ECHO_C" >&6
5213 else
5214 ac_check_lib_save_LIBS=$LIBS
5215 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5216 cat >conftest.$ac_ext <<_ACEOF
5217 /* confdefs.h. */
5218 _ACEOF
5219 cat confdefs.h >>conftest.$ac_ext
5220 cat >>conftest.$ac_ext <<_ACEOF
5221 /* end confdefs.h. */
5223 /* Override any GCC internal prototype to avoid an error.
5224 Use char because int might match the return type of a GCC
5225 builtin and then its argument prototype would still apply. */
5226 #ifdef __cplusplus
5227 extern "C"
5228 #endif
5229 char IceConnectionNumber ();
5231 main ()
5233 return IceConnectionNumber ();
5235 return 0;
5237 _ACEOF
5238 rm -f conftest.$ac_objext conftest$ac_exeext
5239 if { (ac_try="$ac_link"
5240 case "(($ac_try" in
5241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5242 *) ac_try_echo=$ac_try;;
5243 esac
5244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5245 (eval "$ac_link") 2>conftest.er1
5246 ac_status=$?
5247 grep -v '^ *+' conftest.er1 >conftest.err
5248 rm -f conftest.er1
5249 cat conftest.err >&5
5250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5251 (exit $ac_status); } && {
5252 test -z "$ac_c_werror_flag" ||
5253 test ! -s conftest.err
5254 } && test -s conftest$ac_exeext &&
5255 $as_test_x conftest$ac_exeext; then
5256 ac_cv_lib_ICE_IceConnectionNumber=yes
5257 else
5258 echo "$as_me: failed program was:" >&5
5259 sed 's/^/| /' conftest.$ac_ext >&5
5261 ac_cv_lib_ICE_IceConnectionNumber=no
5264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5265 conftest$ac_exeext conftest.$ac_ext
5266 LIBS=$ac_check_lib_save_LIBS
5268 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5269 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5270 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5271 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5274 LDFLAGS=$ac_save_LDFLAGS
5279 for ac_prog in flex
5281 # Extract the first word of "$ac_prog", so it can be a program name with args.
5282 set dummy $ac_prog; ac_word=$2
5283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5285 if test "${ac_cv_prog_FLEX+set}" = set; then
5286 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 else
5288 if test -n "$FLEX"; then
5289 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5290 else
5291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 for as_dir in $PATH
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
5297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5298 ac_cv_prog_FLEX="$ac_prog"
5299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5302 done
5303 done
5304 IFS=$as_save_IFS
5308 FLEX=$ac_cv_prog_FLEX
5309 if test -n "$FLEX"; then
5310 { echo "$as_me:$LINENO: result: $FLEX" >&5
5311 echo "${ECHO_T}$FLEX" >&6; }
5312 else
5313 { echo "$as_me:$LINENO: result: no" >&5
5314 echo "${ECHO_T}no" >&6; }
5318 test -n "$FLEX" && break
5319 done
5320 test -n "$FLEX" || FLEX="none"
5322 if test "$FLEX" = "none"
5323 then
5324 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5325 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5326 { (exit 1); exit 1; }; }
5329 for ac_prog in bison
5331 # Extract the first word of "$ac_prog", so it can be a program name with args.
5332 set dummy $ac_prog; ac_word=$2
5333 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5335 if test "${ac_cv_prog_BISON+set}" = set; then
5336 echo $ECHO_N "(cached) $ECHO_C" >&6
5337 else
5338 if test -n "$BISON"; then
5339 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5340 else
5341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5342 for as_dir in $PATH
5344 IFS=$as_save_IFS
5345 test -z "$as_dir" && as_dir=.
5346 for ac_exec_ext in '' $ac_executable_extensions; do
5347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5348 ac_cv_prog_BISON="$ac_prog"
5349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5350 break 2
5352 done
5353 done
5354 IFS=$as_save_IFS
5358 BISON=$ac_cv_prog_BISON
5359 if test -n "$BISON"; then
5360 { echo "$as_me:$LINENO: result: $BISON" >&5
5361 echo "${ECHO_T}$BISON" >&6; }
5362 else
5363 { echo "$as_me:$LINENO: result: no" >&5
5364 echo "${ECHO_T}no" >&6; }
5368 test -n "$BISON" && break
5369 done
5370 test -n "$BISON" || BISON="none"
5372 if test "$BISON" = "none"
5373 then
5374 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5375 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5376 { (exit 1); exit 1; }; }
5379 if test -n "$ac_tool_prefix"; then
5380 for ac_prog in gas as
5382 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5383 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5386 if test "${ac_cv_prog_AS+set}" = set; then
5387 echo $ECHO_N "(cached) $ECHO_C" >&6
5388 else
5389 if test -n "$AS"; then
5390 ac_cv_prog_AS="$AS" # Let the user override the test.
5391 else
5392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5393 for as_dir in $PATH
5395 IFS=$as_save_IFS
5396 test -z "$as_dir" && as_dir=.
5397 for ac_exec_ext in '' $ac_executable_extensions; do
5398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5399 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5400 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5401 break 2
5403 done
5404 done
5405 IFS=$as_save_IFS
5409 AS=$ac_cv_prog_AS
5410 if test -n "$AS"; then
5411 { echo "$as_me:$LINENO: result: $AS" >&5
5412 echo "${ECHO_T}$AS" >&6; }
5413 else
5414 { echo "$as_me:$LINENO: result: no" >&5
5415 echo "${ECHO_T}no" >&6; }
5419 test -n "$AS" && break
5420 done
5422 if test -z "$AS"; then
5423 ac_ct_AS=$AS
5424 for ac_prog in gas as
5426 # Extract the first word of "$ac_prog", so it can be a program name with args.
5427 set dummy $ac_prog; ac_word=$2
5428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5430 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5431 echo $ECHO_N "(cached) $ECHO_C" >&6
5432 else
5433 if test -n "$ac_ct_AS"; then
5434 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5435 else
5436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5437 for as_dir in $PATH
5439 IFS=$as_save_IFS
5440 test -z "$as_dir" && as_dir=.
5441 for ac_exec_ext in '' $ac_executable_extensions; do
5442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_ac_ct_AS="$ac_prog"
5444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5445 break 2
5447 done
5448 done
5449 IFS=$as_save_IFS
5453 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5454 if test -n "$ac_ct_AS"; then
5455 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5456 echo "${ECHO_T}$ac_ct_AS" >&6; }
5457 else
5458 { echo "$as_me:$LINENO: result: no" >&5
5459 echo "${ECHO_T}no" >&6; }
5463 test -n "$ac_ct_AS" && break
5464 done
5466 if test "x$ac_ct_AS" = x; then
5467 AS="as"
5468 else
5469 case $cross_compiling:$ac_tool_warned in
5470 yes:)
5471 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5472 whose name does not start with the host triplet. If you think this
5473 configuration is useful to you, please write to autoconf@gnu.org." >&5
5474 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5475 whose name does not start with the host triplet. If you think this
5476 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5477 ac_tool_warned=yes ;;
5478 esac
5479 AS=$ac_ct_AS
5483 if test -n "$ac_tool_prefix"; then
5484 for ac_prog in ld gld
5486 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5487 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5490 if test "${ac_cv_prog_LD+set}" = set; then
5491 echo $ECHO_N "(cached) $ECHO_C" >&6
5492 else
5493 if test -n "$LD"; then
5494 ac_cv_prog_LD="$LD" # Let the user override the test.
5495 else
5496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497 for as_dir in $PATH
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
5501 for ac_exec_ext in '' $ac_executable_extensions; do
5502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5503 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5505 break 2
5507 done
5508 done
5509 IFS=$as_save_IFS
5513 LD=$ac_cv_prog_LD
5514 if test -n "$LD"; then
5515 { echo "$as_me:$LINENO: result: $LD" >&5
5516 echo "${ECHO_T}$LD" >&6; }
5517 else
5518 { echo "$as_me:$LINENO: result: no" >&5
5519 echo "${ECHO_T}no" >&6; }
5523 test -n "$LD" && break
5524 done
5526 if test -z "$LD"; then
5527 ac_ct_LD=$LD
5528 for ac_prog in ld gld
5530 # Extract the first word of "$ac_prog", so it can be a program name with args.
5531 set dummy $ac_prog; ac_word=$2
5532 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5534 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5535 echo $ECHO_N "(cached) $ECHO_C" >&6
5536 else
5537 if test -n "$ac_ct_LD"; then
5538 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5539 else
5540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5541 for as_dir in $PATH
5543 IFS=$as_save_IFS
5544 test -z "$as_dir" && as_dir=.
5545 for ac_exec_ext in '' $ac_executable_extensions; do
5546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5547 ac_cv_prog_ac_ct_LD="$ac_prog"
5548 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 break 2
5551 done
5552 done
5553 IFS=$as_save_IFS
5557 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5558 if test -n "$ac_ct_LD"; then
5559 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5560 echo "${ECHO_T}$ac_ct_LD" >&6; }
5561 else
5562 { echo "$as_me:$LINENO: result: no" >&5
5563 echo "${ECHO_T}no" >&6; }
5567 test -n "$ac_ct_LD" && break
5568 done
5570 if test "x$ac_ct_LD" = x; then
5571 LD="ld"
5572 else
5573 case $cross_compiling:$ac_tool_warned in
5574 yes:)
5575 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5576 whose name does not start with the host triplet. If you think this
5577 configuration is useful to you, please write to autoconf@gnu.org." >&5
5578 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5579 whose name does not start with the host triplet. If you think this
5580 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5581 ac_tool_warned=yes ;;
5582 esac
5583 LD=$ac_ct_LD
5587 if test -n "$ac_tool_prefix"; then
5588 for ac_prog in nm gnm
5590 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5591 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5594 if test "${ac_cv_prog_NM+set}" = set; then
5595 echo $ECHO_N "(cached) $ECHO_C" >&6
5596 else
5597 if test -n "$NM"; then
5598 ac_cv_prog_NM="$NM" # Let the user override the test.
5599 else
5600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5601 for as_dir in $PATH
5603 IFS=$as_save_IFS
5604 test -z "$as_dir" && as_dir=.
5605 for ac_exec_ext in '' $ac_executable_extensions; do
5606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5607 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5609 break 2
5611 done
5612 done
5613 IFS=$as_save_IFS
5617 NM=$ac_cv_prog_NM
5618 if test -n "$NM"; then
5619 { echo "$as_me:$LINENO: result: $NM" >&5
5620 echo "${ECHO_T}$NM" >&6; }
5621 else
5622 { echo "$as_me:$LINENO: result: no" >&5
5623 echo "${ECHO_T}no" >&6; }
5627 test -n "$NM" && break
5628 done
5630 if test -z "$NM"; then
5631 ac_ct_NM=$NM
5632 for ac_prog in nm gnm
5634 # Extract the first word of "$ac_prog", so it can be a program name with args.
5635 set dummy $ac_prog; ac_word=$2
5636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5638 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5639 echo $ECHO_N "(cached) $ECHO_C" >&6
5640 else
5641 if test -n "$ac_ct_NM"; then
5642 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5643 else
5644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5645 for as_dir in $PATH
5647 IFS=$as_save_IFS
5648 test -z "$as_dir" && as_dir=.
5649 for ac_exec_ext in '' $ac_executable_extensions; do
5650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5651 ac_cv_prog_ac_ct_NM="$ac_prog"
5652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5653 break 2
5655 done
5656 done
5657 IFS=$as_save_IFS
5661 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5662 if test -n "$ac_ct_NM"; then
5663 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5664 echo "${ECHO_T}$ac_ct_NM" >&6; }
5665 else
5666 { echo "$as_me:$LINENO: result: no" >&5
5667 echo "${ECHO_T}no" >&6; }
5671 test -n "$ac_ct_NM" && break
5672 done
5674 if test "x$ac_ct_NM" = x; then
5675 NM="nm"
5676 else
5677 case $cross_compiling:$ac_tool_warned in
5678 yes:)
5679 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5680 whose name does not start with the host triplet. If you think this
5681 configuration is useful to you, please write to autoconf@gnu.org." >&5
5682 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5683 whose name does not start with the host triplet. If you think this
5684 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5685 ac_tool_warned=yes ;;
5686 esac
5687 NM=$ac_ct_NM
5691 if test -n "$ac_tool_prefix"; then
5692 for ac_prog in ar gar
5694 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5695 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5698 if test "${ac_cv_prog_AR+set}" = set; then
5699 echo $ECHO_N "(cached) $ECHO_C" >&6
5700 else
5701 if test -n "$AR"; then
5702 ac_cv_prog_AR="$AR" # Let the user override the test.
5703 else
5704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5705 for as_dir in $PATH
5707 IFS=$as_save_IFS
5708 test -z "$as_dir" && as_dir=.
5709 for ac_exec_ext in '' $ac_executable_extensions; do
5710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5711 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5713 break 2
5715 done
5716 done
5717 IFS=$as_save_IFS
5721 AR=$ac_cv_prog_AR
5722 if test -n "$AR"; then
5723 { echo "$as_me:$LINENO: result: $AR" >&5
5724 echo "${ECHO_T}$AR" >&6; }
5725 else
5726 { echo "$as_me:$LINENO: result: no" >&5
5727 echo "${ECHO_T}no" >&6; }
5731 test -n "$AR" && break
5732 done
5734 if test -z "$AR"; then
5735 ac_ct_AR=$AR
5736 for ac_prog in ar gar
5738 # Extract the first word of "$ac_prog", so it can be a program name with args.
5739 set dummy $ac_prog; ac_word=$2
5740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5742 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5743 echo $ECHO_N "(cached) $ECHO_C" >&6
5744 else
5745 if test -n "$ac_ct_AR"; then
5746 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5747 else
5748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5749 for as_dir in $PATH
5751 IFS=$as_save_IFS
5752 test -z "$as_dir" && as_dir=.
5753 for ac_exec_ext in '' $ac_executable_extensions; do
5754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5755 ac_cv_prog_ac_ct_AR="$ac_prog"
5756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5757 break 2
5759 done
5760 done
5761 IFS=$as_save_IFS
5765 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5766 if test -n "$ac_ct_AR"; then
5767 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5768 echo "${ECHO_T}$ac_ct_AR" >&6; }
5769 else
5770 { echo "$as_me:$LINENO: result: no" >&5
5771 echo "${ECHO_T}no" >&6; }
5775 test -n "$ac_ct_AR" && break
5776 done
5778 if test "x$ac_ct_AR" = x; then
5779 AR="ar"
5780 else
5781 case $cross_compiling:$ac_tool_warned in
5782 yes:)
5783 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5784 whose name does not start with the host triplet. If you think this
5785 configuration is useful to you, please write to autoconf@gnu.org." >&5
5786 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5787 whose name does not start with the host triplet. If you think this
5788 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791 AR=$ac_ct_AR
5795 ARFLAGS=rc
5797 if test -n "$ac_tool_prefix"; then
5798 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5799 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5802 if test "${ac_cv_prog_RANLIB+set}" = set; then
5803 echo $ECHO_N "(cached) $ECHO_C" >&6
5804 else
5805 if test -n "$RANLIB"; then
5806 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5819 done
5820 done
5821 IFS=$as_save_IFS
5825 RANLIB=$ac_cv_prog_RANLIB
5826 if test -n "$RANLIB"; then
5827 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5828 echo "${ECHO_T}$RANLIB" >&6; }
5829 else
5830 { echo "$as_me:$LINENO: result: no" >&5
5831 echo "${ECHO_T}no" >&6; }
5836 if test -z "$ac_cv_prog_RANLIB"; then
5837 ac_ct_RANLIB=$RANLIB
5838 # Extract the first word of "ranlib", so it can be a program name with args.
5839 set dummy ranlib; ac_word=$2
5840 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5841 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5842 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5843 echo $ECHO_N "(cached) $ECHO_C" >&6
5844 else
5845 if test -n "$ac_ct_RANLIB"; then
5846 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5847 else
5848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5849 for as_dir in $PATH
5851 IFS=$as_save_IFS
5852 test -z "$as_dir" && as_dir=.
5853 for ac_exec_ext in '' $ac_executable_extensions; do
5854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5855 ac_cv_prog_ac_ct_RANLIB="ranlib"
5856 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5857 break 2
5859 done
5860 done
5861 IFS=$as_save_IFS
5865 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5866 if test -n "$ac_ct_RANLIB"; then
5867 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5868 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5869 else
5870 { echo "$as_me:$LINENO: result: no" >&5
5871 echo "${ECHO_T}no" >&6; }
5874 if test "x$ac_ct_RANLIB" = x; then
5875 RANLIB=":"
5876 else
5877 case $cross_compiling:$ac_tool_warned in
5878 yes:)
5879 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5880 whose name does not start with the host triplet. If you think this
5881 configuration is useful to you, please write to autoconf@gnu.org." >&5
5882 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5883 whose name does not start with the host triplet. If you think this
5884 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5885 ac_tool_warned=yes ;;
5886 esac
5887 RANLIB=$ac_ct_RANLIB
5889 else
5890 RANLIB="$ac_cv_prog_RANLIB"
5893 if test -n "$ac_tool_prefix"; then
5894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5895 set dummy ${ac_tool_prefix}strip; ac_word=$2
5896 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5898 if test "${ac_cv_prog_STRIP+set}" = set; then
5899 echo $ECHO_N "(cached) $ECHO_C" >&6
5900 else
5901 if test -n "$STRIP"; then
5902 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5903 else
5904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5905 for as_dir in $PATH
5907 IFS=$as_save_IFS
5908 test -z "$as_dir" && as_dir=.
5909 for ac_exec_ext in '' $ac_executable_extensions; do
5910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5911 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5913 break 2
5915 done
5916 done
5917 IFS=$as_save_IFS
5921 STRIP=$ac_cv_prog_STRIP
5922 if test -n "$STRIP"; then
5923 { echo "$as_me:$LINENO: result: $STRIP" >&5
5924 echo "${ECHO_T}$STRIP" >&6; }
5925 else
5926 { echo "$as_me:$LINENO: result: no" >&5
5927 echo "${ECHO_T}no" >&6; }
5932 if test -z "$ac_cv_prog_STRIP"; then
5933 ac_ct_STRIP=$STRIP
5934 # Extract the first word of "strip", so it can be a program name with args.
5935 set dummy strip; ac_word=$2
5936 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5937 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5938 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5939 echo $ECHO_N "(cached) $ECHO_C" >&6
5940 else
5941 if test -n "$ac_ct_STRIP"; then
5942 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5943 else
5944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5945 for as_dir in $PATH
5947 IFS=$as_save_IFS
5948 test -z "$as_dir" && as_dir=.
5949 for ac_exec_ext in '' $ac_executable_extensions; do
5950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5951 ac_cv_prog_ac_ct_STRIP="strip"
5952 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5953 break 2
5955 done
5956 done
5957 IFS=$as_save_IFS
5961 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5962 if test -n "$ac_ct_STRIP"; then
5963 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5964 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5965 else
5966 { echo "$as_me:$LINENO: result: no" >&5
5967 echo "${ECHO_T}no" >&6; }
5970 if test "x$ac_ct_STRIP" = x; then
5971 STRIP="strip"
5972 else
5973 case $cross_compiling:$ac_tool_warned in
5974 yes:)
5975 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5976 whose name does not start with the host triplet. If you think this
5977 configuration is useful to you, please write to autoconf@gnu.org." >&5
5978 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5979 whose name does not start with the host triplet. If you think this
5980 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5981 ac_tool_warned=yes ;;
5982 esac
5983 STRIP=$ac_ct_STRIP
5985 else
5986 STRIP="$ac_cv_prog_STRIP"
5989 if test -n "$ac_tool_prefix"; then
5990 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5991 set dummy ${ac_tool_prefix}windres; ac_word=$2
5992 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5994 if test "${ac_cv_prog_WINDRES+set}" = set; then
5995 echo $ECHO_N "(cached) $ECHO_C" >&6
5996 else
5997 if test -n "$WINDRES"; then
5998 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5999 else
6000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001 for as_dir in $PATH
6003 IFS=$as_save_IFS
6004 test -z "$as_dir" && as_dir=.
6005 for ac_exec_ext in '' $ac_executable_extensions; do
6006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6007 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6009 break 2
6011 done
6012 done
6013 IFS=$as_save_IFS
6017 WINDRES=$ac_cv_prog_WINDRES
6018 if test -n "$WINDRES"; then
6019 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6020 echo "${ECHO_T}$WINDRES" >&6; }
6021 else
6022 { echo "$as_me:$LINENO: result: no" >&5
6023 echo "${ECHO_T}no" >&6; }
6028 if test -z "$ac_cv_prog_WINDRES"; then
6029 ac_ct_WINDRES=$WINDRES
6030 # Extract the first word of "windres", so it can be a program name with args.
6031 set dummy windres; ac_word=$2
6032 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6034 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6035 echo $ECHO_N "(cached) $ECHO_C" >&6
6036 else
6037 if test -n "$ac_ct_WINDRES"; then
6038 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6039 else
6040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6041 for as_dir in $PATH
6043 IFS=$as_save_IFS
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
6046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6047 ac_cv_prog_ac_ct_WINDRES="windres"
6048 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6049 break 2
6051 done
6052 done
6053 IFS=$as_save_IFS
6057 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6058 if test -n "$ac_ct_WINDRES"; then
6059 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6060 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6061 else
6062 { echo "$as_me:$LINENO: result: no" >&5
6063 echo "${ECHO_T}no" >&6; }
6066 if test "x$ac_ct_WINDRES" = x; then
6067 WINDRES="false"
6068 else
6069 case $cross_compiling:$ac_tool_warned in
6070 yes:)
6071 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6072 whose name does not start with the host triplet. If you think this
6073 configuration is useful to you, please write to autoconf@gnu.org." >&5
6074 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6075 whose name does not start with the host triplet. If you think this
6076 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6077 ac_tool_warned=yes ;;
6078 esac
6079 WINDRES=$ac_ct_WINDRES
6081 else
6082 WINDRES="$ac_cv_prog_WINDRES"
6085 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6086 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6087 LN_S=$as_ln_s
6088 if test "$LN_S" = "ln -s"; then
6089 { echo "$as_me:$LINENO: result: yes" >&5
6090 echo "${ECHO_T}yes" >&6; }
6091 else
6092 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6093 echo "${ECHO_T}no, using $LN_S" >&6; }
6096 { echo "$as_me:$LINENO: checking whether ln works" >&5
6097 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6098 rm -f conf$$ conf$$.file
6099 echo >conf$$.file
6100 if ln conf$$.file conf$$ 2>/dev/null; then
6101 LN=ln
6103 { echo "$as_me:$LINENO: result: yes" >&5
6104 echo "${ECHO_T}yes" >&6; }
6105 else
6106 LN="cp -p"
6108 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6109 echo "${ECHO_T}no, using $LN" >&6; }
6111 rm -f conf$$ conf$$.file
6112 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6113 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6114 if test "${ac_cv_path_GREP+set}" = set; then
6115 echo $ECHO_N "(cached) $ECHO_C" >&6
6116 else
6117 # Extract the first word of "grep ggrep" to use in msg output
6118 if test -z "$GREP"; then
6119 set dummy grep ggrep; ac_prog_name=$2
6120 if test "${ac_cv_path_GREP+set}" = set; then
6121 echo $ECHO_N "(cached) $ECHO_C" >&6
6122 else
6123 ac_path_GREP_found=false
6124 # Loop through the user's path and test for each of PROGNAME-LIST
6125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6128 IFS=$as_save_IFS
6129 test -z "$as_dir" && as_dir=.
6130 for ac_prog in grep ggrep; do
6131 for ac_exec_ext in '' $ac_executable_extensions; do
6132 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6133 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6134 # Check for GNU ac_path_GREP and select it if it is found.
6135 # Check for GNU $ac_path_GREP
6136 case `"$ac_path_GREP" --version 2>&1` in
6137 *GNU*)
6138 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6140 ac_count=0
6141 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6142 while :
6144 cat "conftest.in" "conftest.in" >"conftest.tmp"
6145 mv "conftest.tmp" "conftest.in"
6146 cp "conftest.in" "conftest.nl"
6147 echo 'GREP' >> "conftest.nl"
6148 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6149 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6150 ac_count=`expr $ac_count + 1`
6151 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6152 # Best one so far, save it but keep looking for a better one
6153 ac_cv_path_GREP="$ac_path_GREP"
6154 ac_path_GREP_max=$ac_count
6156 # 10*(2^10) chars as input seems more than enough
6157 test $ac_count -gt 10 && break
6158 done
6159 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6160 esac
6163 $ac_path_GREP_found && break 3
6164 done
6165 done
6167 done
6168 IFS=$as_save_IFS
6173 GREP="$ac_cv_path_GREP"
6174 if test -z "$GREP"; then
6175 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6176 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6177 { (exit 1); exit 1; }; }
6180 else
6181 ac_cv_path_GREP=$GREP
6186 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6187 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6188 GREP="$ac_cv_path_GREP"
6191 { echo "$as_me:$LINENO: checking for egrep" >&5
6192 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6193 if test "${ac_cv_path_EGREP+set}" = set; then
6194 echo $ECHO_N "(cached) $ECHO_C" >&6
6195 else
6196 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6197 then ac_cv_path_EGREP="$GREP -E"
6198 else
6199 # Extract the first word of "egrep" to use in msg output
6200 if test -z "$EGREP"; then
6201 set dummy egrep; ac_prog_name=$2
6202 if test "${ac_cv_path_EGREP+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 else
6205 ac_path_EGREP_found=false
6206 # Loop through the user's path and test for each of PROGNAME-LIST
6207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6210 IFS=$as_save_IFS
6211 test -z "$as_dir" && as_dir=.
6212 for ac_prog in egrep; do
6213 for ac_exec_ext in '' $ac_executable_extensions; do
6214 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6215 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6216 # Check for GNU ac_path_EGREP and select it if it is found.
6217 # Check for GNU $ac_path_EGREP
6218 case `"$ac_path_EGREP" --version 2>&1` in
6219 *GNU*)
6220 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6222 ac_count=0
6223 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6224 while :
6226 cat "conftest.in" "conftest.in" >"conftest.tmp"
6227 mv "conftest.tmp" "conftest.in"
6228 cp "conftest.in" "conftest.nl"
6229 echo 'EGREP' >> "conftest.nl"
6230 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6231 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6232 ac_count=`expr $ac_count + 1`
6233 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6234 # Best one so far, save it but keep looking for a better one
6235 ac_cv_path_EGREP="$ac_path_EGREP"
6236 ac_path_EGREP_max=$ac_count
6238 # 10*(2^10) chars as input seems more than enough
6239 test $ac_count -gt 10 && break
6240 done
6241 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6242 esac
6245 $ac_path_EGREP_found && break 3
6246 done
6247 done
6249 done
6250 IFS=$as_save_IFS
6255 EGREP="$ac_cv_path_EGREP"
6256 if test -z "$EGREP"; then
6257 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6258 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6259 { (exit 1); exit 1; }; }
6262 else
6263 ac_cv_path_EGREP=$EGREP
6269 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6270 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6271 EGREP="$ac_cv_path_EGREP"
6274 # Extract the first word of "ldconfig", so it can be a program name with args.
6275 set dummy ldconfig; ac_word=$2
6276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6278 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6279 echo $ECHO_N "(cached) $ECHO_C" >&6
6280 else
6281 case $LDCONFIG in
6282 [\\/]* | ?:[\\/]*)
6283 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287 for as_dir in /sbin /usr/sbin $PATH
6289 IFS=$as_save_IFS
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6293 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6295 break 2
6297 done
6298 done
6299 IFS=$as_save_IFS
6301 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6303 esac
6305 LDCONFIG=$ac_cv_path_LDCONFIG
6306 if test -n "$LDCONFIG"; then
6307 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6308 echo "${ECHO_T}$LDCONFIG" >&6; }
6309 else
6310 { echo "$as_me:$LINENO: result: no" >&5
6311 echo "${ECHO_T}no" >&6; }
6315 # Find a good install program. We prefer a C program (faster),
6316 # so one script is as good as another. But avoid the broken or
6317 # incompatible versions:
6318 # SysV /etc/install, /usr/sbin/install
6319 # SunOS /usr/etc/install
6320 # IRIX /sbin/install
6321 # AIX /bin/install
6322 # AmigaOS /C/install, which installs bootblocks on floppy discs
6323 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6324 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6325 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6326 # OS/2's system install, which has a completely different semantic
6327 # ./install, which can be erroneously created by make from ./install.sh.
6328 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6329 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6330 if test -z "$INSTALL"; then
6331 if test "${ac_cv_path_install+set}" = set; then
6332 echo $ECHO_N "(cached) $ECHO_C" >&6
6333 else
6334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6335 for as_dir in $PATH
6337 IFS=$as_save_IFS
6338 test -z "$as_dir" && as_dir=.
6339 # Account for people who put trailing slashes in PATH elements.
6340 case $as_dir/ in
6341 ./ | .// | /cC/* | \
6342 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6343 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6344 /usr/ucb/* ) ;;
6346 # OSF1 and SCO ODT 3.0 have their own names for install.
6347 # Don't use installbsd from OSF since it installs stuff as root
6348 # by default.
6349 for ac_prog in ginstall scoinst install; do
6350 for ac_exec_ext in '' $ac_executable_extensions; do
6351 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6352 if test $ac_prog = install &&
6353 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6354 # AIX install. It has an incompatible calling convention.
6356 elif test $ac_prog = install &&
6357 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6358 # program-specific install script used by HP pwplus--don't use.
6360 else
6361 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6362 break 3
6365 done
6366 done
6368 esac
6369 done
6370 IFS=$as_save_IFS
6374 if test "${ac_cv_path_install+set}" = set; then
6375 INSTALL=$ac_cv_path_install
6376 else
6377 # As a last resort, use the slow shell script. Don't cache a
6378 # value for INSTALL within a source directory, because that will
6379 # break other packages using the cache if that directory is
6380 # removed, or if the value is a relative name.
6381 INSTALL=$ac_install_sh
6384 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6385 echo "${ECHO_T}$INSTALL" >&6; }
6387 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6388 # It thinks the first close brace ends the variable substitution.
6389 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6391 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6393 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6395 case "$INSTALL" in
6396 [\\/$]* | ?:[\\/]* ) ;;
6397 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6398 esac
6400 for ac_prog in lclint lint
6402 # Extract the first word of "$ac_prog", so it can be a program name with args.
6403 set dummy $ac_prog; ac_word=$2
6404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6406 if test "${ac_cv_prog_LINT+set}" = set; then
6407 echo $ECHO_N "(cached) $ECHO_C" >&6
6408 else
6409 if test -n "$LINT"; then
6410 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6411 else
6412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6413 for as_dir in $PATH
6415 IFS=$as_save_IFS
6416 test -z "$as_dir" && as_dir=.
6417 for ac_exec_ext in '' $ac_executable_extensions; do
6418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6419 ac_cv_prog_LINT="$ac_prog"
6420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6421 break 2
6423 done
6424 done
6425 IFS=$as_save_IFS
6429 LINT=$ac_cv_prog_LINT
6430 if test -n "$LINT"; then
6431 { echo "$as_me:$LINENO: result: $LINT" >&5
6432 echo "${ECHO_T}$LINT" >&6; }
6433 else
6434 { echo "$as_me:$LINENO: result: no" >&5
6435 echo "${ECHO_T}no" >&6; }
6439 test -n "$LINT" && break
6440 done
6442 if test "$LINT" = "lint"
6443 then
6444 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6449 for ac_prog in fontforge
6451 # Extract the first word of "$ac_prog", so it can be a program name with args.
6452 set dummy $ac_prog; ac_word=$2
6453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6455 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6456 echo $ECHO_N "(cached) $ECHO_C" >&6
6457 else
6458 if test -n "$FONTFORGE"; then
6459 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6460 else
6461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462 for as_dir in $PATH
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6468 ac_cv_prog_FONTFORGE="$ac_prog"
6469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6470 break 2
6472 done
6473 done
6474 IFS=$as_save_IFS
6478 FONTFORGE=$ac_cv_prog_FONTFORGE
6479 if test -n "$FONTFORGE"; then
6480 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6481 echo "${ECHO_T}$FONTFORGE" >&6; }
6482 else
6483 { echo "$as_me:$LINENO: result: no" >&5
6484 echo "${ECHO_T}no" >&6; }
6488 test -n "$FONTFORGE" && break
6489 done
6490 test -n "$FONTFORGE" || FONTFORGE="false"
6492 for ac_prog in pkg-config
6494 # Extract the first word of "$ac_prog", so it can be a program name with args.
6495 set dummy $ac_prog; ac_word=$2
6496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6498 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6499 echo $ECHO_N "(cached) $ECHO_C" >&6
6500 else
6501 if test -n "$PKG_CONFIG"; then
6502 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6503 else
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505 for as_dir in $PATH
6507 IFS=$as_save_IFS
6508 test -z "$as_dir" && as_dir=.
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6511 ac_cv_prog_PKG_CONFIG="$ac_prog"
6512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6513 break 2
6515 done
6516 done
6517 IFS=$as_save_IFS
6521 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6522 if test -n "$PKG_CONFIG"; then
6523 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6524 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6525 else
6526 { echo "$as_me:$LINENO: result: no" >&5
6527 echo "${ECHO_T}no" >&6; }
6531 test -n "$PKG_CONFIG" && break
6532 done
6533 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6535 for ac_prog in rsvg
6537 # Extract the first word of "$ac_prog", so it can be a program name with args.
6538 set dummy $ac_prog; ac_word=$2
6539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6541 if test "${ac_cv_prog_RSVG+set}" = set; then
6542 echo $ECHO_N "(cached) $ECHO_C" >&6
6543 else
6544 if test -n "$RSVG"; then
6545 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6546 else
6547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6548 for as_dir in $PATH
6550 IFS=$as_save_IFS
6551 test -z "$as_dir" && as_dir=.
6552 for ac_exec_ext in '' $ac_executable_extensions; do
6553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6554 ac_cv_prog_RSVG="$ac_prog"
6555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 break 2
6558 done
6559 done
6560 IFS=$as_save_IFS
6564 RSVG=$ac_cv_prog_RSVG
6565 if test -n "$RSVG"; then
6566 { echo "$as_me:$LINENO: result: $RSVG" >&5
6567 echo "${ECHO_T}$RSVG" >&6; }
6568 else
6569 { echo "$as_me:$LINENO: result: no" >&5
6570 echo "${ECHO_T}no" >&6; }
6574 test -n "$RSVG" && break
6575 done
6576 test -n "$RSVG" || RSVG="false"
6578 for ac_prog in icotool
6580 # Extract the first word of "$ac_prog", so it can be a program name with args.
6581 set dummy $ac_prog; ac_word=$2
6582 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6584 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6585 echo $ECHO_N "(cached) $ECHO_C" >&6
6586 else
6587 if test -n "$ICOTOOL"; then
6588 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6589 else
6590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6591 for as_dir in $PATH
6593 IFS=$as_save_IFS
6594 test -z "$as_dir" && as_dir=.
6595 for ac_exec_ext in '' $ac_executable_extensions; do
6596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6597 ac_cv_prog_ICOTOOL="$ac_prog"
6598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6599 break 2
6601 done
6602 done
6603 IFS=$as_save_IFS
6607 ICOTOOL=$ac_cv_prog_ICOTOOL
6608 if test -n "$ICOTOOL"; then
6609 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6610 echo "${ECHO_T}$ICOTOOL" >&6; }
6611 else
6612 { echo "$as_me:$LINENO: result: no" >&5
6613 echo "${ECHO_T}no" >&6; }
6617 test -n "$ICOTOOL" && break
6618 done
6619 test -n "$ICOTOOL" || ICOTOOL="false"
6622 if test "${enable_maintainer_mode+set}" = set
6623 then
6624 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6625 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6626 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6629 case $host_cpu in
6630 *i[3456789]86*)
6631 # Extract the first word of "prelink", so it can be a program name with args.
6632 set dummy prelink; ac_word=$2
6633 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6635 if test "${ac_cv_path_PRELINK+set}" = set; then
6636 echo $ECHO_N "(cached) $ECHO_C" >&6
6637 else
6638 case $PRELINK in
6639 [\\/]* | ?:[\\/]*)
6640 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6644 for as_dir in /sbin /usr/sbin $PATH
6646 IFS=$as_save_IFS
6647 test -z "$as_dir" && as_dir=.
6648 for ac_exec_ext in '' $ac_executable_extensions; do
6649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6650 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6652 break 2
6654 done
6655 done
6656 IFS=$as_save_IFS
6658 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6660 esac
6662 PRELINK=$ac_cv_path_PRELINK
6663 if test -n "$PRELINK"; then
6664 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6665 echo "${ECHO_T}$PRELINK" >&6; }
6666 else
6667 { echo "$as_me:$LINENO: result: no" >&5
6668 echo "${ECHO_T}no" >&6; }
6673 esac
6677 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6678 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6679 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6680 echo $ECHO_N "(cached) $ECHO_C" >&6
6681 else
6682 ac_check_lib_save_LIBS=$LIBS
6683 LIBS="-li386 $LIBS"
6684 cat >conftest.$ac_ext <<_ACEOF
6685 /* confdefs.h. */
6686 _ACEOF
6687 cat confdefs.h >>conftest.$ac_ext
6688 cat >>conftest.$ac_ext <<_ACEOF
6689 /* end confdefs.h. */
6691 /* Override any GCC internal prototype to avoid an error.
6692 Use char because int might match the return type of a GCC
6693 builtin and then its argument prototype would still apply. */
6694 #ifdef __cplusplus
6695 extern "C"
6696 #endif
6697 char i386_set_ldt ();
6699 main ()
6701 return i386_set_ldt ();
6703 return 0;
6705 _ACEOF
6706 rm -f conftest.$ac_objext conftest$ac_exeext
6707 if { (ac_try="$ac_link"
6708 case "(($ac_try" in
6709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6710 *) ac_try_echo=$ac_try;;
6711 esac
6712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6713 (eval "$ac_link") 2>conftest.er1
6714 ac_status=$?
6715 grep -v '^ *+' conftest.er1 >conftest.err
6716 rm -f conftest.er1
6717 cat conftest.err >&5
6718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719 (exit $ac_status); } && {
6720 test -z "$ac_c_werror_flag" ||
6721 test ! -s conftest.err
6722 } && test -s conftest$ac_exeext &&
6723 $as_test_x conftest$ac_exeext; then
6724 ac_cv_lib_i386_i386_set_ldt=yes
6725 else
6726 echo "$as_me: failed program was:" >&5
6727 sed 's/^/| /' conftest.$ac_ext >&5
6729 ac_cv_lib_i386_i386_set_ldt=no
6732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6733 conftest$ac_exeext conftest.$ac_ext
6734 LIBS=$ac_check_lib_save_LIBS
6736 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6737 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6738 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6739 cat >>confdefs.h <<_ACEOF
6740 #define HAVE_LIBI386 1
6741 _ACEOF
6743 LIBS="-li386 $LIBS"
6748 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6749 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6750 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6751 echo $ECHO_N "(cached) $ECHO_C" >&6
6752 else
6753 ac_check_lib_save_LIBS=$LIBS
6754 LIBS="-lossaudio $LIBS"
6755 cat >conftest.$ac_ext <<_ACEOF
6756 /* confdefs.h. */
6757 _ACEOF
6758 cat confdefs.h >>conftest.$ac_ext
6759 cat >>conftest.$ac_ext <<_ACEOF
6760 /* end confdefs.h. */
6762 /* Override any GCC internal prototype to avoid an error.
6763 Use char because int might match the return type of a GCC
6764 builtin and then its argument prototype would still apply. */
6765 #ifdef __cplusplus
6766 extern "C"
6767 #endif
6768 char _oss_ioctl ();
6770 main ()
6772 return _oss_ioctl ();
6774 return 0;
6776 _ACEOF
6777 rm -f conftest.$ac_objext conftest$ac_exeext
6778 if { (ac_try="$ac_link"
6779 case "(($ac_try" in
6780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6781 *) ac_try_echo=$ac_try;;
6782 esac
6783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6784 (eval "$ac_link") 2>conftest.er1
6785 ac_status=$?
6786 grep -v '^ *+' conftest.er1 >conftest.err
6787 rm -f conftest.er1
6788 cat conftest.err >&5
6789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6790 (exit $ac_status); } && {
6791 test -z "$ac_c_werror_flag" ||
6792 test ! -s conftest.err
6793 } && test -s conftest$ac_exeext &&
6794 $as_test_x conftest$ac_exeext; then
6795 ac_cv_lib_ossaudio__oss_ioctl=yes
6796 else
6797 echo "$as_me: failed program was:" >&5
6798 sed 's/^/| /' conftest.$ac_ext >&5
6800 ac_cv_lib_ossaudio__oss_ioctl=no
6803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6804 conftest$ac_exeext conftest.$ac_ext
6805 LIBS=$ac_check_lib_save_LIBS
6807 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6808 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6809 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6810 cat >>confdefs.h <<_ACEOF
6811 #define HAVE_LIBOSSAUDIO 1
6812 _ACEOF
6814 LIBS="-lossaudio $LIBS"
6818 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6819 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6820 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6821 echo $ECHO_N "(cached) $ECHO_C" >&6
6822 else
6823 ac_check_lib_save_LIBS=$LIBS
6824 LIBS="-lpthread $LIBS"
6825 cat >conftest.$ac_ext <<_ACEOF
6826 /* confdefs.h. */
6827 _ACEOF
6828 cat confdefs.h >>conftest.$ac_ext
6829 cat >>conftest.$ac_ext <<_ACEOF
6830 /* end confdefs.h. */
6832 /* Override any GCC internal prototype to avoid an error.
6833 Use char because int might match the return type of a GCC
6834 builtin and then its argument prototype would still apply. */
6835 #ifdef __cplusplus
6836 extern "C"
6837 #endif
6838 char pthread_create ();
6840 main ()
6842 return pthread_create ();
6844 return 0;
6846 _ACEOF
6847 rm -f conftest.$ac_objext conftest$ac_exeext
6848 if { (ac_try="$ac_link"
6849 case "(($ac_try" in
6850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6851 *) ac_try_echo=$ac_try;;
6852 esac
6853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6854 (eval "$ac_link") 2>conftest.er1
6855 ac_status=$?
6856 grep -v '^ *+' conftest.er1 >conftest.err
6857 rm -f conftest.er1
6858 cat conftest.err >&5
6859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6860 (exit $ac_status); } && {
6861 test -z "$ac_c_werror_flag" ||
6862 test ! -s conftest.err
6863 } && test -s conftest$ac_exeext &&
6864 $as_test_x conftest$ac_exeext; then
6865 ac_cv_lib_pthread_pthread_create=yes
6866 else
6867 echo "$as_me: failed program was:" >&5
6868 sed 's/^/| /' conftest.$ac_ext >&5
6870 ac_cv_lib_pthread_pthread_create=no
6873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6874 conftest$ac_exeext conftest.$ac_ext
6875 LIBS=$ac_check_lib_save_LIBS
6877 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6878 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6879 if test $ac_cv_lib_pthread_pthread_create = yes; then
6880 LIBPTHREAD="-lpthread"
6885 XLIB=""
6887 OPENGL_LIBS=""
6891 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6892 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6893 if test "${ac_cv_header_stdc+set}" = set; then
6894 echo $ECHO_N "(cached) $ECHO_C" >&6
6895 else
6896 cat >conftest.$ac_ext <<_ACEOF
6897 /* confdefs.h. */
6898 _ACEOF
6899 cat confdefs.h >>conftest.$ac_ext
6900 cat >>conftest.$ac_ext <<_ACEOF
6901 /* end confdefs.h. */
6902 #include <stdlib.h>
6903 #include <stdarg.h>
6904 #include <string.h>
6905 #include <float.h>
6908 main ()
6912 return 0;
6914 _ACEOF
6915 rm -f conftest.$ac_objext
6916 if { (ac_try="$ac_compile"
6917 case "(($ac_try" in
6918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6919 *) ac_try_echo=$ac_try;;
6920 esac
6921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6922 (eval "$ac_compile") 2>conftest.er1
6923 ac_status=$?
6924 grep -v '^ *+' conftest.er1 >conftest.err
6925 rm -f conftest.er1
6926 cat conftest.err >&5
6927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6928 (exit $ac_status); } && {
6929 test -z "$ac_c_werror_flag" ||
6930 test ! -s conftest.err
6931 } && test -s conftest.$ac_objext; then
6932 ac_cv_header_stdc=yes
6933 else
6934 echo "$as_me: failed program was:" >&5
6935 sed 's/^/| /' conftest.$ac_ext >&5
6937 ac_cv_header_stdc=no
6940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6942 if test $ac_cv_header_stdc = yes; then
6943 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6944 cat >conftest.$ac_ext <<_ACEOF
6945 /* confdefs.h. */
6946 _ACEOF
6947 cat confdefs.h >>conftest.$ac_ext
6948 cat >>conftest.$ac_ext <<_ACEOF
6949 /* end confdefs.h. */
6950 #include <string.h>
6952 _ACEOF
6953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6954 $EGREP "memchr" >/dev/null 2>&1; then
6956 else
6957 ac_cv_header_stdc=no
6959 rm -f conftest*
6963 if test $ac_cv_header_stdc = yes; then
6964 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6965 cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h. */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6971 #include <stdlib.h>
6973 _ACEOF
6974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6975 $EGREP "free" >/dev/null 2>&1; then
6977 else
6978 ac_cv_header_stdc=no
6980 rm -f conftest*
6984 if test $ac_cv_header_stdc = yes; then
6985 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6986 if test "$cross_compiling" = yes; then
6988 else
6989 cat >conftest.$ac_ext <<_ACEOF
6990 /* confdefs.h. */
6991 _ACEOF
6992 cat confdefs.h >>conftest.$ac_ext
6993 cat >>conftest.$ac_ext <<_ACEOF
6994 /* end confdefs.h. */
6995 #include <ctype.h>
6996 #include <stdlib.h>
6997 #if ((' ' & 0x0FF) == 0x020)
6998 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6999 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7000 #else
7001 # define ISLOWER(c) \
7002 (('a' <= (c) && (c) <= 'i') \
7003 || ('j' <= (c) && (c) <= 'r') \
7004 || ('s' <= (c) && (c) <= 'z'))
7005 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7006 #endif
7008 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7010 main ()
7012 int i;
7013 for (i = 0; i < 256; i++)
7014 if (XOR (islower (i), ISLOWER (i))
7015 || toupper (i) != TOUPPER (i))
7016 return 2;
7017 return 0;
7019 _ACEOF
7020 rm -f conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7027 (eval "$ac_link") 2>&5
7028 ac_status=$?
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7031 { (case "(($ac_try" in
7032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7033 *) ac_try_echo=$ac_try;;
7034 esac
7035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7036 (eval "$ac_try") 2>&5
7037 ac_status=$?
7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7039 (exit $ac_status); }; }; then
7041 else
7042 echo "$as_me: program exited with status $ac_status" >&5
7043 echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7046 ( exit $ac_status )
7047 ac_cv_header_stdc=no
7049 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7055 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7056 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7057 if test $ac_cv_header_stdc = yes; then
7059 cat >>confdefs.h <<\_ACEOF
7060 #define STDC_HEADERS 1
7061 _ACEOF
7065 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7075 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7076 inttypes.h stdint.h unistd.h
7078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7079 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7082 echo $ECHO_N "(cached) $ECHO_C" >&6
7083 else
7084 cat >conftest.$ac_ext <<_ACEOF
7085 /* confdefs.h. */
7086 _ACEOF
7087 cat confdefs.h >>conftest.$ac_ext
7088 cat >>conftest.$ac_ext <<_ACEOF
7089 /* end confdefs.h. */
7090 $ac_includes_default
7092 #include <$ac_header>
7093 _ACEOF
7094 rm -f conftest.$ac_objext
7095 if { (ac_try="$ac_compile"
7096 case "(($ac_try" in
7097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098 *) ac_try_echo=$ac_try;;
7099 esac
7100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7101 (eval "$ac_compile") 2>conftest.er1
7102 ac_status=$?
7103 grep -v '^ *+' conftest.er1 >conftest.err
7104 rm -f conftest.er1
7105 cat conftest.err >&5
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); } && {
7108 test -z "$ac_c_werror_flag" ||
7109 test ! -s conftest.err
7110 } && test -s conftest.$ac_objext; then
7111 eval "$as_ac_Header=yes"
7112 else
7113 echo "$as_me: failed program was:" >&5
7114 sed 's/^/| /' conftest.$ac_ext >&5
7116 eval "$as_ac_Header=no"
7119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7121 ac_res=`eval echo '${'$as_ac_Header'}'`
7122 { echo "$as_me:$LINENO: result: $ac_res" >&5
7123 echo "${ECHO_T}$ac_res" >&6; }
7124 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7125 cat >>confdefs.h <<_ACEOF
7126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7127 _ACEOF
7131 done
7246 for ac_header in \
7247 AudioUnit/AudioUnit.h \
7248 Carbon/Carbon.h \
7249 CoreAudio/CoreAudio.h \
7250 DiskArbitration/DiskArbitration.h \
7251 IOKit/IOKitLib.h \
7252 alias.h \
7253 alsa/asoundlib.h \
7254 arpa/inet.h \
7255 arpa/nameser.h \
7256 asm/types.h \
7257 capi20.h \
7258 curses.h \
7259 direct.h \
7260 dirent.h \
7261 dlfcn.h \
7262 elf.h \
7263 float.h \
7264 fontconfig/fontconfig.h \
7265 getopt.h \
7266 ieeefp.h \
7267 io.h \
7268 jack/jack.h \
7269 jpeglib.h \
7270 lber.h \
7271 lcms.h \
7272 lcms/lcms.h \
7273 ldap.h \
7274 libaudioio.h \
7275 link.h \
7276 linux/cdrom.h \
7277 linux/compiler.h \
7278 linux/hdreg.h \
7279 linux/input.h \
7280 linux/ioctl.h \
7281 linux/joystick.h \
7282 linux/major.h \
7283 linux/param.h \
7284 linux/serial.h \
7285 linux/ucdrom.h \
7286 mach/mach.h \
7287 mach/machine.h \
7288 machine/cpu.h \
7289 machine/limits.h \
7290 machine/soundcard.h \
7291 mntent.h \
7292 ncurses.h \
7293 netdb.h \
7294 netinet/in.h \
7295 netinet/in_systm.h \
7296 netinet/tcp.h \
7297 netinet/tcp_fsm.h \
7298 openssl/err.h \
7299 openssl/ssl.h \
7300 png.h \
7301 poll.h \
7302 process.h \
7303 pthread.h \
7304 pwd.h \
7305 regex.h \
7306 sched.h \
7307 scsi/scsi.h \
7308 scsi/scsi_ioctl.h \
7309 scsi/sg.h \
7310 soundcard.h \
7311 stdint.h \
7312 strings.h \
7313 sys/asoundlib.h \
7314 sys/cdio.h \
7315 sys/elf32.h \
7316 sys/epoll.h \
7317 sys/errno.h \
7318 sys/event.h \
7319 sys/exec_elf.h \
7320 sys/filio.h \
7321 sys/ioctl.h \
7322 sys/ipc.h \
7323 sys/limits.h \
7324 sys/link.h \
7325 sys/lwp.h \
7326 sys/mman.h \
7327 sys/modem.h \
7328 sys/msg.h \
7329 sys/mtio.h \
7330 sys/param.h \
7331 sys/poll.h \
7332 sys/prctl.h \
7333 sys/ptrace.h \
7334 sys/reg.h \
7335 sys/resource.h \
7336 sys/scsiio.h \
7337 sys/shm.h \
7338 sys/signal.h \
7339 sys/socket.h \
7340 sys/socketvar.h \
7341 sys/sockio.h \
7342 sys/soundcard.h \
7343 sys/statvfs.h \
7344 sys/strtio.h \
7345 sys/syscall.h \
7346 sys/sysctl.h \
7347 sys/time.h \
7348 sys/times.h \
7349 sys/uio.h \
7350 sys/un.h \
7351 sys/vm86.h \
7352 sys/wait.h \
7353 syscall.h \
7354 termios.h \
7355 unistd.h \
7356 utime.h \
7357 valgrind/memcheck.h \
7358 valgrind/valgrind.h
7361 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7363 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7366 echo $ECHO_N "(cached) $ECHO_C" >&6
7368 ac_res=`eval echo '${'$as_ac_Header'}'`
7369 { echo "$as_me:$LINENO: result: $ac_res" >&5
7370 echo "${ECHO_T}$ac_res" >&6; }
7371 else
7372 # Is the header compilable?
7373 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7374 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7375 cat >conftest.$ac_ext <<_ACEOF
7376 /* confdefs.h. */
7377 _ACEOF
7378 cat confdefs.h >>conftest.$ac_ext
7379 cat >>conftest.$ac_ext <<_ACEOF
7380 /* end confdefs.h. */
7381 $ac_includes_default
7382 #include <$ac_header>
7383 _ACEOF
7384 rm -f conftest.$ac_objext
7385 if { (ac_try="$ac_compile"
7386 case "(($ac_try" in
7387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7388 *) ac_try_echo=$ac_try;;
7389 esac
7390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7391 (eval "$ac_compile") 2>conftest.er1
7392 ac_status=$?
7393 grep -v '^ *+' conftest.er1 >conftest.err
7394 rm -f conftest.er1
7395 cat conftest.err >&5
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); } && {
7398 test -z "$ac_c_werror_flag" ||
7399 test ! -s conftest.err
7400 } && test -s conftest.$ac_objext; then
7401 ac_header_compiler=yes
7402 else
7403 echo "$as_me: failed program was:" >&5
7404 sed 's/^/| /' conftest.$ac_ext >&5
7406 ac_header_compiler=no
7409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7410 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7411 echo "${ECHO_T}$ac_header_compiler" >&6; }
7413 # Is the header present?
7414 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7415 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7416 cat >conftest.$ac_ext <<_ACEOF
7417 /* confdefs.h. */
7418 _ACEOF
7419 cat confdefs.h >>conftest.$ac_ext
7420 cat >>conftest.$ac_ext <<_ACEOF
7421 /* end confdefs.h. */
7422 #include <$ac_header>
7423 _ACEOF
7424 if { (ac_try="$ac_cpp conftest.$ac_ext"
7425 case "(($ac_try" in
7426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7427 *) ac_try_echo=$ac_try;;
7428 esac
7429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7430 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7431 ac_status=$?
7432 grep -v '^ *+' conftest.er1 >conftest.err
7433 rm -f conftest.er1
7434 cat conftest.err >&5
7435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7436 (exit $ac_status); } >/dev/null && {
7437 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7438 test ! -s conftest.err
7439 }; then
7440 ac_header_preproc=yes
7441 else
7442 echo "$as_me: failed program was:" >&5
7443 sed 's/^/| /' conftest.$ac_ext >&5
7445 ac_header_preproc=no
7448 rm -f conftest.err conftest.$ac_ext
7449 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7450 echo "${ECHO_T}$ac_header_preproc" >&6; }
7452 # So? What about this header?
7453 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7454 yes:no: )
7455 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7456 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7458 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7459 ac_header_preproc=yes
7461 no:yes:* )
7462 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7463 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7464 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7465 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7466 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7467 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7468 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7469 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7471 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7472 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7473 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7474 ( cat <<\_ASBOX
7475 ## ------------------------------------ ##
7476 ## Report this to wine-devel@winehq.org ##
7477 ## ------------------------------------ ##
7478 _ASBOX
7479 ) | sed "s/^/$as_me: WARNING: /" >&2
7481 esac
7482 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7483 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7485 echo $ECHO_N "(cached) $ECHO_C" >&6
7486 else
7487 eval "$as_ac_Header=\$ac_header_preproc"
7489 ac_res=`eval echo '${'$as_ac_Header'}'`
7490 { echo "$as_me:$LINENO: result: $ac_res" >&5
7491 echo "${ECHO_T}$ac_res" >&6; }
7494 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7495 cat >>confdefs.h <<_ACEOF
7496 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7497 _ACEOF
7501 done
7503 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7504 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7505 if test "${ac_cv_header_stat_broken+set}" = set; then
7506 echo $ECHO_N "(cached) $ECHO_C" >&6
7507 else
7508 cat >conftest.$ac_ext <<_ACEOF
7509 /* confdefs.h. */
7510 _ACEOF
7511 cat confdefs.h >>conftest.$ac_ext
7512 cat >>conftest.$ac_ext <<_ACEOF
7513 /* end confdefs.h. */
7514 #include <sys/types.h>
7515 #include <sys/stat.h>
7517 #if defined S_ISBLK && defined S_IFDIR
7518 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7519 #endif
7521 #if defined S_ISBLK && defined S_IFCHR
7522 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7523 #endif
7525 #if defined S_ISLNK && defined S_IFREG
7526 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7527 #endif
7529 #if defined S_ISSOCK && defined S_IFREG
7530 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7531 #endif
7533 _ACEOF
7534 rm -f conftest.$ac_objext
7535 if { (ac_try="$ac_compile"
7536 case "(($ac_try" in
7537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7538 *) ac_try_echo=$ac_try;;
7539 esac
7540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7541 (eval "$ac_compile") 2>conftest.er1
7542 ac_status=$?
7543 grep -v '^ *+' conftest.er1 >conftest.err
7544 rm -f conftest.er1
7545 cat conftest.err >&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } && {
7548 test -z "$ac_c_werror_flag" ||
7549 test ! -s conftest.err
7550 } && test -s conftest.$ac_objext; then
7551 ac_cv_header_stat_broken=no
7552 else
7553 echo "$as_me: failed program was:" >&5
7554 sed 's/^/| /' conftest.$ac_ext >&5
7556 ac_cv_header_stat_broken=yes
7559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7561 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7562 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7563 if test $ac_cv_header_stat_broken = yes; then
7565 cat >>confdefs.h <<\_ACEOF
7566 #define STAT_MACROS_BROKEN 1
7567 _ACEOF
7577 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7579 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7580 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7581 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7583 echo $ECHO_N "(cached) $ECHO_C" >&6
7584 else
7585 cat >conftest.$ac_ext <<_ACEOF
7586 /* confdefs.h. */
7587 _ACEOF
7588 cat confdefs.h >>conftest.$ac_ext
7589 cat >>conftest.$ac_ext <<_ACEOF
7590 /* end confdefs.h. */
7591 #include <sys/types.h>
7592 #ifdef HAVE_SYS_PARAM_H
7593 # include <sys/param.h>
7594 #endif
7596 #include <$ac_header>
7597 _ACEOF
7598 rm -f conftest.$ac_objext
7599 if { (ac_try="$ac_compile"
7600 case "(($ac_try" in
7601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7602 *) ac_try_echo=$ac_try;;
7603 esac
7604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7605 (eval "$ac_compile") 2>conftest.er1
7606 ac_status=$?
7607 grep -v '^ *+' conftest.er1 >conftest.err
7608 rm -f conftest.er1
7609 cat conftest.err >&5
7610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); } && {
7612 test -z "$ac_c_werror_flag" ||
7613 test ! -s conftest.err
7614 } && test -s conftest.$ac_objext; then
7615 eval "$as_ac_Header=yes"
7616 else
7617 echo "$as_me: failed program was:" >&5
7618 sed 's/^/| /' conftest.$ac_ext >&5
7620 eval "$as_ac_Header=no"
7623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7625 ac_res=`eval echo '${'$as_ac_Header'}'`
7626 { echo "$as_me:$LINENO: result: $ac_res" >&5
7627 echo "${ECHO_T}$ac_res" >&6; }
7628 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7629 cat >>confdefs.h <<_ACEOF
7630 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7631 _ACEOF
7635 done
7650 for ac_header in \
7651 netinet/ip.h \
7652 net/if.h \
7653 net/if_arp.h \
7654 net/if_dl.h \
7655 net/if_types.h \
7656 net/route.h \
7657 netinet/if_ether.h \
7658 netinet/in_pcb.h \
7659 netinet/ip_icmp.h \
7660 netinet/ip_var.h \
7661 netinet/udp.h \
7662 netipx/ipx.h \
7665 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7666 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7667 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7668 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7669 echo $ECHO_N "(cached) $ECHO_C" >&6
7670 else
7671 cat >conftest.$ac_ext <<_ACEOF
7672 /* confdefs.h. */
7673 _ACEOF
7674 cat confdefs.h >>conftest.$ac_ext
7675 cat >>conftest.$ac_ext <<_ACEOF
7676 /* end confdefs.h. */
7677 #include <sys/types.h>
7678 #ifdef HAVE_SYS_SOCKET_H
7679 # include <sys/socket.h>
7680 #endif
7681 #ifdef HAVE_SYS_SOCKETVAR_H
7682 # include <sys/socketvar.h>
7683 #endif
7684 #ifdef HAVE_NETINET_IN_H
7685 # include <netinet/in.h>
7686 #endif
7687 #ifdef HAVE_NETINET_IP_H
7688 # include <netinet/ip.h>
7689 #endif
7691 #include <$ac_header>
7692 _ACEOF
7693 rm -f conftest.$ac_objext
7694 if { (ac_try="$ac_compile"
7695 case "(($ac_try" in
7696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7697 *) ac_try_echo=$ac_try;;
7698 esac
7699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7700 (eval "$ac_compile") 2>conftest.er1
7701 ac_status=$?
7702 grep -v '^ *+' conftest.er1 >conftest.err
7703 rm -f conftest.er1
7704 cat conftest.err >&5
7705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } && {
7707 test -z "$ac_c_werror_flag" ||
7708 test ! -s conftest.err
7709 } && test -s conftest.$ac_objext; then
7710 eval "$as_ac_Header=yes"
7711 else
7712 echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 eval "$as_ac_Header=no"
7718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7720 ac_res=`eval echo '${'$as_ac_Header'}'`
7721 { echo "$as_me:$LINENO: result: $ac_res" >&5
7722 echo "${ECHO_T}$ac_res" >&6; }
7723 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7724 cat >>confdefs.h <<_ACEOF
7725 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7726 _ACEOF
7730 done
7737 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7743 echo $ECHO_N "(cached) $ECHO_C" >&6
7744 else
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h. */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h. */
7751 #include <sys/types.h>
7752 #ifdef HAVE_ALIAS_H
7753 # include <alias.h>
7754 #endif
7755 #ifdef HAVE_SYS_SOCKET_H
7756 # include <sys/socket.h>
7757 #endif
7758 #ifdef HAVE_SYS_SOCKETVAR_H
7759 # include <sys/socketvar.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IN_H
7762 # include <netinet/in.h>
7763 #endif
7764 #ifdef HAVE_NETINET_IP_H
7765 # include <netinet/ip.h>
7766 #endif
7767 #ifdef HAVE_NETINET_IP_VAR_H
7768 # include <netinet/ip_var.h>
7769 #endif
7770 #ifdef HAVE_NETINET_IP_ICMP_H
7771 # include <netinet/ip_icmp.h>
7772 #endif
7773 #ifdef HAVE_NETINET_UDP_H
7774 # include <netinet/udp.h>
7775 #endif
7776 #ifdef HAVE_NETINET_TCP_H
7777 # include <netinet/tcp.h>
7778 #endif
7780 #include <$ac_header>
7781 _ACEOF
7782 rm -f conftest.$ac_objext
7783 if { (ac_try="$ac_compile"
7784 case "(($ac_try" in
7785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7786 *) ac_try_echo=$ac_try;;
7787 esac
7788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7789 (eval "$ac_compile") 2>conftest.er1
7790 ac_status=$?
7791 grep -v '^ *+' conftest.er1 >conftest.err
7792 rm -f conftest.er1
7793 cat conftest.err >&5
7794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7795 (exit $ac_status); } && {
7796 test -z "$ac_c_werror_flag" ||
7797 test ! -s conftest.err
7798 } && test -s conftest.$ac_objext; then
7799 eval "$as_ac_Header=yes"
7800 else
7801 echo "$as_me: failed program was:" >&5
7802 sed 's/^/| /' conftest.$ac_ext >&5
7804 eval "$as_ac_Header=no"
7807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7809 ac_res=`eval echo '${'$as_ac_Header'}'`
7810 { echo "$as_me:$LINENO: result: $ac_res" >&5
7811 echo "${ECHO_T}$ac_res" >&6; }
7812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7813 cat >>confdefs.h <<_ACEOF
7814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7815 _ACEOF
7819 done
7823 for ac_header in linux/ipx.h
7825 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7826 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7829 echo $ECHO_N "(cached) $ECHO_C" >&6
7830 else
7831 cat >conftest.$ac_ext <<_ACEOF
7832 /* confdefs.h. */
7833 _ACEOF
7834 cat confdefs.h >>conftest.$ac_ext
7835 cat >>conftest.$ac_ext <<_ACEOF
7836 /* end confdefs.h. */
7837 #include <sys/types.h>
7838 #ifdef HAVE_ASM_TYPES_H
7839 # include <asm/types.h>
7840 #endif
7841 #ifdef HAVE_SYS_SOCKET_H
7842 # include <sys/socket.h>
7843 #endif
7845 #include <$ac_header>
7846 _ACEOF
7847 rm -f conftest.$ac_objext
7848 if { (ac_try="$ac_compile"
7849 case "(($ac_try" in
7850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7851 *) ac_try_echo=$ac_try;;
7852 esac
7853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7854 (eval "$ac_compile") 2>conftest.er1
7855 ac_status=$?
7856 grep -v '^ *+' conftest.er1 >conftest.err
7857 rm -f conftest.er1
7858 cat conftest.err >&5
7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7860 (exit $ac_status); } && {
7861 test -z "$ac_c_werror_flag" ||
7862 test ! -s conftest.err
7863 } && test -s conftest.$ac_objext; then
7864 eval "$as_ac_Header=yes"
7865 else
7866 echo "$as_me: failed program was:" >&5
7867 sed 's/^/| /' conftest.$ac_ext >&5
7869 eval "$as_ac_Header=no"
7872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7874 ac_res=`eval echo '${'$as_ac_Header'}'`
7875 { echo "$as_me:$LINENO: result: $ac_res" >&5
7876 echo "${ECHO_T}$ac_res" >&6; }
7877 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7878 cat >>confdefs.h <<_ACEOF
7879 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7880 _ACEOF
7884 done
7888 for ac_header in resolv.h
7890 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7891 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7892 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7893 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7894 echo $ECHO_N "(cached) $ECHO_C" >&6
7895 else
7896 cat >conftest.$ac_ext <<_ACEOF
7897 /* confdefs.h. */
7898 _ACEOF
7899 cat confdefs.h >>conftest.$ac_ext
7900 cat >>conftest.$ac_ext <<_ACEOF
7901 /* end confdefs.h. */
7902 #include <sys/types.h>
7903 #ifdef HAVE_SYS_SOCKET_H
7904 # include <sys/socket.h>
7905 #endif
7906 #ifdef HAVE_NETINET_IN_H
7907 # include <netinet/in.h>
7908 #endif
7909 #ifdef HAVE_ARPA_NAMESER_H
7910 # include <arpa/nameser.h>
7911 #endif
7913 #include <$ac_header>
7914 _ACEOF
7915 rm -f conftest.$ac_objext
7916 if { (ac_try="$ac_compile"
7917 case "(($ac_try" in
7918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7919 *) ac_try_echo=$ac_try;;
7920 esac
7921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7922 (eval "$ac_compile") 2>conftest.er1
7923 ac_status=$?
7924 grep -v '^ *+' conftest.er1 >conftest.err
7925 rm -f conftest.er1
7926 cat conftest.err >&5
7927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928 (exit $ac_status); } && {
7929 test -z "$ac_c_werror_flag" ||
7930 test ! -s conftest.err
7931 } && test -s conftest.$ac_objext; then
7932 eval "$as_ac_Header=yes"
7933 else
7934 echo "$as_me: failed program was:" >&5
7935 sed 's/^/| /' conftest.$ac_ext >&5
7937 eval "$as_ac_Header=no"
7940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7942 ac_res=`eval echo '${'$as_ac_Header'}'`
7943 { echo "$as_me:$LINENO: result: $ac_res" >&5
7944 echo "${ECHO_T}$ac_res" >&6; }
7945 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7946 cat >>confdefs.h <<_ACEOF
7947 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7948 _ACEOF
7952 done
7956 for ac_header in ucontext.h
7958 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7959 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7960 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7961 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7962 echo $ECHO_N "(cached) $ECHO_C" >&6
7963 else
7964 cat >conftest.$ac_ext <<_ACEOF
7965 /* confdefs.h. */
7966 _ACEOF
7967 cat confdefs.h >>conftest.$ac_ext
7968 cat >>conftest.$ac_ext <<_ACEOF
7969 /* end confdefs.h. */
7970 #include <signal.h>
7972 #include <$ac_header>
7973 _ACEOF
7974 rm -f conftest.$ac_objext
7975 if { (ac_try="$ac_compile"
7976 case "(($ac_try" in
7977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7978 *) ac_try_echo=$ac_try;;
7979 esac
7980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7981 (eval "$ac_compile") 2>conftest.er1
7982 ac_status=$?
7983 grep -v '^ *+' conftest.er1 >conftest.err
7984 rm -f conftest.er1
7985 cat conftest.err >&5
7986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987 (exit $ac_status); } && {
7988 test -z "$ac_c_werror_flag" ||
7989 test ! -s conftest.err
7990 } && test -s conftest.$ac_objext; then
7991 eval "$as_ac_Header=yes"
7992 else
7993 echo "$as_me: failed program was:" >&5
7994 sed 's/^/| /' conftest.$ac_ext >&5
7996 eval "$as_ac_Header=no"
7999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8001 ac_res=`eval echo '${'$as_ac_Header'}'`
8002 { echo "$as_me:$LINENO: result: $ac_res" >&5
8003 echo "${ECHO_T}$ac_res" >&6; }
8004 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8005 cat >>confdefs.h <<_ACEOF
8006 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8007 _ACEOF
8011 done
8015 for ac_header in sys/thr.h
8017 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8021 echo $ECHO_N "(cached) $ECHO_C" >&6
8022 else
8023 cat >conftest.$ac_ext <<_ACEOF
8024 /* confdefs.h. */
8025 _ACEOF
8026 cat confdefs.h >>conftest.$ac_ext
8027 cat >>conftest.$ac_ext <<_ACEOF
8028 /* end confdefs.h. */
8029 #include <sys/types.h>
8030 #ifdef HAVE_UCONTEXT_H
8031 #include <ucontext.h>
8032 #endif
8034 #include <$ac_header>
8035 _ACEOF
8036 rm -f conftest.$ac_objext
8037 if { (ac_try="$ac_compile"
8038 case "(($ac_try" in
8039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8040 *) ac_try_echo=$ac_try;;
8041 esac
8042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8043 (eval "$ac_compile") 2>conftest.er1
8044 ac_status=$?
8045 grep -v '^ *+' conftest.er1 >conftest.err
8046 rm -f conftest.er1
8047 cat conftest.err >&5
8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } && {
8050 test -z "$ac_c_werror_flag" ||
8051 test ! -s conftest.err
8052 } && test -s conftest.$ac_objext; then
8053 eval "$as_ac_Header=yes"
8054 else
8055 echo "$as_me: failed program was:" >&5
8056 sed 's/^/| /' conftest.$ac_ext >&5
8058 eval "$as_ac_Header=no"
8061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8063 ac_res=`eval echo '${'$as_ac_Header'}'`
8064 { echo "$as_me:$LINENO: result: $ac_res" >&5
8065 echo "${ECHO_T}$ac_res" >&6; }
8066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8067 cat >>confdefs.h <<_ACEOF
8068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8069 _ACEOF
8073 done
8077 for ac_header in pthread_np.h
8079 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8080 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8083 echo $ECHO_N "(cached) $ECHO_C" >&6
8084 else
8085 cat >conftest.$ac_ext <<_ACEOF
8086 /* confdefs.h. */
8087 _ACEOF
8088 cat confdefs.h >>conftest.$ac_ext
8089 cat >>conftest.$ac_ext <<_ACEOF
8090 /* end confdefs.h. */
8091 #ifdef HAVE_PTHREAD_H
8092 #include <pthread.h>
8093 #endif
8095 #include <$ac_header>
8096 _ACEOF
8097 rm -f conftest.$ac_objext
8098 if { (ac_try="$ac_compile"
8099 case "(($ac_try" in
8100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8101 *) ac_try_echo=$ac_try;;
8102 esac
8103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8104 (eval "$ac_compile") 2>conftest.er1
8105 ac_status=$?
8106 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -f conftest.er1
8108 cat conftest.err >&5
8109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8110 (exit $ac_status); } && {
8111 test -z "$ac_c_werror_flag" ||
8112 test ! -s conftest.err
8113 } && test -s conftest.$ac_objext; then
8114 eval "$as_ac_Header=yes"
8115 else
8116 echo "$as_me: failed program was:" >&5
8117 sed 's/^/| /' conftest.$ac_ext >&5
8119 eval "$as_ac_Header=no"
8122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8124 ac_res=`eval echo '${'$as_ac_Header'}'`
8125 { echo "$as_me:$LINENO: result: $ac_res" >&5
8126 echo "${ECHO_T}$ac_res" >&6; }
8127 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8128 cat >>confdefs.h <<_ACEOF
8129 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8130 _ACEOF
8134 done
8138 for ac_header in linux/videodev.h
8140 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8141 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8142 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8143 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8144 echo $ECHO_N "(cached) $ECHO_C" >&6
8145 else
8146 cat >conftest.$ac_ext <<_ACEOF
8147 /* confdefs.h. */
8148 _ACEOF
8149 cat confdefs.h >>conftest.$ac_ext
8150 cat >>conftest.$ac_ext <<_ACEOF
8151 /* end confdefs.h. */
8152 #ifdef HAVE_SYS_TIME_H
8153 #include <sys/time.h>
8154 #endif
8155 #include <sys/types.h>
8156 #ifdef HAVE_ASM_TYPES_H
8157 #include <asm/types.h>
8158 #endif
8160 #include <$ac_header>
8161 _ACEOF
8162 rm -f conftest.$ac_objext
8163 if { (ac_try="$ac_compile"
8164 case "(($ac_try" in
8165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8166 *) ac_try_echo=$ac_try;;
8167 esac
8168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8169 (eval "$ac_compile") 2>conftest.er1
8170 ac_status=$?
8171 grep -v '^ *+' conftest.er1 >conftest.err
8172 rm -f conftest.er1
8173 cat conftest.err >&5
8174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8175 (exit $ac_status); } && {
8176 test -z "$ac_c_werror_flag" ||
8177 test ! -s conftest.err
8178 } && test -s conftest.$ac_objext; then
8179 eval "$as_ac_Header=yes"
8180 else
8181 echo "$as_me: failed program was:" >&5
8182 sed 's/^/| /' conftest.$ac_ext >&5
8184 eval "$as_ac_Header=no"
8187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8189 ac_res=`eval echo '${'$as_ac_Header'}'`
8190 { echo "$as_me:$LINENO: result: $ac_res" >&5
8191 echo "${ECHO_T}$ac_res" >&6; }
8192 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8193 cat >>confdefs.h <<_ACEOF
8194 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8195 _ACEOF
8199 done
8203 for ac_header in linux/capi.h
8205 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8206 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8207 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8208 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8209 echo $ECHO_N "(cached) $ECHO_C" >&6
8210 else
8211 cat >conftest.$ac_ext <<_ACEOF
8212 /* confdefs.h. */
8213 _ACEOF
8214 cat confdefs.h >>conftest.$ac_ext
8215 cat >>conftest.$ac_ext <<_ACEOF
8216 /* end confdefs.h. */
8217 #define __user
8219 #include <$ac_header>
8220 _ACEOF
8221 rm -f conftest.$ac_objext
8222 if { (ac_try="$ac_compile"
8223 case "(($ac_try" in
8224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8225 *) ac_try_echo=$ac_try;;
8226 esac
8227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8228 (eval "$ac_compile") 2>conftest.er1
8229 ac_status=$?
8230 grep -v '^ *+' conftest.er1 >conftest.err
8231 rm -f conftest.er1
8232 cat conftest.err >&5
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 (exit $ac_status); } && {
8235 test -z "$ac_c_werror_flag" ||
8236 test ! -s conftest.err
8237 } && test -s conftest.$ac_objext; then
8238 eval "$as_ac_Header=yes"
8239 else
8240 echo "$as_me: failed program was:" >&5
8241 sed 's/^/| /' conftest.$ac_ext >&5
8243 eval "$as_ac_Header=no"
8246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8248 ac_res=`eval echo '${'$as_ac_Header'}'`
8249 { echo "$as_me:$LINENO: result: $ac_res" >&5
8250 echo "${ECHO_T}$ac_res" >&6; }
8251 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8252 cat >>confdefs.h <<_ACEOF
8253 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8254 _ACEOF
8258 done
8262 DLLEXT=""
8264 DLLFLAGS="-D_REENTRANT"
8266 LDSHARED=""
8268 LDDLLFLAGS=""
8270 LIBEXT="so"
8272 IMPLIBEXT="def"
8274 LDRPATH_INSTALL=""
8276 LDRPATH_LOCAL=""
8278 # Extract the first word of "ldd", so it can be a program name with args.
8279 set dummy ldd; ac_word=$2
8280 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8282 if test "${ac_cv_path_LDD+set}" = set; then
8283 echo $ECHO_N "(cached) $ECHO_C" >&6
8284 else
8285 case $LDD in
8286 [\\/]* | ?:[\\/]*)
8287 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8291 as_dummy="/sbin:/usr/sbin:$PATH"
8292 for as_dir in $as_dummy
8294 IFS=$as_save_IFS
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8300 break 2
8302 done
8303 done
8304 IFS=$as_save_IFS
8306 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8308 esac
8310 LDD=$ac_cv_path_LDD
8311 if test -n "$LDD"; then
8312 { echo "$as_me:$LINENO: result: $LDD" >&5
8313 echo "${ECHO_T}$LDD" >&6; }
8314 else
8315 { echo "$as_me:$LINENO: result: no" >&5
8316 echo "${ECHO_T}no" >&6; }
8321 case $host_os in
8322 cygwin*|mingw32*)
8323 if test -n "$ac_tool_prefix"; then
8324 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8325 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8326 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8327 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8328 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8329 echo $ECHO_N "(cached) $ECHO_C" >&6
8330 else
8331 if test -n "$DLLTOOL"; then
8332 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8333 else
8334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8335 for as_dir in $PATH
8337 IFS=$as_save_IFS
8338 test -z "$as_dir" && as_dir=.
8339 for ac_exec_ext in '' $ac_executable_extensions; do
8340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8341 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8342 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8343 break 2
8345 done
8346 done
8347 IFS=$as_save_IFS
8351 DLLTOOL=$ac_cv_prog_DLLTOOL
8352 if test -n "$DLLTOOL"; then
8353 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8354 echo "${ECHO_T}$DLLTOOL" >&6; }
8355 else
8356 { echo "$as_me:$LINENO: result: no" >&5
8357 echo "${ECHO_T}no" >&6; }
8362 if test -z "$ac_cv_prog_DLLTOOL"; then
8363 ac_ct_DLLTOOL=$DLLTOOL
8364 # Extract the first word of "dlltool", so it can be a program name with args.
8365 set dummy dlltool; ac_word=$2
8366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8368 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8369 echo $ECHO_N "(cached) $ECHO_C" >&6
8370 else
8371 if test -n "$ac_ct_DLLTOOL"; then
8372 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8373 else
8374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8375 for as_dir in $PATH
8377 IFS=$as_save_IFS
8378 test -z "$as_dir" && as_dir=.
8379 for ac_exec_ext in '' $ac_executable_extensions; do
8380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8381 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8383 break 2
8385 done
8386 done
8387 IFS=$as_save_IFS
8391 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8392 if test -n "$ac_ct_DLLTOOL"; then
8393 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8394 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8395 else
8396 { echo "$as_me:$LINENO: result: no" >&5
8397 echo "${ECHO_T}no" >&6; }
8400 if test "x$ac_ct_DLLTOOL" = x; then
8401 DLLTOOL="false"
8402 else
8403 case $cross_compiling:$ac_tool_warned in
8404 yes:)
8405 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8406 whose name does not start with the host triplet. If you think this
8407 configuration is useful to you, please write to autoconf@gnu.org." >&5
8408 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8409 whose name does not start with the host triplet. If you think this
8410 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8411 ac_tool_warned=yes ;;
8412 esac
8413 DLLTOOL=$ac_ct_DLLTOOL
8415 else
8416 DLLTOOL="$ac_cv_prog_DLLTOOL"
8419 if test -n "$ac_tool_prefix"; then
8420 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8421 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8424 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8425 echo $ECHO_N "(cached) $ECHO_C" >&6
8426 else
8427 if test -n "$DLLWRAP"; then
8428 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8429 else
8430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8431 for as_dir in $PATH
8433 IFS=$as_save_IFS
8434 test -z "$as_dir" && as_dir=.
8435 for ac_exec_ext in '' $ac_executable_extensions; do
8436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8437 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8438 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8439 break 2
8441 done
8442 done
8443 IFS=$as_save_IFS
8447 DLLWRAP=$ac_cv_prog_DLLWRAP
8448 if test -n "$DLLWRAP"; then
8449 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8450 echo "${ECHO_T}$DLLWRAP" >&6; }
8451 else
8452 { echo "$as_me:$LINENO: result: no" >&5
8453 echo "${ECHO_T}no" >&6; }
8458 if test -z "$ac_cv_prog_DLLWRAP"; then
8459 ac_ct_DLLWRAP=$DLLWRAP
8460 # Extract the first word of "dllwrap", so it can be a program name with args.
8461 set dummy dllwrap; ac_word=$2
8462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8464 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8465 echo $ECHO_N "(cached) $ECHO_C" >&6
8466 else
8467 if test -n "$ac_ct_DLLWRAP"; then
8468 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8469 else
8470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8471 for as_dir in $PATH
8473 IFS=$as_save_IFS
8474 test -z "$as_dir" && as_dir=.
8475 for ac_exec_ext in '' $ac_executable_extensions; do
8476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8477 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8479 break 2
8481 done
8482 done
8483 IFS=$as_save_IFS
8487 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8488 if test -n "$ac_ct_DLLWRAP"; then
8489 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8490 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8491 else
8492 { echo "$as_me:$LINENO: result: no" >&5
8493 echo "${ECHO_T}no" >&6; }
8496 if test "x$ac_ct_DLLWRAP" = x; then
8497 DLLWRAP="false"
8498 else
8499 case $cross_compiling:$ac_tool_warned in
8500 yes:)
8501 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8502 whose name does not start with the host triplet. If you think this
8503 configuration is useful to you, please write to autoconf@gnu.org." >&5
8504 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8505 whose name does not start with the host triplet. If you think this
8506 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8507 ac_tool_warned=yes ;;
8508 esac
8509 DLLWRAP=$ac_ct_DLLWRAP
8511 else
8512 DLLWRAP="$ac_cv_prog_DLLWRAP"
8515 if test -n "$ac_tool_prefix"; then
8516 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8517 set dummy ${ac_tool_prefix}ar; ac_word=$2
8518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8520 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8521 echo $ECHO_N "(cached) $ECHO_C" >&6
8522 else
8523 if test -n "$MINGWAR"; then
8524 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8525 else
8526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8527 for as_dir in $PATH
8529 IFS=$as_save_IFS
8530 test -z "$as_dir" && as_dir=.
8531 for ac_exec_ext in '' $ac_executable_extensions; do
8532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8533 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8535 break 2
8537 done
8538 done
8539 IFS=$as_save_IFS
8543 MINGWAR=$ac_cv_prog_MINGWAR
8544 if test -n "$MINGWAR"; then
8545 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8546 echo "${ECHO_T}$MINGWAR" >&6; }
8547 else
8548 { echo "$as_me:$LINENO: result: no" >&5
8549 echo "${ECHO_T}no" >&6; }
8554 if test -z "$ac_cv_prog_MINGWAR"; then
8555 ac_ct_MINGWAR=$MINGWAR
8556 # Extract the first word of "ar", so it can be a program name with args.
8557 set dummy ar; ac_word=$2
8558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8560 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8561 echo $ECHO_N "(cached) $ECHO_C" >&6
8562 else
8563 if test -n "$ac_ct_MINGWAR"; then
8564 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8565 else
8566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8567 for as_dir in $PATH
8569 IFS=$as_save_IFS
8570 test -z "$as_dir" && as_dir=.
8571 for ac_exec_ext in '' $ac_executable_extensions; do
8572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8573 ac_cv_prog_ac_ct_MINGWAR="ar"
8574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8575 break 2
8577 done
8578 done
8579 IFS=$as_save_IFS
8583 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8584 if test -n "$ac_ct_MINGWAR"; then
8585 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8586 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8587 else
8588 { echo "$as_me:$LINENO: result: no" >&5
8589 echo "${ECHO_T}no" >&6; }
8592 if test "x$ac_ct_MINGWAR" = x; then
8593 MINGWAR="false"
8594 else
8595 case $cross_compiling:$ac_tool_warned in
8596 yes:)
8597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8598 whose name does not start with the host triplet. If you think this
8599 configuration is useful to you, please write to autoconf@gnu.org." >&5
8600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8601 whose name does not start with the host triplet. If you think this
8602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8603 ac_tool_warned=yes ;;
8604 esac
8605 MINGWAR=$ac_ct_MINGWAR
8607 else
8608 MINGWAR="$ac_cv_prog_MINGWAR"
8611 if test "$DLLWRAP" = "false"; then
8612 LIBEXT="a"
8613 else
8614 LIBEXT="dll"
8616 IMPLIBEXT="a"
8617 WIN16_FILES=""
8618 WIN16_INSTALL=""
8619 enable_iphlpapi=${enable_iphlpapi:-no}
8620 enable_kernel32=${enable_kernel32:-no}
8621 enable_msvcrt=${enable_msvcrt:-no}
8622 enable_ntdll=${enable_ntdll:-no}
8623 enable_ws2_32=${enable_ws2_32:-no}
8624 enable_loader=${enable_loader:-no}
8625 enable_server=${enable_server:-no}
8627 darwin*|macosx*)
8628 DLLEXT=".so"
8629 LIBEXT="dylib"
8630 DLLFLAGS="$DLLFLAGS -fPIC"
8631 LDDLLFLAGS="-bundle -multiply_defined suppress"
8632 LIBWINE_LDFLAGS="-multiply_defined suppress"
8633 LDSHARED="\$(CC) -dynamiclib"
8634 STRIP="$STRIP -x"
8635 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8636 SECURITYLIB="-framework Security -framework CoreFoundation"
8638 COREFOUNDATIONLIB="-framework CoreFoundation"
8640 IOKITLIB="-framework IOKit -framework CoreFoundation"
8642 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8644 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8645 then
8646 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8649 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8650 then
8651 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8654 case $host_cpu in
8655 *powerpc*)
8656 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8657 esac
8658 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8659 then
8660 CARBONLIB="-framework Carbon"
8662 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8666 DLLFLAGS="$DLLFLAGS -fPIC"
8667 DLLEXT=".so"
8668 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8669 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8670 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8671 echo $ECHO_N "(cached) $ECHO_C" >&6
8672 else
8673 ac_wine_try_cflags_saved=$CFLAGS
8674 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8675 cat >conftest.$ac_ext <<_ACEOF
8676 void myfunc() {}
8677 _ACEOF
8678 rm -f conftest.$ac_objext conftest$ac_exeext
8679 if { (ac_try="$ac_link"
8680 case "(($ac_try" in
8681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8682 *) ac_try_echo=$ac_try;;
8683 esac
8684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8685 (eval "$ac_link") 2>conftest.er1
8686 ac_status=$?
8687 grep -v '^ *+' conftest.er1 >conftest.err
8688 rm -f conftest.er1
8689 cat conftest.err >&5
8690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691 (exit $ac_status); } && {
8692 test -z "$ac_c_werror_flag" ||
8693 test ! -s conftest.err
8694 } && test -s conftest$ac_exeext &&
8695 $as_test_x conftest$ac_exeext; then
8696 ac_cv_c_dll_gnuelf="yes"
8697 else
8698 echo "$as_me: failed program was:" >&5
8699 sed 's/^/| /' conftest.$ac_ext >&5
8701 ac_cv_c_dll_gnuelf="no"
8704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8705 conftest$ac_exeext conftest.$ac_ext
8706 CFLAGS=$ac_wine_try_cflags_saved
8708 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8709 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8710 if test "$ac_cv_c_dll_gnuelf" = "yes"
8711 then
8712 LDSHARED="\$(CC) -shared"
8713 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8714 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8715 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8716 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8717 echo $ECHO_N "(cached) $ECHO_C" >&6
8718 else
8719 ac_wine_try_cflags_saved=$CFLAGS
8720 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8721 cat >conftest.$ac_ext <<_ACEOF
8722 /* confdefs.h. */
8723 _ACEOF
8724 cat confdefs.h >>conftest.$ac_ext
8725 cat >>conftest.$ac_ext <<_ACEOF
8726 /* end confdefs.h. */
8729 main ()
8733 return 0;
8735 _ACEOF
8736 rm -f conftest.$ac_objext conftest$ac_exeext
8737 if { (ac_try="$ac_link"
8738 case "(($ac_try" in
8739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8740 *) ac_try_echo=$ac_try;;
8741 esac
8742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8743 (eval "$ac_link") 2>conftest.er1
8744 ac_status=$?
8745 grep -v '^ *+' conftest.er1 >conftest.err
8746 rm -f conftest.er1
8747 cat conftest.err >&5
8748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749 (exit $ac_status); } && {
8750 test -z "$ac_c_werror_flag" ||
8751 test ! -s conftest.err
8752 } && test -s conftest$ac_exeext &&
8753 $as_test_x conftest$ac_exeext; then
8754 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8755 else
8756 echo "$as_me: failed program was:" >&5
8757 sed 's/^/| /' conftest.$ac_ext >&5
8759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8763 conftest$ac_exeext conftest.$ac_ext
8764 CFLAGS=$ac_wine_try_cflags_saved
8766 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8767 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8768 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8769 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8770 else
8771 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8772 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8773 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8774 echo $ECHO_N "(cached) $ECHO_C" >&6
8775 else
8776 ac_wine_try_cflags_saved=$CFLAGS
8777 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8778 cat >conftest.$ac_ext <<_ACEOF
8779 /* confdefs.h. */
8780 _ACEOF
8781 cat confdefs.h >>conftest.$ac_ext
8782 cat >>conftest.$ac_ext <<_ACEOF
8783 /* end confdefs.h. */
8786 main ()
8790 return 0;
8792 _ACEOF
8793 rm -f conftest.$ac_objext conftest$ac_exeext
8794 if { (ac_try="$ac_link"
8795 case "(($ac_try" in
8796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8797 *) ac_try_echo=$ac_try;;
8798 esac
8799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8800 (eval "$ac_link") 2>conftest.er1
8801 ac_status=$?
8802 grep -v '^ *+' conftest.er1 >conftest.err
8803 rm -f conftest.er1
8804 cat conftest.err >&5
8805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8806 (exit $ac_status); } && {
8807 test -z "$ac_c_werror_flag" ||
8808 test ! -s conftest.err
8809 } && test -s conftest$ac_exeext &&
8810 $as_test_x conftest$ac_exeext; then
8811 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8812 else
8813 echo "$as_me: failed program was:" >&5
8814 sed 's/^/| /' conftest.$ac_ext >&5
8816 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8820 conftest$ac_exeext conftest.$ac_ext
8821 CFLAGS=$ac_wine_try_cflags_saved
8823 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8824 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8825 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8826 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8832 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8833 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8834 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8835 echo $ECHO_N "(cached) $ECHO_C" >&6
8836 else
8837 ac_wine_try_cflags_saved=$CFLAGS
8838 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8839 cat >conftest.$ac_ext <<_ACEOF
8840 /* confdefs.h. */
8841 _ACEOF
8842 cat confdefs.h >>conftest.$ac_ext
8843 cat >>conftest.$ac_ext <<_ACEOF
8844 /* end confdefs.h. */
8847 main ()
8851 return 0;
8853 _ACEOF
8854 rm -f conftest.$ac_objext conftest$ac_exeext
8855 if { (ac_try="$ac_link"
8856 case "(($ac_try" in
8857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8858 *) ac_try_echo=$ac_try;;
8859 esac
8860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8861 (eval "$ac_link") 2>conftest.er1
8862 ac_status=$?
8863 grep -v '^ *+' conftest.er1 >conftest.err
8864 rm -f conftest.er1
8865 cat conftest.err >&5
8866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8867 (exit $ac_status); } && {
8868 test -z "$ac_c_werror_flag" ||
8869 test ! -s conftest.err
8870 } && test -s conftest$ac_exeext &&
8871 $as_test_x conftest$ac_exeext; then
8872 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8873 else
8874 echo "$as_me: failed program was:" >&5
8875 sed 's/^/| /' conftest.$ac_ext >&5
8877 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8881 conftest$ac_exeext conftest.$ac_ext
8882 CFLAGS=$ac_wine_try_cflags_saved
8884 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8885 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8886 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8887 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8891 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8892 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8893 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8894 echo $ECHO_N "(cached) $ECHO_C" >&6
8895 else
8896 ac_wine_try_cflags_saved=$CFLAGS
8897 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8898 cat >conftest.$ac_ext <<_ACEOF
8899 /* confdefs.h. */
8900 _ACEOF
8901 cat confdefs.h >>conftest.$ac_ext
8902 cat >>conftest.$ac_ext <<_ACEOF
8903 /* end confdefs.h. */
8906 main ()
8910 return 0;
8912 _ACEOF
8913 rm -f conftest.$ac_objext conftest$ac_exeext
8914 if { (ac_try="$ac_link"
8915 case "(($ac_try" in
8916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8917 *) ac_try_echo=$ac_try;;
8918 esac
8919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8920 (eval "$ac_link") 2>conftest.er1
8921 ac_status=$?
8922 grep -v '^ *+' conftest.er1 >conftest.err
8923 rm -f conftest.er1
8924 cat conftest.err >&5
8925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } && {
8927 test -z "$ac_c_werror_flag" ||
8928 test ! -s conftest.err
8929 } && test -s conftest$ac_exeext &&
8930 $as_test_x conftest$ac_exeext; then
8931 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8932 else
8933 echo "$as_me: failed program was:" >&5
8934 sed 's/^/| /' conftest.$ac_ext >&5
8936 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8940 conftest$ac_exeext conftest.$ac_ext
8941 CFLAGS=$ac_wine_try_cflags_saved
8943 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8944 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8945 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8946 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8950 echo '{ global: *; };' >conftest.map
8951 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8952 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8953 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8954 echo $ECHO_N "(cached) $ECHO_C" >&6
8955 else
8956 ac_wine_try_cflags_saved=$CFLAGS
8957 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8958 cat >conftest.$ac_ext <<_ACEOF
8959 /* confdefs.h. */
8960 _ACEOF
8961 cat confdefs.h >>conftest.$ac_ext
8962 cat >>conftest.$ac_ext <<_ACEOF
8963 /* end confdefs.h. */
8966 main ()
8970 return 0;
8972 _ACEOF
8973 rm -f conftest.$ac_objext conftest$ac_exeext
8974 if { (ac_try="$ac_link"
8975 case "(($ac_try" in
8976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8977 *) ac_try_echo=$ac_try;;
8978 esac
8979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8980 (eval "$ac_link") 2>conftest.er1
8981 ac_status=$?
8982 grep -v '^ *+' conftest.er1 >conftest.err
8983 rm -f conftest.er1
8984 cat conftest.err >&5
8985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8986 (exit $ac_status); } && {
8987 test -z "$ac_c_werror_flag" ||
8988 test ! -s conftest.err
8989 } && test -s conftest$ac_exeext &&
8990 $as_test_x conftest$ac_exeext; then
8991 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8992 else
8993 echo "$as_me: failed program was:" >&5
8994 sed 's/^/| /' conftest.$ac_ext >&5
8996 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9000 conftest$ac_exeext conftest.$ac_ext
9001 CFLAGS=$ac_wine_try_cflags_saved
9003 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9004 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9005 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9006 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9009 rm -f conftest.map
9011 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9012 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9013 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9014 echo $ECHO_N "(cached) $ECHO_C" >&6
9015 else
9016 ac_wine_try_cflags_saved=$CFLAGS
9017 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9018 cat >conftest.$ac_ext <<_ACEOF
9019 /* confdefs.h. */
9020 _ACEOF
9021 cat confdefs.h >>conftest.$ac_ext
9022 cat >>conftest.$ac_ext <<_ACEOF
9023 /* end confdefs.h. */
9026 main ()
9030 return 0;
9032 _ACEOF
9033 rm -f conftest.$ac_objext conftest$ac_exeext
9034 if { (ac_try="$ac_link"
9035 case "(($ac_try" in
9036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9037 *) ac_try_echo=$ac_try;;
9038 esac
9039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9040 (eval "$ac_link") 2>conftest.er1
9041 ac_status=$?
9042 grep -v '^ *+' conftest.er1 >conftest.err
9043 rm -f conftest.er1
9044 cat conftest.err >&5
9045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); } && {
9047 test -z "$ac_c_werror_flag" ||
9048 test ! -s conftest.err
9049 } && test -s conftest$ac_exeext &&
9050 $as_test_x conftest$ac_exeext; then
9051 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9052 else
9053 echo "$as_me: failed program was:" >&5
9054 sed 's/^/| /' conftest.$ac_ext >&5
9056 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9060 conftest$ac_exeext conftest.$ac_ext
9061 CFLAGS=$ac_wine_try_cflags_saved
9063 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9064 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9065 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9066 LDEXECFLAGS="-Wl,--export-dynamic"
9071 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9072 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9073 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9074 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9075 echo $ECHO_N "(cached) $ECHO_C" >&6
9076 else
9077 ac_wine_try_cflags_saved=$CFLAGS
9078 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h. */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h. */
9087 main ()
9091 return 0;
9093 _ACEOF
9094 rm -f conftest.$ac_objext conftest$ac_exeext
9095 if { (ac_try="$ac_link"
9096 case "(($ac_try" in
9097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9098 *) ac_try_echo=$ac_try;;
9099 esac
9100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9101 (eval "$ac_link") 2>conftest.er1
9102 ac_status=$?
9103 grep -v '^ *+' conftest.er1 >conftest.err
9104 rm -f conftest.er1
9105 cat conftest.err >&5
9106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9107 (exit $ac_status); } && {
9108 test -z "$ac_c_werror_flag" ||
9109 test ! -s conftest.err
9110 } && test -s conftest$ac_exeext &&
9111 $as_test_x conftest$ac_exeext; then
9112 eval "$as_ac_var=yes"
9113 else
9114 echo "$as_me: failed program was:" >&5
9115 sed 's/^/| /' conftest.$ac_ext >&5
9117 eval "$as_ac_var=no"
9120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9121 conftest$ac_exeext conftest.$ac_ext
9122 CFLAGS=$ac_wine_try_cflags_saved
9124 ac_res=`eval echo '${'$as_ac_var'}'`
9125 { echo "$as_me:$LINENO: result: $ac_res" >&5
9126 echo "${ECHO_T}$ac_res" >&6; }
9127 if test `eval echo '${'$as_ac_var'}'` = yes; then
9128 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9129 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9130 else
9131 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9132 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9133 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9134 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9135 echo $ECHO_N "(cached) $ECHO_C" >&6
9136 else
9137 ac_wine_try_cflags_saved=$CFLAGS
9138 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9139 cat >conftest.$ac_ext <<_ACEOF
9140 /* confdefs.h. */
9141 _ACEOF
9142 cat confdefs.h >>conftest.$ac_ext
9143 cat >>conftest.$ac_ext <<_ACEOF
9144 /* end confdefs.h. */
9147 main ()
9151 return 0;
9153 _ACEOF
9154 rm -f conftest.$ac_objext conftest$ac_exeext
9155 if { (ac_try="$ac_link"
9156 case "(($ac_try" in
9157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9158 *) ac_try_echo=$ac_try;;
9159 esac
9160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9161 (eval "$ac_link") 2>conftest.er1
9162 ac_status=$?
9163 grep -v '^ *+' conftest.er1 >conftest.err
9164 rm -f conftest.er1
9165 cat conftest.err >&5
9166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9167 (exit $ac_status); } && {
9168 test -z "$ac_c_werror_flag" ||
9169 test ! -s conftest.err
9170 } && test -s conftest$ac_exeext &&
9171 $as_test_x conftest$ac_exeext; then
9172 eval "$as_ac_var=yes"
9173 else
9174 echo "$as_me: failed program was:" >&5
9175 sed 's/^/| /' conftest.$ac_ext >&5
9177 eval "$as_ac_var=no"
9180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9181 conftest$ac_exeext conftest.$ac_ext
9182 CFLAGS=$ac_wine_try_cflags_saved
9184 ac_res=`eval echo '${'$as_ac_var'}'`
9185 { echo "$as_me:$LINENO: result: $ac_res" >&5
9186 echo "${ECHO_T}$ac_res" >&6; }
9187 if test `eval echo '${'$as_ac_var'}'` = yes; then
9188 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9189 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9195 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9196 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9197 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9198 echo $ECHO_N "(cached) $ECHO_C" >&6
9199 else
9200 ac_wine_try_cflags_saved=$CFLAGS
9201 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9202 cat >conftest.$ac_ext <<_ACEOF
9203 /* confdefs.h. */
9204 _ACEOF
9205 cat confdefs.h >>conftest.$ac_ext
9206 cat >>conftest.$ac_ext <<_ACEOF
9207 /* end confdefs.h. */
9210 main ()
9214 return 0;
9216 _ACEOF
9217 rm -f conftest.$ac_objext conftest$ac_exeext
9218 if { (ac_try="$ac_link"
9219 case "(($ac_try" in
9220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9221 *) ac_try_echo=$ac_try;;
9222 esac
9223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9224 (eval "$ac_link") 2>conftest.er1
9225 ac_status=$?
9226 grep -v '^ *+' conftest.er1 >conftest.err
9227 rm -f conftest.er1
9228 cat conftest.err >&5
9229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9230 (exit $ac_status); } && {
9231 test -z "$ac_c_werror_flag" ||
9232 test ! -s conftest.err
9233 } && test -s conftest$ac_exeext &&
9234 $as_test_x conftest$ac_exeext; then
9235 ac_cv_cflags__Wl___enable_new_dtags=yes
9236 else
9237 echo "$as_me: failed program was:" >&5
9238 sed 's/^/| /' conftest.$ac_ext >&5
9240 ac_cv_cflags__Wl___enable_new_dtags=no
9243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9244 conftest$ac_exeext conftest.$ac_ext
9245 CFLAGS=$ac_wine_try_cflags_saved
9247 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9248 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9249 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9250 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9254 case $host_cpu in
9255 *i[3456789]86* | x86_64)
9256 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9257 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9258 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9259 echo $ECHO_N "(cached) $ECHO_C" >&6
9260 else
9261 ac_wine_try_cflags_saved=$CFLAGS
9262 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9263 cat >conftest.$ac_ext <<_ACEOF
9264 /* confdefs.h. */
9265 _ACEOF
9266 cat confdefs.h >>conftest.$ac_ext
9267 cat >>conftest.$ac_ext <<_ACEOF
9268 /* end confdefs.h. */
9271 main ()
9275 return 0;
9277 _ACEOF
9278 rm -f conftest.$ac_objext conftest$ac_exeext
9279 if { (ac_try="$ac_link"
9280 case "(($ac_try" in
9281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9282 *) ac_try_echo=$ac_try;;
9283 esac
9284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9285 (eval "$ac_link") 2>conftest.er1
9286 ac_status=$?
9287 grep -v '^ *+' conftest.er1 >conftest.err
9288 rm -f conftest.er1
9289 cat conftest.err >&5
9290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291 (exit $ac_status); } && {
9292 test -z "$ac_c_werror_flag" ||
9293 test ! -s conftest.err
9294 } && test -s conftest$ac_exeext &&
9295 $as_test_x conftest$ac_exeext; then
9296 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9297 else
9298 echo "$as_me: failed program was:" >&5
9299 sed 's/^/| /' conftest.$ac_ext >&5
9301 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9305 conftest$ac_exeext conftest.$ac_ext
9306 CFLAGS=$ac_wine_try_cflags_saved
9308 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9309 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9310 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9311 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9315 esac
9317 else
9318 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9319 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9320 if test "${ac_cv_c_dll_unixware+set}" = set; then
9321 echo $ECHO_N "(cached) $ECHO_C" >&6
9322 else
9323 ac_wine_try_cflags_saved=$CFLAGS
9324 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9325 cat >conftest.$ac_ext <<_ACEOF
9326 void myfunc() {}
9327 _ACEOF
9328 rm -f conftest.$ac_objext conftest$ac_exeext
9329 if { (ac_try="$ac_link"
9330 case "(($ac_try" in
9331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9332 *) ac_try_echo=$ac_try;;
9333 esac
9334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9335 (eval "$ac_link") 2>conftest.er1
9336 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err
9338 rm -f conftest.er1
9339 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } && {
9342 test -z "$ac_c_werror_flag" ||
9343 test ! -s conftest.err
9344 } && test -s conftest$ac_exeext &&
9345 $as_test_x conftest$ac_exeext; then
9346 ac_cv_c_dll_unixware="yes"
9347 else
9348 echo "$as_me: failed program was:" >&5
9349 sed 's/^/| /' conftest.$ac_ext >&5
9351 ac_cv_c_dll_unixware="no"
9354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9355 conftest$ac_exeext conftest.$ac_ext
9356 CFLAGS=$ac_wine_try_cflags_saved
9358 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9359 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9360 if test "$ac_cv_c_dll_unixware" = "yes"
9361 then
9362 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9363 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9365 else
9366 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9367 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9368 if test "${ac_cv_c_dll_hpux+set}" = set; then
9369 echo $ECHO_N "(cached) $ECHO_C" >&6
9370 else
9371 ac_wine_try_cflags_saved=$CFLAGS
9372 CFLAGS="$CFLAGS -shared"
9373 cat >conftest.$ac_ext <<_ACEOF
9374 void myfunc() {}
9375 _ACEOF
9376 rm -f conftest.$ac_objext conftest$ac_exeext
9377 if { (ac_try="$ac_link"
9378 case "(($ac_try" in
9379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9380 *) ac_try_echo=$ac_try;;
9381 esac
9382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9383 (eval "$ac_link") 2>conftest.er1
9384 ac_status=$?
9385 grep -v '^ *+' conftest.er1 >conftest.err
9386 rm -f conftest.er1
9387 cat conftest.err >&5
9388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9389 (exit $ac_status); } && {
9390 test -z "$ac_c_werror_flag" ||
9391 test ! -s conftest.err
9392 } && test -s conftest$ac_exeext &&
9393 $as_test_x conftest$ac_exeext; then
9394 ac_cv_c_dll_hpux="yes"
9395 else
9396 echo "$as_me: failed program was:" >&5
9397 sed 's/^/| /' conftest.$ac_ext >&5
9399 ac_cv_c_dll_hpux="no"
9402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9403 conftest$ac_exeext conftest.$ac_ext
9404 CFLAGS=$ac_wine_try_cflags_saved
9406 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9407 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9408 if test "$ac_cv_c_dll_hpux" = "yes"
9409 then
9410 LIBEXT="sl"
9411 DLLEXT=".sl"
9412 LDDLLFLAGS="-shared -fPIC"
9413 LDSHARED="\$(CC) -shared"
9418 esac
9420 enable_winequartz_drv=${enable_winequartz_drv:-no}
9422 if test "$LIBEXT" = "a"; then
9423 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9424 It is currently not possible to build Wine without shared library
9425 (.so) support to allow transparent switch between .so and .dll files.
9426 If you are using Linux, you will need a newer binutils.
9427 " >&5
9428 echo "$as_me: error: could not find a way to build shared libraries.
9429 It is currently not possible to build Wine without shared library
9430 (.so) support to allow transparent switch between .so and .dll files.
9431 If you are using Linux, you will need a newer binutils.
9432 " >&2;}
9433 { (exit 1); exit 1; }; }
9436 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9437 then
9438 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 if test -n "$CROSSCC"; then
9448 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9453 IFS=$as_save_IFS
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_CROSSCC="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 break 2
9461 done
9462 done
9463 IFS=$as_save_IFS
9467 CROSSCC=$ac_cv_prog_CROSSCC
9468 if test -n "$CROSSCC"; then
9469 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9470 echo "${ECHO_T}$CROSSCC" >&6; }
9471 else
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$CROSSCC" && break
9478 done
9479 test -n "$CROSSCC" || CROSSCC="false"
9481 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490 if test -n "$DLLTOOL"; then
9491 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_DLLTOOL="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 break 2
9504 done
9505 done
9506 IFS=$as_save_IFS
9510 DLLTOOL=$ac_cv_prog_DLLTOOL
9511 if test -n "$DLLTOOL"; then
9512 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9513 echo "${ECHO_T}$DLLTOOL" >&6; }
9514 else
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$DLLTOOL" && break
9521 done
9522 test -n "$DLLTOOL" || DLLTOOL="false"
9524 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533 if test -n "$CROSSWINDRES"; then
9534 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9539 IFS=$as_save_IFS
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_CROSSWINDRES="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 break 2
9547 done
9548 done
9549 IFS=$as_save_IFS
9553 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9554 if test -n "$CROSSWINDRES"; then
9555 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9556 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9557 else
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$CROSSWINDRES" && break
9564 done
9565 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9567 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9569 # Extract the first word of "$ac_prog", so it can be a program name with args.
9570 set dummy $ac_prog; ac_word=$2
9571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9573 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9574 echo $ECHO_N "(cached) $ECHO_C" >&6
9575 else
9576 if test -n "$MINGWAR"; then
9577 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9578 else
9579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9580 for as_dir in $PATH
9582 IFS=$as_save_IFS
9583 test -z "$as_dir" && as_dir=.
9584 for ac_exec_ext in '' $ac_executable_extensions; do
9585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9586 ac_cv_prog_MINGWAR="$ac_prog"
9587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9588 break 2
9590 done
9591 done
9592 IFS=$as_save_IFS
9596 MINGWAR=$ac_cv_prog_MINGWAR
9597 if test -n "$MINGWAR"; then
9598 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9599 echo "${ECHO_T}$MINGWAR" >&6; }
9600 else
9601 { echo "$as_me:$LINENO: result: no" >&5
9602 echo "${ECHO_T}no" >&6; }
9606 test -n "$MINGWAR" && break
9607 done
9608 test -n "$MINGWAR" || MINGWAR="false"
9610 if test "$CROSSCC" != "false"
9611 then
9612 CROSSTEST="\$(CROSSTEST)"
9618 if test "$have_x" = "yes"
9619 then
9620 XLIB="-lXext -lX11"
9621 ac_save_CPPFLAGS="$CPPFLAGS"
9622 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9624 { echo "$as_me:$LINENO: checking for -lX11" >&5
9625 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9626 if test "${ac_cv_lib_soname_X11+set}" = set; then
9627 echo $ECHO_N "(cached) $ECHO_C" >&6
9628 else
9629 ac_check_soname_save_LIBS=$LIBS
9630 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9631 cat >conftest.$ac_ext <<_ACEOF
9632 /* confdefs.h. */
9633 _ACEOF
9634 cat confdefs.h >>conftest.$ac_ext
9635 cat >>conftest.$ac_ext <<_ACEOF
9636 /* end confdefs.h. */
9638 /* Override any GCC internal prototype to avoid an error.
9639 Use char because int might match the return type of a GCC
9640 builtin and then its argument prototype would still apply. */
9641 #ifdef __cplusplus
9642 extern "C"
9643 #endif
9644 char XCreateWindow ();
9646 main ()
9648 return XCreateWindow ();
9650 return 0;
9652 _ACEOF
9653 rm -f conftest.$ac_objext conftest$ac_exeext
9654 if { (ac_try="$ac_link"
9655 case "(($ac_try" in
9656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9657 *) ac_try_echo=$ac_try;;
9658 esac
9659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9660 (eval "$ac_link") 2>conftest.er1
9661 ac_status=$?
9662 grep -v '^ *+' conftest.er1 >conftest.err
9663 rm -f conftest.er1
9664 cat conftest.err >&5
9665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9666 (exit $ac_status); } && {
9667 test -z "$ac_c_werror_flag" ||
9668 test ! -s conftest.err
9669 } && test -s conftest$ac_exeext &&
9670 $as_test_x conftest$ac_exeext; then
9671 case "$LIBEXT" in
9672 dll) ;;
9673 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9674 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9675 esac
9676 else
9677 echo "$as_me: failed program was:" >&5
9678 sed 's/^/| /' conftest.$ac_ext >&5
9683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9684 conftest$ac_exeext conftest.$ac_ext
9685 LIBS=$ac_check_soname_save_LIBS
9687 if test "x$ac_cv_lib_soname_X11" = "x"; then
9688 { echo "$as_me:$LINENO: result: not found" >&5
9689 echo "${ECHO_T}not found" >&6; }
9691 else
9692 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9693 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9695 cat >>confdefs.h <<_ACEOF
9696 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9697 _ACEOF
9702 { echo "$as_me:$LINENO: checking for -lXext" >&5
9703 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9704 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9705 echo $ECHO_N "(cached) $ECHO_C" >&6
9706 else
9707 ac_check_soname_save_LIBS=$LIBS
9708 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9709 cat >conftest.$ac_ext <<_ACEOF
9710 /* confdefs.h. */
9711 _ACEOF
9712 cat confdefs.h >>conftest.$ac_ext
9713 cat >>conftest.$ac_ext <<_ACEOF
9714 /* end confdefs.h. */
9716 /* Override any GCC internal prototype to avoid an error.
9717 Use char because int might match the return type of a GCC
9718 builtin and then its argument prototype would still apply. */
9719 #ifdef __cplusplus
9720 extern "C"
9721 #endif
9722 char XextCreateExtension ();
9724 main ()
9726 return XextCreateExtension ();
9728 return 0;
9730 _ACEOF
9731 rm -f conftest.$ac_objext conftest$ac_exeext
9732 if { (ac_try="$ac_link"
9733 case "(($ac_try" in
9734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9735 *) ac_try_echo=$ac_try;;
9736 esac
9737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9738 (eval "$ac_link") 2>conftest.er1
9739 ac_status=$?
9740 grep -v '^ *+' conftest.er1 >conftest.err
9741 rm -f conftest.er1
9742 cat conftest.err >&5
9743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9744 (exit $ac_status); } && {
9745 test -z "$ac_c_werror_flag" ||
9746 test ! -s conftest.err
9747 } && test -s conftest$ac_exeext &&
9748 $as_test_x conftest$ac_exeext; then
9749 case "$LIBEXT" in
9750 dll) ;;
9751 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9752 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9753 esac
9754 else
9755 echo "$as_me: failed program was:" >&5
9756 sed 's/^/| /' conftest.$ac_ext >&5
9761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9762 conftest$ac_exeext conftest.$ac_ext
9763 LIBS=$ac_check_soname_save_LIBS
9765 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9766 { echo "$as_me:$LINENO: result: not found" >&5
9767 echo "${ECHO_T}not found" >&6; }
9769 else
9770 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9771 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9773 cat >>confdefs.h <<_ACEOF
9774 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9775 _ACEOF
9793 for ac_header in X11/Xlib.h \
9794 X11/XKBlib.h \
9795 X11/Xutil.h \
9796 X11/Xcursor/Xcursor.h \
9797 X11/extensions/shape.h \
9798 X11/extensions/XInput.h \
9799 X11/extensions/XShm.h \
9800 X11/extensions/Xcomposite.h \
9801 X11/extensions/Xinerama.h \
9802 X11/extensions/Xrandr.h \
9803 X11/extensions/Xrender.h \
9804 X11/extensions/xf86vmode.h
9806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9810 echo $ECHO_N "(cached) $ECHO_C" >&6
9811 else
9812 cat >conftest.$ac_ext <<_ACEOF
9813 /* confdefs.h. */
9814 _ACEOF
9815 cat confdefs.h >>conftest.$ac_ext
9816 cat >>conftest.$ac_ext <<_ACEOF
9817 /* end confdefs.h. */
9818 #ifdef HAVE_X11_XLIB_H
9819 # include <X11/Xlib.h>
9820 #endif
9821 #ifdef HAVE_X11_XUTIL_H
9822 # include <X11/Xutil.h>
9823 #endif
9825 #include <$ac_header>
9826 _ACEOF
9827 rm -f conftest.$ac_objext
9828 if { (ac_try="$ac_compile"
9829 case "(($ac_try" in
9830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9831 *) ac_try_echo=$ac_try;;
9832 esac
9833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9834 (eval "$ac_compile") 2>conftest.er1
9835 ac_status=$?
9836 grep -v '^ *+' conftest.er1 >conftest.err
9837 rm -f conftest.er1
9838 cat conftest.err >&5
9839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9840 (exit $ac_status); } && {
9841 test -z "$ac_c_werror_flag" ||
9842 test ! -s conftest.err
9843 } && test -s conftest.$ac_objext; then
9844 eval "$as_ac_Header=yes"
9845 else
9846 echo "$as_me: failed program was:" >&5
9847 sed 's/^/| /' conftest.$ac_ext >&5
9849 eval "$as_ac_Header=no"
9852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9854 ac_res=`eval echo '${'$as_ac_Header'}'`
9855 { echo "$as_me:$LINENO: result: $ac_res" >&5
9856 echo "${ECHO_T}$ac_res" >&6; }
9857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9858 cat >>confdefs.h <<_ACEOF
9859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9860 _ACEOF
9864 done
9867 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9868 then
9869 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9870 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9871 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9872 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 else
9874 ac_check_lib_save_LIBS=$LIBS
9875 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9876 cat >conftest.$ac_ext <<_ACEOF
9877 /* confdefs.h. */
9878 _ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h. */
9883 /* Override any GCC internal prototype to avoid an error.
9884 Use char because int might match the return type of a GCC
9885 builtin and then its argument prototype would still apply. */
9886 #ifdef __cplusplus
9887 extern "C"
9888 #endif
9889 char XkbQueryExtension ();
9891 main ()
9893 return XkbQueryExtension ();
9895 return 0;
9897 _ACEOF
9898 rm -f conftest.$ac_objext conftest$ac_exeext
9899 if { (ac_try="$ac_link"
9900 case "(($ac_try" in
9901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9902 *) ac_try_echo=$ac_try;;
9903 esac
9904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9905 (eval "$ac_link") 2>conftest.er1
9906 ac_status=$?
9907 grep -v '^ *+' conftest.er1 >conftest.err
9908 rm -f conftest.er1
9909 cat conftest.err >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); } && {
9912 test -z "$ac_c_werror_flag" ||
9913 test ! -s conftest.err
9914 } && test -s conftest$ac_exeext &&
9915 $as_test_x conftest$ac_exeext; then
9916 ac_cv_lib_X11_XkbQueryExtension=yes
9917 else
9918 echo "$as_me: failed program was:" >&5
9919 sed 's/^/| /' conftest.$ac_ext >&5
9921 ac_cv_lib_X11_XkbQueryExtension=no
9924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9925 conftest$ac_exeext conftest.$ac_ext
9926 LIBS=$ac_check_lib_save_LIBS
9928 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9929 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9930 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9932 cat >>confdefs.h <<\_ACEOF
9933 #define HAVE_XKB 1
9934 _ACEOF
9940 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9941 then
9942 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9943 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9944 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9945 echo $ECHO_N "(cached) $ECHO_C" >&6
9946 else
9947 ac_check_soname_save_LIBS=$LIBS
9948 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9949 cat >conftest.$ac_ext <<_ACEOF
9950 /* confdefs.h. */
9951 _ACEOF
9952 cat confdefs.h >>conftest.$ac_ext
9953 cat >>conftest.$ac_ext <<_ACEOF
9954 /* end confdefs.h. */
9956 /* Override any GCC internal prototype to avoid an error.
9957 Use char because int might match the return type of a GCC
9958 builtin and then its argument prototype would still apply. */
9959 #ifdef __cplusplus
9960 extern "C"
9961 #endif
9962 char XcursorImageLoadCursor ();
9964 main ()
9966 return XcursorImageLoadCursor ();
9968 return 0;
9970 _ACEOF
9971 rm -f conftest.$ac_objext conftest$ac_exeext
9972 if { (ac_try="$ac_link"
9973 case "(($ac_try" in
9974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9975 *) ac_try_echo=$ac_try;;
9976 esac
9977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9978 (eval "$ac_link") 2>conftest.er1
9979 ac_status=$?
9980 grep -v '^ *+' conftest.er1 >conftest.err
9981 rm -f conftest.er1
9982 cat conftest.err >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); } && {
9985 test -z "$ac_c_werror_flag" ||
9986 test ! -s conftest.err
9987 } && test -s conftest$ac_exeext &&
9988 $as_test_x conftest$ac_exeext; then
9989 case "$LIBEXT" in
9990 dll) ;;
9991 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9992 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9993 esac
9994 else
9995 echo "$as_me: failed program was:" >&5
9996 sed 's/^/| /' conftest.$ac_ext >&5
10001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_soname_save_LIBS
10005 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10006 { echo "$as_me:$LINENO: result: not found" >&5
10007 echo "${ECHO_T}not found" >&6; }
10009 else
10010 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10011 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10013 cat >>confdefs.h <<_ACEOF
10014 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10015 _ACEOF
10021 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10022 case "x$with_xcursor" in
10023 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10024 xno) ;;
10025 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10026 This is an error since --with-xcursor was requested." >&5
10027 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10028 This is an error since --with-xcursor was requested." >&2;}
10029 { (exit 1); exit 1; }; } ;;
10030 esac
10034 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10035 then
10036 { echo "$as_me:$LINENO: checking for -lXi" >&5
10037 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10038 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10039 echo $ECHO_N "(cached) $ECHO_C" >&6
10040 else
10041 ac_check_soname_save_LIBS=$LIBS
10042 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10043 cat >conftest.$ac_ext <<_ACEOF
10044 /* confdefs.h. */
10045 _ACEOF
10046 cat confdefs.h >>conftest.$ac_ext
10047 cat >>conftest.$ac_ext <<_ACEOF
10048 /* end confdefs.h. */
10050 /* Override any GCC internal prototype to avoid an error.
10051 Use char because int might match the return type of a GCC
10052 builtin and then its argument prototype would still apply. */
10053 #ifdef __cplusplus
10054 extern "C"
10055 #endif
10056 char XOpenDevice ();
10058 main ()
10060 return XOpenDevice ();
10062 return 0;
10064 _ACEOF
10065 rm -f conftest.$ac_objext conftest$ac_exeext
10066 if { (ac_try="$ac_link"
10067 case "(($ac_try" in
10068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10069 *) ac_try_echo=$ac_try;;
10070 esac
10071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10072 (eval "$ac_link") 2>conftest.er1
10073 ac_status=$?
10074 grep -v '^ *+' conftest.er1 >conftest.err
10075 rm -f conftest.er1
10076 cat conftest.err >&5
10077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10078 (exit $ac_status); } && {
10079 test -z "$ac_c_werror_flag" ||
10080 test ! -s conftest.err
10081 } && test -s conftest$ac_exeext &&
10082 $as_test_x conftest$ac_exeext; then
10083 case "$LIBEXT" in
10084 dll) ;;
10085 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10086 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10087 esac
10088 else
10089 echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.$ac_ext >&5
10095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10096 conftest$ac_exeext conftest.$ac_ext
10097 LIBS=$ac_check_soname_save_LIBS
10099 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10100 { echo "$as_me:$LINENO: result: not found" >&5
10101 echo "${ECHO_T}not found" >&6; }
10103 else
10104 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10105 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10107 cat >>confdefs.h <<_ACEOF
10108 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10109 _ACEOF
10115 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10116 case "x$with_xinput" in
10117 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10118 xno) ;;
10119 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10120 This is an error since --with-xinput was requested." >&5
10121 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10122 This is an error since --with-xinput was requested." >&2;}
10123 { (exit 1); exit 1; }; } ;;
10124 esac
10128 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10129 then
10130 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10131 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10132 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10133 echo $ECHO_N "(cached) $ECHO_C" >&6
10134 else
10135 ac_check_lib_save_LIBS=$LIBS
10136 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10137 cat >conftest.$ac_ext <<_ACEOF
10138 /* confdefs.h. */
10139 _ACEOF
10140 cat confdefs.h >>conftest.$ac_ext
10141 cat >>conftest.$ac_ext <<_ACEOF
10142 /* end confdefs.h. */
10144 /* Override any GCC internal prototype to avoid an error.
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10147 #ifdef __cplusplus
10148 extern "C"
10149 #endif
10150 char XShmQueryExtension ();
10152 main ()
10154 return XShmQueryExtension ();
10156 return 0;
10158 _ACEOF
10159 rm -f conftest.$ac_objext conftest$ac_exeext
10160 if { (ac_try="$ac_link"
10161 case "(($ac_try" in
10162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10163 *) ac_try_echo=$ac_try;;
10164 esac
10165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10166 (eval "$ac_link") 2>conftest.er1
10167 ac_status=$?
10168 grep -v '^ *+' conftest.er1 >conftest.err
10169 rm -f conftest.er1
10170 cat conftest.err >&5
10171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172 (exit $ac_status); } && {
10173 test -z "$ac_c_werror_flag" ||
10174 test ! -s conftest.err
10175 } && test -s conftest$ac_exeext &&
10176 $as_test_x conftest$ac_exeext; then
10177 ac_cv_lib_Xext_XShmQueryExtension=yes
10178 else
10179 echo "$as_me: failed program was:" >&5
10180 sed 's/^/| /' conftest.$ac_ext >&5
10182 ac_cv_lib_Xext_XShmQueryExtension=no
10185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10186 conftest$ac_exeext conftest.$ac_ext
10187 LIBS=$ac_check_lib_save_LIBS
10189 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10190 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10191 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10193 cat >>confdefs.h <<\_ACEOF
10194 #define HAVE_LIBXXSHM 1
10195 _ACEOF
10200 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10201 case "x$with_xshm" in
10202 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10203 xno) ;;
10204 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10205 This is an error since --with-xshm was requested." >&5
10206 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10207 This is an error since --with-xshm was requested." >&2;}
10208 { (exit 1); exit 1; }; } ;;
10209 esac
10213 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10214 then
10215 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10216 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10217 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10218 echo $ECHO_N "(cached) $ECHO_C" >&6
10219 else
10220 ac_check_lib_save_LIBS=$LIBS
10221 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10222 cat >conftest.$ac_ext <<_ACEOF
10223 /* confdefs.h. */
10224 _ACEOF
10225 cat confdefs.h >>conftest.$ac_ext
10226 cat >>conftest.$ac_ext <<_ACEOF
10227 /* end confdefs.h. */
10229 /* Override any GCC internal prototype to avoid an error.
10230 Use char because int might match the return type of a GCC
10231 builtin and then its argument prototype would still apply. */
10232 #ifdef __cplusplus
10233 extern "C"
10234 #endif
10235 char XShapeQueryExtension ();
10237 main ()
10239 return XShapeQueryExtension ();
10241 return 0;
10243 _ACEOF
10244 rm -f conftest.$ac_objext conftest$ac_exeext
10245 if { (ac_try="$ac_link"
10246 case "(($ac_try" in
10247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10248 *) ac_try_echo=$ac_try;;
10249 esac
10250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10251 (eval "$ac_link") 2>conftest.er1
10252 ac_status=$?
10253 grep -v '^ *+' conftest.er1 >conftest.err
10254 rm -f conftest.er1
10255 cat conftest.err >&5
10256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10257 (exit $ac_status); } && {
10258 test -z "$ac_c_werror_flag" ||
10259 test ! -s conftest.err
10260 } && test -s conftest$ac_exeext &&
10261 $as_test_x conftest$ac_exeext; then
10262 ac_cv_lib_Xext_XShapeQueryExtension=yes
10263 else
10264 echo "$as_me: failed program was:" >&5
10265 sed 's/^/| /' conftest.$ac_ext >&5
10267 ac_cv_lib_Xext_XShapeQueryExtension=no
10270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10271 conftest$ac_exeext conftest.$ac_ext
10272 LIBS=$ac_check_lib_save_LIBS
10274 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10275 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10276 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10278 cat >>confdefs.h <<\_ACEOF
10279 #define HAVE_LIBXSHAPE 1
10280 _ACEOF
10285 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10286 case "x$with_xshape" in
10287 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10288 xno) ;;
10289 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10290 This is an error since --with-xshape was requested." >&5
10291 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10292 This is an error since --with-xshape was requested." >&2;}
10293 { (exit 1); exit 1; }; } ;;
10294 esac
10298 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10299 then
10300 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10301 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10302 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10303 echo $ECHO_N "(cached) $ECHO_C" >&6
10304 else
10305 ac_check_soname_save_LIBS=$LIBS
10306 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10307 cat >conftest.$ac_ext <<_ACEOF
10308 /* confdefs.h. */
10309 _ACEOF
10310 cat confdefs.h >>conftest.$ac_ext
10311 cat >>conftest.$ac_ext <<_ACEOF
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XF86VidModeQueryExtension ();
10322 main ()
10324 return XF86VidModeQueryExtension ();
10326 return 0;
10328 _ACEOF
10329 rm -f conftest.$ac_objext conftest$ac_exeext
10330 if { (ac_try="$ac_link"
10331 case "(($ac_try" in
10332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10333 *) ac_try_echo=$ac_try;;
10334 esac
10335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10336 (eval "$ac_link") 2>conftest.er1
10337 ac_status=$?
10338 grep -v '^ *+' conftest.er1 >conftest.err
10339 rm -f conftest.er1
10340 cat conftest.err >&5
10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 (exit $ac_status); } && {
10343 test -z "$ac_c_werror_flag" ||
10344 test ! -s conftest.err
10345 } && test -s conftest$ac_exeext &&
10346 $as_test_x conftest$ac_exeext; then
10347 case "$LIBEXT" in
10348 dll) ;;
10349 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10350 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10351 esac
10352 else
10353 echo "$as_me: failed program was:" >&5
10354 sed 's/^/| /' conftest.$ac_ext >&5
10359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_soname_save_LIBS
10363 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10364 { echo "$as_me:$LINENO: result: not found" >&5
10365 echo "${ECHO_T}not found" >&6; }
10367 else
10368 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10369 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10371 cat >>confdefs.h <<_ACEOF
10372 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10373 _ACEOF
10379 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10380 case "x$with_xxf86vm" in
10381 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10382 xno) ;;
10383 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10384 This is an error since --with-xxf86vm was requested." >&5
10385 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10386 This is an error since --with-xxf86vm was requested." >&2;}
10387 { (exit 1); exit 1; }; } ;;
10388 esac
10392 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10393 then
10394 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10395 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10396 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10397 echo $ECHO_N "(cached) $ECHO_C" >&6
10398 else
10399 ac_check_soname_save_LIBS=$LIBS
10400 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10401 cat >conftest.$ac_ext <<_ACEOF
10402 /* confdefs.h. */
10403 _ACEOF
10404 cat confdefs.h >>conftest.$ac_ext
10405 cat >>conftest.$ac_ext <<_ACEOF
10406 /* end confdefs.h. */
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char XRenderQueryExtension ();
10416 main ()
10418 return XRenderQueryExtension ();
10420 return 0;
10422 _ACEOF
10423 rm -f conftest.$ac_objext conftest$ac_exeext
10424 if { (ac_try="$ac_link"
10425 case "(($ac_try" in
10426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10427 *) ac_try_echo=$ac_try;;
10428 esac
10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10430 (eval "$ac_link") 2>conftest.er1
10431 ac_status=$?
10432 grep -v '^ *+' conftest.er1 >conftest.err
10433 rm -f conftest.er1
10434 cat conftest.err >&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && {
10437 test -z "$ac_c_werror_flag" ||
10438 test ! -s conftest.err
10439 } && test -s conftest$ac_exeext &&
10440 $as_test_x conftest$ac_exeext; then
10441 case "$LIBEXT" in
10442 dll) ;;
10443 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10444 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10445 esac
10446 else
10447 echo "$as_me: failed program was:" >&5
10448 sed 's/^/| /' conftest.$ac_ext >&5
10453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10454 conftest$ac_exeext conftest.$ac_ext
10455 LIBS=$ac_check_soname_save_LIBS
10457 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10458 { echo "$as_me:$LINENO: result: not found" >&5
10459 echo "${ECHO_T}not found" >&6; }
10461 else
10462 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10463 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10465 cat >>confdefs.h <<_ACEOF
10466 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10467 _ACEOF
10469 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10470 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10471 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10472 echo $ECHO_N "(cached) $ECHO_C" >&6
10473 else
10474 ac_check_lib_save_LIBS=$LIBS
10475 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10476 cat >conftest.$ac_ext <<_ACEOF
10477 /* confdefs.h. */
10478 _ACEOF
10479 cat confdefs.h >>conftest.$ac_ext
10480 cat >>conftest.$ac_ext <<_ACEOF
10481 /* end confdefs.h. */
10483 /* Override any GCC internal prototype to avoid an error.
10484 Use char because int might match the return type of a GCC
10485 builtin and then its argument prototype would still apply. */
10486 #ifdef __cplusplus
10487 extern "C"
10488 #endif
10489 char XRenderSetPictureTransform ();
10491 main ()
10493 return XRenderSetPictureTransform ();
10495 return 0;
10497 _ACEOF
10498 rm -f conftest.$ac_objext conftest$ac_exeext
10499 if { (ac_try="$ac_link"
10500 case "(($ac_try" in
10501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10502 *) ac_try_echo=$ac_try;;
10503 esac
10504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10505 (eval "$ac_link") 2>conftest.er1
10506 ac_status=$?
10507 grep -v '^ *+' conftest.er1 >conftest.err
10508 rm -f conftest.er1
10509 cat conftest.err >&5
10510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); } && {
10512 test -z "$ac_c_werror_flag" ||
10513 test ! -s conftest.err
10514 } && test -s conftest$ac_exeext &&
10515 $as_test_x conftest$ac_exeext; then
10516 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10517 else
10518 echo "$as_me: failed program was:" >&5
10519 sed 's/^/| /' conftest.$ac_ext >&5
10521 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10525 conftest$ac_exeext conftest.$ac_ext
10526 LIBS=$ac_check_lib_save_LIBS
10528 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10529 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10530 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10532 cat >>confdefs.h <<\_ACEOF
10533 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10534 _ACEOF
10542 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10543 case "x$with_xrender" in
10544 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10545 xno) ;;
10546 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10547 This is an error since --with-xrender was requested." >&5
10548 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10549 This is an error since --with-xrender was requested." >&2;}
10550 { (exit 1); exit 1; }; } ;;
10551 esac
10555 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10556 then
10557 cat >conftest.$ac_ext <<_ACEOF
10558 /* confdefs.h. */
10559 _ACEOF
10560 cat confdefs.h >>conftest.$ac_ext
10561 cat >>conftest.$ac_ext <<_ACEOF
10562 /* end confdefs.h. */
10563 #include <X11/Xlib.h>
10564 #include <X11/extensions/Xrandr.h>
10566 main ()
10568 static typeof(XRRSetScreenConfigAndRate) * func;
10570 return 0;
10572 _ACEOF
10573 rm -f conftest.$ac_objext
10574 if { (ac_try="$ac_compile"
10575 case "(($ac_try" in
10576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10577 *) ac_try_echo=$ac_try;;
10578 esac
10579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10580 (eval "$ac_compile") 2>conftest.er1
10581 ac_status=$?
10582 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1
10584 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && {
10587 test -z "$ac_c_werror_flag" ||
10588 test ! -s conftest.err
10589 } && test -s conftest.$ac_objext; then
10590 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10591 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10592 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10593 echo $ECHO_N "(cached) $ECHO_C" >&6
10594 else
10595 ac_check_soname_save_LIBS=$LIBS
10596 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10597 cat >conftest.$ac_ext <<_ACEOF
10598 /* confdefs.h. */
10599 _ACEOF
10600 cat confdefs.h >>conftest.$ac_ext
10601 cat >>conftest.$ac_ext <<_ACEOF
10602 /* end confdefs.h. */
10604 /* Override any GCC internal prototype to avoid an error.
10605 Use char because int might match the return type of a GCC
10606 builtin and then its argument prototype would still apply. */
10607 #ifdef __cplusplus
10608 extern "C"
10609 #endif
10610 char XRRQueryExtension ();
10612 main ()
10614 return XRRQueryExtension ();
10616 return 0;
10618 _ACEOF
10619 rm -f conftest.$ac_objext conftest$ac_exeext
10620 if { (ac_try="$ac_link"
10621 case "(($ac_try" in
10622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10623 *) ac_try_echo=$ac_try;;
10624 esac
10625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10626 (eval "$ac_link") 2>conftest.er1
10627 ac_status=$?
10628 grep -v '^ *+' conftest.er1 >conftest.err
10629 rm -f conftest.er1
10630 cat conftest.err >&5
10631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10632 (exit $ac_status); } && {
10633 test -z "$ac_c_werror_flag" ||
10634 test ! -s conftest.err
10635 } && test -s conftest$ac_exeext &&
10636 $as_test_x conftest$ac_exeext; then
10637 case "$LIBEXT" in
10638 dll) ;;
10639 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10640 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10641 esac
10642 else
10643 echo "$as_me: failed program was:" >&5
10644 sed 's/^/| /' conftest.$ac_ext >&5
10649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10650 conftest$ac_exeext conftest.$ac_ext
10651 LIBS=$ac_check_soname_save_LIBS
10653 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654 { echo "$as_me:$LINENO: result: not found" >&5
10655 echo "${ECHO_T}not found" >&6; }
10657 else
10658 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10659 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10661 cat >>confdefs.h <<_ACEOF
10662 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10663 _ACEOF
10668 else
10669 echo "$as_me: failed program was:" >&5
10670 sed 's/^/| /' conftest.$ac_ext >&5
10675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10677 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10678 case "x$with_xrandr" in
10679 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10680 xno) ;;
10681 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10682 This is an error since --with-xrandr was requested." >&5
10683 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10684 This is an error since --with-xrandr was requested." >&2;}
10685 { (exit 1); exit 1; }; } ;;
10686 esac
10690 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10691 then
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10698 #include <X11/Xlib.h>
10699 #include <X11/extensions/Xinerama.h>
10701 main ()
10703 static typeof(XineramaQueryScreens) * func;
10705 return 0;
10707 _ACEOF
10708 rm -f conftest.$ac_objext
10709 if { (ac_try="$ac_compile"
10710 case "(($ac_try" in
10711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10712 *) ac_try_echo=$ac_try;;
10713 esac
10714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10715 (eval "$ac_compile") 2>conftest.er1
10716 ac_status=$?
10717 grep -v '^ *+' conftest.er1 >conftest.err
10718 rm -f conftest.er1
10719 cat conftest.err >&5
10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10721 (exit $ac_status); } && {
10722 test -z "$ac_c_werror_flag" ||
10723 test ! -s conftest.err
10724 } && test -s conftest.$ac_objext; then
10725 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10726 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10727 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10728 echo $ECHO_N "(cached) $ECHO_C" >&6
10729 else
10730 ac_check_soname_save_LIBS=$LIBS
10731 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10732 cat >conftest.$ac_ext <<_ACEOF
10733 /* confdefs.h. */
10734 _ACEOF
10735 cat confdefs.h >>conftest.$ac_ext
10736 cat >>conftest.$ac_ext <<_ACEOF
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10742 #ifdef __cplusplus
10743 extern "C"
10744 #endif
10745 char XineramaQueryScreens ();
10747 main ()
10749 return XineramaQueryScreens ();
10751 return 0;
10753 _ACEOF
10754 rm -f conftest.$ac_objext conftest$ac_exeext
10755 if { (ac_try="$ac_link"
10756 case "(($ac_try" in
10757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10758 *) ac_try_echo=$ac_try;;
10759 esac
10760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10761 (eval "$ac_link") 2>conftest.er1
10762 ac_status=$?
10763 grep -v '^ *+' conftest.er1 >conftest.err
10764 rm -f conftest.er1
10765 cat conftest.err >&5
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } && {
10768 test -z "$ac_c_werror_flag" ||
10769 test ! -s conftest.err
10770 } && test -s conftest$ac_exeext &&
10771 $as_test_x conftest$ac_exeext; then
10772 case "$LIBEXT" in
10773 dll) ;;
10774 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10775 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10776 esac
10777 else
10778 echo "$as_me: failed program was:" >&5
10779 sed 's/^/| /' conftest.$ac_ext >&5
10784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10785 conftest$ac_exeext conftest.$ac_ext
10786 LIBS=$ac_check_soname_save_LIBS
10788 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789 { echo "$as_me:$LINENO: result: not found" >&5
10790 echo "${ECHO_T}not found" >&6; }
10792 else
10793 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10794 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10796 cat >>confdefs.h <<_ACEOF
10797 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10798 _ACEOF
10803 else
10804 echo "$as_me: failed program was:" >&5
10805 sed 's/^/| /' conftest.$ac_ext >&5
10810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10812 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10813 case "x$with_xinerama" in
10814 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10815 xno) ;;
10816 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10817 This is an error since --with-xinerama was requested." >&5
10818 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10819 This is an error since --with-xinerama was requested." >&2;}
10820 { (exit 1); exit 1; }; } ;;
10821 esac
10825 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10826 then
10827 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10828 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10829 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10830 echo $ECHO_N "(cached) $ECHO_C" >&6
10831 else
10832 ac_check_soname_save_LIBS=$LIBS
10833 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10834 cat >conftest.$ac_ext <<_ACEOF
10835 /* confdefs.h. */
10836 _ACEOF
10837 cat confdefs.h >>conftest.$ac_ext
10838 cat >>conftest.$ac_ext <<_ACEOF
10839 /* end confdefs.h. */
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10844 #ifdef __cplusplus
10845 extern "C"
10846 #endif
10847 char XCompositeRedirectWindow ();
10849 main ()
10851 return XCompositeRedirectWindow ();
10853 return 0;
10855 _ACEOF
10856 rm -f conftest.$ac_objext conftest$ac_exeext
10857 if { (ac_try="$ac_link"
10858 case "(($ac_try" in
10859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10861 esac
10862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10863 (eval "$ac_link") 2>conftest.er1
10864 ac_status=$?
10865 grep -v '^ *+' conftest.er1 >conftest.err
10866 rm -f conftest.er1
10867 cat conftest.err >&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } && {
10870 test -z "$ac_c_werror_flag" ||
10871 test ! -s conftest.err
10872 } && test -s conftest$ac_exeext &&
10873 $as_test_x conftest$ac_exeext; then
10874 case "$LIBEXT" in
10875 dll) ;;
10876 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10877 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10878 esac
10879 else
10880 echo "$as_me: failed program was:" >&5
10881 sed 's/^/| /' conftest.$ac_ext >&5
10886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10887 conftest$ac_exeext conftest.$ac_ext
10888 LIBS=$ac_check_soname_save_LIBS
10890 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10891 { echo "$as_me:$LINENO: result: not found" >&5
10892 echo "${ECHO_T}not found" >&6; }
10894 else
10895 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10896 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10898 cat >>confdefs.h <<_ACEOF
10899 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10900 _ACEOF
10906 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10907 case "x$with_xcomposite" in
10908 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10909 xno) ;;
10910 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10911 This is an error since --with-xcomposite was requested." >&5
10912 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10913 This is an error since --with-xcomposite was requested." >&2;}
10914 { (exit 1); exit 1; }; } ;;
10915 esac
10919 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10920 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10921 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6
10923 else
10924 cat >conftest.$ac_ext <<_ACEOF
10925 /* confdefs.h. */
10926 _ACEOF
10927 cat confdefs.h >>conftest.$ac_ext
10928 cat >>conftest.$ac_ext <<_ACEOF
10929 /* end confdefs.h. */
10930 #ifdef HAVE_X11_XLIB_H
10931 #include <X11/Xlib.h>
10932 #endif
10935 main ()
10937 static XICCallback ac_aggr;
10938 if (ac_aggr.callback)
10939 return 0;
10941 return 0;
10943 _ACEOF
10944 rm -f conftest.$ac_objext
10945 if { (ac_try="$ac_compile"
10946 case "(($ac_try" in
10947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10948 *) ac_try_echo=$ac_try;;
10949 esac
10950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10951 (eval "$ac_compile") 2>conftest.er1
10952 ac_status=$?
10953 grep -v '^ *+' conftest.er1 >conftest.err
10954 rm -f conftest.er1
10955 cat conftest.err >&5
10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10957 (exit $ac_status); } && {
10958 test -z "$ac_c_werror_flag" ||
10959 test ! -s conftest.err
10960 } && test -s conftest.$ac_objext; then
10961 ac_cv_member_XICCallback_callback=yes
10962 else
10963 echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10966 cat >conftest.$ac_ext <<_ACEOF
10967 /* confdefs.h. */
10968 _ACEOF
10969 cat confdefs.h >>conftest.$ac_ext
10970 cat >>conftest.$ac_ext <<_ACEOF
10971 /* end confdefs.h. */
10972 #ifdef HAVE_X11_XLIB_H
10973 #include <X11/Xlib.h>
10974 #endif
10977 main ()
10979 static XICCallback ac_aggr;
10980 if (sizeof ac_aggr.callback)
10981 return 0;
10983 return 0;
10985 _ACEOF
10986 rm -f conftest.$ac_objext
10987 if { (ac_try="$ac_compile"
10988 case "(($ac_try" in
10989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10990 *) ac_try_echo=$ac_try;;
10991 esac
10992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10993 (eval "$ac_compile") 2>conftest.er1
10994 ac_status=$?
10995 grep -v '^ *+' conftest.er1 >conftest.err
10996 rm -f conftest.er1
10997 cat conftest.err >&5
10998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10999 (exit $ac_status); } && {
11000 test -z "$ac_c_werror_flag" ||
11001 test ! -s conftest.err
11002 } && test -s conftest.$ac_objext; then
11003 ac_cv_member_XICCallback_callback=yes
11004 else
11005 echo "$as_me: failed program was:" >&5
11006 sed 's/^/| /' conftest.$ac_ext >&5
11008 ac_cv_member_XICCallback_callback=no
11011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11016 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11017 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11018 if test $ac_cv_member_XICCallback_callback = yes; then
11020 cat >>confdefs.h <<_ACEOF
11021 #define HAVE_XICCALLBACK_CALLBACK 1
11022 _ACEOF
11029 opengl_msg=""
11030 if test "x$with_opengl" != "xno"
11031 then
11036 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11038 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11039 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11040 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11042 echo $ECHO_N "(cached) $ECHO_C" >&6
11043 else
11044 cat >conftest.$ac_ext <<_ACEOF
11045 /* confdefs.h. */
11046 _ACEOF
11047 cat confdefs.h >>conftest.$ac_ext
11048 cat >>conftest.$ac_ext <<_ACEOF
11049 /* end confdefs.h. */
11050 #ifdef HAVE_GL_GLX_H
11051 # include <GL/glx.h>
11052 #endif
11054 #include <$ac_header>
11055 _ACEOF
11056 rm -f conftest.$ac_objext
11057 if { (ac_try="$ac_compile"
11058 case "(($ac_try" in
11059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11060 *) ac_try_echo=$ac_try;;
11061 esac
11062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11063 (eval "$ac_compile") 2>conftest.er1
11064 ac_status=$?
11065 grep -v '^ *+' conftest.er1 >conftest.err
11066 rm -f conftest.er1
11067 cat conftest.err >&5
11068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11069 (exit $ac_status); } && {
11070 test -z "$ac_c_werror_flag" ||
11071 test ! -s conftest.err
11072 } && test -s conftest.$ac_objext; then
11073 eval "$as_ac_Header=yes"
11074 else
11075 echo "$as_me: failed program was:" >&5
11076 sed 's/^/| /' conftest.$ac_ext >&5
11078 eval "$as_ac_Header=no"
11081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11083 ac_res=`eval echo '${'$as_ac_Header'}'`
11084 { echo "$as_me:$LINENO: result: $ac_res" >&5
11085 echo "${ECHO_T}$ac_res" >&6; }
11086 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11087 cat >>confdefs.h <<_ACEOF
11088 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11089 _ACEOF
11093 done
11095 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11096 then
11097 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11098 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11099 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11100 echo $ECHO_N "(cached) $ECHO_C" >&6
11101 else
11102 cat >conftest.$ac_ext <<_ACEOF
11103 /* confdefs.h. */
11104 _ACEOF
11105 cat confdefs.h >>conftest.$ac_ext
11106 cat >>conftest.$ac_ext <<_ACEOF
11107 /* end confdefs.h. */
11108 #include <GL/gl.h>
11110 main ()
11112 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11114 return 0;
11116 _ACEOF
11117 rm -f conftest.$ac_objext
11118 if { (ac_try="$ac_compile"
11119 case "(($ac_try" in
11120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11121 *) ac_try_echo=$ac_try;;
11122 esac
11123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11124 (eval "$ac_compile") 2>conftest.er1
11125 ac_status=$?
11126 grep -v '^ *+' conftest.er1 >conftest.err
11127 rm -f conftest.er1
11128 cat conftest.err >&5
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); } && {
11131 test -z "$ac_c_werror_flag" ||
11132 test ! -s conftest.err
11133 } && test -s conftest.$ac_objext; then
11134 wine_cv_opengl_header_version_OK="yes"
11135 else
11136 echo "$as_me: failed program was:" >&5
11137 sed 's/^/| /' conftest.$ac_ext >&5
11139 wine_cv_opengl_header_version_OK="no"
11142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11144 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11145 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11147 if test "$wine_cv_opengl_header_version_OK" = "yes"
11148 then
11149 { echo "$as_me:$LINENO: checking for -lGL" >&5
11150 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11151 if test "${ac_cv_lib_soname_GL+set}" = set; then
11152 echo $ECHO_N "(cached) $ECHO_C" >&6
11153 else
11154 ac_check_soname_save_LIBS=$LIBS
11155 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11156 cat >conftest.$ac_ext <<_ACEOF
11157 /* confdefs.h. */
11158 _ACEOF
11159 cat confdefs.h >>conftest.$ac_ext
11160 cat >>conftest.$ac_ext <<_ACEOF
11161 /* end confdefs.h. */
11163 /* Override any GCC internal prototype to avoid an error.
11164 Use char because int might match the return type of a GCC
11165 builtin and then its argument prototype would still apply. */
11166 #ifdef __cplusplus
11167 extern "C"
11168 #endif
11169 char glXCreateContext ();
11171 main ()
11173 return glXCreateContext ();
11175 return 0;
11177 _ACEOF
11178 rm -f conftest.$ac_objext conftest$ac_exeext
11179 if { (ac_try="$ac_link"
11180 case "(($ac_try" in
11181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11182 *) ac_try_echo=$ac_try;;
11183 esac
11184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11185 (eval "$ac_link") 2>conftest.er1
11186 ac_status=$?
11187 grep -v '^ *+' conftest.er1 >conftest.err
11188 rm -f conftest.er1
11189 cat conftest.err >&5
11190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 (exit $ac_status); } && {
11192 test -z "$ac_c_werror_flag" ||
11193 test ! -s conftest.err
11194 } && test -s conftest$ac_exeext &&
11195 $as_test_x conftest$ac_exeext; then
11196 case "$LIBEXT" in
11197 dll) ;;
11198 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11199 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11200 esac
11201 else
11202 echo "$as_me: failed program was:" >&5
11203 sed 's/^/| /' conftest.$ac_ext >&5
11208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11209 conftest$ac_exeext conftest.$ac_ext
11210 LIBS=$ac_check_soname_save_LIBS
11212 if test "x$ac_cv_lib_soname_GL" = "x"; then
11213 { echo "$as_me:$LINENO: result: not found" >&5
11214 echo "${ECHO_T}not found" >&6; }
11215 { echo "$as_me:$LINENO: checking for -lGL" >&5
11216 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11217 if test "${ac_cv_lib_soname_GL+set}" = set; then
11218 echo $ECHO_N "(cached) $ECHO_C" >&6
11219 else
11220 ac_check_soname_save_LIBS=$LIBS
11221 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11222 cat >conftest.$ac_ext <<_ACEOF
11223 /* confdefs.h. */
11224 _ACEOF
11225 cat confdefs.h >>conftest.$ac_ext
11226 cat >>conftest.$ac_ext <<_ACEOF
11227 /* end confdefs.h. */
11229 /* Override any GCC internal prototype to avoid an error.
11230 Use char because int might match the return type of a GCC
11231 builtin and then its argument prototype would still apply. */
11232 #ifdef __cplusplus
11233 extern "C"
11234 #endif
11235 char glXCreateContext ();
11237 main ()
11239 return glXCreateContext ();
11241 return 0;
11243 _ACEOF
11244 rm -f conftest.$ac_objext conftest$ac_exeext
11245 if { (ac_try="$ac_link"
11246 case "(($ac_try" in
11247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11248 *) ac_try_echo=$ac_try;;
11249 esac
11250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11251 (eval "$ac_link") 2>conftest.er1
11252 ac_status=$?
11253 grep -v '^ *+' conftest.er1 >conftest.err
11254 rm -f conftest.er1
11255 cat conftest.err >&5
11256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11257 (exit $ac_status); } && {
11258 test -z "$ac_c_werror_flag" ||
11259 test ! -s conftest.err
11260 } && test -s conftest$ac_exeext &&
11261 $as_test_x conftest$ac_exeext; then
11262 case "$LIBEXT" in
11263 dll) ;;
11264 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11265 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11266 esac
11267 else
11268 echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11275 conftest$ac_exeext conftest.$ac_ext
11276 LIBS=$ac_check_soname_save_LIBS
11278 if test "x$ac_cv_lib_soname_GL" = "x"; then
11279 { echo "$as_me:$LINENO: result: not found" >&5
11280 echo "${ECHO_T}not found" >&6; }
11281 if test -f /usr/X11R6/lib/libGL.a
11282 then
11283 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11284 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11285 else
11286 opengl_msg="No OpenGL library found on this system."
11288 else
11289 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11290 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11292 cat >>confdefs.h <<_ACEOF
11293 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11294 _ACEOF
11296 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11298 cat >>confdefs.h <<\_ACEOF
11299 #define HAVE_OPENGL 1
11300 _ACEOF
11304 else
11305 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11306 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11308 cat >>confdefs.h <<_ACEOF
11309 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11310 _ACEOF
11312 OPENGL_LIBS="-lGL"
11314 cat >>confdefs.h <<\_ACEOF
11315 #define HAVE_OPENGL 1
11316 _ACEOF
11320 if test "$ac_cv_header_GL_glu_h" = "yes"
11321 then
11322 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11323 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11324 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11325 echo $ECHO_N "(cached) $ECHO_C" >&6
11326 else
11327 ac_check_soname_save_LIBS=$LIBS
11328 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11336 /* Override any GCC internal prototype to avoid an error.
11337 Use char because int might match the return type of a GCC
11338 builtin and then its argument prototype would still apply. */
11339 #ifdef __cplusplus
11340 extern "C"
11341 #endif
11342 char gluLookAt ();
11344 main ()
11346 return gluLookAt ();
11348 return 0;
11350 _ACEOF
11351 rm -f conftest.$ac_objext conftest$ac_exeext
11352 if { (ac_try="$ac_link"
11353 case "(($ac_try" in
11354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11355 *) ac_try_echo=$ac_try;;
11356 esac
11357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11358 (eval "$ac_link") 2>conftest.er1
11359 ac_status=$?
11360 grep -v '^ *+' conftest.er1 >conftest.err
11361 rm -f conftest.er1
11362 cat conftest.err >&5
11363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364 (exit $ac_status); } && {
11365 test -z "$ac_c_werror_flag" ||
11366 test ! -s conftest.err
11367 } && test -s conftest$ac_exeext &&
11368 $as_test_x conftest$ac_exeext; then
11369 case "$LIBEXT" in
11370 dll) ;;
11371 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11372 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11374 else
11375 echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11382 conftest$ac_exeext conftest.$ac_ext
11383 LIBS=$ac_check_soname_save_LIBS
11385 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11386 { echo "$as_me:$LINENO: result: not found" >&5
11387 echo "${ECHO_T}not found" >&6; }
11389 else
11390 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11391 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11393 cat >>confdefs.h <<_ACEOF
11394 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11395 _ACEOF
11401 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11402 case "x$with_glu" in
11403 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11404 xno) ;;
11405 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11406 This is an error since --with-glu was requested." >&5
11407 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11408 This is an error since --with-glu was requested." >&2;}
11409 { (exit 1); exit 1; }; } ;;
11410 esac
11413 else
11414 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11416 else
11417 opengl_msg="OpenGL development headers not found."
11419 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11420 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11421 else
11422 enable_opengl32=${enable_opengl32:-no}
11423 enable_glu32=${enable_glu32:-no}
11425 if test -n "$opengl_msg"; then
11426 case "x$with_opengl" in
11427 x) wine_warnings="$wine_warnings|$opengl_msg
11428 OpenGL and Direct3D won't be supported." ;;
11429 xno) ;;
11430 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11431 OpenGL and Direct3D won't be supported.
11432 This is an error since --with-opengl was requested." >&5
11433 echo "$as_me: error: $opengl_msg
11434 OpenGL and Direct3D won't be supported.
11435 This is an error since --with-opengl was requested." >&2;}
11436 { (exit 1); exit 1; }; } ;;
11437 esac
11441 NASLIBS=""
11444 for ac_header in audio/audiolib.h
11446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11451 echo $ECHO_N "(cached) $ECHO_C" >&6
11453 ac_res=`eval echo '${'$as_ac_Header'}'`
11454 { echo "$as_me:$LINENO: result: $ac_res" >&5
11455 echo "${ECHO_T}$ac_res" >&6; }
11456 else
11457 # Is the header compilable?
11458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11466 $ac_includes_default
11467 #include <$ac_header>
11468 _ACEOF
11469 rm -f conftest.$ac_objext
11470 if { (ac_try="$ac_compile"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_compile") 2>conftest.er1
11477 ac_status=$?
11478 grep -v '^ *+' conftest.er1 >conftest.err
11479 rm -f conftest.er1
11480 cat conftest.err >&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } && {
11483 test -z "$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11485 } && test -s conftest.$ac_objext; then
11486 ac_header_compiler=yes
11487 else
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.$ac_ext >&5
11491 ac_header_compiler=no
11494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11496 echo "${ECHO_T}$ac_header_compiler" >&6; }
11498 # Is the header present?
11499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11501 cat >conftest.$ac_ext <<_ACEOF
11502 /* confdefs.h. */
11503 _ACEOF
11504 cat confdefs.h >>conftest.$ac_ext
11505 cat >>conftest.$ac_ext <<_ACEOF
11506 /* end confdefs.h. */
11507 #include <$ac_header>
11508 _ACEOF
11509 if { (ac_try="$ac_cpp conftest.$ac_ext"
11510 case "(($ac_try" in
11511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11512 *) ac_try_echo=$ac_try;;
11513 esac
11514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11516 ac_status=$?
11517 grep -v '^ *+' conftest.er1 >conftest.err
11518 rm -f conftest.er1
11519 cat conftest.err >&5
11520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11521 (exit $ac_status); } >/dev/null && {
11522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11523 test ! -s conftest.err
11524 }; then
11525 ac_header_preproc=yes
11526 else
11527 echo "$as_me: failed program was:" >&5
11528 sed 's/^/| /' conftest.$ac_ext >&5
11530 ac_header_preproc=no
11533 rm -f conftest.err conftest.$ac_ext
11534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11535 echo "${ECHO_T}$ac_header_preproc" >&6; }
11537 # So? What about this header?
11538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11539 yes:no: )
11540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11544 ac_header_preproc=yes
11546 no:yes:* )
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11559 ( cat <<\_ASBOX
11560 ## ------------------------------------ ##
11561 ## Report this to wine-devel@winehq.org ##
11562 ## ------------------------------------ ##
11563 _ASBOX
11564 ) | sed "s/^/$as_me: WARNING: /" >&2
11566 esac
11567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6
11571 else
11572 eval "$as_ac_Header=\$ac_header_preproc"
11574 ac_res=`eval echo '${'$as_ac_Header'}'`
11575 { echo "$as_me:$LINENO: result: $ac_res" >&5
11576 echo "${ECHO_T}$ac_res" >&6; }
11579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11580 cat >>confdefs.h <<_ACEOF
11581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11582 _ACEOF
11584 for ac_header in audio/soundlib.h
11586 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11587 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11590 echo $ECHO_N "(cached) $ECHO_C" >&6
11591 else
11592 cat >conftest.$ac_ext <<_ACEOF
11593 /* confdefs.h. */
11594 _ACEOF
11595 cat confdefs.h >>conftest.$ac_ext
11596 cat >>conftest.$ac_ext <<_ACEOF
11597 /* end confdefs.h. */
11598 #include <audio/audiolib.h>
11600 #include <$ac_header>
11601 _ACEOF
11602 rm -f conftest.$ac_objext
11603 if { (ac_try="$ac_compile"
11604 case "(($ac_try" in
11605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11606 *) ac_try_echo=$ac_try;;
11607 esac
11608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11609 (eval "$ac_compile") 2>conftest.er1
11610 ac_status=$?
11611 grep -v '^ *+' conftest.er1 >conftest.err
11612 rm -f conftest.er1
11613 cat conftest.err >&5
11614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615 (exit $ac_status); } && {
11616 test -z "$ac_c_werror_flag" ||
11617 test ! -s conftest.err
11618 } && test -s conftest.$ac_objext; then
11619 eval "$as_ac_Header=yes"
11620 else
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11624 eval "$as_ac_Header=no"
11627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11629 ac_res=`eval echo '${'$as_ac_Header'}'`
11630 { echo "$as_me:$LINENO: result: $ac_res" >&5
11631 echo "${ECHO_T}$ac_res" >&6; }
11632 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11633 cat >>confdefs.h <<_ACEOF
11634 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11635 _ACEOF
11639 done
11641 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11642 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11643 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11644 echo $ECHO_N "(cached) $ECHO_C" >&6
11645 else
11646 ac_check_lib_save_LIBS=$LIBS
11647 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11648 cat >conftest.$ac_ext <<_ACEOF
11649 /* confdefs.h. */
11650 _ACEOF
11651 cat confdefs.h >>conftest.$ac_ext
11652 cat >>conftest.$ac_ext <<_ACEOF
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11658 #ifdef __cplusplus
11659 extern "C"
11660 #endif
11661 char AuCreateFlow ();
11663 main ()
11665 return AuCreateFlow ();
11667 return 0;
11669 _ACEOF
11670 rm -f conftest.$ac_objext conftest$ac_exeext
11671 if { (ac_try="$ac_link"
11672 case "(($ac_try" in
11673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11674 *) ac_try_echo=$ac_try;;
11675 esac
11676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11677 (eval "$ac_link") 2>conftest.er1
11678 ac_status=$?
11679 grep -v '^ *+' conftest.er1 >conftest.err
11680 rm -f conftest.er1
11681 cat conftest.err >&5
11682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11683 (exit $ac_status); } && {
11684 test -z "$ac_c_werror_flag" ||
11685 test ! -s conftest.err
11686 } && test -s conftest$ac_exeext &&
11687 $as_test_x conftest$ac_exeext; then
11688 ac_cv_lib_audio_AuCreateFlow=yes
11689 else
11690 echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.$ac_ext >&5
11693 ac_cv_lib_audio_AuCreateFlow=no
11696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11697 conftest$ac_exeext conftest.$ac_ext
11698 LIBS=$ac_check_lib_save_LIBS
11700 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11701 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11702 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11704 cat >>confdefs.h <<\_ACEOF
11705 #define HAVE_NAS 1
11706 _ACEOF
11708 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11709 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11710 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11711 echo $ECHO_N "(cached) $ECHO_C" >&6
11712 else
11713 ac_check_lib_save_LIBS=$LIBS
11714 LIBS="-lXau $X_LIBS $LIBS"
11715 cat >conftest.$ac_ext <<_ACEOF
11716 /* confdefs.h. */
11717 _ACEOF
11718 cat confdefs.h >>conftest.$ac_ext
11719 cat >>conftest.$ac_ext <<_ACEOF
11720 /* end confdefs.h. */
11722 /* Override any GCC internal prototype to avoid an error.
11723 Use char because int might match the return type of a GCC
11724 builtin and then its argument prototype would still apply. */
11725 #ifdef __cplusplus
11726 extern "C"
11727 #endif
11728 char XauGetBestAuthByAddr ();
11730 main ()
11732 return XauGetBestAuthByAddr ();
11734 return 0;
11736 _ACEOF
11737 rm -f conftest.$ac_objext conftest$ac_exeext
11738 if { (ac_try="$ac_link"
11739 case "(($ac_try" in
11740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11741 *) ac_try_echo=$ac_try;;
11742 esac
11743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11744 (eval "$ac_link") 2>conftest.er1
11745 ac_status=$?
11746 grep -v '^ *+' conftest.er1 >conftest.err
11747 rm -f conftest.er1
11748 cat conftest.err >&5
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); } && {
11751 test -z "$ac_c_werror_flag" ||
11752 test ! -s conftest.err
11753 } && test -s conftest$ac_exeext &&
11754 $as_test_x conftest$ac_exeext; then
11755 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11756 else
11757 echo "$as_me: failed program was:" >&5
11758 sed 's/^/| /' conftest.$ac_ext >&5
11760 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11764 conftest$ac_exeext conftest.$ac_ext
11765 LIBS=$ac_check_lib_save_LIBS
11767 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11768 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11769 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11770 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11771 else
11772 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11780 done
11783 CPPFLAGS="$ac_save_CPPFLAGS"
11784 else
11785 XLIB=""
11786 X_CFLAGS=""
11787 X_LIBS=""
11788 enable_winex11_drv=${enable_winex11_drv:-no}
11789 enable_opengl32=${enable_opengl32:-no}
11790 enable_glu32=${enable_glu32:-no}
11792 if test "x$XLIB" = "x"; then
11793 case "x$with_x" in
11794 xno) ;;
11795 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11796 without X support, which probably isn't what you want. You will need to install
11797 development packages of Xlib/Xfree86 at the very least.
11798 Use the --without-x option if you really want this." >&5
11799 echo "$as_me: error: X development files not found. Wine will be built
11800 without X support, which probably isn't what you want. You will need to install
11801 development packages of Xlib/Xfree86 at the very least.
11802 Use the --without-x option if you really want this." >&2;}
11803 { (exit 1); exit 1; }; } ;;
11804 esac
11809 XML2LIBS=""
11811 XML2INCL=""
11813 XSLTLIBS=""
11815 XSLTINCL=""
11817 if test "x$with_xml" != "xno"
11818 then
11819 ac_save_CPPFLAGS="$CPPFLAGS"
11820 if test "$PKG_CONFIG" != "false"
11821 then
11822 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11823 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11824 else
11825 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11826 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11828 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11830 for ac_header in libxml/parser.h
11832 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11837 echo $ECHO_N "(cached) $ECHO_C" >&6
11839 ac_res=`eval echo '${'$as_ac_Header'}'`
11840 { echo "$as_me:$LINENO: result: $ac_res" >&5
11841 echo "${ECHO_T}$ac_res" >&6; }
11842 else
11843 # Is the header compilable?
11844 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11845 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h. */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h. */
11852 $ac_includes_default
11853 #include <$ac_header>
11854 _ACEOF
11855 rm -f conftest.$ac_objext
11856 if { (ac_try="$ac_compile"
11857 case "(($ac_try" in
11858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11860 esac
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_compile") 2>conftest.er1
11863 ac_status=$?
11864 grep -v '^ *+' conftest.er1 >conftest.err
11865 rm -f conftest.er1
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } && {
11869 test -z "$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11871 } && test -s conftest.$ac_objext; then
11872 ac_header_compiler=yes
11873 else
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_compiler=no
11880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11882 echo "${ECHO_T}$ac_header_compiler" >&6; }
11884 # Is the header present?
11885 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11886 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11887 cat >conftest.$ac_ext <<_ACEOF
11888 /* confdefs.h. */
11889 _ACEOF
11890 cat confdefs.h >>conftest.$ac_ext
11891 cat >>conftest.$ac_ext <<_ACEOF
11892 /* end confdefs.h. */
11893 #include <$ac_header>
11894 _ACEOF
11895 if { (ac_try="$ac_cpp conftest.$ac_ext"
11896 case "(($ac_try" in
11897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11898 *) ac_try_echo=$ac_try;;
11899 esac
11900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11901 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11902 ac_status=$?
11903 grep -v '^ *+' conftest.er1 >conftest.err
11904 rm -f conftest.er1
11905 cat conftest.err >&5
11906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11907 (exit $ac_status); } >/dev/null && {
11908 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11909 test ! -s conftest.err
11910 }; then
11911 ac_header_preproc=yes
11912 else
11913 echo "$as_me: failed program was:" >&5
11914 sed 's/^/| /' conftest.$ac_ext >&5
11916 ac_header_preproc=no
11919 rm -f conftest.err conftest.$ac_ext
11920 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11921 echo "${ECHO_T}$ac_header_preproc" >&6; }
11923 # So? What about this header?
11924 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11925 yes:no: )
11926 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11927 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11929 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11930 ac_header_preproc=yes
11932 no:yes:* )
11933 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11934 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11936 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11937 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11938 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11939 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11940 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11942 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11943 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11944 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11945 ( cat <<\_ASBOX
11946 ## ------------------------------------ ##
11947 ## Report this to wine-devel@winehq.org ##
11948 ## ------------------------------------ ##
11949 _ASBOX
11950 ) | sed "s/^/$as_me: WARNING: /" >&2
11952 esac
11953 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11954 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11955 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 else
11958 eval "$as_ac_Header=\$ac_header_preproc"
11960 ac_res=`eval echo '${'$as_ac_Header'}'`
11961 { echo "$as_me:$LINENO: result: $ac_res" >&5
11962 echo "${ECHO_T}$ac_res" >&6; }
11965 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11966 cat >>confdefs.h <<_ACEOF
11967 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11968 _ACEOF
11969 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11970 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11971 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
11973 else
11974 ac_check_lib_save_LIBS=$LIBS
11975 LIBS="-lxml2 $ac_xml_libs $LIBS"
11976 cat >conftest.$ac_ext <<_ACEOF
11977 /* confdefs.h. */
11978 _ACEOF
11979 cat confdefs.h >>conftest.$ac_ext
11980 cat >>conftest.$ac_ext <<_ACEOF
11981 /* end confdefs.h. */
11983 /* Override any GCC internal prototype to avoid an error.
11984 Use char because int might match the return type of a GCC
11985 builtin and then its argument prototype would still apply. */
11986 #ifdef __cplusplus
11987 extern "C"
11988 #endif
11989 char xmlParseMemory ();
11991 main ()
11993 return xmlParseMemory ();
11995 return 0;
11997 _ACEOF
11998 rm -f conftest.$ac_objext conftest$ac_exeext
11999 if { (ac_try="$ac_link"
12000 case "(($ac_try" in
12001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12002 *) ac_try_echo=$ac_try;;
12003 esac
12004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12005 (eval "$ac_link") 2>conftest.er1
12006 ac_status=$?
12007 grep -v '^ *+' conftest.er1 >conftest.err
12008 rm -f conftest.er1
12009 cat conftest.err >&5
12010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011 (exit $ac_status); } && {
12012 test -z "$ac_c_werror_flag" ||
12013 test ! -s conftest.err
12014 } && test -s conftest$ac_exeext &&
12015 $as_test_x conftest$ac_exeext; then
12016 ac_cv_lib_xml2_xmlParseMemory=yes
12017 else
12018 echo "$as_me: failed program was:" >&5
12019 sed 's/^/| /' conftest.$ac_ext >&5
12021 ac_cv_lib_xml2_xmlParseMemory=no
12024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12025 conftest$ac_exeext conftest.$ac_ext
12026 LIBS=$ac_check_lib_save_LIBS
12028 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12029 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12030 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12032 cat >>confdefs.h <<\_ACEOF
12033 #define HAVE_LIBXML2 1
12034 _ACEOF
12036 XML2LIBS="$ac_xml_libs"
12037 XML2INCL="$ac_xml_cflags"
12040 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12041 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12042 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12043 echo $ECHO_N "(cached) $ECHO_C" >&6
12044 else
12045 ac_check_lib_save_LIBS=$LIBS
12046 LIBS="-lxml2 $ac_xml_libs $LIBS"
12047 cat >conftest.$ac_ext <<_ACEOF
12048 /* confdefs.h. */
12049 _ACEOF
12050 cat confdefs.h >>conftest.$ac_ext
12051 cat >>conftest.$ac_ext <<_ACEOF
12052 /* end confdefs.h. */
12054 /* Override any GCC internal prototype to avoid an error.
12055 Use char because int might match the return type of a GCC
12056 builtin and then its argument prototype would still apply. */
12057 #ifdef __cplusplus
12058 extern "C"
12059 #endif
12060 char xmlReadMemory ();
12062 main ()
12064 return xmlReadMemory ();
12066 return 0;
12068 _ACEOF
12069 rm -f conftest.$ac_objext conftest$ac_exeext
12070 if { (ac_try="$ac_link"
12071 case "(($ac_try" in
12072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12073 *) ac_try_echo=$ac_try;;
12074 esac
12075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12076 (eval "$ac_link") 2>conftest.er1
12077 ac_status=$?
12078 grep -v '^ *+' conftest.er1 >conftest.err
12079 rm -f conftest.er1
12080 cat conftest.err >&5
12081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12082 (exit $ac_status); } && {
12083 test -z "$ac_c_werror_flag" ||
12084 test ! -s conftest.err
12085 } && test -s conftest$ac_exeext &&
12086 $as_test_x conftest$ac_exeext; then
12087 ac_cv_lib_xml2_xmlReadMemory=yes
12088 else
12089 echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12092 ac_cv_lib_xml2_xmlReadMemory=no
12095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12096 conftest$ac_exeext conftest.$ac_ext
12097 LIBS=$ac_check_lib_save_LIBS
12099 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12100 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12101 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12103 cat >>confdefs.h <<\_ACEOF
12104 #define HAVE_XMLREADMEMORY 1
12105 _ACEOF
12109 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12110 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12111 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12112 echo $ECHO_N "(cached) $ECHO_C" >&6
12113 else
12114 ac_check_lib_save_LIBS=$LIBS
12115 LIBS="-lxml2 $ac_xml_libs $LIBS"
12116 cat >conftest.$ac_ext <<_ACEOF
12117 /* confdefs.h. */
12118 _ACEOF
12119 cat confdefs.h >>conftest.$ac_ext
12120 cat >>conftest.$ac_ext <<_ACEOF
12121 /* end confdefs.h. */
12123 /* Override any GCC internal prototype to avoid an error.
12124 Use char because int might match the return type of a GCC
12125 builtin and then its argument prototype would still apply. */
12126 #ifdef __cplusplus
12127 extern "C"
12128 #endif
12129 char xmlNewDocPI ();
12131 main ()
12133 return xmlNewDocPI ();
12135 return 0;
12137 _ACEOF
12138 rm -f conftest.$ac_objext conftest$ac_exeext
12139 if { (ac_try="$ac_link"
12140 case "(($ac_try" in
12141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12142 *) ac_try_echo=$ac_try;;
12143 esac
12144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12145 (eval "$ac_link") 2>conftest.er1
12146 ac_status=$?
12147 grep -v '^ *+' conftest.er1 >conftest.err
12148 rm -f conftest.er1
12149 cat conftest.err >&5
12150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12151 (exit $ac_status); } && {
12152 test -z "$ac_c_werror_flag" ||
12153 test ! -s conftest.err
12154 } && test -s conftest$ac_exeext &&
12155 $as_test_x conftest$ac_exeext; then
12156 ac_cv_lib_xml2_xmlNewDocPI=yes
12157 else
12158 echo "$as_me: failed program was:" >&5
12159 sed 's/^/| /' conftest.$ac_ext >&5
12161 ac_cv_lib_xml2_xmlNewDocPI=no
12164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12165 conftest$ac_exeext conftest.$ac_ext
12166 LIBS=$ac_check_lib_save_LIBS
12168 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12169 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12170 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12172 cat >>confdefs.h <<\_ACEOF
12173 #define HAVE_XMLNEWDOCPI 1
12174 _ACEOF
12181 done
12183 CPPFLAGS="$ac_save_CPPFLAGS"
12185 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12186 case "x$with_xml" in
12187 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12188 xno) ;;
12189 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12190 This is an error since --with-xml was requested." >&5
12191 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12192 This is an error since --with-xml was requested." >&2;}
12193 { (exit 1); exit 1; }; } ;;
12194 esac
12198 if test "x$with_xslt" != "xno"
12199 then
12200 if test "$PKG_CONFIG" != "false"
12201 then
12202 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12203 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12204 else
12205 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12206 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12208 ac_save_CPPFLAGS="$CPPFLAGS"
12209 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12212 for ac_header in libxslt/pattern.h libxslt/transform.h
12214 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12215 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 else
12220 cat >conftest.$ac_ext <<_ACEOF
12221 /* confdefs.h. */
12222 _ACEOF
12223 cat confdefs.h >>conftest.$ac_ext
12224 cat >>conftest.$ac_ext <<_ACEOF
12225 /* end confdefs.h. */
12226 #ifdef HAVE_LIBXSLT_PATTERN_H
12227 # include <libxslt/pattern.h>
12228 #endif
12230 #include <$ac_header>
12231 _ACEOF
12232 rm -f conftest.$ac_objext
12233 if { (ac_try="$ac_compile"
12234 case "(($ac_try" in
12235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12236 *) ac_try_echo=$ac_try;;
12237 esac
12238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12239 (eval "$ac_compile") 2>conftest.er1
12240 ac_status=$?
12241 grep -v '^ *+' conftest.er1 >conftest.err
12242 rm -f conftest.er1
12243 cat conftest.err >&5
12244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245 (exit $ac_status); } && {
12246 test -z "$ac_c_werror_flag" ||
12247 test ! -s conftest.err
12248 } && test -s conftest.$ac_objext; then
12249 eval "$as_ac_Header=yes"
12250 else
12251 echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12254 eval "$as_ac_Header=no"
12257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12259 ac_res=`eval echo '${'$as_ac_Header'}'`
12260 { echo "$as_me:$LINENO: result: $ac_res" >&5
12261 echo "${ECHO_T}$ac_res" >&6; }
12262 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12263 cat >>confdefs.h <<_ACEOF
12264 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12265 _ACEOF
12269 done
12271 CPPFLAGS="$ac_save_CPPFLAGS"
12272 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12273 then
12274 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12275 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12276 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6
12278 else
12279 ac_check_lib_save_LIBS=$LIBS
12280 LIBS="-lxslt $ac_xslt_libs $LIBS"
12281 cat >conftest.$ac_ext <<_ACEOF
12282 /* confdefs.h. */
12283 _ACEOF
12284 cat confdefs.h >>conftest.$ac_ext
12285 cat >>conftest.$ac_ext <<_ACEOF
12286 /* end confdefs.h. */
12288 /* Override any GCC internal prototype to avoid an error.
12289 Use char because int might match the return type of a GCC
12290 builtin and then its argument prototype would still apply. */
12291 #ifdef __cplusplus
12292 extern "C"
12293 #endif
12294 char xsltCompilePattern ();
12296 main ()
12298 return xsltCompilePattern ();
12300 return 0;
12302 _ACEOF
12303 rm -f conftest.$ac_objext conftest$ac_exeext
12304 if { (ac_try="$ac_link"
12305 case "(($ac_try" in
12306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12307 *) ac_try_echo=$ac_try;;
12308 esac
12309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12310 (eval "$ac_link") 2>conftest.er1
12311 ac_status=$?
12312 grep -v '^ *+' conftest.er1 >conftest.err
12313 rm -f conftest.er1
12314 cat conftest.err >&5
12315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); } && {
12317 test -z "$ac_c_werror_flag" ||
12318 test ! -s conftest.err
12319 } && test -s conftest$ac_exeext &&
12320 $as_test_x conftest$ac_exeext; then
12321 ac_cv_lib_xslt_xsltCompilePattern=yes
12322 else
12323 echo "$as_me: failed program was:" >&5
12324 sed 's/^/| /' conftest.$ac_ext >&5
12326 ac_cv_lib_xslt_xsltCompilePattern=no
12329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12330 conftest$ac_exeext conftest.$ac_ext
12331 LIBS=$ac_check_lib_save_LIBS
12333 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12334 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12335 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12337 cat >>confdefs.h <<\_ACEOF
12338 #define HAVE_LIBXSLT 1
12339 _ACEOF
12341 XSLTLIBS="$ac_xslt_libs"
12342 XSLTINCL="$ac_xslt_cflags"
12343 ac_save_LIBS="$LIBS"
12344 LIBS="$LIBS $ac_xslt_libs"
12346 for ac_func in xsltInit
12348 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12349 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12350 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12351 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12352 echo $ECHO_N "(cached) $ECHO_C" >&6
12353 else
12354 cat >conftest.$ac_ext <<_ACEOF
12355 /* confdefs.h. */
12356 _ACEOF
12357 cat confdefs.h >>conftest.$ac_ext
12358 cat >>conftest.$ac_ext <<_ACEOF
12359 /* end confdefs.h. */
12360 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12361 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12362 #define $ac_func innocuous_$ac_func
12364 /* System header to define __stub macros and hopefully few prototypes,
12365 which can conflict with char $ac_func (); below.
12366 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12367 <limits.h> exists even on freestanding compilers. */
12369 #ifdef __STDC__
12370 # include <limits.h>
12371 #else
12372 # include <assert.h>
12373 #endif
12375 #undef $ac_func
12377 /* Override any GCC internal prototype to avoid an error.
12378 Use char because int might match the return type of a GCC
12379 builtin and then its argument prototype would still apply. */
12380 #ifdef __cplusplus
12381 extern "C"
12382 #endif
12383 char $ac_func ();
12384 /* The GNU C library defines this for functions which it implements
12385 to always fail with ENOSYS. Some functions are actually named
12386 something starting with __ and the normal name is an alias. */
12387 #if defined __stub_$ac_func || defined __stub___$ac_func
12388 choke me
12389 #endif
12392 main ()
12394 return $ac_func ();
12396 return 0;
12398 _ACEOF
12399 rm -f conftest.$ac_objext conftest$ac_exeext
12400 if { (ac_try="$ac_link"
12401 case "(($ac_try" in
12402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12403 *) ac_try_echo=$ac_try;;
12404 esac
12405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12406 (eval "$ac_link") 2>conftest.er1
12407 ac_status=$?
12408 grep -v '^ *+' conftest.er1 >conftest.err
12409 rm -f conftest.er1
12410 cat conftest.err >&5
12411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12412 (exit $ac_status); } && {
12413 test -z "$ac_c_werror_flag" ||
12414 test ! -s conftest.err
12415 } && test -s conftest$ac_exeext &&
12416 $as_test_x conftest$ac_exeext; then
12417 eval "$as_ac_var=yes"
12418 else
12419 echo "$as_me: failed program was:" >&5
12420 sed 's/^/| /' conftest.$ac_ext >&5
12422 eval "$as_ac_var=no"
12425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12426 conftest$ac_exeext conftest.$ac_ext
12428 ac_res=`eval echo '${'$as_ac_var'}'`
12429 { echo "$as_me:$LINENO: result: $ac_res" >&5
12430 echo "${ECHO_T}$ac_res" >&6; }
12431 if test `eval echo '${'$as_ac_var'}'` = yes; then
12432 cat >>confdefs.h <<_ACEOF
12433 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12434 _ACEOF
12437 done
12439 LIBS="$ac_save_LIBS"
12444 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12445 case "x$with_xslt" in
12446 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12447 xno) ;;
12448 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12449 This is an error since --with-xslt was requested." >&5
12450 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12451 This is an error since --with-xslt was requested." >&2;}
12452 { (exit 1); exit 1; }; } ;;
12453 esac
12457 HALINCL=""
12459 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12460 then
12461 ac_save_CPPFLAGS="$CPPFLAGS"
12462 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12463 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12464 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12467 for ac_header in dbus/dbus.h hal/libhal.h
12469 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12471 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12474 echo $ECHO_N "(cached) $ECHO_C" >&6
12476 ac_res=`eval echo '${'$as_ac_Header'}'`
12477 { echo "$as_me:$LINENO: result: $ac_res" >&5
12478 echo "${ECHO_T}$ac_res" >&6; }
12479 else
12480 # Is the header compilable?
12481 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12482 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12483 cat >conftest.$ac_ext <<_ACEOF
12484 /* confdefs.h. */
12485 _ACEOF
12486 cat confdefs.h >>conftest.$ac_ext
12487 cat >>conftest.$ac_ext <<_ACEOF
12488 /* end confdefs.h. */
12489 $ac_includes_default
12490 #include <$ac_header>
12491 _ACEOF
12492 rm -f conftest.$ac_objext
12493 if { (ac_try="$ac_compile"
12494 case "(($ac_try" in
12495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12497 esac
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_compile") 2>conftest.er1
12500 ac_status=$?
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } && {
12506 test -z "$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12508 } && test -s conftest.$ac_objext; then
12509 ac_header_compiler=yes
12510 else
12511 echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12514 ac_header_compiler=no
12517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12518 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12519 echo "${ECHO_T}$ac_header_compiler" >&6; }
12521 # Is the header present?
12522 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12523 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12524 cat >conftest.$ac_ext <<_ACEOF
12525 /* confdefs.h. */
12526 _ACEOF
12527 cat confdefs.h >>conftest.$ac_ext
12528 cat >>conftest.$ac_ext <<_ACEOF
12529 /* end confdefs.h. */
12530 #include <$ac_header>
12531 _ACEOF
12532 if { (ac_try="$ac_cpp conftest.$ac_ext"
12533 case "(($ac_try" in
12534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12535 *) ac_try_echo=$ac_try;;
12536 esac
12537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12538 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12539 ac_status=$?
12540 grep -v '^ *+' conftest.er1 >conftest.err
12541 rm -f conftest.er1
12542 cat conftest.err >&5
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); } >/dev/null && {
12545 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12546 test ! -s conftest.err
12547 }; then
12548 ac_header_preproc=yes
12549 else
12550 echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12553 ac_header_preproc=no
12556 rm -f conftest.err conftest.$ac_ext
12557 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12558 echo "${ECHO_T}$ac_header_preproc" >&6; }
12560 # So? What about this header?
12561 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12562 yes:no: )
12563 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12564 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12565 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12566 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12567 ac_header_preproc=yes
12569 no:yes:* )
12570 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12571 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12572 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12573 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12574 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12575 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12576 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12577 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12579 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12580 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12581 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12582 ( cat <<\_ASBOX
12583 ## ------------------------------------ ##
12584 ## Report this to wine-devel@winehq.org ##
12585 ## ------------------------------------ ##
12586 _ASBOX
12587 ) | sed "s/^/$as_me: WARNING: /" >&2
12589 esac
12590 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12591 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12592 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12593 echo $ECHO_N "(cached) $ECHO_C" >&6
12594 else
12595 eval "$as_ac_Header=\$ac_header_preproc"
12597 ac_res=`eval echo '${'$as_ac_Header'}'`
12598 { echo "$as_me:$LINENO: result: $ac_res" >&5
12599 echo "${ECHO_T}$ac_res" >&6; }
12602 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12603 cat >>confdefs.h <<_ACEOF
12604 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12605 _ACEOF
12609 done
12611 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12612 then
12613 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12614 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12615 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12616 echo $ECHO_N "(cached) $ECHO_C" >&6
12617 else
12618 ac_check_lib_save_LIBS=$LIBS
12619 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12620 cat >conftest.$ac_ext <<_ACEOF
12621 /* confdefs.h. */
12622 _ACEOF
12623 cat confdefs.h >>conftest.$ac_ext
12624 cat >>conftest.$ac_ext <<_ACEOF
12625 /* end confdefs.h. */
12627 /* Override any GCC internal prototype to avoid an error.
12628 Use char because int might match the return type of a GCC
12629 builtin and then its argument prototype would still apply. */
12630 #ifdef __cplusplus
12631 extern "C"
12632 #endif
12633 char dbus_connection_close ();
12635 main ()
12637 return dbus_connection_close ();
12639 return 0;
12641 _ACEOF
12642 rm -f conftest.$ac_objext conftest$ac_exeext
12643 if { (ac_try="$ac_link"
12644 case "(($ac_try" in
12645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12646 *) ac_try_echo=$ac_try;;
12647 esac
12648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12649 (eval "$ac_link") 2>conftest.er1
12650 ac_status=$?
12651 grep -v '^ *+' conftest.er1 >conftest.err
12652 rm -f conftest.er1
12653 cat conftest.err >&5
12654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12655 (exit $ac_status); } && {
12656 test -z "$ac_c_werror_flag" ||
12657 test ! -s conftest.err
12658 } && test -s conftest$ac_exeext &&
12659 $as_test_x conftest$ac_exeext; then
12660 ac_cv_lib_dbus_1_dbus_connection_close=yes
12661 else
12662 echo "$as_me: failed program was:" >&5
12663 sed 's/^/| /' conftest.$ac_ext >&5
12665 ac_cv_lib_dbus_1_dbus_connection_close=no
12668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12669 conftest$ac_exeext conftest.$ac_ext
12670 LIBS=$ac_check_lib_save_LIBS
12672 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12673 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12674 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12675 { echo "$as_me:$LINENO: checking for -lhal" >&5
12676 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12677 if test "${ac_cv_lib_soname_hal+set}" = set; then
12678 echo $ECHO_N "(cached) $ECHO_C" >&6
12679 else
12680 ac_check_soname_save_LIBS=$LIBS
12681 LIBS="-lhal $ac_hal_libs $LIBS"
12682 cat >conftest.$ac_ext <<_ACEOF
12683 /* confdefs.h. */
12684 _ACEOF
12685 cat confdefs.h >>conftest.$ac_ext
12686 cat >>conftest.$ac_ext <<_ACEOF
12687 /* end confdefs.h. */
12689 /* Override any GCC internal prototype to avoid an error.
12690 Use char because int might match the return type of a GCC
12691 builtin and then its argument prototype would still apply. */
12692 #ifdef __cplusplus
12693 extern "C"
12694 #endif
12695 char libhal_ctx_new ();
12697 main ()
12699 return libhal_ctx_new ();
12701 return 0;
12703 _ACEOF
12704 rm -f conftest.$ac_objext conftest$ac_exeext
12705 if { (ac_try="$ac_link"
12706 case "(($ac_try" in
12707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12708 *) ac_try_echo=$ac_try;;
12709 esac
12710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12711 (eval "$ac_link") 2>conftest.er1
12712 ac_status=$?
12713 grep -v '^ *+' conftest.er1 >conftest.err
12714 rm -f conftest.er1
12715 cat conftest.err >&5
12716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12717 (exit $ac_status); } && {
12718 test -z "$ac_c_werror_flag" ||
12719 test ! -s conftest.err
12720 } && test -s conftest$ac_exeext &&
12721 $as_test_x conftest$ac_exeext; then
12722 case "$LIBEXT" in
12723 dll) ;;
12724 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12725 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12726 esac
12727 else
12728 echo "$as_me: failed program was:" >&5
12729 sed 's/^/| /' conftest.$ac_ext >&5
12734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12735 conftest$ac_exeext conftest.$ac_ext
12736 LIBS=$ac_check_soname_save_LIBS
12738 if test "x$ac_cv_lib_soname_hal" = "x"; then
12739 { echo "$as_me:$LINENO: result: not found" >&5
12740 echo "${ECHO_T}not found" >&6; }
12742 else
12743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12744 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12746 cat >>confdefs.h <<_ACEOF
12747 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12748 _ACEOF
12750 HALINCL="$ac_hal_cflags"
12756 CPPFLAGS="$ac_save_CPPFLAGS"
12758 if test "x$ac_cv_lib_soname_hal" = "x"; then
12759 case "x$with_hal" in
12760 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12761 xno) ;;
12762 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12763 This is an error since --with-hal was requested." >&5
12764 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12765 This is an error since --with-hal was requested." >&2;}
12766 { (exit 1); exit 1; }; } ;;
12767 esac
12771 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12772 then
12773 ac_save_CPPFLAGS="$CPPFLAGS"
12774 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12775 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12776 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12777 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12778 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12779 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12780 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12781 echo $ECHO_N "(cached) $ECHO_C" >&6
12783 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12784 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12785 else
12786 # Is the header compilable?
12787 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12788 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12789 cat >conftest.$ac_ext <<_ACEOF
12790 /* confdefs.h. */
12791 _ACEOF
12792 cat confdefs.h >>conftest.$ac_ext
12793 cat >>conftest.$ac_ext <<_ACEOF
12794 /* end confdefs.h. */
12795 $ac_includes_default
12796 #include <gnutls/gnutls.h>
12797 _ACEOF
12798 rm -f conftest.$ac_objext
12799 if { (ac_try="$ac_compile"
12800 case "(($ac_try" in
12801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12802 *) ac_try_echo=$ac_try;;
12803 esac
12804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12805 (eval "$ac_compile") 2>conftest.er1
12806 ac_status=$?
12807 grep -v '^ *+' conftest.er1 >conftest.err
12808 rm -f conftest.er1
12809 cat conftest.err >&5
12810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); } && {
12812 test -z "$ac_c_werror_flag" ||
12813 test ! -s conftest.err
12814 } && test -s conftest.$ac_objext; then
12815 ac_header_compiler=yes
12816 else
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12820 ac_header_compiler=no
12823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12824 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12825 echo "${ECHO_T}$ac_header_compiler" >&6; }
12827 # Is the header present?
12828 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12829 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12830 cat >conftest.$ac_ext <<_ACEOF
12831 /* confdefs.h. */
12832 _ACEOF
12833 cat confdefs.h >>conftest.$ac_ext
12834 cat >>conftest.$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12836 #include <gnutls/gnutls.h>
12837 _ACEOF
12838 if { (ac_try="$ac_cpp conftest.$ac_ext"
12839 case "(($ac_try" in
12840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12841 *) ac_try_echo=$ac_try;;
12842 esac
12843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12844 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12845 ac_status=$?
12846 grep -v '^ *+' conftest.er1 >conftest.err
12847 rm -f conftest.er1
12848 cat conftest.err >&5
12849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } >/dev/null && {
12851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12852 test ! -s conftest.err
12853 }; then
12854 ac_header_preproc=yes
12855 else
12856 echo "$as_me: failed program was:" >&5
12857 sed 's/^/| /' conftest.$ac_ext >&5
12859 ac_header_preproc=no
12862 rm -f conftest.err conftest.$ac_ext
12863 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12864 echo "${ECHO_T}$ac_header_preproc" >&6; }
12866 # So? What about this header?
12867 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12868 yes:no: )
12869 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12870 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12873 ac_header_preproc=yes
12875 no:yes:* )
12876 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12877 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12878 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12879 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12880 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12881 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12882 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12883 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12884 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12885 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12886 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12887 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12888 ( cat <<\_ASBOX
12889 ## ------------------------------------ ##
12890 ## Report this to wine-devel@winehq.org ##
12891 ## ------------------------------------ ##
12892 _ASBOX
12893 ) | sed "s/^/$as_me: WARNING: /" >&2
12895 esac
12896 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12897 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12898 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12899 echo $ECHO_N "(cached) $ECHO_C" >&6
12900 else
12901 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12903 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12904 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12907 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12908 cat >conftest.$ac_ext <<_ACEOF
12909 /* confdefs.h. */
12910 _ACEOF
12911 cat confdefs.h >>conftest.$ac_ext
12912 cat >>conftest.$ac_ext <<_ACEOF
12913 /* end confdefs.h. */
12914 #include <gnutls/gnutls.h>
12916 main ()
12918 typeof(gnutls_transport_set_errno) *pfunc;
12920 return 0;
12922 _ACEOF
12923 rm -f conftest.$ac_objext
12924 if { (ac_try="$ac_compile"
12925 case "(($ac_try" in
12926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12927 *) ac_try_echo=$ac_try;;
12928 esac
12929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12930 (eval "$ac_compile") 2>conftest.er1
12931 ac_status=$?
12932 grep -v '^ *+' conftest.er1 >conftest.err
12933 rm -f conftest.er1
12934 cat conftest.err >&5
12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12936 (exit $ac_status); } && {
12937 test -z "$ac_c_werror_flag" ||
12938 test ! -s conftest.err
12939 } && test -s conftest.$ac_objext; then
12940 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12941 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12942 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12943 echo $ECHO_N "(cached) $ECHO_C" >&6
12944 else
12945 ac_check_soname_save_LIBS=$LIBS
12946 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12947 cat >conftest.$ac_ext <<_ACEOF
12948 /* confdefs.h. */
12949 _ACEOF
12950 cat confdefs.h >>conftest.$ac_ext
12951 cat >>conftest.$ac_ext <<_ACEOF
12952 /* end confdefs.h. */
12954 /* Override any GCC internal prototype to avoid an error.
12955 Use char because int might match the return type of a GCC
12956 builtin and then its argument prototype would still apply. */
12957 #ifdef __cplusplus
12958 extern "C"
12959 #endif
12960 char gnutls_global_init ();
12962 main ()
12964 return gnutls_global_init ();
12966 return 0;
12968 _ACEOF
12969 rm -f conftest.$ac_objext conftest$ac_exeext
12970 if { (ac_try="$ac_link"
12971 case "(($ac_try" in
12972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12973 *) ac_try_echo=$ac_try;;
12974 esac
12975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12976 (eval "$ac_link") 2>conftest.er1
12977 ac_status=$?
12978 grep -v '^ *+' conftest.er1 >conftest.err
12979 rm -f conftest.er1
12980 cat conftest.err >&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); } && {
12983 test -z "$ac_c_werror_flag" ||
12984 test ! -s conftest.err
12985 } && test -s conftest$ac_exeext &&
12986 $as_test_x conftest$ac_exeext; then
12987 case "$LIBEXT" in
12988 dll) ;;
12989 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12990 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12991 esac
12992 else
12993 echo "$as_me: failed program was:" >&5
12994 sed 's/^/| /' conftest.$ac_ext >&5
12999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13000 conftest$ac_exeext conftest.$ac_ext
13001 LIBS=$ac_check_soname_save_LIBS
13003 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13004 { echo "$as_me:$LINENO: result: not found" >&5
13005 echo "${ECHO_T}not found" >&6; }
13007 else
13008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13009 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13011 cat >>confdefs.h <<_ACEOF
13012 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13013 _ACEOF
13015 GNUTLSINCL="$ac_gnutls_cflags"
13019 else
13020 echo "$as_me: failed program was:" >&5
13021 sed 's/^/| /' conftest.$ac_ext >&5
13026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13030 CPPFLAGS="$ac_save_CPPFLAGS"
13032 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13033 case "x$with_gnutls" in
13034 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13035 xno) ;;
13036 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13037 This is an error since --with-gnutls was requested." >&5
13038 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13039 This is an error since --with-gnutls was requested." >&2;}
13040 { (exit 1); exit 1; }; } ;;
13041 esac
13045 CURSESLIBS=""
13046 if test "$ac_cv_header_ncurses_h" = "yes"
13047 then
13048 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13049 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13050 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13052 else
13053 ac_check_soname_save_LIBS=$LIBS
13054 LIBS="-lncurses $LIBS"
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13062 /* Override any GCC internal prototype to avoid an error.
13063 Use char because int might match the return type of a GCC
13064 builtin and then its argument prototype would still apply. */
13065 #ifdef __cplusplus
13066 extern "C"
13067 #endif
13068 char waddch ();
13070 main ()
13072 return waddch ();
13074 return 0;
13076 _ACEOF
13077 rm -f conftest.$ac_objext conftest$ac_exeext
13078 if { (ac_try="$ac_link"
13079 case "(($ac_try" in
13080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13081 *) ac_try_echo=$ac_try;;
13082 esac
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084 (eval "$ac_link") 2>conftest.er1
13085 ac_status=$?
13086 grep -v '^ *+' conftest.er1 >conftest.err
13087 rm -f conftest.er1
13088 cat conftest.err >&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } && {
13091 test -z "$ac_c_werror_flag" ||
13092 test ! -s conftest.err
13093 } && test -s conftest$ac_exeext &&
13094 $as_test_x conftest$ac_exeext; then
13095 case "$LIBEXT" in
13096 dll) ;;
13097 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13098 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13099 esac
13100 else
13101 echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13108 conftest$ac_exeext conftest.$ac_ext
13109 LIBS=$ac_check_soname_save_LIBS
13111 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13112 { echo "$as_me:$LINENO: result: not found" >&5
13113 echo "${ECHO_T}not found" >&6; }
13115 else
13116 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13117 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13119 cat >>confdefs.h <<_ACEOF
13120 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13121 _ACEOF
13123 CURSESLIBS="-lncurses"
13126 elif test "$ac_cv_header_curses_h" = "yes"
13127 then
13128 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13129 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13130 if test "${ac_cv_lib_soname_curses+set}" = set; then
13131 echo $ECHO_N "(cached) $ECHO_C" >&6
13132 else
13133 ac_check_soname_save_LIBS=$LIBS
13134 LIBS="-lcurses $LIBS"
13135 cat >conftest.$ac_ext <<_ACEOF
13136 /* confdefs.h. */
13137 _ACEOF
13138 cat confdefs.h >>conftest.$ac_ext
13139 cat >>conftest.$ac_ext <<_ACEOF
13140 /* end confdefs.h. */
13142 /* Override any GCC internal prototype to avoid an error.
13143 Use char because int might match the return type of a GCC
13144 builtin and then its argument prototype would still apply. */
13145 #ifdef __cplusplus
13146 extern "C"
13147 #endif
13148 char waddch ();
13150 main ()
13152 return waddch ();
13154 return 0;
13156 _ACEOF
13157 rm -f conftest.$ac_objext conftest$ac_exeext
13158 if { (ac_try="$ac_link"
13159 case "(($ac_try" in
13160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13161 *) ac_try_echo=$ac_try;;
13162 esac
13163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13164 (eval "$ac_link") 2>conftest.er1
13165 ac_status=$?
13166 grep -v '^ *+' conftest.er1 >conftest.err
13167 rm -f conftest.er1
13168 cat conftest.err >&5
13169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13170 (exit $ac_status); } && {
13171 test -z "$ac_c_werror_flag" ||
13172 test ! -s conftest.err
13173 } && test -s conftest$ac_exeext &&
13174 $as_test_x conftest$ac_exeext; then
13175 case "$LIBEXT" in
13176 dll) ;;
13177 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13178 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13179 esac
13180 else
13181 echo "$as_me: failed program was:" >&5
13182 sed 's/^/| /' conftest.$ac_ext >&5
13187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13188 conftest$ac_exeext conftest.$ac_ext
13189 LIBS=$ac_check_soname_save_LIBS
13191 if test "x$ac_cv_lib_soname_curses" = "x"; then
13192 { echo "$as_me:$LINENO: result: not found" >&5
13193 echo "${ECHO_T}not found" >&6; }
13195 else
13196 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13197 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13199 cat >>confdefs.h <<_ACEOF
13200 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13201 _ACEOF
13203 CURSESLIBS="-lcurses"
13207 ac_save_LIBS="$LIBS"
13208 LIBS="$LIBS $CURSESLIBS"
13210 for ac_func in mousemask
13212 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13213 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13214 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13215 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13216 echo $ECHO_N "(cached) $ECHO_C" >&6
13217 else
13218 cat >conftest.$ac_ext <<_ACEOF
13219 /* confdefs.h. */
13220 _ACEOF
13221 cat confdefs.h >>conftest.$ac_ext
13222 cat >>conftest.$ac_ext <<_ACEOF
13223 /* end confdefs.h. */
13224 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13225 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13226 #define $ac_func innocuous_$ac_func
13228 /* System header to define __stub macros and hopefully few prototypes,
13229 which can conflict with char $ac_func (); below.
13230 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13231 <limits.h> exists even on freestanding compilers. */
13233 #ifdef __STDC__
13234 # include <limits.h>
13235 #else
13236 # include <assert.h>
13237 #endif
13239 #undef $ac_func
13241 /* Override any GCC internal prototype to avoid an error.
13242 Use char because int might match the return type of a GCC
13243 builtin and then its argument prototype would still apply. */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 char $ac_func ();
13248 /* The GNU C library defines this for functions which it implements
13249 to always fail with ENOSYS. Some functions are actually named
13250 something starting with __ and the normal name is an alias. */
13251 #if defined __stub_$ac_func || defined __stub___$ac_func
13252 choke me
13253 #endif
13256 main ()
13258 return $ac_func ();
13260 return 0;
13262 _ACEOF
13263 rm -f conftest.$ac_objext conftest$ac_exeext
13264 if { (ac_try="$ac_link"
13265 case "(($ac_try" in
13266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13267 *) ac_try_echo=$ac_try;;
13268 esac
13269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13270 (eval "$ac_link") 2>conftest.er1
13271 ac_status=$?
13272 grep -v '^ *+' conftest.er1 >conftest.err
13273 rm -f conftest.er1
13274 cat conftest.err >&5
13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); } && {
13277 test -z "$ac_c_werror_flag" ||
13278 test ! -s conftest.err
13279 } && test -s conftest$ac_exeext &&
13280 $as_test_x conftest$ac_exeext; then
13281 eval "$as_ac_var=yes"
13282 else
13283 echo "$as_me: failed program was:" >&5
13284 sed 's/^/| /' conftest.$ac_ext >&5
13286 eval "$as_ac_var=no"
13289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13290 conftest$ac_exeext conftest.$ac_ext
13292 ac_res=`eval echo '${'$as_ac_var'}'`
13293 { echo "$as_me:$LINENO: result: $ac_res" >&5
13294 echo "${ECHO_T}$ac_res" >&6; }
13295 if test `eval echo '${'$as_ac_var'}'` = yes; then
13296 cat >>confdefs.h <<_ACEOF
13297 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13298 _ACEOF
13301 done
13303 LIBS="$ac_save_LIBS"
13304 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13305 case "x$with_curses" in
13306 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13307 xno) ;;
13308 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13309 This is an error since --with-curses was requested." >&5
13310 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13311 This is an error since --with-curses was requested." >&2;}
13312 { (exit 1); exit 1; }; } ;;
13313 esac
13317 # Extract the first word of "sane-config", so it can be a program name with args.
13318 set dummy sane-config; ac_word=$2
13319 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13321 if test "${ac_cv_prog_sane_devel+set}" = set; then
13322 echo $ECHO_N "(cached) $ECHO_C" >&6
13323 else
13324 if test -n "$sane_devel"; then
13325 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13326 else
13327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13328 for as_dir in $PATH
13330 IFS=$as_save_IFS
13331 test -z "$as_dir" && as_dir=.
13332 for ac_exec_ext in '' $ac_executable_extensions; do
13333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13334 ac_cv_prog_sane_devel="sane-config"
13335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13336 break 2
13338 done
13339 done
13340 IFS=$as_save_IFS
13342 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13345 sane_devel=$ac_cv_prog_sane_devel
13346 if test -n "$sane_devel"; then
13347 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13348 echo "${ECHO_T}$sane_devel" >&6; }
13349 else
13350 { echo "$as_me:$LINENO: result: no" >&5
13351 echo "${ECHO_T}no" >&6; }
13355 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13356 then
13357 ac_sane_incl="`$sane_devel --cflags`"
13358 ac_sane_libs="`$sane_devel --ldflags`"
13359 ac_save_CPPFLAGS="$CPPFLAGS"
13360 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13361 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13362 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13363 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13364 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13365 echo $ECHO_N "(cached) $ECHO_C" >&6
13367 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13368 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13369 else
13370 # Is the header compilable?
13371 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13372 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13373 cat >conftest.$ac_ext <<_ACEOF
13374 /* confdefs.h. */
13375 _ACEOF
13376 cat confdefs.h >>conftest.$ac_ext
13377 cat >>conftest.$ac_ext <<_ACEOF
13378 /* end confdefs.h. */
13379 $ac_includes_default
13380 #include <sane/sane.h>
13381 _ACEOF
13382 rm -f conftest.$ac_objext
13383 if { (ac_try="$ac_compile"
13384 case "(($ac_try" in
13385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13386 *) ac_try_echo=$ac_try;;
13387 esac
13388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13389 (eval "$ac_compile") 2>conftest.er1
13390 ac_status=$?
13391 grep -v '^ *+' conftest.er1 >conftest.err
13392 rm -f conftest.er1
13393 cat conftest.err >&5
13394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } && {
13396 test -z "$ac_c_werror_flag" ||
13397 test ! -s conftest.err
13398 } && test -s conftest.$ac_objext; then
13399 ac_header_compiler=yes
13400 else
13401 echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13404 ac_header_compiler=no
13407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13408 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13409 echo "${ECHO_T}$ac_header_compiler" >&6; }
13411 # Is the header present?
13412 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13413 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13414 cat >conftest.$ac_ext <<_ACEOF
13415 /* confdefs.h. */
13416 _ACEOF
13417 cat confdefs.h >>conftest.$ac_ext
13418 cat >>conftest.$ac_ext <<_ACEOF
13419 /* end confdefs.h. */
13420 #include <sane/sane.h>
13421 _ACEOF
13422 if { (ac_try="$ac_cpp conftest.$ac_ext"
13423 case "(($ac_try" in
13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13426 esac
13427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13428 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13429 ac_status=$?
13430 grep -v '^ *+' conftest.er1 >conftest.err
13431 rm -f conftest.er1
13432 cat conftest.err >&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } >/dev/null && {
13435 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 }; then
13438 ac_header_preproc=yes
13439 else
13440 echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13443 ac_header_preproc=no
13446 rm -f conftest.err conftest.$ac_ext
13447 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13448 echo "${ECHO_T}$ac_header_preproc" >&6; }
13450 # So? What about this header?
13451 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13452 yes:no: )
13453 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13454 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13455 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13456 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13457 ac_header_preproc=yes
13459 no:yes:* )
13460 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13461 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13463 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13465 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13467 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13469 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13471 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13472 ( cat <<\_ASBOX
13473 ## ------------------------------------ ##
13474 ## Report this to wine-devel@winehq.org ##
13475 ## ------------------------------------ ##
13476 _ASBOX
13477 ) | sed "s/^/$as_me: WARNING: /" >&2
13479 esac
13480 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13481 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13482 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13483 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 else
13485 ac_cv_header_sane_sane_h=$ac_header_preproc
13487 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13488 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13491 if test $ac_cv_header_sane_sane_h = yes; then
13492 { echo "$as_me:$LINENO: checking for -lsane" >&5
13493 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13494 if test "${ac_cv_lib_soname_sane+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_check_soname_save_LIBS=$LIBS
13498 LIBS="-lsane $ac_sane_libs $LIBS"
13499 cat >conftest.$ac_ext <<_ACEOF
13500 /* confdefs.h. */
13501 _ACEOF
13502 cat confdefs.h >>conftest.$ac_ext
13503 cat >>conftest.$ac_ext <<_ACEOF
13504 /* end confdefs.h. */
13506 /* Override any GCC internal prototype to avoid an error.
13507 Use char because int might match the return type of a GCC
13508 builtin and then its argument prototype would still apply. */
13509 #ifdef __cplusplus
13510 extern "C"
13511 #endif
13512 char sane_init ();
13514 main ()
13516 return sane_init ();
13518 return 0;
13520 _ACEOF
13521 rm -f conftest.$ac_objext conftest$ac_exeext
13522 if { (ac_try="$ac_link"
13523 case "(($ac_try" in
13524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13525 *) ac_try_echo=$ac_try;;
13526 esac
13527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13528 (eval "$ac_link") 2>conftest.er1
13529 ac_status=$?
13530 grep -v '^ *+' conftest.er1 >conftest.err
13531 rm -f conftest.er1
13532 cat conftest.err >&5
13533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13534 (exit $ac_status); } && {
13535 test -z "$ac_c_werror_flag" ||
13536 test ! -s conftest.err
13537 } && test -s conftest$ac_exeext &&
13538 $as_test_x conftest$ac_exeext; then
13539 case "$LIBEXT" in
13540 dll) ;;
13541 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13542 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13543 esac
13544 else
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.$ac_ext >&5
13551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13552 conftest$ac_exeext conftest.$ac_ext
13553 LIBS=$ac_check_soname_save_LIBS
13555 if test "x$ac_cv_lib_soname_sane" = "x"; then
13556 { echo "$as_me:$LINENO: result: not found" >&5
13557 echo "${ECHO_T}not found" >&6; }
13559 else
13560 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13561 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13563 cat >>confdefs.h <<_ACEOF
13564 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13565 _ACEOF
13567 SANEINCL="$ac_sane_incl"
13574 CPPFLAGS="$ac_save_CPPFLAGS"
13576 if test "x$ac_cv_lib_soname_sane" = "x"; then
13577 case "x$with_sane" in
13578 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13579 xno) ;;
13580 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13581 This is an error since --with-sane was requested." >&5
13582 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13583 This is an error since --with-sane was requested." >&2;}
13584 { (exit 1); exit 1; }; } ;;
13585 esac
13589 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13590 set dummy gphoto2-config; ac_word=$2
13591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13593 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13594 echo $ECHO_N "(cached) $ECHO_C" >&6
13595 else
13596 if test -n "$gphoto2_devel"; then
13597 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13598 else
13599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13600 for as_dir in $PATH
13602 IFS=$as_save_IFS
13603 test -z "$as_dir" && as_dir=.
13604 for ac_exec_ext in '' $ac_executable_extensions; do
13605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13606 ac_cv_prog_gphoto2_devel="gphoto2-config"
13607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13608 break 2
13610 done
13611 done
13612 IFS=$as_save_IFS
13614 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13617 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13618 if test -n "$gphoto2_devel"; then
13619 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13620 echo "${ECHO_T}$gphoto2_devel" >&6; }
13621 else
13622 { echo "$as_me:$LINENO: result: no" >&5
13623 echo "${ECHO_T}no" >&6; }
13627 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13628 set dummy gphoto2-port-config; ac_word=$2
13629 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13631 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13632 echo $ECHO_N "(cached) $ECHO_C" >&6
13633 else
13634 if test -n "$gphoto2port_devel"; then
13635 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13636 else
13637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13638 for as_dir in $PATH
13640 IFS=$as_save_IFS
13641 test -z "$as_dir" && as_dir=.
13642 for ac_exec_ext in '' $ac_executable_extensions; do
13643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13644 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13646 break 2
13648 done
13649 done
13650 IFS=$as_save_IFS
13652 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13655 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13656 if test -n "$gphoto2port_devel"; then
13657 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13658 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13659 else
13660 { echo "$as_me:$LINENO: result: no" >&5
13661 echo "${ECHO_T}no" >&6; }
13665 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13666 then
13667 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13668 ac_gphoto2_libs=""
13669 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13671 case "$i" in
13672 -L/usr/lib|-L/usr/lib64) ;;
13673 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13674 esac
13675 done
13676 ac_save_CPPFLAGS="$CPPFLAGS"
13677 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13678 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13679 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13680 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13681 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13682 echo $ECHO_N "(cached) $ECHO_C" >&6
13684 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13685 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13686 else
13687 # Is the header compilable?
13688 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13689 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13690 cat >conftest.$ac_ext <<_ACEOF
13691 /* confdefs.h. */
13692 _ACEOF
13693 cat confdefs.h >>conftest.$ac_ext
13694 cat >>conftest.$ac_ext <<_ACEOF
13695 /* end confdefs.h. */
13696 $ac_includes_default
13697 #include <gphoto2-camera.h>
13698 _ACEOF
13699 rm -f conftest.$ac_objext
13700 if { (ac_try="$ac_compile"
13701 case "(($ac_try" in
13702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13703 *) ac_try_echo=$ac_try;;
13704 esac
13705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13706 (eval "$ac_compile") 2>conftest.er1
13707 ac_status=$?
13708 grep -v '^ *+' conftest.er1 >conftest.err
13709 rm -f conftest.er1
13710 cat conftest.err >&5
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); } && {
13713 test -z "$ac_c_werror_flag" ||
13714 test ! -s conftest.err
13715 } && test -s conftest.$ac_objext; then
13716 ac_header_compiler=yes
13717 else
13718 echo "$as_me: failed program was:" >&5
13719 sed 's/^/| /' conftest.$ac_ext >&5
13721 ac_header_compiler=no
13724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13725 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13726 echo "${ECHO_T}$ac_header_compiler" >&6; }
13728 # Is the header present?
13729 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13730 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13731 cat >conftest.$ac_ext <<_ACEOF
13732 /* confdefs.h. */
13733 _ACEOF
13734 cat confdefs.h >>conftest.$ac_ext
13735 cat >>conftest.$ac_ext <<_ACEOF
13736 /* end confdefs.h. */
13737 #include <gphoto2-camera.h>
13738 _ACEOF
13739 if { (ac_try="$ac_cpp conftest.$ac_ext"
13740 case "(($ac_try" in
13741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13742 *) ac_try_echo=$ac_try;;
13743 esac
13744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13746 ac_status=$?
13747 grep -v '^ *+' conftest.er1 >conftest.err
13748 rm -f conftest.er1
13749 cat conftest.err >&5
13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); } >/dev/null && {
13752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13753 test ! -s conftest.err
13754 }; then
13755 ac_header_preproc=yes
13756 else
13757 echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13760 ac_header_preproc=no
13763 rm -f conftest.err conftest.$ac_ext
13764 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13765 echo "${ECHO_T}$ac_header_preproc" >&6; }
13767 # So? What about this header?
13768 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13769 yes:no: )
13770 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13771 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13772 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13773 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13774 ac_header_preproc=yes
13776 no:yes:* )
13777 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13778 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13779 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13780 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13781 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13782 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13783 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13784 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13785 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13786 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13787 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13788 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13789 ( cat <<\_ASBOX
13790 ## ------------------------------------ ##
13791 ## Report this to wine-devel@winehq.org ##
13792 ## ------------------------------------ ##
13793 _ASBOX
13794 ) | sed "s/^/$as_me: WARNING: /" >&2
13796 esac
13797 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13798 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13799 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13800 echo $ECHO_N "(cached) $ECHO_C" >&6
13801 else
13802 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13804 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13805 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13808 if test $ac_cv_header_gphoto2_camera_h = yes; then
13809 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13810 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13811 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13812 echo $ECHO_N "(cached) $ECHO_C" >&6
13813 else
13814 ac_check_lib_save_LIBS=$LIBS
13815 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13816 cat >conftest.$ac_ext <<_ACEOF
13817 /* confdefs.h. */
13818 _ACEOF
13819 cat confdefs.h >>conftest.$ac_ext
13820 cat >>conftest.$ac_ext <<_ACEOF
13821 /* end confdefs.h. */
13823 /* Override any GCC internal prototype to avoid an error.
13824 Use char because int might match the return type of a GCC
13825 builtin and then its argument prototype would still apply. */
13826 #ifdef __cplusplus
13827 extern "C"
13828 #endif
13829 char gp_camera_new ();
13831 main ()
13833 return gp_camera_new ();
13835 return 0;
13837 _ACEOF
13838 rm -f conftest.$ac_objext conftest$ac_exeext
13839 if { (ac_try="$ac_link"
13840 case "(($ac_try" in
13841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13842 *) ac_try_echo=$ac_try;;
13843 esac
13844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13845 (eval "$ac_link") 2>conftest.er1
13846 ac_status=$?
13847 grep -v '^ *+' conftest.er1 >conftest.err
13848 rm -f conftest.er1
13849 cat conftest.err >&5
13850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13851 (exit $ac_status); } && {
13852 test -z "$ac_c_werror_flag" ||
13853 test ! -s conftest.err
13854 } && test -s conftest$ac_exeext &&
13855 $as_test_x conftest$ac_exeext; then
13856 ac_cv_lib_gphoto2_gp_camera_new=yes
13857 else
13858 echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13861 ac_cv_lib_gphoto2_gp_camera_new=no
13864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13865 conftest$ac_exeext conftest.$ac_ext
13866 LIBS=$ac_check_lib_save_LIBS
13868 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13869 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13870 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13872 cat >>confdefs.h <<\_ACEOF
13873 #define HAVE_GPHOTO2 1
13874 _ACEOF
13876 GPHOTO2LIBS="$ac_gphoto2_libs"
13878 GPHOTO2INCL="$ac_gphoto2_incl"
13885 CPPFLAGS="$ac_save_CPPFLAGS"
13887 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13888 case "x$with_gphoto" in
13889 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13890 xno) ;;
13891 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13892 This is an error since --with-gphoto was requested." >&5
13893 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13894 This is an error since --with-gphoto was requested." >&2;}
13895 { (exit 1); exit 1; }; } ;;
13896 esac
13901 RESOLVLIBS=""
13903 if test "$ac_cv_header_resolv_h" = "yes"
13904 then
13905 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13906 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13907 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13908 echo $ECHO_N "(cached) $ECHO_C" >&6
13909 else
13910 ac_check_lib_save_LIBS=$LIBS
13911 LIBS="-lresolv $LIBS"
13912 cat >conftest.$ac_ext <<_ACEOF
13913 /* confdefs.h. */
13914 _ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13919 /* Override any GCC internal prototype to avoid an error.
13920 Use char because int might match the return type of a GCC
13921 builtin and then its argument prototype would still apply. */
13922 #ifdef __cplusplus
13923 extern "C"
13924 #endif
13925 char res_query ();
13927 main ()
13929 return res_query ();
13931 return 0;
13933 _ACEOF
13934 rm -f conftest.$ac_objext conftest$ac_exeext
13935 if { (ac_try="$ac_link"
13936 case "(($ac_try" in
13937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13938 *) ac_try_echo=$ac_try;;
13939 esac
13940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13941 (eval "$ac_link") 2>conftest.er1
13942 ac_status=$?
13943 grep -v '^ *+' conftest.er1 >conftest.err
13944 rm -f conftest.er1
13945 cat conftest.err >&5
13946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13947 (exit $ac_status); } && {
13948 test -z "$ac_c_werror_flag" ||
13949 test ! -s conftest.err
13950 } && test -s conftest$ac_exeext &&
13951 $as_test_x conftest$ac_exeext; then
13952 ac_cv_lib_resolv_res_query=yes
13953 else
13954 echo "$as_me: failed program was:" >&5
13955 sed 's/^/| /' conftest.$ac_ext >&5
13957 ac_cv_lib_resolv_res_query=no
13960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13961 conftest$ac_exeext conftest.$ac_ext
13962 LIBS=$ac_check_lib_save_LIBS
13964 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13965 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13966 if test $ac_cv_lib_resolv_res_query = yes; then
13968 cat >>confdefs.h <<\_ACEOF
13969 #define HAVE_RESOLV 1
13970 _ACEOF
13972 RESOLVLIBS="-lresolv"
13977 LCMSLIBS=""
13979 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13980 then
13981 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13982 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13983 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13984 echo $ECHO_N "(cached) $ECHO_C" >&6
13985 else
13986 ac_check_lib_save_LIBS=$LIBS
13987 LIBS="-llcms $LIBS"
13988 cat >conftest.$ac_ext <<_ACEOF
13989 /* confdefs.h. */
13990 _ACEOF
13991 cat confdefs.h >>conftest.$ac_ext
13992 cat >>conftest.$ac_ext <<_ACEOF
13993 /* end confdefs.h. */
13995 /* Override any GCC internal prototype to avoid an error.
13996 Use char because int might match the return type of a GCC
13997 builtin and then its argument prototype would still apply. */
13998 #ifdef __cplusplus
13999 extern "C"
14000 #endif
14001 char cmsOpenProfileFromFile ();
14003 main ()
14005 return cmsOpenProfileFromFile ();
14007 return 0;
14009 _ACEOF
14010 rm -f conftest.$ac_objext conftest$ac_exeext
14011 if { (ac_try="$ac_link"
14012 case "(($ac_try" in
14013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14014 *) ac_try_echo=$ac_try;;
14015 esac
14016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14017 (eval "$ac_link") 2>conftest.er1
14018 ac_status=$?
14019 grep -v '^ *+' conftest.er1 >conftest.err
14020 rm -f conftest.er1
14021 cat conftest.err >&5
14022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14023 (exit $ac_status); } && {
14024 test -z "$ac_c_werror_flag" ||
14025 test ! -s conftest.err
14026 } && test -s conftest$ac_exeext &&
14027 $as_test_x conftest$ac_exeext; then
14028 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14029 else
14030 echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.$ac_ext >&5
14033 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14037 conftest$ac_exeext conftest.$ac_ext
14038 LIBS=$ac_check_lib_save_LIBS
14040 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14041 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14042 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14044 cat >>confdefs.h <<\_ACEOF
14045 #define HAVE_LCMS 1
14046 _ACEOF
14048 LCMSLIBS="-llcms"
14052 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14053 case "x$with_cms" in
14054 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14055 xno) ;;
14056 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14057 This is an error since --with-cms was requested." >&5
14058 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14059 This is an error since --with-cms was requested." >&2;}
14060 { (exit 1); exit 1; }; } ;;
14061 esac
14065 for ac_prog in freetype-config freetype2-config
14067 # Extract the first word of "$ac_prog", so it can be a program name with args.
14068 set dummy $ac_prog; ac_word=$2
14069 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14071 if test "${ac_cv_prog_ft_devel+set}" = set; then
14072 echo $ECHO_N "(cached) $ECHO_C" >&6
14073 else
14074 if test -n "$ft_devel"; then
14075 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14076 else
14077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14078 for as_dir in $PATH
14080 IFS=$as_save_IFS
14081 test -z "$as_dir" && as_dir=.
14082 for ac_exec_ext in '' $ac_executable_extensions; do
14083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14084 ac_cv_prog_ft_devel="$ac_prog"
14085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14086 break 2
14088 done
14089 done
14090 IFS=$as_save_IFS
14094 ft_devel=$ac_cv_prog_ft_devel
14095 if test -n "$ft_devel"; then
14096 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14097 echo "${ECHO_T}$ft_devel" >&6; }
14098 else
14099 { echo "$as_me:$LINENO: result: no" >&5
14100 echo "${ECHO_T}no" >&6; }
14104 test -n "$ft_devel" && break
14105 done
14106 test -n "$ft_devel" || ft_devel="false"
14108 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14109 then
14110 ac_freetype_libs=`$ft_devel --libs`
14111 ac_freetype_incl=`$ft_devel --cflags`
14112 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14113 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14114 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14115 echo $ECHO_N "(cached) $ECHO_C" >&6
14116 else
14117 ac_check_soname_save_LIBS=$LIBS
14118 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14119 cat >conftest.$ac_ext <<_ACEOF
14120 /* confdefs.h. */
14121 _ACEOF
14122 cat confdefs.h >>conftest.$ac_ext
14123 cat >>conftest.$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14126 /* Override any GCC internal prototype to avoid an error.
14127 Use char because int might match the return type of a GCC
14128 builtin and then its argument prototype would still apply. */
14129 #ifdef __cplusplus
14130 extern "C"
14131 #endif
14132 char FT_Init_FreeType ();
14134 main ()
14136 return FT_Init_FreeType ();
14138 return 0;
14140 _ACEOF
14141 rm -f conftest.$ac_objext conftest$ac_exeext
14142 if { (ac_try="$ac_link"
14143 case "(($ac_try" in
14144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14145 *) ac_try_echo=$ac_try;;
14146 esac
14147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14148 (eval "$ac_link") 2>conftest.er1
14149 ac_status=$?
14150 grep -v '^ *+' conftest.er1 >conftest.err
14151 rm -f conftest.er1
14152 cat conftest.err >&5
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); } && {
14155 test -z "$ac_c_werror_flag" ||
14156 test ! -s conftest.err
14157 } && test -s conftest$ac_exeext &&
14158 $as_test_x conftest$ac_exeext; then
14159 case "$LIBEXT" in
14160 dll) ;;
14161 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14162 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14163 esac
14164 else
14165 echo "$as_me: failed program was:" >&5
14166 sed 's/^/| /' conftest.$ac_ext >&5
14171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14172 conftest$ac_exeext conftest.$ac_ext
14173 LIBS=$ac_check_soname_save_LIBS
14175 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14176 { echo "$as_me:$LINENO: result: not found" >&5
14177 echo "${ECHO_T}not found" >&6; }
14178 ft_lib=no
14179 else
14180 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14181 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14183 cat >>confdefs.h <<_ACEOF
14184 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14185 _ACEOF
14187 ft_lib=yes
14190 if test "$ft_lib" = "yes"
14191 then
14192 ac_save_CPPFLAGS="$CPPFLAGS"
14193 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14206 for ac_header in ft2build.h \
14207 freetype/freetype.h \
14208 freetype/ftglyph.h \
14209 freetype/fttypes.h \
14210 freetype/tttables.h \
14211 freetype/ftnames.h \
14212 freetype/ftsnames.h \
14213 freetype/ttnameid.h \
14214 freetype/ftoutln.h \
14215 freetype/ftwinfnt.h \
14216 freetype/ftmodapi.h \
14217 freetype/internal/sfnt.h
14219 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14220 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14221 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14222 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14223 echo $ECHO_N "(cached) $ECHO_C" >&6
14224 else
14225 cat >conftest.$ac_ext <<_ACEOF
14226 /* confdefs.h. */
14227 _ACEOF
14228 cat confdefs.h >>conftest.$ac_ext
14229 cat >>conftest.$ac_ext <<_ACEOF
14230 /* end confdefs.h. */
14231 #ifdef HAVE_FT2BUILD_H
14232 # include <ft2build.h>
14233 #endif
14235 #include <$ac_header>
14236 _ACEOF
14237 rm -f conftest.$ac_objext
14238 if { (ac_try="$ac_compile"
14239 case "(($ac_try" in
14240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14241 *) ac_try_echo=$ac_try;;
14242 esac
14243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14244 (eval "$ac_compile") 2>conftest.er1
14245 ac_status=$?
14246 grep -v '^ *+' conftest.er1 >conftest.err
14247 rm -f conftest.er1
14248 cat conftest.err >&5
14249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14250 (exit $ac_status); } && {
14251 test -z "$ac_c_werror_flag" ||
14252 test ! -s conftest.err
14253 } && test -s conftest.$ac_objext; then
14254 eval "$as_ac_Header=yes"
14255 else
14256 echo "$as_me: failed program was:" >&5
14257 sed 's/^/| /' conftest.$ac_ext >&5
14259 eval "$as_ac_Header=no"
14262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14264 ac_res=`eval echo '${'$as_ac_Header'}'`
14265 { echo "$as_me:$LINENO: result: $ac_res" >&5
14266 echo "${ECHO_T}$ac_res" >&6; }
14267 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14268 cat >>confdefs.h <<_ACEOF
14269 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14270 _ACEOF
14274 done
14276 cat >conftest.$ac_ext <<_ACEOF
14277 /* confdefs.h. */
14278 _ACEOF
14279 cat confdefs.h >>conftest.$ac_ext
14280 cat >>conftest.$ac_ext <<_ACEOF
14281 /* end confdefs.h. */
14282 #include <ft2build.h>
14283 #include <freetype/fttrigon.h>
14284 _ACEOF
14285 if { (ac_try="$ac_cpp conftest.$ac_ext"
14286 case "(($ac_try" in
14287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14288 *) ac_try_echo=$ac_try;;
14289 esac
14290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14291 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14292 ac_status=$?
14293 grep -v '^ *+' conftest.er1 >conftest.err
14294 rm -f conftest.er1
14295 cat conftest.err >&5
14296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297 (exit $ac_status); } >/dev/null && {
14298 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14299 test ! -s conftest.err
14300 }; then
14302 cat >>confdefs.h <<\_ACEOF
14303 #define HAVE_FREETYPE_FTTRIGON_H 1
14304 _ACEOF
14306 wine_cv_fttrigon=yes
14307 else
14308 echo "$as_me: failed program was:" >&5
14309 sed 's/^/| /' conftest.$ac_ext >&5
14311 wine_cv_fttrigon=no
14314 rm -f conftest.err conftest.$ac_ext
14315 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14316 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14317 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320 cat >conftest.$ac_ext <<_ACEOF
14321 /* confdefs.h. */
14322 _ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h. */
14326 #include <freetype/ftmodapi.h>
14328 typedef FT_TrueTypeEngineType ac__type_new_;
14330 main ()
14332 if ((ac__type_new_ *) 0)
14333 return 0;
14334 if (sizeof (ac__type_new_))
14335 return 0;
14337 return 0;
14339 _ACEOF
14340 rm -f conftest.$ac_objext
14341 if { (ac_try="$ac_compile"
14342 case "(($ac_try" in
14343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14344 *) ac_try_echo=$ac_try;;
14345 esac
14346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14347 (eval "$ac_compile") 2>conftest.er1
14348 ac_status=$?
14349 grep -v '^ *+' conftest.er1 >conftest.err
14350 rm -f conftest.er1
14351 cat conftest.err >&5
14352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14353 (exit $ac_status); } && {
14354 test -z "$ac_c_werror_flag" ||
14355 test ! -s conftest.err
14356 } && test -s conftest.$ac_objext; then
14357 ac_cv_type_FT_TrueTypeEngineType=yes
14358 else
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_cv_type_FT_TrueTypeEngineType=no
14365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14367 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14368 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14369 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14371 cat >>confdefs.h <<_ACEOF
14372 #define HAVE_FT_TRUETYPEENGINETYPE 1
14373 _ACEOF
14378 ac_save_CFLAGS="$CFLAGS"
14379 CFLAGS="$CFLAGS $ac_freetype_libs"
14381 for ac_func in FT_Load_Sfnt_Table
14383 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14384 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14385 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14386 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14387 echo $ECHO_N "(cached) $ECHO_C" >&6
14388 else
14389 cat >conftest.$ac_ext <<_ACEOF
14390 /* confdefs.h. */
14391 _ACEOF
14392 cat confdefs.h >>conftest.$ac_ext
14393 cat >>conftest.$ac_ext <<_ACEOF
14394 /* end confdefs.h. */
14395 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14397 #define $ac_func innocuous_$ac_func
14399 /* System header to define __stub macros and hopefully few prototypes,
14400 which can conflict with char $ac_func (); below.
14401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14402 <limits.h> exists even on freestanding compilers. */
14404 #ifdef __STDC__
14405 # include <limits.h>
14406 #else
14407 # include <assert.h>
14408 #endif
14410 #undef $ac_func
14412 /* Override any GCC internal prototype to avoid an error.
14413 Use char because int might match the return type of a GCC
14414 builtin and then its argument prototype would still apply. */
14415 #ifdef __cplusplus
14416 extern "C"
14417 #endif
14418 char $ac_func ();
14419 /* The GNU C library defines this for functions which it implements
14420 to always fail with ENOSYS. Some functions are actually named
14421 something starting with __ and the normal name is an alias. */
14422 #if defined __stub_$ac_func || defined __stub___$ac_func
14423 choke me
14424 #endif
14427 main ()
14429 return $ac_func ();
14431 return 0;
14433 _ACEOF
14434 rm -f conftest.$ac_objext conftest$ac_exeext
14435 if { (ac_try="$ac_link"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14441 (eval "$ac_link") 2>conftest.er1
14442 ac_status=$?
14443 grep -v '^ *+' conftest.er1 >conftest.err
14444 rm -f conftest.er1
14445 cat conftest.err >&5
14446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14447 (exit $ac_status); } && {
14448 test -z "$ac_c_werror_flag" ||
14449 test ! -s conftest.err
14450 } && test -s conftest$ac_exeext &&
14451 $as_test_x conftest$ac_exeext; then
14452 eval "$as_ac_var=yes"
14453 else
14454 echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.$ac_ext >&5
14457 eval "$as_ac_var=no"
14460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14461 conftest$ac_exeext conftest.$ac_ext
14463 ac_res=`eval echo '${'$as_ac_var'}'`
14464 { echo "$as_me:$LINENO: result: $ac_res" >&5
14465 echo "${ECHO_T}$ac_res" >&6; }
14466 if test `eval echo '${'$as_ac_var'}'` = yes; then
14467 cat >>confdefs.h <<_ACEOF
14468 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14469 _ACEOF
14472 done
14474 CFLAGS="$ac_save_CFLAGS"
14475 CPPFLAGS="$ac_save_CPPFLAGS"
14476 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14477 then
14479 cat >>confdefs.h <<\_ACEOF
14480 #define HAVE_FREETYPE 1
14481 _ACEOF
14483 FREETYPELIBS="$ac_freetype_libs"
14485 FREETYPEINCL="$ac_freetype_incl"
14490 if test "x$FREETYPELIBS" = "x"; then
14491 case "x$with_freetype" in
14492 xno) ;;
14493 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14494 Fonts will not be built. Dialog text may be invisible or unaligned.
14495 Use the --without-freetype option if you really want this." >&5
14496 echo "$as_me: error: FreeType development files not found.
14497 Fonts will not be built. Dialog text may be invisible or unaligned.
14498 Use the --without-freetype option if you really want this." >&2;}
14499 { (exit 1); exit 1; }; } ;;
14500 esac
14503 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14505 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14506 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14507 if test "${ac_cv_c_ppdev+set}" = set; then
14508 echo $ECHO_N "(cached) $ECHO_C" >&6
14509 else
14510 cat >conftest.$ac_ext <<_ACEOF
14511 /* confdefs.h. */
14512 _ACEOF
14513 cat confdefs.h >>conftest.$ac_ext
14514 cat >>conftest.$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14516 #include <linux/ppdev.h>
14518 main ()
14520 ioctl (1,PPCLAIM,0)
14522 return 0;
14524 _ACEOF
14525 rm -f conftest.$ac_objext
14526 if { (ac_try="$ac_compile"
14527 case "(($ac_try" in
14528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14529 *) ac_try_echo=$ac_try;;
14530 esac
14531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14532 (eval "$ac_compile") 2>conftest.er1
14533 ac_status=$?
14534 grep -v '^ *+' conftest.er1 >conftest.err
14535 rm -f conftest.er1
14536 cat conftest.err >&5
14537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14538 (exit $ac_status); } && {
14539 test -z "$ac_c_werror_flag" ||
14540 test ! -s conftest.err
14541 } && test -s conftest.$ac_objext; then
14542 ac_cv_c_ppdev="yes"
14543 else
14544 echo "$as_me: failed program was:" >&5
14545 sed 's/^/| /' conftest.$ac_ext >&5
14547 ac_cv_c_ppdev="no"
14550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14552 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14553 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14554 if test "$ac_cv_c_ppdev" = "yes"
14555 then
14557 cat >>confdefs.h <<\_ACEOF
14558 #define HAVE_PPDEV 1
14559 _ACEOF
14563 { echo "$as_me:$LINENO: checking for va_copy" >&5
14564 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14565 if test "${ac_cv_c_va_copy+set}" = set; then
14566 echo $ECHO_N "(cached) $ECHO_C" >&6
14567 else
14568 cat >conftest.$ac_ext <<_ACEOF
14569 /* confdefs.h. */
14570 _ACEOF
14571 cat confdefs.h >>conftest.$ac_ext
14572 cat >>conftest.$ac_ext <<_ACEOF
14573 /* end confdefs.h. */
14574 #include <stdarg.h>
14576 main ()
14578 va_list ap1, ap2; va_copy(ap1,ap2);
14580 return 0;
14582 _ACEOF
14583 rm -f conftest.$ac_objext conftest$ac_exeext
14584 if { (ac_try="$ac_link"
14585 case "(($ac_try" in
14586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14587 *) ac_try_echo=$ac_try;;
14588 esac
14589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14590 (eval "$ac_link") 2>conftest.er1
14591 ac_status=$?
14592 grep -v '^ *+' conftest.er1 >conftest.err
14593 rm -f conftest.er1
14594 cat conftest.err >&5
14595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14596 (exit $ac_status); } && {
14597 test -z "$ac_c_werror_flag" ||
14598 test ! -s conftest.err
14599 } && test -s conftest$ac_exeext &&
14600 $as_test_x conftest$ac_exeext; then
14601 ac_cv_c_va_copy="yes"
14602 else
14603 echo "$as_me: failed program was:" >&5
14604 sed 's/^/| /' conftest.$ac_ext >&5
14606 ac_cv_c_va_copy="no"
14609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14610 conftest$ac_exeext conftest.$ac_ext
14613 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14614 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14615 if test "$ac_cv_c_va_copy" = "yes"
14616 then
14618 cat >>confdefs.h <<\_ACEOF
14619 #define HAVE_VA_COPY 1
14620 _ACEOF
14623 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14624 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14625 if test "${ac_cv_c___va_copy+set}" = set; then
14626 echo $ECHO_N "(cached) $ECHO_C" >&6
14627 else
14628 cat >conftest.$ac_ext <<_ACEOF
14629 /* confdefs.h. */
14630 _ACEOF
14631 cat confdefs.h >>conftest.$ac_ext
14632 cat >>conftest.$ac_ext <<_ACEOF
14633 /* end confdefs.h. */
14634 #include <stdarg.h>
14636 main ()
14638 va_list ap1, ap2; __va_copy(ap1,ap2);
14640 return 0;
14642 _ACEOF
14643 rm -f conftest.$ac_objext conftest$ac_exeext
14644 if { (ac_try="$ac_link"
14645 case "(($ac_try" in
14646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14647 *) ac_try_echo=$ac_try;;
14648 esac
14649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14650 (eval "$ac_link") 2>conftest.er1
14651 ac_status=$?
14652 grep -v '^ *+' conftest.er1 >conftest.err
14653 rm -f conftest.er1
14654 cat conftest.err >&5
14655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656 (exit $ac_status); } && {
14657 test -z "$ac_c_werror_flag" ||
14658 test ! -s conftest.err
14659 } && test -s conftest$ac_exeext &&
14660 $as_test_x conftest$ac_exeext; then
14661 ac_cv_c___va_copy="yes"
14662 else
14663 echo "$as_me: failed program was:" >&5
14664 sed 's/^/| /' conftest.$ac_ext >&5
14666 ac_cv_c___va_copy="no"
14669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14670 conftest$ac_exeext conftest.$ac_ext
14673 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14674 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14675 if test "$ac_cv_c___va_copy" = "yes"
14676 then
14678 cat >>confdefs.h <<\_ACEOF
14679 #define HAVE___VA_COPY 1
14680 _ACEOF
14684 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14685 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14686 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14687 echo $ECHO_N "(cached) $ECHO_C" >&6
14688 else
14689 cat >conftest.$ac_ext <<_ACEOF
14690 /* confdefs.h. */
14691 _ACEOF
14692 cat confdefs.h >>conftest.$ac_ext
14693 cat >>conftest.$ac_ext <<_ACEOF
14694 /* end confdefs.h. */
14695 #define _GNU_SOURCE
14696 #include <pthread.h>
14698 typedef pthread_rwlock_t ac__type_new_;
14700 main ()
14702 if ((ac__type_new_ *) 0)
14703 return 0;
14704 if (sizeof (ac__type_new_))
14705 return 0;
14707 return 0;
14709 _ACEOF
14710 rm -f conftest.$ac_objext
14711 if { (ac_try="$ac_compile"
14712 case "(($ac_try" in
14713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14714 *) ac_try_echo=$ac_try;;
14715 esac
14716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14717 (eval "$ac_compile") 2>conftest.er1
14718 ac_status=$?
14719 grep -v '^ *+' conftest.er1 >conftest.err
14720 rm -f conftest.er1
14721 cat conftest.err >&5
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } && {
14724 test -z "$ac_c_werror_flag" ||
14725 test ! -s conftest.err
14726 } && test -s conftest.$ac_objext; then
14727 ac_cv_type_pthread_rwlock_t=yes
14728 else
14729 echo "$as_me: failed program was:" >&5
14730 sed 's/^/| /' conftest.$ac_ext >&5
14732 ac_cv_type_pthread_rwlock_t=no
14735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14737 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14738 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14739 if test $ac_cv_type_pthread_rwlock_t = yes; then
14741 cat >>confdefs.h <<_ACEOF
14742 #define HAVE_PTHREAD_RWLOCK_T 1
14743 _ACEOF
14747 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14748 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14749 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14750 echo $ECHO_N "(cached) $ECHO_C" >&6
14751 else
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14758 #define _GNU_SOURCE
14759 #include <pthread.h>
14761 typedef pthread_rwlockattr_t ac__type_new_;
14763 main ()
14765 if ((ac__type_new_ *) 0)
14766 return 0;
14767 if (sizeof (ac__type_new_))
14768 return 0;
14770 return 0;
14772 _ACEOF
14773 rm -f conftest.$ac_objext
14774 if { (ac_try="$ac_compile"
14775 case "(($ac_try" in
14776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14777 *) ac_try_echo=$ac_try;;
14778 esac
14779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14780 (eval "$ac_compile") 2>conftest.er1
14781 ac_status=$?
14782 grep -v '^ *+' conftest.er1 >conftest.err
14783 rm -f conftest.er1
14784 cat conftest.err >&5
14785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14786 (exit $ac_status); } && {
14787 test -z "$ac_c_werror_flag" ||
14788 test ! -s conftest.err
14789 } && test -s conftest.$ac_objext; then
14790 ac_cv_type_pthread_rwlockattr_t=yes
14791 else
14792 echo "$as_me: failed program was:" >&5
14793 sed 's/^/| /' conftest.$ac_ext >&5
14795 ac_cv_type_pthread_rwlockattr_t=no
14798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14800 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14801 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14802 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14804 cat >>confdefs.h <<_ACEOF
14805 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14806 _ACEOF
14812 ac_wine_check_funcs_save_LIBS="$LIBS"
14813 LIBS="$LIBS $LIBPTHREAD"
14818 for ac_func in \
14819 pthread_attr_get_np \
14820 pthread_getattr_np \
14821 pthread_get_stackaddr_np \
14822 pthread_get_stacksize_np
14824 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14825 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14826 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14827 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14828 echo $ECHO_N "(cached) $ECHO_C" >&6
14829 else
14830 cat >conftest.$ac_ext <<_ACEOF
14831 /* confdefs.h. */
14832 _ACEOF
14833 cat confdefs.h >>conftest.$ac_ext
14834 cat >>conftest.$ac_ext <<_ACEOF
14835 /* end confdefs.h. */
14836 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14838 #define $ac_func innocuous_$ac_func
14840 /* System header to define __stub macros and hopefully few prototypes,
14841 which can conflict with char $ac_func (); below.
14842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14843 <limits.h> exists even on freestanding compilers. */
14845 #ifdef __STDC__
14846 # include <limits.h>
14847 #else
14848 # include <assert.h>
14849 #endif
14851 #undef $ac_func
14853 /* Override any GCC internal prototype to avoid an error.
14854 Use char because int might match the return type of a GCC
14855 builtin and then its argument prototype would still apply. */
14856 #ifdef __cplusplus
14857 extern "C"
14858 #endif
14859 char $ac_func ();
14860 /* The GNU C library defines this for functions which it implements
14861 to always fail with ENOSYS. Some functions are actually named
14862 something starting with __ and the normal name is an alias. */
14863 #if defined __stub_$ac_func || defined __stub___$ac_func
14864 choke me
14865 #endif
14868 main ()
14870 return $ac_func ();
14872 return 0;
14874 _ACEOF
14875 rm -f conftest.$ac_objext conftest$ac_exeext
14876 if { (ac_try="$ac_link"
14877 case "(($ac_try" in
14878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14879 *) ac_try_echo=$ac_try;;
14880 esac
14881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14882 (eval "$ac_link") 2>conftest.er1
14883 ac_status=$?
14884 grep -v '^ *+' conftest.er1 >conftest.err
14885 rm -f conftest.er1
14886 cat conftest.err >&5
14887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888 (exit $ac_status); } && {
14889 test -z "$ac_c_werror_flag" ||
14890 test ! -s conftest.err
14891 } && test -s conftest$ac_exeext &&
14892 $as_test_x conftest$ac_exeext; then
14893 eval "$as_ac_var=yes"
14894 else
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14898 eval "$as_ac_var=no"
14901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14902 conftest$ac_exeext conftest.$ac_ext
14904 ac_res=`eval echo '${'$as_ac_var'}'`
14905 { echo "$as_me:$LINENO: result: $ac_res" >&5
14906 echo "${ECHO_T}$ac_res" >&6; }
14907 if test `eval echo '${'$as_ac_var'}'` = yes; then
14908 cat >>confdefs.h <<_ACEOF
14909 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14910 _ACEOF
14913 done
14915 LIBS="$ac_wine_check_funcs_save_LIBS"
14917 # Extract the first word of "esd-config", so it can be a program name with args.
14918 set dummy esd-config; ac_word=$2
14919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14921 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14922 echo $ECHO_N "(cached) $ECHO_C" >&6
14923 else
14924 case $ESDCONFIG in
14925 [\\/]* | ?:[\\/]*)
14926 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14930 for as_dir in $PATH
14932 IFS=$as_save_IFS
14933 test -z "$as_dir" && as_dir=.
14934 for ac_exec_ext in '' $ac_executable_extensions; do
14935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14936 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14938 break 2
14940 done
14941 done
14942 IFS=$as_save_IFS
14945 esac
14947 ESDCONFIG=$ac_cv_path_ESDCONFIG
14948 if test -n "$ESDCONFIG"; then
14949 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14950 echo "${ECHO_T}$ESDCONFIG" >&6; }
14951 else
14952 { echo "$as_me:$LINENO: result: no" >&5
14953 echo "${ECHO_T}no" >&6; }
14957 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14958 then
14959 ac_esd_incl=""
14960 for i in `$ESDCONFIG --cflags`
14962 case "$i" in
14963 -I*) ac_esd_incl="$ac_esd_incl $i";;
14964 esac
14965 done
14966 ac_esd_libs=`$ESDCONFIG --libs`
14967 save_CFLAGS="$CFLAGS"
14968 CFLAGS="$CFLAGS $ac_esd_incl"
14969 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14970 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14971 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14972 echo $ECHO_N "(cached) $ECHO_C" >&6
14973 else
14974 ac_check_lib_save_LIBS=$LIBS
14975 LIBS="-lesd $ac_esd_libs $LIBS"
14976 cat >conftest.$ac_ext <<_ACEOF
14977 /* confdefs.h. */
14978 _ACEOF
14979 cat confdefs.h >>conftest.$ac_ext
14980 cat >>conftest.$ac_ext <<_ACEOF
14981 /* end confdefs.h. */
14983 /* Override any GCC internal prototype to avoid an error.
14984 Use char because int might match the return type of a GCC
14985 builtin and then its argument prototype would still apply. */
14986 #ifdef __cplusplus
14987 extern "C"
14988 #endif
14989 char esd_open_sound ();
14991 main ()
14993 return esd_open_sound ();
14995 return 0;
14997 _ACEOF
14998 rm -f conftest.$ac_objext conftest$ac_exeext
14999 if { (ac_try="$ac_link"
15000 case "(($ac_try" in
15001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15002 *) ac_try_echo=$ac_try;;
15003 esac
15004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15005 (eval "$ac_link") 2>conftest.er1
15006 ac_status=$?
15007 grep -v '^ *+' conftest.er1 >conftest.err
15008 rm -f conftest.er1
15009 cat conftest.err >&5
15010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); } && {
15012 test -z "$ac_c_werror_flag" ||
15013 test ! -s conftest.err
15014 } && test -s conftest$ac_exeext &&
15015 $as_test_x conftest$ac_exeext; then
15016 ac_cv_lib_esd_esd_open_sound=yes
15017 else
15018 echo "$as_me: failed program was:" >&5
15019 sed 's/^/| /' conftest.$ac_ext >&5
15021 ac_cv_lib_esd_esd_open_sound=no
15024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15025 conftest$ac_exeext conftest.$ac_ext
15026 LIBS=$ac_check_lib_save_LIBS
15028 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15029 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15030 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15031 ESDINCL="$ac_esd_incl"
15033 ESDLIBS="$ac_esd_libs"
15036 cat >>confdefs.h <<\_ACEOF
15037 #define HAVE_ESD 1
15038 _ACEOF
15042 CFLAGS="$save_CFLAGS"
15045 if test "x$with_pulse" != "xno"; then
15046 if test "$PKG_CONFIG" != "false"; then
15047 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.7" >&5
15048 echo $ECHO_N "checking for pulseaudio >= 0.9.7... $ECHO_C" >&6; }
15049 if "$PKG_CONFIG" --atleast-version=0.9.7 libpulse; then
15050 have_pulseaudio="yes"
15051 else
15052 have_pulseaudio="no"
15054 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15055 echo "${ECHO_T}$have_pulseaudio" >&6; }
15056 if test x"$have_pulseaudio" = xyes; then
15057 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15059 cat >>confdefs.h <<\_ACEOF
15060 #define HAVE_PULSEAUDIO 1
15061 _ACEOF
15063 PULSELIBS="$ac_pulse_libs"
15069 ALSALIBS=""
15071 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15072 then
15073 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15074 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15075 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15076 echo $ECHO_N "(cached) $ECHO_C" >&6
15077 else
15078 ac_check_lib_save_LIBS=$LIBS
15079 LIBS="-lasound $LIBS"
15080 cat >conftest.$ac_ext <<_ACEOF
15081 /* confdefs.h. */
15082 _ACEOF
15083 cat confdefs.h >>conftest.$ac_ext
15084 cat >>conftest.$ac_ext <<_ACEOF
15085 /* end confdefs.h. */
15087 /* Override any GCC internal prototype to avoid an error.
15088 Use char because int might match the return type of a GCC
15089 builtin and then its argument prototype would still apply. */
15090 #ifdef __cplusplus
15091 extern "C"
15092 #endif
15093 char snd_pcm_hw_params_get_access ();
15095 main ()
15097 return snd_pcm_hw_params_get_access ();
15099 return 0;
15101 _ACEOF
15102 rm -f conftest.$ac_objext conftest$ac_exeext
15103 if { (ac_try="$ac_link"
15104 case "(($ac_try" in
15105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15106 *) ac_try_echo=$ac_try;;
15107 esac
15108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15109 (eval "$ac_link") 2>conftest.er1
15110 ac_status=$?
15111 grep -v '^ *+' conftest.er1 >conftest.err
15112 rm -f conftest.er1
15113 cat conftest.err >&5
15114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15115 (exit $ac_status); } && {
15116 test -z "$ac_c_werror_flag" ||
15117 test ! -s conftest.err
15118 } && test -s conftest$ac_exeext &&
15119 $as_test_x conftest$ac_exeext; then
15120 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15121 else
15122 echo "$as_me: failed program was:" >&5
15123 sed 's/^/| /' conftest.$ac_ext >&5
15125 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15129 conftest$ac_exeext conftest.$ac_ext
15130 LIBS=$ac_check_lib_save_LIBS
15132 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15133 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15134 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15135 cat >conftest.$ac_ext <<_ACEOF
15136 /* confdefs.h. */
15137 _ACEOF
15138 cat confdefs.h >>conftest.$ac_ext
15139 cat >>conftest.$ac_ext <<_ACEOF
15140 /* end confdefs.h. */
15141 #ifdef HAVE_ALSA_ASOUNDLIB_H
15142 #include <alsa/asoundlib.h>
15143 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15144 #include <sys/asoundlib.h>
15145 #endif
15147 main ()
15149 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15151 return 0;
15153 _ACEOF
15154 rm -f conftest.$ac_objext
15155 if { (ac_try="$ac_compile"
15156 case "(($ac_try" in
15157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15158 *) ac_try_echo=$ac_try;;
15159 esac
15160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15161 (eval "$ac_compile") 2>conftest.er1
15162 ac_status=$?
15163 grep -v '^ *+' conftest.er1 >conftest.err
15164 rm -f conftest.er1
15165 cat conftest.err >&5
15166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15167 (exit $ac_status); } && {
15168 test -z "$ac_c_werror_flag" ||
15169 test ! -s conftest.err
15170 } && test -s conftest.$ac_objext; then
15172 cat >>confdefs.h <<\_ACEOF
15173 #define HAVE_ALSA 1
15174 _ACEOF
15176 ALSALIBS="-lasound"
15177 else
15178 echo "$as_me: failed program was:" >&5
15179 sed 's/^/| /' conftest.$ac_ext >&5
15184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15189 AUDIOIOLIBS=""
15191 if test "$ac_cv_header_libaudioio_h" = "yes"
15192 then
15193 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15194 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15195 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15196 echo $ECHO_N "(cached) $ECHO_C" >&6
15197 else
15198 ac_check_lib_save_LIBS=$LIBS
15199 LIBS="-laudioio $LIBS"
15200 cat >conftest.$ac_ext <<_ACEOF
15201 /* confdefs.h. */
15202 _ACEOF
15203 cat confdefs.h >>conftest.$ac_ext
15204 cat >>conftest.$ac_ext <<_ACEOF
15205 /* end confdefs.h. */
15207 /* Override any GCC internal prototype to avoid an error.
15208 Use char because int might match the return type of a GCC
15209 builtin and then its argument prototype would still apply. */
15210 #ifdef __cplusplus
15211 extern "C"
15212 #endif
15213 char AudioIOGetVersion ();
15215 main ()
15217 return AudioIOGetVersion ();
15219 return 0;
15221 _ACEOF
15222 rm -f conftest.$ac_objext conftest$ac_exeext
15223 if { (ac_try="$ac_link"
15224 case "(($ac_try" in
15225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15226 *) ac_try_echo=$ac_try;;
15227 esac
15228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15229 (eval "$ac_link") 2>conftest.er1
15230 ac_status=$?
15231 grep -v '^ *+' conftest.er1 >conftest.err
15232 rm -f conftest.er1
15233 cat conftest.err >&5
15234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15235 (exit $ac_status); } && {
15236 test -z "$ac_c_werror_flag" ||
15237 test ! -s conftest.err
15238 } && test -s conftest$ac_exeext &&
15239 $as_test_x conftest$ac_exeext; then
15240 ac_cv_lib_audioio_AudioIOGetVersion=yes
15241 else
15242 echo "$as_me: failed program was:" >&5
15243 sed 's/^/| /' conftest.$ac_ext >&5
15245 ac_cv_lib_audioio_AudioIOGetVersion=no
15248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15249 conftest$ac_exeext conftest.$ac_ext
15250 LIBS=$ac_check_lib_save_LIBS
15252 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15253 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15254 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15255 AUDIOIOLIBS="-laudioio"
15257 cat >>confdefs.h <<\_ACEOF
15258 #define HAVE_LIBAUDIOIO 1
15259 _ACEOF
15266 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15267 then
15268 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15269 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15270 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15271 echo $ECHO_N "(cached) $ECHO_C" >&6
15272 else
15273 ac_check_soname_save_LIBS=$LIBS
15274 LIBS="-lcapi20 $LIBS"
15275 cat >conftest.$ac_ext <<_ACEOF
15276 /* confdefs.h. */
15277 _ACEOF
15278 cat confdefs.h >>conftest.$ac_ext
15279 cat >>conftest.$ac_ext <<_ACEOF
15280 /* end confdefs.h. */
15282 /* Override any GCC internal prototype to avoid an error.
15283 Use char because int might match the return type of a GCC
15284 builtin and then its argument prototype would still apply. */
15285 #ifdef __cplusplus
15286 extern "C"
15287 #endif
15288 char capi20_register ();
15290 main ()
15292 return capi20_register ();
15294 return 0;
15296 _ACEOF
15297 rm -f conftest.$ac_objext conftest$ac_exeext
15298 if { (ac_try="$ac_link"
15299 case "(($ac_try" in
15300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15301 *) ac_try_echo=$ac_try;;
15302 esac
15303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15304 (eval "$ac_link") 2>conftest.er1
15305 ac_status=$?
15306 grep -v '^ *+' conftest.er1 >conftest.err
15307 rm -f conftest.er1
15308 cat conftest.err >&5
15309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15310 (exit $ac_status); } && {
15311 test -z "$ac_c_werror_flag" ||
15312 test ! -s conftest.err
15313 } && test -s conftest$ac_exeext &&
15314 $as_test_x conftest$ac_exeext; then
15315 case "$LIBEXT" in
15316 dll) ;;
15317 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'` ;;
15318 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15319 esac
15320 else
15321 echo "$as_me: failed program was:" >&5
15322 sed 's/^/| /' conftest.$ac_ext >&5
15327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15328 conftest$ac_exeext conftest.$ac_ext
15329 LIBS=$ac_check_soname_save_LIBS
15331 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15332 { echo "$as_me:$LINENO: result: not found" >&5
15333 echo "${ECHO_T}not found" >&6; }
15335 else
15336 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15337 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15339 cat >>confdefs.h <<_ACEOF
15340 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15341 _ACEOF
15347 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15348 case "x$with_capi" in
15349 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15350 xno) ;;
15351 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15352 This is an error since --with-capi was requested." >&5
15353 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15354 This is an error since --with-capi was requested." >&2;}
15355 { (exit 1); exit 1; }; } ;;
15356 esac
15360 CUPSINCL=""
15362 if test "x$with_cups" != "xno"
15363 then
15364 ac_save_CPPFLAGS="$CPPFLAGS"
15365 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15366 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15367 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15369 for ac_header in cups/cups.h
15371 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15372 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15373 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15376 echo $ECHO_N "(cached) $ECHO_C" >&6
15378 ac_res=`eval echo '${'$as_ac_Header'}'`
15379 { echo "$as_me:$LINENO: result: $ac_res" >&5
15380 echo "${ECHO_T}$ac_res" >&6; }
15381 else
15382 # Is the header compilable?
15383 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15384 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15385 cat >conftest.$ac_ext <<_ACEOF
15386 /* confdefs.h. */
15387 _ACEOF
15388 cat confdefs.h >>conftest.$ac_ext
15389 cat >>conftest.$ac_ext <<_ACEOF
15390 /* end confdefs.h. */
15391 $ac_includes_default
15392 #include <$ac_header>
15393 _ACEOF
15394 rm -f conftest.$ac_objext
15395 if { (ac_try="$ac_compile"
15396 case "(($ac_try" in
15397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15398 *) ac_try_echo=$ac_try;;
15399 esac
15400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15401 (eval "$ac_compile") 2>conftest.er1
15402 ac_status=$?
15403 grep -v '^ *+' conftest.er1 >conftest.err
15404 rm -f conftest.er1
15405 cat conftest.err >&5
15406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407 (exit $ac_status); } && {
15408 test -z "$ac_c_werror_flag" ||
15409 test ! -s conftest.err
15410 } && test -s conftest.$ac_objext; then
15411 ac_header_compiler=yes
15412 else
15413 echo "$as_me: failed program was:" >&5
15414 sed 's/^/| /' conftest.$ac_ext >&5
15416 ac_header_compiler=no
15419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15421 echo "${ECHO_T}$ac_header_compiler" >&6; }
15423 # Is the header present?
15424 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15425 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15426 cat >conftest.$ac_ext <<_ACEOF
15427 /* confdefs.h. */
15428 _ACEOF
15429 cat confdefs.h >>conftest.$ac_ext
15430 cat >>conftest.$ac_ext <<_ACEOF
15431 /* end confdefs.h. */
15432 #include <$ac_header>
15433 _ACEOF
15434 if { (ac_try="$ac_cpp conftest.$ac_ext"
15435 case "(($ac_try" in
15436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15437 *) ac_try_echo=$ac_try;;
15438 esac
15439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15441 ac_status=$?
15442 grep -v '^ *+' conftest.er1 >conftest.err
15443 rm -f conftest.er1
15444 cat conftest.err >&5
15445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15446 (exit $ac_status); } >/dev/null && {
15447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15448 test ! -s conftest.err
15449 }; then
15450 ac_header_preproc=yes
15451 else
15452 echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15455 ac_header_preproc=no
15458 rm -f conftest.err conftest.$ac_ext
15459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15460 echo "${ECHO_T}$ac_header_preproc" >&6; }
15462 # So? What about this header?
15463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15464 yes:no: )
15465 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15466 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15468 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15469 ac_header_preproc=yes
15471 no:yes:* )
15472 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15473 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15474 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15475 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15476 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15477 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15478 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15479 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15481 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15482 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15483 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15484 ( cat <<\_ASBOX
15485 ## ------------------------------------ ##
15486 ## Report this to wine-devel@winehq.org ##
15487 ## ------------------------------------ ##
15488 _ASBOX
15489 ) | sed "s/^/$as_me: WARNING: /" >&2
15491 esac
15492 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15493 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15494 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15495 echo $ECHO_N "(cached) $ECHO_C" >&6
15496 else
15497 eval "$as_ac_Header=\$ac_header_preproc"
15499 ac_res=`eval echo '${'$as_ac_Header'}'`
15500 { echo "$as_me:$LINENO: result: $ac_res" >&5
15501 echo "${ECHO_T}$ac_res" >&6; }
15504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15505 cat >>confdefs.h <<_ACEOF
15506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15507 _ACEOF
15508 { echo "$as_me:$LINENO: checking for -lcups" >&5
15509 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15510 if test "${ac_cv_lib_soname_cups+set}" = set; then
15511 echo $ECHO_N "(cached) $ECHO_C" >&6
15512 else
15513 ac_check_soname_save_LIBS=$LIBS
15514 LIBS="-lcups $ac_cups_libs $LIBS"
15515 cat >conftest.$ac_ext <<_ACEOF
15516 /* confdefs.h. */
15517 _ACEOF
15518 cat confdefs.h >>conftest.$ac_ext
15519 cat >>conftest.$ac_ext <<_ACEOF
15520 /* end confdefs.h. */
15522 /* Override any GCC internal prototype to avoid an error.
15523 Use char because int might match the return type of a GCC
15524 builtin and then its argument prototype would still apply. */
15525 #ifdef __cplusplus
15526 extern "C"
15527 #endif
15528 char cupsGetDefault ();
15530 main ()
15532 return cupsGetDefault ();
15534 return 0;
15536 _ACEOF
15537 rm -f conftest.$ac_objext conftest$ac_exeext
15538 if { (ac_try="$ac_link"
15539 case "(($ac_try" in
15540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15541 *) ac_try_echo=$ac_try;;
15542 esac
15543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15544 (eval "$ac_link") 2>conftest.er1
15545 ac_status=$?
15546 grep -v '^ *+' conftest.er1 >conftest.err
15547 rm -f conftest.er1
15548 cat conftest.err >&5
15549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15550 (exit $ac_status); } && {
15551 test -z "$ac_c_werror_flag" ||
15552 test ! -s conftest.err
15553 } && test -s conftest$ac_exeext &&
15554 $as_test_x conftest$ac_exeext; then
15555 case "$LIBEXT" in
15556 dll) ;;
15557 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'` ;;
15558 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15559 esac
15560 else
15561 echo "$as_me: failed program was:" >&5
15562 sed 's/^/| /' conftest.$ac_ext >&5
15567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15568 conftest$ac_exeext conftest.$ac_ext
15569 LIBS=$ac_check_soname_save_LIBS
15571 if test "x$ac_cv_lib_soname_cups" = "x"; then
15572 { echo "$as_me:$LINENO: result: not found" >&5
15573 echo "${ECHO_T}not found" >&6; }
15575 else
15576 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15577 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15579 cat >>confdefs.h <<_ACEOF
15580 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15581 _ACEOF
15583 CUPSINCL="$ac_cups_cflags"
15588 done
15590 CPPFLAGS="$ac_save_CPPFLAGS"
15592 if test "x$ac_cv_lib_soname_cups" = "x"; then
15593 case "x$with_cups" in
15594 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15595 xno) ;;
15596 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15597 This is an error since --with-cups was requested." >&5
15598 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15599 This is an error since --with-cups was requested." >&2;}
15600 { (exit 1); exit 1; }; } ;;
15601 esac
15605 if test "$ac_cv_header_jack_jack_h" = "yes"
15606 then
15607 { echo "$as_me:$LINENO: checking for -ljack" >&5
15608 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15609 if test "${ac_cv_lib_soname_jack+set}" = set; then
15610 echo $ECHO_N "(cached) $ECHO_C" >&6
15611 else
15612 ac_check_soname_save_LIBS=$LIBS
15613 LIBS="-ljack $LIBS"
15614 cat >conftest.$ac_ext <<_ACEOF
15615 /* confdefs.h. */
15616 _ACEOF
15617 cat confdefs.h >>conftest.$ac_ext
15618 cat >>conftest.$ac_ext <<_ACEOF
15619 /* end confdefs.h. */
15621 /* Override any GCC internal prototype to avoid an error.
15622 Use char because int might match the return type of a GCC
15623 builtin and then its argument prototype would still apply. */
15624 #ifdef __cplusplus
15625 extern "C"
15626 #endif
15627 char jack_client_new ();
15629 main ()
15631 return jack_client_new ();
15633 return 0;
15635 _ACEOF
15636 rm -f conftest.$ac_objext conftest$ac_exeext
15637 if { (ac_try="$ac_link"
15638 case "(($ac_try" in
15639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15640 *) ac_try_echo=$ac_try;;
15641 esac
15642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15643 (eval "$ac_link") 2>conftest.er1
15644 ac_status=$?
15645 grep -v '^ *+' conftest.er1 >conftest.err
15646 rm -f conftest.er1
15647 cat conftest.err >&5
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } && {
15650 test -z "$ac_c_werror_flag" ||
15651 test ! -s conftest.err
15652 } && test -s conftest$ac_exeext &&
15653 $as_test_x conftest$ac_exeext; then
15654 case "$LIBEXT" in
15655 dll) ;;
15656 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'` ;;
15657 *) 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'` ;;
15658 esac
15659 else
15660 echo "$as_me: failed program was:" >&5
15661 sed 's/^/| /' conftest.$ac_ext >&5
15666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15667 conftest$ac_exeext conftest.$ac_ext
15668 LIBS=$ac_check_soname_save_LIBS
15670 if test "x$ac_cv_lib_soname_jack" = "x"; then
15671 { echo "$as_me:$LINENO: result: not found" >&5
15672 echo "${ECHO_T}not found" >&6; }
15674 else
15675 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15676 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15678 cat >>confdefs.h <<_ACEOF
15679 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15680 _ACEOF
15687 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15688 then
15689 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15690 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15691 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 else
15694 ac_check_soname_save_LIBS=$LIBS
15695 LIBS="-lfontconfig $LIBS"
15696 cat >conftest.$ac_ext <<_ACEOF
15697 /* confdefs.h. */
15698 _ACEOF
15699 cat confdefs.h >>conftest.$ac_ext
15700 cat >>conftest.$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15703 /* Override any GCC internal prototype to avoid an error.
15704 Use char because int might match the return type of a GCC
15705 builtin and then its argument prototype would still apply. */
15706 #ifdef __cplusplus
15707 extern "C"
15708 #endif
15709 char FcInit ();
15711 main ()
15713 return FcInit ();
15715 return 0;
15717 _ACEOF
15718 rm -f conftest.$ac_objext conftest$ac_exeext
15719 if { (ac_try="$ac_link"
15720 case "(($ac_try" in
15721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15722 *) ac_try_echo=$ac_try;;
15723 esac
15724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15725 (eval "$ac_link") 2>conftest.er1
15726 ac_status=$?
15727 grep -v '^ *+' conftest.er1 >conftest.err
15728 rm -f conftest.er1
15729 cat conftest.err >&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext &&
15735 $as_test_x conftest$ac_exeext; then
15736 case "$LIBEXT" in
15737 dll) ;;
15738 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'` ;;
15739 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15740 esac
15741 else
15742 echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_soname_save_LIBS
15752 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15753 { echo "$as_me:$LINENO: result: not found" >&5
15754 echo "${ECHO_T}not found" >&6; }
15756 else
15757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15758 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15760 cat >>confdefs.h <<_ACEOF
15761 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15762 _ACEOF
15767 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15768 then
15769 ac_save_CPPFLAGS="$CPPFLAGS"
15770 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15771 $as_unset ac_cv_header_fontconfig_fontconfig_h
15773 for ac_header in fontconfig/fontconfig.h
15775 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15776 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15777 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15778 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15779 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15780 echo $ECHO_N "(cached) $ECHO_C" >&6
15782 ac_res=`eval echo '${'$as_ac_Header'}'`
15783 { echo "$as_me:$LINENO: result: $ac_res" >&5
15784 echo "${ECHO_T}$ac_res" >&6; }
15785 else
15786 # Is the header compilable?
15787 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15788 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15789 cat >conftest.$ac_ext <<_ACEOF
15790 /* confdefs.h. */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 $ac_includes_default
15796 #include <$ac_header>
15797 _ACEOF
15798 rm -f conftest.$ac_objext
15799 if { (ac_try="$ac_compile"
15800 case "(($ac_try" in
15801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15802 *) ac_try_echo=$ac_try;;
15803 esac
15804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15805 (eval "$ac_compile") 2>conftest.er1
15806 ac_status=$?
15807 grep -v '^ *+' conftest.er1 >conftest.err
15808 rm -f conftest.er1
15809 cat conftest.err >&5
15810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15811 (exit $ac_status); } && {
15812 test -z "$ac_c_werror_flag" ||
15813 test ! -s conftest.err
15814 } && test -s conftest.$ac_objext; then
15815 ac_header_compiler=yes
15816 else
15817 echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.$ac_ext >&5
15820 ac_header_compiler=no
15823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15824 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15825 echo "${ECHO_T}$ac_header_compiler" >&6; }
15827 # Is the header present?
15828 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15829 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15830 cat >conftest.$ac_ext <<_ACEOF
15831 /* confdefs.h. */
15832 _ACEOF
15833 cat confdefs.h >>conftest.$ac_ext
15834 cat >>conftest.$ac_ext <<_ACEOF
15835 /* end confdefs.h. */
15836 #include <$ac_header>
15837 _ACEOF
15838 if { (ac_try="$ac_cpp conftest.$ac_ext"
15839 case "(($ac_try" in
15840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15841 *) ac_try_echo=$ac_try;;
15842 esac
15843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15844 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15845 ac_status=$?
15846 grep -v '^ *+' conftest.er1 >conftest.err
15847 rm -f conftest.er1
15848 cat conftest.err >&5
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); } >/dev/null && {
15851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15852 test ! -s conftest.err
15853 }; then
15854 ac_header_preproc=yes
15855 else
15856 echo "$as_me: failed program was:" >&5
15857 sed 's/^/| /' conftest.$ac_ext >&5
15859 ac_header_preproc=no
15862 rm -f conftest.err conftest.$ac_ext
15863 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15864 echo "${ECHO_T}$ac_header_preproc" >&6; }
15866 # So? What about this header?
15867 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15868 yes:no: )
15869 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15870 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15871 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15872 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15873 ac_header_preproc=yes
15875 no:yes:* )
15876 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15877 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15878 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15879 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15880 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15881 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15882 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15883 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15884 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15885 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15886 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15887 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15888 ( cat <<\_ASBOX
15889 ## ------------------------------------ ##
15890 ## Report this to wine-devel@winehq.org ##
15891 ## ------------------------------------ ##
15892 _ASBOX
15893 ) | sed "s/^/$as_me: WARNING: /" >&2
15895 esac
15896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15899 echo $ECHO_N "(cached) $ECHO_C" >&6
15900 else
15901 eval "$as_ac_Header=\$ac_header_preproc"
15903 ac_res=`eval echo '${'$as_ac_Header'}'`
15904 { echo "$as_me:$LINENO: result: $ac_res" >&5
15905 echo "${ECHO_T}$ac_res" >&6; }
15908 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15909 cat >>confdefs.h <<_ACEOF
15910 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15911 _ACEOF
15915 done
15917 CPPFLAGS="$ac_save_CPPFLAGS"
15918 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15919 then
15920 FONTCONFIGINCL="$X_CFLAGS"
15922 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15923 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15924 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15925 echo $ECHO_N "(cached) $ECHO_C" >&6
15926 else
15927 ac_check_soname_save_LIBS=$LIBS
15928 LIBS="-lfontconfig $X_LIBS $LIBS"
15929 cat >conftest.$ac_ext <<_ACEOF
15930 /* confdefs.h. */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h. */
15936 /* Override any GCC internal prototype to avoid an error.
15937 Use char because int might match the return type of a GCC
15938 builtin and then its argument prototype would still apply. */
15939 #ifdef __cplusplus
15940 extern "C"
15941 #endif
15942 char FcInit ();
15944 main ()
15946 return FcInit ();
15948 return 0;
15950 _ACEOF
15951 rm -f conftest.$ac_objext conftest$ac_exeext
15952 if { (ac_try="$ac_link"
15953 case "(($ac_try" in
15954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15955 *) ac_try_echo=$ac_try;;
15956 esac
15957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15958 (eval "$ac_link") 2>conftest.er1
15959 ac_status=$?
15960 grep -v '^ *+' conftest.er1 >conftest.err
15961 rm -f conftest.er1
15962 cat conftest.err >&5
15963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15964 (exit $ac_status); } && {
15965 test -z "$ac_c_werror_flag" ||
15966 test ! -s conftest.err
15967 } && test -s conftest$ac_exeext &&
15968 $as_test_x conftest$ac_exeext; then
15969 case "$LIBEXT" in
15970 dll) ;;
15971 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'` ;;
15972 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15973 esac
15974 else
15975 echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.$ac_ext >&5
15981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15982 conftest$ac_exeext conftest.$ac_ext
15983 LIBS=$ac_check_soname_save_LIBS
15985 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15986 { echo "$as_me:$LINENO: result: not found" >&5
15987 echo "${ECHO_T}not found" >&6; }
15989 else
15990 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15991 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15993 cat >>confdefs.h <<_ACEOF
15994 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15995 _ACEOF
16002 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16003 case "x$with_fontconfig" in
16004 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16005 xno) ;;
16006 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16007 This is an error since --with-fontconfig was requested." >&5
16008 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16009 This is an error since --with-fontconfig was requested." >&2;}
16010 { (exit 1); exit 1; }; } ;;
16011 esac
16015 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16016 then
16017 { echo "$as_me:$LINENO: checking for -lssl" >&5
16018 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16019 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16020 echo $ECHO_N "(cached) $ECHO_C" >&6
16021 else
16022 ac_check_soname_save_LIBS=$LIBS
16023 LIBS="-lssl $LIBS"
16024 cat >conftest.$ac_ext <<_ACEOF
16025 /* confdefs.h. */
16026 _ACEOF
16027 cat confdefs.h >>conftest.$ac_ext
16028 cat >>conftest.$ac_ext <<_ACEOF
16029 /* end confdefs.h. */
16031 /* Override any GCC internal prototype to avoid an error.
16032 Use char because int might match the return type of a GCC
16033 builtin and then its argument prototype would still apply. */
16034 #ifdef __cplusplus
16035 extern "C"
16036 #endif
16037 char SSL_library_init ();
16039 main ()
16041 return SSL_library_init ();
16043 return 0;
16045 _ACEOF
16046 rm -f conftest.$ac_objext conftest$ac_exeext
16047 if { (ac_try="$ac_link"
16048 case "(($ac_try" in
16049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16050 *) ac_try_echo=$ac_try;;
16051 esac
16052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16053 (eval "$ac_link") 2>conftest.er1
16054 ac_status=$?
16055 grep -v '^ *+' conftest.er1 >conftest.err
16056 rm -f conftest.er1
16057 cat conftest.err >&5
16058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); } && {
16060 test -z "$ac_c_werror_flag" ||
16061 test ! -s conftest.err
16062 } && test -s conftest$ac_exeext &&
16063 $as_test_x conftest$ac_exeext; then
16064 case "$LIBEXT" in
16065 dll) ;;
16066 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'` ;;
16067 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16068 esac
16069 else
16070 echo "$as_me: failed program was:" >&5
16071 sed 's/^/| /' conftest.$ac_ext >&5
16076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16077 conftest$ac_exeext conftest.$ac_ext
16078 LIBS=$ac_check_soname_save_LIBS
16080 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16081 { echo "$as_me:$LINENO: result: not found" >&5
16082 echo "${ECHO_T}not found" >&6; }
16084 else
16085 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16086 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16088 cat >>confdefs.h <<_ACEOF
16089 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16090 _ACEOF
16095 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16096 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16097 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16098 echo $ECHO_N "(cached) $ECHO_C" >&6
16099 else
16100 ac_check_soname_save_LIBS=$LIBS
16101 LIBS="-lcrypto $LIBS"
16102 cat >conftest.$ac_ext <<_ACEOF
16103 /* confdefs.h. */
16104 _ACEOF
16105 cat confdefs.h >>conftest.$ac_ext
16106 cat >>conftest.$ac_ext <<_ACEOF
16107 /* end confdefs.h. */
16109 /* Override any GCC internal prototype to avoid an error.
16110 Use char because int might match the return type of a GCC
16111 builtin and then its argument prototype would still apply. */
16112 #ifdef __cplusplus
16113 extern "C"
16114 #endif
16115 char BIO_new_socket ();
16117 main ()
16119 return BIO_new_socket ();
16121 return 0;
16123 _ACEOF
16124 rm -f conftest.$ac_objext conftest$ac_exeext
16125 if { (ac_try="$ac_link"
16126 case "(($ac_try" in
16127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16128 *) ac_try_echo=$ac_try;;
16129 esac
16130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16131 (eval "$ac_link") 2>conftest.er1
16132 ac_status=$?
16133 grep -v '^ *+' conftest.er1 >conftest.err
16134 rm -f conftest.er1
16135 cat conftest.err >&5
16136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16137 (exit $ac_status); } && {
16138 test -z "$ac_c_werror_flag" ||
16139 test ! -s conftest.err
16140 } && test -s conftest$ac_exeext &&
16141 $as_test_x conftest$ac_exeext; then
16142 case "$LIBEXT" in
16143 dll) ;;
16144 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'` ;;
16145 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16146 esac
16147 else
16148 echo "$as_me: failed program was:" >&5
16149 sed 's/^/| /' conftest.$ac_ext >&5
16154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16155 conftest$ac_exeext conftest.$ac_ext
16156 LIBS=$ac_check_soname_save_LIBS
16158 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16159 { echo "$as_me:$LINENO: result: not found" >&5
16160 echo "${ECHO_T}not found" >&6; }
16162 else
16163 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16164 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16166 cat >>confdefs.h <<_ACEOF
16167 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16168 _ACEOF
16174 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16175 case "x$with_openssl" in
16176 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16177 xno) ;;
16178 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16179 This is an error since --with-openssl was requested." >&5
16180 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16181 This is an error since --with-openssl was requested." >&2;}
16182 { (exit 1); exit 1; }; } ;;
16183 esac
16187 if test "$ac_cv_header_jpeglib_h" = "yes"
16188 then
16189 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16190 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16191 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16192 echo $ECHO_N "(cached) $ECHO_C" >&6
16193 else
16194 ac_check_soname_save_LIBS=$LIBS
16195 LIBS="-ljpeg $LIBS"
16196 cat >conftest.$ac_ext <<_ACEOF
16197 /* confdefs.h. */
16198 _ACEOF
16199 cat confdefs.h >>conftest.$ac_ext
16200 cat >>conftest.$ac_ext <<_ACEOF
16201 /* end confdefs.h. */
16203 /* Override any GCC internal prototype to avoid an error.
16204 Use char because int might match the return type of a GCC
16205 builtin and then its argument prototype would still apply. */
16206 #ifdef __cplusplus
16207 extern "C"
16208 #endif
16209 char jpeg_start_decompress ();
16211 main ()
16213 return jpeg_start_decompress ();
16215 return 0;
16217 _ACEOF
16218 rm -f conftest.$ac_objext conftest$ac_exeext
16219 if { (ac_try="$ac_link"
16220 case "(($ac_try" in
16221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16222 *) ac_try_echo=$ac_try;;
16223 esac
16224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16225 (eval "$ac_link") 2>conftest.er1
16226 ac_status=$?
16227 grep -v '^ *+' conftest.er1 >conftest.err
16228 rm -f conftest.er1
16229 cat conftest.err >&5
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } && {
16232 test -z "$ac_c_werror_flag" ||
16233 test ! -s conftest.err
16234 } && test -s conftest$ac_exeext &&
16235 $as_test_x conftest$ac_exeext; then
16236 case "$LIBEXT" in
16237 dll) ;;
16238 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'` ;;
16239 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16240 esac
16241 else
16242 echo "$as_me: failed program was:" >&5
16243 sed 's/^/| /' conftest.$ac_ext >&5
16248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16249 conftest$ac_exeext conftest.$ac_ext
16250 LIBS=$ac_check_soname_save_LIBS
16252 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16253 { echo "$as_me:$LINENO: result: not found" >&5
16254 echo "${ECHO_T}not found" >&6; }
16256 else
16257 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16258 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16260 cat >>confdefs.h <<_ACEOF
16261 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16262 _ACEOF
16268 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16269 case "x$with_jpeg" in
16270 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16271 xno) ;;
16272 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16273 This is an error since --with-jpeg was requested." >&5
16274 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16275 This is an error since --with-jpeg was requested." >&2;}
16276 { (exit 1); exit 1; }; } ;;
16277 esac
16281 if test "$ac_cv_header_png_h" = "yes"
16282 then
16283 { echo "$as_me:$LINENO: checking for -lpng" >&5
16284 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16285 if test "${ac_cv_lib_soname_png+set}" = set; then
16286 echo $ECHO_N "(cached) $ECHO_C" >&6
16287 else
16288 ac_check_soname_save_LIBS=$LIBS
16289 LIBS="-lpng -lm $LIBS"
16290 cat >conftest.$ac_ext <<_ACEOF
16291 /* confdefs.h. */
16292 _ACEOF
16293 cat confdefs.h >>conftest.$ac_ext
16294 cat >>conftest.$ac_ext <<_ACEOF
16295 /* end confdefs.h. */
16297 /* Override any GCC internal prototype to avoid an error.
16298 Use char because int might match the return type of a GCC
16299 builtin and then its argument prototype would still apply. */
16300 #ifdef __cplusplus
16301 extern "C"
16302 #endif
16303 char png_create_read_struct ();
16305 main ()
16307 return png_create_read_struct ();
16309 return 0;
16311 _ACEOF
16312 rm -f conftest.$ac_objext conftest$ac_exeext
16313 if { (ac_try="$ac_link"
16314 case "(($ac_try" in
16315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16316 *) ac_try_echo=$ac_try;;
16317 esac
16318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16319 (eval "$ac_link") 2>conftest.er1
16320 ac_status=$?
16321 grep -v '^ *+' conftest.er1 >conftest.err
16322 rm -f conftest.er1
16323 cat conftest.err >&5
16324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16325 (exit $ac_status); } && {
16326 test -z "$ac_c_werror_flag" ||
16327 test ! -s conftest.err
16328 } && test -s conftest$ac_exeext &&
16329 $as_test_x conftest$ac_exeext; then
16330 case "$LIBEXT" in
16331 dll) ;;
16332 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'` ;;
16333 *) 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'` ;;
16334 esac
16335 else
16336 echo "$as_me: failed program was:" >&5
16337 sed 's/^/| /' conftest.$ac_ext >&5
16342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16343 conftest$ac_exeext conftest.$ac_ext
16344 LIBS=$ac_check_soname_save_LIBS
16346 if test "x$ac_cv_lib_soname_png" = "x"; then
16347 { echo "$as_me:$LINENO: result: not found" >&5
16348 echo "${ECHO_T}not found" >&6; }
16350 else
16351 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16352 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16354 cat >>confdefs.h <<_ACEOF
16355 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16356 _ACEOF
16362 if test "x$ac_cv_lib_soname_png" = "x"; then
16363 case "x$with_png" in
16364 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16365 xno) ;;
16366 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16367 This is an error since --with-png was requested." >&5
16368 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16369 This is an error since --with-png was requested." >&2;}
16370 { (exit 1); exit 1; }; } ;;
16371 esac
16375 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16376 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16377 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16378 echo $ECHO_N "(cached) $ECHO_C" >&6
16379 else
16380 ac_check_soname_save_LIBS=$LIBS
16381 LIBS="-lodbc $LIBS"
16382 cat >conftest.$ac_ext <<_ACEOF
16383 /* confdefs.h. */
16384 _ACEOF
16385 cat confdefs.h >>conftest.$ac_ext
16386 cat >>conftest.$ac_ext <<_ACEOF
16387 /* end confdefs.h. */
16389 /* Override any GCC internal prototype to avoid an error.
16390 Use char because int might match the return type of a GCC
16391 builtin and then its argument prototype would still apply. */
16392 #ifdef __cplusplus
16393 extern "C"
16394 #endif
16395 char SQLConnect ();
16397 main ()
16399 return SQLConnect ();
16401 return 0;
16403 _ACEOF
16404 rm -f conftest.$ac_objext conftest$ac_exeext
16405 if { (ac_try="$ac_link"
16406 case "(($ac_try" in
16407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16408 *) ac_try_echo=$ac_try;;
16409 esac
16410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16411 (eval "$ac_link") 2>conftest.er1
16412 ac_status=$?
16413 grep -v '^ *+' conftest.er1 >conftest.err
16414 rm -f conftest.er1
16415 cat conftest.err >&5
16416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } && {
16418 test -z "$ac_c_werror_flag" ||
16419 test ! -s conftest.err
16420 } && test -s conftest$ac_exeext &&
16421 $as_test_x conftest$ac_exeext; then
16422 case "$LIBEXT" in
16423 dll) ;;
16424 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'` ;;
16425 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16426 esac
16427 else
16428 echo "$as_me: failed program was:" >&5
16429 sed 's/^/| /' conftest.$ac_ext >&5
16434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16435 conftest$ac_exeext conftest.$ac_ext
16436 LIBS=$ac_check_soname_save_LIBS
16438 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16439 { echo "$as_me:$LINENO: result: not found" >&5
16440 echo "${ECHO_T}not found" >&6; }
16441 cat >>confdefs.h <<_ACEOF
16442 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16443 _ACEOF
16445 else
16446 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16447 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16449 cat >>confdefs.h <<_ACEOF
16450 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16451 _ACEOF
16457 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16458 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16459 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16460 "$ac_cv_header_soundcard_h" != "yes" -a \
16461 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16462 then
16463 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16467 EXTRACFLAGS=""
16469 if test "x${GCC}" = "xyes"
16470 then
16471 EXTRACFLAGS="-Wall -pipe"
16473 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16474 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16475 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16476 echo $ECHO_N "(cached) $ECHO_C" >&6
16477 else
16478 if test "$cross_compiling" = yes; then
16479 ac_cv_c_gcc_strength_bug="yes"
16480 else
16481 cat >conftest.$ac_ext <<_ACEOF
16482 /* confdefs.h. */
16483 _ACEOF
16484 cat confdefs.h >>conftest.$ac_ext
16485 cat >>conftest.$ac_ext <<_ACEOF
16486 /* end confdefs.h. */
16487 int L[4] = {0,1,2,3};
16489 main ()
16491 static int Array[3];
16492 unsigned int B = 3;
16493 int i;
16494 for(i=0; i<B; i++) Array[i] = i - 3;
16495 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16496 L[i] = 4;
16497 exit( Array[1] != -2 || L[2] != 3)
16499 return 0;
16501 _ACEOF
16502 rm -f conftest$ac_exeext
16503 if { (ac_try="$ac_link"
16504 case "(($ac_try" in
16505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16506 *) ac_try_echo=$ac_try;;
16507 esac
16508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16509 (eval "$ac_link") 2>&5
16510 ac_status=$?
16511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16512 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16513 { (case "(($ac_try" in
16514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16515 *) ac_try_echo=$ac_try;;
16516 esac
16517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16518 (eval "$ac_try") 2>&5
16519 ac_status=$?
16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16521 (exit $ac_status); }; }; then
16522 ac_cv_c_gcc_strength_bug="no"
16523 else
16524 echo "$as_me: program exited with status $ac_status" >&5
16525 echo "$as_me: failed program was:" >&5
16526 sed 's/^/| /' conftest.$ac_ext >&5
16528 ( exit $ac_status )
16529 ac_cv_c_gcc_strength_bug="yes"
16531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16536 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16537 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16538 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16539 then
16540 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16544 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16545 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16546 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16548 else
16549 ac_wine_try_cflags_saved=$CFLAGS
16550 CFLAGS="$CFLAGS -fshort-wchar"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16559 main ()
16563 return 0;
16565 _ACEOF
16566 rm -f conftest.$ac_objext conftest$ac_exeext
16567 if { (ac_try="$ac_link"
16568 case "(($ac_try" in
16569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16570 *) ac_try_echo=$ac_try;;
16571 esac
16572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16573 (eval "$ac_link") 2>conftest.er1
16574 ac_status=$?
16575 grep -v '^ *+' conftest.er1 >conftest.err
16576 rm -f conftest.er1
16577 cat conftest.err >&5
16578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16579 (exit $ac_status); } && {
16580 test -z "$ac_c_werror_flag" ||
16581 test ! -s conftest.err
16582 } && test -s conftest$ac_exeext &&
16583 $as_test_x conftest$ac_exeext; then
16584 ac_cv_cflags__fshort_wchar=yes
16585 else
16586 echo "$as_me: failed program was:" >&5
16587 sed 's/^/| /' conftest.$ac_ext >&5
16589 ac_cv_cflags__fshort_wchar=no
16592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16593 conftest$ac_exeext conftest.$ac_ext
16594 CFLAGS=$ac_wine_try_cflags_saved
16596 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16597 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16598 if test $ac_cv_cflags__fshort_wchar = yes; then
16600 cat >>confdefs.h <<\_ACEOF
16601 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16602 _ACEOF
16606 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16607 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16608 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16609 echo $ECHO_N "(cached) $ECHO_C" >&6
16610 else
16611 ac_wine_try_cflags_saved=$CFLAGS
16612 CFLAGS="$CFLAGS -fno-builtin"
16613 cat >conftest.$ac_ext <<_ACEOF
16614 /* confdefs.h. */
16615 _ACEOF
16616 cat confdefs.h >>conftest.$ac_ext
16617 cat >>conftest.$ac_ext <<_ACEOF
16618 /* end confdefs.h. */
16621 main ()
16625 return 0;
16627 _ACEOF
16628 rm -f conftest.$ac_objext conftest$ac_exeext
16629 if { (ac_try="$ac_link"
16630 case "(($ac_try" in
16631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16632 *) ac_try_echo=$ac_try;;
16633 esac
16634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16635 (eval "$ac_link") 2>conftest.er1
16636 ac_status=$?
16637 grep -v '^ *+' conftest.er1 >conftest.err
16638 rm -f conftest.er1
16639 cat conftest.err >&5
16640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16641 (exit $ac_status); } && {
16642 test -z "$ac_c_werror_flag" ||
16643 test ! -s conftest.err
16644 } && test -s conftest$ac_exeext &&
16645 $as_test_x conftest$ac_exeext; then
16646 ac_cv_cflags__fno_builtin=yes
16647 else
16648 echo "$as_me: failed program was:" >&5
16649 sed 's/^/| /' conftest.$ac_ext >&5
16651 ac_cv_cflags__fno_builtin=no
16654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16655 conftest$ac_exeext conftest.$ac_ext
16656 CFLAGS=$ac_wine_try_cflags_saved
16658 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16659 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16660 if test $ac_cv_cflags__fno_builtin = yes; then
16661 BUILTINFLAG="-fno-builtin"
16665 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16666 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16667 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16668 echo $ECHO_N "(cached) $ECHO_C" >&6
16669 else
16670 ac_wine_try_cflags_saved=$CFLAGS
16671 CFLAGS="$CFLAGS -fno-strict-aliasing"
16672 cat >conftest.$ac_ext <<_ACEOF
16673 /* confdefs.h. */
16674 _ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16680 main ()
16684 return 0;
16686 _ACEOF
16687 rm -f conftest.$ac_objext conftest$ac_exeext
16688 if { (ac_try="$ac_link"
16689 case "(($ac_try" in
16690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16691 *) ac_try_echo=$ac_try;;
16692 esac
16693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 (eval "$ac_link") 2>conftest.er1
16695 ac_status=$?
16696 grep -v '^ *+' conftest.er1 >conftest.err
16697 rm -f conftest.er1
16698 cat conftest.err >&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); } && {
16701 test -z "$ac_c_werror_flag" ||
16702 test ! -s conftest.err
16703 } && test -s conftest$ac_exeext &&
16704 $as_test_x conftest$ac_exeext; then
16705 ac_cv_cflags__fno_strict_aliasing=yes
16706 else
16707 echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.$ac_ext >&5
16710 ac_cv_cflags__fno_strict_aliasing=no
16713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16714 conftest$ac_exeext conftest.$ac_ext
16715 CFLAGS=$ac_wine_try_cflags_saved
16717 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16718 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16719 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16720 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16723 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16724 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16725 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16726 echo $ECHO_N "(cached) $ECHO_C" >&6
16727 else
16728 ac_wine_try_cflags_saved=$CFLAGS
16729 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16730 cat >conftest.$ac_ext <<_ACEOF
16731 /* confdefs.h. */
16732 _ACEOF
16733 cat confdefs.h >>conftest.$ac_ext
16734 cat >>conftest.$ac_ext <<_ACEOF
16735 /* end confdefs.h. */
16738 main ()
16742 return 0;
16744 _ACEOF
16745 rm -f conftest.$ac_objext conftest$ac_exeext
16746 if { (ac_try="$ac_link"
16747 case "(($ac_try" in
16748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16749 *) ac_try_echo=$ac_try;;
16750 esac
16751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16752 (eval "$ac_link") 2>conftest.er1
16753 ac_status=$?
16754 grep -v '^ *+' conftest.er1 >conftest.err
16755 rm -f conftest.er1
16756 cat conftest.err >&5
16757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16758 (exit $ac_status); } && {
16759 test -z "$ac_c_werror_flag" ||
16760 test ! -s conftest.err
16761 } && test -s conftest$ac_exeext &&
16762 $as_test_x conftest$ac_exeext; then
16763 ac_cv_cflags__Wdeclaration_after_statement=yes
16764 else
16765 echo "$as_me: failed program was:" >&5
16766 sed 's/^/| /' conftest.$ac_ext >&5
16768 ac_cv_cflags__Wdeclaration_after_statement=no
16771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16772 conftest$ac_exeext conftest.$ac_ext
16773 CFLAGS=$ac_wine_try_cflags_saved
16775 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16776 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16777 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16778 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16781 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16782 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16783 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16784 echo $ECHO_N "(cached) $ECHO_C" >&6
16785 else
16786 ac_wine_try_cflags_saved=$CFLAGS
16787 CFLAGS="$CFLAGS -Wwrite-strings"
16788 cat >conftest.$ac_ext <<_ACEOF
16789 /* confdefs.h. */
16790 _ACEOF
16791 cat confdefs.h >>conftest.$ac_ext
16792 cat >>conftest.$ac_ext <<_ACEOF
16793 /* end confdefs.h. */
16796 main ()
16800 return 0;
16802 _ACEOF
16803 rm -f conftest.$ac_objext conftest$ac_exeext
16804 if { (ac_try="$ac_link"
16805 case "(($ac_try" in
16806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16807 *) ac_try_echo=$ac_try;;
16808 esac
16809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16810 (eval "$ac_link") 2>conftest.er1
16811 ac_status=$?
16812 grep -v '^ *+' conftest.er1 >conftest.err
16813 rm -f conftest.er1
16814 cat conftest.err >&5
16815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16816 (exit $ac_status); } && {
16817 test -z "$ac_c_werror_flag" ||
16818 test ! -s conftest.err
16819 } && test -s conftest$ac_exeext &&
16820 $as_test_x conftest$ac_exeext; then
16821 ac_cv_cflags__Wwrite_strings=yes
16822 else
16823 echo "$as_me: failed program was:" >&5
16824 sed 's/^/| /' conftest.$ac_ext >&5
16826 ac_cv_cflags__Wwrite_strings=no
16829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16830 conftest$ac_exeext conftest.$ac_ext
16831 CFLAGS=$ac_wine_try_cflags_saved
16833 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16834 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16835 if test $ac_cv_cflags__Wwrite_strings = yes; then
16836 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16839 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16840 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16841 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16842 echo $ECHO_N "(cached) $ECHO_C" >&6
16843 else
16844 ac_wine_try_cflags_saved=$CFLAGS
16845 CFLAGS="$CFLAGS -Wtype-limits"
16846 cat >conftest.$ac_ext <<_ACEOF
16847 /* confdefs.h. */
16848 _ACEOF
16849 cat confdefs.h >>conftest.$ac_ext
16850 cat >>conftest.$ac_ext <<_ACEOF
16851 /* end confdefs.h. */
16854 main ()
16858 return 0;
16860 _ACEOF
16861 rm -f conftest.$ac_objext conftest$ac_exeext
16862 if { (ac_try="$ac_link"
16863 case "(($ac_try" in
16864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16865 *) ac_try_echo=$ac_try;;
16866 esac
16867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16868 (eval "$ac_link") 2>conftest.er1
16869 ac_status=$?
16870 grep -v '^ *+' conftest.er1 >conftest.err
16871 rm -f conftest.er1
16872 cat conftest.err >&5
16873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16874 (exit $ac_status); } && {
16875 test -z "$ac_c_werror_flag" ||
16876 test ! -s conftest.err
16877 } && test -s conftest$ac_exeext &&
16878 $as_test_x conftest$ac_exeext; then
16879 ac_cv_cflags__Wtype_limits=yes
16880 else
16881 echo "$as_me: failed program was:" >&5
16882 sed 's/^/| /' conftest.$ac_ext >&5
16884 ac_cv_cflags__Wtype_limits=no
16887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16888 conftest$ac_exeext conftest.$ac_ext
16889 CFLAGS=$ac_wine_try_cflags_saved
16891 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16892 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16893 if test $ac_cv_cflags__Wtype_limits = yes; then
16894 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16898 saved_CFLAGS="$CFLAGS"
16899 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16900 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16901 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16902 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16903 echo $ECHO_N "(cached) $ECHO_C" >&6
16904 else
16905 cat >conftest.$ac_ext <<_ACEOF
16906 /* confdefs.h. */
16907 _ACEOF
16908 cat confdefs.h >>conftest.$ac_ext
16909 cat >>conftest.$ac_ext <<_ACEOF
16910 /* end confdefs.h. */
16911 #include <string.h>
16913 main ()
16917 return 0;
16919 _ACEOF
16920 rm -f conftest.$ac_objext
16921 if { (ac_try="$ac_compile"
16922 case "(($ac_try" in
16923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16924 *) ac_try_echo=$ac_try;;
16925 esac
16926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16927 (eval "$ac_compile") 2>conftest.er1
16928 ac_status=$?
16929 grep -v '^ *+' conftest.er1 >conftest.err
16930 rm -f conftest.er1
16931 cat conftest.err >&5
16932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16933 (exit $ac_status); } && {
16934 test -z "$ac_c_werror_flag" ||
16935 test ! -s conftest.err
16936 } && test -s conftest.$ac_objext; then
16937 ac_cv_c_string_h_warnings=no
16938 else
16939 echo "$as_me: failed program was:" >&5
16940 sed 's/^/| /' conftest.$ac_ext >&5
16942 ac_cv_c_string_h_warnings=yes
16945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16947 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16948 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16949 CFLAGS="$saved_CFLAGS"
16950 if test "$ac_cv_c_string_h_warnings" = "no"
16951 then
16952 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16957 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16958 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16959 if test "${ac_cv_asm_func_def+set}" = set; then
16960 echo $ECHO_N "(cached) $ECHO_C" >&6
16961 else
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 ()
16972 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
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_asm_func_def=".def"
16996 else
16997 echo "$as_me: failed program was:" >&5
16998 sed 's/^/| /' conftest.$ac_ext >&5
17000 cat >conftest.$ac_ext <<_ACEOF
17001 /* confdefs.h. */
17002 _ACEOF
17003 cat confdefs.h >>conftest.$ac_ext
17004 cat >>conftest.$ac_ext <<_ACEOF
17005 /* end confdefs.h. */
17008 main ()
17010 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17012 return 0;
17014 _ACEOF
17015 rm -f conftest.$ac_objext conftest$ac_exeext
17016 if { (ac_try="$ac_link"
17017 case "(($ac_try" in
17018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17019 *) ac_try_echo=$ac_try;;
17020 esac
17021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17022 (eval "$ac_link") 2>conftest.er1
17023 ac_status=$?
17024 grep -v '^ *+' conftest.er1 >conftest.err
17025 rm -f conftest.er1
17026 cat conftest.err >&5
17027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17028 (exit $ac_status); } && {
17029 test -z "$ac_c_werror_flag" ||
17030 test ! -s conftest.err
17031 } && test -s conftest$ac_exeext &&
17032 $as_test_x conftest$ac_exeext; then
17033 ac_cv_asm_func_def=".type @function"
17034 else
17035 echo "$as_me: failed program was:" >&5
17036 sed 's/^/| /' conftest.$ac_ext >&5
17038 cat >conftest.$ac_ext <<_ACEOF
17039 /* confdefs.h. */
17040 _ACEOF
17041 cat confdefs.h >>conftest.$ac_ext
17042 cat >>conftest.$ac_ext <<_ACEOF
17043 /* end confdefs.h. */
17046 main ()
17048 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17050 return 0;
17052 _ACEOF
17053 rm -f conftest.$ac_objext conftest$ac_exeext
17054 if { (ac_try="$ac_link"
17055 case "(($ac_try" in
17056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17057 *) ac_try_echo=$ac_try;;
17058 esac
17059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17060 (eval "$ac_link") 2>conftest.er1
17061 ac_status=$?
17062 grep -v '^ *+' conftest.er1 >conftest.err
17063 rm -f conftest.er1
17064 cat conftest.err >&5
17065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17066 (exit $ac_status); } && {
17067 test -z "$ac_c_werror_flag" ||
17068 test ! -s conftest.err
17069 } && test -s conftest$ac_exeext &&
17070 $as_test_x conftest$ac_exeext; then
17071 ac_cv_asm_func_def=".type 2"
17072 else
17073 echo "$as_me: failed program was:" >&5
17074 sed 's/^/| /' conftest.$ac_ext >&5
17076 ac_cv_asm_func_def="unknown"
17079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17080 conftest$ac_exeext conftest.$ac_ext
17083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17084 conftest$ac_exeext conftest.$ac_ext
17087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17088 conftest$ac_exeext conftest.$ac_ext
17090 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17091 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17095 case "$ac_cv_asm_func_def" in
17096 ".def")
17097 cat >>confdefs.h <<\_ACEOF
17098 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17099 _ACEOF
17101 ".type @function")
17102 cat >>confdefs.h <<\_ACEOF
17103 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17104 _ACEOF
17106 ".type 2")
17107 cat >>confdefs.h <<\_ACEOF
17108 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17109 _ACEOF
17112 cat >>confdefs.h <<\_ACEOF
17113 #define __ASM_FUNC(name) ""
17114 _ACEOF
17116 esac
17119 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17120 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17121 if test "${ac_cv_c_extern_prefix+set}" = set; then
17122 echo $ECHO_N "(cached) $ECHO_C" >&6
17123 else
17124 cat >conftest.$ac_ext <<_ACEOF
17125 /* confdefs.h. */
17126 _ACEOF
17127 cat confdefs.h >>conftest.$ac_ext
17128 cat >>conftest.$ac_ext <<_ACEOF
17129 /* end confdefs.h. */
17130 extern int ac_test;
17132 main ()
17134 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17136 return 0;
17138 _ACEOF
17139 rm -f conftest.$ac_objext conftest$ac_exeext
17140 if { (ac_try="$ac_link"
17141 case "(($ac_try" in
17142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17143 *) ac_try_echo=$ac_try;;
17144 esac
17145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17146 (eval "$ac_link") 2>conftest.er1
17147 ac_status=$?
17148 grep -v '^ *+' conftest.er1 >conftest.err
17149 rm -f conftest.er1
17150 cat conftest.err >&5
17151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17152 (exit $ac_status); } && {
17153 test -z "$ac_c_werror_flag" ||
17154 test ! -s conftest.err
17155 } && test -s conftest$ac_exeext &&
17156 $as_test_x conftest$ac_exeext; then
17157 ac_cv_c_extern_prefix="yes"
17158 else
17159 echo "$as_me: failed program was:" >&5
17160 sed 's/^/| /' conftest.$ac_ext >&5
17162 ac_cv_c_extern_prefix="no"
17165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17166 conftest$ac_exeext conftest.$ac_ext
17168 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17169 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17173 if test "$ac_cv_c_extern_prefix" = "yes"
17174 then
17175 cat >>confdefs.h <<\_ACEOF
17176 #define __ASM_NAME(name) "_" name
17177 _ACEOF
17179 else
17180 cat >>confdefs.h <<\_ACEOF
17181 #define __ASM_NAME(name) name
17182 _ACEOF
17187 LDPATH=""
17189 case $build_os in
17190 cygwin*|mingw32*)
17191 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17193 darwin*|macosx*)
17195 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17196 then
17197 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17201 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17203 esac
17205 case $host_os in
17206 mingw32*)
17207 CRTLIBS="-lmsvcrt"
17209 SOCKETLIBS="-lws2_32"
17212 esac
17214 MAIN_BINARY="wine-pthread"
17215 case $host_cpu in
17216 *i[3456789]86*)
17217 case $host_os in
17218 linux* | k*bsd*-gnu)
17219 MAIN_BINARY="wine-glibc"
17221 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17223 freebsd*)
17224 MAIN_BINARY="wine-freebsd"
17226 EXTRA_BINARIES="wine-pthread"
17228 esac
17230 esac
17303 for ac_func in \
17304 _pclose \
17305 _popen \
17306 _snprintf \
17307 _spawnvp \
17308 _strdup \
17309 _stricmp \
17310 _strnicmp \
17311 _strtoi64 \
17312 _strtoui64 \
17313 _vsnprintf \
17314 asctime_r \
17315 chsize \
17316 clone \
17317 dlopen \
17318 epoll_create \
17319 ffs \
17320 finite \
17321 fork \
17322 fpclass \
17323 fstatfs \
17324 fstatvfs \
17325 ftruncate \
17326 futimes \
17327 futimesat \
17328 getdirentries \
17329 getopt_long \
17330 getpagesize \
17331 getpwuid \
17332 gettid \
17333 gettimeofday \
17334 getuid \
17335 inet_pton \
17336 kqueue \
17337 lstat \
17338 memmove \
17339 mmap \
17340 pclose \
17341 poll \
17342 popen \
17343 prctl \
17344 pread \
17345 pwrite \
17346 readdir \
17347 readlink \
17348 rfork \
17349 sched_yield \
17350 select \
17351 setproctitle \
17352 setrlimit \
17353 settimeofday \
17354 sigaltstack \
17355 sigprocmask \
17356 snprintf \
17357 spawnvp \
17358 statfs \
17359 statvfs \
17360 strcasecmp \
17361 strdup \
17362 strerror \
17363 strncasecmp \
17364 strtold \
17365 strtoll \
17366 strtoull \
17367 tcgetattr \
17368 thr_kill2 \
17369 timegm \
17370 usleep \
17371 vsnprintf \
17372 wait4 \
17373 waitpid \
17376 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17377 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17378 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17379 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17380 echo $ECHO_N "(cached) $ECHO_C" >&6
17381 else
17382 cat >conftest.$ac_ext <<_ACEOF
17383 /* confdefs.h. */
17384 _ACEOF
17385 cat confdefs.h >>conftest.$ac_ext
17386 cat >>conftest.$ac_ext <<_ACEOF
17387 /* end confdefs.h. */
17388 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17389 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17390 #define $ac_func innocuous_$ac_func
17392 /* System header to define __stub macros and hopefully few prototypes,
17393 which can conflict with char $ac_func (); below.
17394 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17395 <limits.h> exists even on freestanding compilers. */
17397 #ifdef __STDC__
17398 # include <limits.h>
17399 #else
17400 # include <assert.h>
17401 #endif
17403 #undef $ac_func
17405 /* Override any GCC internal prototype to avoid an error.
17406 Use char because int might match the return type of a GCC
17407 builtin and then its argument prototype would still apply. */
17408 #ifdef __cplusplus
17409 extern "C"
17410 #endif
17411 char $ac_func ();
17412 /* The GNU C library defines this for functions which it implements
17413 to always fail with ENOSYS. Some functions are actually named
17414 something starting with __ and the normal name is an alias. */
17415 #if defined __stub_$ac_func || defined __stub___$ac_func
17416 choke me
17417 #endif
17420 main ()
17422 return $ac_func ();
17424 return 0;
17426 _ACEOF
17427 rm -f conftest.$ac_objext conftest$ac_exeext
17428 if { (ac_try="$ac_link"
17429 case "(($ac_try" in
17430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17431 *) ac_try_echo=$ac_try;;
17432 esac
17433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17434 (eval "$ac_link") 2>conftest.er1
17435 ac_status=$?
17436 grep -v '^ *+' conftest.er1 >conftest.err
17437 rm -f conftest.er1
17438 cat conftest.err >&5
17439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); } && {
17441 test -z "$ac_c_werror_flag" ||
17442 test ! -s conftest.err
17443 } && test -s conftest$ac_exeext &&
17444 $as_test_x conftest$ac_exeext; then
17445 eval "$as_ac_var=yes"
17446 else
17447 echo "$as_me: failed program was:" >&5
17448 sed 's/^/| /' conftest.$ac_ext >&5
17450 eval "$as_ac_var=no"
17453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17454 conftest$ac_exeext conftest.$ac_ext
17456 ac_res=`eval echo '${'$as_ac_var'}'`
17457 { echo "$as_me:$LINENO: result: $ac_res" >&5
17458 echo "${ECHO_T}$ac_res" >&6; }
17459 if test `eval echo '${'$as_ac_var'}'` = yes; then
17460 cat >>confdefs.h <<_ACEOF
17461 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17462 _ACEOF
17465 done
17468 if test "$ac_cv_func_dlopen" = no
17469 then
17470 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17471 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17472 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17473 echo $ECHO_N "(cached) $ECHO_C" >&6
17474 else
17475 ac_check_lib_save_LIBS=$LIBS
17476 LIBS="-ldl $LIBS"
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17484 /* Override any GCC internal prototype to avoid an error.
17485 Use char because int might match the return type of a GCC
17486 builtin and then its argument prototype would still apply. */
17487 #ifdef __cplusplus
17488 extern "C"
17489 #endif
17490 char dlopen ();
17492 main ()
17494 return dlopen ();
17496 return 0;
17498 _ACEOF
17499 rm -f conftest.$ac_objext conftest$ac_exeext
17500 if { (ac_try="$ac_link"
17501 case "(($ac_try" in
17502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17503 *) ac_try_echo=$ac_try;;
17504 esac
17505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17506 (eval "$ac_link") 2>conftest.er1
17507 ac_status=$?
17508 grep -v '^ *+' conftest.er1 >conftest.err
17509 rm -f conftest.er1
17510 cat conftest.err >&5
17511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); } && {
17513 test -z "$ac_c_werror_flag" ||
17514 test ! -s conftest.err
17515 } && test -s conftest$ac_exeext &&
17516 $as_test_x conftest$ac_exeext; then
17517 ac_cv_lib_dl_dlopen=yes
17518 else
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17522 ac_cv_lib_dl_dlopen=no
17525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17526 conftest$ac_exeext conftest.$ac_ext
17527 LIBS=$ac_check_lib_save_LIBS
17529 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17530 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17531 if test $ac_cv_lib_dl_dlopen = yes; then
17532 cat >>confdefs.h <<\_ACEOF
17533 #define HAVE_DLOPEN 1
17534 _ACEOF
17535 LIBDL="-ldl"
17540 ac_wine_check_funcs_save_LIBS="$LIBS"
17541 LIBS="$LIBS $LIBDL"
17543 for ac_func in dladdr
17545 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17546 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17547 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17548 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17549 echo $ECHO_N "(cached) $ECHO_C" >&6
17550 else
17551 cat >conftest.$ac_ext <<_ACEOF
17552 /* confdefs.h. */
17553 _ACEOF
17554 cat confdefs.h >>conftest.$ac_ext
17555 cat >>conftest.$ac_ext <<_ACEOF
17556 /* end confdefs.h. */
17557 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17558 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17559 #define $ac_func innocuous_$ac_func
17561 /* System header to define __stub macros and hopefully few prototypes,
17562 which can conflict with char $ac_func (); below.
17563 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17564 <limits.h> exists even on freestanding compilers. */
17566 #ifdef __STDC__
17567 # include <limits.h>
17568 #else
17569 # include <assert.h>
17570 #endif
17572 #undef $ac_func
17574 /* Override any GCC internal prototype to avoid an error.
17575 Use char because int might match the return type of a GCC
17576 builtin and then its argument prototype would still apply. */
17577 #ifdef __cplusplus
17578 extern "C"
17579 #endif
17580 char $ac_func ();
17581 /* The GNU C library defines this for functions which it implements
17582 to always fail with ENOSYS. Some functions are actually named
17583 something starting with __ and the normal name is an alias. */
17584 #if defined __stub_$ac_func || defined __stub___$ac_func
17585 choke me
17586 #endif
17589 main ()
17591 return $ac_func ();
17593 return 0;
17595 _ACEOF
17596 rm -f conftest.$ac_objext conftest$ac_exeext
17597 if { (ac_try="$ac_link"
17598 case "(($ac_try" in
17599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17600 *) ac_try_echo=$ac_try;;
17601 esac
17602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17603 (eval "$ac_link") 2>conftest.er1
17604 ac_status=$?
17605 grep -v '^ *+' conftest.er1 >conftest.err
17606 rm -f conftest.er1
17607 cat conftest.err >&5
17608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17609 (exit $ac_status); } && {
17610 test -z "$ac_c_werror_flag" ||
17611 test ! -s conftest.err
17612 } && test -s conftest$ac_exeext &&
17613 $as_test_x conftest$ac_exeext; then
17614 eval "$as_ac_var=yes"
17615 else
17616 echo "$as_me: failed program was:" >&5
17617 sed 's/^/| /' conftest.$ac_ext >&5
17619 eval "$as_ac_var=no"
17622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17623 conftest$ac_exeext conftest.$ac_ext
17625 ac_res=`eval echo '${'$as_ac_var'}'`
17626 { echo "$as_me:$LINENO: result: $ac_res" >&5
17627 echo "${ECHO_T}$ac_res" >&6; }
17628 if test `eval echo '${'$as_ac_var'}'` = yes; then
17629 cat >>confdefs.h <<_ACEOF
17630 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17631 _ACEOF
17634 done
17636 LIBS="$ac_wine_check_funcs_save_LIBS"
17638 if test "$ac_cv_func_poll" = no
17639 then
17640 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17641 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17642 if test "${ac_cv_lib_poll_poll+set}" = set; then
17643 echo $ECHO_N "(cached) $ECHO_C" >&6
17644 else
17645 ac_check_lib_save_LIBS=$LIBS
17646 LIBS="-lpoll $LIBS"
17647 cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h. */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h. */
17654 /* Override any GCC internal prototype to avoid an error.
17655 Use char because int might match the return type of a GCC
17656 builtin and then its argument prototype would still apply. */
17657 #ifdef __cplusplus
17658 extern "C"
17659 #endif
17660 char poll ();
17662 main ()
17664 return poll ();
17666 return 0;
17668 _ACEOF
17669 rm -f conftest.$ac_objext conftest$ac_exeext
17670 if { (ac_try="$ac_link"
17671 case "(($ac_try" in
17672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17673 *) ac_try_echo=$ac_try;;
17674 esac
17675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17676 (eval "$ac_link") 2>conftest.er1
17677 ac_status=$?
17678 grep -v '^ *+' conftest.er1 >conftest.err
17679 rm -f conftest.er1
17680 cat conftest.err >&5
17681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17682 (exit $ac_status); } && {
17683 test -z "$ac_c_werror_flag" ||
17684 test ! -s conftest.err
17685 } && test -s conftest$ac_exeext &&
17686 $as_test_x conftest$ac_exeext; then
17687 ac_cv_lib_poll_poll=yes
17688 else
17689 echo "$as_me: failed program was:" >&5
17690 sed 's/^/| /' conftest.$ac_ext >&5
17692 ac_cv_lib_poll_poll=no
17695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17696 conftest$ac_exeext conftest.$ac_ext
17697 LIBS=$ac_check_lib_save_LIBS
17699 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17700 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17701 if test $ac_cv_lib_poll_poll = yes; then
17702 cat >>confdefs.h <<\_ACEOF
17703 #define HAVE_POLL 1
17704 _ACEOF
17705 LIBPOLL="-lpoll"
17711 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17712 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17713 if test "${ac_cv_search_gethostbyname+set}" = set; then
17714 echo $ECHO_N "(cached) $ECHO_C" >&6
17715 else
17716 ac_func_search_save_LIBS=$LIBS
17717 cat >conftest.$ac_ext <<_ACEOF
17718 /* confdefs.h. */
17719 _ACEOF
17720 cat confdefs.h >>conftest.$ac_ext
17721 cat >>conftest.$ac_ext <<_ACEOF
17722 /* end confdefs.h. */
17724 /* Override any GCC internal prototype to avoid an error.
17725 Use char because int might match the return type of a GCC
17726 builtin and then its argument prototype would still apply. */
17727 #ifdef __cplusplus
17728 extern "C"
17729 #endif
17730 char gethostbyname ();
17732 main ()
17734 return gethostbyname ();
17736 return 0;
17738 _ACEOF
17739 for ac_lib in '' nsl; do
17740 if test -z "$ac_lib"; then
17741 ac_res="none required"
17742 else
17743 ac_res=-l$ac_lib
17744 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17746 rm -f conftest.$ac_objext conftest$ac_exeext
17747 if { (ac_try="$ac_link"
17748 case "(($ac_try" in
17749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17750 *) ac_try_echo=$ac_try;;
17751 esac
17752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17753 (eval "$ac_link") 2>conftest.er1
17754 ac_status=$?
17755 grep -v '^ *+' conftest.er1 >conftest.err
17756 rm -f conftest.er1
17757 cat conftest.err >&5
17758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17759 (exit $ac_status); } && {
17760 test -z "$ac_c_werror_flag" ||
17761 test ! -s conftest.err
17762 } && test -s conftest$ac_exeext &&
17763 $as_test_x conftest$ac_exeext; then
17764 ac_cv_search_gethostbyname=$ac_res
17765 else
17766 echo "$as_me: failed program was:" >&5
17767 sed 's/^/| /' conftest.$ac_ext >&5
17772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17773 conftest$ac_exeext
17774 if test "${ac_cv_search_gethostbyname+set}" = set; then
17775 break
17777 done
17778 if test "${ac_cv_search_gethostbyname+set}" = set; then
17780 else
17781 ac_cv_search_gethostbyname=no
17783 rm conftest.$ac_ext
17784 LIBS=$ac_func_search_save_LIBS
17786 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17787 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17788 ac_res=$ac_cv_search_gethostbyname
17789 if test "$ac_res" != no; then
17790 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17795 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17796 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17797 if test "${ac_cv_search_connect+set}" = set; then
17798 echo $ECHO_N "(cached) $ECHO_C" >&6
17799 else
17800 ac_func_search_save_LIBS=$LIBS
17801 cat >conftest.$ac_ext <<_ACEOF
17802 /* confdefs.h. */
17803 _ACEOF
17804 cat confdefs.h >>conftest.$ac_ext
17805 cat >>conftest.$ac_ext <<_ACEOF
17806 /* end confdefs.h. */
17808 /* Override any GCC internal prototype to avoid an error.
17809 Use char because int might match the return type of a GCC
17810 builtin and then its argument prototype would still apply. */
17811 #ifdef __cplusplus
17812 extern "C"
17813 #endif
17814 char connect ();
17816 main ()
17818 return connect ();
17820 return 0;
17822 _ACEOF
17823 for ac_lib in '' socket; do
17824 if test -z "$ac_lib"; then
17825 ac_res="none required"
17826 else
17827 ac_res=-l$ac_lib
17828 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17830 rm -f conftest.$ac_objext conftest$ac_exeext
17831 if { (ac_try="$ac_link"
17832 case "(($ac_try" in
17833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17834 *) ac_try_echo=$ac_try;;
17835 esac
17836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17837 (eval "$ac_link") 2>conftest.er1
17838 ac_status=$?
17839 grep -v '^ *+' conftest.er1 >conftest.err
17840 rm -f conftest.er1
17841 cat conftest.err >&5
17842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843 (exit $ac_status); } && {
17844 test -z "$ac_c_werror_flag" ||
17845 test ! -s conftest.err
17846 } && test -s conftest$ac_exeext &&
17847 $as_test_x conftest$ac_exeext; then
17848 ac_cv_search_connect=$ac_res
17849 else
17850 echo "$as_me: failed program was:" >&5
17851 sed 's/^/| /' conftest.$ac_ext >&5
17856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17857 conftest$ac_exeext
17858 if test "${ac_cv_search_connect+set}" = set; then
17859 break
17861 done
17862 if test "${ac_cv_search_connect+set}" = set; then
17864 else
17865 ac_cv_search_connect=no
17867 rm conftest.$ac_ext
17868 LIBS=$ac_func_search_save_LIBS
17870 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17871 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17872 ac_res=$ac_cv_search_connect
17873 if test "$ac_res" != no; then
17874 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17879 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17880 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17881 if test "${ac_cv_search_inet_aton+set}" = set; then
17882 echo $ECHO_N "(cached) $ECHO_C" >&6
17883 else
17884 ac_func_search_save_LIBS=$LIBS
17885 cat >conftest.$ac_ext <<_ACEOF
17886 /* confdefs.h. */
17887 _ACEOF
17888 cat confdefs.h >>conftest.$ac_ext
17889 cat >>conftest.$ac_ext <<_ACEOF
17890 /* end confdefs.h. */
17892 /* Override any GCC internal prototype to avoid an error.
17893 Use char because int might match the return type of a GCC
17894 builtin and then its argument prototype would still apply. */
17895 #ifdef __cplusplus
17896 extern "C"
17897 #endif
17898 char inet_aton ();
17900 main ()
17902 return inet_aton ();
17904 return 0;
17906 _ACEOF
17907 for ac_lib in '' resolv; do
17908 if test -z "$ac_lib"; then
17909 ac_res="none required"
17910 else
17911 ac_res=-l$ac_lib
17912 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17914 rm -f conftest.$ac_objext conftest$ac_exeext
17915 if { (ac_try="$ac_link"
17916 case "(($ac_try" in
17917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17918 *) ac_try_echo=$ac_try;;
17919 esac
17920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17921 (eval "$ac_link") 2>conftest.er1
17922 ac_status=$?
17923 grep -v '^ *+' conftest.er1 >conftest.err
17924 rm -f conftest.er1
17925 cat conftest.err >&5
17926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17927 (exit $ac_status); } && {
17928 test -z "$ac_c_werror_flag" ||
17929 test ! -s conftest.err
17930 } && test -s conftest$ac_exeext &&
17931 $as_test_x conftest$ac_exeext; then
17932 ac_cv_search_inet_aton=$ac_res
17933 else
17934 echo "$as_me: failed program was:" >&5
17935 sed 's/^/| /' conftest.$ac_ext >&5
17940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17941 conftest$ac_exeext
17942 if test "${ac_cv_search_inet_aton+set}" = set; then
17943 break
17945 done
17946 if test "${ac_cv_search_inet_aton+set}" = set; then
17948 else
17949 ac_cv_search_inet_aton=no
17951 rm conftest.$ac_ext
17952 LIBS=$ac_func_search_save_LIBS
17954 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17955 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17956 ac_res=$ac_cv_search_inet_aton
17957 if test "$ac_res" != no; then
17958 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17971 for ac_func in \
17972 getaddrinfo \
17973 getnameinfo \
17974 getnetbyname \
17975 getprotobyname \
17976 getprotobynumber \
17977 getservbyport \
17978 inet_network \
17979 sendmsg \
17982 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17983 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17984 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17985 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17986 echo $ECHO_N "(cached) $ECHO_C" >&6
17987 else
17988 cat >conftest.$ac_ext <<_ACEOF
17989 /* confdefs.h. */
17990 _ACEOF
17991 cat confdefs.h >>conftest.$ac_ext
17992 cat >>conftest.$ac_ext <<_ACEOF
17993 /* end confdefs.h. */
17994 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17995 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17996 #define $ac_func innocuous_$ac_func
17998 /* System header to define __stub macros and hopefully few prototypes,
17999 which can conflict with char $ac_func (); below.
18000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18001 <limits.h> exists even on freestanding compilers. */
18003 #ifdef __STDC__
18004 # include <limits.h>
18005 #else
18006 # include <assert.h>
18007 #endif
18009 #undef $ac_func
18011 /* Override any GCC internal prototype to avoid an error.
18012 Use char because int might match the return type of a GCC
18013 builtin and then its argument prototype would still apply. */
18014 #ifdef __cplusplus
18015 extern "C"
18016 #endif
18017 char $ac_func ();
18018 /* The GNU C library defines this for functions which it implements
18019 to always fail with ENOSYS. Some functions are actually named
18020 something starting with __ and the normal name is an alias. */
18021 #if defined __stub_$ac_func || defined __stub___$ac_func
18022 choke me
18023 #endif
18026 main ()
18028 return $ac_func ();
18030 return 0;
18032 _ACEOF
18033 rm -f conftest.$ac_objext conftest$ac_exeext
18034 if { (ac_try="$ac_link"
18035 case "(($ac_try" in
18036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18037 *) ac_try_echo=$ac_try;;
18038 esac
18039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18040 (eval "$ac_link") 2>conftest.er1
18041 ac_status=$?
18042 grep -v '^ *+' conftest.er1 >conftest.err
18043 rm -f conftest.er1
18044 cat conftest.err >&5
18045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18046 (exit $ac_status); } && {
18047 test -z "$ac_c_werror_flag" ||
18048 test ! -s conftest.err
18049 } && test -s conftest$ac_exeext &&
18050 $as_test_x conftest$ac_exeext; then
18051 eval "$as_ac_var=yes"
18052 else
18053 echo "$as_me: failed program was:" >&5
18054 sed 's/^/| /' conftest.$ac_ext >&5
18056 eval "$as_ac_var=no"
18059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18060 conftest$ac_exeext conftest.$ac_ext
18062 ac_res=`eval echo '${'$as_ac_var'}'`
18063 { echo "$as_me:$LINENO: result: $ac_res" >&5
18064 echo "${ECHO_T}$ac_res" >&6; }
18065 if test `eval echo '${'$as_ac_var'}'` = yes; then
18066 cat >>confdefs.h <<_ACEOF
18067 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18068 _ACEOF
18071 done
18074 LDAPLIBS=""
18076 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18077 then
18078 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18079 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18080 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18081 echo $ECHO_N "(cached) $ECHO_C" >&6
18082 else
18083 cat >conftest.$ac_ext <<_ACEOF
18084 /* confdefs.h. */
18085 _ACEOF
18086 cat confdefs.h >>conftest.$ac_ext
18087 cat >>conftest.$ac_ext <<_ACEOF
18088 /* end confdefs.h. */
18089 #include <ldap.h>
18091 typedef LDAPSortKey ac__type_new_;
18093 main ()
18095 if ((ac__type_new_ *) 0)
18096 return 0;
18097 if (sizeof (ac__type_new_))
18098 return 0;
18100 return 0;
18102 _ACEOF
18103 rm -f conftest.$ac_objext
18104 if { (ac_try="$ac_compile"
18105 case "(($ac_try" in
18106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18107 *) ac_try_echo=$ac_try;;
18108 esac
18109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18110 (eval "$ac_compile") 2>conftest.er1
18111 ac_status=$?
18112 grep -v '^ *+' conftest.er1 >conftest.err
18113 rm -f conftest.er1
18114 cat conftest.err >&5
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); } && {
18117 test -z "$ac_c_werror_flag" ||
18118 test ! -s conftest.err
18119 } && test -s conftest.$ac_objext; then
18120 ac_cv_type_LDAPSortKey=yes
18121 else
18122 echo "$as_me: failed program was:" >&5
18123 sed 's/^/| /' conftest.$ac_ext >&5
18125 ac_cv_type_LDAPSortKey=no
18128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18130 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18131 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18132 if test $ac_cv_type_LDAPSortKey = yes; then
18133 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18134 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18135 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18136 echo $ECHO_N "(cached) $ECHO_C" >&6
18137 else
18138 ac_check_lib_save_LIBS=$LIBS
18139 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18140 cat >conftest.$ac_ext <<_ACEOF
18141 /* confdefs.h. */
18142 _ACEOF
18143 cat confdefs.h >>conftest.$ac_ext
18144 cat >>conftest.$ac_ext <<_ACEOF
18145 /* end confdefs.h. */
18147 /* Override any GCC internal prototype to avoid an error.
18148 Use char because int might match the return type of a GCC
18149 builtin and then its argument prototype would still apply. */
18150 #ifdef __cplusplus
18151 extern "C"
18152 #endif
18153 char ldap_initialize ();
18155 main ()
18157 return ldap_initialize ();
18159 return 0;
18161 _ACEOF
18162 rm -f conftest.$ac_objext conftest$ac_exeext
18163 if { (ac_try="$ac_link"
18164 case "(($ac_try" in
18165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18166 *) ac_try_echo=$ac_try;;
18167 esac
18168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18169 (eval "$ac_link") 2>conftest.er1
18170 ac_status=$?
18171 grep -v '^ *+' conftest.er1 >conftest.err
18172 rm -f conftest.er1
18173 cat conftest.err >&5
18174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18175 (exit $ac_status); } && {
18176 test -z "$ac_c_werror_flag" ||
18177 test ! -s conftest.err
18178 } && test -s conftest$ac_exeext &&
18179 $as_test_x conftest$ac_exeext; then
18180 ac_cv_lib_ldap_r_ldap_initialize=yes
18181 else
18182 echo "$as_me: failed program was:" >&5
18183 sed 's/^/| /' conftest.$ac_ext >&5
18185 ac_cv_lib_ldap_r_ldap_initialize=no
18188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18189 conftest$ac_exeext conftest.$ac_ext
18190 LIBS=$ac_check_lib_save_LIBS
18192 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18193 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18194 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18195 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18196 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18197 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18198 echo $ECHO_N "(cached) $ECHO_C" >&6
18199 else
18200 ac_check_lib_save_LIBS=$LIBS
18201 LIBS="-llber $LIBPTHREAD $LIBS"
18202 cat >conftest.$ac_ext <<_ACEOF
18203 /* confdefs.h. */
18204 _ACEOF
18205 cat confdefs.h >>conftest.$ac_ext
18206 cat >>conftest.$ac_ext <<_ACEOF
18207 /* end confdefs.h. */
18209 /* Override any GCC internal prototype to avoid an error.
18210 Use char because int might match the return type of a GCC
18211 builtin and then its argument prototype would still apply. */
18212 #ifdef __cplusplus
18213 extern "C"
18214 #endif
18215 char ber_init ();
18217 main ()
18219 return ber_init ();
18221 return 0;
18223 _ACEOF
18224 rm -f conftest.$ac_objext conftest$ac_exeext
18225 if { (ac_try="$ac_link"
18226 case "(($ac_try" in
18227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18228 *) ac_try_echo=$ac_try;;
18229 esac
18230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18231 (eval "$ac_link") 2>conftest.er1
18232 ac_status=$?
18233 grep -v '^ *+' conftest.er1 >conftest.err
18234 rm -f conftest.er1
18235 cat conftest.err >&5
18236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18237 (exit $ac_status); } && {
18238 test -z "$ac_c_werror_flag" ||
18239 test ! -s conftest.err
18240 } && test -s conftest$ac_exeext &&
18241 $as_test_x conftest$ac_exeext; then
18242 ac_cv_lib_lber_ber_init=yes
18243 else
18244 echo "$as_me: failed program was:" >&5
18245 sed 's/^/| /' conftest.$ac_ext >&5
18247 ac_cv_lib_lber_ber_init=no
18250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18251 conftest$ac_exeext conftest.$ac_ext
18252 LIBS=$ac_check_lib_save_LIBS
18254 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18255 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18256 if test $ac_cv_lib_lber_ber_init = yes; then
18258 cat >>confdefs.h <<\_ACEOF
18259 #define HAVE_LDAP 1
18260 _ACEOF
18262 LDAPLIBS="-lldap_r -llber"
18269 ac_wine_check_funcs_save_LIBS="$LIBS"
18270 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18279 for ac_func in \
18280 ldap_count_references \
18281 ldap_first_reference \
18282 ldap_next_reference \
18283 ldap_parse_reference \
18284 ldap_parse_sort_control \
18285 ldap_parse_sortresponse_control \
18286 ldap_parse_vlv_control \
18287 ldap_parse_vlvresponse_control
18289 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18290 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18291 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18292 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18293 echo $ECHO_N "(cached) $ECHO_C" >&6
18294 else
18295 cat >conftest.$ac_ext <<_ACEOF
18296 /* confdefs.h. */
18297 _ACEOF
18298 cat confdefs.h >>conftest.$ac_ext
18299 cat >>conftest.$ac_ext <<_ACEOF
18300 /* end confdefs.h. */
18301 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18302 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18303 #define $ac_func innocuous_$ac_func
18305 /* System header to define __stub macros and hopefully few prototypes,
18306 which can conflict with char $ac_func (); below.
18307 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18308 <limits.h> exists even on freestanding compilers. */
18310 #ifdef __STDC__
18311 # include <limits.h>
18312 #else
18313 # include <assert.h>
18314 #endif
18316 #undef $ac_func
18318 /* Override any GCC internal prototype to avoid an error.
18319 Use char because int might match the return type of a GCC
18320 builtin and then its argument prototype would still apply. */
18321 #ifdef __cplusplus
18322 extern "C"
18323 #endif
18324 char $ac_func ();
18325 /* The GNU C library defines this for functions which it implements
18326 to always fail with ENOSYS. Some functions are actually named
18327 something starting with __ and the normal name is an alias. */
18328 #if defined __stub_$ac_func || defined __stub___$ac_func
18329 choke me
18330 #endif
18333 main ()
18335 return $ac_func ();
18337 return 0;
18339 _ACEOF
18340 rm -f conftest.$ac_objext conftest$ac_exeext
18341 if { (ac_try="$ac_link"
18342 case "(($ac_try" in
18343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18344 *) ac_try_echo=$ac_try;;
18345 esac
18346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18347 (eval "$ac_link") 2>conftest.er1
18348 ac_status=$?
18349 grep -v '^ *+' conftest.er1 >conftest.err
18350 rm -f conftest.er1
18351 cat conftest.err >&5
18352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18353 (exit $ac_status); } && {
18354 test -z "$ac_c_werror_flag" ||
18355 test ! -s conftest.err
18356 } && test -s conftest$ac_exeext &&
18357 $as_test_x conftest$ac_exeext; then
18358 eval "$as_ac_var=yes"
18359 else
18360 echo "$as_me: failed program was:" >&5
18361 sed 's/^/| /' conftest.$ac_ext >&5
18363 eval "$as_ac_var=no"
18366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18367 conftest$ac_exeext conftest.$ac_ext
18369 ac_res=`eval echo '${'$as_ac_var'}'`
18370 { echo "$as_me:$LINENO: result: $ac_res" >&5
18371 echo "${ECHO_T}$ac_res" >&6; }
18372 if test `eval echo '${'$as_ac_var'}'` = yes; then
18373 cat >>confdefs.h <<_ACEOF
18374 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18375 _ACEOF
18378 done
18380 LIBS="$ac_wine_check_funcs_save_LIBS"
18382 if test "x$LDAPLIBS" = "x"; then
18383 case "x$with_ldap" in
18384 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18385 xno) ;;
18386 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18387 This is an error since --with-ldap was requested." >&5
18388 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18389 This is an error since --with-ldap was requested." >&2;}
18390 { (exit 1); exit 1; }; } ;;
18391 esac
18396 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18397 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18398 if test "${ac_cv_c_const+set}" = set; then
18399 echo $ECHO_N "(cached) $ECHO_C" >&6
18400 else
18401 cat >conftest.$ac_ext <<_ACEOF
18402 /* confdefs.h. */
18403 _ACEOF
18404 cat confdefs.h >>conftest.$ac_ext
18405 cat >>conftest.$ac_ext <<_ACEOF
18406 /* end confdefs.h. */
18409 main ()
18411 /* FIXME: Include the comments suggested by Paul. */
18412 #ifndef __cplusplus
18413 /* Ultrix mips cc rejects this. */
18414 typedef int charset[2];
18415 const charset cs;
18416 /* SunOS 4.1.1 cc rejects this. */
18417 char const *const *pcpcc;
18418 char **ppc;
18419 /* NEC SVR4.0.2 mips cc rejects this. */
18420 struct point {int x, y;};
18421 static struct point const zero = {0,0};
18422 /* AIX XL C 1.02.0.0 rejects this.
18423 It does not let you subtract one const X* pointer from another in
18424 an arm of an if-expression whose if-part is not a constant
18425 expression */
18426 const char *g = "string";
18427 pcpcc = &g + (g ? g-g : 0);
18428 /* HPUX 7.0 cc rejects these. */
18429 ++pcpcc;
18430 ppc = (char**) pcpcc;
18431 pcpcc = (char const *const *) ppc;
18432 { /* SCO 3.2v4 cc rejects this. */
18433 char *t;
18434 char const *s = 0 ? (char *) 0 : (char const *) 0;
18436 *t++ = 0;
18437 if (s) return 0;
18439 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18440 int x[] = {25, 17};
18441 const int *foo = &x[0];
18442 ++foo;
18444 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18445 typedef const int *iptr;
18446 iptr p = 0;
18447 ++p;
18449 { /* AIX XL C 1.02.0.0 rejects this saying
18450 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18451 struct s { int j; const int *ap[3]; };
18452 struct s *b; b->j = 5;
18454 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18455 const int foo = 10;
18456 if (!foo) return 0;
18458 return !cs[0] && !zero.x;
18459 #endif
18462 return 0;
18464 _ACEOF
18465 rm -f conftest.$ac_objext
18466 if { (ac_try="$ac_compile"
18467 case "(($ac_try" in
18468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18469 *) ac_try_echo=$ac_try;;
18470 esac
18471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18472 (eval "$ac_compile") 2>conftest.er1
18473 ac_status=$?
18474 grep -v '^ *+' conftest.er1 >conftest.err
18475 rm -f conftest.er1
18476 cat conftest.err >&5
18477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18478 (exit $ac_status); } && {
18479 test -z "$ac_c_werror_flag" ||
18480 test ! -s conftest.err
18481 } && test -s conftest.$ac_objext; then
18482 ac_cv_c_const=yes
18483 else
18484 echo "$as_me: failed program was:" >&5
18485 sed 's/^/| /' conftest.$ac_ext >&5
18487 ac_cv_c_const=no
18490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18492 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18493 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18494 if test $ac_cv_c_const = no; then
18496 cat >>confdefs.h <<\_ACEOF
18497 #define const
18498 _ACEOF
18502 { echo "$as_me:$LINENO: checking for inline" >&5
18503 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18504 if test "${ac_cv_c_inline+set}" = set; then
18505 echo $ECHO_N "(cached) $ECHO_C" >&6
18506 else
18507 ac_cv_c_inline=no
18508 for ac_kw in inline __inline__ __inline; do
18509 cat >conftest.$ac_ext <<_ACEOF
18510 /* confdefs.h. */
18511 _ACEOF
18512 cat confdefs.h >>conftest.$ac_ext
18513 cat >>conftest.$ac_ext <<_ACEOF
18514 /* end confdefs.h. */
18515 #ifndef __cplusplus
18516 typedef int foo_t;
18517 static $ac_kw foo_t static_foo () {return 0; }
18518 $ac_kw foo_t foo () {return 0; }
18519 #endif
18521 _ACEOF
18522 rm -f conftest.$ac_objext
18523 if { (ac_try="$ac_compile"
18524 case "(($ac_try" in
18525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18526 *) ac_try_echo=$ac_try;;
18527 esac
18528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18529 (eval "$ac_compile") 2>conftest.er1
18530 ac_status=$?
18531 grep -v '^ *+' conftest.er1 >conftest.err
18532 rm -f conftest.er1
18533 cat conftest.err >&5
18534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18535 (exit $ac_status); } && {
18536 test -z "$ac_c_werror_flag" ||
18537 test ! -s conftest.err
18538 } && test -s conftest.$ac_objext; then
18539 ac_cv_c_inline=$ac_kw
18540 else
18541 echo "$as_me: failed program was:" >&5
18542 sed 's/^/| /' conftest.$ac_ext >&5
18547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18548 test "$ac_cv_c_inline" != no && break
18549 done
18552 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18553 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18556 case $ac_cv_c_inline in
18557 inline | yes) ;;
18559 case $ac_cv_c_inline in
18560 no) ac_val=;;
18561 *) ac_val=$ac_cv_c_inline;;
18562 esac
18563 cat >>confdefs.h <<_ACEOF
18564 #ifndef __cplusplus
18565 #define inline $ac_val
18566 #endif
18567 _ACEOF
18569 esac
18571 { echo "$as_me:$LINENO: checking for mode_t" >&5
18572 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18573 if test "${ac_cv_type_mode_t+set}" = set; then
18574 echo $ECHO_N "(cached) $ECHO_C" >&6
18575 else
18576 cat >conftest.$ac_ext <<_ACEOF
18577 /* confdefs.h. */
18578 _ACEOF
18579 cat confdefs.h >>conftest.$ac_ext
18580 cat >>conftest.$ac_ext <<_ACEOF
18581 /* end confdefs.h. */
18582 $ac_includes_default
18583 typedef mode_t ac__type_new_;
18585 main ()
18587 if ((ac__type_new_ *) 0)
18588 return 0;
18589 if (sizeof (ac__type_new_))
18590 return 0;
18592 return 0;
18594 _ACEOF
18595 rm -f conftest.$ac_objext
18596 if { (ac_try="$ac_compile"
18597 case "(($ac_try" in
18598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18599 *) ac_try_echo=$ac_try;;
18600 esac
18601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18602 (eval "$ac_compile") 2>conftest.er1
18603 ac_status=$?
18604 grep -v '^ *+' conftest.er1 >conftest.err
18605 rm -f conftest.er1
18606 cat conftest.err >&5
18607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18608 (exit $ac_status); } && {
18609 test -z "$ac_c_werror_flag" ||
18610 test ! -s conftest.err
18611 } && test -s conftest.$ac_objext; then
18612 ac_cv_type_mode_t=yes
18613 else
18614 echo "$as_me: failed program was:" >&5
18615 sed 's/^/| /' conftest.$ac_ext >&5
18617 ac_cv_type_mode_t=no
18620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18622 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18623 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18624 if test $ac_cv_type_mode_t = yes; then
18626 cat >>confdefs.h <<_ACEOF
18627 #define HAVE_MODE_T 1
18628 _ACEOF
18632 { echo "$as_me:$LINENO: checking for off_t" >&5
18633 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18634 if test "${ac_cv_type_off_t+set}" = set; then
18635 echo $ECHO_N "(cached) $ECHO_C" >&6
18636 else
18637 cat >conftest.$ac_ext <<_ACEOF
18638 /* confdefs.h. */
18639 _ACEOF
18640 cat confdefs.h >>conftest.$ac_ext
18641 cat >>conftest.$ac_ext <<_ACEOF
18642 /* end confdefs.h. */
18643 $ac_includes_default
18644 typedef off_t ac__type_new_;
18646 main ()
18648 if ((ac__type_new_ *) 0)
18649 return 0;
18650 if (sizeof (ac__type_new_))
18651 return 0;
18653 return 0;
18655 _ACEOF
18656 rm -f conftest.$ac_objext
18657 if { (ac_try="$ac_compile"
18658 case "(($ac_try" in
18659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18660 *) ac_try_echo=$ac_try;;
18661 esac
18662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18663 (eval "$ac_compile") 2>conftest.er1
18664 ac_status=$?
18665 grep -v '^ *+' conftest.er1 >conftest.err
18666 rm -f conftest.er1
18667 cat conftest.err >&5
18668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18669 (exit $ac_status); } && {
18670 test -z "$ac_c_werror_flag" ||
18671 test ! -s conftest.err
18672 } && test -s conftest.$ac_objext; then
18673 ac_cv_type_off_t=yes
18674 else
18675 echo "$as_me: failed program was:" >&5
18676 sed 's/^/| /' conftest.$ac_ext >&5
18678 ac_cv_type_off_t=no
18681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18683 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18684 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18685 if test $ac_cv_type_off_t = yes; then
18687 cat >>confdefs.h <<_ACEOF
18688 #define HAVE_OFF_T 1
18689 _ACEOF
18693 { echo "$as_me:$LINENO: checking for pid_t" >&5
18694 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18695 if test "${ac_cv_type_pid_t+set}" = set; then
18696 echo $ECHO_N "(cached) $ECHO_C" >&6
18697 else
18698 cat >conftest.$ac_ext <<_ACEOF
18699 /* confdefs.h. */
18700 _ACEOF
18701 cat confdefs.h >>conftest.$ac_ext
18702 cat >>conftest.$ac_ext <<_ACEOF
18703 /* end confdefs.h. */
18704 $ac_includes_default
18705 typedef pid_t ac__type_new_;
18707 main ()
18709 if ((ac__type_new_ *) 0)
18710 return 0;
18711 if (sizeof (ac__type_new_))
18712 return 0;
18714 return 0;
18716 _ACEOF
18717 rm -f conftest.$ac_objext
18718 if { (ac_try="$ac_compile"
18719 case "(($ac_try" in
18720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18721 *) ac_try_echo=$ac_try;;
18722 esac
18723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18724 (eval "$ac_compile") 2>conftest.er1
18725 ac_status=$?
18726 grep -v '^ *+' conftest.er1 >conftest.err
18727 rm -f conftest.er1
18728 cat conftest.err >&5
18729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18730 (exit $ac_status); } && {
18731 test -z "$ac_c_werror_flag" ||
18732 test ! -s conftest.err
18733 } && test -s conftest.$ac_objext; then
18734 ac_cv_type_pid_t=yes
18735 else
18736 echo "$as_me: failed program was:" >&5
18737 sed 's/^/| /' conftest.$ac_ext >&5
18739 ac_cv_type_pid_t=no
18742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18744 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18745 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18746 if test $ac_cv_type_pid_t = yes; then
18748 cat >>confdefs.h <<_ACEOF
18749 #define HAVE_PID_T 1
18750 _ACEOF
18754 { echo "$as_me:$LINENO: checking for size_t" >&5
18755 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18756 if test "${ac_cv_type_size_t+set}" = set; then
18757 echo $ECHO_N "(cached) $ECHO_C" >&6
18758 else
18759 cat >conftest.$ac_ext <<_ACEOF
18760 /* confdefs.h. */
18761 _ACEOF
18762 cat confdefs.h >>conftest.$ac_ext
18763 cat >>conftest.$ac_ext <<_ACEOF
18764 /* end confdefs.h. */
18765 $ac_includes_default
18766 typedef size_t ac__type_new_;
18768 main ()
18770 if ((ac__type_new_ *) 0)
18771 return 0;
18772 if (sizeof (ac__type_new_))
18773 return 0;
18775 return 0;
18777 _ACEOF
18778 rm -f conftest.$ac_objext
18779 if { (ac_try="$ac_compile"
18780 case "(($ac_try" in
18781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18782 *) ac_try_echo=$ac_try;;
18783 esac
18784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18785 (eval "$ac_compile") 2>conftest.er1
18786 ac_status=$?
18787 grep -v '^ *+' conftest.er1 >conftest.err
18788 rm -f conftest.er1
18789 cat conftest.err >&5
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); } && {
18792 test -z "$ac_c_werror_flag" ||
18793 test ! -s conftest.err
18794 } && test -s conftest.$ac_objext; then
18795 ac_cv_type_size_t=yes
18796 else
18797 echo "$as_me: failed program was:" >&5
18798 sed 's/^/| /' conftest.$ac_ext >&5
18800 ac_cv_type_size_t=no
18803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18805 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18806 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18807 if test $ac_cv_type_size_t = yes; then
18809 cat >>confdefs.h <<_ACEOF
18810 #define HAVE_SIZE_T 1
18811 _ACEOF
18815 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18816 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18817 if test "${ac_cv_type_ssize_t+set}" = set; then
18818 echo $ECHO_N "(cached) $ECHO_C" >&6
18819 else
18820 cat >conftest.$ac_ext <<_ACEOF
18821 /* confdefs.h. */
18822 _ACEOF
18823 cat confdefs.h >>conftest.$ac_ext
18824 cat >>conftest.$ac_ext <<_ACEOF
18825 /* end confdefs.h. */
18826 $ac_includes_default
18827 typedef ssize_t ac__type_new_;
18829 main ()
18831 if ((ac__type_new_ *) 0)
18832 return 0;
18833 if (sizeof (ac__type_new_))
18834 return 0;
18836 return 0;
18838 _ACEOF
18839 rm -f conftest.$ac_objext
18840 if { (ac_try="$ac_compile"
18841 case "(($ac_try" in
18842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18843 *) ac_try_echo=$ac_try;;
18844 esac
18845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18846 (eval "$ac_compile") 2>conftest.er1
18847 ac_status=$?
18848 grep -v '^ *+' conftest.er1 >conftest.err
18849 rm -f conftest.er1
18850 cat conftest.err >&5
18851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18852 (exit $ac_status); } && {
18853 test -z "$ac_c_werror_flag" ||
18854 test ! -s conftest.err
18855 } && test -s conftest.$ac_objext; then
18856 ac_cv_type_ssize_t=yes
18857 else
18858 echo "$as_me: failed program was:" >&5
18859 sed 's/^/| /' conftest.$ac_ext >&5
18861 ac_cv_type_ssize_t=no
18864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18866 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18867 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18868 if test $ac_cv_type_ssize_t = yes; then
18870 cat >>confdefs.h <<_ACEOF
18871 #define HAVE_SSIZE_T 1
18872 _ACEOF
18876 { echo "$as_me:$LINENO: checking for long long" >&5
18877 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18878 if test "${ac_cv_type_long_long+set}" = set; then
18879 echo $ECHO_N "(cached) $ECHO_C" >&6
18880 else
18881 cat >conftest.$ac_ext <<_ACEOF
18882 /* confdefs.h. */
18883 _ACEOF
18884 cat confdefs.h >>conftest.$ac_ext
18885 cat >>conftest.$ac_ext <<_ACEOF
18886 /* end confdefs.h. */
18887 $ac_includes_default
18888 typedef long long ac__type_new_;
18890 main ()
18892 if ((ac__type_new_ *) 0)
18893 return 0;
18894 if (sizeof (ac__type_new_))
18895 return 0;
18897 return 0;
18899 _ACEOF
18900 rm -f conftest.$ac_objext
18901 if { (ac_try="$ac_compile"
18902 case "(($ac_try" in
18903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18904 *) ac_try_echo=$ac_try;;
18905 esac
18906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18907 (eval "$ac_compile") 2>conftest.er1
18908 ac_status=$?
18909 grep -v '^ *+' conftest.er1 >conftest.err
18910 rm -f conftest.er1
18911 cat conftest.err >&5
18912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18913 (exit $ac_status); } && {
18914 test -z "$ac_c_werror_flag" ||
18915 test ! -s conftest.err
18916 } && test -s conftest.$ac_objext; then
18917 ac_cv_type_long_long=yes
18918 else
18919 echo "$as_me: failed program was:" >&5
18920 sed 's/^/| /' conftest.$ac_ext >&5
18922 ac_cv_type_long_long=no
18925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18927 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18928 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18929 if test $ac_cv_type_long_long = yes; then
18931 cat >>confdefs.h <<_ACEOF
18932 #define HAVE_LONG_LONG 1
18933 _ACEOF
18937 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18938 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18939 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18940 echo $ECHO_N "(cached) $ECHO_C" >&6
18941 else
18942 cat >conftest.$ac_ext <<_ACEOF
18943 /* confdefs.h. */
18944 _ACEOF
18945 cat confdefs.h >>conftest.$ac_ext
18946 cat >>conftest.$ac_ext <<_ACEOF
18947 /* end confdefs.h. */
18948 $ac_includes_default
18949 typedef fsblkcnt_t ac__type_new_;
18951 main ()
18953 if ((ac__type_new_ *) 0)
18954 return 0;
18955 if (sizeof (ac__type_new_))
18956 return 0;
18958 return 0;
18960 _ACEOF
18961 rm -f conftest.$ac_objext
18962 if { (ac_try="$ac_compile"
18963 case "(($ac_try" in
18964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18965 *) ac_try_echo=$ac_try;;
18966 esac
18967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18968 (eval "$ac_compile") 2>conftest.er1
18969 ac_status=$?
18970 grep -v '^ *+' conftest.er1 >conftest.err
18971 rm -f conftest.er1
18972 cat conftest.err >&5
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } && {
18975 test -z "$ac_c_werror_flag" ||
18976 test ! -s conftest.err
18977 } && test -s conftest.$ac_objext; then
18978 ac_cv_type_fsblkcnt_t=yes
18979 else
18980 echo "$as_me: failed program was:" >&5
18981 sed 's/^/| /' conftest.$ac_ext >&5
18983 ac_cv_type_fsblkcnt_t=no
18986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18988 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18989 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18990 if test $ac_cv_type_fsblkcnt_t = yes; then
18992 cat >>confdefs.h <<_ACEOF
18993 #define HAVE_FSBLKCNT_T 1
18994 _ACEOF
18998 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18999 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19000 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19001 echo $ECHO_N "(cached) $ECHO_C" >&6
19002 else
19003 cat >conftest.$ac_ext <<_ACEOF
19004 /* confdefs.h. */
19005 _ACEOF
19006 cat confdefs.h >>conftest.$ac_ext
19007 cat >>conftest.$ac_ext <<_ACEOF
19008 /* end confdefs.h. */
19009 $ac_includes_default
19010 typedef fsfilcnt_t ac__type_new_;
19012 main ()
19014 if ((ac__type_new_ *) 0)
19015 return 0;
19016 if (sizeof (ac__type_new_))
19017 return 0;
19019 return 0;
19021 _ACEOF
19022 rm -f conftest.$ac_objext
19023 if { (ac_try="$ac_compile"
19024 case "(($ac_try" in
19025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19026 *) ac_try_echo=$ac_try;;
19027 esac
19028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19029 (eval "$ac_compile") 2>conftest.er1
19030 ac_status=$?
19031 grep -v '^ *+' conftest.er1 >conftest.err
19032 rm -f conftest.er1
19033 cat conftest.err >&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); } && {
19036 test -z "$ac_c_werror_flag" ||
19037 test ! -s conftest.err
19038 } && test -s conftest.$ac_objext; then
19039 ac_cv_type_fsfilcnt_t=yes
19040 else
19041 echo "$as_me: failed program was:" >&5
19042 sed 's/^/| /' conftest.$ac_ext >&5
19044 ac_cv_type_fsfilcnt_t=no
19047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19049 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19050 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19051 if test $ac_cv_type_fsfilcnt_t = yes; then
19053 cat >>confdefs.h <<_ACEOF
19054 #define HAVE_FSFILCNT_T 1
19055 _ACEOF
19060 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19061 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19062 if test "${ac_cv_type_sigset_t+set}" = set; then
19063 echo $ECHO_N "(cached) $ECHO_C" >&6
19064 else
19065 cat >conftest.$ac_ext <<_ACEOF
19066 /* confdefs.h. */
19067 _ACEOF
19068 cat confdefs.h >>conftest.$ac_ext
19069 cat >>conftest.$ac_ext <<_ACEOF
19070 /* end confdefs.h. */
19071 #include <sys/types.h>
19072 #include <signal.h>
19074 typedef sigset_t ac__type_new_;
19076 main ()
19078 if ((ac__type_new_ *) 0)
19079 return 0;
19080 if (sizeof (ac__type_new_))
19081 return 0;
19083 return 0;
19085 _ACEOF
19086 rm -f conftest.$ac_objext
19087 if { (ac_try="$ac_compile"
19088 case "(($ac_try" in
19089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19090 *) ac_try_echo=$ac_try;;
19091 esac
19092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19093 (eval "$ac_compile") 2>conftest.er1
19094 ac_status=$?
19095 grep -v '^ *+' conftest.er1 >conftest.err
19096 rm -f conftest.er1
19097 cat conftest.err >&5
19098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19099 (exit $ac_status); } && {
19100 test -z "$ac_c_werror_flag" ||
19101 test ! -s conftest.err
19102 } && test -s conftest.$ac_objext; then
19103 ac_cv_type_sigset_t=yes
19104 else
19105 echo "$as_me: failed program was:" >&5
19106 sed 's/^/| /' conftest.$ac_ext >&5
19108 ac_cv_type_sigset_t=no
19111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19113 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19114 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19115 if test $ac_cv_type_sigset_t = yes; then
19117 cat >>confdefs.h <<_ACEOF
19118 #define HAVE_SIGSET_T 1
19119 _ACEOF
19124 { echo "$as_me:$LINENO: checking for request_sense" >&5
19125 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19126 if test "${ac_cv_type_request_sense+set}" = set; then
19127 echo $ECHO_N "(cached) $ECHO_C" >&6
19128 else
19129 cat >conftest.$ac_ext <<_ACEOF
19130 /* confdefs.h. */
19131 _ACEOF
19132 cat confdefs.h >>conftest.$ac_ext
19133 cat >>conftest.$ac_ext <<_ACEOF
19134 /* end confdefs.h. */
19135 #include <linux/cdrom.h>
19137 typedef request_sense ac__type_new_;
19139 main ()
19141 if ((ac__type_new_ *) 0)
19142 return 0;
19143 if (sizeof (ac__type_new_))
19144 return 0;
19146 return 0;
19148 _ACEOF
19149 rm -f conftest.$ac_objext
19150 if { (ac_try="$ac_compile"
19151 case "(($ac_try" in
19152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19153 *) ac_try_echo=$ac_try;;
19154 esac
19155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19156 (eval "$ac_compile") 2>conftest.er1
19157 ac_status=$?
19158 grep -v '^ *+' conftest.er1 >conftest.err
19159 rm -f conftest.er1
19160 cat conftest.err >&5
19161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19162 (exit $ac_status); } && {
19163 test -z "$ac_c_werror_flag" ||
19164 test ! -s conftest.err
19165 } && test -s conftest.$ac_objext; then
19166 ac_cv_type_request_sense=yes
19167 else
19168 echo "$as_me: failed program was:" >&5
19169 sed 's/^/| /' conftest.$ac_ext >&5
19171 ac_cv_type_request_sense=no
19174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19176 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19177 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19178 if test $ac_cv_type_request_sense = yes; then
19180 cat >>confdefs.h <<_ACEOF
19181 #define HAVE_REQUEST_SENSE 1
19182 _ACEOF
19188 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19189 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19190 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19191 echo $ECHO_N "(cached) $ECHO_C" >&6
19192 else
19193 cat >conftest.$ac_ext <<_ACEOF
19194 /* confdefs.h. */
19195 _ACEOF
19196 cat confdefs.h >>conftest.$ac_ext
19197 cat >>conftest.$ac_ext <<_ACEOF
19198 /* end confdefs.h. */
19199 #ifdef HAVE_LINUX_INPUT_H
19200 #include <linux/input.h>
19201 #endif
19204 main ()
19206 static struct ff_effect ac_aggr;
19207 if (ac_aggr.direction)
19208 return 0;
19210 return 0;
19212 _ACEOF
19213 rm -f conftest.$ac_objext
19214 if { (ac_try="$ac_compile"
19215 case "(($ac_try" in
19216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19217 *) ac_try_echo=$ac_try;;
19218 esac
19219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 ac_cv_member_struct_ff_effect_direction=yes
19231 else
19232 echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 cat >conftest.$ac_ext <<_ACEOF
19236 /* confdefs.h. */
19237 _ACEOF
19238 cat confdefs.h >>conftest.$ac_ext
19239 cat >>conftest.$ac_ext <<_ACEOF
19240 /* end confdefs.h. */
19241 #ifdef HAVE_LINUX_INPUT_H
19242 #include <linux/input.h>
19243 #endif
19246 main ()
19248 static struct ff_effect ac_aggr;
19249 if (sizeof ac_aggr.direction)
19250 return 0;
19252 return 0;
19254 _ACEOF
19255 rm -f conftest.$ac_objext
19256 if { (ac_try="$ac_compile"
19257 case "(($ac_try" in
19258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19259 *) ac_try_echo=$ac_try;;
19260 esac
19261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19262 (eval "$ac_compile") 2>conftest.er1
19263 ac_status=$?
19264 grep -v '^ *+' conftest.er1 >conftest.err
19265 rm -f conftest.er1
19266 cat conftest.err >&5
19267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19268 (exit $ac_status); } && {
19269 test -z "$ac_c_werror_flag" ||
19270 test ! -s conftest.err
19271 } && test -s conftest.$ac_objext; then
19272 ac_cv_member_struct_ff_effect_direction=yes
19273 else
19274 echo "$as_me: failed program was:" >&5
19275 sed 's/^/| /' conftest.$ac_ext >&5
19277 ac_cv_member_struct_ff_effect_direction=no
19280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19285 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19286 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19287 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19289 cat >>confdefs.h <<_ACEOF
19290 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19291 _ACEOF
19297 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19298 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19299 if test "${wine_cv_have_sigaddset+set}" = set; then
19300 echo $ECHO_N "(cached) $ECHO_C" >&6
19301 else
19302 cat >conftest.$ac_ext <<_ACEOF
19303 /* confdefs.h. */
19304 _ACEOF
19305 cat confdefs.h >>conftest.$ac_ext
19306 cat >>conftest.$ac_ext <<_ACEOF
19307 /* end confdefs.h. */
19308 #include <signal.h>
19310 main ()
19312 sigset_t set; sigaddset(&set,SIGTERM);
19314 return 0;
19316 _ACEOF
19317 rm -f conftest.$ac_objext conftest$ac_exeext
19318 if { (ac_try="$ac_link"
19319 case "(($ac_try" in
19320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19321 *) ac_try_echo=$ac_try;;
19322 esac
19323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19324 (eval "$ac_link") 2>conftest.er1
19325 ac_status=$?
19326 grep -v '^ *+' conftest.er1 >conftest.err
19327 rm -f conftest.er1
19328 cat conftest.err >&5
19329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330 (exit $ac_status); } && {
19331 test -z "$ac_c_werror_flag" ||
19332 test ! -s conftest.err
19333 } && test -s conftest$ac_exeext &&
19334 $as_test_x conftest$ac_exeext; then
19335 wine_cv_have_sigaddset=yes
19336 else
19337 echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.$ac_ext >&5
19340 wine_cv_have_sigaddset=no
19343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19344 conftest$ac_exeext conftest.$ac_ext
19346 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19347 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19348 if test "$wine_cv_have_sigaddset" = "yes"
19349 then
19351 cat >>confdefs.h <<\_ACEOF
19352 #define HAVE_SIGADDSET 1
19353 _ACEOF
19358 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19359 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19360 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19361 echo $ECHO_N "(cached) $ECHO_C" >&6
19362 else
19363 cat >conftest.$ac_ext <<_ACEOF
19364 /* confdefs.h. */
19365 _ACEOF
19366 cat confdefs.h >>conftest.$ac_ext
19367 cat >>conftest.$ac_ext <<_ACEOF
19368 /* end confdefs.h. */
19369 #include <netdb.h>
19371 main ()
19374 char *name=0;
19375 struct hostent he;
19376 struct hostent *result;
19377 char *buf=0;
19378 int bufsize=0;
19379 int res,errnr;
19380 char *addr=0;
19381 int addrlen=0;
19382 int addrtype=0;
19383 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19384 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19387 return 0;
19389 _ACEOF
19390 rm -f conftest.$ac_objext conftest$ac_exeext
19391 if { (ac_try="$ac_link"
19392 case "(($ac_try" in
19393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19394 *) ac_try_echo=$ac_try;;
19395 esac
19396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19397 (eval "$ac_link") 2>conftest.er1
19398 ac_status=$?
19399 grep -v '^ *+' conftest.er1 >conftest.err
19400 rm -f conftest.er1
19401 cat conftest.err >&5
19402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19403 (exit $ac_status); } && {
19404 test -z "$ac_c_werror_flag" ||
19405 test ! -s conftest.err
19406 } && test -s conftest$ac_exeext &&
19407 $as_test_x conftest$ac_exeext; then
19408 wine_cv_linux_gethostbyname_r_6=yes
19409 else
19410 echo "$as_me: failed program was:" >&5
19411 sed 's/^/| /' conftest.$ac_ext >&5
19413 wine_cv_linux_gethostbyname_r_6=no
19417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19418 conftest$ac_exeext conftest.$ac_ext
19421 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19422 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19423 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19424 then
19426 cat >>confdefs.h <<\_ACEOF
19427 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19428 _ACEOF
19432 if test "$ac_cv_header_linux_joystick_h" = "yes"
19433 then
19434 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19435 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19436 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19437 echo $ECHO_N "(cached) $ECHO_C" >&6
19438 else
19439 cat >conftest.$ac_ext <<_ACEOF
19440 /* confdefs.h. */
19441 _ACEOF
19442 cat confdefs.h >>conftest.$ac_ext
19443 cat >>conftest.$ac_ext <<_ACEOF
19444 /* end confdefs.h. */
19446 #include <sys/ioctl.h>
19447 #include <sys/types.h>
19448 #include <linux/joystick.h>
19450 struct js_event blub;
19451 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19452 #error "no 2.2 header"
19453 #endif
19456 main ()
19458 /*empty*/
19460 return 0;
19462 _ACEOF
19463 rm -f conftest.$ac_objext
19464 if { (ac_try="$ac_compile"
19465 case "(($ac_try" in
19466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19467 *) ac_try_echo=$ac_try;;
19468 esac
19469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19470 (eval "$ac_compile") 2>conftest.er1
19471 ac_status=$?
19472 grep -v '^ *+' conftest.er1 >conftest.err
19473 rm -f conftest.er1
19474 cat conftest.err >&5
19475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); } && {
19477 test -z "$ac_c_werror_flag" ||
19478 test ! -s conftest.err
19479 } && test -s conftest.$ac_objext; then
19480 wine_cv_linux_joystick_22_api=yes
19481 else
19482 echo "$as_me: failed program was:" >&5
19483 sed 's/^/| /' conftest.$ac_ext >&5
19485 wine_cv_linux_joystick_22_api=no
19488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19491 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19492 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19493 if test "$wine_cv_linux_joystick_22_api" = "yes"
19494 then
19496 cat >>confdefs.h <<\_ACEOF
19497 #define HAVE_LINUX_22_JOYSTICK_API 1
19498 _ACEOF
19504 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19505 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19506 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19507 echo $ECHO_N "(cached) $ECHO_C" >&6
19508 else
19509 cat >conftest.$ac_ext <<_ACEOF
19510 /* confdefs.h. */
19511 _ACEOF
19512 cat confdefs.h >>conftest.$ac_ext
19513 cat >>conftest.$ac_ext <<_ACEOF
19514 /* end confdefs.h. */
19515 #include <sys/types.h>
19516 #ifdef HAVE_SYS_PARAM_H
19517 # include <sys/param.h>
19518 #endif
19519 #ifdef HAVE_SYS_MOUNT_H
19520 # include <sys/mount.h>
19521 #endif
19522 #ifdef HAVE_SYS_VFS_H
19523 # include <sys/vfs.h>
19524 #endif
19525 #ifdef HAVE_SYS_STATFS_H
19526 # include <sys/statfs.h>
19527 #endif
19530 main ()
19532 static struct statfs ac_aggr;
19533 if (ac_aggr.f_bfree)
19534 return 0;
19536 return 0;
19538 _ACEOF
19539 rm -f conftest.$ac_objext
19540 if { (ac_try="$ac_compile"
19541 case "(($ac_try" in
19542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19543 *) ac_try_echo=$ac_try;;
19544 esac
19545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19546 (eval "$ac_compile") 2>conftest.er1
19547 ac_status=$?
19548 grep -v '^ *+' conftest.er1 >conftest.err
19549 rm -f conftest.er1
19550 cat conftest.err >&5
19551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19552 (exit $ac_status); } && {
19553 test -z "$ac_c_werror_flag" ||
19554 test ! -s conftest.err
19555 } && test -s conftest.$ac_objext; then
19556 ac_cv_member_struct_statfs_f_bfree=yes
19557 else
19558 echo "$as_me: failed program was:" >&5
19559 sed 's/^/| /' conftest.$ac_ext >&5
19561 cat >conftest.$ac_ext <<_ACEOF
19562 /* confdefs.h. */
19563 _ACEOF
19564 cat confdefs.h >>conftest.$ac_ext
19565 cat >>conftest.$ac_ext <<_ACEOF
19566 /* end confdefs.h. */
19567 #include <sys/types.h>
19568 #ifdef HAVE_SYS_PARAM_H
19569 # include <sys/param.h>
19570 #endif
19571 #ifdef HAVE_SYS_MOUNT_H
19572 # include <sys/mount.h>
19573 #endif
19574 #ifdef HAVE_SYS_VFS_H
19575 # include <sys/vfs.h>
19576 #endif
19577 #ifdef HAVE_SYS_STATFS_H
19578 # include <sys/statfs.h>
19579 #endif
19582 main ()
19584 static struct statfs ac_aggr;
19585 if (sizeof ac_aggr.f_bfree)
19586 return 0;
19588 return 0;
19590 _ACEOF
19591 rm -f conftest.$ac_objext
19592 if { (ac_try="$ac_compile"
19593 case "(($ac_try" in
19594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19595 *) ac_try_echo=$ac_try;;
19596 esac
19597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19598 (eval "$ac_compile") 2>conftest.er1
19599 ac_status=$?
19600 grep -v '^ *+' conftest.er1 >conftest.err
19601 rm -f conftest.er1
19602 cat conftest.err >&5
19603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19604 (exit $ac_status); } && {
19605 test -z "$ac_c_werror_flag" ||
19606 test ! -s conftest.err
19607 } && test -s conftest.$ac_objext; then
19608 ac_cv_member_struct_statfs_f_bfree=yes
19609 else
19610 echo "$as_me: failed program was:" >&5
19611 sed 's/^/| /' conftest.$ac_ext >&5
19613 ac_cv_member_struct_statfs_f_bfree=no
19616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19622 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19623 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19625 cat >>confdefs.h <<_ACEOF
19626 #define HAVE_STRUCT_STATFS_F_BFREE 1
19627 _ACEOF
19631 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19632 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19633 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19634 echo $ECHO_N "(cached) $ECHO_C" >&6
19635 else
19636 cat >conftest.$ac_ext <<_ACEOF
19637 /* confdefs.h. */
19638 _ACEOF
19639 cat confdefs.h >>conftest.$ac_ext
19640 cat >>conftest.$ac_ext <<_ACEOF
19641 /* end confdefs.h. */
19642 #include <sys/types.h>
19643 #ifdef HAVE_SYS_PARAM_H
19644 # include <sys/param.h>
19645 #endif
19646 #ifdef HAVE_SYS_MOUNT_H
19647 # include <sys/mount.h>
19648 #endif
19649 #ifdef HAVE_SYS_VFS_H
19650 # include <sys/vfs.h>
19651 #endif
19652 #ifdef HAVE_SYS_STATFS_H
19653 # include <sys/statfs.h>
19654 #endif
19657 main ()
19659 static struct statfs ac_aggr;
19660 if (ac_aggr.f_bavail)
19661 return 0;
19663 return 0;
19665 _ACEOF
19666 rm -f conftest.$ac_objext
19667 if { (ac_try="$ac_compile"
19668 case "(($ac_try" in
19669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19670 *) ac_try_echo=$ac_try;;
19671 esac
19672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19673 (eval "$ac_compile") 2>conftest.er1
19674 ac_status=$?
19675 grep -v '^ *+' conftest.er1 >conftest.err
19676 rm -f conftest.er1
19677 cat conftest.err >&5
19678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19679 (exit $ac_status); } && {
19680 test -z "$ac_c_werror_flag" ||
19681 test ! -s conftest.err
19682 } && test -s conftest.$ac_objext; then
19683 ac_cv_member_struct_statfs_f_bavail=yes
19684 else
19685 echo "$as_me: failed program was:" >&5
19686 sed 's/^/| /' conftest.$ac_ext >&5
19688 cat >conftest.$ac_ext <<_ACEOF
19689 /* confdefs.h. */
19690 _ACEOF
19691 cat confdefs.h >>conftest.$ac_ext
19692 cat >>conftest.$ac_ext <<_ACEOF
19693 /* end confdefs.h. */
19694 #include <sys/types.h>
19695 #ifdef HAVE_SYS_PARAM_H
19696 # include <sys/param.h>
19697 #endif
19698 #ifdef HAVE_SYS_MOUNT_H
19699 # include <sys/mount.h>
19700 #endif
19701 #ifdef HAVE_SYS_VFS_H
19702 # include <sys/vfs.h>
19703 #endif
19704 #ifdef HAVE_SYS_STATFS_H
19705 # include <sys/statfs.h>
19706 #endif
19709 main ()
19711 static struct statfs ac_aggr;
19712 if (sizeof ac_aggr.f_bavail)
19713 return 0;
19715 return 0;
19717 _ACEOF
19718 rm -f conftest.$ac_objext
19719 if { (ac_try="$ac_compile"
19720 case "(($ac_try" in
19721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19722 *) ac_try_echo=$ac_try;;
19723 esac
19724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19725 (eval "$ac_compile") 2>conftest.er1
19726 ac_status=$?
19727 grep -v '^ *+' conftest.er1 >conftest.err
19728 rm -f conftest.er1
19729 cat conftest.err >&5
19730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19731 (exit $ac_status); } && {
19732 test -z "$ac_c_werror_flag" ||
19733 test ! -s conftest.err
19734 } && test -s conftest.$ac_objext; then
19735 ac_cv_member_struct_statfs_f_bavail=yes
19736 else
19737 echo "$as_me: failed program was:" >&5
19738 sed 's/^/| /' conftest.$ac_ext >&5
19740 ac_cv_member_struct_statfs_f_bavail=no
19743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19748 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19749 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19750 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19752 cat >>confdefs.h <<_ACEOF
19753 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19754 _ACEOF
19758 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19759 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19760 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19761 echo $ECHO_N "(cached) $ECHO_C" >&6
19762 else
19763 cat >conftest.$ac_ext <<_ACEOF
19764 /* confdefs.h. */
19765 _ACEOF
19766 cat confdefs.h >>conftest.$ac_ext
19767 cat >>conftest.$ac_ext <<_ACEOF
19768 /* end confdefs.h. */
19769 #include <sys/types.h>
19770 #ifdef HAVE_SYS_PARAM_H
19771 # include <sys/param.h>
19772 #endif
19773 #ifdef HAVE_SYS_MOUNT_H
19774 # include <sys/mount.h>
19775 #endif
19776 #ifdef HAVE_SYS_VFS_H
19777 # include <sys/vfs.h>
19778 #endif
19779 #ifdef HAVE_SYS_STATFS_H
19780 # include <sys/statfs.h>
19781 #endif
19784 main ()
19786 static struct statfs ac_aggr;
19787 if (ac_aggr.f_frsize)
19788 return 0;
19790 return 0;
19792 _ACEOF
19793 rm -f conftest.$ac_objext
19794 if { (ac_try="$ac_compile"
19795 case "(($ac_try" in
19796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19797 *) ac_try_echo=$ac_try;;
19798 esac
19799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19800 (eval "$ac_compile") 2>conftest.er1
19801 ac_status=$?
19802 grep -v '^ *+' conftest.er1 >conftest.err
19803 rm -f conftest.er1
19804 cat conftest.err >&5
19805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19806 (exit $ac_status); } && {
19807 test -z "$ac_c_werror_flag" ||
19808 test ! -s conftest.err
19809 } && test -s conftest.$ac_objext; then
19810 ac_cv_member_struct_statfs_f_frsize=yes
19811 else
19812 echo "$as_me: failed program was:" >&5
19813 sed 's/^/| /' conftest.$ac_ext >&5
19815 cat >conftest.$ac_ext <<_ACEOF
19816 /* confdefs.h. */
19817 _ACEOF
19818 cat confdefs.h >>conftest.$ac_ext
19819 cat >>conftest.$ac_ext <<_ACEOF
19820 /* end confdefs.h. */
19821 #include <sys/types.h>
19822 #ifdef HAVE_SYS_PARAM_H
19823 # include <sys/param.h>
19824 #endif
19825 #ifdef HAVE_SYS_MOUNT_H
19826 # include <sys/mount.h>
19827 #endif
19828 #ifdef HAVE_SYS_VFS_H
19829 # include <sys/vfs.h>
19830 #endif
19831 #ifdef HAVE_SYS_STATFS_H
19832 # include <sys/statfs.h>
19833 #endif
19836 main ()
19838 static struct statfs ac_aggr;
19839 if (sizeof ac_aggr.f_frsize)
19840 return 0;
19842 return 0;
19844 _ACEOF
19845 rm -f conftest.$ac_objext
19846 if { (ac_try="$ac_compile"
19847 case "(($ac_try" in
19848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19849 *) ac_try_echo=$ac_try;;
19850 esac
19851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19852 (eval "$ac_compile") 2>conftest.er1
19853 ac_status=$?
19854 grep -v '^ *+' conftest.er1 >conftest.err
19855 rm -f conftest.er1
19856 cat conftest.err >&5
19857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19858 (exit $ac_status); } && {
19859 test -z "$ac_c_werror_flag" ||
19860 test ! -s conftest.err
19861 } && test -s conftest.$ac_objext; then
19862 ac_cv_member_struct_statfs_f_frsize=yes
19863 else
19864 echo "$as_me: failed program was:" >&5
19865 sed 's/^/| /' conftest.$ac_ext >&5
19867 ac_cv_member_struct_statfs_f_frsize=no
19870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19875 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19876 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19877 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19879 cat >>confdefs.h <<_ACEOF
19880 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19881 _ACEOF
19885 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19886 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19887 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19888 echo $ECHO_N "(cached) $ECHO_C" >&6
19889 else
19890 cat >conftest.$ac_ext <<_ACEOF
19891 /* confdefs.h. */
19892 _ACEOF
19893 cat confdefs.h >>conftest.$ac_ext
19894 cat >>conftest.$ac_ext <<_ACEOF
19895 /* end confdefs.h. */
19896 #include <sys/types.h>
19897 #ifdef HAVE_SYS_PARAM_H
19898 # include <sys/param.h>
19899 #endif
19900 #ifdef HAVE_SYS_MOUNT_H
19901 # include <sys/mount.h>
19902 #endif
19903 #ifdef HAVE_SYS_VFS_H
19904 # include <sys/vfs.h>
19905 #endif
19906 #ifdef HAVE_SYS_STATFS_H
19907 # include <sys/statfs.h>
19908 #endif
19911 main ()
19913 static struct statfs ac_aggr;
19914 if (ac_aggr.f_ffree)
19915 return 0;
19917 return 0;
19919 _ACEOF
19920 rm -f conftest.$ac_objext
19921 if { (ac_try="$ac_compile"
19922 case "(($ac_try" in
19923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19924 *) ac_try_echo=$ac_try;;
19925 esac
19926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19927 (eval "$ac_compile") 2>conftest.er1
19928 ac_status=$?
19929 grep -v '^ *+' conftest.er1 >conftest.err
19930 rm -f conftest.er1
19931 cat conftest.err >&5
19932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19933 (exit $ac_status); } && {
19934 test -z "$ac_c_werror_flag" ||
19935 test ! -s conftest.err
19936 } && test -s conftest.$ac_objext; then
19937 ac_cv_member_struct_statfs_f_ffree=yes
19938 else
19939 echo "$as_me: failed program was:" >&5
19940 sed 's/^/| /' conftest.$ac_ext >&5
19942 cat >conftest.$ac_ext <<_ACEOF
19943 /* confdefs.h. */
19944 _ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 #include <sys/types.h>
19949 #ifdef HAVE_SYS_PARAM_H
19950 # include <sys/param.h>
19951 #endif
19952 #ifdef HAVE_SYS_MOUNT_H
19953 # include <sys/mount.h>
19954 #endif
19955 #ifdef HAVE_SYS_VFS_H
19956 # include <sys/vfs.h>
19957 #endif
19958 #ifdef HAVE_SYS_STATFS_H
19959 # include <sys/statfs.h>
19960 #endif
19963 main ()
19965 static struct statfs ac_aggr;
19966 if (sizeof ac_aggr.f_ffree)
19967 return 0;
19969 return 0;
19971 _ACEOF
19972 rm -f conftest.$ac_objext
19973 if { (ac_try="$ac_compile"
19974 case "(($ac_try" in
19975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19976 *) ac_try_echo=$ac_try;;
19977 esac
19978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19979 (eval "$ac_compile") 2>conftest.er1
19980 ac_status=$?
19981 grep -v '^ *+' conftest.er1 >conftest.err
19982 rm -f conftest.er1
19983 cat conftest.err >&5
19984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19985 (exit $ac_status); } && {
19986 test -z "$ac_c_werror_flag" ||
19987 test ! -s conftest.err
19988 } && test -s conftest.$ac_objext; then
19989 ac_cv_member_struct_statfs_f_ffree=yes
19990 else
19991 echo "$as_me: failed program was:" >&5
19992 sed 's/^/| /' conftest.$ac_ext >&5
19994 ac_cv_member_struct_statfs_f_ffree=no
19997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20002 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20003 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20004 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20006 cat >>confdefs.h <<_ACEOF
20007 #define HAVE_STRUCT_STATFS_F_FFREE 1
20008 _ACEOF
20012 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20013 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20014 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20015 echo $ECHO_N "(cached) $ECHO_C" >&6
20016 else
20017 cat >conftest.$ac_ext <<_ACEOF
20018 /* confdefs.h. */
20019 _ACEOF
20020 cat confdefs.h >>conftest.$ac_ext
20021 cat >>conftest.$ac_ext <<_ACEOF
20022 /* end confdefs.h. */
20023 #include <sys/types.h>
20024 #ifdef HAVE_SYS_PARAM_H
20025 # include <sys/param.h>
20026 #endif
20027 #ifdef HAVE_SYS_MOUNT_H
20028 # include <sys/mount.h>
20029 #endif
20030 #ifdef HAVE_SYS_VFS_H
20031 # include <sys/vfs.h>
20032 #endif
20033 #ifdef HAVE_SYS_STATFS_H
20034 # include <sys/statfs.h>
20035 #endif
20038 main ()
20040 static struct statfs ac_aggr;
20041 if (ac_aggr.f_favail)
20042 return 0;
20044 return 0;
20046 _ACEOF
20047 rm -f conftest.$ac_objext
20048 if { (ac_try="$ac_compile"
20049 case "(($ac_try" in
20050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20051 *) ac_try_echo=$ac_try;;
20052 esac
20053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20054 (eval "$ac_compile") 2>conftest.er1
20055 ac_status=$?
20056 grep -v '^ *+' conftest.er1 >conftest.err
20057 rm -f conftest.er1
20058 cat conftest.err >&5
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); } && {
20061 test -z "$ac_c_werror_flag" ||
20062 test ! -s conftest.err
20063 } && test -s conftest.$ac_objext; then
20064 ac_cv_member_struct_statfs_f_favail=yes
20065 else
20066 echo "$as_me: failed program was:" >&5
20067 sed 's/^/| /' conftest.$ac_ext >&5
20069 cat >conftest.$ac_ext <<_ACEOF
20070 /* confdefs.h. */
20071 _ACEOF
20072 cat confdefs.h >>conftest.$ac_ext
20073 cat >>conftest.$ac_ext <<_ACEOF
20074 /* end confdefs.h. */
20075 #include <sys/types.h>
20076 #ifdef HAVE_SYS_PARAM_H
20077 # include <sys/param.h>
20078 #endif
20079 #ifdef HAVE_SYS_MOUNT_H
20080 # include <sys/mount.h>
20081 #endif
20082 #ifdef HAVE_SYS_VFS_H
20083 # include <sys/vfs.h>
20084 #endif
20085 #ifdef HAVE_SYS_STATFS_H
20086 # include <sys/statfs.h>
20087 #endif
20090 main ()
20092 static struct statfs ac_aggr;
20093 if (sizeof ac_aggr.f_favail)
20094 return 0;
20096 return 0;
20098 _ACEOF
20099 rm -f conftest.$ac_objext
20100 if { (ac_try="$ac_compile"
20101 case "(($ac_try" in
20102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20103 *) ac_try_echo=$ac_try;;
20104 esac
20105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20106 (eval "$ac_compile") 2>conftest.er1
20107 ac_status=$?
20108 grep -v '^ *+' conftest.er1 >conftest.err
20109 rm -f conftest.er1
20110 cat conftest.err >&5
20111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20112 (exit $ac_status); } && {
20113 test -z "$ac_c_werror_flag" ||
20114 test ! -s conftest.err
20115 } && test -s conftest.$ac_objext; then
20116 ac_cv_member_struct_statfs_f_favail=yes
20117 else
20118 echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20121 ac_cv_member_struct_statfs_f_favail=no
20124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20129 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20130 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20131 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20133 cat >>confdefs.h <<_ACEOF
20134 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20135 _ACEOF
20139 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20140 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20141 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20142 echo $ECHO_N "(cached) $ECHO_C" >&6
20143 else
20144 cat >conftest.$ac_ext <<_ACEOF
20145 /* confdefs.h. */
20146 _ACEOF
20147 cat confdefs.h >>conftest.$ac_ext
20148 cat >>conftest.$ac_ext <<_ACEOF
20149 /* end confdefs.h. */
20150 #include <sys/types.h>
20151 #ifdef HAVE_SYS_PARAM_H
20152 # include <sys/param.h>
20153 #endif
20154 #ifdef HAVE_SYS_MOUNT_H
20155 # include <sys/mount.h>
20156 #endif
20157 #ifdef HAVE_SYS_VFS_H
20158 # include <sys/vfs.h>
20159 #endif
20160 #ifdef HAVE_SYS_STATFS_H
20161 # include <sys/statfs.h>
20162 #endif
20165 main ()
20167 static struct statfs ac_aggr;
20168 if (ac_aggr.f_namelen)
20169 return 0;
20171 return 0;
20173 _ACEOF
20174 rm -f conftest.$ac_objext
20175 if { (ac_try="$ac_compile"
20176 case "(($ac_try" in
20177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20178 *) ac_try_echo=$ac_try;;
20179 esac
20180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20181 (eval "$ac_compile") 2>conftest.er1
20182 ac_status=$?
20183 grep -v '^ *+' conftest.er1 >conftest.err
20184 rm -f conftest.er1
20185 cat conftest.err >&5
20186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187 (exit $ac_status); } && {
20188 test -z "$ac_c_werror_flag" ||
20189 test ! -s conftest.err
20190 } && test -s conftest.$ac_objext; then
20191 ac_cv_member_struct_statfs_f_namelen=yes
20192 else
20193 echo "$as_me: failed program was:" >&5
20194 sed 's/^/| /' conftest.$ac_ext >&5
20196 cat >conftest.$ac_ext <<_ACEOF
20197 /* confdefs.h. */
20198 _ACEOF
20199 cat confdefs.h >>conftest.$ac_ext
20200 cat >>conftest.$ac_ext <<_ACEOF
20201 /* end confdefs.h. */
20202 #include <sys/types.h>
20203 #ifdef HAVE_SYS_PARAM_H
20204 # include <sys/param.h>
20205 #endif
20206 #ifdef HAVE_SYS_MOUNT_H
20207 # include <sys/mount.h>
20208 #endif
20209 #ifdef HAVE_SYS_VFS_H
20210 # include <sys/vfs.h>
20211 #endif
20212 #ifdef HAVE_SYS_STATFS_H
20213 # include <sys/statfs.h>
20214 #endif
20217 main ()
20219 static struct statfs ac_aggr;
20220 if (sizeof ac_aggr.f_namelen)
20221 return 0;
20223 return 0;
20225 _ACEOF
20226 rm -f conftest.$ac_objext
20227 if { (ac_try="$ac_compile"
20228 case "(($ac_try" in
20229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20230 *) ac_try_echo=$ac_try;;
20231 esac
20232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20233 (eval "$ac_compile") 2>conftest.er1
20234 ac_status=$?
20235 grep -v '^ *+' conftest.er1 >conftest.err
20236 rm -f conftest.er1
20237 cat conftest.err >&5
20238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20239 (exit $ac_status); } && {
20240 test -z "$ac_c_werror_flag" ||
20241 test ! -s conftest.err
20242 } && test -s conftest.$ac_objext; then
20243 ac_cv_member_struct_statfs_f_namelen=yes
20244 else
20245 echo "$as_me: failed program was:" >&5
20246 sed 's/^/| /' conftest.$ac_ext >&5
20248 ac_cv_member_struct_statfs_f_namelen=no
20251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20256 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20257 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20258 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20260 cat >>confdefs.h <<_ACEOF
20261 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20262 _ACEOF
20268 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20269 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20270 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20271 echo $ECHO_N "(cached) $ECHO_C" >&6
20272 else
20273 cat >conftest.$ac_ext <<_ACEOF
20274 /* confdefs.h. */
20275 _ACEOF
20276 cat confdefs.h >>conftest.$ac_ext
20277 cat >>conftest.$ac_ext <<_ACEOF
20278 /* end confdefs.h. */
20279 #ifdef HAVE_SYS_STATVFS_H
20280 #include <sys/statvfs.h>
20281 #endif
20284 main ()
20286 static struct statvfs ac_aggr;
20287 if (ac_aggr.f_blocks)
20288 return 0;
20290 return 0;
20292 _ACEOF
20293 rm -f conftest.$ac_objext
20294 if { (ac_try="$ac_compile"
20295 case "(($ac_try" in
20296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20297 *) ac_try_echo=$ac_try;;
20298 esac
20299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20300 (eval "$ac_compile") 2>conftest.er1
20301 ac_status=$?
20302 grep -v '^ *+' conftest.er1 >conftest.err
20303 rm -f conftest.er1
20304 cat conftest.err >&5
20305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20306 (exit $ac_status); } && {
20307 test -z "$ac_c_werror_flag" ||
20308 test ! -s conftest.err
20309 } && test -s conftest.$ac_objext; then
20310 ac_cv_member_struct_statvfs_f_blocks=yes
20311 else
20312 echo "$as_me: failed program was:" >&5
20313 sed 's/^/| /' conftest.$ac_ext >&5
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 #ifdef HAVE_SYS_STATVFS_H
20322 #include <sys/statvfs.h>
20323 #endif
20326 main ()
20328 static struct statvfs ac_aggr;
20329 if (sizeof ac_aggr.f_blocks)
20330 return 0;
20332 return 0;
20334 _ACEOF
20335 rm -f conftest.$ac_objext
20336 if { (ac_try="$ac_compile"
20337 case "(($ac_try" in
20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20339 *) ac_try_echo=$ac_try;;
20340 esac
20341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20342 (eval "$ac_compile") 2>conftest.er1
20343 ac_status=$?
20344 grep -v '^ *+' conftest.er1 >conftest.err
20345 rm -f conftest.er1
20346 cat conftest.err >&5
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); } && {
20349 test -z "$ac_c_werror_flag" ||
20350 test ! -s conftest.err
20351 } && test -s conftest.$ac_objext; then
20352 ac_cv_member_struct_statvfs_f_blocks=yes
20353 else
20354 echo "$as_me: failed program was:" >&5
20355 sed 's/^/| /' conftest.$ac_ext >&5
20357 ac_cv_member_struct_statvfs_f_blocks=no
20360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20365 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20366 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20367 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20369 cat >>confdefs.h <<_ACEOF
20370 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20371 _ACEOF
20377 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20378 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20379 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20380 echo $ECHO_N "(cached) $ECHO_C" >&6
20381 else
20382 cat >conftest.$ac_ext <<_ACEOF
20383 /* confdefs.h. */
20384 _ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h. */
20388 #include <sys/types.h>
20389 #ifdef HAVE_SYS_SOCKET_H
20390 # include <sys/socket.h>
20391 #endif
20392 #ifdef HAVE_SYS_UN_H
20393 # include <sys/un.h>
20394 #endif
20397 main ()
20399 static struct msghdr ac_aggr;
20400 if (ac_aggr.msg_accrights)
20401 return 0;
20403 return 0;
20405 _ACEOF
20406 rm -f conftest.$ac_objext
20407 if { (ac_try="$ac_compile"
20408 case "(($ac_try" in
20409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20410 *) ac_try_echo=$ac_try;;
20411 esac
20412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20413 (eval "$ac_compile") 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } && {
20420 test -z "$ac_c_werror_flag" ||
20421 test ! -s conftest.err
20422 } && test -s conftest.$ac_objext; then
20423 ac_cv_member_struct_msghdr_msg_accrights=yes
20424 else
20425 echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20428 cat >conftest.$ac_ext <<_ACEOF
20429 /* confdefs.h. */
20430 _ACEOF
20431 cat confdefs.h >>conftest.$ac_ext
20432 cat >>conftest.$ac_ext <<_ACEOF
20433 /* end confdefs.h. */
20434 #include <sys/types.h>
20435 #ifdef HAVE_SYS_SOCKET_H
20436 # include <sys/socket.h>
20437 #endif
20438 #ifdef HAVE_SYS_UN_H
20439 # include <sys/un.h>
20440 #endif
20443 main ()
20445 static struct msghdr ac_aggr;
20446 if (sizeof ac_aggr.msg_accrights)
20447 return 0;
20449 return 0;
20451 _ACEOF
20452 rm -f conftest.$ac_objext
20453 if { (ac_try="$ac_compile"
20454 case "(($ac_try" in
20455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20456 *) ac_try_echo=$ac_try;;
20457 esac
20458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20459 (eval "$ac_compile") 2>conftest.er1
20460 ac_status=$?
20461 grep -v '^ *+' conftest.er1 >conftest.err
20462 rm -f conftest.er1
20463 cat conftest.err >&5
20464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465 (exit $ac_status); } && {
20466 test -z "$ac_c_werror_flag" ||
20467 test ! -s conftest.err
20468 } && test -s conftest.$ac_objext; then
20469 ac_cv_member_struct_msghdr_msg_accrights=yes
20470 else
20471 echo "$as_me: failed program was:" >&5
20472 sed 's/^/| /' conftest.$ac_ext >&5
20474 ac_cv_member_struct_msghdr_msg_accrights=no
20477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20482 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20483 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20484 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20486 cat >>confdefs.h <<_ACEOF
20487 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20488 _ACEOF
20492 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20493 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20494 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20495 echo $ECHO_N "(cached) $ECHO_C" >&6
20496 else
20497 cat >conftest.$ac_ext <<_ACEOF
20498 /* confdefs.h. */
20499 _ACEOF
20500 cat confdefs.h >>conftest.$ac_ext
20501 cat >>conftest.$ac_ext <<_ACEOF
20502 /* end confdefs.h. */
20503 #include <sys/types.h>
20504 #ifdef HAVE_SYS_SOCKET_H
20505 # include <sys/socket.h>
20506 #endif
20507 #ifdef HAVE_SYS_UN_H
20508 # include <sys/un.h>
20509 #endif
20512 main ()
20514 static struct sockaddr ac_aggr;
20515 if (ac_aggr.sa_len)
20516 return 0;
20518 return 0;
20520 _ACEOF
20521 rm -f conftest.$ac_objext
20522 if { (ac_try="$ac_compile"
20523 case "(($ac_try" in
20524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20525 *) ac_try_echo=$ac_try;;
20526 esac
20527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20528 (eval "$ac_compile") 2>conftest.er1
20529 ac_status=$?
20530 grep -v '^ *+' conftest.er1 >conftest.err
20531 rm -f conftest.er1
20532 cat conftest.err >&5
20533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20534 (exit $ac_status); } && {
20535 test -z "$ac_c_werror_flag" ||
20536 test ! -s conftest.err
20537 } && test -s conftest.$ac_objext; then
20538 ac_cv_member_struct_sockaddr_sa_len=yes
20539 else
20540 echo "$as_me: failed program was:" >&5
20541 sed 's/^/| /' conftest.$ac_ext >&5
20543 cat >conftest.$ac_ext <<_ACEOF
20544 /* confdefs.h. */
20545 _ACEOF
20546 cat confdefs.h >>conftest.$ac_ext
20547 cat >>conftest.$ac_ext <<_ACEOF
20548 /* end confdefs.h. */
20549 #include <sys/types.h>
20550 #ifdef HAVE_SYS_SOCKET_H
20551 # include <sys/socket.h>
20552 #endif
20553 #ifdef HAVE_SYS_UN_H
20554 # include <sys/un.h>
20555 #endif
20558 main ()
20560 static struct sockaddr ac_aggr;
20561 if (sizeof ac_aggr.sa_len)
20562 return 0;
20564 return 0;
20566 _ACEOF
20567 rm -f conftest.$ac_objext
20568 if { (ac_try="$ac_compile"
20569 case "(($ac_try" in
20570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20571 *) ac_try_echo=$ac_try;;
20572 esac
20573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20574 (eval "$ac_compile") 2>conftest.er1
20575 ac_status=$?
20576 grep -v '^ *+' conftest.er1 >conftest.err
20577 rm -f conftest.er1
20578 cat conftest.err >&5
20579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20580 (exit $ac_status); } && {
20581 test -z "$ac_c_werror_flag" ||
20582 test ! -s conftest.err
20583 } && test -s conftest.$ac_objext; then
20584 ac_cv_member_struct_sockaddr_sa_len=yes
20585 else
20586 echo "$as_me: failed program was:" >&5
20587 sed 's/^/| /' conftest.$ac_ext >&5
20589 ac_cv_member_struct_sockaddr_sa_len=no
20592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20597 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20598 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20599 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20601 cat >>confdefs.h <<_ACEOF
20602 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20603 _ACEOF
20607 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20608 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20609 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20610 echo $ECHO_N "(cached) $ECHO_C" >&6
20611 else
20612 cat >conftest.$ac_ext <<_ACEOF
20613 /* confdefs.h. */
20614 _ACEOF
20615 cat confdefs.h >>conftest.$ac_ext
20616 cat >>conftest.$ac_ext <<_ACEOF
20617 /* end confdefs.h. */
20618 #include <sys/types.h>
20619 #ifdef HAVE_SYS_SOCKET_H
20620 # include <sys/socket.h>
20621 #endif
20622 #ifdef HAVE_SYS_UN_H
20623 # include <sys/un.h>
20624 #endif
20627 main ()
20629 static struct sockaddr_un ac_aggr;
20630 if (ac_aggr.sun_len)
20631 return 0;
20633 return 0;
20635 _ACEOF
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20640 *) ac_try_echo=$ac_try;;
20641 esac
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20644 ac_status=$?
20645 grep -v '^ *+' conftest.er1 >conftest.err
20646 rm -f conftest.er1
20647 cat conftest.err >&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.$ac_objext; then
20653 ac_cv_member_struct_sockaddr_un_sun_len=yes
20654 else
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.$ac_ext >&5
20658 cat >conftest.$ac_ext <<_ACEOF
20659 /* confdefs.h. */
20660 _ACEOF
20661 cat confdefs.h >>conftest.$ac_ext
20662 cat >>conftest.$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <sys/types.h>
20665 #ifdef HAVE_SYS_SOCKET_H
20666 # include <sys/socket.h>
20667 #endif
20668 #ifdef HAVE_SYS_UN_H
20669 # include <sys/un.h>
20670 #endif
20673 main ()
20675 static struct sockaddr_un ac_aggr;
20676 if (sizeof ac_aggr.sun_len)
20677 return 0;
20679 return 0;
20681 _ACEOF
20682 rm -f conftest.$ac_objext
20683 if { (ac_try="$ac_compile"
20684 case "(($ac_try" in
20685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20686 *) ac_try_echo=$ac_try;;
20687 esac
20688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20689 (eval "$ac_compile") 2>conftest.er1
20690 ac_status=$?
20691 grep -v '^ *+' conftest.er1 >conftest.err
20692 rm -f conftest.er1
20693 cat conftest.err >&5
20694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); } && {
20696 test -z "$ac_c_werror_flag" ||
20697 test ! -s conftest.err
20698 } && test -s conftest.$ac_objext; then
20699 ac_cv_member_struct_sockaddr_un_sun_len=yes
20700 else
20701 echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.$ac_ext >&5
20704 ac_cv_member_struct_sockaddr_un_sun_len=no
20707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20712 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20713 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20714 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20716 cat >>confdefs.h <<_ACEOF
20717 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20718 _ACEOF
20724 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20725 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20726 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20727 echo $ECHO_N "(cached) $ECHO_C" >&6
20728 else
20729 cat >conftest.$ac_ext <<_ACEOF
20730 /* confdefs.h. */
20731 _ACEOF
20732 cat confdefs.h >>conftest.$ac_ext
20733 cat >>conftest.$ac_ext <<_ACEOF
20734 /* end confdefs.h. */
20735 #include <sys/types.h>
20736 #ifdef HAVE_SCSI_SG_H
20737 #include <scsi/sg.h>
20738 #endif
20741 main ()
20743 static scsireq_t ac_aggr;
20744 if (ac_aggr.cmd)
20745 return 0;
20747 return 0;
20749 _ACEOF
20750 rm -f conftest.$ac_objext
20751 if { (ac_try="$ac_compile"
20752 case "(($ac_try" in
20753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20754 *) ac_try_echo=$ac_try;;
20755 esac
20756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20757 (eval "$ac_compile") 2>conftest.er1
20758 ac_status=$?
20759 grep -v '^ *+' conftest.er1 >conftest.err
20760 rm -f conftest.er1
20761 cat conftest.err >&5
20762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20763 (exit $ac_status); } && {
20764 test -z "$ac_c_werror_flag" ||
20765 test ! -s conftest.err
20766 } && test -s conftest.$ac_objext; then
20767 ac_cv_member_scsireq_t_cmd=yes
20768 else
20769 echo "$as_me: failed program was:" >&5
20770 sed 's/^/| /' conftest.$ac_ext >&5
20772 cat >conftest.$ac_ext <<_ACEOF
20773 /* confdefs.h. */
20774 _ACEOF
20775 cat confdefs.h >>conftest.$ac_ext
20776 cat >>conftest.$ac_ext <<_ACEOF
20777 /* end confdefs.h. */
20778 #include <sys/types.h>
20779 #ifdef HAVE_SCSI_SG_H
20780 #include <scsi/sg.h>
20781 #endif
20784 main ()
20786 static scsireq_t ac_aggr;
20787 if (sizeof ac_aggr.cmd)
20788 return 0;
20790 return 0;
20792 _ACEOF
20793 rm -f conftest.$ac_objext
20794 if { (ac_try="$ac_compile"
20795 case "(($ac_try" in
20796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20797 *) ac_try_echo=$ac_try;;
20798 esac
20799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20800 (eval "$ac_compile") 2>conftest.er1
20801 ac_status=$?
20802 grep -v '^ *+' conftest.er1 >conftest.err
20803 rm -f conftest.er1
20804 cat conftest.err >&5
20805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20806 (exit $ac_status); } && {
20807 test -z "$ac_c_werror_flag" ||
20808 test ! -s conftest.err
20809 } && test -s conftest.$ac_objext; then
20810 ac_cv_member_scsireq_t_cmd=yes
20811 else
20812 echo "$as_me: failed program was:" >&5
20813 sed 's/^/| /' conftest.$ac_ext >&5
20815 ac_cv_member_scsireq_t_cmd=no
20818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20823 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20824 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20825 if test $ac_cv_member_scsireq_t_cmd = yes; then
20827 cat >>confdefs.h <<_ACEOF
20828 #define HAVE_SCSIREQ_T_CMD 1
20829 _ACEOF
20833 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20834 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20835 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20836 echo $ECHO_N "(cached) $ECHO_C" >&6
20837 else
20838 cat >conftest.$ac_ext <<_ACEOF
20839 /* confdefs.h. */
20840 _ACEOF
20841 cat confdefs.h >>conftest.$ac_ext
20842 cat >>conftest.$ac_ext <<_ACEOF
20843 /* end confdefs.h. */
20844 #include <sys/types.h>
20845 #ifdef HAVE_SCSI_SG_H
20846 #include <scsi/sg.h>
20847 #endif
20850 main ()
20852 static sg_io_hdr_t ac_aggr;
20853 if (ac_aggr.interface_id)
20854 return 0;
20856 return 0;
20858 _ACEOF
20859 rm -f conftest.$ac_objext
20860 if { (ac_try="$ac_compile"
20861 case "(($ac_try" in
20862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20864 esac
20865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_compile") 2>conftest.er1
20867 ac_status=$?
20868 grep -v '^ *+' conftest.er1 >conftest.err
20869 rm -f conftest.er1
20870 cat conftest.err >&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); } && {
20873 test -z "$ac_c_werror_flag" ||
20874 test ! -s conftest.err
20875 } && test -s conftest.$ac_objext; then
20876 ac_cv_member_sg_io_hdr_t_interface_id=yes
20877 else
20878 echo "$as_me: failed program was:" >&5
20879 sed 's/^/| /' conftest.$ac_ext >&5
20881 cat >conftest.$ac_ext <<_ACEOF
20882 /* confdefs.h. */
20883 _ACEOF
20884 cat confdefs.h >>conftest.$ac_ext
20885 cat >>conftest.$ac_ext <<_ACEOF
20886 /* end confdefs.h. */
20887 #include <sys/types.h>
20888 #ifdef HAVE_SCSI_SG_H
20889 #include <scsi/sg.h>
20890 #endif
20893 main ()
20895 static sg_io_hdr_t ac_aggr;
20896 if (sizeof ac_aggr.interface_id)
20897 return 0;
20899 return 0;
20901 _ACEOF
20902 rm -f conftest.$ac_objext
20903 if { (ac_try="$ac_compile"
20904 case "(($ac_try" in
20905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20906 *) ac_try_echo=$ac_try;;
20907 esac
20908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20909 (eval "$ac_compile") 2>conftest.er1
20910 ac_status=$?
20911 grep -v '^ *+' conftest.er1 >conftest.err
20912 rm -f conftest.er1
20913 cat conftest.err >&5
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } && {
20916 test -z "$ac_c_werror_flag" ||
20917 test ! -s conftest.err
20918 } && test -s conftest.$ac_objext; then
20919 ac_cv_member_sg_io_hdr_t_interface_id=yes
20920 else
20921 echo "$as_me: failed program was:" >&5
20922 sed 's/^/| /' conftest.$ac_ext >&5
20924 ac_cv_member_sg_io_hdr_t_interface_id=no
20927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20932 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20933 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20934 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20936 cat >>confdefs.h <<_ACEOF
20937 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20938 _ACEOF
20944 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20945 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20946 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20947 echo $ECHO_N "(cached) $ECHO_C" >&6
20948 else
20949 cat >conftest.$ac_ext <<_ACEOF
20950 /* confdefs.h. */
20951 _ACEOF
20952 cat confdefs.h >>conftest.$ac_ext
20953 cat >>conftest.$ac_ext <<_ACEOF
20954 /* end confdefs.h. */
20955 #include <signal.h>
20958 main ()
20960 static siginfo_t ac_aggr;
20961 if (ac_aggr.si_fd)
20962 return 0;
20964 return 0;
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20972 esac
20973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20974 (eval "$ac_compile") 2>conftest.er1
20975 ac_status=$?
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } && {
20981 test -z "$ac_c_werror_flag" ||
20982 test ! -s conftest.err
20983 } && test -s conftest.$ac_objext; then
20984 ac_cv_member_siginfo_t_si_fd=yes
20985 else
20986 echo "$as_me: failed program was:" >&5
20987 sed 's/^/| /' conftest.$ac_ext >&5
20989 cat >conftest.$ac_ext <<_ACEOF
20990 /* confdefs.h. */
20991 _ACEOF
20992 cat confdefs.h >>conftest.$ac_ext
20993 cat >>conftest.$ac_ext <<_ACEOF
20994 /* end confdefs.h. */
20995 #include <signal.h>
20998 main ()
21000 static siginfo_t ac_aggr;
21001 if (sizeof ac_aggr.si_fd)
21002 return 0;
21004 return 0;
21006 _ACEOF
21007 rm -f conftest.$ac_objext
21008 if { (ac_try="$ac_compile"
21009 case "(($ac_try" in
21010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21011 *) ac_try_echo=$ac_try;;
21012 esac
21013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21014 (eval "$ac_compile") 2>conftest.er1
21015 ac_status=$?
21016 grep -v '^ *+' conftest.er1 >conftest.err
21017 rm -f conftest.er1
21018 cat conftest.err >&5
21019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020 (exit $ac_status); } && {
21021 test -z "$ac_c_werror_flag" ||
21022 test ! -s conftest.err
21023 } && test -s conftest.$ac_objext; then
21024 ac_cv_member_siginfo_t_si_fd=yes
21025 else
21026 echo "$as_me: failed program was:" >&5
21027 sed 's/^/| /' conftest.$ac_ext >&5
21029 ac_cv_member_siginfo_t_si_fd=no
21032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21037 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21038 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21039 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21041 cat >>confdefs.h <<_ACEOF
21042 #define HAVE_SIGINFO_T_SI_FD 1
21043 _ACEOF
21049 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21050 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21051 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21052 echo $ECHO_N "(cached) $ECHO_C" >&6
21053 else
21054 cat >conftest.$ac_ext <<_ACEOF
21055 /* confdefs.h. */
21056 _ACEOF
21057 cat confdefs.h >>conftest.$ac_ext
21058 cat >>conftest.$ac_ext <<_ACEOF
21059 /* end confdefs.h. */
21060 #include <sys/types.h>
21061 #ifdef HAVE_SYS_MTIO_H
21062 #include <sys/mtio.h>
21063 #endif
21066 main ()
21068 static struct mtget ac_aggr;
21069 if (ac_aggr.mt_blksiz)
21070 return 0;
21072 return 0;
21074 _ACEOF
21075 rm -f conftest.$ac_objext
21076 if { (ac_try="$ac_compile"
21077 case "(($ac_try" in
21078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21079 *) ac_try_echo=$ac_try;;
21080 esac
21081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21082 (eval "$ac_compile") 2>conftest.er1
21083 ac_status=$?
21084 grep -v '^ *+' conftest.er1 >conftest.err
21085 rm -f conftest.er1
21086 cat conftest.err >&5
21087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21088 (exit $ac_status); } && {
21089 test -z "$ac_c_werror_flag" ||
21090 test ! -s conftest.err
21091 } && test -s conftest.$ac_objext; then
21092 ac_cv_member_struct_mtget_mt_blksiz=yes
21093 else
21094 echo "$as_me: failed program was:" >&5
21095 sed 's/^/| /' conftest.$ac_ext >&5
21097 cat >conftest.$ac_ext <<_ACEOF
21098 /* confdefs.h. */
21099 _ACEOF
21100 cat confdefs.h >>conftest.$ac_ext
21101 cat >>conftest.$ac_ext <<_ACEOF
21102 /* end confdefs.h. */
21103 #include <sys/types.h>
21104 #ifdef HAVE_SYS_MTIO_H
21105 #include <sys/mtio.h>
21106 #endif
21109 main ()
21111 static struct mtget ac_aggr;
21112 if (sizeof ac_aggr.mt_blksiz)
21113 return 0;
21115 return 0;
21117 _ACEOF
21118 rm -f conftest.$ac_objext
21119 if { (ac_try="$ac_compile"
21120 case "(($ac_try" in
21121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21122 *) ac_try_echo=$ac_try;;
21123 esac
21124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21125 (eval "$ac_compile") 2>conftest.er1
21126 ac_status=$?
21127 grep -v '^ *+' conftest.er1 >conftest.err
21128 rm -f conftest.er1
21129 cat conftest.err >&5
21130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21131 (exit $ac_status); } && {
21132 test -z "$ac_c_werror_flag" ||
21133 test ! -s conftest.err
21134 } && test -s conftest.$ac_objext; then
21135 ac_cv_member_struct_mtget_mt_blksiz=yes
21136 else
21137 echo "$as_me: failed program was:" >&5
21138 sed 's/^/| /' conftest.$ac_ext >&5
21140 ac_cv_member_struct_mtget_mt_blksiz=no
21143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21148 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21149 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21150 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21152 cat >>confdefs.h <<_ACEOF
21153 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21154 _ACEOF
21158 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21159 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21160 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21161 echo $ECHO_N "(cached) $ECHO_C" >&6
21162 else
21163 cat >conftest.$ac_ext <<_ACEOF
21164 /* confdefs.h. */
21165 _ACEOF
21166 cat confdefs.h >>conftest.$ac_ext
21167 cat >>conftest.$ac_ext <<_ACEOF
21168 /* end confdefs.h. */
21169 #include <sys/types.h>
21170 #ifdef HAVE_SYS_MTIO_H
21171 #include <sys/mtio.h>
21172 #endif
21175 main ()
21177 static struct mtget ac_aggr;
21178 if (ac_aggr.mt_gstat)
21179 return 0;
21181 return 0;
21183 _ACEOF
21184 rm -f conftest.$ac_objext
21185 if { (ac_try="$ac_compile"
21186 case "(($ac_try" in
21187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21188 *) ac_try_echo=$ac_try;;
21189 esac
21190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21191 (eval "$ac_compile") 2>conftest.er1
21192 ac_status=$?
21193 grep -v '^ *+' conftest.er1 >conftest.err
21194 rm -f conftest.er1
21195 cat conftest.err >&5
21196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197 (exit $ac_status); } && {
21198 test -z "$ac_c_werror_flag" ||
21199 test ! -s conftest.err
21200 } && test -s conftest.$ac_objext; then
21201 ac_cv_member_struct_mtget_mt_gstat=yes
21202 else
21203 echo "$as_me: failed program was:" >&5
21204 sed 's/^/| /' conftest.$ac_ext >&5
21206 cat >conftest.$ac_ext <<_ACEOF
21207 /* confdefs.h. */
21208 _ACEOF
21209 cat confdefs.h >>conftest.$ac_ext
21210 cat >>conftest.$ac_ext <<_ACEOF
21211 /* end confdefs.h. */
21212 #include <sys/types.h>
21213 #ifdef HAVE_SYS_MTIO_H
21214 #include <sys/mtio.h>
21215 #endif
21218 main ()
21220 static struct mtget ac_aggr;
21221 if (sizeof ac_aggr.mt_gstat)
21222 return 0;
21224 return 0;
21226 _ACEOF
21227 rm -f conftest.$ac_objext
21228 if { (ac_try="$ac_compile"
21229 case "(($ac_try" in
21230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21231 *) ac_try_echo=$ac_try;;
21232 esac
21233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21234 (eval "$ac_compile") 2>conftest.er1
21235 ac_status=$?
21236 grep -v '^ *+' conftest.er1 >conftest.err
21237 rm -f conftest.er1
21238 cat conftest.err >&5
21239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); } && {
21241 test -z "$ac_c_werror_flag" ||
21242 test ! -s conftest.err
21243 } && test -s conftest.$ac_objext; then
21244 ac_cv_member_struct_mtget_mt_gstat=yes
21245 else
21246 echo "$as_me: failed program was:" >&5
21247 sed 's/^/| /' conftest.$ac_ext >&5
21249 ac_cv_member_struct_mtget_mt_gstat=no
21252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21257 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21258 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21259 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21261 cat >>confdefs.h <<_ACEOF
21262 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21263 _ACEOF
21267 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21268 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21269 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21270 echo $ECHO_N "(cached) $ECHO_C" >&6
21271 else
21272 cat >conftest.$ac_ext <<_ACEOF
21273 /* confdefs.h. */
21274 _ACEOF
21275 cat confdefs.h >>conftest.$ac_ext
21276 cat >>conftest.$ac_ext <<_ACEOF
21277 /* end confdefs.h. */
21278 #include <sys/types.h>
21279 #ifdef HAVE_SYS_MTIO_H
21280 #include <sys/mtio.h>
21281 #endif
21284 main ()
21286 static struct mtget ac_aggr;
21287 if (ac_aggr.mt_blkno)
21288 return 0;
21290 return 0;
21292 _ACEOF
21293 rm -f conftest.$ac_objext
21294 if { (ac_try="$ac_compile"
21295 case "(($ac_try" in
21296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21297 *) ac_try_echo=$ac_try;;
21298 esac
21299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21300 (eval "$ac_compile") 2>conftest.er1
21301 ac_status=$?
21302 grep -v '^ *+' conftest.er1 >conftest.err
21303 rm -f conftest.er1
21304 cat conftest.err >&5
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); } && {
21307 test -z "$ac_c_werror_flag" ||
21308 test ! -s conftest.err
21309 } && test -s conftest.$ac_objext; then
21310 ac_cv_member_struct_mtget_mt_blkno=yes
21311 else
21312 echo "$as_me: failed program was:" >&5
21313 sed 's/^/| /' conftest.$ac_ext >&5
21315 cat >conftest.$ac_ext <<_ACEOF
21316 /* confdefs.h. */
21317 _ACEOF
21318 cat confdefs.h >>conftest.$ac_ext
21319 cat >>conftest.$ac_ext <<_ACEOF
21320 /* end confdefs.h. */
21321 #include <sys/types.h>
21322 #ifdef HAVE_SYS_MTIO_H
21323 #include <sys/mtio.h>
21324 #endif
21327 main ()
21329 static struct mtget ac_aggr;
21330 if (sizeof ac_aggr.mt_blkno)
21331 return 0;
21333 return 0;
21335 _ACEOF
21336 rm -f conftest.$ac_objext
21337 if { (ac_try="$ac_compile"
21338 case "(($ac_try" in
21339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21340 *) ac_try_echo=$ac_try;;
21341 esac
21342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21343 (eval "$ac_compile") 2>conftest.er1
21344 ac_status=$?
21345 grep -v '^ *+' conftest.er1 >conftest.err
21346 rm -f conftest.er1
21347 cat conftest.err >&5
21348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21349 (exit $ac_status); } && {
21350 test -z "$ac_c_werror_flag" ||
21351 test ! -s conftest.err
21352 } && test -s conftest.$ac_objext; then
21353 ac_cv_member_struct_mtget_mt_blkno=yes
21354 else
21355 echo "$as_me: failed program was:" >&5
21356 sed 's/^/| /' conftest.$ac_ext >&5
21358 ac_cv_member_struct_mtget_mt_blkno=no
21361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21366 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21367 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21368 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21370 cat >>confdefs.h <<_ACEOF
21371 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21372 _ACEOF
21378 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21379 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21380 if test "${ac_cv_member_struct_option_name+set}" = set; then
21381 echo $ECHO_N "(cached) $ECHO_C" >&6
21382 else
21383 cat >conftest.$ac_ext <<_ACEOF
21384 /* confdefs.h. */
21385 _ACEOF
21386 cat confdefs.h >>conftest.$ac_ext
21387 cat >>conftest.$ac_ext <<_ACEOF
21388 /* end confdefs.h. */
21389 #ifdef HAVE_GETOPT_H
21390 #include <getopt.h>
21391 #endif
21394 main ()
21396 static struct option ac_aggr;
21397 if (ac_aggr.name)
21398 return 0;
21400 return 0;
21402 _ACEOF
21403 rm -f conftest.$ac_objext
21404 if { (ac_try="$ac_compile"
21405 case "(($ac_try" in
21406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407 *) ac_try_echo=$ac_try;;
21408 esac
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410 (eval "$ac_compile") 2>conftest.er1
21411 ac_status=$?
21412 grep -v '^ *+' conftest.er1 >conftest.err
21413 rm -f conftest.er1
21414 cat conftest.err >&5
21415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); } && {
21417 test -z "$ac_c_werror_flag" ||
21418 test ! -s conftest.err
21419 } && test -s conftest.$ac_objext; then
21420 ac_cv_member_struct_option_name=yes
21421 else
21422 echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21425 cat >conftest.$ac_ext <<_ACEOF
21426 /* confdefs.h. */
21427 _ACEOF
21428 cat confdefs.h >>conftest.$ac_ext
21429 cat >>conftest.$ac_ext <<_ACEOF
21430 /* end confdefs.h. */
21431 #ifdef HAVE_GETOPT_H
21432 #include <getopt.h>
21433 #endif
21436 main ()
21438 static struct option ac_aggr;
21439 if (sizeof ac_aggr.name)
21440 return 0;
21442 return 0;
21444 _ACEOF
21445 rm -f conftest.$ac_objext
21446 if { (ac_try="$ac_compile"
21447 case "(($ac_try" in
21448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21449 *) ac_try_echo=$ac_try;;
21450 esac
21451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21452 (eval "$ac_compile") 2>conftest.er1
21453 ac_status=$?
21454 grep -v '^ *+' conftest.er1 >conftest.err
21455 rm -f conftest.er1
21456 cat conftest.err >&5
21457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21458 (exit $ac_status); } && {
21459 test -z "$ac_c_werror_flag" ||
21460 test ! -s conftest.err
21461 } && test -s conftest.$ac_objext; then
21462 ac_cv_member_struct_option_name=yes
21463 else
21464 echo "$as_me: failed program was:" >&5
21465 sed 's/^/| /' conftest.$ac_ext >&5
21467 ac_cv_member_struct_option_name=no
21470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21475 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21476 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21477 if test $ac_cv_member_struct_option_name = yes; then
21479 cat >>confdefs.h <<_ACEOF
21480 #define HAVE_STRUCT_OPTION_NAME 1
21481 _ACEOF
21487 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21488 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21489 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21490 echo $ECHO_N "(cached) $ECHO_C" >&6
21491 else
21492 cat >conftest.$ac_ext <<_ACEOF
21493 /* confdefs.h. */
21494 _ACEOF
21495 cat confdefs.h >>conftest.$ac_ext
21496 cat >>conftest.$ac_ext <<_ACEOF
21497 /* end confdefs.h. */
21498 $ac_includes_default
21500 main ()
21502 static struct stat ac_aggr;
21503 if (ac_aggr.st_blocks)
21504 return 0;
21506 return 0;
21508 _ACEOF
21509 rm -f conftest.$ac_objext
21510 if { (ac_try="$ac_compile"
21511 case "(($ac_try" in
21512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21513 *) ac_try_echo=$ac_try;;
21514 esac
21515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21516 (eval "$ac_compile") 2>conftest.er1
21517 ac_status=$?
21518 grep -v '^ *+' conftest.er1 >conftest.err
21519 rm -f conftest.er1
21520 cat conftest.err >&5
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); } && {
21523 test -z "$ac_c_werror_flag" ||
21524 test ! -s conftest.err
21525 } && test -s conftest.$ac_objext; then
21526 ac_cv_member_struct_stat_st_blocks=yes
21527 else
21528 echo "$as_me: failed program was:" >&5
21529 sed 's/^/| /' conftest.$ac_ext >&5
21531 cat >conftest.$ac_ext <<_ACEOF
21532 /* confdefs.h. */
21533 _ACEOF
21534 cat confdefs.h >>conftest.$ac_ext
21535 cat >>conftest.$ac_ext <<_ACEOF
21536 /* end confdefs.h. */
21537 $ac_includes_default
21539 main ()
21541 static struct stat ac_aggr;
21542 if (sizeof ac_aggr.st_blocks)
21543 return 0;
21545 return 0;
21547 _ACEOF
21548 rm -f conftest.$ac_objext
21549 if { (ac_try="$ac_compile"
21550 case "(($ac_try" in
21551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21552 *) ac_try_echo=$ac_try;;
21553 esac
21554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21555 (eval "$ac_compile") 2>conftest.er1
21556 ac_status=$?
21557 grep -v '^ *+' conftest.er1 >conftest.err
21558 rm -f conftest.er1
21559 cat conftest.err >&5
21560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); } && {
21562 test -z "$ac_c_werror_flag" ||
21563 test ! -s conftest.err
21564 } && test -s conftest.$ac_objext; then
21565 ac_cv_member_struct_stat_st_blocks=yes
21566 else
21567 echo "$as_me: failed program was:" >&5
21568 sed 's/^/| /' conftest.$ac_ext >&5
21570 ac_cv_member_struct_stat_st_blocks=no
21573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21578 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21579 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21580 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21582 cat >>confdefs.h <<_ACEOF
21583 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21584 _ACEOF
21588 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21589 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21590 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21591 echo $ECHO_N "(cached) $ECHO_C" >&6
21592 else
21593 cat >conftest.$ac_ext <<_ACEOF
21594 /* confdefs.h. */
21595 _ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h. */
21599 $ac_includes_default
21601 main ()
21603 static struct stat ac_aggr;
21604 if (ac_aggr.st_mtim)
21605 return 0;
21607 return 0;
21609 _ACEOF
21610 rm -f conftest.$ac_objext
21611 if { (ac_try="$ac_compile"
21612 case "(($ac_try" in
21613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21614 *) ac_try_echo=$ac_try;;
21615 esac
21616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21617 (eval "$ac_compile") 2>conftest.er1
21618 ac_status=$?
21619 grep -v '^ *+' conftest.er1 >conftest.err
21620 rm -f conftest.er1
21621 cat conftest.err >&5
21622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21623 (exit $ac_status); } && {
21624 test -z "$ac_c_werror_flag" ||
21625 test ! -s conftest.err
21626 } && test -s conftest.$ac_objext; then
21627 ac_cv_member_struct_stat_st_mtim=yes
21628 else
21629 echo "$as_me: failed program was:" >&5
21630 sed 's/^/| /' conftest.$ac_ext >&5
21632 cat >conftest.$ac_ext <<_ACEOF
21633 /* confdefs.h. */
21634 _ACEOF
21635 cat confdefs.h >>conftest.$ac_ext
21636 cat >>conftest.$ac_ext <<_ACEOF
21637 /* end confdefs.h. */
21638 $ac_includes_default
21640 main ()
21642 static struct stat ac_aggr;
21643 if (sizeof ac_aggr.st_mtim)
21644 return 0;
21646 return 0;
21648 _ACEOF
21649 rm -f conftest.$ac_objext
21650 if { (ac_try="$ac_compile"
21651 case "(($ac_try" in
21652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21653 *) ac_try_echo=$ac_try;;
21654 esac
21655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21656 (eval "$ac_compile") 2>conftest.er1
21657 ac_status=$?
21658 grep -v '^ *+' conftest.er1 >conftest.err
21659 rm -f conftest.er1
21660 cat conftest.err >&5
21661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21662 (exit $ac_status); } && {
21663 test -z "$ac_c_werror_flag" ||
21664 test ! -s conftest.err
21665 } && test -s conftest.$ac_objext; then
21666 ac_cv_member_struct_stat_st_mtim=yes
21667 else
21668 echo "$as_me: failed program was:" >&5
21669 sed 's/^/| /' conftest.$ac_ext >&5
21671 ac_cv_member_struct_stat_st_mtim=no
21674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21679 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21680 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21681 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21683 cat >>confdefs.h <<_ACEOF
21684 #define HAVE_STRUCT_STAT_ST_MTIM 1
21685 _ACEOF
21689 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21690 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21691 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21692 echo $ECHO_N "(cached) $ECHO_C" >&6
21693 else
21694 cat >conftest.$ac_ext <<_ACEOF
21695 /* confdefs.h. */
21696 _ACEOF
21697 cat confdefs.h >>conftest.$ac_ext
21698 cat >>conftest.$ac_ext <<_ACEOF
21699 /* end confdefs.h. */
21700 $ac_includes_default
21702 main ()
21704 static struct stat ac_aggr;
21705 if (ac_aggr.st_ctim)
21706 return 0;
21708 return 0;
21710 _ACEOF
21711 rm -f conftest.$ac_objext
21712 if { (ac_try="$ac_compile"
21713 case "(($ac_try" in
21714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21715 *) ac_try_echo=$ac_try;;
21716 esac
21717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21718 (eval "$ac_compile") 2>conftest.er1
21719 ac_status=$?
21720 grep -v '^ *+' conftest.er1 >conftest.err
21721 rm -f conftest.er1
21722 cat conftest.err >&5
21723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21724 (exit $ac_status); } && {
21725 test -z "$ac_c_werror_flag" ||
21726 test ! -s conftest.err
21727 } && test -s conftest.$ac_objext; then
21728 ac_cv_member_struct_stat_st_ctim=yes
21729 else
21730 echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.$ac_ext >&5
21733 cat >conftest.$ac_ext <<_ACEOF
21734 /* confdefs.h. */
21735 _ACEOF
21736 cat confdefs.h >>conftest.$ac_ext
21737 cat >>conftest.$ac_ext <<_ACEOF
21738 /* end confdefs.h. */
21739 $ac_includes_default
21741 main ()
21743 static struct stat ac_aggr;
21744 if (sizeof ac_aggr.st_ctim)
21745 return 0;
21747 return 0;
21749 _ACEOF
21750 rm -f conftest.$ac_objext
21751 if { (ac_try="$ac_compile"
21752 case "(($ac_try" in
21753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21754 *) ac_try_echo=$ac_try;;
21755 esac
21756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21757 (eval "$ac_compile") 2>conftest.er1
21758 ac_status=$?
21759 grep -v '^ *+' conftest.er1 >conftest.err
21760 rm -f conftest.er1
21761 cat conftest.err >&5
21762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21763 (exit $ac_status); } && {
21764 test -z "$ac_c_werror_flag" ||
21765 test ! -s conftest.err
21766 } && test -s conftest.$ac_objext; then
21767 ac_cv_member_struct_stat_st_ctim=yes
21768 else
21769 echo "$as_me: failed program was:" >&5
21770 sed 's/^/| /' conftest.$ac_ext >&5
21772 ac_cv_member_struct_stat_st_ctim=no
21775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21780 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21781 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21782 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21784 cat >>confdefs.h <<_ACEOF
21785 #define HAVE_STRUCT_STAT_ST_CTIM 1
21786 _ACEOF
21790 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21791 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21792 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21793 echo $ECHO_N "(cached) $ECHO_C" >&6
21794 else
21795 cat >conftest.$ac_ext <<_ACEOF
21796 /* confdefs.h. */
21797 _ACEOF
21798 cat confdefs.h >>conftest.$ac_ext
21799 cat >>conftest.$ac_ext <<_ACEOF
21800 /* end confdefs.h. */
21801 $ac_includes_default
21803 main ()
21805 static struct stat ac_aggr;
21806 if (ac_aggr.st_atim)
21807 return 0;
21809 return 0;
21811 _ACEOF
21812 rm -f conftest.$ac_objext
21813 if { (ac_try="$ac_compile"
21814 case "(($ac_try" in
21815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21816 *) ac_try_echo=$ac_try;;
21817 esac
21818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21819 (eval "$ac_compile") 2>conftest.er1
21820 ac_status=$?
21821 grep -v '^ *+' conftest.er1 >conftest.err
21822 rm -f conftest.er1
21823 cat conftest.err >&5
21824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21825 (exit $ac_status); } && {
21826 test -z "$ac_c_werror_flag" ||
21827 test ! -s conftest.err
21828 } && test -s conftest.$ac_objext; then
21829 ac_cv_member_struct_stat_st_atim=yes
21830 else
21831 echo "$as_me: failed program was:" >&5
21832 sed 's/^/| /' conftest.$ac_ext >&5
21834 cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h. */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h. */
21840 $ac_includes_default
21842 main ()
21844 static struct stat ac_aggr;
21845 if (sizeof ac_aggr.st_atim)
21846 return 0;
21848 return 0;
21850 _ACEOF
21851 rm -f conftest.$ac_objext
21852 if { (ac_try="$ac_compile"
21853 case "(($ac_try" in
21854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21855 *) ac_try_echo=$ac_try;;
21856 esac
21857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21858 (eval "$ac_compile") 2>conftest.er1
21859 ac_status=$?
21860 grep -v '^ *+' conftest.er1 >conftest.err
21861 rm -f conftest.er1
21862 cat conftest.err >&5
21863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21864 (exit $ac_status); } && {
21865 test -z "$ac_c_werror_flag" ||
21866 test ! -s conftest.err
21867 } && test -s conftest.$ac_objext; then
21868 ac_cv_member_struct_stat_st_atim=yes
21869 else
21870 echo "$as_me: failed program was:" >&5
21871 sed 's/^/| /' conftest.$ac_ext >&5
21873 ac_cv_member_struct_stat_st_atim=no
21876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21881 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21882 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21883 if test $ac_cv_member_struct_stat_st_atim = yes; then
21885 cat >>confdefs.h <<_ACEOF
21886 #define HAVE_STRUCT_STAT_ST_ATIM 1
21887 _ACEOF
21893 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21894 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21895 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21896 echo $ECHO_N "(cached) $ECHO_C" >&6
21897 else
21898 cat >conftest.$ac_ext <<_ACEOF
21899 /* confdefs.h. */
21900 _ACEOF
21901 cat confdefs.h >>conftest.$ac_ext
21902 cat >>conftest.$ac_ext <<_ACEOF
21903 /* end confdefs.h. */
21904 #ifdef HAVE_SYS_TYPES_H
21905 #include <sys/types.h>
21906 #endif
21907 #ifdef HAVE_NETINET_IN_H
21908 #include <netinet/in.h>
21909 #endif
21912 main ()
21914 static struct sockaddr_in6 ac_aggr;
21915 if (ac_aggr.sin6_scope_id)
21916 return 0;
21918 return 0;
21920 _ACEOF
21921 rm -f conftest.$ac_objext
21922 if { (ac_try="$ac_compile"
21923 case "(($ac_try" in
21924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21925 *) ac_try_echo=$ac_try;;
21926 esac
21927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21928 (eval "$ac_compile") 2>conftest.er1
21929 ac_status=$?
21930 grep -v '^ *+' conftest.er1 >conftest.err
21931 rm -f conftest.er1
21932 cat conftest.err >&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } && {
21935 test -z "$ac_c_werror_flag" ||
21936 test ! -s conftest.err
21937 } && test -s conftest.$ac_objext; then
21938 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21939 else
21940 echo "$as_me: failed program was:" >&5
21941 sed 's/^/| /' conftest.$ac_ext >&5
21943 cat >conftest.$ac_ext <<_ACEOF
21944 /* confdefs.h. */
21945 _ACEOF
21946 cat confdefs.h >>conftest.$ac_ext
21947 cat >>conftest.$ac_ext <<_ACEOF
21948 /* end confdefs.h. */
21949 #ifdef HAVE_SYS_TYPES_H
21950 #include <sys/types.h>
21951 #endif
21952 #ifdef HAVE_NETINET_IN_H
21953 #include <netinet/in.h>
21954 #endif
21957 main ()
21959 static struct sockaddr_in6 ac_aggr;
21960 if (sizeof ac_aggr.sin6_scope_id)
21961 return 0;
21963 return 0;
21965 _ACEOF
21966 rm -f conftest.$ac_objext
21967 if { (ac_try="$ac_compile"
21968 case "(($ac_try" in
21969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21970 *) ac_try_echo=$ac_try;;
21971 esac
21972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21973 (eval "$ac_compile") 2>conftest.er1
21974 ac_status=$?
21975 grep -v '^ *+' conftest.er1 >conftest.err
21976 rm -f conftest.er1
21977 cat conftest.err >&5
21978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979 (exit $ac_status); } && {
21980 test -z "$ac_c_werror_flag" ||
21981 test ! -s conftest.err
21982 } && test -s conftest.$ac_objext; then
21983 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21984 else
21985 echo "$as_me: failed program was:" >&5
21986 sed 's/^/| /' conftest.$ac_ext >&5
21988 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21996 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21997 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21998 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22000 cat >>confdefs.h <<_ACEOF
22001 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22002 _ACEOF
22008 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22009 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22010 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22011 echo $ECHO_N "(cached) $ECHO_C" >&6
22012 else
22013 cat >conftest.$ac_ext <<_ACEOF
22014 /* confdefs.h. */
22015 _ACEOF
22016 cat confdefs.h >>conftest.$ac_ext
22017 cat >>conftest.$ac_ext <<_ACEOF
22018 /* end confdefs.h. */
22019 #ifdef HAVE_SYS_TYPES_H
22020 #include <sys/types.h>
22021 #endif
22022 #ifdef HAVE_NETINET_IN_H
22023 # include <netinet/in.h>
22024 #endif
22025 #ifdef HAVE_ARPA_NAMESER_H
22026 # include <arpa/nameser.h>
22027 #endif
22030 main ()
22032 static ns_msg ac_aggr;
22033 if (ac_aggr._msg_ptr)
22034 return 0;
22036 return 0;
22038 _ACEOF
22039 rm -f conftest.$ac_objext
22040 if { (ac_try="$ac_compile"
22041 case "(($ac_try" in
22042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22043 *) ac_try_echo=$ac_try;;
22044 esac
22045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22046 (eval "$ac_compile") 2>conftest.er1
22047 ac_status=$?
22048 grep -v '^ *+' conftest.er1 >conftest.err
22049 rm -f conftest.er1
22050 cat conftest.err >&5
22051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052 (exit $ac_status); } && {
22053 test -z "$ac_c_werror_flag" ||
22054 test ! -s conftest.err
22055 } && test -s conftest.$ac_objext; then
22056 ac_cv_member_ns_msg__msg_ptr=yes
22057 else
22058 echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22061 cat >conftest.$ac_ext <<_ACEOF
22062 /* confdefs.h. */
22063 _ACEOF
22064 cat confdefs.h >>conftest.$ac_ext
22065 cat >>conftest.$ac_ext <<_ACEOF
22066 /* end confdefs.h. */
22067 #ifdef HAVE_SYS_TYPES_H
22068 #include <sys/types.h>
22069 #endif
22070 #ifdef HAVE_NETINET_IN_H
22071 # include <netinet/in.h>
22072 #endif
22073 #ifdef HAVE_ARPA_NAMESER_H
22074 # include <arpa/nameser.h>
22075 #endif
22078 main ()
22080 static ns_msg ac_aggr;
22081 if (sizeof ac_aggr._msg_ptr)
22082 return 0;
22084 return 0;
22086 _ACEOF
22087 rm -f conftest.$ac_objext
22088 if { (ac_try="$ac_compile"
22089 case "(($ac_try" in
22090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22091 *) ac_try_echo=$ac_try;;
22092 esac
22093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22094 (eval "$ac_compile") 2>conftest.er1
22095 ac_status=$?
22096 grep -v '^ *+' conftest.er1 >conftest.err
22097 rm -f conftest.er1
22098 cat conftest.err >&5
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } && {
22101 test -z "$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22103 } && test -s conftest.$ac_objext; then
22104 ac_cv_member_ns_msg__msg_ptr=yes
22105 else
22106 echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.$ac_ext >&5
22109 ac_cv_member_ns_msg__msg_ptr=no
22112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22117 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22118 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22119 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22121 cat >>confdefs.h <<_ACEOF
22122 #define HAVE_NS_MSG__MSG_PTR 1
22123 _ACEOF
22129 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22130 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22131 if test "${ac_cv_have_timezone+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22133 else
22134 cat >conftest.$ac_ext <<_ACEOF
22135 /* confdefs.h. */
22136 _ACEOF
22137 cat confdefs.h >>conftest.$ac_ext
22138 cat >>conftest.$ac_ext <<_ACEOF
22139 /* end confdefs.h. */
22140 #include <time.h>
22142 main ()
22144 timezone = 1
22146 return 0;
22148 _ACEOF
22149 rm -f conftest.$ac_objext conftest$ac_exeext
22150 if { (ac_try="$ac_link"
22151 case "(($ac_try" in
22152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22153 *) ac_try_echo=$ac_try;;
22154 esac
22155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22156 (eval "$ac_link") 2>conftest.er1
22157 ac_status=$?
22158 grep -v '^ *+' conftest.er1 >conftest.err
22159 rm -f conftest.er1
22160 cat conftest.err >&5
22161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22162 (exit $ac_status); } && {
22163 test -z "$ac_c_werror_flag" ||
22164 test ! -s conftest.err
22165 } && test -s conftest$ac_exeext &&
22166 $as_test_x conftest$ac_exeext; then
22167 ac_cv_have_timezone="yes"
22168 else
22169 echo "$as_me: failed program was:" >&5
22170 sed 's/^/| /' conftest.$ac_ext >&5
22172 ac_cv_have_timezone="no"
22175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22176 conftest$ac_exeext conftest.$ac_ext
22178 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22179 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22180 if test "$ac_cv_have_timezone" = "yes"
22181 then
22183 cat >>confdefs.h <<\_ACEOF
22184 #define HAVE_TIMEZONE 1
22185 _ACEOF
22188 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22189 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22190 if test "${ac_cv_have_daylight+set}" = set; then
22191 echo $ECHO_N "(cached) $ECHO_C" >&6
22192 else
22193 cat >conftest.$ac_ext <<_ACEOF
22194 /* confdefs.h. */
22195 _ACEOF
22196 cat confdefs.h >>conftest.$ac_ext
22197 cat >>conftest.$ac_ext <<_ACEOF
22198 /* end confdefs.h. */
22199 #include <time.h>
22201 main ()
22203 daylight = 1
22205 return 0;
22207 _ACEOF
22208 rm -f conftest.$ac_objext conftest$ac_exeext
22209 if { (ac_try="$ac_link"
22210 case "(($ac_try" in
22211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22212 *) ac_try_echo=$ac_try;;
22213 esac
22214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22215 (eval "$ac_link") 2>conftest.er1
22216 ac_status=$?
22217 grep -v '^ *+' conftest.er1 >conftest.err
22218 rm -f conftest.er1
22219 cat conftest.err >&5
22220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22221 (exit $ac_status); } && {
22222 test -z "$ac_c_werror_flag" ||
22223 test ! -s conftest.err
22224 } && test -s conftest$ac_exeext &&
22225 $as_test_x conftest$ac_exeext; then
22226 ac_cv_have_daylight="yes"
22227 else
22228 echo "$as_me: failed program was:" >&5
22229 sed 's/^/| /' conftest.$ac_ext >&5
22231 ac_cv_have_daylight="no"
22234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22235 conftest$ac_exeext conftest.$ac_ext
22237 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22238 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22239 if test "$ac_cv_have_daylight" = "yes"
22240 then
22242 cat >>confdefs.h <<\_ACEOF
22243 #define HAVE_DAYLIGHT 1
22244 _ACEOF
22248 { echo "$as_me:$LINENO: checking for isinf" >&5
22249 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22250 if test "${ac_cv_have_isinf+set}" = set; then
22251 echo $ECHO_N "(cached) $ECHO_C" >&6
22252 else
22253 cat >conftest.$ac_ext <<_ACEOF
22254 /* confdefs.h. */
22255 _ACEOF
22256 cat confdefs.h >>conftest.$ac_ext
22257 cat >>conftest.$ac_ext <<_ACEOF
22258 /* end confdefs.h. */
22259 #include <math.h>
22261 main ()
22263 float f = 0.0; int i=isinf(f)
22265 return 0;
22267 _ACEOF
22268 rm -f conftest.$ac_objext conftest$ac_exeext
22269 if { (ac_try="$ac_link"
22270 case "(($ac_try" in
22271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22272 *) ac_try_echo=$ac_try;;
22273 esac
22274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22275 (eval "$ac_link") 2>conftest.er1
22276 ac_status=$?
22277 grep -v '^ *+' conftest.er1 >conftest.err
22278 rm -f conftest.er1
22279 cat conftest.err >&5
22280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22281 (exit $ac_status); } && {
22282 test -z "$ac_c_werror_flag" ||
22283 test ! -s conftest.err
22284 } && test -s conftest$ac_exeext &&
22285 $as_test_x conftest$ac_exeext; then
22286 ac_cv_have_isinf="yes"
22287 else
22288 echo "$as_me: failed program was:" >&5
22289 sed 's/^/| /' conftest.$ac_ext >&5
22291 ac_cv_have_isinf="no"
22294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22295 conftest$ac_exeext conftest.$ac_ext
22297 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22298 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22299 if test "$ac_cv_have_isinf" = "yes"
22300 then
22302 cat >>confdefs.h <<\_ACEOF
22303 #define HAVE_ISINF 1
22304 _ACEOF
22308 { echo "$as_me:$LINENO: checking for isnan" >&5
22309 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22310 if test "${ac_cv_have_isnan+set}" = set; then
22311 echo $ECHO_N "(cached) $ECHO_C" >&6
22312 else
22313 cat >conftest.$ac_ext <<_ACEOF
22314 /* confdefs.h. */
22315 _ACEOF
22316 cat confdefs.h >>conftest.$ac_ext
22317 cat >>conftest.$ac_ext <<_ACEOF
22318 /* end confdefs.h. */
22319 #include <math.h>
22321 main ()
22323 float f = 0.0; int i=isnan(f)
22325 return 0;
22327 _ACEOF
22328 rm -f conftest.$ac_objext conftest$ac_exeext
22329 if { (ac_try="$ac_link"
22330 case "(($ac_try" in
22331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22332 *) ac_try_echo=$ac_try;;
22333 esac
22334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22335 (eval "$ac_link") 2>conftest.er1
22336 ac_status=$?
22337 grep -v '^ *+' conftest.er1 >conftest.err
22338 rm -f conftest.er1
22339 cat conftest.err >&5
22340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22341 (exit $ac_status); } && {
22342 test -z "$ac_c_werror_flag" ||
22343 test ! -s conftest.err
22344 } && test -s conftest$ac_exeext &&
22345 $as_test_x conftest$ac_exeext; then
22346 ac_cv_have_isnan="yes"
22347 else
22348 echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.$ac_ext >&5
22351 ac_cv_have_isnan="no"
22354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22355 conftest$ac_exeext conftest.$ac_ext
22357 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22358 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22359 if test "$ac_cv_have_isnan" = "yes"
22360 then
22362 cat >>confdefs.h <<\_ACEOF
22363 #define HAVE_ISNAN 1
22364 _ACEOF
22369 case $host_cpu in
22370 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22371 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22372 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22373 echo $ECHO_N "(cached) $ECHO_C" >&6
22374 else
22375 cat >conftest.$ac_ext <<_ACEOF
22376 /* confdefs.h. */
22377 _ACEOF
22378 cat confdefs.h >>conftest.$ac_ext
22379 cat >>conftest.$ac_ext <<_ACEOF
22380 /* end confdefs.h. */
22381 #ifndef __i386__
22383 #endif
22384 _ACEOF
22385 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22386 $EGREP "yes" >/dev/null 2>&1; then
22387 ac_cv_cpp_def___i386__=yes
22388 else
22389 ac_cv_cpp_def___i386__=no
22391 rm -f conftest*
22394 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22395 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22396 if test $ac_cv_cpp_def___i386__ = yes; then
22397 CFLAGS="$CFLAGS -D__i386__"
22398 LINTFLAGS="$LINTFLAGS -D__i386__"
22401 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22402 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22403 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22404 echo $ECHO_N "(cached) $ECHO_C" >&6
22405 else
22406 cat >conftest.$ac_ext <<_ACEOF
22407 /* confdefs.h. */
22408 _ACEOF
22409 cat confdefs.h >>conftest.$ac_ext
22410 cat >>conftest.$ac_ext <<_ACEOF
22411 /* end confdefs.h. */
22412 #ifndef __x86_64__
22414 #endif
22415 _ACEOF
22416 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22417 $EGREP "yes" >/dev/null 2>&1; then
22418 ac_cv_cpp_def___x86_64__=yes
22419 else
22420 ac_cv_cpp_def___x86_64__=no
22422 rm -f conftest*
22425 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22426 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22427 if test $ac_cv_cpp_def___x86_64__ = yes; then
22428 CFLAGS="$CFLAGS -D__x86_64__"
22429 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22432 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22433 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22434 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22435 echo $ECHO_N "(cached) $ECHO_C" >&6
22436 else
22437 cat >conftest.$ac_ext <<_ACEOF
22438 /* confdefs.h. */
22439 _ACEOF
22440 cat confdefs.h >>conftest.$ac_ext
22441 cat >>conftest.$ac_ext <<_ACEOF
22442 /* end confdefs.h. */
22443 #ifndef __ALPHA__
22445 #endif
22446 _ACEOF
22447 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22448 $EGREP "yes" >/dev/null 2>&1; then
22449 ac_cv_cpp_def___ALPHA__=yes
22450 else
22451 ac_cv_cpp_def___ALPHA__=no
22453 rm -f conftest*
22456 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22457 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22458 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22459 CFLAGS="$CFLAGS -D__ALPHA__"
22460 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22463 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22464 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22465 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22466 echo $ECHO_N "(cached) $ECHO_C" >&6
22467 else
22468 cat >conftest.$ac_ext <<_ACEOF
22469 /* confdefs.h. */
22470 _ACEOF
22471 cat confdefs.h >>conftest.$ac_ext
22472 cat >>conftest.$ac_ext <<_ACEOF
22473 /* end confdefs.h. */
22474 #ifndef __sparc__
22476 #endif
22477 _ACEOF
22478 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22479 $EGREP "yes" >/dev/null 2>&1; then
22480 ac_cv_cpp_def___sparc__=yes
22481 else
22482 ac_cv_cpp_def___sparc__=no
22484 rm -f conftest*
22487 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22488 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22489 if test $ac_cv_cpp_def___sparc__ = yes; then
22490 CFLAGS="$CFLAGS -D__sparc__"
22491 LINTFLAGS="$LINTFLAGS -D__sparc__"
22494 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22495 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22496 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22497 echo $ECHO_N "(cached) $ECHO_C" >&6
22498 else
22499 cat >conftest.$ac_ext <<_ACEOF
22500 /* confdefs.h. */
22501 _ACEOF
22502 cat confdefs.h >>conftest.$ac_ext
22503 cat >>conftest.$ac_ext <<_ACEOF
22504 /* end confdefs.h. */
22505 #ifndef __powerpc__
22507 #endif
22508 _ACEOF
22509 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22510 $EGREP "yes" >/dev/null 2>&1; then
22511 ac_cv_cpp_def___powerpc__=yes
22512 else
22513 ac_cv_cpp_def___powerpc__=no
22515 rm -f conftest*
22518 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22519 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22520 if test $ac_cv_cpp_def___powerpc__ = yes; then
22521 CFLAGS="$CFLAGS -D__powerpc__"
22522 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22525 esac
22527 case $host_vendor in
22528 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22529 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22530 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22531 echo $ECHO_N "(cached) $ECHO_C" >&6
22532 else
22533 cat >conftest.$ac_ext <<_ACEOF
22534 /* confdefs.h. */
22535 _ACEOF
22536 cat confdefs.h >>conftest.$ac_ext
22537 cat >>conftest.$ac_ext <<_ACEOF
22538 /* end confdefs.h. */
22539 #ifndef __sun__
22541 #endif
22542 _ACEOF
22543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22544 $EGREP "yes" >/dev/null 2>&1; then
22545 ac_cv_cpp_def___sun__=yes
22546 else
22547 ac_cv_cpp_def___sun__=no
22549 rm -f conftest*
22552 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22553 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22554 if test $ac_cv_cpp_def___sun__ = yes; then
22555 CFLAGS="$CFLAGS -D__sun__"
22556 LINTFLAGS="$LINTFLAGS -D__sun__"
22559 esac
22562 DEPENDENCIES="### Dependencies:
22564 .INIT: Makefile
22565 .BEGIN: Makefile
22566 Makefile: dummy
22567 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22569 \$(OBJS): \$(IDL_GEN_HEADERS)
22570 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22571 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22572 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22573 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22576 ALL_MAKERULES=""
22578 ALL_MAKEFILES=""
22580 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22583 ALL_TOP_DIRS=""
22585 ALL_DLL_DIRS=""
22587 ALL_IMPLIB_DIRS=""
22589 ALL_TEST_DIRS=""
22591 ALL_PROGRAM_DIRS=""
22593 ALL_PROGRAM_INSTALL_DIRS=""
22595 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22601 ac_config_commands="$ac_config_commands include/stamp-h"
22604 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22606 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22608 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22610 ac_config_commands="$ac_config_commands dlls/user32/resources"
22612 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22614 ac_config_commands="$ac_config_commands include/wine"
22617 ALL_MAKERULES="$ALL_MAKERULES \\
22618 Make.rules"
22619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22620 Make.rules: Make.rules.in"
22621 MAKE_RULES=Make.rules
22622 ac_config_files="$ac_config_files Make.rules"
22624 ALL_MAKERULES="$ALL_MAKERULES \\
22625 dlls/Makedll.rules"
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22628 MAKE_DLL_RULES=dlls/Makedll.rules
22629 ac_config_files="$ac_config_files dlls/Makedll.rules"
22631 ALL_MAKERULES="$ALL_MAKERULES \\
22632 dlls/Makeimplib.rules"
22633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22634 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22635 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22636 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22638 ALL_MAKERULES="$ALL_MAKERULES \\
22639 dlls/Maketest.rules"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22642 MAKE_TEST_RULES=dlls/Maketest.rules
22643 ac_config_files="$ac_config_files dlls/Maketest.rules"
22645 ALL_MAKERULES="$ALL_MAKERULES \\
22646 programs/Makeprog.rules"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22649 MAKE_PROG_RULES=programs/Makeprog.rules
22650 ac_config_files="$ac_config_files programs/Makeprog.rules"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 Makefile: Makefile.in Make.rules"
22657 ac_config_files="$ac_config_files Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/Makefile"
22661 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22662 dlls"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/Makefile: dlls/Makefile.in Make.rules"
22665 ac_config_files="$ac_config_files dlls/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/acledit/Makefile"
22669 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670 acledit"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/activeds/Makefile"
22677 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22678 activeds"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22681 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/actxprxy/Makefile"
22685 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 actxprxy"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/adsiid/Makefile"
22693 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22694 adsiid"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22697 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/advapi32/Makefile"
22701 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 advapi32"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/advapi32/tests/Makefile"
22709 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22710 advapi32/tests"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22713 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/advpack/Makefile"
22717 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 advpack"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/advpack/tests/Makefile"
22725 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22726 advpack/tests"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22729 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/amstream/Makefile"
22733 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734 amstream"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/appwiz.cpl/Makefile"
22741 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 appwiz.cpl"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/atl/Makefile"
22749 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750 atl"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/atl/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/avicap32/Makefile"
22757 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 avicap32"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/avifil32/Makefile"
22765 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766 avifil32"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/browseui/Makefile"
22773 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774 browseui"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/browseui/tests/Makefile"
22781 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22782 browseui/tests"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22785 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/cabinet/Makefile"
22789 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22790 cabinet"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/cabinet/tests/Makefile"
22797 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22798 cabinet/tests"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22801 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/capi2032/Makefile"
22805 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806 capi2032"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/cards/Makefile"
22813 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22814 cards"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22817 ac_config_files="$ac_config_files dlls/cards/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/cfgmgr32/Makefile"
22821 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822 cfgmgr32"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/clusapi/Makefile"
22829 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22830 clusapi"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22833 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/comcat/Makefile"
22837 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838 comcat"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/comcat/tests/Makefile"
22845 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22846 comcat/tests"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22849 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/comctl32/Makefile"
22853 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22854 comctl32"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22857 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/comctl32/tests/Makefile"
22861 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22862 comctl32/tests"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22865 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/comdlg32/Makefile"
22869 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870 comdlg32"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/comdlg32/tests/Makefile"
22877 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22878 comdlg32/tests"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22881 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/compstui/Makefile"
22885 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 compstui"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/credui/Makefile"
22893 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 credui"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/credui/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/credui/tests/Makefile"
22901 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22902 credui/tests"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22905 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/crtdll/Makefile"
22909 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910 crtdll"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/crypt32/Makefile"
22917 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 crypt32"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/crypt32/tests/Makefile"
22925 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22926 crypt32/tests"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22929 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/cryptdlg/Makefile"
22933 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 cryptdlg"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/cryptdll/Makefile"
22941 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 cryptdll"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/cryptnet/Makefile"
22949 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950 cryptnet"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/cryptnet/tests/Makefile"
22957 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22958 cryptnet/tests"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/cryptui/Makefile"
22965 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966 cryptui"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/ctapi32/Makefile"
22973 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22974 ctapi32"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22977 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/ctl3d32/Makefile"
22981 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982 ctl3d32"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/d3d10/Makefile"
22989 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990 d3d10"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/d3d8/Makefile"
22997 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 d3d8"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/d3d8/tests/Makefile"
23005 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23006 d3d8/tests"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23009 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/d3d9/Makefile"
23013 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 d3d9"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/d3d9/tests/Makefile"
23021 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23022 d3d9/tests"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23025 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/d3dim/Makefile"
23029 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 d3dim"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/d3drm/Makefile"
23037 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 d3drm"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/d3drm/tests/Makefile"
23045 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23046 d3drm/tests"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23049 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/d3dx8/Makefile"
23053 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 d3dx8"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/d3dx8/tests/Makefile"
23061 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23062 d3dx8/tests"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23065 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/d3dx9_24/Makefile"
23069 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 d3dx9_24"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/d3dx9_25/Makefile"
23077 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 d3dx9_25"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/d3dx9_26/Makefile"
23085 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 d3dx9_26"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/d3dx9_27/Makefile"
23093 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094 d3dx9_27"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/d3dx9_28/Makefile"
23101 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 d3dx9_28"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/d3dx9_29/Makefile"
23109 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110 d3dx9_29"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/d3dx9_30/Makefile"
23117 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 d3dx9_30"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/d3dx9_31/Makefile"
23125 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 d3dx9_31"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/d3dx9_32/Makefile"
23133 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 d3dx9_32"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/d3dx9_33/Makefile"
23141 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142 d3dx9_33"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/d3dx9_34/Makefile"
23149 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 d3dx9_34"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/d3dx9_35/Makefile"
23157 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 d3dx9_35"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/d3dx9_36/Makefile"
23165 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 d3dx9_36"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/d3dx9_36/tests/Makefile"
23173 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23174 d3dx9_36/tests"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23177 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/d3dx9_37/Makefile"
23181 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 d3dx9_37"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/d3dxof/Makefile"
23189 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 d3dxof"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/d3dxof/tests/Makefile"
23197 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23198 d3dxof/tests"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/dbghelp/Makefile"
23205 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 dbghelp"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/dciman32/Makefile"
23213 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 dciman32"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/ddraw/Makefile"
23221 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 ddraw"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/ddraw/tests/Makefile"
23229 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23230 ddraw/tests"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23233 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/ddrawex/Makefile"
23237 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 ddrawex"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/devenum/Makefile"
23245 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 devenum"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/dinput/Makefile"
23253 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 dinput"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/dinput/tests/Makefile"
23261 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23262 dinput/tests"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23265 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/dinput8/Makefile"
23269 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 dinput8"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/dmband/Makefile"
23277 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 dmband"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/dmcompos/Makefile"
23285 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 dmcompos"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/dmime/Makefile"
23293 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294 dmime"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/dmloader/Makefile"
23301 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 dmloader"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/dmscript/Makefile"
23309 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310 dmscript"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/dmstyle/Makefile"
23317 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 dmstyle"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/dmsynth/Makefile"
23325 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326 dmsynth"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/dmusic/Makefile"
23333 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 dmusic"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/dmusic32/Makefile"
23341 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 dmusic32"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/dnsapi/Makefile"
23349 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 dnsapi"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/dnsapi/tests/Makefile"
23357 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23358 dnsapi/tests"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23361 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/dplay/Makefile"
23365 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 dplay"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/dplayx/Makefile"
23373 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 dplayx"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/dplayx/tests/Makefile"
23381 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23382 dplayx/tests"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23385 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/dpnaddr/Makefile"
23389 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390 dpnaddr"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/dpnet/Makefile"
23397 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 dpnet"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/dpnhpast/Makefile"
23405 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 dpnhpast"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/dpnlobby/Makefile"
23413 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 dpnlobby"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/dpwsockx/Makefile"
23421 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 dpwsockx"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/dsound/Makefile"
23429 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 dsound"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/dsound/tests/Makefile"
23437 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438 dsound/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/dssenh/Makefile"
23445 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 dssenh"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/dswave/Makefile"
23453 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454 dswave"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/dwmapi/Makefile"
23461 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 dwmapi"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/dxdiagn/Makefile"
23469 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470 dxdiagn"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/dxerr8/Makefile"
23477 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23478 dxerr8"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23481 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/dxerr9/Makefile"
23485 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23486 dxerr9"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23489 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/dxgi/Makefile"
23493 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 dxgi"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/dxguid/Makefile"
23501 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23502 dxguid"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23505 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/faultrep/Makefile"
23509 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 faultrep"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/fusion/Makefile"
23517 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 fusion"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/fusion/tests/Makefile"
23525 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23526 fusion/tests"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23529 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/gdi32/Makefile"
23533 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 gdi32"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/gdi32/tests/Makefile"
23541 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23542 gdi32/tests"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23545 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/gdiplus/Makefile"
23549 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 gdiplus"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/gdiplus/tests/Makefile"
23557 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23558 gdiplus/tests"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23561 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/glu32/Makefile"
23565 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 glu32"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/gphoto2.ds/Makefile"
23573 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 gphoto2.ds"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/gpkcsp/Makefile"
23581 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 gpkcsp"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/hal/Makefile"
23589 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 hal"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/hal/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/hhctrl.ocx/Makefile"
23597 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 hhctrl.ocx"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/hid/Makefile"
23605 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 hid"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/hid/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/hlink/Makefile"
23613 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 hlink"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/hlink/tests/Makefile"
23621 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23622 hlink/tests"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23625 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/hnetcfg/Makefile"
23629 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 hnetcfg"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/iccvid/Makefile"
23637 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 iccvid"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/icmp/Makefile"
23645 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 icmp"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/ifsmgr.vxd/Makefile"
23653 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 ifsmgr.vxd"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/imaadp32.acm/Makefile"
23661 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 imaadp32.acm"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/imagehlp/Makefile"
23669 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 imagehlp"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/imm32/Makefile"
23677 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 imm32"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/imm32/tests/Makefile"
23685 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23686 imm32/tests"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/inetcomm/Makefile"
23693 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 inetcomm"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/inetcomm/tests/Makefile"
23701 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23702 inetcomm/tests"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23705 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/inetmib1/Makefile"
23709 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 inetmib1"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/inetmib1/tests/Makefile"
23717 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23718 inetmib1/tests"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23721 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/infosoft/Makefile"
23725 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 infosoft"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/infosoft/tests/Makefile"
23733 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23734 infosoft/tests"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23737 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/initpki/Makefile"
23741 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 initpki"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/inkobj/Makefile"
23749 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 inkobj"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/inseng/Makefile"
23757 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 inseng"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/iphlpapi/Makefile"
23765 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 iphlpapi"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/iphlpapi/tests/Makefile"
23773 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23774 iphlpapi/tests"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/itircl/Makefile"
23781 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782 itircl"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/itss/Makefile"
23789 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 itss"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/itss/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/itss/tests/Makefile"
23797 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23798 itss/tests"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23801 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/jscript/Makefile"
23805 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 jscript"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/jscript/tests/Makefile"
23813 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23814 jscript/tests"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23817 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/kernel32/Makefile"
23821 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 kernel32"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/kernel32/tests/Makefile"
23829 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23830 kernel32/tests"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23833 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/localspl/Makefile"
23837 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 localspl"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/localspl/tests/Makefile"
23845 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23846 localspl/tests"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23849 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/localui/Makefile"
23853 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 localui"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/localui/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/localui/tests/Makefile"
23861 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23862 localui/tests"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23865 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/lz32/Makefile"
23869 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 lz32"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/lz32/tests/Makefile"
23877 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23878 lz32/tests"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23881 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/mapi32/Makefile"
23885 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 mapi32"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/mapi32/tests/Makefile"
23893 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23894 mapi32/tests"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23897 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/mciavi32/Makefile"
23901 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 mciavi32"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/mcicda/Makefile"
23909 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 mcicda"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/mciseq/Makefile"
23917 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 mciseq"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/mciwave/Makefile"
23925 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 mciwave"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/midimap/Makefile"
23933 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 midimap"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/mlang/Makefile"
23941 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 mlang"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/mlang/tests/Makefile"
23949 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23950 mlang/tests"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23953 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/mmdevldr.vxd/Makefile"
23957 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 mmdevldr.vxd"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/monodebg.vxd/Makefile"
23965 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966 monodebg.vxd"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/mountmgr.sys/Makefile"
23973 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 mountmgr.sys"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/mpr/Makefile"
23981 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 mpr"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/mprapi/Makefile"
23989 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 mprapi"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/msacm32.drv/Makefile"
23997 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 msacm32.drv"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/msacm32/Makefile"
24005 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 msacm32"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/msacm32/tests/Makefile"
24013 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014 msacm32/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/msadp32.acm/Makefile"
24021 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 msadp32.acm"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/mscat32/Makefile"
24029 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 mscat32"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/mscms/Makefile"
24037 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 mscms"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/mscms/tests/Makefile"
24045 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24046 mscms/tests"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24049 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/mscoree/Makefile"
24053 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 mscoree"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/msdmo/Makefile"
24061 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 msdmo"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/msftedit/Makefile"
24069 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 msftedit"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/msg711.acm/Makefile"
24077 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 msg711.acm"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/mshtml.tlb/Makefile"
24085 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 mshtml.tlb"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/mshtml/Makefile"
24093 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 mshtml"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/mshtml/tests/Makefile"
24101 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24102 mshtml/tests"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/msi/Makefile"
24109 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 msi"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/msi/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/msi/tests/Makefile"
24117 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24118 msi/tests"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24121 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/msimg32/Makefile"
24125 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 msimg32"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/msimtf/Makefile"
24133 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 msimtf"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/msisip/Makefile"
24141 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 msisip"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/msisys.ocx/Makefile"
24149 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 msisys.ocx"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/msnet32/Makefile"
24157 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 msnet32"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/msrle32/Makefile"
24165 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 msrle32"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/mssip32/Makefile"
24173 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 mssip32"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/mstask/Makefile"
24181 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 mstask"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/mstask/tests/Makefile"
24189 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24190 mstask/tests"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/msvcirt/Makefile"
24197 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 msvcirt"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/msvcr71/Makefile"
24205 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 msvcr71"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/msvcrt/Makefile"
24213 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 msvcrt"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/msvcrt/tests/Makefile"
24221 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222 msvcrt/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/msvcrt20/Makefile"
24229 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 msvcrt20"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/msvcrt40/Makefile"
24237 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 msvcrt40"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/msvcrtd/Makefile"
24245 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 msvcrtd"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/msvcrtd/tests/Makefile"
24253 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254 msvcrtd/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/msvfw32/Makefile"
24261 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 msvfw32"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/msvidc32/Makefile"
24269 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 msvidc32"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/mswsock/Makefile"
24277 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 mswsock"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/msxml3/Makefile"
24285 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 msxml3"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/msxml3/tests/Makefile"
24293 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294 msxml3/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/nddeapi/Makefile"
24301 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 nddeapi"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/netapi32/Makefile"
24309 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 netapi32"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/netapi32/tests/Makefile"
24317 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318 netapi32/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/newdev/Makefile"
24325 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 newdev"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/ntdll/Makefile"
24333 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 ntdll"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/ntdll/tests/Makefile"
24341 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24342 ntdll/tests"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24345 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/ntdsapi/Makefile"
24349 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 ntdsapi"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/ntdsapi/tests/Makefile"
24357 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24358 ntdsapi/tests"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/ntoskrnl.exe/Makefile"
24365 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 ntoskrnl.exe"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/ntprint/Makefile"
24373 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 ntprint"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/ntprint/tests/Makefile"
24381 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 ntprint/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/objsel/Makefile"
24389 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 objsel"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/odbc32/Makefile"
24397 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 odbc32"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/odbccp32/Makefile"
24405 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 odbccp32"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/odbccp32/tests/Makefile"
24413 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 odbccp32/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/ole32/Makefile"
24421 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 ole32"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/ole32/tests/Makefile"
24429 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 ole32/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/oleacc/Makefile"
24437 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 oleacc"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/oleacc/tests/Makefile"
24445 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446 oleacc/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/oleaut32/Makefile"
24453 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 oleaut32"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/oleaut32/tests/Makefile"
24461 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462 oleaut32/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/olecli32/Makefile"
24469 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 olecli32"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/oledlg/Makefile"
24477 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 oledlg"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/olepro32/Makefile"
24485 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 olepro32"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/olesvr32/Makefile"
24493 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 olesvr32"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/olethk32/Makefile"
24501 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 olethk32"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/opengl32/Makefile"
24509 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 opengl32"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/opengl32/tests/Makefile"
24517 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518 opengl32/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/pdh/Makefile"
24525 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 pdh"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/pdh/tests/Makefile"
24533 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534 pdh/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/powrprof/Makefile"
24541 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 powrprof"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/printui/Makefile"
24549 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 printui"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/printui/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/propsys/Makefile"
24557 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 propsys"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/psapi/Makefile"
24565 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 psapi"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/psapi/tests/Makefile"
24573 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574 psapi/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/pstorec/Makefile"
24581 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 pstorec"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/qcap/Makefile"
24589 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 qcap"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/qedit/Makefile"
24597 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 qedit"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/qedit/tests/Makefile"
24605 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24606 qedit/tests"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/qmgr/Makefile"
24613 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 qmgr"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/qmgr/tests/Makefile"
24621 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24622 qmgr/tests"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/qmgrprxy/Makefile"
24629 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 qmgrprxy"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/quartz/Makefile"
24637 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 quartz"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/quartz/tests/Makefile"
24645 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 quartz/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/query/Makefile"
24653 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 query"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/query/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/rasapi32/Makefile"
24661 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 rasapi32"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/rasapi32/tests/Makefile"
24669 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 rasapi32/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/resutils/Makefile"
24677 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 resutils"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/riched20/Makefile"
24685 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 riched20"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/riched20/tests/Makefile"
24693 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 riched20/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/riched32/Makefile"
24701 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 riched32"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/riched32/tests/Makefile"
24709 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710 riched32/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/rpcrt4/Makefile"
24717 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 rpcrt4"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/rpcrt4/tests/Makefile"
24725 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 rpcrt4/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/rsabase/Makefile"
24733 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 rsabase"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/rsaenh/Makefile"
24741 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 rsaenh"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/rsaenh/tests/Makefile"
24749 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 rsaenh/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/sane.ds/Makefile"
24757 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 sane.ds"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/sccbase/Makefile"
24765 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 sccbase"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/schannel/Makefile"
24773 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 schannel"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/schannel/tests/Makefile"
24781 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24782 schannel/tests"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24785 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/secur32/Makefile"
24789 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 secur32"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/secur32/tests/Makefile"
24797 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24798 secur32/tests"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/security/Makefile"
24805 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 security"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/security/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/sensapi/Makefile"
24813 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 sensapi"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/serialui/Makefile"
24821 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 serialui"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/serialui/tests/Makefile"
24829 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24830 serialui/tests"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24833 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/setupapi/Makefile"
24837 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 setupapi"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/setupapi/tests/Makefile"
24845 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846 setupapi/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/sfc/Makefile"
24853 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 sfc"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/sfc_os/Makefile"
24861 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 sfc_os"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/shdoclc/Makefile"
24869 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 shdoclc"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/shdocvw/Makefile"
24877 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 shdocvw"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/shdocvw/tests/Makefile"
24885 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24886 shdocvw/tests"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24889 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/shell32/Makefile"
24893 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 shell32"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/shell32/tests/Makefile"
24901 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24902 shell32/tests"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24905 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/shfolder/Makefile"
24909 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 shfolder"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/shlwapi/Makefile"
24917 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 shlwapi"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/shlwapi/tests/Makefile"
24925 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 shlwapi/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/slbcsp/Makefile"
24933 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 slbcsp"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/slc/Makefile"
24941 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 slc"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/slc/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/snmpapi/Makefile"
24949 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 snmpapi"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/snmpapi/tests/Makefile"
24957 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958 snmpapi/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/softpub/Makefile"
24965 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 softpub"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/spoolss/Makefile"
24973 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 spoolss"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/spoolss/tests/Makefile"
24981 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 spoolss/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/stdole2.tlb/Makefile"
24989 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 stdole2.tlb"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/stdole32.tlb/Makefile"
24997 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 stdole32.tlb"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/sti/Makefile"
25005 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 sti"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/sti/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/strmiids/Makefile"
25013 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25014 strmiids"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25017 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/svrapi/Makefile"
25021 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 svrapi"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/sxs/Makefile"
25029 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 sxs"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/tapi32/Makefile"
25037 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 tapi32"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/twain_32/Makefile"
25045 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 twain_32"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/unicows/Makefile"
25053 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 unicows"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/url/Makefile"
25061 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 url"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/url/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/urlmon/Makefile"
25069 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 urlmon"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/urlmon/tests/Makefile"
25077 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25078 urlmon/tests"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25081 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/user32/Makefile"
25085 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 user32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/user32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/user32/tests/Makefile"
25093 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 user32/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/userenv/Makefile"
25101 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 userenv"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/userenv/tests/Makefile"
25109 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25110 userenv/tests"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25113 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/usp10/Makefile"
25117 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 usp10"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/usp10/tests/Makefile"
25125 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25126 usp10/tests"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25129 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/uuid/Makefile"
25133 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25134 uuid"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25137 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/uxtheme/Makefile"
25141 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 uxtheme"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/uxtheme/tests/Makefile"
25149 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25150 uxtheme/tests"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/vdhcp.vxd/Makefile"
25157 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 vdhcp.vxd"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/vdmdbg/Makefile"
25165 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 vdmdbg"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/version/Makefile"
25173 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 version"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/version/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/version/tests/Makefile"
25181 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25182 version/tests"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25185 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/vmm.vxd/Makefile"
25189 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 vmm.vxd"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/vnbt.vxd/Makefile"
25197 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 vnbt.vxd"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/vnetbios.vxd/Makefile"
25205 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 vnetbios.vxd"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/vtdapi.vxd/Makefile"
25213 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 vtdapi.vxd"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/vwin32.vxd/Makefile"
25221 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 vwin32.vxd"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/w32skrnl/Makefile"
25229 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 w32skrnl"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/winealsa.drv/Makefile"
25237 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 winealsa.drv"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/wineaudioio.drv/Makefile"
25245 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 wineaudioio.drv"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/winecoreaudio.drv/Makefile"
25253 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 winecoreaudio.drv"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/winecrt0/Makefile"
25261 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25262 winecrt0"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25265 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/wined3d/Makefile"
25269 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 wined3d"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/winedos/Makefile"
25277 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 winedos"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/wineesd.drv/Makefile"
25285 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 wineesd.drv"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/winejack.drv/Makefile"
25293 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 winejack.drv"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/winejoystick.drv/Makefile"
25301 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 winejoystick.drv"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/winemp3.acm/Makefile"
25309 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 winemp3.acm"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/winenas.drv/Makefile"
25317 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 winenas.drv"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/wineoss.drv/Makefile"
25325 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 wineoss.drv"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/wineps.drv/Makefile"
25333 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 wineps.drv"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/winepulse.drv/Makefile"
25341 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 winepulse.drv"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/winequartz.drv/Makefile"
25349 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 winequartz.drv"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/winex11.drv/Makefile"
25357 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 winex11.drv"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/wing32/Makefile"
25365 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 wing32"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/winhttp/Makefile"
25373 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 winhttp"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/winhttp/tests/Makefile"
25381 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25382 winhttp/tests"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25385 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/wininet/Makefile"
25389 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 wininet"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/wininet/tests/Makefile"
25397 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25398 wininet/tests"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25401 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/winmm/Makefile"
25405 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 winmm"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/winmm/tests/Makefile"
25413 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25414 winmm/tests"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25417 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/winnls32/Makefile"
25421 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 winnls32"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/winscard/Makefile"
25429 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 winscard"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/winspool.drv/Makefile"
25437 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 winspool.drv"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/winspool.drv/tests/Makefile"
25445 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25446 winspool.drv/tests"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25449 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/wintab32/Makefile"
25453 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 wintab32"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/wintrust/Makefile"
25461 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 wintrust"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/wintrust/tests/Makefile"
25469 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 wintrust/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/wldap32/Makefile"
25477 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 wldap32"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/wldap32/tests/Makefile"
25485 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 wldap32/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/wmi/Makefile"
25493 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 wmi"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/wnaspi32/Makefile"
25501 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 wnaspi32"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/wow32/Makefile"
25509 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 wow32"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/ws2_32/Makefile"
25517 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 ws2_32"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/ws2_32/tests/Makefile"
25525 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526 ws2_32/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/wsock32/Makefile"
25533 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 wsock32"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/wtsapi32/Makefile"
25541 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 wtsapi32"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 documentation/Makefile"
25549 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25550 documentation"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 documentation/Makefile: documentation/Makefile.in Make.rules"
25553 ac_config_files="$ac_config_files documentation/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 fonts/Makefile"
25557 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25558 fonts"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 fonts/Makefile: fonts/Makefile.in Make.rules"
25561 ac_config_files="$ac_config_files fonts/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 include/Makefile"
25565 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25566 include"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 include/Makefile: include/Makefile.in Make.rules"
25569 ac_config_files="$ac_config_files include/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 libs/Makefile"
25573 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25574 libs"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 libs/Makefile: libs/Makefile.in Make.rules"
25577 ac_config_files="$ac_config_files libs/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 libs/port/Makefile"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25584 ac_config_files="$ac_config_files libs/port/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 libs/wine/Makefile"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25591 ac_config_files="$ac_config_files libs/wine/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 libs/wpp/Makefile"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25598 ac_config_files="$ac_config_files libs/wpp/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 loader/Makefile"
25602 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25603 loader"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 loader/Makefile: loader/Makefile.in Make.rules"
25606 ac_config_files="$ac_config_files loader/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 programs/Makefile"
25610 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25611 programs"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 programs/Makefile: programs/Makefile.in Make.rules"
25614 ac_config_files="$ac_config_files programs/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 programs/clock/Makefile"
25618 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25619 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25620 clock"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25623 ac_config_files="$ac_config_files programs/clock/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 programs/cmd/Makefile"
25627 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25628 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25629 cmd"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25632 ac_config_files="$ac_config_files programs/cmd/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 programs/cmdlgtst/Makefile"
25636 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25637 cmdlgtst"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25640 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 programs/control/Makefile"
25644 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25645 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25646 control"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25649 ac_config_files="$ac_config_files programs/control/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 programs/eject/Makefile"
25653 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25654 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25655 eject"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25658 ac_config_files="$ac_config_files programs/eject/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 programs/expand/Makefile"
25662 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25663 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25664 expand"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25667 ac_config_files="$ac_config_files programs/expand/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 programs/explorer/Makefile"
25671 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25672 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25673 explorer"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25676 ac_config_files="$ac_config_files programs/explorer/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 programs/hh/Makefile"
25680 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25681 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25685 ac_config_files="$ac_config_files programs/hh/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 programs/icinfo/Makefile"
25689 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25690 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25691 icinfo"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25694 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 programs/iexplore/Makefile"
25698 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25699 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25700 iexplore"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 programs/msiexec/Makefile"
25707 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25709 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25710 msiexec"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25713 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 programs/net/Makefile"
25717 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25718 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25719 net"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25722 ac_config_files="$ac_config_files programs/net/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 programs/notepad/Makefile"
25726 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25727 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25728 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25729 notepad"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25732 ac_config_files="$ac_config_files programs/notepad/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 programs/oleview/Makefile"
25736 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25737 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25738 oleview"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25741 ac_config_files="$ac_config_files programs/oleview/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 programs/progman/Makefile"
25745 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25746 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25747 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25748 progman"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25751 ac_config_files="$ac_config_files programs/progman/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 programs/reg/Makefile"
25755 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25756 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25757 reg"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25760 ac_config_files="$ac_config_files programs/reg/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 programs/regedit/Makefile"
25764 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25765 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25766 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25767 regedit"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25770 ac_config_files="$ac_config_files programs/regedit/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 programs/regsvr32/Makefile"
25774 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25775 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25776 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25777 regsvr32"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25780 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 programs/rpcss/Makefile"
25784 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25785 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25786 rpcss"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 programs/rundll32/Makefile"
25793 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25795 rundll32"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 programs/secedit/Makefile"
25802 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25804 secedit"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25807 ac_config_files="$ac_config_files programs/secedit/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 programs/services/Makefile"
25811 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25812 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25813 services"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25816 ac_config_files="$ac_config_files programs/services/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 programs/spoolsv/Makefile"
25820 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25821 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25822 spoolsv"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25825 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 programs/start/Makefile"
25829 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25830 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25831 start"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25834 ac_config_files="$ac_config_files programs/start/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 programs/svchost/Makefile"
25838 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25839 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25840 svchost"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/svchost/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 programs/taskmgr/Makefile"
25847 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25848 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25849 taskmgr"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25852 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 programs/uninstaller/Makefile"
25856 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25857 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25858 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25859 uninstaller"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25862 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 programs/view/Makefile"
25866 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25867 view"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25870 ac_config_files="$ac_config_files programs/view/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 programs/wineboot/Makefile"
25874 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25875 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25876 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25877 wineboot"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25880 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 programs/winebrowser/Makefile"
25884 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25885 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25886 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25887 winebrowser"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25890 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 programs/winecfg/Makefile"
25894 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25895 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25896 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25897 winecfg"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25900 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 programs/wineconsole/Makefile"
25904 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25905 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25906 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25907 wineconsole"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25910 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 programs/winedbg/Makefile"
25914 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25915 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25916 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25917 winedbg"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25920 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 programs/winedevice/Makefile"
25924 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25925 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25926 winedevice"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25929 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 programs/winefile/Makefile"
25933 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25934 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25935 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25936 winefile"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25939 ac_config_files="$ac_config_files programs/winefile/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 programs/winemenubuilder/Makefile"
25943 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25944 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25945 winemenubuilder"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25948 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 programs/winemine/Makefile"
25952 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25953 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25954 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25955 winemine"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25958 ac_config_files="$ac_config_files programs/winemine/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 programs/winepath/Makefile"
25962 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25963 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25964 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25965 winepath"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25968 ac_config_files="$ac_config_files programs/winepath/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 programs/winetest/Makefile"
25972 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25973 winetest"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25976 ac_config_files="$ac_config_files programs/winetest/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 programs/winevdm/Makefile"
25980 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25981 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25982 winevdm"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25985 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 programs/winhlp32/Makefile"
25989 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25990 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25991 winhlp32"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25994 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 programs/winver/Makefile"
25998 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25999 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26000 winver"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26003 ac_config_files="$ac_config_files programs/winver/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 programs/wordpad/Makefile"
26007 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26008 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26009 wordpad"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26012 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 programs/write/Makefile"
26016 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26017 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26018 write"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26021 ac_config_files="$ac_config_files programs/write/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 programs/xcopy/Makefile"
26025 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26026 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26027 xcopy"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26030 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 server/Makefile"
26034 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26035 server"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 server/Makefile: server/Makefile.in Make.rules"
26038 ac_config_files="$ac_config_files server/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 tools/Makefile"
26042 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26043 tools"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 tools/Makefile: tools/Makefile.in Make.rules"
26046 ac_config_files="$ac_config_files tools/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 tools/widl/Makefile"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26053 ac_config_files="$ac_config_files tools/widl/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 tools/winebuild/Makefile"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26060 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 tools/winedump/Makefile"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26067 ac_config_files="$ac_config_files tools/winedump/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 tools/winegcc/Makefile"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26074 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 tools/wmc/Makefile"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26081 ac_config_files="$ac_config_files tools/wmc/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 tools/wrc/Makefile"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26088 ac_config_files="$ac_config_files tools/wrc/Makefile"
26091 if test "x$enable_tests" == "xno"
26092 then
26093 ALL_TEST_DIRS=""
26098 ALL_WINETEST_DEPENDS="# Test binaries"
26100 for dir in $ALL_TEST_DIRS
26102 if test "$dir" != "\\"
26103 then
26104 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26105 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26106 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26107 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26109 done
26111 cat >confcache <<\_ACEOF
26112 # This file is a shell script that caches the results of configure
26113 # tests run on this system so they can be shared between configure
26114 # scripts and configure runs, see configure's option --config-cache.
26115 # It is not useful on other systems. If it contains results you don't
26116 # want to keep, you may remove or edit it.
26118 # config.status only pays attention to the cache file if you give it
26119 # the --recheck option to rerun configure.
26121 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26122 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26123 # following values.
26125 _ACEOF
26127 # The following way of writing the cache mishandles newlines in values,
26128 # but we know of no workaround that is simple, portable, and efficient.
26129 # So, we kill variables containing newlines.
26130 # Ultrix sh set writes to stderr and can't be redirected directly,
26131 # and sets the high bit in the cache file unless we assign to the vars.
26133 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26134 eval ac_val=\$$ac_var
26135 case $ac_val in #(
26136 *${as_nl}*)
26137 case $ac_var in #(
26138 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26139 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26140 esac
26141 case $ac_var in #(
26142 _ | IFS | as_nl) ;; #(
26143 *) $as_unset $ac_var ;;
26144 esac ;;
26145 esac
26146 done
26148 (set) 2>&1 |
26149 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26150 *${as_nl}ac_space=\ *)
26151 # `set' does not quote correctly, so add quotes (double-quote
26152 # substitution turns \\\\ into \\, and sed turns \\ into \).
26153 sed -n \
26154 "s/'/'\\\\''/g;
26155 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26156 ;; #(
26158 # `set' quotes correctly as required by POSIX, so do not add quotes.
26159 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26161 esac |
26162 sort
26164 sed '
26165 /^ac_cv_env_/b end
26166 t clear
26167 :clear
26168 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26169 t end
26170 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26171 :end' >>confcache
26172 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26173 if test -w "$cache_file"; then
26174 test "x$cache_file" != "x/dev/null" &&
26175 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26176 echo "$as_me: updating cache $cache_file" >&6;}
26177 cat confcache >$cache_file
26178 else
26179 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26180 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26183 rm -f confcache
26185 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26186 # Let make expand exec_prefix.
26187 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26189 DEFS=-DHAVE_CONFIG_H
26191 ac_libobjs=
26192 ac_ltlibobjs=
26193 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26194 # 1. Remove the extension, and $U if already installed.
26195 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26196 ac_i=`echo "$ac_i" | sed "$ac_script"`
26197 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26198 # will be set to the directory where LIBOBJS objects are built.
26199 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26200 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26201 done
26202 LIBOBJS=$ac_libobjs
26204 LTLIBOBJS=$ac_ltlibobjs
26208 : ${CONFIG_STATUS=./config.status}
26209 ac_clean_files_save=$ac_clean_files
26210 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26211 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26212 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26213 cat >$CONFIG_STATUS <<_ACEOF
26214 #! $SHELL
26215 # Generated by $as_me.
26216 # Run this file to recreate the current configuration.
26217 # Compiler output produced by configure, useful for debugging
26218 # configure, is in config.log if it exists.
26220 debug=false
26221 ac_cs_recheck=false
26222 ac_cs_silent=false
26223 SHELL=\${CONFIG_SHELL-$SHELL}
26224 _ACEOF
26226 cat >>$CONFIG_STATUS <<\_ACEOF
26227 ## --------------------- ##
26228 ## M4sh Initialization. ##
26229 ## --------------------- ##
26231 # Be more Bourne compatible
26232 DUALCASE=1; export DUALCASE # for MKS sh
26233 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26234 emulate sh
26235 NULLCMD=:
26236 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26237 # is contrary to our usage. Disable this feature.
26238 alias -g '${1+"$@"}'='"$@"'
26239 setopt NO_GLOB_SUBST
26240 else
26241 case `(set -o) 2>/dev/null` in
26242 *posix*) set -o posix ;;
26243 esac
26250 # PATH needs CR
26251 # Avoid depending upon Character Ranges.
26252 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26253 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26254 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26255 as_cr_digits='0123456789'
26256 as_cr_alnum=$as_cr_Letters$as_cr_digits
26258 # The user is always right.
26259 if test "${PATH_SEPARATOR+set}" != set; then
26260 echo "#! /bin/sh" >conf$$.sh
26261 echo "exit 0" >>conf$$.sh
26262 chmod +x conf$$.sh
26263 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26264 PATH_SEPARATOR=';'
26265 else
26266 PATH_SEPARATOR=:
26268 rm -f conf$$.sh
26271 # Support unset when possible.
26272 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26273 as_unset=unset
26274 else
26275 as_unset=false
26279 # IFS
26280 # We need space, tab and new line, in precisely that order. Quoting is
26281 # there to prevent editors from complaining about space-tab.
26282 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26283 # splitting by setting IFS to empty value.)
26284 as_nl='
26286 IFS=" "" $as_nl"
26288 # Find who we are. Look in the path if we contain no directory separator.
26289 case $0 in
26290 *[\\/]* ) as_myself=$0 ;;
26291 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26292 for as_dir in $PATH
26294 IFS=$as_save_IFS
26295 test -z "$as_dir" && as_dir=.
26296 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26297 done
26298 IFS=$as_save_IFS
26301 esac
26302 # We did not find ourselves, most probably we were run as `sh COMMAND'
26303 # in which case we are not to be found in the path.
26304 if test "x$as_myself" = x; then
26305 as_myself=$0
26307 if test ! -f "$as_myself"; then
26308 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26309 { (exit 1); exit 1; }
26312 # Work around bugs in pre-3.0 UWIN ksh.
26313 for as_var in ENV MAIL MAILPATH
26314 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26315 done
26316 PS1='$ '
26317 PS2='> '
26318 PS4='+ '
26320 # NLS nuisances.
26321 for as_var in \
26322 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26323 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26324 LC_TELEPHONE LC_TIME
26326 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26327 eval $as_var=C; export $as_var
26328 else
26329 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26331 done
26333 # Required to use basename.
26334 if expr a : '\(a\)' >/dev/null 2>&1 &&
26335 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26336 as_expr=expr
26337 else
26338 as_expr=false
26341 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26342 as_basename=basename
26343 else
26344 as_basename=false
26348 # Name of the executable.
26349 as_me=`$as_basename -- "$0" ||
26350 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26351 X"$0" : 'X\(//\)$' \| \
26352 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26353 echo X/"$0" |
26354 sed '/^.*\/\([^/][^/]*\)\/*$/{
26355 s//\1/
26358 /^X\/\(\/\/\)$/{
26359 s//\1/
26362 /^X\/\(\/\).*/{
26363 s//\1/
26366 s/.*/./; q'`
26368 # CDPATH.
26369 $as_unset CDPATH
26373 as_lineno_1=$LINENO
26374 as_lineno_2=$LINENO
26375 test "x$as_lineno_1" != "x$as_lineno_2" &&
26376 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26378 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26379 # uniformly replaced by the line number. The first 'sed' inserts a
26380 # line-number line after each line using $LINENO; the second 'sed'
26381 # does the real work. The second script uses 'N' to pair each
26382 # line-number line with the line containing $LINENO, and appends
26383 # trailing '-' during substitution so that $LINENO is not a special
26384 # case at line end.
26385 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26386 # scripts with optimization help from Paolo Bonzini. Blame Lee
26387 # E. McMahon (1931-1989) for sed's syntax. :-)
26388 sed -n '
26390 /[$]LINENO/=
26391 ' <$as_myself |
26392 sed '
26393 s/[$]LINENO.*/&-/
26394 t lineno
26396 :lineno
26398 :loop
26399 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26400 t loop
26401 s/-\n.*//
26402 ' >$as_me.lineno &&
26403 chmod +x "$as_me.lineno" ||
26404 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26405 { (exit 1); exit 1; }; }
26407 # Don't try to exec as it changes $[0], causing all sort of problems
26408 # (the dirname of $[0] is not the place where we might find the
26409 # original and so on. Autoconf is especially sensitive to this).
26410 . "./$as_me.lineno"
26411 # Exit status is that of the last command.
26412 exit
26416 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26417 as_dirname=dirname
26418 else
26419 as_dirname=false
26422 ECHO_C= ECHO_N= ECHO_T=
26423 case `echo -n x` in
26424 -n*)
26425 case `echo 'x\c'` in
26426 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26427 *) ECHO_C='\c';;
26428 esac;;
26430 ECHO_N='-n';;
26431 esac
26433 if expr a : '\(a\)' >/dev/null 2>&1 &&
26434 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26435 as_expr=expr
26436 else
26437 as_expr=false
26440 rm -f conf$$ conf$$.exe conf$$.file
26441 if test -d conf$$.dir; then
26442 rm -f conf$$.dir/conf$$.file
26443 else
26444 rm -f conf$$.dir
26445 mkdir conf$$.dir
26447 echo >conf$$.file
26448 if ln -s conf$$.file conf$$ 2>/dev/null; then
26449 as_ln_s='ln -s'
26450 # ... but there are two gotchas:
26451 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26452 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26453 # In both cases, we have to default to `cp -p'.
26454 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26455 as_ln_s='cp -p'
26456 elif ln conf$$.file conf$$ 2>/dev/null; then
26457 as_ln_s=ln
26458 else
26459 as_ln_s='cp -p'
26461 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26462 rmdir conf$$.dir 2>/dev/null
26464 if mkdir -p . 2>/dev/null; then
26465 as_mkdir_p=:
26466 else
26467 test -d ./-p && rmdir ./-p
26468 as_mkdir_p=false
26471 if test -x / >/dev/null 2>&1; then
26472 as_test_x='test -x'
26473 else
26474 if ls -dL / >/dev/null 2>&1; then
26475 as_ls_L_option=L
26476 else
26477 as_ls_L_option=
26479 as_test_x='
26480 eval sh -c '\''
26481 if test -d "$1"; then
26482 test -d "$1/.";
26483 else
26484 case $1 in
26485 -*)set "./$1";;
26486 esac;
26487 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26488 ???[sx]*):;;*)false;;esac;fi
26489 '\'' sh
26492 as_executable_p=$as_test_x
26494 # Sed expression to map a string onto a valid CPP name.
26495 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26497 # Sed expression to map a string onto a valid variable name.
26498 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26501 exec 6>&1
26503 # Save the log message, to keep $[0] and so on meaningful, and to
26504 # report actual input values of CONFIG_FILES etc. instead of their
26505 # values after options handling.
26506 ac_log="
26507 This file was extended by Wine $as_me 1.1.7, which was
26508 generated by GNU Autoconf 2.61. Invocation command line was
26510 CONFIG_FILES = $CONFIG_FILES
26511 CONFIG_HEADERS = $CONFIG_HEADERS
26512 CONFIG_LINKS = $CONFIG_LINKS
26513 CONFIG_COMMANDS = $CONFIG_COMMANDS
26514 $ $0 $@
26516 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26519 _ACEOF
26521 cat >>$CONFIG_STATUS <<_ACEOF
26522 # Files that config.status was made for.
26523 config_files="$ac_config_files"
26524 config_headers="$ac_config_headers"
26525 config_commands="$ac_config_commands"
26527 _ACEOF
26529 cat >>$CONFIG_STATUS <<\_ACEOF
26530 ac_cs_usage="\
26531 \`$as_me' instantiates files from templates according to the
26532 current configuration.
26534 Usage: $0 [OPTIONS] [FILE]...
26536 -h, --help print this help, then exit
26537 -V, --version print version number and configuration settings, then exit
26538 -q, --quiet do not print progress messages
26539 -d, --debug don't remove temporary files
26540 --recheck update $as_me by reconfiguring in the same conditions
26541 --file=FILE[:TEMPLATE]
26542 instantiate the configuration file FILE
26543 --header=FILE[:TEMPLATE]
26544 instantiate the configuration header FILE
26546 Configuration files:
26547 $config_files
26549 Configuration headers:
26550 $config_headers
26552 Configuration commands:
26553 $config_commands
26555 Report bugs to <bug-autoconf@gnu.org>."
26557 _ACEOF
26558 cat >>$CONFIG_STATUS <<_ACEOF
26559 ac_cs_version="\\
26560 Wine config.status 1.1.7
26561 configured by $0, generated by GNU Autoconf 2.61,
26562 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26564 Copyright (C) 2006 Free Software Foundation, Inc.
26565 This config.status script is free software; the Free Software Foundation
26566 gives unlimited permission to copy, distribute and modify it."
26568 ac_pwd='$ac_pwd'
26569 srcdir='$srcdir'
26570 INSTALL='$INSTALL'
26571 _ACEOF
26573 cat >>$CONFIG_STATUS <<\_ACEOF
26574 # If no file are specified by the user, then we need to provide default
26575 # value. By we need to know if files were specified by the user.
26576 ac_need_defaults=:
26577 while test $# != 0
26579 case $1 in
26580 --*=*)
26581 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26582 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26583 ac_shift=:
26586 ac_option=$1
26587 ac_optarg=$2
26588 ac_shift=shift
26590 esac
26592 case $ac_option in
26593 # Handling of the options.
26594 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26595 ac_cs_recheck=: ;;
26596 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26597 echo "$ac_cs_version"; exit ;;
26598 --debug | --debu | --deb | --de | --d | -d )
26599 debug=: ;;
26600 --file | --fil | --fi | --f )
26601 $ac_shift
26602 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26603 ac_need_defaults=false;;
26604 --header | --heade | --head | --hea )
26605 $ac_shift
26606 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26607 ac_need_defaults=false;;
26608 --he | --h)
26609 # Conflict between --help and --header
26610 { echo "$as_me: error: ambiguous option: $1
26611 Try \`$0 --help' for more information." >&2
26612 { (exit 1); exit 1; }; };;
26613 --help | --hel | -h )
26614 echo "$ac_cs_usage"; exit ;;
26615 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26616 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26617 ac_cs_silent=: ;;
26619 # This is an error.
26620 -*) { echo "$as_me: error: unrecognized option: $1
26621 Try \`$0 --help' for more information." >&2
26622 { (exit 1); exit 1; }; } ;;
26624 *) ac_config_targets="$ac_config_targets $1"
26625 ac_need_defaults=false ;;
26627 esac
26628 shift
26629 done
26631 ac_configure_extra_args=
26633 if $ac_cs_silent; then
26634 exec 6>/dev/null
26635 ac_configure_extra_args="$ac_configure_extra_args --silent"
26638 _ACEOF
26639 cat >>$CONFIG_STATUS <<_ACEOF
26640 if \$ac_cs_recheck; then
26641 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26642 CONFIG_SHELL=$SHELL
26643 export CONFIG_SHELL
26644 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26647 _ACEOF
26648 cat >>$CONFIG_STATUS <<\_ACEOF
26649 exec 5>>config.log
26651 echo
26652 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26653 ## Running $as_me. ##
26654 _ASBOX
26655 echo "$ac_log"
26656 } >&5
26658 _ACEOF
26659 cat >>$CONFIG_STATUS <<_ACEOF
26660 _ACEOF
26662 cat >>$CONFIG_STATUS <<\_ACEOF
26664 # Handling of arguments.
26665 for ac_config_target in $ac_config_targets
26667 case $ac_config_target in
26668 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26669 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26670 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26671 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26672 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26673 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26674 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26675 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26676 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26677 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26678 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26679 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26680 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26681 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26682 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26683 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26684 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26685 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26686 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26687 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26688 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26689 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26690 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26691 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26692 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26693 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26694 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26695 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26696 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26697 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26698 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26699 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26700 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26701 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26702 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26703 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26704 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26705 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26706 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26707 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26708 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26709 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26710 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26711 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26712 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26713 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26714 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26715 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26716 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26717 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26718 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26719 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26720 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26721 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26722 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26723 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26724 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26725 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26726 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26727 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26728 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26729 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26730 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26731 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26732 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26733 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26734 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26735 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26736 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26737 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26738 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26739 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26740 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26741 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26742 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26743 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26744 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26745 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26746 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26747 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26748 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26749 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26750 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26751 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26752 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26753 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26754 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26755 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26756 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26757 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26758 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26759 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26760 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26761 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26762 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26763 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26764 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26765 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26766 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26767 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26768 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26769 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26770 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26771 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26772 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26773 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26774 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26775 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26776 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26777 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26778 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26779 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26780 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26781 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26782 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26783 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26784 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26785 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26786 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26787 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26788 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26789 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26790 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26791 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26792 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26793 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26794 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26795 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26796 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26797 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26798 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26799 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26800 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26801 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26802 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26803 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26804 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26805 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26806 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26807 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26808 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26809 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26810 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26811 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26812 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26813 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26814 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26815 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26816 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26817 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26818 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26819 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26820 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26821 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26822 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26823 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26824 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26825 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26826 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26827 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26828 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26829 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26830 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26831 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26832 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26833 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26834 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26835 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26836 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26837 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26838 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26839 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26840 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26841 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26842 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26843 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26844 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26845 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26846 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26847 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26848 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26849 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26850 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26851 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26852 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26853 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26854 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26855 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26856 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26857 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26858 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26859 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26860 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26861 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26862 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26863 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26864 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26865 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26866 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26867 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26868 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26869 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26870 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26871 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26872 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26873 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26874 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26875 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26876 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26877 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26878 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26879 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26880 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26881 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26882 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26883 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26884 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26885 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26886 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26887 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26888 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26889 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26890 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26891 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26892 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26893 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26894 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26895 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26896 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26897 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26898 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26899 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26900 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26901 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26902 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26903 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26904 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26905 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26906 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26907 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26908 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26909 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26910 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26911 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26912 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26913 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26914 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26915 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26916 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26917 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26918 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26919 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26920 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26921 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26922 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26923 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26924 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26925 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26926 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26927 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26928 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26929 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26930 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26931 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26932 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26933 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26934 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26935 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26936 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26937 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26938 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26939 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26940 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26941 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26942 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26943 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26944 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26945 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26946 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26947 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26948 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26949 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26950 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26951 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26952 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26953 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26954 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26955 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26956 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26957 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26958 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26959 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26960 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26961 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26962 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26963 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26964 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26965 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26966 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26967 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26968 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26969 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26970 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26971 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26972 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26973 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26974 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26975 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26976 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26977 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26978 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26979 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26980 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26981 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26982 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26983 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26984 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26985 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26986 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26987 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26988 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26989 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26990 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26991 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26992 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26993 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26994 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26995 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26996 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26997 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26998 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26999 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27000 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27001 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27002 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27003 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27004 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27005 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27006 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27007 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27008 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27009 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27010 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27011 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27012 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27013 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27014 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27015 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27016 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27017 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27018 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27019 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27020 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27021 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27022 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27023 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27024 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27025 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27026 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27027 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27028 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27029 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27030 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27031 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27032 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27033 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27034 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27035 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27036 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27037 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27038 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27039 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27040 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27041 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27042 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27043 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27044 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27045 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27046 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27047 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27048 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27049 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27050 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27051 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27052 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27053 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27054 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27055 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27056 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27057 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27058 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27059 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27060 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27061 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27062 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27063 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27064 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27065 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27066 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27067 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27068 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27069 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27070 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27071 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27072 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27073 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27074 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27075 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27076 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27077 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27078 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27079 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27080 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27081 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27082 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27083 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27084 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27085 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27086 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27087 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27088 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27089 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27090 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27091 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27092 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27093 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27094 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27095 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27096 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27097 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27098 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27099 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27100 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27101 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27102 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27103 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27104 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27106 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27107 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27108 { (exit 1); exit 1; }; };;
27109 esac
27110 done
27113 # If the user did not use the arguments to specify the items to instantiate,
27114 # then the envvar interface is used. Set only those that are not.
27115 # We use the long form for the default assignment because of an extremely
27116 # bizarre bug on SunOS 4.1.3.
27117 if $ac_need_defaults; then
27118 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27119 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27120 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27123 # Have a temporary directory for convenience. Make it in the build tree
27124 # simply because there is no reason against having it here, and in addition,
27125 # creating and moving files from /tmp can sometimes cause problems.
27126 # Hook for its removal unless debugging.
27127 # Note that there is a small window in which the directory will not be cleaned:
27128 # after its creation but before its name has been assigned to `$tmp'.
27129 $debug ||
27131 tmp=
27132 trap 'exit_status=$?
27133 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27135 trap '{ (exit 1); exit 1; }' 1 2 13 15
27137 # Create a (secure) tmp directory for tmp files.
27140 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27141 test -n "$tmp" && test -d "$tmp"
27142 } ||
27144 tmp=./conf$$-$RANDOM
27145 (umask 077 && mkdir "$tmp")
27146 } ||
27148 echo "$me: cannot create a temporary directory in ." >&2
27149 { (exit 1); exit 1; }
27153 # Set up the sed scripts for CONFIG_FILES section.
27156 # No need to generate the scripts if there are no CONFIG_FILES.
27157 # This happens for instance when ./config.status config.h
27158 if test -n "$CONFIG_FILES"; then
27160 _ACEOF
27162 # Create sed commands to just substitute file output variables.
27164 # Remaining file output variables are in a fragment that also has non-file
27165 # output varibles.
27169 ac_delim='%!_!# '
27170 for ac_last_try in false false false false false :; do
27171 cat >conf$$subs.sed <<_ACEOF
27172 SHELL!$SHELL$ac_delim
27173 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27174 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27175 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27176 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27177 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27178 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27179 exec_prefix!$exec_prefix$ac_delim
27180 prefix!$prefix$ac_delim
27181 program_transform_name!$program_transform_name$ac_delim
27182 bindir!$bindir$ac_delim
27183 sbindir!$sbindir$ac_delim
27184 libexecdir!$libexecdir$ac_delim
27185 datarootdir!$datarootdir$ac_delim
27186 datadir!$datadir$ac_delim
27187 sysconfdir!$sysconfdir$ac_delim
27188 sharedstatedir!$sharedstatedir$ac_delim
27189 localstatedir!$localstatedir$ac_delim
27190 includedir!$includedir$ac_delim
27191 oldincludedir!$oldincludedir$ac_delim
27192 docdir!$docdir$ac_delim
27193 infodir!$infodir$ac_delim
27194 htmldir!$htmldir$ac_delim
27195 dvidir!$dvidir$ac_delim
27196 pdfdir!$pdfdir$ac_delim
27197 psdir!$psdir$ac_delim
27198 libdir!$libdir$ac_delim
27199 localedir!$localedir$ac_delim
27200 mandir!$mandir$ac_delim
27201 DEFS!$DEFS$ac_delim
27202 ECHO_C!$ECHO_C$ac_delim
27203 ECHO_N!$ECHO_N$ac_delim
27204 ECHO_T!$ECHO_T$ac_delim
27205 LIBS!$LIBS$ac_delim
27206 build_alias!$build_alias$ac_delim
27207 host_alias!$host_alias$ac_delim
27208 target_alias!$target_alias$ac_delim
27209 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27210 build!$build$ac_delim
27211 build_cpu!$build_cpu$ac_delim
27212 build_vendor!$build_vendor$ac_delim
27213 build_os!$build_os$ac_delim
27214 host!$host$ac_delim
27215 host_cpu!$host_cpu$ac_delim
27216 host_vendor!$host_vendor$ac_delim
27217 host_os!$host_os$ac_delim
27218 WIN16_FILES!$WIN16_FILES$ac_delim
27219 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27220 WINETEST!$WINETEST$ac_delim
27221 SET_MAKE!$SET_MAKE$ac_delim
27222 CC!$CC$ac_delim
27223 CFLAGS!$CFLAGS$ac_delim
27224 LDFLAGS!$LDFLAGS$ac_delim
27225 CPPFLAGS!$CPPFLAGS$ac_delim
27226 ac_ct_CC!$ac_ct_CC$ac_delim
27227 EXEEXT!$EXEEXT$ac_delim
27228 OBJEXT!$OBJEXT$ac_delim
27229 CXX!$CXX$ac_delim
27230 CXXFLAGS!$CXXFLAGS$ac_delim
27231 ac_ct_CXX!$ac_ct_CXX$ac_delim
27232 CPPBIN!$CPPBIN$ac_delim
27233 TOOLSDIR!$TOOLSDIR$ac_delim
27234 XMKMF!$XMKMF$ac_delim
27235 CPP!$CPP$ac_delim
27236 X_CFLAGS!$X_CFLAGS$ac_delim
27237 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27238 X_LIBS!$X_LIBS$ac_delim
27239 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27240 FLEX!$FLEX$ac_delim
27241 BISON!$BISON$ac_delim
27242 AS!$AS$ac_delim
27243 ac_ct_AS!$ac_ct_AS$ac_delim
27244 LD!$LD$ac_delim
27245 ac_ct_LD!$ac_ct_LD$ac_delim
27246 NM!$NM$ac_delim
27247 ac_ct_NM!$ac_ct_NM$ac_delim
27248 AR!$AR$ac_delim
27249 ac_ct_AR!$ac_ct_AR$ac_delim
27250 ARFLAGS!$ARFLAGS$ac_delim
27251 RANLIB!$RANLIB$ac_delim
27252 STRIP!$STRIP$ac_delim
27253 WINDRES!$WINDRES$ac_delim
27254 _ACEOF
27256 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27257 break
27258 elif $ac_last_try; then
27259 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27260 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27261 { (exit 1); exit 1; }; }
27262 else
27263 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27265 done
27267 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27268 if test -n "$ac_eof"; then
27269 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27270 ac_eof=`expr $ac_eof + 1`
27273 cat >>$CONFIG_STATUS <<_ACEOF
27274 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27275 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27276 /^[ ]*@MAKE_RULES@[ ]*$/{
27277 r $MAKE_RULES
27280 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27281 r $MAKE_DLL_RULES
27284 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27285 r $MAKE_IMPLIB_RULES
27288 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27289 r $MAKE_TEST_RULES
27292 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27293 r $MAKE_PROG_RULES
27296 _ACEOF
27297 sed '
27298 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27299 s/^/s,@/; s/!/@,|#_!!_#|/
27302 s/'"$ac_delim"'$/,g/; t
27303 s/$/\\/; p
27304 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27305 ' >>$CONFIG_STATUS <conf$$subs.sed
27306 rm -f conf$$subs.sed
27307 cat >>$CONFIG_STATUS <<_ACEOF
27308 CEOF$ac_eof
27309 _ACEOF
27312 ac_delim='%!_!# '
27313 for ac_last_try in false false false false false :; do
27314 cat >conf$$subs.sed <<_ACEOF
27315 LN_S!$LN_S$ac_delim
27316 LN!$LN$ac_delim
27317 GREP!$GREP$ac_delim
27318 EGREP!$EGREP$ac_delim
27319 LDCONFIG!$LDCONFIG$ac_delim
27320 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27321 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27322 INSTALL_DATA!$INSTALL_DATA$ac_delim
27323 LINT!$LINT$ac_delim
27324 LINTFLAGS!$LINTFLAGS$ac_delim
27325 FONTFORGE!$FONTFORGE$ac_delim
27326 PKG_CONFIG!$PKG_CONFIG$ac_delim
27327 RSVG!$RSVG$ac_delim
27328 ICOTOOL!$ICOTOOL$ac_delim
27329 PRELINK!$PRELINK$ac_delim
27330 LIBPTHREAD!$LIBPTHREAD$ac_delim
27331 XLIB!$XLIB$ac_delim
27332 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27333 DLLEXT!$DLLEXT$ac_delim
27334 DLLFLAGS!$DLLFLAGS$ac_delim
27335 LDSHARED!$LDSHARED$ac_delim
27336 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27337 LIBEXT!$LIBEXT$ac_delim
27338 IMPLIBEXT!$IMPLIBEXT$ac_delim
27339 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27340 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27341 LDD!$LDD$ac_delim
27342 DLLTOOL!$DLLTOOL$ac_delim
27343 DLLWRAP!$DLLWRAP$ac_delim
27344 MINGWAR!$MINGWAR$ac_delim
27345 SECURITYLIB!$SECURITYLIB$ac_delim
27346 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27347 IOKITLIB!$IOKITLIB$ac_delim
27348 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27349 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27350 COREAUDIO!$COREAUDIO$ac_delim
27351 CARBONLIB!$CARBONLIB$ac_delim
27352 CROSSCC!$CROSSCC$ac_delim
27353 CROSSWINDRES!$CROSSWINDRES$ac_delim
27354 CROSSTEST!$CROSSTEST$ac_delim
27355 NASLIBS!$NASLIBS$ac_delim
27356 XML2LIBS!$XML2LIBS$ac_delim
27357 XML2INCL!$XML2INCL$ac_delim
27358 XSLTLIBS!$XSLTLIBS$ac_delim
27359 XSLTINCL!$XSLTINCL$ac_delim
27360 HALINCL!$HALINCL$ac_delim
27361 GNUTLSINCL!$GNUTLSINCL$ac_delim
27362 sane_devel!$sane_devel$ac_delim
27363 SANEINCL!$SANEINCL$ac_delim
27364 gphoto2_devel!$gphoto2_devel$ac_delim
27365 gphoto2port_devel!$gphoto2port_devel$ac_delim
27366 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27367 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27368 RESOLVLIBS!$RESOLVLIBS$ac_delim
27369 LCMSLIBS!$LCMSLIBS$ac_delim
27370 ft_devel!$ft_devel$ac_delim
27371 FREETYPELIBS!$FREETYPELIBS$ac_delim
27372 FREETYPEINCL!$FREETYPEINCL$ac_delim
27373 ESDCONFIG!$ESDCONFIG$ac_delim
27374 ESDINCL!$ESDINCL$ac_delim
27375 ESDLIBS!$ESDLIBS$ac_delim
27376 PULSELIBS!$PULSELIBS$ac_delim
27377 ALSALIBS!$ALSALIBS$ac_delim
27378 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27379 CUPSINCL!$CUPSINCL$ac_delim
27380 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27381 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27382 BUILTINFLAG!$BUILTINFLAG$ac_delim
27383 LDPATH!$LDPATH$ac_delim
27384 CRTLIBS!$CRTLIBS$ac_delim
27385 SOCKETLIBS!$SOCKETLIBS$ac_delim
27386 MAIN_BINARY!$MAIN_BINARY$ac_delim
27387 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27388 LIBDL!$LIBDL$ac_delim
27389 LIBPOLL!$LIBPOLL$ac_delim
27390 LDAPLIBS!$LDAPLIBS$ac_delim
27391 DEPENDENCIES!$DEPENDENCIES$ac_delim
27392 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27393 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27394 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27395 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27396 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27397 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27398 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27399 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27400 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27401 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27402 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27403 LIBOBJS!$LIBOBJS$ac_delim
27404 LTLIBOBJS!$LTLIBOBJS$ac_delim
27405 _ACEOF
27407 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27408 break
27409 elif $ac_last_try; then
27410 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27411 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27412 { (exit 1); exit 1; }; }
27413 else
27414 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27416 done
27418 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27419 if test -n "$ac_eof"; then
27420 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27421 ac_eof=`expr $ac_eof + 1`
27424 cat >>$CONFIG_STATUS <<_ACEOF
27425 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27426 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27427 _ACEOF
27428 sed '
27429 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27430 s/^/s,@/; s/!/@,|#_!!_#|/
27433 s/'"$ac_delim"'$/,g/; t
27434 s/$/\\/; p
27435 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27436 ' >>$CONFIG_STATUS <conf$$subs.sed
27437 rm -f conf$$subs.sed
27438 cat >>$CONFIG_STATUS <<_ACEOF
27439 :end
27440 s/|#_!!_#|//g
27441 CEOF$ac_eof
27442 _ACEOF
27445 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27446 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27447 # trailing colons and then remove the whole line if VPATH becomes empty
27448 # (actually we leave an empty line to preserve line numbers).
27449 if test "x$srcdir" = x.; then
27450 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27451 s/:*\$(srcdir):*/:/
27452 s/:*\${srcdir}:*/:/
27453 s/:*@srcdir@:*/:/
27454 s/^\([^=]*=[ ]*\):*/\1/
27455 s/:*$//
27456 s/^[^=]*=[ ]*$//
27460 cat >>$CONFIG_STATUS <<\_ACEOF
27461 fi # test -n "$CONFIG_FILES"
27464 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27466 case $ac_tag in
27467 :[FHLC]) ac_mode=$ac_tag; continue;;
27468 esac
27469 case $ac_mode$ac_tag in
27470 :[FHL]*:*);;
27471 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27472 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27473 { (exit 1); exit 1; }; };;
27474 :[FH]-) ac_tag=-:-;;
27475 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27476 esac
27477 ac_save_IFS=$IFS
27478 IFS=:
27479 set x $ac_tag
27480 IFS=$ac_save_IFS
27481 shift
27482 ac_file=$1
27483 shift
27485 case $ac_mode in
27486 :L) ac_source=$1;;
27487 :[FH])
27488 ac_file_inputs=
27489 for ac_f
27491 case $ac_f in
27492 -) ac_f="$tmp/stdin";;
27493 *) # Look for the file first in the build tree, then in the source tree
27494 # (if the path is not absolute). The absolute path cannot be DOS-style,
27495 # because $ac_f cannot contain `:'.
27496 test -f "$ac_f" ||
27497 case $ac_f in
27498 [\\/$]*) false;;
27499 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27500 esac ||
27501 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27502 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27503 { (exit 1); exit 1; }; };;
27504 esac
27505 ac_file_inputs="$ac_file_inputs $ac_f"
27506 done
27508 # Let's still pretend it is `configure' which instantiates (i.e., don't
27509 # use $as_me), people would be surprised to read:
27510 # /* config.h. Generated by config.status. */
27511 configure_input="Generated from "`IFS=:
27512 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27513 if test x"$ac_file" != x-; then
27514 configure_input="$ac_file. $configure_input"
27515 { echo "$as_me:$LINENO: creating $ac_file" >&5
27516 echo "$as_me: creating $ac_file" >&6;}
27519 case $ac_tag in
27520 *:-:* | *:-) cat >"$tmp/stdin";;
27521 esac
27523 esac
27525 ac_dir=`$as_dirname -- "$ac_file" ||
27526 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27527 X"$ac_file" : 'X\(//\)[^/]' \| \
27528 X"$ac_file" : 'X\(//\)$' \| \
27529 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27530 echo X"$ac_file" |
27531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27532 s//\1/
27535 /^X\(\/\/\)[^/].*/{
27536 s//\1/
27539 /^X\(\/\/\)$/{
27540 s//\1/
27543 /^X\(\/\).*/{
27544 s//\1/
27547 s/.*/./; q'`
27548 { as_dir="$ac_dir"
27549 case $as_dir in #(
27550 -*) as_dir=./$as_dir;;
27551 esac
27552 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27553 as_dirs=
27554 while :; do
27555 case $as_dir in #(
27556 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27557 *) as_qdir=$as_dir;;
27558 esac
27559 as_dirs="'$as_qdir' $as_dirs"
27560 as_dir=`$as_dirname -- "$as_dir" ||
27561 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27562 X"$as_dir" : 'X\(//\)[^/]' \| \
27563 X"$as_dir" : 'X\(//\)$' \| \
27564 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27565 echo X"$as_dir" |
27566 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27567 s//\1/
27570 /^X\(\/\/\)[^/].*/{
27571 s//\1/
27574 /^X\(\/\/\)$/{
27575 s//\1/
27578 /^X\(\/\).*/{
27579 s//\1/
27582 s/.*/./; q'`
27583 test -d "$as_dir" && break
27584 done
27585 test -z "$as_dirs" || eval "mkdir $as_dirs"
27586 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27587 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27588 { (exit 1); exit 1; }; }; }
27589 ac_builddir=.
27591 case "$ac_dir" in
27592 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27594 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27595 # A ".." for each directory in $ac_dir_suffix.
27596 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27597 case $ac_top_builddir_sub in
27598 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27599 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27600 esac ;;
27601 esac
27602 ac_abs_top_builddir=$ac_pwd
27603 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27604 # for backward compatibility:
27605 ac_top_builddir=$ac_top_build_prefix
27607 case $srcdir in
27608 .) # We are building in place.
27609 ac_srcdir=.
27610 ac_top_srcdir=$ac_top_builddir_sub
27611 ac_abs_top_srcdir=$ac_pwd ;;
27612 [\\/]* | ?:[\\/]* ) # Absolute name.
27613 ac_srcdir=$srcdir$ac_dir_suffix;
27614 ac_top_srcdir=$srcdir
27615 ac_abs_top_srcdir=$srcdir ;;
27616 *) # Relative name.
27617 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27618 ac_top_srcdir=$ac_top_build_prefix$srcdir
27619 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27620 esac
27621 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27624 case $ac_mode in
27627 # CONFIG_FILE
27630 case $INSTALL in
27631 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27632 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27633 esac
27634 _ACEOF
27636 cat >>$CONFIG_STATUS <<\_ACEOF
27637 # If the template does not know about datarootdir, expand it.
27638 # FIXME: This hack should be removed a few years after 2.60.
27639 ac_datarootdir_hack=; ac_datarootdir_seen=
27641 case `sed -n '/datarootdir/ {
27645 /@datadir@/p
27646 /@docdir@/p
27647 /@infodir@/p
27648 /@localedir@/p
27649 /@mandir@/p
27650 ' $ac_file_inputs` in
27651 *datarootdir*) ac_datarootdir_seen=yes;;
27652 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27653 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27654 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27655 _ACEOF
27656 cat >>$CONFIG_STATUS <<_ACEOF
27657 ac_datarootdir_hack='
27658 s&@datadir@&$datadir&g
27659 s&@docdir@&$docdir&g
27660 s&@infodir@&$infodir&g
27661 s&@localedir@&$localedir&g
27662 s&@mandir@&$mandir&g
27663 s&\\\${datarootdir}&$datarootdir&g' ;;
27664 esac
27665 _ACEOF
27667 # Neutralize VPATH when `$srcdir' = `.'.
27668 # Shell code in configure.ac might set extrasub.
27669 # FIXME: do we really want to maintain this feature?
27670 cat >>$CONFIG_STATUS <<_ACEOF
27671 sed "$ac_vpsub
27672 $extrasub
27673 _ACEOF
27674 cat >>$CONFIG_STATUS <<\_ACEOF
27676 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27677 s&@configure_input@&$configure_input&;t t
27678 s&@top_builddir@&$ac_top_builddir_sub&;t t
27679 s&@srcdir@&$ac_srcdir&;t t
27680 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27681 s&@top_srcdir@&$ac_top_srcdir&;t t
27682 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27683 s&@builddir@&$ac_builddir&;t t
27684 s&@abs_builddir@&$ac_abs_builddir&;t t
27685 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27686 s&@INSTALL@&$ac_INSTALL&;t t
27687 $ac_datarootdir_hack
27688 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27690 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27691 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27692 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27693 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27694 which seems to be undefined. Please make sure it is defined." >&5
27695 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27696 which seems to be undefined. Please make sure it is defined." >&2;}
27698 rm -f "$tmp/stdin"
27699 case $ac_file in
27700 -) cat "$tmp/out"; rm -f "$tmp/out";;
27701 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27702 esac
27706 # CONFIG_HEADER
27708 _ACEOF
27710 # Transform confdefs.h into a sed script `conftest.defines', that
27711 # substitutes the proper values into config.h.in to produce config.h.
27712 rm -f conftest.defines conftest.tail
27713 # First, append a space to every undef/define line, to ease matching.
27714 echo 's/$/ /' >conftest.defines
27715 # Then, protect against being on the right side of a sed subst, or in
27716 # an unquoted here document, in config.status. If some macros were
27717 # called several times there might be several #defines for the same
27718 # symbol, which is useless. But do not sort them, since the last
27719 # AC_DEFINE must be honored.
27720 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27721 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27722 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27723 # PARAMS is the parameter list in the macro definition--in most cases, it's
27724 # just an empty string.
27725 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27726 ac_dB='\\)[ (].*,\\1define\\2'
27727 ac_dC=' '
27728 ac_dD=' ,'
27730 uniq confdefs.h |
27731 sed -n '
27732 t rset
27733 :rset
27734 s/^[ ]*#[ ]*define[ ][ ]*//
27735 t ok
27738 s/[\\&,]/\\&/g
27739 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27740 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27741 ' >>conftest.defines
27743 # Remove the space that was appended to ease matching.
27744 # Then replace #undef with comments. This is necessary, for
27745 # example, in the case of _POSIX_SOURCE, which is predefined and required
27746 # on some systems where configure will not decide to define it.
27747 # (The regexp can be short, since the line contains either #define or #undef.)
27748 echo 's/ $//
27749 s,^[ #]*u.*,/* & */,' >>conftest.defines
27751 # Break up conftest.defines:
27752 ac_max_sed_lines=50
27754 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27755 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27756 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27757 # et cetera.
27758 ac_in='$ac_file_inputs'
27759 ac_out='"$tmp/out1"'
27760 ac_nxt='"$tmp/out2"'
27762 while :
27764 # Write a here document:
27765 cat >>$CONFIG_STATUS <<_ACEOF
27766 # First, check the format of the line:
27767 cat >"\$tmp/defines.sed" <<\\CEOF
27768 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27769 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27771 :def
27772 _ACEOF
27773 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27774 echo 'CEOF
27775 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27776 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27777 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27778 grep . conftest.tail >/dev/null || break
27779 rm -f conftest.defines
27780 mv conftest.tail conftest.defines
27781 done
27782 rm -f conftest.defines conftest.tail
27784 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27785 cat >>$CONFIG_STATUS <<\_ACEOF
27786 if test x"$ac_file" != x-; then
27787 echo "/* $configure_input */" >"$tmp/config.h"
27788 cat "$ac_result" >>"$tmp/config.h"
27789 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27790 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27791 echo "$as_me: $ac_file is unchanged" >&6;}
27792 else
27793 rm -f $ac_file
27794 mv "$tmp/config.h" $ac_file
27796 else
27797 echo "/* $configure_input */"
27798 cat "$ac_result"
27800 rm -f "$tmp/out12"
27803 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27804 echo "$as_me: executing $ac_file commands" >&6;}
27806 esac
27809 case $ac_file$ac_mode in
27810 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27811 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27812 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27813 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27814 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27815 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27816 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27817 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27818 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27819 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27820 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27821 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27822 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27824 esac
27825 done # for ac_tag
27828 { (exit 0); exit 0; }
27829 _ACEOF
27830 chmod +x $CONFIG_STATUS
27831 ac_clean_files=$ac_clean_files_save
27834 # configure is writing to config.log, and then calls config.status.
27835 # config.status does its own redirection, appending to config.log.
27836 # Unfortunately, on DOS this fails, as config.log is still kept open
27837 # by configure, so config.status won't be able to write to it; its
27838 # output is simply discarded. So we exec the FD to /dev/null,
27839 # effectively closing config.log, so it can be properly (re)opened and
27840 # appended to by config.status. When coming back to configure, we
27841 # need to make the FD available again.
27842 if test "$no_create" != yes; then
27843 ac_cs_success=:
27844 ac_config_status_args=
27845 test "$silent" = yes &&
27846 ac_config_status_args="$ac_config_status_args --quiet"
27847 exec 5>/dev/null
27848 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27849 exec 5>>config.log
27850 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27851 # would make configure fail if this is the last instruction.
27852 $ac_cs_success || { (exit 1); exit 1; }
27856 if test "$no_create" = "yes"
27857 then
27858 exit 0
27861 ac_save_IFS="$IFS"
27862 if test "x$wine_notices != "x; then
27863 echo >&6
27864 IFS="|"
27865 for msg in $wine_notices; do
27866 IFS="$ac_save_IFS"
27867 if test -n "$msg"; then
27868 { echo "$as_me:$LINENO: $msg" >&5
27869 echo "$as_me: $msg" >&6;}
27871 done
27873 IFS="|"
27874 for msg in $wine_warnings; do
27875 IFS="$ac_save_IFS"
27876 if test -n "$msg"; then
27877 echo >&2
27878 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27879 echo "$as_me: WARNING: $msg" >&2;}
27881 done
27882 IFS="$ac_save_IFS"
27884 echo "
27885 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27886 " >&6