d3dxof: Don't make local variables static.
[wine/wine64.git] / configure
blob3519811b60535e22002906009c9a68f8d1415949
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
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.3'
578 PACKAGE_STRING='Wine 1.1.3'
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 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 sane_devel
746 SANEINCL
747 gphoto2_devel
748 gphoto2port_devel
749 GPHOTO2LIBS
750 GPHOTO2INCL
751 RESOLVLIBS
752 LCMSLIBS
753 ft_devel
754 FREETYPELIBS
755 FREETYPEINCL
756 FONTSSUBDIRS
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_DLL_DIRS
779 ALL_IMPLIB_DIRS
780 ALL_TEST_DIRS
781 ALL_PROGRAM_DIRS
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
784 LIBOBJS
785 LTLIBOBJS'
786 ac_subst_files='MAKE_RULES
787 MAKE_DLL_RULES
788 MAKE_IMPLIB_RULES
789 MAKE_TEST_RULES
790 MAKE_PROG_RULES'
791 ac_precious_vars='build_alias
792 host_alias
793 target_alias
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
800 CXXFLAGS
802 XMKMF
803 CPP'
806 # Initialize some variables set by options.
807 ac_init_help=
808 ac_init_version=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
811 cache_file=/dev/null
812 exec_prefix=NONE
813 no_create=
814 no_recursion=
815 prefix=NONE
816 program_prefix=NONE
817 program_suffix=NONE
818 program_transform_name=s,x,x,
819 silent=
820 site=
821 srcdir=
822 verbose=
823 x_includes=NONE
824 x_libraries=NONE
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir='${exec_prefix}/bin'
833 sbindir='${exec_prefix}/sbin'
834 libexecdir='${exec_prefix}/libexec'
835 datarootdir='${prefix}/share'
836 datadir='${datarootdir}'
837 sysconfdir='${prefix}/etc'
838 sharedstatedir='${prefix}/com'
839 localstatedir='${prefix}/var'
840 includedir='${prefix}/include'
841 oldincludedir='/usr/include'
842 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir='${datarootdir}/info'
844 htmldir='${docdir}'
845 dvidir='${docdir}'
846 pdfdir='${docdir}'
847 psdir='${docdir}'
848 libdir='${exec_prefix}/lib'
849 localedir='${datarootdir}/locale'
850 mandir='${datarootdir}/man'
852 ac_prev=
853 ac_dashdash=
854 for ac_option
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\$ac_option
859 ac_prev=
860 continue
863 case $ac_option in
864 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
865 *) ac_optarg=yes ;;
866 esac
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
872 ac_dashdash=yes ;;
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
891 --config-cache | -C)
892 cache_file=config.cache ;;
894 -datadir | --datadir | --datadi | --datad)
895 ac_prev=datadir ;;
896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
897 datadir=$ac_optarg ;;
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
906 -disable-* | --disable-*)
907 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_$ac_feature=no ;;
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
925 -enable-* | --enable-*)
926 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_$ac_feature=\$ac_optarg ;;
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
994 -localstatedir | --localstatedir | --localstatedi | --localstated \
995 | --localstate | --localstat | --localsta | --localst | --locals)
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
999 localstatedir=$ac_optarg ;;
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1122 -with-* | --with-*)
1123 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_$ac_package=\$ac_optarg ;;
1131 -without-* | --without-*)
1132 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_$ac_package=no ;;
1140 --x)
1141 # Obsolete; use --with-x.
1142 with_x=yes ;;
1144 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1145 | --x-incl | --x-inc | --x-in | --x-i)
1146 ac_prev=x_includes ;;
1147 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1148 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1149 x_includes=$ac_optarg ;;
1151 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1152 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1153 ac_prev=x_libraries ;;
1154 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1155 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1156 x_libraries=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180 esac
1181 done
1183 if test -n "$ac_prev"; then
1184 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val=\$$ac_var
1196 case $ac_val in
1197 [\\/$]* | ?:[\\/]* ) continue;;
1198 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1199 esac
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1202 done
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1222 ac_tool_prefix=
1223 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1225 test "$silent" = yes && exec 6>/dev/null
1228 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di=`ls -di .` &&
1230 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1247 echo X"$0" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1256 /^X\(\/\/\)$/{
1257 s//\1/
1260 /^X\(\/\).*/{
1261 s//\1/
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1269 else
1270 ac_srcdir_defaulted=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278 ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1281 pwd)`
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1284 srcdir=.
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1289 case $srcdir in
1290 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1291 esac
1292 for ac_var in $ac_precious_vars; do
1293 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_${ac_var}_value=\$${ac_var}
1295 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1297 done
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1305 cat <<_ACEOF
1306 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1315 Configuration:
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1330 [PREFIX]
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1359 _ACEOF
1361 cat <<\_ACEOF
1363 X features:
1364 --x-includes=DIR X include files are in DIR
1365 --x-libraries=DIR X library files are in DIR
1367 System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 _ACEOF
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1376 esac
1377 cat <<\_ACEOF
1379 Optional Features:
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1384 binaries)
1385 --enable-maintainer-mode
1386 enable maintainer-specific build rules
1388 Optional Packages:
1389 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1390 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1391 --without-alsa do not use the Alsa sound support
1392 --without-audioio do not use the AudioIO sound support
1393 --without-capi do not use CAPI (ISDN support)
1394 --without-cms do not use CMS (color management support)
1395 --without-coreaudio do not use the CoreAudio sound support
1396 --without-cups do not use CUPS
1397 --without-curses do not use (n)curses
1398 --without-esd do not use the EsounD sound support
1399 --without-fontconfig do not use fontconfig
1400 --without-freetype do not use the FreeType library
1401 --without-gphoto do not use gphoto (Digital Camera support)
1402 --without-glu do not use the GLU library
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-sane do not use SANE (scanner support)
1413 --without-xcomposite do not use the Xcomposite extension
1414 --without-xcursor do not use the Xcursor extension
1415 --without-xinerama do not use Xinerama (multi-monitor support)
1416 --without-xinput do not use the Xinput extension
1417 --without-xml do not use XML
1418 --without-xrandr do not use Xrandr (resolution changes)
1419 --without-xrender do not use the Xrender extension
1420 --without-xshape do not use the Xshape extension
1421 --without-xshm do not use XShm (shared memory extension)
1422 --without-xslt do not use XSLT
1423 --without-xxf86vm do not use XFree video mode extension
1424 --with-wine-tools=DIR use Wine tools from directory DIR
1425 --with-x use the X Window System
1427 Some influential environment variables:
1428 CC C compiler command
1429 CFLAGS C compiler flags
1430 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1431 nonstandard directory <lib dir>
1432 LIBS libraries to pass to the linker, e.g. -l<library>
1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1434 you have headers in a nonstandard directory <include dir>
1435 CXX C++ compiler command
1436 CXXFLAGS C++ compiler flags
1437 XMKMF Path to xmkmf, Makefile generator for X Window System
1438 CPP C preprocessor
1440 Use these variables to override the choices made by `configure' or to help
1441 it to find libraries and programs with nonstandard names/locations.
1443 Report bugs to <wine-devel@winehq.org>.
1444 _ACEOF
1445 ac_status=$?
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1451 test -d "$ac_dir" || continue
1452 ac_builddir=.
1454 case "$ac_dir" in
1455 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463 esac ;;
1464 esac
1465 ac_abs_top_builddir=$ac_pwd
1466 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467 # for backward compatibility:
1468 ac_top_builddir=$ac_top_build_prefix
1470 case $srcdir in
1471 .) # We are building in place.
1472 ac_srcdir=.
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
1476 ac_srcdir=$srcdir$ac_dir_suffix;
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1479 *) # Relative name.
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1483 esac
1484 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure" --help=recursive
1494 else
1495 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496 fi || ac_status=$?
1497 cd "$ac_pwd" || { ac_status=$?; break; }
1498 done
1501 test -n "$ac_init_help" && exit $ac_status
1502 if $ac_init_version; then
1503 cat <<\_ACEOF
1504 Wine configure 1.1.3
1505 generated by GNU Autoconf 2.61
1507 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1508 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1514 cat >config.log <<_ACEOF
1515 This file contains any messages produced by compilers while
1516 running configure, to aid debugging if configure makes a mistake.
1518 It was created by Wine $as_me 1.1.3, which was
1519 generated by GNU Autoconf 2.61. Invocation command line was
1521 $ $0 $@
1523 _ACEOF
1524 exec 5>>config.log
1526 cat <<_ASUNAME
1527 ## --------- ##
1528 ## Platform. ##
1529 ## --------- ##
1531 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1532 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1533 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1534 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1535 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1537 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1538 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1540 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1541 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1542 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1543 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1544 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1545 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1546 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1548 _ASUNAME
1550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1551 for as_dir in $PATH
1553 IFS=$as_save_IFS
1554 test -z "$as_dir" && as_dir=.
1555 echo "PATH: $as_dir"
1556 done
1557 IFS=$as_save_IFS
1559 } >&5
1561 cat >&5 <<_ACEOF
1564 ## ----------- ##
1565 ## Core tests. ##
1566 ## ----------- ##
1568 _ACEOF
1571 # Keep a trace of the command line.
1572 # Strip out --no-create and --no-recursion so they do not pile up.
1573 # Strip out --silent because we don't want to record it for future runs.
1574 # Also quote any args containing shell meta-characters.
1575 # Make two passes to allow for proper duplicate-argument suppression.
1576 ac_configure_args=
1577 ac_configure_args0=
1578 ac_configure_args1=
1579 ac_must_keep_next=false
1580 for ac_pass in 1 2
1582 for ac_arg
1584 case $ac_arg in
1585 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1586 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1587 | -silent | --silent | --silen | --sile | --sil)
1588 continue ;;
1589 *\'*)
1590 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1591 esac
1592 case $ac_pass in
1593 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1595 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1596 if test $ac_must_keep_next = true; then
1597 ac_must_keep_next=false # Got value, back to normal.
1598 else
1599 case $ac_arg in
1600 *=* | --config-cache | -C | -disable-* | --disable-* \
1601 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1602 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1603 | -with-* | --with-* | -without-* | --without-* | --x)
1604 case "$ac_configure_args0 " in
1605 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1606 esac
1608 -* ) ac_must_keep_next=true ;;
1609 esac
1611 ac_configure_args="$ac_configure_args '$ac_arg'"
1613 esac
1614 done
1615 done
1616 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1617 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1619 # When interrupted or exit'd, cleanup temporary files, and complete
1620 # config.log. We remove comments because anyway the quotes in there
1621 # would cause problems or look ugly.
1622 # WARNING: Use '\'' to represent an apostrophe within the trap.
1623 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1624 trap 'exit_status=$?
1625 # Save into config.log some information that might help in debugging.
1627 echo
1629 cat <<\_ASBOX
1630 ## ---------------- ##
1631 ## Cache variables. ##
1632 ## ---------------- ##
1633 _ASBOX
1634 echo
1635 # The following way of writing the cache mishandles newlines in values,
1637 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1638 eval ac_val=\$$ac_var
1639 case $ac_val in #(
1640 *${as_nl}*)
1641 case $ac_var in #(
1642 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1643 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1644 esac
1645 case $ac_var in #(
1646 _ | IFS | as_nl) ;; #(
1647 *) $as_unset $ac_var ;;
1648 esac ;;
1649 esac
1650 done
1651 (set) 2>&1 |
1652 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1653 *${as_nl}ac_space=\ *)
1654 sed -n \
1655 "s/'\''/'\''\\\\'\'''\''/g;
1656 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1657 ;; #(
1659 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1661 esac |
1662 sort
1664 echo
1666 cat <<\_ASBOX
1667 ## ----------------- ##
1668 ## Output variables. ##
1669 ## ----------------- ##
1670 _ASBOX
1671 echo
1672 for ac_var in $ac_subst_vars
1674 eval ac_val=\$$ac_var
1675 case $ac_val in
1676 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1677 esac
1678 echo "$ac_var='\''$ac_val'\''"
1679 done | sort
1680 echo
1682 if test -n "$ac_subst_files"; then
1683 cat <<\_ASBOX
1684 ## ------------------- ##
1685 ## File substitutions. ##
1686 ## ------------------- ##
1687 _ASBOX
1688 echo
1689 for ac_var in $ac_subst_files
1691 eval ac_val=\$$ac_var
1692 case $ac_val in
1693 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1694 esac
1695 echo "$ac_var='\''$ac_val'\''"
1696 done | sort
1697 echo
1700 if test -s confdefs.h; then
1701 cat <<\_ASBOX
1702 ## ----------- ##
1703 ## confdefs.h. ##
1704 ## ----------- ##
1705 _ASBOX
1706 echo
1707 cat confdefs.h
1708 echo
1710 test "$ac_signal" != 0 &&
1711 echo "$as_me: caught signal $ac_signal"
1712 echo "$as_me: exit $exit_status"
1713 } >&5
1714 rm -f core *.core core.conftest.* &&
1715 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1716 exit $exit_status
1718 for ac_signal in 1 2 13 15; do
1719 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1720 done
1721 ac_signal=0
1723 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1724 rm -f -r conftest* confdefs.h
1726 # Predefined preprocessor variables.
1728 cat >>confdefs.h <<_ACEOF
1729 #define PACKAGE_NAME "$PACKAGE_NAME"
1730 _ACEOF
1733 cat >>confdefs.h <<_ACEOF
1734 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1735 _ACEOF
1738 cat >>confdefs.h <<_ACEOF
1739 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1740 _ACEOF
1743 cat >>confdefs.h <<_ACEOF
1744 #define PACKAGE_STRING "$PACKAGE_STRING"
1745 _ACEOF
1748 cat >>confdefs.h <<_ACEOF
1749 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1750 _ACEOF
1753 # Let the site file select an alternate cache file if it wants to.
1754 # Prefer explicitly selected file to automatically selected ones.
1755 if test -n "$CONFIG_SITE"; then
1756 set x "$CONFIG_SITE"
1757 elif test "x$prefix" != xNONE; then
1758 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1759 else
1760 set x "$ac_default_prefix/share/config.site" \
1761 "$ac_default_prefix/etc/config.site"
1763 shift
1764 for ac_site_file
1766 if test -r "$ac_site_file"; then
1767 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1768 echo "$as_me: loading site script $ac_site_file" >&6;}
1769 sed 's/^/| /' "$ac_site_file" >&5
1770 . "$ac_site_file"
1772 done
1774 if test -r "$cache_file"; then
1775 # Some versions of bash will fail to source /dev/null (special
1776 # files actually), so we avoid doing that.
1777 if test -f "$cache_file"; then
1778 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1779 echo "$as_me: loading cache $cache_file" >&6;}
1780 case $cache_file in
1781 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1782 *) . "./$cache_file";;
1783 esac
1785 else
1786 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1787 echo "$as_me: creating cache $cache_file" >&6;}
1788 >$cache_file
1791 # Check that the precious variables saved in the cache have kept the same
1792 # value.
1793 ac_cache_corrupted=false
1794 for ac_var in $ac_precious_vars; do
1795 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1796 eval ac_new_set=\$ac_env_${ac_var}_set
1797 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1798 eval ac_new_val=\$ac_env_${ac_var}_value
1799 case $ac_old_set,$ac_new_set in
1800 set,)
1801 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1802 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1803 ac_cache_corrupted=: ;;
1804 ,set)
1805 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1806 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1807 ac_cache_corrupted=: ;;
1808 ,);;
1810 if test "x$ac_old_val" != "x$ac_new_val"; then
1811 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1812 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1813 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1814 echo "$as_me: former value: $ac_old_val" >&2;}
1815 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1816 echo "$as_me: current value: $ac_new_val" >&2;}
1817 ac_cache_corrupted=:
1818 fi;;
1819 esac
1820 # Pass precious variables to config.status.
1821 if test "$ac_new_set" = set; then
1822 case $ac_new_val in
1823 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1824 *) ac_arg=$ac_var=$ac_new_val ;;
1825 esac
1826 case " $ac_configure_args " in
1827 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1828 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1829 esac
1831 done
1832 if $ac_cache_corrupted; then
1833 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1834 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1835 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1836 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1837 { (exit 1); exit 1; }; }
1864 ac_ext=c
1865 ac_cpp='$CPP $CPPFLAGS'
1866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1872 ac_config_headers="$ac_config_headers include/config.h"
1874 ac_aux_dir=
1875 for ac_dir in tools "$srcdir"/tools; do
1876 if test -f "$ac_dir/install-sh"; then
1877 ac_aux_dir=$ac_dir
1878 ac_install_sh="$ac_aux_dir/install-sh -c"
1879 break
1880 elif test -f "$ac_dir/install.sh"; then
1881 ac_aux_dir=$ac_dir
1882 ac_install_sh="$ac_aux_dir/install.sh -c"
1883 break
1884 elif test -f "$ac_dir/shtool"; then
1885 ac_aux_dir=$ac_dir
1886 ac_install_sh="$ac_aux_dir/shtool install -c"
1887 break
1889 done
1890 if test -z "$ac_aux_dir"; then
1891 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1892 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1893 { (exit 1); exit 1; }; }
1896 # These three variables are undocumented and unsupported,
1897 # and are intended to be withdrawn in a future Autoconf release.
1898 # They can cause serious problems if a builder's source tree is in a directory
1899 # whose full name contains unusual characters.
1900 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1901 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1902 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1907 # Check whether --enable-win16 was given.
1908 if test "${enable_win16+set}" = set; then
1909 enableval=$enable_win16;
1912 # Check whether --enable-win64 was given.
1913 if test "${enable_win64+set}" = set; then
1914 enableval=$enable_win64;
1917 # Check whether --enable-maintainer-mode was given.
1918 if test "${enable_maintainer_mode+set}" = set; then
1919 enableval=$enable_maintainer_mode;
1920 else
1921 MAINTAINER_MODE=\#
1927 # Check whether --with-alsa was given.
1928 if test "${with_alsa+set}" = set; then
1929 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1933 # Check whether --with-audioio was given.
1934 if test "${with_audioio+set}" = set; then
1935 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1939 # Check whether --with-capi was given.
1940 if test "${with_capi+set}" = set; then
1941 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1945 # Check whether --with-cms was given.
1946 if test "${with_cms+set}" = set; then
1947 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1951 # Check whether --with-coreaudio was given.
1952 if test "${with_coreaudio+set}" = set; then
1953 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1957 # Check whether --with-cups was given.
1958 if test "${with_cups+set}" = set; then
1959 withval=$with_cups;
1963 # Check whether --with-curses was given.
1964 if test "${with_curses+set}" = set; then
1965 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1969 # Check whether --with-esd was given.
1970 if test "${with_esd+set}" = set; then
1971 withval=$with_esd;
1975 # Check whether --with-fontconfig was given.
1976 if test "${with_fontconfig+set}" = set; then
1977 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1981 # Check whether --with-freetype was given.
1982 if test "${with_freetype+set}" = set; then
1983 withval=$with_freetype;
1987 # Check whether --with-gphoto was given.
1988 if test "${with_gphoto+set}" = set; then
1989 withval=$with_gphoto;
1993 # Check whether --with-glu was given.
1994 if test "${with_glu+set}" = set; then
1995 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1999 # Check whether --with-hal was given.
2000 if test "${with_hal+set}" = set; then
2001 withval=$with_hal;
2005 # Check whether --with-jack was given.
2006 if test "${with_jack+set}" = set; then
2007 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2011 # Check whether --with-jpeg was given.
2012 if test "${with_jpeg+set}" = set; then
2013 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2017 # Check whether --with-ldap was given.
2018 if test "${with_ldap+set}" = set; then
2019 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2023 # Check whether --with-nas was given.
2024 if test "${with_nas+set}" = set; then
2025 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2029 # Check whether --with-opengl was given.
2030 if test "${with_opengl+set}" = set; then
2031 withval=$with_opengl;
2035 # Check whether --with-openssl was given.
2036 if test "${with_openssl+set}" = set; then
2037 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2041 # Check whether --with-oss was given.
2042 if test "${with_oss+set}" = set; then
2043 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
2047 # Check whether --with-png was given.
2048 if test "${with_png+set}" = set; then
2049 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2053 # Check whether --with-sane was given.
2054 if test "${with_sane+set}" = set; then
2055 withval=$with_sane;
2059 # Check whether --with-xcomposite was given.
2060 if test "${with_xcomposite+set}" = set; then
2061 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2065 # Check whether --with-xcursor was given.
2066 if test "${with_xcursor+set}" = set; then
2067 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2071 # Check whether --with-xinerama was given.
2072 if test "${with_xinerama+set}" = set; then
2073 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2077 # Check whether --with-xinput was given.
2078 if test "${with_xinput+set}" = set; then
2079 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2083 # Check whether --with-xml was given.
2084 if test "${with_xml+set}" = set; then
2085 withval=$with_xml;
2089 # Check whether --with-xrandr was given.
2090 if test "${with_xrandr+set}" = set; then
2091 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2095 # Check whether --with-xrender was given.
2096 if test "${with_xrender+set}" = set; then
2097 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2101 # Check whether --with-xshape was given.
2102 if test "${with_xshape+set}" = set; then
2103 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2107 # Check whether --with-xshm was given.
2108 if test "${with_xshm+set}" = set; then
2109 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2113 # Check whether --with-xslt was given.
2114 if test "${with_xslt+set}" = set; then
2115 withval=$with_xslt;
2119 # Check whether --with-xxf86vm was given.
2120 if test "${with_xxf86vm+set}" = set; then
2121 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2126 # Check whether --with-wine-tools was given.
2127 if test "${with_wine_tools+set}" = set; then
2128 withval=$with_wine_tools;
2132 # Make sure we can run config.sub.
2133 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2134 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2135 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2136 { (exit 1); exit 1; }; }
2138 { echo "$as_me:$LINENO: checking build system type" >&5
2139 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2140 if test "${ac_cv_build+set}" = set; then
2141 echo $ECHO_N "(cached) $ECHO_C" >&6
2142 else
2143 ac_build_alias=$build_alias
2144 test "x$ac_build_alias" = x &&
2145 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2146 test "x$ac_build_alias" = x &&
2147 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2148 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2149 { (exit 1); exit 1; }; }
2150 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2151 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2152 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2153 { (exit 1); exit 1; }; }
2156 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2157 echo "${ECHO_T}$ac_cv_build" >&6; }
2158 case $ac_cv_build in
2159 *-*-*) ;;
2160 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2161 echo "$as_me: error: invalid value of canonical build" >&2;}
2162 { (exit 1); exit 1; }; };;
2163 esac
2164 build=$ac_cv_build
2165 ac_save_IFS=$IFS; IFS='-'
2166 set x $ac_cv_build
2167 shift
2168 build_cpu=$1
2169 build_vendor=$2
2170 shift; shift
2171 # Remember, the first character of IFS is used to create $*,
2172 # except with old shells:
2173 build_os=$*
2174 IFS=$ac_save_IFS
2175 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2178 { echo "$as_me:$LINENO: checking host system type" >&5
2179 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2180 if test "${ac_cv_host+set}" = set; then
2181 echo $ECHO_N "(cached) $ECHO_C" >&6
2182 else
2183 if test "x$host_alias" = x; then
2184 ac_cv_host=$ac_cv_build
2185 else
2186 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2187 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2188 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2189 { (exit 1); exit 1; }; }
2193 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2194 echo "${ECHO_T}$ac_cv_host" >&6; }
2195 case $ac_cv_host in
2196 *-*-*) ;;
2197 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2198 echo "$as_me: error: invalid value of canonical host" >&2;}
2199 { (exit 1); exit 1; }; };;
2200 esac
2201 host=$ac_cv_host
2202 ac_save_IFS=$IFS; IFS='-'
2203 set x $ac_cv_host
2204 shift
2205 host_cpu=$1
2206 host_vendor=$2
2207 shift; shift
2208 # Remember, the first character of IFS is used to create $*,
2209 # except with old shells:
2210 host_os=$*
2211 IFS=$ac_save_IFS
2212 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2215 case $host in
2216 x86_64*linux*)
2217 if test "x$enable_win64" != "xyes"
2218 then
2219 test -n "$CC" || CC="gcc -m32"
2220 test -n "$CXX"|| CXX="g++ -m32"
2221 test -n "$LD" || LD="ld -m elf_i386"
2222 test -n "$AS" || AS="as --32"
2223 host_cpu="i386"
2226 esac
2228 case $host_cpu in
2229 *i[3456789]86*)
2230 if test "x$enable_win16" != "xno"
2231 then
2232 enable_win16="yes"
2235 esac
2237 WIN16_FILES="\$(WIN16_FILES)"
2239 WIN16_INSTALL="\$(WIN16_INSTALL)"
2241 if test "x$enable_win16" != "xyes"
2242 then
2243 WIN16_FILES=""
2244 WIN16_INSTALL=""
2247 case "$srcdir" in
2248 .) ;;
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2255 fi ;;
2256 esac
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265 cat >conftest.make <<\_ACEOF
2266 SHELL = /bin/sh
2267 all:
2268 @echo '@@@%%%=$(MAKE)=@@@%%%'
2269 _ACEOF
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 *@@@%%%=?*=@@@%%%*)
2273 eval ac_cv_prog_make_${ac_make}_set=yes;;
2275 eval ac_cv_prog_make_${ac_make}_set=no;;
2276 esac
2277 rm -f conftest.make
2279 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2282 SET_MAKE=
2283 else
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE="MAKE=${MAKE-make}"
2289 ac_ext=c
2290 ac_cpp='$CPP $CPPFLAGS'
2291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 else
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC="$CC" # Let the user override the test.
2304 else
2305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306 for as_dir in $PATH
2308 IFS=$as_save_IFS
2309 test -z "$as_dir" && as_dir=.
2310 for ac_exec_ext in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314 break 2
2316 done
2317 done
2318 IFS=$as_save_IFS
2322 CC=$ac_cv_prog_CC
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2326 else
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2334 ac_ct_CC=$CC
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc; ac_word=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 else
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2344 else
2345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 for as_dir in $PATH
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 for ac_exec_ext in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354 break 2
2356 done
2357 done
2358 IFS=$as_save_IFS
2362 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 else
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x; then
2372 CC=""
2373 else
2374 case $cross_compiling:$ac_tool_warned in
2375 yes:)
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned=yes ;;
2383 esac
2384 CC=$ac_ct_CC
2386 else
2387 CC="$ac_cv_prog_CC"
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy ${ac_tool_prefix}cc; ac_word=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 else
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC="$CC" # Let the user override the test.
2401 else
2402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2403 for as_dir in $PATH
2405 IFS=$as_save_IFS
2406 test -z "$as_dir" && as_dir=.
2407 for ac_exec_ext in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2411 break 2
2413 done
2414 done
2415 IFS=$as_save_IFS
2419 CC=$ac_cv_prog_CC
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2423 else
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc; ac_word=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 else
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC="$CC" # Let the user override the test.
2441 else
2442 ac_prog_rejected=no
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 for ac_exec_ext in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected=yes
2452 continue
2454 ac_cv_prog_CC="cc"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 break 2
2458 done
2459 done
2460 IFS=$as_save_IFS
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy $ac_cv_prog_CC
2465 shift
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2470 shift
2471 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2476 CC=$ac_cv_prog_CC
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2480 else
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 else
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test.
2500 else
2501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2502 for as_dir in $PATH
2504 IFS=$as_save_IFS
2505 test -z "$as_dir" && as_dir=.
2506 for ac_exec_ext in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 break 2
2512 done
2513 done
2514 IFS=$as_save_IFS
2518 CC=$ac_cv_prog_CC
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2522 else
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2529 done
2531 if test -z "$CC"; then
2532 ac_ct_CC=$CC
2533 for ac_prog in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy $ac_prog; ac_word=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 else
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2544 else
2545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546 for as_dir in $PATH
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2554 break 2
2556 done
2557 done
2558 IFS=$as_save_IFS
2562 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 else
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2573 done
2575 if test "x$ac_ct_CC" = x; then
2576 CC=""
2577 else
2578 case $cross_compiling:$ac_tool_warned in
2579 yes:)
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned=yes ;;
2587 esac
2588 CC=$ac_ct_CC
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler=`set X $ac_compile; echo $2`
2604 { (ac_try="$ac_compiler --version >&5"
2605 case "(($ac_try" in
2606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2608 esac
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2621 ac_status=$?
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -V >&5"
2625 case "(($ac_try" in
2626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2631 ac_status=$?
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2636 /* confdefs.h. */
2637 _ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2643 main ()
2647 return 0;
2649 _ACEOF
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2654 # of exeext.
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2667 ac_rmfiles=
2668 for ac_file in $ac_files
2670 case $ac_file in
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2673 esac
2674 done
2675 rm -f $ac_rmfiles
2677 if { (ac_try="$ac_link_default"
2678 case "(($ac_try" in
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2681 esac
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2684 ac_status=$?
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2691 # Autoconf.
2692 for ac_file in $ac_files ''
2694 test -f "$ac_file" || continue
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2698 [ab].out )
2699 # We found the default executable, but exeext='' is most
2700 # certainly right.
2701 break;;
2702 *.* )
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2704 then :; else
2705 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2711 # actually working.
2712 break;;
2714 break;;
2715 esac
2716 done
2717 test "$ac_cv_exeext" = no && ac_cv_exeext=
2719 else
2720 ac_file=''
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2749 esac
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2755 cross_compiling=no
2756 else
2757 if test "$cross_compiling" = maybe; then
2758 cross_compiling=yes
2759 else
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details." >&5
2763 echo "$as_me: error: cannot run C compiled programs.
2764 If you meant to cross compile, use \`--host'.
2765 See \`config.log' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2785 case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788 esac
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2791 ac_status=$?
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe'), while it won't with
2797 # `rm'.
2798 for ac_file in conftest.exe conftest conftest.*; do
2799 test -f "$ac_file" || continue
2800 case $ac_file in
2801 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2802 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 break;;
2804 * ) break;;
2805 esac
2806 done
2807 else
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.$ac_ext
2820 EXEEXT=$ac_cv_exeext
2821 ac_exeext=$EXEEXT
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 else
2827 cat >conftest.$ac_ext <<_ACEOF
2828 /* confdefs.h. */
2829 _ACEOF
2830 cat confdefs.h >>conftest.$ac_ext
2831 cat >>conftest.$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2835 main ()
2839 return 0;
2841 _ACEOF
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try="$ac_compile"
2844 case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847 esac
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2850 ac_status=$?
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2858 break;;
2859 esac
2860 done
2861 else
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details." >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2877 ac_objext=$OBJEXT
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached) $ECHO_C" >&6
2882 else
2883 cat >conftest.$ac_ext <<_ACEOF
2884 /* confdefs.h. */
2885 _ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2891 main ()
2893 #ifndef __GNUC__
2894 choke me
2895 #endif
2898 return 0;
2900 _ACEOF
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2909 ac_status=$?
2910 grep -v '^ *+' conftest.er1 >conftest.err
2911 rm -f conftest.er1
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2918 ac_compiler_gnu=yes
2919 else
2920 echo "$as_me: failed program was:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2923 ac_compiler_gnu=no
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2936 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached) $ECHO_C" >&6
2939 else
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2942 ac_cv_prog_cc_g=no
2943 CFLAGS="-g"
2944 cat >conftest.$ac_ext <<_ACEOF
2945 /* confdefs.h. */
2946 _ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2952 main ()
2956 return 0;
2958 _ACEOF
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2961 case "(($ac_try" in
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2964 esac
2965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2967 ac_status=$?
2968 grep -v '^ *+' conftest.er1 >conftest.err
2969 rm -f conftest.er1
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2976 ac_cv_prog_cc_g=yes
2977 else
2978 echo "$as_me: failed program was:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2981 CFLAGS=""
2982 cat >conftest.$ac_ext <<_ACEOF
2983 /* confdefs.h. */
2984 _ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2990 main ()
2994 return 0;
2996 _ACEOF
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
2999 case "(($ac_try" in
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3002 esac
3003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3005 ac_status=$?
3006 grep -v '^ *+' conftest.er1 >conftest.err
3007 rm -f conftest.er1
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3015 else
3016 echo "$as_me: failed program was:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3029 main ()
3033 return 0;
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3044 ac_status=$?
3045 grep -v '^ *+' conftest.er1 >conftest.err
3046 rm -f conftest.er1
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3053 ac_cv_prog_cc_g=yes
3054 else
3055 echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3076 CFLAGS="-g -O2"
3077 else
3078 CFLAGS="-g"
3080 else
3081 if test "$GCC" = yes; then
3082 CFLAGS="-O2"
3083 else
3084 CFLAGS=
3087 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3088 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached) $ECHO_C" >&6
3091 else
3092 ac_cv_prog_cc_c89=no
3093 ac_save_CC=$CC
3094 cat >conftest.$ac_ext <<_ACEOF
3095 /* confdefs.h. */
3096 _ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3100 #include <stdarg.h>
3101 #include <stdio.h>
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3108 char **p;
3109 int i;
3111 return p[i];
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3115 char *s;
3116 va_list v;
3117 va_start (v,p);
3118 s = g (p, va_arg (v,int));
3119 va_end (v);
3120 return s;
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3134 #define FOO(x) 'x'
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3141 int argc;
3142 char **argv;
3144 main ()
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3148 return 0;
3150 _ACEOF
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3157 case "(($ac_try" in
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3160 esac
3161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3163 ac_status=$?
3164 grep -v '^ *+' conftest.er1 >conftest.err
3165 rm -f conftest.er1
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3173 else
3174 echo "$as_me: failed program was:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x$ac_cv_prog_cc_c89" != "xno" && break
3182 done
3183 rm -f conftest.$ac_ext
3184 CC=$ac_save_CC
3187 # AC_CACHE_VAL
3188 case "x$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result: none needed" >&5
3191 echo "${ECHO_T}none needed" >&6; } ;;
3192 xno)
3193 { echo "$as_me:$LINENO: result: unsupported" >&5
3194 echo "${ECHO_T}unsupported" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3199 esac
3202 ac_ext=c
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_ext=cpp
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3215 CXX=$CCC
3216 else
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 else
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231 for as_dir in $PATH
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 break 2
3241 done
3242 done
3243 IFS=$as_save_IFS
3247 CXX=$ac_cv_prog_CXX
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3251 else
3252 { echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6; }
3257 test -n "$CXX" && break
3258 done
3260 if test -z "$CXX"; then
3261 ac_ct_CXX=$CXX
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached) $ECHO_C" >&6
3270 else
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 else
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275 for as_dir in $PATH
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3283 break 2
3285 done
3286 done
3287 IFS=$as_save_IFS
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 else
3296 { echo "$as_me:$LINENO: result: no" >&5
3297 echo "${ECHO_T}no" >&6; }
3301 test -n "$ac_ct_CXX" && break
3302 done
3304 if test "x$ac_ct_CXX" = x; then
3305 CXX="g++"
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308 yes:)
3309 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3310 whose name does not start with the host triplet. If you think this
3311 configuration is useful to you, please write to autoconf@gnu.org." >&5
3312 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3313 whose name does not start with the host triplet. If you think this
3314 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3315 ac_tool_warned=yes ;;
3316 esac
3317 CXX=$ac_ct_CXX
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3327 case "(($ac_try" in
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3330 esac
3331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3333 ac_status=$?
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3337 case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3343 ac_status=$?
3344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3353 ac_status=$?
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362 cat >conftest.$ac_ext <<_ACEOF
3363 /* confdefs.h. */
3364 _ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3370 main ()
3372 #ifndef __GNUC__
3373 choke me
3374 #endif
3377 return 0;
3379 _ACEOF
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3382 case "(($ac_try" in
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3385 esac
3386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3388 ac_status=$?
3389 grep -v '^ *+' conftest.er1 >conftest.err
3390 rm -f conftest.er1
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3397 ac_compiler_gnu=yes
3398 else
3399 echo "$as_me: failed program was:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3402 ac_compiler_gnu=no
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3415 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached) $ECHO_C" >&6
3418 else
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3421 ac_cv_prog_cxx_g=no
3422 CXXFLAGS="-g"
3423 cat >conftest.$ac_ext <<_ACEOF
3424 /* confdefs.h. */
3425 _ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3431 main ()
3435 return 0;
3437 _ACEOF
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3440 case "(($ac_try" in
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3446 ac_status=$?
3447 grep -v '^ *+' conftest.er1 >conftest.err
3448 rm -f conftest.er1
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3456 else
3457 echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3460 CXXFLAGS=""
3461 cat >conftest.$ac_ext <<_ACEOF
3462 /* confdefs.h. */
3463 _ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3469 main ()
3473 return 0;
3475 _ACEOF
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3484 ac_status=$?
3485 grep -v '^ *+' conftest.er1 >conftest.err
3486 rm -f conftest.er1
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3494 else
3495 echo "$as_me: failed program was:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 CXXFLAGS="-g"
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3533 else
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-g -O2"
3556 else
3557 CXXFLAGS="-g"
3559 else
3560 if test "$GXX" = yes; then
3561 CXXFLAGS="-O2"
3562 else
3563 CXXFLAGS=
3566 ac_ext=c
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached) $ECHO_C" >&6
3579 else
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 else
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584 for as_dir in $PATH
3586 IFS=$as_save_IFS
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3592 break 2
3594 done
3595 done
3596 IFS=$as_save_IFS
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3604 else
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
3619 else
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 else
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 for as_dir in $PATH
3626 IFS=$as_save_IFS
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp"
3631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3632 break 2
3634 done
3635 done
3636 IFS=$as_save_IFS
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 else
3645 { echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6; }
3649 if test "x$ac_ct_CPPBIN" = x; then
3650 CPPBIN="cpp"
3651 else
3652 case $cross_compiling:$ac_tool_warned in
3653 yes:)
3654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3655 whose name does not start with the host triplet. If you think this
3656 configuration is useful to you, please write to autoconf@gnu.org." >&5
3657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3658 whose name does not start with the host triplet. If you think this
3659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3660 ac_tool_warned=yes ;;
3661 esac
3662 CPPBIN=$ac_ct_CPPBIN
3664 else
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3670 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3671 if test "${wine_cv_toolsdir+set}" = set; then
3672 echo $ECHO_N "(cached) $ECHO_C" >&6
3673 else
3674 if test -z "$with_wine_tools"; then
3675 if test "$cross_compiling" = "yes"; then
3676 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3677 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3678 { (exit 1); exit 1; }; }
3679 else
3680 wine_cv_toolsdir="\$(TOPOBJDIR)"
3682 elif test -d "$with_wine_tools/tools/winebuild"; then
3683 case $with_wine_tools in
3684 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3685 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3686 esac
3687 else
3688 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3689 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3690 { (exit 1); exit 1; }; }
3693 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3694 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3695 TOOLSDIR=$wine_cv_toolsdir
3699 ac_ext=c
3700 ac_cpp='$CPP $CPPFLAGS'
3701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3704 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3705 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3706 # On Suns, sometimes $CPP names a directory.
3707 if test -n "$CPP" && test -d "$CPP"; then
3708 CPP=
3710 if test -z "$CPP"; then
3711 if test "${ac_cv_prog_CPP+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3713 else
3714 # Double quotes because CPP needs to be expanded
3715 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3717 ac_preproc_ok=false
3718 for ac_c_preproc_warn_flag in '' yes
3720 # Use a header file that comes with gcc, so configuring glibc
3721 # with a fresh cross-compiler works.
3722 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3723 # <limits.h> exists even on freestanding compilers.
3724 # On the NeXT, cc -E runs the code through the compiler's parser,
3725 # not just through cpp. "Syntax error" is here to catch this case.
3726 cat >conftest.$ac_ext <<_ACEOF
3727 /* confdefs.h. */
3728 _ACEOF
3729 cat confdefs.h >>conftest.$ac_ext
3730 cat >>conftest.$ac_ext <<_ACEOF
3731 /* end confdefs.h. */
3732 #ifdef __STDC__
3733 # include <limits.h>
3734 #else
3735 # include <assert.h>
3736 #endif
3737 Syntax error
3738 _ACEOF
3739 if { (ac_try="$ac_cpp conftest.$ac_ext"
3740 case "(($ac_try" in
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3743 esac
3744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3746 ac_status=$?
3747 grep -v '^ *+' conftest.er1 >conftest.err
3748 rm -f conftest.er1
3749 cat conftest.err >&5
3750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3751 (exit $ac_status); } >/dev/null && {
3752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3753 test ! -s conftest.err
3754 }; then
3756 else
3757 echo "$as_me: failed program was:" >&5
3758 sed 's/^/| /' conftest.$ac_ext >&5
3760 # Broken: fails on valid input.
3761 continue
3764 rm -f conftest.err conftest.$ac_ext
3766 # OK, works on sane cases. Now check whether nonexistent headers
3767 # can be detected and how.
3768 cat >conftest.$ac_ext <<_ACEOF
3769 /* confdefs.h. */
3770 _ACEOF
3771 cat confdefs.h >>conftest.$ac_ext
3772 cat >>conftest.$ac_ext <<_ACEOF
3773 /* end confdefs.h. */
3774 #include <ac_nonexistent.h>
3775 _ACEOF
3776 if { (ac_try="$ac_cpp conftest.$ac_ext"
3777 case "(($ac_try" in
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3780 esac
3781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3782 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3783 ac_status=$?
3784 grep -v '^ *+' conftest.er1 >conftest.err
3785 rm -f conftest.er1
3786 cat conftest.err >&5
3787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3788 (exit $ac_status); } >/dev/null && {
3789 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3790 test ! -s conftest.err
3791 }; then
3792 # Broken: success on invalid input.
3793 continue
3794 else
3795 echo "$as_me: failed program was:" >&5
3796 sed 's/^/| /' conftest.$ac_ext >&5
3798 # Passes both tests.
3799 ac_preproc_ok=:
3800 break
3803 rm -f conftest.err conftest.$ac_ext
3805 done
3806 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3807 rm -f conftest.err conftest.$ac_ext
3808 if $ac_preproc_ok; then
3809 break
3812 done
3813 ac_cv_prog_CPP=$CPP
3816 CPP=$ac_cv_prog_CPP
3817 else
3818 ac_cv_prog_CPP=$CPP
3820 { echo "$as_me:$LINENO: result: $CPP" >&5
3821 echo "${ECHO_T}$CPP" >&6; }
3822 ac_preproc_ok=false
3823 for ac_c_preproc_warn_flag in '' yes
3825 # Use a header file that comes with gcc, so configuring glibc
3826 # with a fresh cross-compiler works.
3827 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3828 # <limits.h> exists even on freestanding compilers.
3829 # On the NeXT, cc -E runs the code through the compiler's parser,
3830 # not just through cpp. "Syntax error" is here to catch this case.
3831 cat >conftest.$ac_ext <<_ACEOF
3832 /* confdefs.h. */
3833 _ACEOF
3834 cat confdefs.h >>conftest.$ac_ext
3835 cat >>conftest.$ac_ext <<_ACEOF
3836 /* end confdefs.h. */
3837 #ifdef __STDC__
3838 # include <limits.h>
3839 #else
3840 # include <assert.h>
3841 #endif
3842 Syntax error
3843 _ACEOF
3844 if { (ac_try="$ac_cpp conftest.$ac_ext"
3845 case "(($ac_try" in
3846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3847 *) ac_try_echo=$ac_try;;
3848 esac
3849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3850 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3851 ac_status=$?
3852 grep -v '^ *+' conftest.er1 >conftest.err
3853 rm -f conftest.er1
3854 cat conftest.err >&5
3855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856 (exit $ac_status); } >/dev/null && {
3857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3858 test ! -s conftest.err
3859 }; then
3861 else
3862 echo "$as_me: failed program was:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3865 # Broken: fails on valid input.
3866 continue
3869 rm -f conftest.err conftest.$ac_ext
3871 # OK, works on sane cases. Now check whether nonexistent headers
3872 # can be detected and how.
3873 cat >conftest.$ac_ext <<_ACEOF
3874 /* confdefs.h. */
3875 _ACEOF
3876 cat confdefs.h >>conftest.$ac_ext
3877 cat >>conftest.$ac_ext <<_ACEOF
3878 /* end confdefs.h. */
3879 #include <ac_nonexistent.h>
3880 _ACEOF
3881 if { (ac_try="$ac_cpp conftest.$ac_ext"
3882 case "(($ac_try" in
3883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3884 *) ac_try_echo=$ac_try;;
3885 esac
3886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3888 ac_status=$?
3889 grep -v '^ *+' conftest.er1 >conftest.err
3890 rm -f conftest.er1
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); } >/dev/null && {
3894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3895 test ! -s conftest.err
3896 }; then
3897 # Broken: success on invalid input.
3898 continue
3899 else
3900 echo "$as_me: failed program was:" >&5
3901 sed 's/^/| /' conftest.$ac_ext >&5
3903 # Passes both tests.
3904 ac_preproc_ok=:
3905 break
3908 rm -f conftest.err conftest.$ac_ext
3910 done
3911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3912 rm -f conftest.err conftest.$ac_ext
3913 if $ac_preproc_ok; then
3915 else
3916 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3917 See \`config.log' for more details." >&5
3918 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3919 See \`config.log' for more details." >&2;}
3920 { (exit 1); exit 1; }; }
3923 ac_ext=c
3924 ac_cpp='$CPP $CPPFLAGS'
3925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3926 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3930 { echo "$as_me:$LINENO: checking for X" >&5
3931 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3934 # Check whether --with-x was given.
3935 if test "${with_x+set}" = set; then
3936 withval=$with_x;
3939 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3940 if test "x$with_x" = xno; then
3941 # The user explicitly disabled X.
3942 have_x=disabled
3943 else
3944 case $x_includes,$x_libraries in #(
3945 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3946 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3947 { (exit 1); exit 1; }; };; #(
3948 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3949 echo $ECHO_N "(cached) $ECHO_C" >&6
3950 else
3951 # One or both of the vars are not set, and there is no cached value.
3952 ac_x_includes=no ac_x_libraries=no
3953 rm -f -r conftest.dir
3954 if mkdir conftest.dir; then
3955 cd conftest.dir
3956 cat >Imakefile <<'_ACEOF'
3957 incroot:
3958 @echo incroot='${INCROOT}'
3959 usrlibdir:
3960 @echo usrlibdir='${USRLIBDIR}'
3961 libdir:
3962 @echo libdir='${LIBDIR}'
3963 _ACEOF
3964 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3965 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3966 for ac_var in incroot usrlibdir libdir; do
3967 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3968 done
3969 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3970 for ac_extension in a so sl; do
3971 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3972 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3973 ac_im_usrlibdir=$ac_im_libdir; break
3975 done
3976 # Screen out bogus values from the imake configuration. They are
3977 # bogus both because they are the default anyway, and because
3978 # using them would break gcc on systems where it needs fixed includes.
3979 case $ac_im_incroot in
3980 /usr/include) ac_x_includes= ;;
3981 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3982 esac
3983 case $ac_im_usrlibdir in
3984 /usr/lib | /lib) ;;
3985 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3986 esac
3988 cd ..
3989 rm -f -r conftest.dir
3992 # Standard set of common directories for X headers.
3993 # Check X11 before X11Rn because it is often a symlink to the current release.
3994 ac_x_header_dirs='
3995 /usr/X11/include
3996 /usr/X11R6/include
3997 /usr/X11R5/include
3998 /usr/X11R4/include
4000 /usr/include/X11
4001 /usr/include/X11R6
4002 /usr/include/X11R5
4003 /usr/include/X11R4
4005 /usr/local/X11/include
4006 /usr/local/X11R6/include
4007 /usr/local/X11R5/include
4008 /usr/local/X11R4/include
4010 /usr/local/include/X11
4011 /usr/local/include/X11R6
4012 /usr/local/include/X11R5
4013 /usr/local/include/X11R4
4015 /usr/X386/include
4016 /usr/x386/include
4017 /usr/XFree86/include/X11
4019 /usr/include
4020 /usr/local/include
4021 /usr/unsupported/include
4022 /usr/athena/include
4023 /usr/local/x11r5/include
4024 /usr/lpp/Xamples/include
4026 /usr/openwin/include
4027 /usr/openwin/share/include'
4029 if test "$ac_x_includes" = no; then
4030 # Guess where to find include files, by looking for Xlib.h.
4031 # First, try using that file with no special directory specified.
4032 cat >conftest.$ac_ext <<_ACEOF
4033 /* confdefs.h. */
4034 _ACEOF
4035 cat confdefs.h >>conftest.$ac_ext
4036 cat >>conftest.$ac_ext <<_ACEOF
4037 /* end confdefs.h. */
4038 #include <X11/Xlib.h>
4039 _ACEOF
4040 if { (ac_try="$ac_cpp conftest.$ac_ext"
4041 case "(($ac_try" in
4042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4043 *) ac_try_echo=$ac_try;;
4044 esac
4045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4046 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4047 ac_status=$?
4048 grep -v '^ *+' conftest.er1 >conftest.err
4049 rm -f conftest.er1
4050 cat conftest.err >&5
4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4052 (exit $ac_status); } >/dev/null && {
4053 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4054 test ! -s conftest.err
4055 }; then
4056 # We can compile using X headers with no special include directory.
4057 ac_x_includes=
4058 else
4059 echo "$as_me: failed program was:" >&5
4060 sed 's/^/| /' conftest.$ac_ext >&5
4062 for ac_dir in $ac_x_header_dirs; do
4063 if test -r "$ac_dir/X11/Xlib.h"; then
4064 ac_x_includes=$ac_dir
4065 break
4067 done
4070 rm -f conftest.err conftest.$ac_ext
4071 fi # $ac_x_includes = no
4073 if test "$ac_x_libraries" = no; then
4074 # Check for the libraries.
4075 # See if we find them without any special options.
4076 # Don't add to $LIBS permanently.
4077 ac_save_LIBS=$LIBS
4078 LIBS="-lX11 $LIBS"
4079 cat >conftest.$ac_ext <<_ACEOF
4080 /* confdefs.h. */
4081 _ACEOF
4082 cat confdefs.h >>conftest.$ac_ext
4083 cat >>conftest.$ac_ext <<_ACEOF
4084 /* end confdefs.h. */
4085 #include <X11/Xlib.h>
4087 main ()
4089 XrmInitialize ()
4091 return 0;
4093 _ACEOF
4094 rm -f conftest.$ac_objext conftest$ac_exeext
4095 if { (ac_try="$ac_link"
4096 case "(($ac_try" in
4097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4098 *) ac_try_echo=$ac_try;;
4099 esac
4100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4101 (eval "$ac_link") 2>conftest.er1
4102 ac_status=$?
4103 grep -v '^ *+' conftest.er1 >conftest.err
4104 rm -f conftest.er1
4105 cat conftest.err >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); } && {
4108 test -z "$ac_c_werror_flag" ||
4109 test ! -s conftest.err
4110 } && test -s conftest$ac_exeext &&
4111 $as_test_x conftest$ac_exeext; then
4112 LIBS=$ac_save_LIBS
4113 # We can link X programs with no special library path.
4114 ac_x_libraries=
4115 else
4116 echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.$ac_ext >&5
4119 LIBS=$ac_save_LIBS
4120 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4122 # Don't even attempt the hair of trying to link an X program!
4123 for ac_extension in a so sl; do
4124 if test -r "$ac_dir/libX11.$ac_extension"; then
4125 ac_x_libraries=$ac_dir
4126 break 2
4128 done
4129 done
4132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4133 conftest$ac_exeext conftest.$ac_ext
4134 fi # $ac_x_libraries = no
4136 case $ac_x_includes,$ac_x_libraries in #(
4137 no,* | *,no | *\'*)
4138 # Didn't find X, or a directory has "'" in its name.
4139 ac_cv_have_x="have_x=no";; #(
4141 # Record where we found X for the cache.
4142 ac_cv_have_x="have_x=yes\
4143 ac_x_includes='$ac_x_includes'\
4144 ac_x_libraries='$ac_x_libraries'"
4145 esac
4147 ;; #(
4148 *) have_x=yes;;
4149 esac
4150 eval "$ac_cv_have_x"
4151 fi # $with_x != no
4153 if test "$have_x" != yes; then
4154 { echo "$as_me:$LINENO: result: $have_x" >&5
4155 echo "${ECHO_T}$have_x" >&6; }
4156 no_x=yes
4157 else
4158 # If each of the values was on the command line, it overrides each guess.
4159 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4160 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4161 # Update the cache value to reflect the command line values.
4162 ac_cv_have_x="have_x=yes\
4163 ac_x_includes='$x_includes'\
4164 ac_x_libraries='$x_libraries'"
4165 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4166 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4169 if test "$no_x" = yes; then
4170 # Not all programs may use this symbol, but it does not hurt to define it.
4172 cat >>confdefs.h <<\_ACEOF
4173 #define X_DISPLAY_MISSING 1
4174 _ACEOF
4176 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4177 else
4178 if test -n "$x_includes"; then
4179 X_CFLAGS="$X_CFLAGS -I$x_includes"
4182 # It would also be nice to do this for all -L options, not just this one.
4183 if test -n "$x_libraries"; then
4184 X_LIBS="$X_LIBS -L$x_libraries"
4185 # For Solaris; some versions of Sun CC require a space after -R and
4186 # others require no space. Words are not sufficient . . . .
4187 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4188 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4189 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4190 ac_xsave_c_werror_flag=$ac_c_werror_flag
4191 ac_c_werror_flag=yes
4192 cat >conftest.$ac_ext <<_ACEOF
4193 /* confdefs.h. */
4194 _ACEOF
4195 cat confdefs.h >>conftest.$ac_ext
4196 cat >>conftest.$ac_ext <<_ACEOF
4197 /* end confdefs.h. */
4200 main ()
4204 return 0;
4206 _ACEOF
4207 rm -f conftest.$ac_objext conftest$ac_exeext
4208 if { (ac_try="$ac_link"
4209 case "(($ac_try" in
4210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4211 *) ac_try_echo=$ac_try;;
4212 esac
4213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4214 (eval "$ac_link") 2>conftest.er1
4215 ac_status=$?
4216 grep -v '^ *+' conftest.er1 >conftest.err
4217 rm -f conftest.er1
4218 cat conftest.err >&5
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220 (exit $ac_status); } && {
4221 test -z "$ac_c_werror_flag" ||
4222 test ! -s conftest.err
4223 } && test -s conftest$ac_exeext &&
4224 $as_test_x conftest$ac_exeext; then
4225 { echo "$as_me:$LINENO: result: no" >&5
4226 echo "${ECHO_T}no" >&6; }
4227 X_LIBS="$X_LIBS -R$x_libraries"
4228 else
4229 echo "$as_me: failed program was:" >&5
4230 sed 's/^/| /' conftest.$ac_ext >&5
4232 LIBS="$ac_xsave_LIBS -R $x_libraries"
4233 cat >conftest.$ac_ext <<_ACEOF
4234 /* confdefs.h. */
4235 _ACEOF
4236 cat confdefs.h >>conftest.$ac_ext
4237 cat >>conftest.$ac_ext <<_ACEOF
4238 /* end confdefs.h. */
4241 main ()
4245 return 0;
4247 _ACEOF
4248 rm -f conftest.$ac_objext conftest$ac_exeext
4249 if { (ac_try="$ac_link"
4250 case "(($ac_try" in
4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4253 esac
4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4255 (eval "$ac_link") 2>conftest.er1
4256 ac_status=$?
4257 grep -v '^ *+' conftest.er1 >conftest.err
4258 rm -f conftest.er1
4259 cat conftest.err >&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } && {
4262 test -z "$ac_c_werror_flag" ||
4263 test ! -s conftest.err
4264 } && test -s conftest$ac_exeext &&
4265 $as_test_x conftest$ac_exeext; then
4266 { echo "$as_me:$LINENO: result: yes" >&5
4267 echo "${ECHO_T}yes" >&6; }
4268 X_LIBS="$X_LIBS -R $x_libraries"
4269 else
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { echo "$as_me:$LINENO: result: neither works" >&5
4274 echo "${ECHO_T}neither works" >&6; }
4277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4278 conftest$ac_exeext conftest.$ac_ext
4281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4282 conftest$ac_exeext conftest.$ac_ext
4283 ac_c_werror_flag=$ac_xsave_c_werror_flag
4284 LIBS=$ac_xsave_LIBS
4287 # Check for system-dependent libraries X programs must link with.
4288 # Do this before checking for the system-independent R6 libraries
4289 # (-lICE), since we may need -lsocket or whatever for X linking.
4291 if test "$ISC" = yes; then
4292 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4293 else
4294 # Martyn Johnson says this is needed for Ultrix, if the X
4295 # libraries were built with DECnet support. And Karl Berry says
4296 # the Alpha needs dnet_stub (dnet does not exist).
4297 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4298 cat >conftest.$ac_ext <<_ACEOF
4299 /* confdefs.h. */
4300 _ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4303 /* end confdefs.h. */
4305 /* Override any GCC internal prototype to avoid an error.
4306 Use char because int might match the return type of a GCC
4307 builtin and then its argument prototype would still apply. */
4308 #ifdef __cplusplus
4309 extern "C"
4310 #endif
4311 char XOpenDisplay ();
4313 main ()
4315 return XOpenDisplay ();
4317 return 0;
4319 _ACEOF
4320 rm -f conftest.$ac_objext conftest$ac_exeext
4321 if { (ac_try="$ac_link"
4322 case "(($ac_try" in
4323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4324 *) ac_try_echo=$ac_try;;
4325 esac
4326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4327 (eval "$ac_link") 2>conftest.er1
4328 ac_status=$?
4329 grep -v '^ *+' conftest.er1 >conftest.err
4330 rm -f conftest.er1
4331 cat conftest.err >&5
4332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333 (exit $ac_status); } && {
4334 test -z "$ac_c_werror_flag" ||
4335 test ! -s conftest.err
4336 } && test -s conftest$ac_exeext &&
4337 $as_test_x conftest$ac_exeext; then
4339 else
4340 echo "$as_me: failed program was:" >&5
4341 sed 's/^/| /' conftest.$ac_ext >&5
4343 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4344 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4345 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4346 echo $ECHO_N "(cached) $ECHO_C" >&6
4347 else
4348 ac_check_lib_save_LIBS=$LIBS
4349 LIBS="-ldnet $LIBS"
4350 cat >conftest.$ac_ext <<_ACEOF
4351 /* confdefs.h. */
4352 _ACEOF
4353 cat confdefs.h >>conftest.$ac_ext
4354 cat >>conftest.$ac_ext <<_ACEOF
4355 /* end confdefs.h. */
4357 /* Override any GCC internal prototype to avoid an error.
4358 Use char because int might match the return type of a GCC
4359 builtin and then its argument prototype would still apply. */
4360 #ifdef __cplusplus
4361 extern "C"
4362 #endif
4363 char dnet_ntoa ();
4365 main ()
4367 return dnet_ntoa ();
4369 return 0;
4371 _ACEOF
4372 rm -f conftest.$ac_objext conftest$ac_exeext
4373 if { (ac_try="$ac_link"
4374 case "(($ac_try" in
4375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4376 *) ac_try_echo=$ac_try;;
4377 esac
4378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4379 (eval "$ac_link") 2>conftest.er1
4380 ac_status=$?
4381 grep -v '^ *+' conftest.er1 >conftest.err
4382 rm -f conftest.er1
4383 cat conftest.err >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); } && {
4386 test -z "$ac_c_werror_flag" ||
4387 test ! -s conftest.err
4388 } && test -s conftest$ac_exeext &&
4389 $as_test_x conftest$ac_exeext; then
4390 ac_cv_lib_dnet_dnet_ntoa=yes
4391 else
4392 echo "$as_me: failed program was:" >&5
4393 sed 's/^/| /' conftest.$ac_ext >&5
4395 ac_cv_lib_dnet_dnet_ntoa=no
4398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4399 conftest$ac_exeext conftest.$ac_ext
4400 LIBS=$ac_check_lib_save_LIBS
4402 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4403 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4404 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4405 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4408 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4409 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4410 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4411 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4412 echo $ECHO_N "(cached) $ECHO_C" >&6
4413 else
4414 ac_check_lib_save_LIBS=$LIBS
4415 LIBS="-ldnet_stub $LIBS"
4416 cat >conftest.$ac_ext <<_ACEOF
4417 /* confdefs.h. */
4418 _ACEOF
4419 cat confdefs.h >>conftest.$ac_ext
4420 cat >>conftest.$ac_ext <<_ACEOF
4421 /* end confdefs.h. */
4423 /* Override any GCC internal prototype to avoid an error.
4424 Use char because int might match the return type of a GCC
4425 builtin and then its argument prototype would still apply. */
4426 #ifdef __cplusplus
4427 extern "C"
4428 #endif
4429 char dnet_ntoa ();
4431 main ()
4433 return dnet_ntoa ();
4435 return 0;
4437 _ACEOF
4438 rm -f conftest.$ac_objext conftest$ac_exeext
4439 if { (ac_try="$ac_link"
4440 case "(($ac_try" in
4441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4442 *) ac_try_echo=$ac_try;;
4443 esac
4444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4445 (eval "$ac_link") 2>conftest.er1
4446 ac_status=$?
4447 grep -v '^ *+' conftest.er1 >conftest.err
4448 rm -f conftest.er1
4449 cat conftest.err >&5
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); } && {
4452 test -z "$ac_c_werror_flag" ||
4453 test ! -s conftest.err
4454 } && test -s conftest$ac_exeext &&
4455 $as_test_x conftest$ac_exeext; then
4456 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4457 else
4458 echo "$as_me: failed program was:" >&5
4459 sed 's/^/| /' conftest.$ac_ext >&5
4461 ac_cv_lib_dnet_stub_dnet_ntoa=no
4464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4465 conftest$ac_exeext conftest.$ac_ext
4466 LIBS=$ac_check_lib_save_LIBS
4468 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4469 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4470 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4471 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4478 conftest$ac_exeext conftest.$ac_ext
4479 LIBS="$ac_xsave_LIBS"
4481 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4482 # to get the SysV transport functions.
4483 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4484 # needs -lnsl.
4485 # The nsl library prevents programs from opening the X display
4486 # on Irix 5.2, according to T.E. Dickey.
4487 # The functions gethostbyname, getservbyname, and inet_addr are
4488 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4489 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4490 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4491 if test "${ac_cv_func_gethostbyname+set}" = set; then
4492 echo $ECHO_N "(cached) $ECHO_C" >&6
4493 else
4494 cat >conftest.$ac_ext <<_ACEOF
4495 /* confdefs.h. */
4496 _ACEOF
4497 cat confdefs.h >>conftest.$ac_ext
4498 cat >>conftest.$ac_ext <<_ACEOF
4499 /* end confdefs.h. */
4500 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4501 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4502 #define gethostbyname innocuous_gethostbyname
4504 /* System header to define __stub macros and hopefully few prototypes,
4505 which can conflict with char gethostbyname (); below.
4506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4507 <limits.h> exists even on freestanding compilers. */
4509 #ifdef __STDC__
4510 # include <limits.h>
4511 #else
4512 # include <assert.h>
4513 #endif
4515 #undef gethostbyname
4517 /* Override any GCC internal prototype to avoid an error.
4518 Use char because int might match the return type of a GCC
4519 builtin and then its argument prototype would still apply. */
4520 #ifdef __cplusplus
4521 extern "C"
4522 #endif
4523 char gethostbyname ();
4524 /* The GNU C library defines this for functions which it implements
4525 to always fail with ENOSYS. Some functions are actually named
4526 something starting with __ and the normal name is an alias. */
4527 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4528 choke me
4529 #endif
4532 main ()
4534 return gethostbyname ();
4536 return 0;
4538 _ACEOF
4539 rm -f conftest.$ac_objext conftest$ac_exeext
4540 if { (ac_try="$ac_link"
4541 case "(($ac_try" in
4542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4543 *) ac_try_echo=$ac_try;;
4544 esac
4545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4546 (eval "$ac_link") 2>conftest.er1
4547 ac_status=$?
4548 grep -v '^ *+' conftest.er1 >conftest.err
4549 rm -f conftest.er1
4550 cat conftest.err >&5
4551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4552 (exit $ac_status); } && {
4553 test -z "$ac_c_werror_flag" ||
4554 test ! -s conftest.err
4555 } && test -s conftest$ac_exeext &&
4556 $as_test_x conftest$ac_exeext; then
4557 ac_cv_func_gethostbyname=yes
4558 else
4559 echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4562 ac_cv_func_gethostbyname=no
4565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4566 conftest$ac_exeext conftest.$ac_ext
4568 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4569 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4571 if test $ac_cv_func_gethostbyname = no; then
4572 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4573 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4574 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4576 else
4577 ac_check_lib_save_LIBS=$LIBS
4578 LIBS="-lnsl $LIBS"
4579 cat >conftest.$ac_ext <<_ACEOF
4580 /* confdefs.h. */
4581 _ACEOF
4582 cat confdefs.h >>conftest.$ac_ext
4583 cat >>conftest.$ac_ext <<_ACEOF
4584 /* end confdefs.h. */
4586 /* Override any GCC internal prototype to avoid an error.
4587 Use char because int might match the return type of a GCC
4588 builtin and then its argument prototype would still apply. */
4589 #ifdef __cplusplus
4590 extern "C"
4591 #endif
4592 char gethostbyname ();
4594 main ()
4596 return gethostbyname ();
4598 return 0;
4600 _ACEOF
4601 rm -f conftest.$ac_objext conftest$ac_exeext
4602 if { (ac_try="$ac_link"
4603 case "(($ac_try" in
4604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4605 *) ac_try_echo=$ac_try;;
4606 esac
4607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4608 (eval "$ac_link") 2>conftest.er1
4609 ac_status=$?
4610 grep -v '^ *+' conftest.er1 >conftest.err
4611 rm -f conftest.er1
4612 cat conftest.err >&5
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); } && {
4615 test -z "$ac_c_werror_flag" ||
4616 test ! -s conftest.err
4617 } && test -s conftest$ac_exeext &&
4618 $as_test_x conftest$ac_exeext; then
4619 ac_cv_lib_nsl_gethostbyname=yes
4620 else
4621 echo "$as_me: failed program was:" >&5
4622 sed 's/^/| /' conftest.$ac_ext >&5
4624 ac_cv_lib_nsl_gethostbyname=no
4627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4628 conftest$ac_exeext conftest.$ac_ext
4629 LIBS=$ac_check_lib_save_LIBS
4631 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4632 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4633 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4634 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4637 if test $ac_cv_lib_nsl_gethostbyname = no; then
4638 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4639 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4640 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4642 else
4643 ac_check_lib_save_LIBS=$LIBS
4644 LIBS="-lbsd $LIBS"
4645 cat >conftest.$ac_ext <<_ACEOF
4646 /* confdefs.h. */
4647 _ACEOF
4648 cat confdefs.h >>conftest.$ac_ext
4649 cat >>conftest.$ac_ext <<_ACEOF
4650 /* end confdefs.h. */
4652 /* Override any GCC internal prototype to avoid an error.
4653 Use char because int might match the return type of a GCC
4654 builtin and then its argument prototype would still apply. */
4655 #ifdef __cplusplus
4656 extern "C"
4657 #endif
4658 char gethostbyname ();
4660 main ()
4662 return gethostbyname ();
4664 return 0;
4666 _ACEOF
4667 rm -f conftest.$ac_objext conftest$ac_exeext
4668 if { (ac_try="$ac_link"
4669 case "(($ac_try" in
4670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4672 esac
4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4674 (eval "$ac_link") 2>conftest.er1
4675 ac_status=$?
4676 grep -v '^ *+' conftest.er1 >conftest.err
4677 rm -f conftest.er1
4678 cat conftest.err >&5
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); } && {
4681 test -z "$ac_c_werror_flag" ||
4682 test ! -s conftest.err
4683 } && test -s conftest$ac_exeext &&
4684 $as_test_x conftest$ac_exeext; then
4685 ac_cv_lib_bsd_gethostbyname=yes
4686 else
4687 echo "$as_me: failed program was:" >&5
4688 sed 's/^/| /' conftest.$ac_ext >&5
4690 ac_cv_lib_bsd_gethostbyname=no
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS=$ac_check_lib_save_LIBS
4697 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4698 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4699 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4706 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4707 # socket/setsockopt and other routines are undefined under SCO ODT
4708 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4709 # on later versions), says Simon Leinen: it contains gethostby*
4710 # variants that don't use the name server (or something). -lsocket
4711 # must be given before -lnsl if both are needed. We assume that
4712 # if connect needs -lnsl, so does gethostbyname.
4713 { echo "$as_me:$LINENO: checking for connect" >&5
4714 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4715 if test "${ac_cv_func_connect+set}" = set; then
4716 echo $ECHO_N "(cached) $ECHO_C" >&6
4717 else
4718 cat >conftest.$ac_ext <<_ACEOF
4719 /* confdefs.h. */
4720 _ACEOF
4721 cat confdefs.h >>conftest.$ac_ext
4722 cat >>conftest.$ac_ext <<_ACEOF
4723 /* end confdefs.h. */
4724 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4726 #define connect innocuous_connect
4728 /* System header to define __stub macros and hopefully few prototypes,
4729 which can conflict with char connect (); below.
4730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4731 <limits.h> exists even on freestanding compilers. */
4733 #ifdef __STDC__
4734 # include <limits.h>
4735 #else
4736 # include <assert.h>
4737 #endif
4739 #undef connect
4741 /* Override any GCC internal prototype to avoid an error.
4742 Use char because int might match the return type of a GCC
4743 builtin and then its argument prototype would still apply. */
4744 #ifdef __cplusplus
4745 extern "C"
4746 #endif
4747 char connect ();
4748 /* The GNU C library defines this for functions which it implements
4749 to always fail with ENOSYS. Some functions are actually named
4750 something starting with __ and the normal name is an alias. */
4751 #if defined __stub_connect || defined __stub___connect
4752 choke me
4753 #endif
4756 main ()
4758 return connect ();
4760 return 0;
4762 _ACEOF
4763 rm -f conftest.$ac_objext conftest$ac_exeext
4764 if { (ac_try="$ac_link"
4765 case "(($ac_try" in
4766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4767 *) ac_try_echo=$ac_try;;
4768 esac
4769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770 (eval "$ac_link") 2>conftest.er1
4771 ac_status=$?
4772 grep -v '^ *+' conftest.er1 >conftest.err
4773 rm -f conftest.er1
4774 cat conftest.err >&5
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); } && {
4777 test -z "$ac_c_werror_flag" ||
4778 test ! -s conftest.err
4779 } && test -s conftest$ac_exeext &&
4780 $as_test_x conftest$ac_exeext; then
4781 ac_cv_func_connect=yes
4782 else
4783 echo "$as_me: failed program was:" >&5
4784 sed 's/^/| /' conftest.$ac_ext >&5
4786 ac_cv_func_connect=no
4789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4790 conftest$ac_exeext conftest.$ac_ext
4792 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4793 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4795 if test $ac_cv_func_connect = no; then
4796 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4797 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4798 if test "${ac_cv_lib_socket_connect+set}" = set; then
4799 echo $ECHO_N "(cached) $ECHO_C" >&6
4800 else
4801 ac_check_lib_save_LIBS=$LIBS
4802 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4803 cat >conftest.$ac_ext <<_ACEOF
4804 /* confdefs.h. */
4805 _ACEOF
4806 cat confdefs.h >>conftest.$ac_ext
4807 cat >>conftest.$ac_ext <<_ACEOF
4808 /* end confdefs.h. */
4810 /* Override any GCC internal prototype to avoid an error.
4811 Use char because int might match the return type of a GCC
4812 builtin and then its argument prototype would still apply. */
4813 #ifdef __cplusplus
4814 extern "C"
4815 #endif
4816 char connect ();
4818 main ()
4820 return connect ();
4822 return 0;
4824 _ACEOF
4825 rm -f conftest.$ac_objext conftest$ac_exeext
4826 if { (ac_try="$ac_link"
4827 case "(($ac_try" in
4828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4829 *) ac_try_echo=$ac_try;;
4830 esac
4831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4832 (eval "$ac_link") 2>conftest.er1
4833 ac_status=$?
4834 grep -v '^ *+' conftest.er1 >conftest.err
4835 rm -f conftest.er1
4836 cat conftest.err >&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } && {
4839 test -z "$ac_c_werror_flag" ||
4840 test ! -s conftest.err
4841 } && test -s conftest$ac_exeext &&
4842 $as_test_x conftest$ac_exeext; then
4843 ac_cv_lib_socket_connect=yes
4844 else
4845 echo "$as_me: failed program was:" >&5
4846 sed 's/^/| /' conftest.$ac_ext >&5
4848 ac_cv_lib_socket_connect=no
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4856 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4857 if test $ac_cv_lib_socket_connect = yes; then
4858 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4863 # Guillermo Gomez says -lposix is necessary on A/UX.
4864 { echo "$as_me:$LINENO: checking for remove" >&5
4865 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4866 if test "${ac_cv_func_remove+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4868 else
4869 cat >conftest.$ac_ext <<_ACEOF
4870 /* confdefs.h. */
4871 _ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4875 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4876 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4877 #define remove innocuous_remove
4879 /* System header to define __stub macros and hopefully few prototypes,
4880 which can conflict with char remove (); below.
4881 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4882 <limits.h> exists even on freestanding compilers. */
4884 #ifdef __STDC__
4885 # include <limits.h>
4886 #else
4887 # include <assert.h>
4888 #endif
4890 #undef remove
4892 /* Override any GCC internal prototype to avoid an error.
4893 Use char because int might match the return type of a GCC
4894 builtin and then its argument prototype would still apply. */
4895 #ifdef __cplusplus
4896 extern "C"
4897 #endif
4898 char remove ();
4899 /* The GNU C library defines this for functions which it implements
4900 to always fail with ENOSYS. Some functions are actually named
4901 something starting with __ and the normal name is an alias. */
4902 #if defined __stub_remove || defined __stub___remove
4903 choke me
4904 #endif
4907 main ()
4909 return remove ();
4911 return 0;
4913 _ACEOF
4914 rm -f conftest.$ac_objext conftest$ac_exeext
4915 if { (ac_try="$ac_link"
4916 case "(($ac_try" in
4917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4918 *) ac_try_echo=$ac_try;;
4919 esac
4920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4921 (eval "$ac_link") 2>conftest.er1
4922 ac_status=$?
4923 grep -v '^ *+' conftest.er1 >conftest.err
4924 rm -f conftest.er1
4925 cat conftest.err >&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); } && {
4928 test -z "$ac_c_werror_flag" ||
4929 test ! -s conftest.err
4930 } && test -s conftest$ac_exeext &&
4931 $as_test_x conftest$ac_exeext; then
4932 ac_cv_func_remove=yes
4933 else
4934 echo "$as_me: failed program was:" >&5
4935 sed 's/^/| /' conftest.$ac_ext >&5
4937 ac_cv_func_remove=no
4940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4941 conftest$ac_exeext conftest.$ac_ext
4943 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4944 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4946 if test $ac_cv_func_remove = no; then
4947 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4948 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4949 if test "${ac_cv_lib_posix_remove+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4951 else
4952 ac_check_lib_save_LIBS=$LIBS
4953 LIBS="-lposix $LIBS"
4954 cat >conftest.$ac_ext <<_ACEOF
4955 /* confdefs.h. */
4956 _ACEOF
4957 cat confdefs.h >>conftest.$ac_ext
4958 cat >>conftest.$ac_ext <<_ACEOF
4959 /* end confdefs.h. */
4961 /* Override any GCC internal prototype to avoid an error.
4962 Use char because int might match the return type of a GCC
4963 builtin and then its argument prototype would still apply. */
4964 #ifdef __cplusplus
4965 extern "C"
4966 #endif
4967 char remove ();
4969 main ()
4971 return remove ();
4973 return 0;
4975 _ACEOF
4976 rm -f conftest.$ac_objext conftest$ac_exeext
4977 if { (ac_try="$ac_link"
4978 case "(($ac_try" in
4979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4980 *) ac_try_echo=$ac_try;;
4981 esac
4982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4983 (eval "$ac_link") 2>conftest.er1
4984 ac_status=$?
4985 grep -v '^ *+' conftest.er1 >conftest.err
4986 rm -f conftest.er1
4987 cat conftest.err >&5
4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4989 (exit $ac_status); } && {
4990 test -z "$ac_c_werror_flag" ||
4991 test ! -s conftest.err
4992 } && test -s conftest$ac_exeext &&
4993 $as_test_x conftest$ac_exeext; then
4994 ac_cv_lib_posix_remove=yes
4995 else
4996 echo "$as_me: failed program was:" >&5
4997 sed 's/^/| /' conftest.$ac_ext >&5
4999 ac_cv_lib_posix_remove=no
5002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5003 conftest$ac_exeext conftest.$ac_ext
5004 LIBS=$ac_check_lib_save_LIBS
5006 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5007 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5008 if test $ac_cv_lib_posix_remove = yes; then
5009 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5014 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5015 { echo "$as_me:$LINENO: checking for shmat" >&5
5016 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5017 if test "${ac_cv_func_shmat+set}" = set; then
5018 echo $ECHO_N "(cached) $ECHO_C" >&6
5019 else
5020 cat >conftest.$ac_ext <<_ACEOF
5021 /* confdefs.h. */
5022 _ACEOF
5023 cat confdefs.h >>conftest.$ac_ext
5024 cat >>conftest.$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5028 #define shmat innocuous_shmat
5030 /* System header to define __stub macros and hopefully few prototypes,
5031 which can conflict with char shmat (); below.
5032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5033 <limits.h> exists even on freestanding compilers. */
5035 #ifdef __STDC__
5036 # include <limits.h>
5037 #else
5038 # include <assert.h>
5039 #endif
5041 #undef shmat
5043 /* Override any GCC internal prototype to avoid an error.
5044 Use char because int might match the return type of a GCC
5045 builtin and then its argument prototype would still apply. */
5046 #ifdef __cplusplus
5047 extern "C"
5048 #endif
5049 char shmat ();
5050 /* The GNU C library defines this for functions which it implements
5051 to always fail with ENOSYS. Some functions are actually named
5052 something starting with __ and the normal name is an alias. */
5053 #if defined __stub_shmat || defined __stub___shmat
5054 choke me
5055 #endif
5058 main ()
5060 return shmat ();
5062 return 0;
5064 _ACEOF
5065 rm -f conftest.$ac_objext conftest$ac_exeext
5066 if { (ac_try="$ac_link"
5067 case "(($ac_try" in
5068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5069 *) ac_try_echo=$ac_try;;
5070 esac
5071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5072 (eval "$ac_link") 2>conftest.er1
5073 ac_status=$?
5074 grep -v '^ *+' conftest.er1 >conftest.err
5075 rm -f conftest.er1
5076 cat conftest.err >&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && {
5079 test -z "$ac_c_werror_flag" ||
5080 test ! -s conftest.err
5081 } && test -s conftest$ac_exeext &&
5082 $as_test_x conftest$ac_exeext; then
5083 ac_cv_func_shmat=yes
5084 else
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.$ac_ext >&5
5088 ac_cv_func_shmat=no
5091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5092 conftest$ac_exeext conftest.$ac_ext
5094 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5095 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5097 if test $ac_cv_func_shmat = no; then
5098 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5099 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5100 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6
5102 else
5103 ac_check_lib_save_LIBS=$LIBS
5104 LIBS="-lipc $LIBS"
5105 cat >conftest.$ac_ext <<_ACEOF
5106 /* confdefs.h. */
5107 _ACEOF
5108 cat confdefs.h >>conftest.$ac_ext
5109 cat >>conftest.$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5112 /* Override any GCC internal prototype to avoid an error.
5113 Use char because int might match the return type of a GCC
5114 builtin and then its argument prototype would still apply. */
5115 #ifdef __cplusplus
5116 extern "C"
5117 #endif
5118 char shmat ();
5120 main ()
5122 return shmat ();
5124 return 0;
5126 _ACEOF
5127 rm -f conftest.$ac_objext conftest$ac_exeext
5128 if { (ac_try="$ac_link"
5129 case "(($ac_try" in
5130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5131 *) ac_try_echo=$ac_try;;
5132 esac
5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5134 (eval "$ac_link") 2>conftest.er1
5135 ac_status=$?
5136 grep -v '^ *+' conftest.er1 >conftest.err
5137 rm -f conftest.er1
5138 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } && {
5141 test -z "$ac_c_werror_flag" ||
5142 test ! -s conftest.err
5143 } && test -s conftest$ac_exeext &&
5144 $as_test_x conftest$ac_exeext; then
5145 ac_cv_lib_ipc_shmat=yes
5146 else
5147 echo "$as_me: failed program was:" >&5
5148 sed 's/^/| /' conftest.$ac_ext >&5
5150 ac_cv_lib_ipc_shmat=no
5153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5158 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5159 if test $ac_cv_lib_ipc_shmat = yes; then
5160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5166 # Check for libraries that X11R6 Xt/Xaw programs need.
5167 ac_save_LDFLAGS=$LDFLAGS
5168 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5169 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5170 # check for ICE first), but we must link in the order -lSM -lICE or
5171 # we get undefined symbols. So assume we have SM if we have ICE.
5172 # These have to be linked with before -lX11, unlike the other
5173 # libraries we check for below, so use a different variable.
5174 # John Interrante, Karl Berry
5175 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5176 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5177 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5178 echo $ECHO_N "(cached) $ECHO_C" >&6
5179 else
5180 ac_check_lib_save_LIBS=$LIBS
5181 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5182 cat >conftest.$ac_ext <<_ACEOF
5183 /* confdefs.h. */
5184 _ACEOF
5185 cat confdefs.h >>conftest.$ac_ext
5186 cat >>conftest.$ac_ext <<_ACEOF
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5192 #ifdef __cplusplus
5193 extern "C"
5194 #endif
5195 char IceConnectionNumber ();
5197 main ()
5199 return IceConnectionNumber ();
5201 return 0;
5203 _ACEOF
5204 rm -f conftest.$ac_objext conftest$ac_exeext
5205 if { (ac_try="$ac_link"
5206 case "(($ac_try" in
5207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5208 *) ac_try_echo=$ac_try;;
5209 esac
5210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5211 (eval "$ac_link") 2>conftest.er1
5212 ac_status=$?
5213 grep -v '^ *+' conftest.er1 >conftest.err
5214 rm -f conftest.er1
5215 cat conftest.err >&5
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); } && {
5218 test -z "$ac_c_werror_flag" ||
5219 test ! -s conftest.err
5220 } && test -s conftest$ac_exeext &&
5221 $as_test_x conftest$ac_exeext; then
5222 ac_cv_lib_ICE_IceConnectionNumber=yes
5223 else
5224 echo "$as_me: failed program was:" >&5
5225 sed 's/^/| /' conftest.$ac_ext >&5
5227 ac_cv_lib_ICE_IceConnectionNumber=no
5230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5231 conftest$ac_exeext conftest.$ac_ext
5232 LIBS=$ac_check_lib_save_LIBS
5234 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5235 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5236 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5237 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5240 LDFLAGS=$ac_save_LDFLAGS
5245 for ac_prog in flex
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy $ac_prog; ac_word=$2
5249 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5251 if test "${ac_cv_prog_FLEX+set}" = set; then
5252 echo $ECHO_N "(cached) $ECHO_C" >&6
5253 else
5254 if test -n "$FLEX"; then
5255 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5256 else
5257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5258 for as_dir in $PATH
5260 IFS=$as_save_IFS
5261 test -z "$as_dir" && as_dir=.
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5264 ac_cv_prog_FLEX="$ac_prog"
5265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5266 break 2
5268 done
5269 done
5270 IFS=$as_save_IFS
5274 FLEX=$ac_cv_prog_FLEX
5275 if test -n "$FLEX"; then
5276 { echo "$as_me:$LINENO: result: $FLEX" >&5
5277 echo "${ECHO_T}$FLEX" >&6; }
5278 else
5279 { echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6; }
5284 test -n "$FLEX" && break
5285 done
5286 test -n "$FLEX" || FLEX="none"
5288 if test "$FLEX" = "none"
5289 then
5290 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5291 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5292 { (exit 1); exit 1; }; }
5295 for ac_prog in bison
5297 # Extract the first word of "$ac_prog", so it can be a program name with args.
5298 set dummy $ac_prog; ac_word=$2
5299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5301 if test "${ac_cv_prog_BISON+set}" = set; then
5302 echo $ECHO_N "(cached) $ECHO_C" >&6
5303 else
5304 if test -n "$BISON"; then
5305 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5306 else
5307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5308 for as_dir in $PATH
5310 IFS=$as_save_IFS
5311 test -z "$as_dir" && as_dir=.
5312 for ac_exec_ext in '' $ac_executable_extensions; do
5313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5314 ac_cv_prog_BISON="$ac_prog"
5315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5316 break 2
5318 done
5319 done
5320 IFS=$as_save_IFS
5324 BISON=$ac_cv_prog_BISON
5325 if test -n "$BISON"; then
5326 { echo "$as_me:$LINENO: result: $BISON" >&5
5327 echo "${ECHO_T}$BISON" >&6; }
5328 else
5329 { echo "$as_me:$LINENO: result: no" >&5
5330 echo "${ECHO_T}no" >&6; }
5334 test -n "$BISON" && break
5335 done
5336 test -n "$BISON" || BISON="none"
5338 if test "$BISON" = "none"
5339 then
5340 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5341 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5342 { (exit 1); exit 1; }; }
5345 if test -n "$ac_tool_prefix"; then
5346 for ac_prog in gas as
5348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5349 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5352 if test "${ac_cv_prog_AS+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355 if test -n "$AS"; then
5356 ac_cv_prog_AS="$AS" # Let the user override the test.
5357 else
5358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5359 for as_dir in $PATH
5361 IFS=$as_save_IFS
5362 test -z "$as_dir" && as_dir=.
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5365 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5367 break 2
5369 done
5370 done
5371 IFS=$as_save_IFS
5375 AS=$ac_cv_prog_AS
5376 if test -n "$AS"; then
5377 { echo "$as_me:$LINENO: result: $AS" >&5
5378 echo "${ECHO_T}$AS" >&6; }
5379 else
5380 { echo "$as_me:$LINENO: result: no" >&5
5381 echo "${ECHO_T}no" >&6; }
5385 test -n "$AS" && break
5386 done
5388 if test -z "$AS"; then
5389 ac_ct_AS=$AS
5390 for ac_prog in gas as
5392 # Extract the first word of "$ac_prog", so it can be a program name with args.
5393 set dummy $ac_prog; ac_word=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
5398 else
5399 if test -n "$ac_ct_AS"; then
5400 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_ac_ct_AS="$ac_prog"
5410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 break 2
5413 done
5414 done
5415 IFS=$as_save_IFS
5419 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5420 if test -n "$ac_ct_AS"; then
5421 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5422 echo "${ECHO_T}$ac_ct_AS" >&6; }
5423 else
5424 { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5429 test -n "$ac_ct_AS" && break
5430 done
5432 if test "x$ac_ct_AS" = x; then
5433 AS="as"
5434 else
5435 case $cross_compiling:$ac_tool_warned in
5436 yes:)
5437 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5438 whose name does not start with the host triplet. If you think this
5439 configuration is useful to you, please write to autoconf@gnu.org." >&5
5440 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5441 whose name does not start with the host triplet. If you think this
5442 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5443 ac_tool_warned=yes ;;
5444 esac
5445 AS=$ac_ct_AS
5449 if test -n "$ac_tool_prefix"; then
5450 for ac_prog in ld gld
5452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5453 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5456 if test "${ac_cv_prog_LD+set}" = set; then
5457 echo $ECHO_N "(cached) $ECHO_C" >&6
5458 else
5459 if test -n "$LD"; then
5460 ac_cv_prog_LD="$LD" # Let the user override the test.
5461 else
5462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5463 for as_dir in $PATH
5465 IFS=$as_save_IFS
5466 test -z "$as_dir" && as_dir=.
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5469 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 break 2
5473 done
5474 done
5475 IFS=$as_save_IFS
5479 LD=$ac_cv_prog_LD
5480 if test -n "$LD"; then
5481 { echo "$as_me:$LINENO: result: $LD" >&5
5482 echo "${ECHO_T}$LD" >&6; }
5483 else
5484 { echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6; }
5489 test -n "$LD" && break
5490 done
5492 if test -z "$LD"; then
5493 ac_ct_LD=$LD
5494 for ac_prog in ld gld
5496 # Extract the first word of "$ac_prog", so it can be a program name with args.
5497 set dummy $ac_prog; ac_word=$2
5498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5500 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6
5502 else
5503 if test -n "$ac_ct_LD"; then
5504 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5505 else
5506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5507 for as_dir in $PATH
5509 IFS=$as_save_IFS
5510 test -z "$as_dir" && as_dir=.
5511 for ac_exec_ext in '' $ac_executable_extensions; do
5512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5513 ac_cv_prog_ac_ct_LD="$ac_prog"
5514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5515 break 2
5517 done
5518 done
5519 IFS=$as_save_IFS
5523 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5524 if test -n "$ac_ct_LD"; then
5525 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5526 echo "${ECHO_T}$ac_ct_LD" >&6; }
5527 else
5528 { echo "$as_me:$LINENO: result: no" >&5
5529 echo "${ECHO_T}no" >&6; }
5533 test -n "$ac_ct_LD" && break
5534 done
5536 if test "x$ac_ct_LD" = x; then
5537 LD="ld"
5538 else
5539 case $cross_compiling:$ac_tool_warned in
5540 yes:)
5541 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5542 whose name does not start with the host triplet. If you think this
5543 configuration is useful to you, please write to autoconf@gnu.org." >&5
5544 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5545 whose name does not start with the host triplet. If you think this
5546 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5547 ac_tool_warned=yes ;;
5548 esac
5549 LD=$ac_ct_LD
5553 if test -n "$ac_tool_prefix"; then
5554 for ac_prog in nm gnm
5556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5557 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5560 if test "${ac_cv_prog_NM+set}" = set; then
5561 echo $ECHO_N "(cached) $ECHO_C" >&6
5562 else
5563 if test -n "$NM"; then
5564 ac_cv_prog_NM="$NM" # Let the user override the test.
5565 else
5566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5567 for as_dir in $PATH
5569 IFS=$as_save_IFS
5570 test -z "$as_dir" && as_dir=.
5571 for ac_exec_ext in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5575 break 2
5577 done
5578 done
5579 IFS=$as_save_IFS
5583 NM=$ac_cv_prog_NM
5584 if test -n "$NM"; then
5585 { echo "$as_me:$LINENO: result: $NM" >&5
5586 echo "${ECHO_T}$NM" >&6; }
5587 else
5588 { echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6; }
5593 test -n "$NM" && break
5594 done
5596 if test -z "$NM"; then
5597 ac_ct_NM=$NM
5598 for ac_prog in nm gnm
5600 # Extract the first word of "$ac_prog", so it can be a program name with args.
5601 set dummy $ac_prog; ac_word=$2
5602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5604 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5605 echo $ECHO_N "(cached) $ECHO_C" >&6
5606 else
5607 if test -n "$ac_ct_NM"; then
5608 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5609 else
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611 for as_dir in $PATH
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 for ac_exec_ext in '' $ac_executable_extensions; do
5616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5617 ac_cv_prog_ac_ct_NM="$ac_prog"
5618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5619 break 2
5621 done
5622 done
5623 IFS=$as_save_IFS
5627 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5628 if test -n "$ac_ct_NM"; then
5629 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5630 echo "${ECHO_T}$ac_ct_NM" >&6; }
5631 else
5632 { echo "$as_me:$LINENO: result: no" >&5
5633 echo "${ECHO_T}no" >&6; }
5637 test -n "$ac_ct_NM" && break
5638 done
5640 if test "x$ac_ct_NM" = x; then
5641 NM="nm"
5642 else
5643 case $cross_compiling:$ac_tool_warned in
5644 yes:)
5645 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5646 whose name does not start with the host triplet. If you think this
5647 configuration is useful to you, please write to autoconf@gnu.org." >&5
5648 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5649 whose name does not start with the host triplet. If you think this
5650 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5651 ac_tool_warned=yes ;;
5652 esac
5653 NM=$ac_ct_NM
5657 if test -n "$ac_tool_prefix"; then
5658 for ac_prog in ar gar
5660 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5661 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5664 if test "${ac_cv_prog_AR+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6
5666 else
5667 if test -n "$AR"; then
5668 ac_cv_prog_AR="$AR" # Let the user override the test.
5669 else
5670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5671 for as_dir in $PATH
5673 IFS=$as_save_IFS
5674 test -z "$as_dir" && as_dir=.
5675 for ac_exec_ext in '' $ac_executable_extensions; do
5676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5677 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5679 break 2
5681 done
5682 done
5683 IFS=$as_save_IFS
5687 AR=$ac_cv_prog_AR
5688 if test -n "$AR"; then
5689 { echo "$as_me:$LINENO: result: $AR" >&5
5690 echo "${ECHO_T}$AR" >&6; }
5691 else
5692 { echo "$as_me:$LINENO: result: no" >&5
5693 echo "${ECHO_T}no" >&6; }
5697 test -n "$AR" && break
5698 done
5700 if test -z "$AR"; then
5701 ac_ct_AR=$AR
5702 for ac_prog in ar gar
5704 # Extract the first word of "$ac_prog", so it can be a program name with args.
5705 set dummy $ac_prog; ac_word=$2
5706 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5708 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5709 echo $ECHO_N "(cached) $ECHO_C" >&6
5710 else
5711 if test -n "$ac_ct_AR"; then
5712 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5713 else
5714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5715 for as_dir in $PATH
5717 IFS=$as_save_IFS
5718 test -z "$as_dir" && as_dir=.
5719 for ac_exec_ext in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_ac_ct_AR="$ac_prog"
5722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 2
5725 done
5726 done
5727 IFS=$as_save_IFS
5731 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5732 if test -n "$ac_ct_AR"; then
5733 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5734 echo "${ECHO_T}$ac_ct_AR" >&6; }
5735 else
5736 { echo "$as_me:$LINENO: result: no" >&5
5737 echo "${ECHO_T}no" >&6; }
5741 test -n "$ac_ct_AR" && break
5742 done
5744 if test "x$ac_ct_AR" = x; then
5745 AR="ar"
5746 else
5747 case $cross_compiling:$ac_tool_warned in
5748 yes:)
5749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5750 whose name does not start with the host triplet. If you think this
5751 configuration is useful to you, please write to autoconf@gnu.org." >&5
5752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5753 whose name does not start with the host triplet. If you think this
5754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757 AR=$ac_ct_AR
5761 ARFLAGS=rc
5763 if test -n "$ac_tool_prefix"; then
5764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5765 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_RANLIB+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5770 else
5771 if test -n "$RANLIB"; then
5772 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783 break 2
5785 done
5786 done
5787 IFS=$as_save_IFS
5791 RANLIB=$ac_cv_prog_RANLIB
5792 if test -n "$RANLIB"; then
5793 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5794 echo "${ECHO_T}$RANLIB" >&6; }
5795 else
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5802 if test -z "$ac_cv_prog_RANLIB"; then
5803 ac_ct_RANLIB=$RANLIB
5804 # Extract the first word of "ranlib", so it can be a program name with args.
5805 set dummy ranlib; ac_word=$2
5806 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5808 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5809 echo $ECHO_N "(cached) $ECHO_C" >&6
5810 else
5811 if test -n "$ac_ct_RANLIB"; then
5812 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5813 else
5814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5815 for as_dir in $PATH
5817 IFS=$as_save_IFS
5818 test -z "$as_dir" && as_dir=.
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_ac_ct_RANLIB="ranlib"
5822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 break 2
5825 done
5826 done
5827 IFS=$as_save_IFS
5831 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5832 if test -n "$ac_ct_RANLIB"; then
5833 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5834 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5835 else
5836 { echo "$as_me:$LINENO: result: no" >&5
5837 echo "${ECHO_T}no" >&6; }
5840 if test "x$ac_ct_RANLIB" = x; then
5841 RANLIB=":"
5842 else
5843 case $cross_compiling:$ac_tool_warned in
5844 yes:)
5845 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5846 whose name does not start with the host triplet. If you think this
5847 configuration is useful to you, please write to autoconf@gnu.org." >&5
5848 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5849 whose name does not start with the host triplet. If you think this
5850 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5851 ac_tool_warned=yes ;;
5852 esac
5853 RANLIB=$ac_ct_RANLIB
5855 else
5856 RANLIB="$ac_cv_prog_RANLIB"
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5861 set dummy ${ac_tool_prefix}strip; ac_word=$2
5862 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5863 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5864 if test "${ac_cv_prog_STRIP+set}" = set; then
5865 echo $ECHO_N "(cached) $ECHO_C" >&6
5866 else
5867 if test -n "$STRIP"; then
5868 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5869 else
5870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871 for as_dir in $PATH
5873 IFS=$as_save_IFS
5874 test -z "$as_dir" && as_dir=.
5875 for ac_exec_ext in '' $ac_executable_extensions; do
5876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5877 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5879 break 2
5881 done
5882 done
5883 IFS=$as_save_IFS
5887 STRIP=$ac_cv_prog_STRIP
5888 if test -n "$STRIP"; then
5889 { echo "$as_me:$LINENO: result: $STRIP" >&5
5890 echo "${ECHO_T}$STRIP" >&6; }
5891 else
5892 { echo "$as_me:$LINENO: result: no" >&5
5893 echo "${ECHO_T}no" >&6; }
5898 if test -z "$ac_cv_prog_STRIP"; then
5899 ac_ct_STRIP=$STRIP
5900 # Extract the first word of "strip", so it can be a program name with args.
5901 set dummy strip; ac_word=$2
5902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5904 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5905 echo $ECHO_N "(cached) $ECHO_C" >&6
5906 else
5907 if test -n "$ac_ct_STRIP"; then
5908 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5909 else
5910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911 for as_dir in $PATH
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
5916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5917 ac_cv_prog_ac_ct_STRIP="strip"
5918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5921 done
5922 done
5923 IFS=$as_save_IFS
5927 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5928 if test -n "$ac_ct_STRIP"; then
5929 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5930 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5931 else
5932 { echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6; }
5936 if test "x$ac_ct_STRIP" = x; then
5937 STRIP="strip"
5938 else
5939 case $cross_compiling:$ac_tool_warned in
5940 yes:)
5941 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5942 whose name does not start with the host triplet. If you think this
5943 configuration is useful to you, please write to autoconf@gnu.org." >&5
5944 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5945 whose name does not start with the host triplet. If you think this
5946 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5947 ac_tool_warned=yes ;;
5948 esac
5949 STRIP=$ac_ct_STRIP
5951 else
5952 STRIP="$ac_cv_prog_STRIP"
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5957 set dummy ${ac_tool_prefix}windres; ac_word=$2
5958 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5960 if test "${ac_cv_prog_WINDRES+set}" = set; then
5961 echo $ECHO_N "(cached) $ECHO_C" >&6
5962 else
5963 if test -n "$WINDRES"; then
5964 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5965 else
5966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5967 for as_dir in $PATH
5969 IFS=$as_save_IFS
5970 test -z "$as_dir" && as_dir=.
5971 for ac_exec_ext in '' $ac_executable_extensions; do
5972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5973 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5975 break 2
5977 done
5978 done
5979 IFS=$as_save_IFS
5983 WINDRES=$ac_cv_prog_WINDRES
5984 if test -n "$WINDRES"; then
5985 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5986 echo "${ECHO_T}$WINDRES" >&6; }
5987 else
5988 { echo "$as_me:$LINENO: result: no" >&5
5989 echo "${ECHO_T}no" >&6; }
5994 if test -z "$ac_cv_prog_WINDRES"; then
5995 ac_ct_WINDRES=$WINDRES
5996 # Extract the first word of "windres", so it can be a program name with args.
5997 set dummy windres; ac_word=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6002 else
6003 if test -n "$ac_ct_WINDRES"; then
6004 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6005 else
6006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007 for as_dir in $PATH
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_ac_ct_WINDRES="windres"
6014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6017 done
6018 done
6019 IFS=$as_save_IFS
6023 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6024 if test -n "$ac_ct_WINDRES"; then
6025 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6026 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6027 else
6028 { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6032 if test "x$ac_ct_WINDRES" = x; then
6033 WINDRES="false"
6034 else
6035 case $cross_compiling:$ac_tool_warned in
6036 yes:)
6037 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6038 whose name does not start with the host triplet. If you think this
6039 configuration is useful to you, please write to autoconf@gnu.org." >&5
6040 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6041 whose name does not start with the host triplet. If you think this
6042 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6043 ac_tool_warned=yes ;;
6044 esac
6045 WINDRES=$ac_ct_WINDRES
6047 else
6048 WINDRES="$ac_cv_prog_WINDRES"
6051 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6052 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6053 LN_S=$as_ln_s
6054 if test "$LN_S" = "ln -s"; then
6055 { echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6; }
6057 else
6058 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6059 echo "${ECHO_T}no, using $LN_S" >&6; }
6062 { echo "$as_me:$LINENO: checking whether ln works" >&5
6063 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6064 rm -f conf$$ conf$$.file
6065 echo >conf$$.file
6066 if ln conf$$.file conf$$ 2>/dev/null; then
6067 LN=ln
6069 { echo "$as_me:$LINENO: result: yes" >&5
6070 echo "${ECHO_T}yes" >&6; }
6071 else
6072 LN="cp -p"
6074 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6075 echo "${ECHO_T}no, using $LN" >&6; }
6077 rm -f conf$$ conf$$.file
6078 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6079 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6082 else
6083 # Extract the first word of "grep ggrep" to use in msg output
6084 if test -z "$GREP"; then
6085 set dummy grep ggrep; ac_prog_name=$2
6086 if test "${ac_cv_path_GREP+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6088 else
6089 ac_path_GREP_found=false
6090 # Loop through the user's path and test for each of PROGNAME-LIST
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6094 IFS=$as_save_IFS
6095 test -z "$as_dir" && as_dir=.
6096 for ac_prog in grep ggrep; do
6097 for ac_exec_ext in '' $ac_executable_extensions; do
6098 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6099 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6100 # Check for GNU ac_path_GREP and select it if it is found.
6101 # Check for GNU $ac_path_GREP
6102 case `"$ac_path_GREP" --version 2>&1` in
6103 *GNU*)
6104 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6106 ac_count=0
6107 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6108 while :
6110 cat "conftest.in" "conftest.in" >"conftest.tmp"
6111 mv "conftest.tmp" "conftest.in"
6112 cp "conftest.in" "conftest.nl"
6113 echo 'GREP' >> "conftest.nl"
6114 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6116 ac_count=`expr $ac_count + 1`
6117 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6118 # Best one so far, save it but keep looking for a better one
6119 ac_cv_path_GREP="$ac_path_GREP"
6120 ac_path_GREP_max=$ac_count
6122 # 10*(2^10) chars as input seems more than enough
6123 test $ac_count -gt 10 && break
6124 done
6125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6126 esac
6129 $ac_path_GREP_found && break 3
6130 done
6131 done
6133 done
6134 IFS=$as_save_IFS
6139 GREP="$ac_cv_path_GREP"
6140 if test -z "$GREP"; then
6141 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6142 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6143 { (exit 1); exit 1; }; }
6146 else
6147 ac_cv_path_GREP=$GREP
6152 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6153 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6154 GREP="$ac_cv_path_GREP"
6157 { echo "$as_me:$LINENO: checking for egrep" >&5
6158 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6159 if test "${ac_cv_path_EGREP+set}" = set; then
6160 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 else
6162 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6163 then ac_cv_path_EGREP="$GREP -E"
6164 else
6165 # Extract the first word of "egrep" to use in msg output
6166 if test -z "$EGREP"; then
6167 set dummy egrep; ac_prog_name=$2
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 else
6171 ac_path_EGREP_found=false
6172 # Loop through the user's path and test for each of PROGNAME-LIST
6173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6174 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6176 IFS=$as_save_IFS
6177 test -z "$as_dir" && as_dir=.
6178 for ac_prog in egrep; do
6179 for ac_exec_ext in '' $ac_executable_extensions; do
6180 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6182 # Check for GNU ac_path_EGREP and select it if it is found.
6183 # Check for GNU $ac_path_EGREP
6184 case `"$ac_path_EGREP" --version 2>&1` in
6185 *GNU*)
6186 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6188 ac_count=0
6189 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6190 while :
6192 cat "conftest.in" "conftest.in" >"conftest.tmp"
6193 mv "conftest.tmp" "conftest.in"
6194 cp "conftest.in" "conftest.nl"
6195 echo 'EGREP' >> "conftest.nl"
6196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6197 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6198 ac_count=`expr $ac_count + 1`
6199 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6200 # Best one so far, save it but keep looking for a better one
6201 ac_cv_path_EGREP="$ac_path_EGREP"
6202 ac_path_EGREP_max=$ac_count
6204 # 10*(2^10) chars as input seems more than enough
6205 test $ac_count -gt 10 && break
6206 done
6207 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6208 esac
6211 $ac_path_EGREP_found && break 3
6212 done
6213 done
6215 done
6216 IFS=$as_save_IFS
6221 EGREP="$ac_cv_path_EGREP"
6222 if test -z "$EGREP"; then
6223 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6224 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6225 { (exit 1); exit 1; }; }
6228 else
6229 ac_cv_path_EGREP=$EGREP
6235 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6236 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6237 EGREP="$ac_cv_path_EGREP"
6240 # Extract the first word of "ldconfig", so it can be a program name with args.
6241 set dummy ldconfig; ac_word=$2
6242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6244 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6245 echo $ECHO_N "(cached) $ECHO_C" >&6
6246 else
6247 case $LDCONFIG in
6248 [\\/]* | ?:[\\/]*)
6249 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in /sbin /usr/sbin $PATH
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6263 done
6264 done
6265 IFS=$as_save_IFS
6267 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6269 esac
6271 LDCONFIG=$ac_cv_path_LDCONFIG
6272 if test -n "$LDCONFIG"; then
6273 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6274 echo "${ECHO_T}$LDCONFIG" >&6; }
6275 else
6276 { echo "$as_me:$LINENO: result: no" >&5
6277 echo "${ECHO_T}no" >&6; }
6281 # Find a good install program. We prefer a C program (faster),
6282 # so one script is as good as another. But avoid the broken or
6283 # incompatible versions:
6284 # SysV /etc/install, /usr/sbin/install
6285 # SunOS /usr/etc/install
6286 # IRIX /sbin/install
6287 # AIX /bin/install
6288 # AmigaOS /C/install, which installs bootblocks on floppy discs
6289 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6290 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6291 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6292 # OS/2's system install, which has a completely different semantic
6293 # ./install, which can be erroneously created by make from ./install.sh.
6294 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6295 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6296 if test -z "$INSTALL"; then
6297 if test "${ac_cv_path_install+set}" = set; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6299 else
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301 for as_dir in $PATH
6303 IFS=$as_save_IFS
6304 test -z "$as_dir" && as_dir=.
6305 # Account for people who put trailing slashes in PATH elements.
6306 case $as_dir/ in
6307 ./ | .// | /cC/* | \
6308 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6309 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6310 /usr/ucb/* ) ;;
6312 # OSF1 and SCO ODT 3.0 have their own names for install.
6313 # Don't use installbsd from OSF since it installs stuff as root
6314 # by default.
6315 for ac_prog in ginstall scoinst install; do
6316 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6318 if test $ac_prog = install &&
6319 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6320 # AIX install. It has an incompatible calling convention.
6322 elif test $ac_prog = install &&
6323 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6324 # program-specific install script used by HP pwplus--don't use.
6326 else
6327 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6328 break 3
6331 done
6332 done
6334 esac
6335 done
6336 IFS=$as_save_IFS
6340 if test "${ac_cv_path_install+set}" = set; then
6341 INSTALL=$ac_cv_path_install
6342 else
6343 # As a last resort, use the slow shell script. Don't cache a
6344 # value for INSTALL within a source directory, because that will
6345 # break other packages using the cache if that directory is
6346 # removed, or if the value is a relative name.
6347 INSTALL=$ac_install_sh
6350 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6351 echo "${ECHO_T}$INSTALL" >&6; }
6353 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6354 # It thinks the first close brace ends the variable substitution.
6355 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6357 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6359 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6361 case "$INSTALL" in
6362 [\\/$]* | ?:[\\/]* ) ;;
6363 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6364 esac
6366 for ac_prog in lclint lint
6368 # Extract the first word of "$ac_prog", so it can be a program name with args.
6369 set dummy $ac_prog; ac_word=$2
6370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6372 if test "${ac_cv_prog_LINT+set}" = set; then
6373 echo $ECHO_N "(cached) $ECHO_C" >&6
6374 else
6375 if test -n "$LINT"; then
6376 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6377 else
6378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6379 for as_dir in $PATH
6381 IFS=$as_save_IFS
6382 test -z "$as_dir" && as_dir=.
6383 for ac_exec_ext in '' $ac_executable_extensions; do
6384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385 ac_cv_prog_LINT="$ac_prog"
6386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6387 break 2
6389 done
6390 done
6391 IFS=$as_save_IFS
6395 LINT=$ac_cv_prog_LINT
6396 if test -n "$LINT"; then
6397 { echo "$as_me:$LINENO: result: $LINT" >&5
6398 echo "${ECHO_T}$LINT" >&6; }
6399 else
6400 { echo "$as_me:$LINENO: result: no" >&5
6401 echo "${ECHO_T}no" >&6; }
6405 test -n "$LINT" && break
6406 done
6408 if test "$LINT" = "lint"
6409 then
6410 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6415 for ac_prog in fontforge
6417 # Extract the first word of "$ac_prog", so it can be a program name with args.
6418 set dummy $ac_prog; ac_word=$2
6419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6421 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6422 echo $ECHO_N "(cached) $ECHO_C" >&6
6423 else
6424 if test -n "$FONTFORGE"; then
6425 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6426 else
6427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 for as_dir in $PATH
6430 IFS=$as_save_IFS
6431 test -z "$as_dir" && as_dir=.
6432 for ac_exec_ext in '' $ac_executable_extensions; do
6433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434 ac_cv_prog_FONTFORGE="$ac_prog"
6435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6436 break 2
6438 done
6439 done
6440 IFS=$as_save_IFS
6444 FONTFORGE=$ac_cv_prog_FONTFORGE
6445 if test -n "$FONTFORGE"; then
6446 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6447 echo "${ECHO_T}$FONTFORGE" >&6; }
6448 else
6449 { echo "$as_me:$LINENO: result: no" >&5
6450 echo "${ECHO_T}no" >&6; }
6454 test -n "$FONTFORGE" && break
6455 done
6456 test -n "$FONTFORGE" || FONTFORGE="false"
6458 for ac_prog in pkg-config
6460 # Extract the first word of "$ac_prog", so it can be a program name with args.
6461 set dummy $ac_prog; ac_word=$2
6462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6464 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467 if test -n "$PKG_CONFIG"; then
6468 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6469 else
6470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6471 for as_dir in $PATH
6473 IFS=$as_save_IFS
6474 test -z "$as_dir" && as_dir=.
6475 for ac_exec_ext in '' $ac_executable_extensions; do
6476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6477 ac_cv_prog_PKG_CONFIG="$ac_prog"
6478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6479 break 2
6481 done
6482 done
6483 IFS=$as_save_IFS
6487 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6488 if test -n "$PKG_CONFIG"; then
6489 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6490 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6491 else
6492 { echo "$as_me:$LINENO: result: no" >&5
6493 echo "${ECHO_T}no" >&6; }
6497 test -n "$PKG_CONFIG" && break
6498 done
6499 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6501 for ac_prog in rsvg
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy $ac_prog; ac_word=$2
6505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6507 if test "${ac_cv_prog_RSVG+set}" = set; then
6508 echo $ECHO_N "(cached) $ECHO_C" >&6
6509 else
6510 if test -n "$RSVG"; then
6511 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6512 else
6513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514 for as_dir in $PATH
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_RSVG="$ac_prog"
6521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6522 break 2
6524 done
6525 done
6526 IFS=$as_save_IFS
6530 RSVG=$ac_cv_prog_RSVG
6531 if test -n "$RSVG"; then
6532 { echo "$as_me:$LINENO: result: $RSVG" >&5
6533 echo "${ECHO_T}$RSVG" >&6; }
6534 else
6535 { echo "$as_me:$LINENO: result: no" >&5
6536 echo "${ECHO_T}no" >&6; }
6540 test -n "$RSVG" && break
6541 done
6542 test -n "$RSVG" || RSVG="false"
6544 for ac_prog in icotool
6546 # Extract the first word of "$ac_prog", so it can be a program name with args.
6547 set dummy $ac_prog; ac_word=$2
6548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6550 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6551 echo $ECHO_N "(cached) $ECHO_C" >&6
6552 else
6553 if test -n "$ICOTOOL"; then
6554 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 for ac_exec_ext in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_ICOTOOL="$ac_prog"
6564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6565 break 2
6567 done
6568 done
6569 IFS=$as_save_IFS
6573 ICOTOOL=$ac_cv_prog_ICOTOOL
6574 if test -n "$ICOTOOL"; then
6575 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6576 echo "${ECHO_T}$ICOTOOL" >&6; }
6577 else
6578 { echo "$as_me:$LINENO: result: no" >&5
6579 echo "${ECHO_T}no" >&6; }
6583 test -n "$ICOTOOL" && break
6584 done
6585 test -n "$ICOTOOL" || ICOTOOL="false"
6588 if test "${enable_maintainer_mode+set}" = set
6589 then
6590 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6591 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6592 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6595 case $host_cpu in
6596 *i[3456789]86*)
6597 # Extract the first word of "prelink", so it can be a program name with args.
6598 set dummy prelink; ac_word=$2
6599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6601 if test "${ac_cv_path_PRELINK+set}" = set; then
6602 echo $ECHO_N "(cached) $ECHO_C" >&6
6603 else
6604 case $PRELINK in
6605 [\\/]* | ?:[\\/]*)
6606 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6610 for as_dir in /sbin /usr/sbin $PATH
6612 IFS=$as_save_IFS
6613 test -z "$as_dir" && as_dir=.
6614 for ac_exec_ext in '' $ac_executable_extensions; do
6615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6616 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6618 break 2
6620 done
6621 done
6622 IFS=$as_save_IFS
6624 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6626 esac
6628 PRELINK=$ac_cv_path_PRELINK
6629 if test -n "$PRELINK"; then
6630 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6631 echo "${ECHO_T}$PRELINK" >&6; }
6632 else
6633 { echo "$as_me:$LINENO: result: no" >&5
6634 echo "${ECHO_T}no" >&6; }
6639 esac
6643 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6644 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6645 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6
6647 else
6648 ac_check_lib_save_LIBS=$LIBS
6649 LIBS="-li386 $LIBS"
6650 cat >conftest.$ac_ext <<_ACEOF
6651 /* confdefs.h. */
6652 _ACEOF
6653 cat confdefs.h >>conftest.$ac_ext
6654 cat >>conftest.$ac_ext <<_ACEOF
6655 /* end confdefs.h. */
6657 /* Override any GCC internal prototype to avoid an error.
6658 Use char because int might match the return type of a GCC
6659 builtin and then its argument prototype would still apply. */
6660 #ifdef __cplusplus
6661 extern "C"
6662 #endif
6663 char i386_set_ldt ();
6665 main ()
6667 return i386_set_ldt ();
6669 return 0;
6671 _ACEOF
6672 rm -f conftest.$ac_objext conftest$ac_exeext
6673 if { (ac_try="$ac_link"
6674 case "(($ac_try" in
6675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6676 *) ac_try_echo=$ac_try;;
6677 esac
6678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6679 (eval "$ac_link") 2>conftest.er1
6680 ac_status=$?
6681 grep -v '^ *+' conftest.er1 >conftest.err
6682 rm -f conftest.er1
6683 cat conftest.err >&5
6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 (exit $ac_status); } && {
6686 test -z "$ac_c_werror_flag" ||
6687 test ! -s conftest.err
6688 } && test -s conftest$ac_exeext &&
6689 $as_test_x conftest$ac_exeext; then
6690 ac_cv_lib_i386_i386_set_ldt=yes
6691 else
6692 echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.$ac_ext >&5
6695 ac_cv_lib_i386_i386_set_ldt=no
6698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6699 conftest$ac_exeext conftest.$ac_ext
6700 LIBS=$ac_check_lib_save_LIBS
6702 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6703 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6704 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define HAVE_LIBI386 1
6707 _ACEOF
6709 LIBS="-li386 $LIBS"
6714 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6715 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6716 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6717 echo $ECHO_N "(cached) $ECHO_C" >&6
6718 else
6719 ac_check_lib_save_LIBS=$LIBS
6720 LIBS="-lossaudio $LIBS"
6721 cat >conftest.$ac_ext <<_ACEOF
6722 /* confdefs.h. */
6723 _ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6728 /* Override any GCC internal prototype to avoid an error.
6729 Use char because int might match the return type of a GCC
6730 builtin and then its argument prototype would still apply. */
6731 #ifdef __cplusplus
6732 extern "C"
6733 #endif
6734 char _oss_ioctl ();
6736 main ()
6738 return _oss_ioctl ();
6740 return 0;
6742 _ACEOF
6743 rm -f conftest.$ac_objext conftest$ac_exeext
6744 if { (ac_try="$ac_link"
6745 case "(($ac_try" in
6746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6747 *) ac_try_echo=$ac_try;;
6748 esac
6749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6750 (eval "$ac_link") 2>conftest.er1
6751 ac_status=$?
6752 grep -v '^ *+' conftest.er1 >conftest.err
6753 rm -f conftest.er1
6754 cat conftest.err >&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } && {
6757 test -z "$ac_c_werror_flag" ||
6758 test ! -s conftest.err
6759 } && test -s conftest$ac_exeext &&
6760 $as_test_x conftest$ac_exeext; then
6761 ac_cv_lib_ossaudio__oss_ioctl=yes
6762 else
6763 echo "$as_me: failed program was:" >&5
6764 sed 's/^/| /' conftest.$ac_ext >&5
6766 ac_cv_lib_ossaudio__oss_ioctl=no
6769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6770 conftest$ac_exeext conftest.$ac_ext
6771 LIBS=$ac_check_lib_save_LIBS
6773 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6774 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6775 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6776 cat >>confdefs.h <<_ACEOF
6777 #define HAVE_LIBOSSAUDIO 1
6778 _ACEOF
6780 LIBS="-lossaudio $LIBS"
6784 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6785 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6786 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6787 echo $ECHO_N "(cached) $ECHO_C" >&6
6788 else
6789 ac_check_lib_save_LIBS=$LIBS
6790 LIBS="-lpthread $LIBS"
6791 cat >conftest.$ac_ext <<_ACEOF
6792 /* confdefs.h. */
6793 _ACEOF
6794 cat confdefs.h >>conftest.$ac_ext
6795 cat >>conftest.$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6798 /* Override any GCC internal prototype to avoid an error.
6799 Use char because int might match the return type of a GCC
6800 builtin and then its argument prototype would still apply. */
6801 #ifdef __cplusplus
6802 extern "C"
6803 #endif
6804 char pthread_create ();
6806 main ()
6808 return pthread_create ();
6810 return 0;
6812 _ACEOF
6813 rm -f conftest.$ac_objext conftest$ac_exeext
6814 if { (ac_try="$ac_link"
6815 case "(($ac_try" in
6816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6817 *) ac_try_echo=$ac_try;;
6818 esac
6819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6820 (eval "$ac_link") 2>conftest.er1
6821 ac_status=$?
6822 grep -v '^ *+' conftest.er1 >conftest.err
6823 rm -f conftest.er1
6824 cat conftest.err >&5
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); } && {
6827 test -z "$ac_c_werror_flag" ||
6828 test ! -s conftest.err
6829 } && test -s conftest$ac_exeext &&
6830 $as_test_x conftest$ac_exeext; then
6831 ac_cv_lib_pthread_pthread_create=yes
6832 else
6833 echo "$as_me: failed program was:" >&5
6834 sed 's/^/| /' conftest.$ac_ext >&5
6836 ac_cv_lib_pthread_pthread_create=no
6839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6840 conftest$ac_exeext conftest.$ac_ext
6841 LIBS=$ac_check_lib_save_LIBS
6843 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6844 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6845 if test $ac_cv_lib_pthread_pthread_create = yes; then
6846 LIBPTHREAD="-lpthread"
6851 XLIB=""
6853 OPENGL_LIBS=""
6857 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6858 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6859 if test "${ac_cv_header_stdc+set}" = set; then
6860 echo $ECHO_N "(cached) $ECHO_C" >&6
6861 else
6862 cat >conftest.$ac_ext <<_ACEOF
6863 /* confdefs.h. */
6864 _ACEOF
6865 cat confdefs.h >>conftest.$ac_ext
6866 cat >>conftest.$ac_ext <<_ACEOF
6867 /* end confdefs.h. */
6868 #include <stdlib.h>
6869 #include <stdarg.h>
6870 #include <string.h>
6871 #include <float.h>
6874 main ()
6878 return 0;
6880 _ACEOF
6881 rm -f conftest.$ac_objext
6882 if { (ac_try="$ac_compile"
6883 case "(($ac_try" in
6884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6885 *) ac_try_echo=$ac_try;;
6886 esac
6887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6888 (eval "$ac_compile") 2>conftest.er1
6889 ac_status=$?
6890 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1
6892 cat conftest.err >&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err
6897 } && test -s conftest.$ac_objext; then
6898 ac_cv_header_stdc=yes
6899 else
6900 echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.$ac_ext >&5
6903 ac_cv_header_stdc=no
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6908 if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat >conftest.$ac_ext <<_ACEOF
6911 /* confdefs.h. */
6912 _ACEOF
6913 cat confdefs.h >>conftest.$ac_ext
6914 cat >>conftest.$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6916 #include <string.h>
6918 _ACEOF
6919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6920 $EGREP "memchr" >/dev/null 2>&1; then
6922 else
6923 ac_cv_header_stdc=no
6925 rm -f conftest*
6929 if test $ac_cv_header_stdc = yes; then
6930 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6931 cat >conftest.$ac_ext <<_ACEOF
6932 /* confdefs.h. */
6933 _ACEOF
6934 cat confdefs.h >>conftest.$ac_ext
6935 cat >>conftest.$ac_ext <<_ACEOF
6936 /* end confdefs.h. */
6937 #include <stdlib.h>
6939 _ACEOF
6940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6941 $EGREP "free" >/dev/null 2>&1; then
6943 else
6944 ac_cv_header_stdc=no
6946 rm -f conftest*
6950 if test $ac_cv_header_stdc = yes; then
6951 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6952 if test "$cross_compiling" = yes; then
6954 else
6955 cat >conftest.$ac_ext <<_ACEOF
6956 /* confdefs.h. */
6957 _ACEOF
6958 cat confdefs.h >>conftest.$ac_ext
6959 cat >>conftest.$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6961 #include <ctype.h>
6962 #include <stdlib.h>
6963 #if ((' ' & 0x0FF) == 0x020)
6964 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6965 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6966 #else
6967 # define ISLOWER(c) \
6968 (('a' <= (c) && (c) <= 'i') \
6969 || ('j' <= (c) && (c) <= 'r') \
6970 || ('s' <= (c) && (c) <= 'z'))
6971 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6972 #endif
6974 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6976 main ()
6978 int i;
6979 for (i = 0; i < 256; i++)
6980 if (XOR (islower (i), ISLOWER (i))
6981 || toupper (i) != TOUPPER (i))
6982 return 2;
6983 return 0;
6985 _ACEOF
6986 rm -f conftest$ac_exeext
6987 if { (ac_try="$ac_link"
6988 case "(($ac_try" in
6989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6991 esac
6992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6993 (eval "$ac_link") 2>&5
6994 ac_status=$?
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6997 { (case "(($ac_try" in
6998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_try") 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then
7007 else
7008 echo "$as_me: program exited with status $ac_status" >&5
7009 echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.$ac_ext >&5
7012 ( exit $ac_status )
7013 ac_cv_header_stdc=no
7015 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7021 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7022 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7023 if test $ac_cv_header_stdc = yes; then
7025 cat >>confdefs.h <<\_ACEOF
7026 #define STDC_HEADERS 1
7027 _ACEOF
7031 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7041 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7042 inttypes.h stdint.h unistd.h
7044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7048 echo $ECHO_N "(cached) $ECHO_C" >&6
7049 else
7050 cat >conftest.$ac_ext <<_ACEOF
7051 /* confdefs.h. */
7052 _ACEOF
7053 cat confdefs.h >>conftest.$ac_ext
7054 cat >>conftest.$ac_ext <<_ACEOF
7055 /* end confdefs.h. */
7056 $ac_includes_default
7058 #include <$ac_header>
7059 _ACEOF
7060 rm -f conftest.$ac_objext
7061 if { (ac_try="$ac_compile"
7062 case "(($ac_try" in
7063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7065 esac
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_compile") 2>conftest.er1
7068 ac_status=$?
7069 grep -v '^ *+' conftest.er1 >conftest.err
7070 rm -f conftest.er1
7071 cat conftest.err >&5
7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073 (exit $ac_status); } && {
7074 test -z "$ac_c_werror_flag" ||
7075 test ! -s conftest.err
7076 } && test -s conftest.$ac_objext; then
7077 eval "$as_ac_Header=yes"
7078 else
7079 echo "$as_me: failed program was:" >&5
7080 sed 's/^/| /' conftest.$ac_ext >&5
7082 eval "$as_ac_Header=no"
7085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7087 ac_res=`eval echo '${'$as_ac_Header'}'`
7088 { echo "$as_me:$LINENO: result: $ac_res" >&5
7089 echo "${ECHO_T}$ac_res" >&6; }
7090 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7091 cat >>confdefs.h <<_ACEOF
7092 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7093 _ACEOF
7097 done
7211 for ac_header in \
7212 AudioUnit/AudioUnit.h \
7213 Carbon/Carbon.h \
7214 CoreAudio/CoreAudio.h \
7215 DiskArbitration/DiskArbitration.h \
7216 IOKit/IOKitLib.h \
7217 alias.h \
7218 alsa/asoundlib.h \
7219 arpa/inet.h \
7220 arpa/nameser.h \
7221 asm/types.h \
7222 capi20.h \
7223 curses.h \
7224 direct.h \
7225 dlfcn.h \
7226 elf.h \
7227 float.h \
7228 fontconfig/fontconfig.h \
7229 getopt.h \
7230 ieeefp.h \
7231 io.h \
7232 jack/jack.h \
7233 jpeglib.h \
7234 lber.h \
7235 lcms.h \
7236 lcms/lcms.h \
7237 ldap.h \
7238 libaudioio.h \
7239 link.h \
7240 linux/cdrom.h \
7241 linux/compiler.h \
7242 linux/hdreg.h \
7243 linux/input.h \
7244 linux/ioctl.h \
7245 linux/joystick.h \
7246 linux/major.h \
7247 linux/param.h \
7248 linux/serial.h \
7249 linux/ucdrom.h \
7250 mach/mach.h \
7251 mach/machine.h \
7252 machine/cpu.h \
7253 machine/limits.h \
7254 machine/soundcard.h \
7255 mntent.h \
7256 ncurses.h \
7257 netdb.h \
7258 netinet/in.h \
7259 netinet/in_systm.h \
7260 netinet/tcp.h \
7261 netinet/tcp_fsm.h \
7262 openssl/err.h \
7263 openssl/ssl.h \
7264 png.h \
7265 poll.h \
7266 process.h \
7267 pthread.h \
7268 pwd.h \
7269 regex.h \
7270 sched.h \
7271 scsi/scsi.h \
7272 scsi/scsi_ioctl.h \
7273 scsi/sg.h \
7274 soundcard.h \
7275 stdint.h \
7276 strings.h \
7277 sys/asoundlib.h \
7278 sys/cdio.h \
7279 sys/elf32.h \
7280 sys/epoll.h \
7281 sys/errno.h \
7282 sys/event.h \
7283 sys/exec_elf.h \
7284 sys/filio.h \
7285 sys/ioctl.h \
7286 sys/ipc.h \
7287 sys/limits.h \
7288 sys/link.h \
7289 sys/lwp.h \
7290 sys/mman.h \
7291 sys/modem.h \
7292 sys/msg.h \
7293 sys/mtio.h \
7294 sys/param.h \
7295 sys/poll.h \
7296 sys/prctl.h \
7297 sys/ptrace.h \
7298 sys/reg.h \
7299 sys/resource.h \
7300 sys/scsiio.h \
7301 sys/shm.h \
7302 sys/signal.h \
7303 sys/socket.h \
7304 sys/socketvar.h \
7305 sys/sockio.h \
7306 sys/soundcard.h \
7307 sys/statvfs.h \
7308 sys/strtio.h \
7309 sys/syscall.h \
7310 sys/sysctl.h \
7311 sys/time.h \
7312 sys/times.h \
7313 sys/uio.h \
7314 sys/un.h \
7315 sys/vm86.h \
7316 sys/wait.h \
7317 syscall.h \
7318 termios.h \
7319 unistd.h \
7320 utime.h \
7321 valgrind/memcheck.h \
7322 valgrind/valgrind.h
7325 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7327 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 ac_res=`eval echo '${'$as_ac_Header'}'`
7333 { echo "$as_me:$LINENO: result: $ac_res" >&5
7334 echo "${ECHO_T}$ac_res" >&6; }
7335 else
7336 # Is the header compilable?
7337 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7339 cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h. */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7346 #include <$ac_header>
7347 _ACEOF
7348 rm -f conftest.$ac_objext
7349 if { (ac_try="$ac_compile"
7350 case "(($ac_try" in
7351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7352 *) ac_try_echo=$ac_try;;
7353 esac
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 (eval "$ac_compile") 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest.$ac_objext; then
7365 ac_header_compiler=yes
7366 else
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.$ac_ext >&5
7370 ac_header_compiler=no
7373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7374 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7375 echo "${ECHO_T}$ac_header_compiler" >&6; }
7377 # Is the header present?
7378 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7379 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7380 cat >conftest.$ac_ext <<_ACEOF
7381 /* confdefs.h. */
7382 _ACEOF
7383 cat confdefs.h >>conftest.$ac_ext
7384 cat >>conftest.$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 #include <$ac_header>
7387 _ACEOF
7388 if { (ac_try="$ac_cpp conftest.$ac_ext"
7389 case "(($ac_try" in
7390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7391 *) ac_try_echo=$ac_try;;
7392 esac
7393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7394 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7395 ac_status=$?
7396 grep -v '^ *+' conftest.er1 >conftest.err
7397 rm -f conftest.er1
7398 cat conftest.err >&5
7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7400 (exit $ac_status); } >/dev/null && {
7401 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7402 test ! -s conftest.err
7403 }; then
7404 ac_header_preproc=yes
7405 else
7406 echo "$as_me: failed program was:" >&5
7407 sed 's/^/| /' conftest.$ac_ext >&5
7409 ac_header_preproc=no
7412 rm -f conftest.err conftest.$ac_ext
7413 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7414 echo "${ECHO_T}$ac_header_preproc" >&6; }
7416 # So? What about this header?
7417 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7418 yes:no: )
7419 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7420 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7421 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7422 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7423 ac_header_preproc=yes
7425 no:yes:* )
7426 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7427 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7429 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7431 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7433 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7435 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7437 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7438 ( cat <<\_ASBOX
7439 ## ------------------------------------ ##
7440 ## Report this to wine-devel@winehq.org ##
7441 ## ------------------------------------ ##
7442 _ASBOX
7443 ) | sed "s/^/$as_me: WARNING: /" >&2
7445 esac
7446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7449 echo $ECHO_N "(cached) $ECHO_C" >&6
7450 else
7451 eval "$as_ac_Header=\$ac_header_preproc"
7453 ac_res=`eval echo '${'$as_ac_Header'}'`
7454 { echo "$as_me:$LINENO: result: $ac_res" >&5
7455 echo "${ECHO_T}$ac_res" >&6; }
7458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7459 cat >>confdefs.h <<_ACEOF
7460 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7461 _ACEOF
7465 done
7467 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7468 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7469 if test "${ac_cv_header_stat_broken+set}" = set; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7471 else
7472 cat >conftest.$ac_ext <<_ACEOF
7473 /* confdefs.h. */
7474 _ACEOF
7475 cat confdefs.h >>conftest.$ac_ext
7476 cat >>conftest.$ac_ext <<_ACEOF
7477 /* end confdefs.h. */
7478 #include <sys/types.h>
7479 #include <sys/stat.h>
7481 #if defined S_ISBLK && defined S_IFDIR
7482 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7483 #endif
7485 #if defined S_ISBLK && defined S_IFCHR
7486 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7487 #endif
7489 #if defined S_ISLNK && defined S_IFREG
7490 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7491 #endif
7493 #if defined S_ISSOCK && defined S_IFREG
7494 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7495 #endif
7497 _ACEOF
7498 rm -f conftest.$ac_objext
7499 if { (ac_try="$ac_compile"
7500 case "(($ac_try" in
7501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7502 *) ac_try_echo=$ac_try;;
7503 esac
7504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7505 (eval "$ac_compile") 2>conftest.er1
7506 ac_status=$?
7507 grep -v '^ *+' conftest.er1 >conftest.err
7508 rm -f conftest.er1
7509 cat conftest.err >&5
7510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7511 (exit $ac_status); } && {
7512 test -z "$ac_c_werror_flag" ||
7513 test ! -s conftest.err
7514 } && test -s conftest.$ac_objext; then
7515 ac_cv_header_stat_broken=no
7516 else
7517 echo "$as_me: failed program was:" >&5
7518 sed 's/^/| /' conftest.$ac_ext >&5
7520 ac_cv_header_stat_broken=yes
7523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7525 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7526 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7527 if test $ac_cv_header_stat_broken = yes; then
7529 cat >>confdefs.h <<\_ACEOF
7530 #define STAT_MACROS_BROKEN 1
7531 _ACEOF
7541 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7543 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7547 echo $ECHO_N "(cached) $ECHO_C" >&6
7548 else
7549 cat >conftest.$ac_ext <<_ACEOF
7550 /* confdefs.h. */
7551 _ACEOF
7552 cat confdefs.h >>conftest.$ac_ext
7553 cat >>conftest.$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7555 #include <sys/types.h>
7556 #ifdef HAVE_SYS_PARAM_H
7557 # include <sys/param.h>
7558 #endif
7560 #include <$ac_header>
7561 _ACEOF
7562 rm -f conftest.$ac_objext
7563 if { (ac_try="$ac_compile"
7564 case "(($ac_try" in
7565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7566 *) ac_try_echo=$ac_try;;
7567 esac
7568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7569 (eval "$ac_compile") 2>conftest.er1
7570 ac_status=$?
7571 grep -v '^ *+' conftest.er1 >conftest.err
7572 rm -f conftest.er1
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest.$ac_objext; then
7579 eval "$as_ac_Header=yes"
7580 else
7581 echo "$as_me: failed program was:" >&5
7582 sed 's/^/| /' conftest.$ac_ext >&5
7584 eval "$as_ac_Header=no"
7587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7589 ac_res=`eval echo '${'$as_ac_Header'}'`
7590 { echo "$as_me:$LINENO: result: $ac_res" >&5
7591 echo "${ECHO_T}$ac_res" >&6; }
7592 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7593 cat >>confdefs.h <<_ACEOF
7594 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7595 _ACEOF
7599 done
7614 for ac_header in \
7615 netinet/ip.h \
7616 net/if.h \
7617 net/if_arp.h \
7618 net/if_dl.h \
7619 net/if_types.h \
7620 net/route.h \
7621 netinet/if_ether.h \
7622 netinet/in_pcb.h \
7623 netinet/ip_icmp.h \
7624 netinet/ip_var.h \
7625 netinet/udp.h \
7626 netipx/ipx.h \
7629 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7630 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6
7634 else
7635 cat >conftest.$ac_ext <<_ACEOF
7636 /* confdefs.h. */
7637 _ACEOF
7638 cat confdefs.h >>conftest.$ac_ext
7639 cat >>conftest.$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7641 #include <sys/types.h>
7642 #ifdef HAVE_SYS_SOCKET_H
7643 # include <sys/socket.h>
7644 #endif
7645 #ifdef HAVE_SYS_SOCKETVAR_H
7646 # include <sys/socketvar.h>
7647 #endif
7648 #ifdef HAVE_NETINET_IN_H
7649 # include <netinet/in.h>
7650 #endif
7651 #ifdef HAVE_NETINET_IP_H
7652 # include <netinet/ip.h>
7653 #endif
7655 #include <$ac_header>
7656 _ACEOF
7657 rm -f conftest.$ac_objext
7658 if { (ac_try="$ac_compile"
7659 case "(($ac_try" in
7660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7661 *) ac_try_echo=$ac_try;;
7662 esac
7663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7664 (eval "$ac_compile") 2>conftest.er1
7665 ac_status=$?
7666 grep -v '^ *+' conftest.er1 >conftest.err
7667 rm -f conftest.er1
7668 cat conftest.err >&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && {
7671 test -z "$ac_c_werror_flag" ||
7672 test ! -s conftest.err
7673 } && test -s conftest.$ac_objext; then
7674 eval "$as_ac_Header=yes"
7675 else
7676 echo "$as_me: failed program was:" >&5
7677 sed 's/^/| /' conftest.$ac_ext >&5
7679 eval "$as_ac_Header=no"
7682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7684 ac_res=`eval echo '${'$as_ac_Header'}'`
7685 { echo "$as_me:$LINENO: result: $ac_res" >&5
7686 echo "${ECHO_T}$ac_res" >&6; }
7687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7688 cat >>confdefs.h <<_ACEOF
7689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7690 _ACEOF
7694 done
7701 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7703 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7706 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7707 echo $ECHO_N "(cached) $ECHO_C" >&6
7708 else
7709 cat >conftest.$ac_ext <<_ACEOF
7710 /* confdefs.h. */
7711 _ACEOF
7712 cat confdefs.h >>conftest.$ac_ext
7713 cat >>conftest.$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <sys/types.h>
7716 #ifdef HAVE_ALIAS_H
7717 # include <alias.h>
7718 #endif
7719 #ifdef HAVE_SYS_SOCKET_H
7720 # include <sys/socket.h>
7721 #endif
7722 #ifdef HAVE_SYS_SOCKETVAR_H
7723 # include <sys/socketvar.h>
7724 #endif
7725 #ifdef HAVE_NETINET_IN_H
7726 # include <netinet/in.h>
7727 #endif
7728 #ifdef HAVE_NETINET_IP_H
7729 # include <netinet/ip.h>
7730 #endif
7731 #ifdef HAVE_NETINET_IP_VAR_H
7732 # include <netinet/ip_var.h>
7733 #endif
7734 #ifdef HAVE_NETINET_IP_ICMP_H
7735 # include <netinet/ip_icmp.h>
7736 #endif
7737 #ifdef HAVE_NETINET_UDP_H
7738 # include <netinet/udp.h>
7739 #endif
7740 #ifdef HAVE_NETINET_TCP_H
7741 # include <netinet/tcp.h>
7742 #endif
7744 #include <$ac_header>
7745 _ACEOF
7746 rm -f conftest.$ac_objext
7747 if { (ac_try="$ac_compile"
7748 case "(($ac_try" in
7749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7750 *) ac_try_echo=$ac_try;;
7751 esac
7752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7753 (eval "$ac_compile") 2>conftest.er1
7754 ac_status=$?
7755 grep -v '^ *+' conftest.er1 >conftest.err
7756 rm -f conftest.er1
7757 cat conftest.err >&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); } && {
7760 test -z "$ac_c_werror_flag" ||
7761 test ! -s conftest.err
7762 } && test -s conftest.$ac_objext; then
7763 eval "$as_ac_Header=yes"
7764 else
7765 echo "$as_me: failed program was:" >&5
7766 sed 's/^/| /' conftest.$ac_ext >&5
7768 eval "$as_ac_Header=no"
7771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7773 ac_res=`eval echo '${'$as_ac_Header'}'`
7774 { echo "$as_me:$LINENO: result: $ac_res" >&5
7775 echo "${ECHO_T}$ac_res" >&6; }
7776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7777 cat >>confdefs.h <<_ACEOF
7778 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7779 _ACEOF
7783 done
7787 for ac_header in linux/ipx.h
7789 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7793 echo $ECHO_N "(cached) $ECHO_C" >&6
7794 else
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7801 #include <sys/types.h>
7802 #ifdef HAVE_ASM_TYPES_H
7803 # include <asm/types.h>
7804 #endif
7805 #ifdef HAVE_SYS_SOCKET_H
7806 # include <sys/socket.h>
7807 #endif
7809 #include <$ac_header>
7810 _ACEOF
7811 rm -f conftest.$ac_objext
7812 if { (ac_try="$ac_compile"
7813 case "(($ac_try" in
7814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7815 *) ac_try_echo=$ac_try;;
7816 esac
7817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7818 (eval "$ac_compile") 2>conftest.er1
7819 ac_status=$?
7820 grep -v '^ *+' conftest.er1 >conftest.err
7821 rm -f conftest.er1
7822 cat conftest.err >&5
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest.$ac_objext; then
7828 eval "$as_ac_Header=yes"
7829 else
7830 echo "$as_me: failed program was:" >&5
7831 sed 's/^/| /' conftest.$ac_ext >&5
7833 eval "$as_ac_Header=no"
7836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7838 ac_res=`eval echo '${'$as_ac_Header'}'`
7839 { echo "$as_me:$LINENO: result: $ac_res" >&5
7840 echo "${ECHO_T}$ac_res" >&6; }
7841 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7842 cat >>confdefs.h <<_ACEOF
7843 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7844 _ACEOF
7848 done
7852 for ac_header in resolv.h
7854 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 echo $ECHO_N "(cached) $ECHO_C" >&6
7859 else
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h. */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_SOCKET_H
7868 # include <sys/socket.h>
7869 #endif
7870 #ifdef HAVE_NETINET_IN_H
7871 # include <netinet/in.h>
7872 #endif
7873 #ifdef HAVE_ARPA_NAMESER_H
7874 # include <arpa/nameser.h>
7875 #endif
7877 #include <$ac_header>
7878 _ACEOF
7879 rm -f conftest.$ac_objext
7880 if { (ac_try="$ac_compile"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_compile") 2>conftest.er1
7887 ac_status=$?
7888 grep -v '^ *+' conftest.er1 >conftest.err
7889 rm -f conftest.er1
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest.$ac_objext; then
7896 eval "$as_ac_Header=yes"
7897 else
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 eval "$as_ac_Header=no"
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 ac_res=`eval echo '${'$as_ac_Header'}'`
7907 { echo "$as_me:$LINENO: result: $ac_res" >&5
7908 echo "${ECHO_T}$ac_res" >&6; }
7909 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7910 cat >>confdefs.h <<_ACEOF
7911 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7912 _ACEOF
7916 done
7920 for ac_header in ucontext.h
7922 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7927 else
7928 cat >conftest.$ac_ext <<_ACEOF
7929 /* confdefs.h. */
7930 _ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7934 #include <signal.h>
7936 #include <$ac_header>
7937 _ACEOF
7938 rm -f conftest.$ac_objext
7939 if { (ac_try="$ac_compile"
7940 case "(($ac_try" in
7941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7942 *) ac_try_echo=$ac_try;;
7943 esac
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7945 (eval "$ac_compile") 2>conftest.er1
7946 ac_status=$?
7947 grep -v '^ *+' conftest.er1 >conftest.err
7948 rm -f conftest.er1
7949 cat conftest.err >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest.$ac_objext; then
7955 eval "$as_ac_Header=yes"
7956 else
7957 echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.$ac_ext >&5
7960 eval "$as_ac_Header=no"
7963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7965 ac_res=`eval echo '${'$as_ac_Header'}'`
7966 { echo "$as_me:$LINENO: result: $ac_res" >&5
7967 echo "${ECHO_T}$ac_res" >&6; }
7968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7969 cat >>confdefs.h <<_ACEOF
7970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7971 _ACEOF
7975 done
7979 for ac_header in sys/thr.h
7981 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7982 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7984 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7985 echo $ECHO_N "(cached) $ECHO_C" >&6
7986 else
7987 cat >conftest.$ac_ext <<_ACEOF
7988 /* confdefs.h. */
7989 _ACEOF
7990 cat confdefs.h >>conftest.$ac_ext
7991 cat >>conftest.$ac_ext <<_ACEOF
7992 /* end confdefs.h. */
7993 #include <sys/types.h>
7994 #ifdef HAVE_UCONTEXT_H
7995 #include <ucontext.h>
7996 #endif
7998 #include <$ac_header>
7999 _ACEOF
8000 rm -f conftest.$ac_objext
8001 if { (ac_try="$ac_compile"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_compile") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest.$ac_objext; then
8017 eval "$as_ac_Header=yes"
8018 else
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_Header=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8027 ac_res=`eval echo '${'$as_ac_Header'}'`
8028 { echo "$as_me:$LINENO: result: $ac_res" >&5
8029 echo "${ECHO_T}$ac_res" >&6; }
8030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8031 cat >>confdefs.h <<_ACEOF
8032 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8033 _ACEOF
8037 done
8041 for ac_header in pthread_np.h
8043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8047 echo $ECHO_N "(cached) $ECHO_C" >&6
8048 else
8049 cat >conftest.$ac_ext <<_ACEOF
8050 /* confdefs.h. */
8051 _ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8055 #ifdef HAVE_PTHREAD_H
8056 #include <pthread.h>
8057 #endif
8059 #include <$ac_header>
8060 _ACEOF
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8063 case "(($ac_try" in
8064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8065 *) ac_try_echo=$ac_try;;
8066 esac
8067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8068 (eval "$ac_compile") 2>conftest.er1
8069 ac_status=$?
8070 grep -v '^ *+' conftest.er1 >conftest.err
8071 rm -f conftest.er1
8072 cat conftest.err >&5
8073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074 (exit $ac_status); } && {
8075 test -z "$ac_c_werror_flag" ||
8076 test ! -s conftest.err
8077 } && test -s conftest.$ac_objext; then
8078 eval "$as_ac_Header=yes"
8079 else
8080 echo "$as_me: failed program was:" >&5
8081 sed 's/^/| /' conftest.$ac_ext >&5
8083 eval "$as_ac_Header=no"
8086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8088 ac_res=`eval echo '${'$as_ac_Header'}'`
8089 { echo "$as_me:$LINENO: result: $ac_res" >&5
8090 echo "${ECHO_T}$ac_res" >&6; }
8091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8092 cat >>confdefs.h <<_ACEOF
8093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8094 _ACEOF
8098 done
8102 for ac_header in linux/videodev.h
8104 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8105 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8107 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8108 echo $ECHO_N "(cached) $ECHO_C" >&6
8109 else
8110 cat >conftest.$ac_ext <<_ACEOF
8111 /* confdefs.h. */
8112 _ACEOF
8113 cat confdefs.h >>conftest.$ac_ext
8114 cat >>conftest.$ac_ext <<_ACEOF
8115 /* end confdefs.h. */
8116 #ifdef HAVE_SYS_TIME_H
8117 #include <sys/time.h>
8118 #endif
8119 #include <sys/types.h>
8120 #ifdef HAVE_ASM_TYPES_H
8121 #include <asm/types.h>
8122 #endif
8124 #include <$ac_header>
8125 _ACEOF
8126 rm -f conftest.$ac_objext
8127 if { (ac_try="$ac_compile"
8128 case "(($ac_try" in
8129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8130 *) ac_try_echo=$ac_try;;
8131 esac
8132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 (eval "$ac_compile") 2>conftest.er1
8134 ac_status=$?
8135 grep -v '^ *+' conftest.er1 >conftest.err
8136 rm -f conftest.er1
8137 cat conftest.err >&5
8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8139 (exit $ac_status); } && {
8140 test -z "$ac_c_werror_flag" ||
8141 test ! -s conftest.err
8142 } && test -s conftest.$ac_objext; then
8143 eval "$as_ac_Header=yes"
8144 else
8145 echo "$as_me: failed program was:" >&5
8146 sed 's/^/| /' conftest.$ac_ext >&5
8148 eval "$as_ac_Header=no"
8151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8153 ac_res=`eval echo '${'$as_ac_Header'}'`
8154 { echo "$as_me:$LINENO: result: $ac_res" >&5
8155 echo "${ECHO_T}$ac_res" >&6; }
8156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8157 cat >>confdefs.h <<_ACEOF
8158 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8159 _ACEOF
8163 done
8167 for ac_header in linux/capi.h
8169 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8170 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8171 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8173 echo $ECHO_N "(cached) $ECHO_C" >&6
8174 else
8175 cat >conftest.$ac_ext <<_ACEOF
8176 /* confdefs.h. */
8177 _ACEOF
8178 cat confdefs.h >>conftest.$ac_ext
8179 cat >>conftest.$ac_ext <<_ACEOF
8180 /* end confdefs.h. */
8181 #define __user
8183 #include <$ac_header>
8184 _ACEOF
8185 rm -f conftest.$ac_objext
8186 if { (ac_try="$ac_compile"
8187 case "(($ac_try" in
8188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8189 *) ac_try_echo=$ac_try;;
8190 esac
8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8192 (eval "$ac_compile") 2>conftest.er1
8193 ac_status=$?
8194 grep -v '^ *+' conftest.er1 >conftest.err
8195 rm -f conftest.er1
8196 cat conftest.err >&5
8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err
8201 } && test -s conftest.$ac_objext; then
8202 eval "$as_ac_Header=yes"
8203 else
8204 echo "$as_me: failed program was:" >&5
8205 sed 's/^/| /' conftest.$ac_ext >&5
8207 eval "$as_ac_Header=no"
8210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8212 ac_res=`eval echo '${'$as_ac_Header'}'`
8213 { echo "$as_me:$LINENO: result: $ac_res" >&5
8214 echo "${ECHO_T}$ac_res" >&6; }
8215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8216 cat >>confdefs.h <<_ACEOF
8217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8218 _ACEOF
8222 done
8226 DLLEXT=""
8228 DLLFLAGS="-D_REENTRANT"
8230 LDSHARED=""
8232 LDDLLFLAGS=""
8234 LIBEXT="so"
8236 IMPLIBEXT="def"
8238 LDRPATH_INSTALL=""
8240 LDRPATH_LOCAL=""
8242 # Extract the first word of "ldd", so it can be a program name with args.
8243 set dummy ldd; ac_word=$2
8244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8246 if test "${ac_cv_path_LDD+set}" = set; then
8247 echo $ECHO_N "(cached) $ECHO_C" >&6
8248 else
8249 case $LDD in
8250 [\\/]* | ?:[\\/]*)
8251 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255 as_dummy="/sbin:/usr/sbin:$PATH"
8256 for as_dir in $as_dummy
8258 IFS=$as_save_IFS
8259 test -z "$as_dir" && as_dir=.
8260 for ac_exec_ext in '' $ac_executable_extensions; do
8261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8262 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8264 break 2
8266 done
8267 done
8268 IFS=$as_save_IFS
8270 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8272 esac
8274 LDD=$ac_cv_path_LDD
8275 if test -n "$LDD"; then
8276 { echo "$as_me:$LINENO: result: $LDD" >&5
8277 echo "${ECHO_T}$LDD" >&6; }
8278 else
8279 { echo "$as_me:$LINENO: result: no" >&5
8280 echo "${ECHO_T}no" >&6; }
8285 case $host_os in
8286 cygwin*|mingw32*)
8287 if test -n "$ac_tool_prefix"; then
8288 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8289 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8292 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8293 echo $ECHO_N "(cached) $ECHO_C" >&6
8294 else
8295 if test -n "$DLLTOOL"; then
8296 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8297 else
8298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8299 for as_dir in $PATH
8301 IFS=$as_save_IFS
8302 test -z "$as_dir" && as_dir=.
8303 for ac_exec_ext in '' $ac_executable_extensions; do
8304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8305 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8307 break 2
8309 done
8310 done
8311 IFS=$as_save_IFS
8315 DLLTOOL=$ac_cv_prog_DLLTOOL
8316 if test -n "$DLLTOOL"; then
8317 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8318 echo "${ECHO_T}$DLLTOOL" >&6; }
8319 else
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 if test -z "$ac_cv_prog_DLLTOOL"; then
8327 ac_ct_DLLTOOL=$DLLTOOL
8328 # Extract the first word of "dlltool", so it can be a program name with args.
8329 set dummy dlltool; ac_word=$2
8330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8332 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8334 else
8335 if test -n "$ac_ct_DLLTOOL"; then
8336 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8337 else
8338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8339 for as_dir in $PATH
8341 IFS=$as_save_IFS
8342 test -z "$as_dir" && as_dir=.
8343 for ac_exec_ext in '' $ac_executable_extensions; do
8344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8345 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8347 break 2
8349 done
8350 done
8351 IFS=$as_save_IFS
8355 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8356 if test -n "$ac_ct_DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8358 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8359 else
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8364 if test "x$ac_ct_DLLTOOL" = x; then
8365 DLLTOOL="false"
8366 else
8367 case $cross_compiling:$ac_tool_warned in
8368 yes:)
8369 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8370 whose name does not start with the host triplet. If you think this
8371 configuration is useful to you, please write to autoconf@gnu.org." >&5
8372 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8373 whose name does not start with the host triplet. If you think this
8374 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8375 ac_tool_warned=yes ;;
8376 esac
8377 DLLTOOL=$ac_ct_DLLTOOL
8379 else
8380 DLLTOOL="$ac_cv_prog_DLLTOOL"
8383 if test -n "$ac_tool_prefix"; then
8384 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8385 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8388 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8389 echo $ECHO_N "(cached) $ECHO_C" >&6
8390 else
8391 if test -n "$DLLWRAP"; then
8392 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8393 else
8394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8395 for as_dir in $PATH
8397 IFS=$as_save_IFS
8398 test -z "$as_dir" && as_dir=.
8399 for ac_exec_ext in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8403 break 2
8405 done
8406 done
8407 IFS=$as_save_IFS
8411 DLLWRAP=$ac_cv_prog_DLLWRAP
8412 if test -n "$DLLWRAP"; then
8413 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8414 echo "${ECHO_T}$DLLWRAP" >&6; }
8415 else
8416 { echo "$as_me:$LINENO: result: no" >&5
8417 echo "${ECHO_T}no" >&6; }
8422 if test -z "$ac_cv_prog_DLLWRAP"; then
8423 ac_ct_DLLWRAP=$DLLWRAP
8424 # Extract the first word of "dllwrap", so it can be a program name with args.
8425 set dummy dllwrap; ac_word=$2
8426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8428 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8429 echo $ECHO_N "(cached) $ECHO_C" >&6
8430 else
8431 if test -n "$ac_ct_DLLWRAP"; then
8432 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8433 else
8434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8435 for as_dir in $PATH
8437 IFS=$as_save_IFS
8438 test -z "$as_dir" && as_dir=.
8439 for ac_exec_ext in '' $ac_executable_extensions; do
8440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8441 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8443 break 2
8445 done
8446 done
8447 IFS=$as_save_IFS
8451 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8452 if test -n "$ac_ct_DLLWRAP"; then
8453 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8454 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8455 else
8456 { echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6; }
8460 if test "x$ac_ct_DLLWRAP" = x; then
8461 DLLWRAP="false"
8462 else
8463 case $cross_compiling:$ac_tool_warned in
8464 yes:)
8465 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8466 whose name does not start with the host triplet. If you think this
8467 configuration is useful to you, please write to autoconf@gnu.org." >&5
8468 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8469 whose name does not start with the host triplet. If you think this
8470 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8471 ac_tool_warned=yes ;;
8472 esac
8473 DLLWRAP=$ac_ct_DLLWRAP
8475 else
8476 DLLWRAP="$ac_cv_prog_DLLWRAP"
8479 if test -n "$ac_tool_prefix"; then
8480 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8481 set dummy ${ac_tool_prefix}ar; ac_word=$2
8482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8484 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8485 echo $ECHO_N "(cached) $ECHO_C" >&6
8486 else
8487 if test -n "$MINGWAR"; then
8488 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8489 else
8490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8491 for as_dir in $PATH
8493 IFS=$as_save_IFS
8494 test -z "$as_dir" && as_dir=.
8495 for ac_exec_ext in '' $ac_executable_extensions; do
8496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8497 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8499 break 2
8501 done
8502 done
8503 IFS=$as_save_IFS
8507 MINGWAR=$ac_cv_prog_MINGWAR
8508 if test -n "$MINGWAR"; then
8509 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8510 echo "${ECHO_T}$MINGWAR" >&6; }
8511 else
8512 { echo "$as_me:$LINENO: result: no" >&5
8513 echo "${ECHO_T}no" >&6; }
8518 if test -z "$ac_cv_prog_MINGWAR"; then
8519 ac_ct_MINGWAR=$MINGWAR
8520 # Extract the first word of "ar", so it can be a program name with args.
8521 set dummy ar; ac_word=$2
8522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8524 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8525 echo $ECHO_N "(cached) $ECHO_C" >&6
8526 else
8527 if test -n "$ac_ct_MINGWAR"; then
8528 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8529 else
8530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8531 for as_dir in $PATH
8533 IFS=$as_save_IFS
8534 test -z "$as_dir" && as_dir=.
8535 for ac_exec_ext in '' $ac_executable_extensions; do
8536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8537 ac_cv_prog_ac_ct_MINGWAR="ar"
8538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8539 break 2
8541 done
8542 done
8543 IFS=$as_save_IFS
8547 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8548 if test -n "$ac_ct_MINGWAR"; then
8549 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8550 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8551 else
8552 { echo "$as_me:$LINENO: result: no" >&5
8553 echo "${ECHO_T}no" >&6; }
8556 if test "x$ac_ct_MINGWAR" = x; then
8557 MINGWAR="false"
8558 else
8559 case $cross_compiling:$ac_tool_warned in
8560 yes:)
8561 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8562 whose name does not start with the host triplet. If you think this
8563 configuration is useful to you, please write to autoconf@gnu.org." >&5
8564 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8565 whose name does not start with the host triplet. If you think this
8566 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8567 ac_tool_warned=yes ;;
8568 esac
8569 MINGWAR=$ac_ct_MINGWAR
8571 else
8572 MINGWAR="$ac_cv_prog_MINGWAR"
8575 if test "$DLLWRAP" = "false"; then
8576 LIBEXT="a"
8577 else
8578 LIBEXT="dll"
8580 IMPLIBEXT="a"
8581 WIN16_FILES=""
8582 WIN16_INSTALL=""
8584 darwin*|macosx*)
8585 DLLEXT=".so"
8586 LIBEXT="dylib"
8587 DLLFLAGS="$DLLFLAGS -fPIC"
8588 LDDLLFLAGS="-bundle -multiply_defined suppress"
8589 LIBWINE_LDFLAGS="-multiply_defined suppress"
8590 LDSHARED="\$(CC) -dynamiclib"
8591 STRIP="$STRIP -x"
8592 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8593 SECURITYLIB="-framework Security -framework CoreFoundation"
8595 COREFOUNDATIONLIB="-framework CoreFoundation"
8597 IOKITLIB="-framework IOKit -framework CoreFoundation"
8599 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8601 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8602 then
8603 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8606 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8607 then
8608 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8611 case $host_cpu in
8612 *powerpc*)
8613 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8614 esac
8615 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8616 then
8617 CARBONLIB="-framework Carbon"
8619 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8623 DLLFLAGS="$DLLFLAGS -fPIC"
8624 DLLEXT=".so"
8625 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8626 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8627 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 else
8630 ac_wine_try_cflags_saved=$CFLAGS
8631 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8632 cat >conftest.$ac_ext <<_ACEOF
8633 void myfunc() {}
8634 _ACEOF
8635 rm -f conftest.$ac_objext conftest$ac_exeext
8636 if { (ac_try="$ac_link"
8637 case "(($ac_try" in
8638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8639 *) ac_try_echo=$ac_try;;
8640 esac
8641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8642 (eval "$ac_link") 2>conftest.er1
8643 ac_status=$?
8644 grep -v '^ *+' conftest.er1 >conftest.err
8645 rm -f conftest.er1
8646 cat conftest.err >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 (exit $ac_status); } && {
8649 test -z "$ac_c_werror_flag" ||
8650 test ! -s conftest.err
8651 } && test -s conftest$ac_exeext &&
8652 $as_test_x conftest$ac_exeext; then
8653 ac_cv_c_dll_gnuelf="yes"
8654 else
8655 echo "$as_me: failed program was:" >&5
8656 sed 's/^/| /' conftest.$ac_ext >&5
8658 ac_cv_c_dll_gnuelf="no"
8661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8666 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8667 if test "$ac_cv_c_dll_gnuelf" = "yes"
8668 then
8669 LDSHARED="\$(CC) -shared"
8670 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8671 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8672 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8673 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8675 else
8676 ac_wine_try_cflags_saved=$CFLAGS
8677 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8678 cat >conftest.$ac_ext <<_ACEOF
8679 /* confdefs.h. */
8680 _ACEOF
8681 cat confdefs.h >>conftest.$ac_ext
8682 cat >>conftest.$ac_ext <<_ACEOF
8683 /* end confdefs.h. */
8686 main ()
8690 return 0;
8692 _ACEOF
8693 rm -f conftest.$ac_objext conftest$ac_exeext
8694 if { (ac_try="$ac_link"
8695 case "(($ac_try" in
8696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8697 *) ac_try_echo=$ac_try;;
8698 esac
8699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8700 (eval "$ac_link") 2>conftest.er1
8701 ac_status=$?
8702 grep -v '^ *+' conftest.er1 >conftest.err
8703 rm -f conftest.er1
8704 cat conftest.err >&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); } && {
8707 test -z "$ac_c_werror_flag" ||
8708 test ! -s conftest.err
8709 } && test -s conftest$ac_exeext &&
8710 $as_test_x conftest$ac_exeext; then
8711 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8712 else
8713 echo "$as_me: failed program was:" >&5
8714 sed 's/^/| /' conftest.$ac_ext >&5
8716 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8720 conftest$ac_exeext conftest.$ac_ext
8721 CFLAGS=$ac_wine_try_cflags_saved
8723 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8724 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8725 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8726 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8727 else
8728 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8729 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8730 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8731 echo $ECHO_N "(cached) $ECHO_C" >&6
8732 else
8733 ac_wine_try_cflags_saved=$CFLAGS
8734 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8735 cat >conftest.$ac_ext <<_ACEOF
8736 /* confdefs.h. */
8737 _ACEOF
8738 cat confdefs.h >>conftest.$ac_ext
8739 cat >>conftest.$ac_ext <<_ACEOF
8740 /* end confdefs.h. */
8743 main ()
8747 return 0;
8749 _ACEOF
8750 rm -f conftest.$ac_objext conftest$ac_exeext
8751 if { (ac_try="$ac_link"
8752 case "(($ac_try" in
8753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8754 *) ac_try_echo=$ac_try;;
8755 esac
8756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8757 (eval "$ac_link") 2>conftest.er1
8758 ac_status=$?
8759 grep -v '^ *+' conftest.er1 >conftest.err
8760 rm -f conftest.er1
8761 cat conftest.err >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); } && {
8764 test -z "$ac_c_werror_flag" ||
8765 test ! -s conftest.err
8766 } && test -s conftest$ac_exeext &&
8767 $as_test_x conftest$ac_exeext; then
8768 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8769 else
8770 echo "$as_me: failed program was:" >&5
8771 sed 's/^/| /' conftest.$ac_ext >&5
8773 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8777 conftest$ac_exeext conftest.$ac_ext
8778 CFLAGS=$ac_wine_try_cflags_saved
8780 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8781 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8782 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8783 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8789 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8790 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8791 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8792 echo $ECHO_N "(cached) $ECHO_C" >&6
8793 else
8794 ac_wine_try_cflags_saved=$CFLAGS
8795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8796 cat >conftest.$ac_ext <<_ACEOF
8797 /* confdefs.h. */
8798 _ACEOF
8799 cat confdefs.h >>conftest.$ac_ext
8800 cat >>conftest.$ac_ext <<_ACEOF
8801 /* end confdefs.h. */
8804 main ()
8808 return 0;
8810 _ACEOF
8811 rm -f conftest.$ac_objext conftest$ac_exeext
8812 if { (ac_try="$ac_link"
8813 case "(($ac_try" in
8814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8815 *) ac_try_echo=$ac_try;;
8816 esac
8817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8818 (eval "$ac_link") 2>conftest.er1
8819 ac_status=$?
8820 grep -v '^ *+' conftest.er1 >conftest.err
8821 rm -f conftest.er1
8822 cat conftest.err >&5
8823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824 (exit $ac_status); } && {
8825 test -z "$ac_c_werror_flag" ||
8826 test ! -s conftest.err
8827 } && test -s conftest$ac_exeext &&
8828 $as_test_x conftest$ac_exeext; then
8829 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8830 else
8831 echo "$as_me: failed program was:" >&5
8832 sed 's/^/| /' conftest.$ac_ext >&5
8834 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8838 conftest$ac_exeext conftest.$ac_ext
8839 CFLAGS=$ac_wine_try_cflags_saved
8841 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8842 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8843 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8844 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8849 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8850 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8852 else
8853 ac_wine_try_cflags_saved=$CFLAGS
8854 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8855 cat >conftest.$ac_ext <<_ACEOF
8856 /* confdefs.h. */
8857 _ACEOF
8858 cat confdefs.h >>conftest.$ac_ext
8859 cat >>conftest.$ac_ext <<_ACEOF
8860 /* end confdefs.h. */
8863 main ()
8867 return 0;
8869 _ACEOF
8870 rm -f conftest.$ac_objext conftest$ac_exeext
8871 if { (ac_try="$ac_link"
8872 case "(($ac_try" in
8873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8874 *) ac_try_echo=$ac_try;;
8875 esac
8876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8877 (eval "$ac_link") 2>conftest.er1
8878 ac_status=$?
8879 grep -v '^ *+' conftest.er1 >conftest.err
8880 rm -f conftest.er1
8881 cat conftest.err >&5
8882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } && {
8884 test -z "$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 } && test -s conftest$ac_exeext &&
8887 $as_test_x conftest$ac_exeext; then
8888 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8889 else
8890 echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8897 conftest$ac_exeext conftest.$ac_ext
8898 CFLAGS=$ac_wine_try_cflags_saved
8900 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8901 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8902 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8903 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8907 echo '{ global: *; };' >conftest.map
8908 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8909 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8910 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
8912 else
8913 ac_wine_try_cflags_saved=$CFLAGS
8914 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8915 cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h. */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8923 main ()
8927 return 0;
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934 *) ac_try_echo=$ac_try;;
8935 esac
8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8937 (eval "$ac_link") 2>conftest.er1
8938 ac_status=$?
8939 grep -v '^ *+' conftest.er1 >conftest.err
8940 rm -f conftest.er1
8941 cat conftest.err >&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); } && {
8944 test -z "$ac_c_werror_flag" ||
8945 test ! -s conftest.err
8946 } && test -s conftest$ac_exeext &&
8947 $as_test_x conftest$ac_exeext; then
8948 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8949 else
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.$ac_ext >&5
8953 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8957 conftest$ac_exeext conftest.$ac_ext
8958 CFLAGS=$ac_wine_try_cflags_saved
8960 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8961 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8962 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8963 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8966 rm -f conftest.map
8968 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8969 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8970 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
8972 else
8973 ac_wine_try_cflags_saved=$CFLAGS
8974 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8975 cat >conftest.$ac_ext <<_ACEOF
8976 /* confdefs.h. */
8977 _ACEOF
8978 cat confdefs.h >>conftest.$ac_ext
8979 cat >>conftest.$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8983 main ()
8987 return 0;
8989 _ACEOF
8990 rm -f conftest.$ac_objext conftest$ac_exeext
8991 if { (ac_try="$ac_link"
8992 case "(($ac_try" in
8993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8995 esac
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8998 ac_status=$?
8999 grep -v '^ *+' conftest.er1 >conftest.err
9000 rm -f conftest.er1
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9009 else
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9021 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9022 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9023 LDEXECFLAGS="-Wl,--export-dynamic"
9028 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9029 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9030 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9031 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9032 echo $ECHO_N "(cached) $ECHO_C" >&6
9033 else
9034 ac_wine_try_cflags_saved=$CFLAGS
9035 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9036 cat >conftest.$ac_ext <<_ACEOF
9037 /* confdefs.h. */
9038 _ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9044 main ()
9048 return 0;
9050 _ACEOF
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9053 case "(($ac_try" in
9054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9055 *) ac_try_echo=$ac_try;;
9056 esac
9057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9058 (eval "$ac_link") 2>conftest.er1
9059 ac_status=$?
9060 grep -v '^ *+' conftest.er1 >conftest.err
9061 rm -f conftest.er1
9062 cat conftest.err >&5
9063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9064 (exit $ac_status); } && {
9065 test -z "$ac_c_werror_flag" ||
9066 test ! -s conftest.err
9067 } && test -s conftest$ac_exeext &&
9068 $as_test_x conftest$ac_exeext; then
9069 eval "$as_ac_var=yes"
9070 else
9071 echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.$ac_ext >&5
9074 eval "$as_ac_var=no"
9077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9078 conftest$ac_exeext conftest.$ac_ext
9079 CFLAGS=$ac_wine_try_cflags_saved
9081 ac_res=`eval echo '${'$as_ac_var'}'`
9082 { echo "$as_me:$LINENO: result: $ac_res" >&5
9083 echo "${ECHO_T}$ac_res" >&6; }
9084 if test `eval echo '${'$as_ac_var'}'` = yes; then
9085 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9086 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9087 else
9088 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9089 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9090 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9091 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9093 else
9094 ac_wine_try_cflags_saved=$CFLAGS
9095 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9096 cat >conftest.$ac_ext <<_ACEOF
9097 /* confdefs.h. */
9098 _ACEOF
9099 cat confdefs.h >>conftest.$ac_ext
9100 cat >>conftest.$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9104 main ()
9108 return 0;
9110 _ACEOF
9111 rm -f conftest.$ac_objext conftest$ac_exeext
9112 if { (ac_try="$ac_link"
9113 case "(($ac_try" in
9114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9116 esac
9117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9118 (eval "$ac_link") 2>conftest.er1
9119 ac_status=$?
9120 grep -v '^ *+' conftest.er1 >conftest.err
9121 rm -f conftest.er1
9122 cat conftest.err >&5
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && {
9125 test -z "$ac_c_werror_flag" ||
9126 test ! -s conftest.err
9127 } && test -s conftest$ac_exeext &&
9128 $as_test_x conftest$ac_exeext; then
9129 eval "$as_ac_var=yes"
9130 else
9131 echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 eval "$as_ac_var=no"
9137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext
9139 CFLAGS=$ac_wine_try_cflags_saved
9141 ac_res=`eval echo '${'$as_ac_var'}'`
9142 { echo "$as_me:$LINENO: result: $ac_res" >&5
9143 echo "${ECHO_T}$ac_res" >&6; }
9144 if test `eval echo '${'$as_ac_var'}'` = yes; then
9145 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9146 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9152 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9153 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9154 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9155 echo $ECHO_N "(cached) $ECHO_C" >&6
9156 else
9157 ac_wine_try_cflags_saved=$CFLAGS
9158 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9159 cat >conftest.$ac_ext <<_ACEOF
9160 /* confdefs.h. */
9161 _ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9167 main ()
9171 return 0;
9173 _ACEOF
9174 rm -f conftest.$ac_objext conftest$ac_exeext
9175 if { (ac_try="$ac_link"
9176 case "(($ac_try" in
9177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9178 *) ac_try_echo=$ac_try;;
9179 esac
9180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9181 (eval "$ac_link") 2>conftest.er1
9182 ac_status=$?
9183 grep -v '^ *+' conftest.er1 >conftest.err
9184 rm -f conftest.er1
9185 cat conftest.err >&5
9186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } && {
9188 test -z "$ac_c_werror_flag" ||
9189 test ! -s conftest.err
9190 } && test -s conftest$ac_exeext &&
9191 $as_test_x conftest$ac_exeext; then
9192 ac_cv_cflags__Wl___enable_new_dtags=yes
9193 else
9194 echo "$as_me: failed program was:" >&5
9195 sed 's/^/| /' conftest.$ac_ext >&5
9197 ac_cv_cflags__Wl___enable_new_dtags=no
9200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9201 conftest$ac_exeext conftest.$ac_ext
9202 CFLAGS=$ac_wine_try_cflags_saved
9204 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9205 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9206 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9207 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9211 case $host_cpu in
9212 *i[3456789]86* | x86_64)
9213 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9214 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9215 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9216 echo $ECHO_N "(cached) $ECHO_C" >&6
9217 else
9218 ac_wine_try_cflags_saved=$CFLAGS
9219 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9220 cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h. */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9228 main ()
9232 return 0;
9234 _ACEOF
9235 rm -f conftest.$ac_objext conftest$ac_exeext
9236 if { (ac_try="$ac_link"
9237 case "(($ac_try" in
9238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9240 esac
9241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9242 (eval "$ac_link") 2>conftest.er1
9243 ac_status=$?
9244 grep -v '^ *+' conftest.er1 >conftest.err
9245 rm -f conftest.er1
9246 cat conftest.err >&5
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); } && {
9249 test -z "$ac_c_werror_flag" ||
9250 test ! -s conftest.err
9251 } && test -s conftest$ac_exeext &&
9252 $as_test_x conftest$ac_exeext; then
9253 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9254 else
9255 echo "$as_me: failed program was:" >&5
9256 sed 's/^/| /' conftest.$ac_ext >&5
9258 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262 conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9265 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9266 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9267 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9268 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9272 esac
9274 else
9275 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9276 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9277 if test "${ac_cv_c_dll_unixware+set}" = set; then
9278 echo $ECHO_N "(cached) $ECHO_C" >&6
9279 else
9280 ac_wine_try_cflags_saved=$CFLAGS
9281 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9282 cat >conftest.$ac_ext <<_ACEOF
9283 void myfunc() {}
9284 _ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9287 case "(($ac_try" in
9288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9289 *) ac_try_echo=$ac_try;;
9290 esac
9291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9292 (eval "$ac_link") 2>conftest.er1
9293 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest$ac_exeext &&
9302 $as_test_x conftest$ac_exeext; then
9303 ac_cv_c_dll_unixware="yes"
9304 else
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9308 ac_cv_c_dll_unixware="no"
9311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9312 conftest$ac_exeext conftest.$ac_ext
9313 CFLAGS=$ac_wine_try_cflags_saved
9315 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9316 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9317 if test "$ac_cv_c_dll_unixware" = "yes"
9318 then
9319 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9320 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9322 else
9323 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9324 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_hpux+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9327 else
9328 ac_wine_try_cflags_saved=$CFLAGS
9329 CFLAGS="$CFLAGS -shared"
9330 cat >conftest.$ac_ext <<_ACEOF
9331 void myfunc() {}
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9341 ac_status=$?
9342 grep -v '^ *+' conftest.er1 >conftest.err
9343 rm -f conftest.er1
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_hpux="yes"
9352 else
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_hpux="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9365 if test "$ac_cv_c_dll_hpux" = "yes"
9366 then
9367 LIBEXT="sl"
9368 DLLEXT=".sl"
9369 LDDLLFLAGS="-shared -fPIC"
9370 LDSHARED="\$(CC) -shared"
9375 CROSSTEST=""
9377 if test "$cross_compiling" = "no"
9378 then
9379 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9381 # Extract the first word of "$ac_prog", so it can be a program name with args.
9382 set dummy $ac_prog; ac_word=$2
9383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9385 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9386 echo $ECHO_N "(cached) $ECHO_C" >&6
9387 else
9388 if test -n "$CROSSCC"; then
9389 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9390 else
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9392 for as_dir in $PATH
9394 IFS=$as_save_IFS
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_CROSSCC="$ac_prog"
9399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9400 break 2
9402 done
9403 done
9404 IFS=$as_save_IFS
9408 CROSSCC=$ac_cv_prog_CROSSCC
9409 if test -n "$CROSSCC"; then
9410 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9411 echo "${ECHO_T}$CROSSCC" >&6; }
9412 else
9413 { echo "$as_me:$LINENO: result: no" >&5
9414 echo "${ECHO_T}no" >&6; }
9418 test -n "$CROSSCC" && break
9419 done
9420 test -n "$CROSSCC" || CROSSCC="false"
9422 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9424 # Extract the first word of "$ac_prog", so it can be a program name with args.
9425 set dummy $ac_prog; ac_word=$2
9426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9428 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9429 echo $ECHO_N "(cached) $ECHO_C" >&6
9430 else
9431 if test -n "$DLLTOOL"; then
9432 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9433 else
9434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9435 for as_dir in $PATH
9437 IFS=$as_save_IFS
9438 test -z "$as_dir" && as_dir=.
9439 for ac_exec_ext in '' $ac_executable_extensions; do
9440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9441 ac_cv_prog_DLLTOOL="$ac_prog"
9442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9443 break 2
9445 done
9446 done
9447 IFS=$as_save_IFS
9451 DLLTOOL=$ac_cv_prog_DLLTOOL
9452 if test -n "$DLLTOOL"; then
9453 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9454 echo "${ECHO_T}$DLLTOOL" >&6; }
9455 else
9456 { echo "$as_me:$LINENO: result: no" >&5
9457 echo "${ECHO_T}no" >&6; }
9461 test -n "$DLLTOOL" && break
9462 done
9463 test -n "$DLLTOOL" || DLLTOOL="false"
9465 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9467 # Extract the first word of "$ac_prog", so it can be a program name with args.
9468 set dummy $ac_prog; ac_word=$2
9469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9471 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6
9473 else
9474 if test -n "$CROSSWINDRES"; then
9475 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9476 else
9477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9478 for as_dir in $PATH
9480 IFS=$as_save_IFS
9481 test -z "$as_dir" && as_dir=.
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9484 ac_cv_prog_CROSSWINDRES="$ac_prog"
9485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9486 break 2
9488 done
9489 done
9490 IFS=$as_save_IFS
9494 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9495 if test -n "$CROSSWINDRES"; then
9496 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9497 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9498 else
9499 { echo "$as_me:$LINENO: result: no" >&5
9500 echo "${ECHO_T}no" >&6; }
9504 test -n "$CROSSWINDRES" && break
9505 done
9506 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9508 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9510 # Extract the first word of "$ac_prog", so it can be a program name with args.
9511 set dummy $ac_prog; ac_word=$2
9512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9514 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9516 else
9517 if test -n "$MINGWAR"; then
9518 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9519 else
9520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9521 for as_dir in $PATH
9523 IFS=$as_save_IFS
9524 test -z "$as_dir" && as_dir=.
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9527 ac_cv_prog_MINGWAR="$ac_prog"
9528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9529 break 2
9531 done
9532 done
9533 IFS=$as_save_IFS
9537 MINGWAR=$ac_cv_prog_MINGWAR
9538 if test -n "$MINGWAR"; then
9539 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9540 echo "${ECHO_T}$MINGWAR" >&6; }
9541 else
9542 { echo "$as_me:$LINENO: result: no" >&5
9543 echo "${ECHO_T}no" >&6; }
9547 test -n "$MINGWAR" && break
9548 done
9549 test -n "$MINGWAR" || MINGWAR="false"
9551 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9554 esac
9556 enable_winequartz_drv=${enable_winequartz_drv:-no}
9558 if test "$LIBEXT" = "a"; then
9559 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9563 " >&5
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9568 " >&2;}
9569 { (exit 1); exit 1; }; }
9573 if test "$have_x" = "yes"
9574 then
9575 XLIB="-lXext -lX11"
9576 ac_save_CPPFLAGS="$CPPFLAGS"
9577 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579 { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9583 else
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586 cat >conftest.$ac_ext <<_ACEOF
9587 /* confdefs.h. */
9588 _ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9596 #ifdef __cplusplus
9597 extern "C"
9598 #endif
9599 char XCreateWindow ();
9601 main ()
9603 return XCreateWindow ();
9605 return 0;
9607 _ACEOF
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9610 case "(($ac_try" in
9611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9612 *) ac_try_echo=$ac_try;;
9613 esac
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615 (eval "$ac_link") 2>conftest.er1
9616 ac_status=$?
9617 grep -v '^ *+' conftest.er1 >conftest.err
9618 rm -f conftest.er1
9619 cat conftest.err >&5
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); } && {
9622 test -z "$ac_c_werror_flag" ||
9623 test ! -s conftest.err
9624 } && test -s conftest$ac_exeext &&
9625 $as_test_x conftest$ac_exeext; then
9626 case "$LIBEXT" in
9627 dll) ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9630 esac
9631 else
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.$ac_ext >&5
9638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9639 conftest$ac_exeext conftest.$ac_ext
9640 LIBS=$ac_check_soname_save_LIBS
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643 { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9646 else
9647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650 cat >>confdefs.h <<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9652 _ACEOF
9657 { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9661 else
9662 ac_check_soname_save_LIBS=$LIBS
9663 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664 cat >conftest.$ac_ext <<_ACEOF
9665 /* confdefs.h. */
9666 _ACEOF
9667 cat confdefs.h >>conftest.$ac_ext
9668 cat >>conftest.$ac_ext <<_ACEOF
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9674 #ifdef __cplusplus
9675 extern "C"
9676 #endif
9677 char XextCreateExtension ();
9679 main ()
9681 return XextCreateExtension ();
9683 return 0;
9685 _ACEOF
9686 rm -f conftest.$ac_objext conftest$ac_exeext
9687 if { (ac_try="$ac_link"
9688 case "(($ac_try" in
9689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9690 *) ac_try_echo=$ac_try;;
9691 esac
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693 (eval "$ac_link") 2>conftest.er1
9694 ac_status=$?
9695 grep -v '^ *+' conftest.er1 >conftest.err
9696 rm -f conftest.er1
9697 cat conftest.err >&5
9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext &&
9703 $as_test_x conftest$ac_exeext; then
9704 case "$LIBEXT" in
9705 dll) ;;
9706 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'` ;;
9707 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9708 esac
9709 else
9710 echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LIBS=$ac_check_soname_save_LIBS
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721 { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9724 else
9725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9730 _ACEOF
9748 for ac_header in X11/Xlib.h \
9749 X11/XKBlib.h \
9750 X11/Xutil.h \
9751 X11/Xcursor/Xcursor.h \
9752 X11/extensions/shape.h \
9753 X11/extensions/XInput.h \
9754 X11/extensions/XShm.h \
9755 X11/extensions/Xcomposite.h \
9756 X11/extensions/Xinerama.h \
9757 X11/extensions/Xrandr.h \
9758 X11/extensions/Xrender.h \
9759 X11/extensions/xf86vmode.h
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765 echo $ECHO_N "(cached) $ECHO_C" >&6
9766 else
9767 cat >conftest.$ac_ext <<_ACEOF
9768 /* confdefs.h. */
9769 _ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h. */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9775 #endif
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9778 #endif
9780 #include <$ac_header>
9781 _ACEOF
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9784 case "(($ac_try" in
9785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9786 *) ac_try_echo=$ac_try;;
9787 esac
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789 (eval "$ac_compile") 2>conftest.er1
9790 ac_status=$?
9791 grep -v '^ *+' conftest.er1 >conftest.err
9792 rm -f conftest.er1
9793 cat conftest.err >&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } && {
9796 test -z "$ac_c_werror_flag" ||
9797 test ! -s conftest.err
9798 } && test -s conftest.$ac_objext; then
9799 eval "$as_ac_Header=yes"
9800 else
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.$ac_ext >&5
9804 eval "$as_ac_Header=no"
9807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9809 ac_res=`eval echo '${'$as_ac_Header'}'`
9810 { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813 cat >>confdefs.h <<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9815 _ACEOF
9819 done
9822 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9823 then
9824 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9828 else
9829 ac_check_lib_save_LIBS=$LIBS
9830 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.$ac_ext <<_ACEOF
9832 /* confdefs.h. */
9833 _ACEOF
9834 cat confdefs.h >>conftest.$ac_ext
9835 cat >>conftest.$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9841 #ifdef __cplusplus
9842 extern "C"
9843 #endif
9844 char XkbQueryExtension ();
9846 main ()
9848 return XkbQueryExtension ();
9850 return 0;
9852 _ACEOF
9853 rm -f conftest.$ac_objext conftest$ac_exeext
9854 if { (ac_try="$ac_link"
9855 case "(($ac_try" in
9856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9858 esac
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9861 ac_status=$?
9862 grep -v '^ *+' conftest.er1 >conftest.err
9863 rm -f conftest.er1
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 ac_cv_lib_X11_XkbQueryExtension=yes
9872 else
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9876 ac_cv_lib_X11_XkbQueryExtension=no
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887 cat >>confdefs.h <<\_ACEOF
9888 #define HAVE_XKB 1
9889 _ACEOF
9895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9896 then
9897 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9901 else
9902 ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9905 /* confdefs.h. */
9906 _ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9914 #ifdef __cplusplus
9915 extern "C"
9916 #endif
9917 char XcursorImageLoadCursor ();
9919 main ()
9921 return XcursorImageLoadCursor ();
9923 return 0;
9925 _ACEOF
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9928 case "(($ac_try" in
9929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9930 *) ac_try_echo=$ac_try;;
9931 esac
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933 (eval "$ac_link") 2>conftest.er1
9934 ac_status=$?
9935 grep -v '^ *+' conftest.er1 >conftest.err
9936 rm -f conftest.er1
9937 cat conftest.err >&5
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest$ac_exeext &&
9943 $as_test_x conftest$ac_exeext; then
9944 case "$LIBEXT" in
9945 dll) ;;
9946 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'` ;;
9947 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9948 esac
9949 else
9950 echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.$ac_ext >&5
9956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9957 conftest$ac_exeext conftest.$ac_ext
9958 LIBS=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961 { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9964 else
9965 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968 cat >>confdefs.h <<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9970 _ACEOF
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 case "x$with_xcursor" in
9978 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9979 xno) ;;
9980 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984 { (exit 1); exit 1; }; } ;;
9985 esac
9989 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9990 then
9991 { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9995 else
9996 ac_check_soname_save_LIBS=$LIBS
9997 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.$ac_ext <<_ACEOF
9999 /* confdefs.h. */
10000 _ACEOF
10001 cat confdefs.h >>conftest.$ac_ext
10002 cat >>conftest.$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10008 #ifdef __cplusplus
10009 extern "C"
10010 #endif
10011 char XOpenDevice ();
10013 main ()
10015 return XOpenDevice ();
10017 return 0;
10019 _ACEOF
10020 rm -f conftest.$ac_objext conftest$ac_exeext
10021 if { (ac_try="$ac_link"
10022 case "(($ac_try" in
10023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10025 esac
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10028 ac_status=$?
10029 grep -v '^ *+' conftest.er1 >conftest.err
10030 rm -f conftest.er1
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10038 case "$LIBEXT" in
10039 dll) ;;
10040 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'` ;;
10041 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10042 esac
10043 else
10044 echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_soname_save_LIBS
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055 { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10058 else
10059 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10064 _ACEOF
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 case "x$with_xinput" in
10072 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10073 xno) ;;
10074 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078 { (exit 1); exit 1; }; } ;;
10079 esac
10083 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10084 then
10085 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10089 else
10090 ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10093 /* confdefs.h. */
10094 _ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10102 #ifdef __cplusplus
10103 extern "C"
10104 #endif
10105 char XShmQueryExtension ();
10107 main ()
10109 return XShmQueryExtension ();
10111 return 0;
10113 _ACEOF
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10118 *) ac_try_echo=$ac_try;;
10119 esac
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>conftest.er1
10122 ac_status=$?
10123 grep -v '^ *+' conftest.er1 >conftest.err
10124 rm -f conftest.er1
10125 cat conftest.err >&5
10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest$ac_exeext &&
10131 $as_test_x conftest$ac_exeext; then
10132 ac_cv_lib_Xext_XShmQueryExtension=yes
10133 else
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.$ac_ext >&5
10137 ac_cv_lib_Xext_XShmQueryExtension=no
10140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10141 conftest$ac_exeext conftest.$ac_ext
10142 LIBS=$ac_check_lib_save_LIBS
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148 cat >>confdefs.h <<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10150 _ACEOF
10155 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156 case "x$with_xshm" in
10157 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10158 xno) ;;
10159 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163 { (exit 1); exit 1; }; } ;;
10164 esac
10168 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10169 then
10170 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10174 else
10175 ac_check_lib_save_LIBS=$LIBS
10176 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.$ac_ext <<_ACEOF
10178 /* confdefs.h. */
10179 _ACEOF
10180 cat confdefs.h >>conftest.$ac_ext
10181 cat >>conftest.$ac_ext <<_ACEOF
10182 /* end confdefs.h. */
10184 /* Override any GCC internal prototype to avoid an error.
10185 Use char because int might match the return type of a GCC
10186 builtin and then its argument prototype would still apply. */
10187 #ifdef __cplusplus
10188 extern "C"
10189 #endif
10190 char XShapeQueryExtension ();
10192 main ()
10194 return XShapeQueryExtension ();
10196 return 0;
10198 _ACEOF
10199 rm -f conftest.$ac_objext conftest$ac_exeext
10200 if { (ac_try="$ac_link"
10201 case "(($ac_try" in
10202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10204 esac
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206 (eval "$ac_link") 2>conftest.er1
10207 ac_status=$?
10208 grep -v '^ *+' conftest.er1 >conftest.err
10209 rm -f conftest.er1
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext &&
10216 $as_test_x conftest$ac_exeext; then
10217 ac_cv_lib_Xext_XShapeQueryExtension=yes
10218 else
10219 echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_Xext_XShapeQueryExtension=no
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226 conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10235 _ACEOF
10240 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241 case "x$with_xshape" in
10242 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10243 xno) ;;
10244 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248 { (exit 1); exit 1; }; } ;;
10249 esac
10253 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10254 then
10255 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10256 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10258 echo $ECHO_N "(cached) $ECHO_C" >&6
10259 else
10260 ac_check_soname_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10263 /* confdefs.h. */
10264 _ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10272 #ifdef __cplusplus
10273 extern "C"
10274 #endif
10275 char XF86VidModeQueryExtension ();
10277 main ()
10279 return XF86VidModeQueryExtension ();
10281 return 0;
10283 _ACEOF
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10288 *) ac_try_echo=$ac_try;;
10289 esac
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_link") 2>conftest.er1
10292 ac_status=$?
10293 grep -v '^ *+' conftest.er1 >conftest.err
10294 rm -f conftest.er1
10295 cat conftest.err >&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_c_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest$ac_exeext &&
10301 $as_test_x conftest$ac_exeext; then
10302 case "$LIBEXT" in
10303 dll) ;;
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10306 esac
10307 else
10308 echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.$ac_ext >&5
10314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10315 conftest$ac_exeext conftest.$ac_ext
10316 LIBS=$ac_check_soname_save_LIBS
10318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10319 { echo "$as_me:$LINENO: result: not found" >&5
10320 echo "${ECHO_T}not found" >&6; }
10322 else
10323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10324 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326 cat >>confdefs.h <<_ACEOF
10327 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10328 _ACEOF
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 case "x$with_xxf86vm" in
10336 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10337 xno) ;;
10338 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10339 This is an error since --with-xxf86vm was requested." >&5
10340 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10341 This is an error since --with-xxf86vm was requested." >&2;}
10342 { (exit 1); exit 1; }; } ;;
10343 esac
10347 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"
10348 then
10349 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10350 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10351 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10352 echo $ECHO_N "(cached) $ECHO_C" >&6
10353 else
10354 ac_check_soname_save_LIBS=$LIBS
10355 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10356 cat >conftest.$ac_ext <<_ACEOF
10357 /* confdefs.h. */
10358 _ACEOF
10359 cat confdefs.h >>conftest.$ac_ext
10360 cat >>conftest.$ac_ext <<_ACEOF
10361 /* end confdefs.h. */
10363 /* Override any GCC internal prototype to avoid an error.
10364 Use char because int might match the return type of a GCC
10365 builtin and then its argument prototype would still apply. */
10366 #ifdef __cplusplus
10367 extern "C"
10368 #endif
10369 char XRenderQueryExtension ();
10371 main ()
10373 return XRenderQueryExtension ();
10375 return 0;
10377 _ACEOF
10378 rm -f conftest.$ac_objext conftest$ac_exeext
10379 if { (ac_try="$ac_link"
10380 case "(($ac_try" in
10381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10382 *) ac_try_echo=$ac_try;;
10383 esac
10384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10385 (eval "$ac_link") 2>conftest.er1
10386 ac_status=$?
10387 grep -v '^ *+' conftest.er1 >conftest.err
10388 rm -f conftest.er1
10389 cat conftest.err >&5
10390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext &&
10395 $as_test_x conftest$ac_exeext; then
10396 case "$LIBEXT" in
10397 dll) ;;
10398 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'` ;;
10399 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10400 esac
10401 else
10402 echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10413 { echo "$as_me:$LINENO: result: not found" >&5
10414 echo "${ECHO_T}not found" >&6; }
10416 else
10417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10418 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10422 _ACEOF
10424 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10425 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10428 else
10429 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10431 cat >conftest.$ac_ext <<_ACEOF
10432 /* confdefs.h. */
10433 _ACEOF
10434 cat confdefs.h >>conftest.$ac_ext
10435 cat >>conftest.$ac_ext <<_ACEOF
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10441 #ifdef __cplusplus
10442 extern "C"
10443 #endif
10444 char XRenderSetPictureTransform ();
10446 main ()
10448 return XRenderSetPictureTransform ();
10450 return 0;
10452 _ACEOF
10453 rm -f conftest.$ac_objext conftest$ac_exeext
10454 if { (ac_try="$ac_link"
10455 case "(($ac_try" in
10456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10457 *) ac_try_echo=$ac_try;;
10458 esac
10459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10460 (eval "$ac_link") 2>conftest.er1
10461 ac_status=$?
10462 grep -v '^ *+' conftest.er1 >conftest.err
10463 rm -f conftest.er1
10464 cat conftest.err >&5
10465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10466 (exit $ac_status); } && {
10467 test -z "$ac_c_werror_flag" ||
10468 test ! -s conftest.err
10469 } && test -s conftest$ac_exeext &&
10470 $as_test_x conftest$ac_exeext; then
10471 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10472 else
10473 echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.$ac_ext >&5
10476 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10480 conftest$ac_exeext conftest.$ac_ext
10481 LIBS=$ac_check_lib_save_LIBS
10483 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10484 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10485 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487 cat >>confdefs.h <<\_ACEOF
10488 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10489 _ACEOF
10497 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10498 case "x$with_xrender" in
10499 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10500 xno) ;;
10501 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10502 This is an error since --with-xrender was requested." >&5
10503 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10504 This is an error since --with-xrender was requested." >&2;}
10505 { (exit 1); exit 1; }; } ;;
10506 esac
10510 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10511 then
10512 cat >conftest.$ac_ext <<_ACEOF
10513 /* confdefs.h. */
10514 _ACEOF
10515 cat confdefs.h >>conftest.$ac_ext
10516 cat >>conftest.$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10518 #include <X11/Xlib.h>
10519 #include <X11/extensions/Xrandr.h>
10521 main ()
10523 static typeof(XRRSetScreenConfigAndRate) * func;
10525 return 0;
10527 _ACEOF
10528 rm -f conftest.$ac_objext
10529 if { (ac_try="$ac_compile"
10530 case "(($ac_try" in
10531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10533 esac
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1
10536 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest.$ac_objext; then
10545 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10546 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10549 else
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10553 /* confdefs.h. */
10554 _ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char XRRQueryExtension ();
10567 main ()
10569 return XRRQueryExtension ();
10571 return 0;
10573 _ACEOF
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10578 *) ac_try_echo=$ac_try;;
10579 esac
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10582 ac_status=$?
10583 grep -v '^ *+' conftest.er1 >conftest.err
10584 rm -f conftest.er1
10585 cat conftest.err >&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest$ac_exeext &&
10591 $as_test_x conftest$ac_exeext; then
10592 case "$LIBEXT" in
10593 dll) ;;
10594 dylib) ac_cv_lib_soname_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'` ;;
10595 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10596 esac
10597 else
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.$ac_ext >&5
10604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LIBS=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10612 else
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616 cat >>confdefs.h <<_ACEOF
10617 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10618 _ACEOF
10623 else
10624 echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.$ac_ext >&5
10630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 case "x$with_xrandr" in
10634 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10635 xno) ;;
10636 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10637 This is an error since --with-xrandr was requested." >&5
10638 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10639 This is an error since --with-xrandr was requested." >&2;}
10640 { (exit 1); exit 1; }; } ;;
10641 esac
10645 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10646 then
10647 cat >conftest.$ac_ext <<_ACEOF
10648 /* confdefs.h. */
10649 _ACEOF
10650 cat confdefs.h >>conftest.$ac_ext
10651 cat >>conftest.$ac_ext <<_ACEOF
10652 /* end confdefs.h. */
10653 #include <X11/Xlib.h>
10654 #include <X11/extensions/Xinerama.h>
10656 main ()
10658 static typeof(XineramaQueryScreens) * func;
10660 return 0;
10662 _ACEOF
10663 rm -f conftest.$ac_objext
10664 if { (ac_try="$ac_compile"
10665 case "(($ac_try" in
10666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10668 esac
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_compile") 2>conftest.er1
10671 ac_status=$?
10672 grep -v '^ *+' conftest.er1 >conftest.err
10673 rm -f conftest.er1
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest.$ac_objext; then
10680 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10681 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10682 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10683 echo $ECHO_N "(cached) $ECHO_C" >&6
10684 else
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10687 cat >conftest.$ac_ext <<_ACEOF
10688 /* confdefs.h. */
10689 _ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10694 /* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
10696 builtin and then its argument prototype would still apply. */
10697 #ifdef __cplusplus
10698 extern "C"
10699 #endif
10700 char XineramaQueryScreens ();
10702 main ()
10704 return XineramaQueryScreens ();
10706 return 0;
10708 _ACEOF
10709 rm -f conftest.$ac_objext conftest$ac_exeext
10710 if { (ac_try="$ac_link"
10711 case "(($ac_try" in
10712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10713 *) ac_try_echo=$ac_try;;
10714 esac
10715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10716 (eval "$ac_link") 2>conftest.er1
10717 ac_status=$?
10718 grep -v '^ *+' conftest.er1 >conftest.err
10719 rm -f conftest.er1
10720 cat conftest.err >&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } && {
10723 test -z "$ac_c_werror_flag" ||
10724 test ! -s conftest.err
10725 } && test -s conftest$ac_exeext &&
10726 $as_test_x conftest$ac_exeext; then
10727 case "$LIBEXT" in
10728 dll) ;;
10729 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'` ;;
10730 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10731 esac
10732 else
10733 echo "$as_me: failed program was:" >&5
10734 sed 's/^/| /' conftest.$ac_ext >&5
10739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10740 conftest$ac_exeext conftest.$ac_ext
10741 LIBS=$ac_check_soname_save_LIBS
10743 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10744 { echo "$as_me:$LINENO: result: not found" >&5
10745 echo "${ECHO_T}not found" >&6; }
10747 else
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10749 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751 cat >>confdefs.h <<_ACEOF
10752 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10753 _ACEOF
10758 else
10759 echo "$as_me: failed program was:" >&5
10760 sed 's/^/| /' conftest.$ac_ext >&5
10765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 case "x$with_xinerama" in
10769 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10770 xno) ;;
10771 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10772 This is an error since --with-xinerama was requested." >&5
10773 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10774 This is an error since --with-xinerama was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10776 esac
10780 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10781 then
10782 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10783 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10784 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10786 else
10787 ac_check_soname_save_LIBS=$LIBS
10788 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.$ac_ext <<_ACEOF
10790 /* confdefs.h. */
10791 _ACEOF
10792 cat confdefs.h >>conftest.$ac_ext
10793 cat >>conftest.$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10799 #ifdef __cplusplus
10800 extern "C"
10801 #endif
10802 char XCompositeRedirectWindow ();
10804 main ()
10806 return XCompositeRedirectWindow ();
10808 return 0;
10810 _ACEOF
10811 rm -f conftest.$ac_objext conftest$ac_exeext
10812 if { (ac_try="$ac_link"
10813 case "(($ac_try" in
10814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10816 esac
10817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10818 (eval "$ac_link") 2>conftest.er1
10819 ac_status=$?
10820 grep -v '^ *+' conftest.er1 >conftest.err
10821 rm -f conftest.er1
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext &&
10828 $as_test_x conftest$ac_exeext; then
10829 case "$LIBEXT" in
10830 dll) ;;
10831 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'` ;;
10832 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10833 esac
10834 else
10835 echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10846 { echo "$as_me:$LINENO: result: not found" >&5
10847 echo "${ECHO_T}not found" >&6; }
10849 else
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10851 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10855 _ACEOF
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 case "x$with_xcomposite" in
10863 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10864 xno) ;;
10865 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10866 This is an error since --with-xcomposite was requested." >&5
10867 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10868 This is an error since --with-xcomposite was requested." >&2;}
10869 { (exit 1); exit 1; }; } ;;
10870 esac
10874 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10875 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10876 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10878 else
10879 cat >conftest.$ac_ext <<_ACEOF
10880 /* confdefs.h. */
10881 _ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 #ifdef HAVE_X11_XLIB_H
10886 #include <X11/Xlib.h>
10887 #endif
10890 main ()
10892 static XICCallback ac_aggr;
10893 if (ac_aggr.callback)
10894 return 0;
10896 return 0;
10898 _ACEOF
10899 rm -f conftest.$ac_objext
10900 if { (ac_try="$ac_compile"
10901 case "(($ac_try" in
10902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10903 *) ac_try_echo=$ac_try;;
10904 esac
10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10906 (eval "$ac_compile") 2>conftest.er1
10907 ac_status=$?
10908 grep -v '^ *+' conftest.er1 >conftest.err
10909 rm -f conftest.er1
10910 cat conftest.err >&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest.$ac_objext; then
10916 ac_cv_member_XICCallback_callback=yes
10917 else
10918 echo "$as_me: failed program was:" >&5
10919 sed 's/^/| /' conftest.$ac_ext >&5
10921 cat >conftest.$ac_ext <<_ACEOF
10922 /* confdefs.h. */
10923 _ACEOF
10924 cat confdefs.h >>conftest.$ac_ext
10925 cat >>conftest.$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10929 #endif
10932 main ()
10934 static XICCallback ac_aggr;
10935 if (sizeof ac_aggr.callback)
10936 return 0;
10938 return 0;
10940 _ACEOF
10941 rm -f conftest.$ac_objext
10942 if { (ac_try="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10946 esac
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10949 ac_status=$?
10950 grep -v '^ *+' conftest.er1 >conftest.err
10951 rm -f conftest.er1
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10959 else
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 ac_cv_member_XICCallback_callback=no
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10972 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10973 if test $ac_cv_member_XICCallback_callback = yes; then
10975 cat >>confdefs.h <<_ACEOF
10976 #define HAVE_XICCALLBACK_CALLBACK 1
10977 _ACEOF
10984 opengl_msg=""
10985 if test "x$with_opengl" != "xno"
10986 then
10991 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10998 else
10999 cat >conftest.$ac_ext <<_ACEOF
11000 /* confdefs.h. */
11001 _ACEOF
11002 cat confdefs.h >>conftest.$ac_ext
11003 cat >>conftest.$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11005 #ifdef HAVE_GL_GLX_H
11006 # include <GL/glx.h>
11007 #endif
11009 #include <$ac_header>
11010 _ACEOF
11011 rm -f conftest.$ac_objext
11012 if { (ac_try="$ac_compile"
11013 case "(($ac_try" in
11014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11015 *) ac_try_echo=$ac_try;;
11016 esac
11017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11018 (eval "$ac_compile") 2>conftest.er1
11019 ac_status=$?
11020 grep -v '^ *+' conftest.er1 >conftest.err
11021 rm -f conftest.er1
11022 cat conftest.err >&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } && {
11025 test -z "$ac_c_werror_flag" ||
11026 test ! -s conftest.err
11027 } && test -s conftest.$ac_objext; then
11028 eval "$as_ac_Header=yes"
11029 else
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.$ac_ext >&5
11033 eval "$as_ac_Header=no"
11036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11038 ac_res=`eval echo '${'$as_ac_Header'}'`
11039 { echo "$as_me:$LINENO: result: $ac_res" >&5
11040 echo "${ECHO_T}$ac_res" >&6; }
11041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11042 cat >>confdefs.h <<_ACEOF
11043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11044 _ACEOF
11048 done
11050 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11051 then
11052 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11053 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11054 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11056 else
11057 cat >conftest.$ac_ext <<_ACEOF
11058 /* confdefs.h. */
11059 _ACEOF
11060 cat confdefs.h >>conftest.$ac_ext
11061 cat >>conftest.$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11063 #include <GL/gl.h>
11065 main ()
11067 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11069 return 0;
11071 _ACEOF
11072 rm -f conftest.$ac_objext
11073 if { (ac_try="$ac_compile"
11074 case "(($ac_try" in
11075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11076 *) ac_try_echo=$ac_try;;
11077 esac
11078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11079 (eval "$ac_compile") 2>conftest.er1
11080 ac_status=$?
11081 grep -v '^ *+' conftest.er1 >conftest.err
11082 rm -f conftest.er1
11083 cat conftest.err >&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest.$ac_objext; then
11089 wine_cv_opengl_header_version_OK="yes"
11090 else
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.$ac_ext >&5
11094 wine_cv_opengl_header_version_OK="no"
11097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11100 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102 if test "$wine_cv_opengl_header_version_OK" = "yes"
11103 then
11104 { echo "$as_me:$LINENO: checking for -lGL" >&5
11105 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11106 if test "${ac_cv_lib_soname_GL+set}" = set; then
11107 echo $ECHO_N "(cached) $ECHO_C" >&6
11108 else
11109 ac_check_soname_save_LIBS=$LIBS
11110 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11111 cat >conftest.$ac_ext <<_ACEOF
11112 /* confdefs.h. */
11113 _ACEOF
11114 cat confdefs.h >>conftest.$ac_ext
11115 cat >>conftest.$ac_ext <<_ACEOF
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11121 #ifdef __cplusplus
11122 extern "C"
11123 #endif
11124 char glXCreateContext ();
11126 main ()
11128 return glXCreateContext ();
11130 return 0;
11132 _ACEOF
11133 rm -f conftest.$ac_objext conftest$ac_exeext
11134 if { (ac_try="$ac_link"
11135 case "(($ac_try" in
11136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11137 *) ac_try_echo=$ac_try;;
11138 esac
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_link") 2>conftest.er1
11141 ac_status=$?
11142 grep -v '^ *+' conftest.er1 >conftest.err
11143 rm -f conftest.er1
11144 cat conftest.err >&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest$ac_exeext &&
11150 $as_test_x conftest$ac_exeext; then
11151 case "$LIBEXT" in
11152 dll) ;;
11153 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'` ;;
11154 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11155 esac
11156 else
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.$ac_ext >&5
11163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11164 conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_soname_save_LIBS
11167 if test "x$ac_cv_lib_soname_GL" = "x"; then
11168 { echo "$as_me:$LINENO: result: not found" >&5
11169 echo "${ECHO_T}not found" >&6; }
11170 { echo "$as_me:$LINENO: checking for -lGL" >&5
11171 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11172 if test "${ac_cv_lib_soname_GL+set}" = set; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11174 else
11175 ac_check_soname_save_LIBS=$LIBS
11176 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"
11177 cat >conftest.$ac_ext <<_ACEOF
11178 /* confdefs.h. */
11179 _ACEOF
11180 cat confdefs.h >>conftest.$ac_ext
11181 cat >>conftest.$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11187 #ifdef __cplusplus
11188 extern "C"
11189 #endif
11190 char glXCreateContext ();
11192 main ()
11194 return glXCreateContext ();
11196 return 0;
11198 _ACEOF
11199 rm -f conftest.$ac_objext conftest$ac_exeext
11200 if { (ac_try="$ac_link"
11201 case "(($ac_try" in
11202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11203 *) ac_try_echo=$ac_try;;
11204 esac
11205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11206 (eval "$ac_link") 2>conftest.er1
11207 ac_status=$?
11208 grep -v '^ *+' conftest.er1 >conftest.err
11209 rm -f conftest.er1
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext &&
11216 $as_test_x conftest$ac_exeext; then
11217 case "$LIBEXT" in
11218 dll) ;;
11219 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'` ;;
11220 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11221 esac
11222 else
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_soname_save_LIBS
11233 if test "x$ac_cv_lib_soname_GL" = "x"; then
11234 { echo "$as_me:$LINENO: result: not found" >&5
11235 echo "${ECHO_T}not found" >&6; }
11236 if test -f /usr/X11R6/lib/libGL.a
11237 then
11238 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11239 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11240 else
11241 opengl_msg="No OpenGL library found on this system."
11243 else
11244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11245 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247 cat >>confdefs.h <<_ACEOF
11248 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11249 _ACEOF
11251 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"
11253 cat >>confdefs.h <<\_ACEOF
11254 #define HAVE_OPENGL 1
11255 _ACEOF
11259 else
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11267 OPENGL_LIBS="-lGL"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11275 if test "$ac_cv_header_GL_glu_h" = "yes"
11276 then
11277 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11278 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11279 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11281 else
11282 ac_check_soname_save_LIBS=$LIBS
11283 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11284 cat >conftest.$ac_ext <<_ACEOF
11285 /* confdefs.h. */
11286 _ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11294 #ifdef __cplusplus
11295 extern "C"
11296 #endif
11297 char gluLookAt ();
11299 main ()
11301 return gluLookAt ();
11303 return 0;
11305 _ACEOF
11306 rm -f conftest.$ac_objext conftest$ac_exeext
11307 if { (ac_try="$ac_link"
11308 case "(($ac_try" in
11309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11310 *) ac_try_echo=$ac_try;;
11311 esac
11312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11313 (eval "$ac_link") 2>conftest.er1
11314 ac_status=$?
11315 grep -v '^ *+' conftest.er1 >conftest.err
11316 rm -f conftest.er1
11317 cat conftest.err >&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } && {
11320 test -z "$ac_c_werror_flag" ||
11321 test ! -s conftest.err
11322 } && test -s conftest$ac_exeext &&
11323 $as_test_x conftest$ac_exeext; then
11324 case "$LIBEXT" in
11325 dll) ;;
11326 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'` ;;
11327 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11328 esac
11329 else
11330 echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.$ac_ext >&5
11336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11337 conftest$ac_exeext conftest.$ac_ext
11338 LIBS=$ac_check_soname_save_LIBS
11340 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11341 { echo "$as_me:$LINENO: result: not found" >&5
11342 echo "${ECHO_T}not found" >&6; }
11344 else
11345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11346 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11348 cat >>confdefs.h <<_ACEOF
11349 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11350 _ACEOF
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 case "x$with_glu" in
11358 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11359 xno) ;;
11360 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11361 This is an error since --with-glu was requested." >&5
11362 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11363 This is an error since --with-glu was requested." >&2;}
11364 { (exit 1); exit 1; }; } ;;
11365 esac
11368 else
11369 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11371 else
11372 opengl_msg="OpenGL development headers not found."
11375 if test -n "$opengl_msg"; then
11376 case "x$with_opengl" in
11377 x) wine_warnings="$wine_warnings|$opengl_msg
11378 OpenGL and Direct3D won't be supported." ;;
11379 xno) ;;
11380 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11381 OpenGL and Direct3D won't be supported.
11382 This is an error since --with-opengl was requested." >&5
11383 echo "$as_me: error: $opengl_msg
11384 OpenGL and Direct3D won't be supported.
11385 This is an error since --with-opengl was requested." >&2;}
11386 { (exit 1); exit 1; }; } ;;
11387 esac
11391 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11392 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11394 NASLIBS=""
11397 for ac_header in audio/audiolib.h
11399 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11400 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11406 ac_res=`eval echo '${'$as_ac_Header'}'`
11407 { echo "$as_me:$LINENO: result: $ac_res" >&5
11408 echo "${ECHO_T}$ac_res" >&6; }
11409 else
11410 # Is the header compilable?
11411 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11412 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11413 cat >conftest.$ac_ext <<_ACEOF
11414 /* confdefs.h. */
11415 _ACEOF
11416 cat confdefs.h >>conftest.$ac_ext
11417 cat >>conftest.$ac_ext <<_ACEOF
11418 /* end confdefs.h. */
11419 $ac_includes_default
11420 #include <$ac_header>
11421 _ACEOF
11422 rm -f conftest.$ac_objext
11423 if { (ac_try="$ac_compile"
11424 case "(($ac_try" in
11425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11427 esac
11428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11429 (eval "$ac_compile") 2>conftest.er1
11430 ac_status=$?
11431 grep -v '^ *+' conftest.er1 >conftest.err
11432 rm -f conftest.er1
11433 cat conftest.err >&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); } && {
11436 test -z "$ac_c_werror_flag" ||
11437 test ! -s conftest.err
11438 } && test -s conftest.$ac_objext; then
11439 ac_header_compiler=yes
11440 else
11441 echo "$as_me: failed program was:" >&5
11442 sed 's/^/| /' conftest.$ac_ext >&5
11444 ac_header_compiler=no
11447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11448 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11449 echo "${ECHO_T}$ac_header_compiler" >&6; }
11451 # Is the header present?
11452 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11453 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11454 cat >conftest.$ac_ext <<_ACEOF
11455 /* confdefs.h. */
11456 _ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 #include <$ac_header>
11461 _ACEOF
11462 if { (ac_try="$ac_cpp conftest.$ac_ext"
11463 case "(($ac_try" in
11464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11465 *) ac_try_echo=$ac_try;;
11466 esac
11467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11469 ac_status=$?
11470 grep -v '^ *+' conftest.er1 >conftest.err
11471 rm -f conftest.er1
11472 cat conftest.err >&5
11473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); } >/dev/null && {
11475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11476 test ! -s conftest.err
11477 }; then
11478 ac_header_preproc=yes
11479 else
11480 echo "$as_me: failed program was:" >&5
11481 sed 's/^/| /' conftest.$ac_ext >&5
11483 ac_header_preproc=no
11486 rm -f conftest.err conftest.$ac_ext
11487 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11488 echo "${ECHO_T}$ac_header_preproc" >&6; }
11490 # So? What about this header?
11491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11492 yes:no: )
11493 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11494 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11495 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11496 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11497 ac_header_preproc=yes
11499 no:yes:* )
11500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11501 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11503 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11504 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11505 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11506 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11507 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11509 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11511 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11512 ( cat <<\_ASBOX
11513 ## ------------------------------------ ##
11514 ## Report this to wine-devel@winehq.org ##
11515 ## ------------------------------------ ##
11516 _ASBOX
11517 ) | sed "s/^/$as_me: WARNING: /" >&2
11519 esac
11520 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11521 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11522 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11524 else
11525 eval "$as_ac_Header=\$ac_header_preproc"
11527 ac_res=`eval echo '${'$as_ac_Header'}'`
11528 { echo "$as_me:$LINENO: result: $ac_res" >&5
11529 echo "${ECHO_T}$ac_res" >&6; }
11532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11533 cat >>confdefs.h <<_ACEOF
11534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11535 _ACEOF
11537 for ac_header in audio/soundlib.h
11539 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11544 else
11545 cat >conftest.$ac_ext <<_ACEOF
11546 /* confdefs.h. */
11547 _ACEOF
11548 cat confdefs.h >>conftest.$ac_ext
11549 cat >>conftest.$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #include <audio/audiolib.h>
11553 #include <$ac_header>
11554 _ACEOF
11555 rm -f conftest.$ac_objext
11556 if { (ac_try="$ac_compile"
11557 case "(($ac_try" in
11558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11559 *) ac_try_echo=$ac_try;;
11560 esac
11561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11562 (eval "$ac_compile") 2>conftest.er1
11563 ac_status=$?
11564 grep -v '^ *+' conftest.er1 >conftest.err
11565 rm -f conftest.er1
11566 cat conftest.err >&5
11567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11568 (exit $ac_status); } && {
11569 test -z "$ac_c_werror_flag" ||
11570 test ! -s conftest.err
11571 } && test -s conftest.$ac_objext; then
11572 eval "$as_ac_Header=yes"
11573 else
11574 echo "$as_me: failed program was:" >&5
11575 sed 's/^/| /' conftest.$ac_ext >&5
11577 eval "$as_ac_Header=no"
11580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 ac_res=`eval echo '${'$as_ac_Header'}'`
11583 { echo "$as_me:$LINENO: result: $ac_res" >&5
11584 echo "${ECHO_T}$ac_res" >&6; }
11585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11586 cat >>confdefs.h <<_ACEOF
11587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11588 _ACEOF
11592 done
11594 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11595 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11596 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11598 else
11599 ac_check_lib_save_LIBS=$LIBS
11600 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11601 cat >conftest.$ac_ext <<_ACEOF
11602 /* confdefs.h. */
11603 _ACEOF
11604 cat confdefs.h >>conftest.$ac_ext
11605 cat >>conftest.$ac_ext <<_ACEOF
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11611 #ifdef __cplusplus
11612 extern "C"
11613 #endif
11614 char AuCreateFlow ();
11616 main ()
11618 return AuCreateFlow ();
11620 return 0;
11622 _ACEOF
11623 rm -f conftest.$ac_objext conftest$ac_exeext
11624 if { (ac_try="$ac_link"
11625 case "(($ac_try" in
11626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11627 *) ac_try_echo=$ac_try;;
11628 esac
11629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 (eval "$ac_link") 2>conftest.er1
11631 ac_status=$?
11632 grep -v '^ *+' conftest.er1 >conftest.err
11633 rm -f conftest.er1
11634 cat conftest.err >&5
11635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); } && {
11637 test -z "$ac_c_werror_flag" ||
11638 test ! -s conftest.err
11639 } && test -s conftest$ac_exeext &&
11640 $as_test_x conftest$ac_exeext; then
11641 ac_cv_lib_audio_AuCreateFlow=yes
11642 else
11643 echo "$as_me: failed program was:" >&5
11644 sed 's/^/| /' conftest.$ac_ext >&5
11646 ac_cv_lib_audio_AuCreateFlow=no
11649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11650 conftest$ac_exeext conftest.$ac_ext
11651 LIBS=$ac_check_lib_save_LIBS
11653 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11654 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11655 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11657 cat >>confdefs.h <<\_ACEOF
11658 #define HAVE_NAS 1
11659 _ACEOF
11661 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11662 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11663 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11664 echo $ECHO_N "(cached) $ECHO_C" >&6
11665 else
11666 ac_check_lib_save_LIBS=$LIBS
11667 LIBS="-lXau $X_LIBS $LIBS"
11668 cat >conftest.$ac_ext <<_ACEOF
11669 /* confdefs.h. */
11670 _ACEOF
11671 cat confdefs.h >>conftest.$ac_ext
11672 cat >>conftest.$ac_ext <<_ACEOF
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11678 #ifdef __cplusplus
11679 extern "C"
11680 #endif
11681 char XauGetBestAuthByAddr ();
11683 main ()
11685 return XauGetBestAuthByAddr ();
11687 return 0;
11689 _ACEOF
11690 rm -f conftest.$ac_objext conftest$ac_exeext
11691 if { (ac_try="$ac_link"
11692 case "(($ac_try" in
11693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11695 esac
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_link") 2>conftest.er1
11698 ac_status=$?
11699 grep -v '^ *+' conftest.er1 >conftest.err
11700 rm -f conftest.er1
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } && {
11704 test -z "$ac_c_werror_flag" ||
11705 test ! -s conftest.err
11706 } && test -s conftest$ac_exeext &&
11707 $as_test_x conftest$ac_exeext; then
11708 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11709 else
11710 echo "$as_me: failed program was:" >&5
11711 sed 's/^/| /' conftest.$ac_ext >&5
11713 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11717 conftest$ac_exeext conftest.$ac_ext
11718 LIBS=$ac_check_lib_save_LIBS
11720 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11721 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11722 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11723 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11724 else
11725 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11733 done
11736 CPPFLAGS="$ac_save_CPPFLAGS"
11737 else
11738 XLIB=""
11739 X_CFLAGS=""
11740 X_LIBS=""
11741 enable_winex11_drv=${enable_winex11_drv:-no}
11742 enable_opengl32=${enable_opengl32:-no}
11743 enable_glu32=${enable_glu32:-no}
11745 if test "x$XLIB" = "x"; then
11746 case "x$with_x" in
11747 xno) ;;
11748 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11749 without X support, which probably isn't what you want. You will need to install
11750 development packages of Xlib/Xfree86 at the very least.
11751 Use the --without-x option if you really want this." >&5
11752 echo "$as_me: error: X development files not found. Wine will be built
11753 without X support, which probably isn't what you want. You will need to install
11754 development packages of Xlib/Xfree86 at the very least.
11755 Use the --without-x option if you really want this." >&2;}
11756 { (exit 1); exit 1; }; } ;;
11757 esac
11762 XML2LIBS=""
11764 XML2INCL=""
11766 XSLTLIBS=""
11768 XSLTINCL=""
11770 if test "x$with_xml" != "xno"
11771 then
11772 ac_save_CPPFLAGS="$CPPFLAGS"
11773 if test "$PKG_CONFIG" != "false"
11774 then
11775 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11776 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11777 else
11778 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11779 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11781 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11783 for ac_header in libxml/parser.h
11785 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 ac_res=`eval echo '${'$as_ac_Header'}'`
11793 { echo "$as_me:$LINENO: result: $ac_res" >&5
11794 echo "${ECHO_T}$ac_res" >&6; }
11795 else
11796 # Is the header compilable?
11797 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11798 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11799 cat >conftest.$ac_ext <<_ACEOF
11800 /* confdefs.h. */
11801 _ACEOF
11802 cat confdefs.h >>conftest.$ac_ext
11803 cat >>conftest.$ac_ext <<_ACEOF
11804 /* end confdefs.h. */
11805 $ac_includes_default
11806 #include <$ac_header>
11807 _ACEOF
11808 rm -f conftest.$ac_objext
11809 if { (ac_try="$ac_compile"
11810 case "(($ac_try" in
11811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11812 *) ac_try_echo=$ac_try;;
11813 esac
11814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11815 (eval "$ac_compile") 2>conftest.er1
11816 ac_status=$?
11817 grep -v '^ *+' conftest.er1 >conftest.err
11818 rm -f conftest.er1
11819 cat conftest.err >&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); } && {
11822 test -z "$ac_c_werror_flag" ||
11823 test ! -s conftest.err
11824 } && test -s conftest.$ac_objext; then
11825 ac_header_compiler=yes
11826 else
11827 echo "$as_me: failed program was:" >&5
11828 sed 's/^/| /' conftest.$ac_ext >&5
11830 ac_header_compiler=no
11833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11834 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11835 echo "${ECHO_T}$ac_header_compiler" >&6; }
11837 # Is the header present?
11838 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11839 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11840 cat >conftest.$ac_ext <<_ACEOF
11841 /* confdefs.h. */
11842 _ACEOF
11843 cat confdefs.h >>conftest.$ac_ext
11844 cat >>conftest.$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11846 #include <$ac_header>
11847 _ACEOF
11848 if { (ac_try="$ac_cpp conftest.$ac_ext"
11849 case "(($ac_try" in
11850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11852 esac
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11855 ac_status=$?
11856 grep -v '^ *+' conftest.er1 >conftest.err
11857 rm -f conftest.er1
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } >/dev/null && {
11861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11863 }; then
11864 ac_header_preproc=yes
11865 else
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 ac_header_preproc=no
11872 rm -f conftest.err conftest.$ac_ext
11873 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11874 echo "${ECHO_T}$ac_header_preproc" >&6; }
11876 # So? What about this header?
11877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11878 yes:no: )
11879 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11880 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11882 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11883 ac_header_preproc=yes
11885 no:yes:* )
11886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11890 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11891 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11892 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11893 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11898 ( cat <<\_ASBOX
11899 ## ------------------------------------ ##
11900 ## Report this to wine-devel@winehq.org ##
11901 ## ------------------------------------ ##
11902 _ASBOX
11903 ) | sed "s/^/$as_me: WARNING: /" >&2
11905 esac
11906 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11909 echo $ECHO_N "(cached) $ECHO_C" >&6
11910 else
11911 eval "$as_ac_Header=\$ac_header_preproc"
11913 ac_res=`eval echo '${'$as_ac_Header'}'`
11914 { echo "$as_me:$LINENO: result: $ac_res" >&5
11915 echo "${ECHO_T}$ac_res" >&6; }
11918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11919 cat >>confdefs.h <<_ACEOF
11920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11921 _ACEOF
11922 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11923 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11924 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11926 else
11927 ac_check_lib_save_LIBS=$LIBS
11928 LIBS="-lxml2 $ac_xml_libs $LIBS"
11929 cat >conftest.$ac_ext <<_ACEOF
11930 /* confdefs.h. */
11931 _ACEOF
11932 cat confdefs.h >>conftest.$ac_ext
11933 cat >>conftest.$ac_ext <<_ACEOF
11934 /* end confdefs.h. */
11936 /* Override any GCC internal prototype to avoid an error.
11937 Use char because int might match the return type of a GCC
11938 builtin and then its argument prototype would still apply. */
11939 #ifdef __cplusplus
11940 extern "C"
11941 #endif
11942 char xmlParseMemory ();
11944 main ()
11946 return xmlParseMemory ();
11948 return 0;
11950 _ACEOF
11951 rm -f conftest.$ac_objext conftest$ac_exeext
11952 if { (ac_try="$ac_link"
11953 case "(($ac_try" in
11954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11955 *) ac_try_echo=$ac_try;;
11956 esac
11957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11958 (eval "$ac_link") 2>conftest.er1
11959 ac_status=$?
11960 grep -v '^ *+' conftest.er1 >conftest.err
11961 rm -f conftest.er1
11962 cat conftest.err >&5
11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964 (exit $ac_status); } && {
11965 test -z "$ac_c_werror_flag" ||
11966 test ! -s conftest.err
11967 } && test -s conftest$ac_exeext &&
11968 $as_test_x conftest$ac_exeext; then
11969 ac_cv_lib_xml2_xmlParseMemory=yes
11970 else
11971 echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.$ac_ext >&5
11974 ac_cv_lib_xml2_xmlParseMemory=no
11977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11978 conftest$ac_exeext conftest.$ac_ext
11979 LIBS=$ac_check_lib_save_LIBS
11981 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11982 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11983 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11985 cat >>confdefs.h <<\_ACEOF
11986 #define HAVE_LIBXML2 1
11987 _ACEOF
11989 XML2LIBS="$ac_xml_libs"
11990 XML2INCL="$ac_xml_cflags"
11993 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11994 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11995 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11996 echo $ECHO_N "(cached) $ECHO_C" >&6
11997 else
11998 ac_check_lib_save_LIBS=$LIBS
11999 LIBS="-lxml2 $ac_xml_libs $LIBS"
12000 cat >conftest.$ac_ext <<_ACEOF
12001 /* confdefs.h. */
12002 _ACEOF
12003 cat confdefs.h >>conftest.$ac_ext
12004 cat >>conftest.$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12010 #ifdef __cplusplus
12011 extern "C"
12012 #endif
12013 char xmlReadMemory ();
12015 main ()
12017 return xmlReadMemory ();
12019 return 0;
12021 _ACEOF
12022 rm -f conftest.$ac_objext conftest$ac_exeext
12023 if { (ac_try="$ac_link"
12024 case "(($ac_try" in
12025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12026 *) ac_try_echo=$ac_try;;
12027 esac
12028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12029 (eval "$ac_link") 2>conftest.er1
12030 ac_status=$?
12031 grep -v '^ *+' conftest.er1 >conftest.err
12032 rm -f conftest.er1
12033 cat conftest.err >&5
12034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035 (exit $ac_status); } && {
12036 test -z "$ac_c_werror_flag" ||
12037 test ! -s conftest.err
12038 } && test -s conftest$ac_exeext &&
12039 $as_test_x conftest$ac_exeext; then
12040 ac_cv_lib_xml2_xmlReadMemory=yes
12041 else
12042 echo "$as_me: failed program was:" >&5
12043 sed 's/^/| /' conftest.$ac_ext >&5
12045 ac_cv_lib_xml2_xmlReadMemory=no
12048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12049 conftest$ac_exeext conftest.$ac_ext
12050 LIBS=$ac_check_lib_save_LIBS
12052 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12053 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12054 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12056 cat >>confdefs.h <<\_ACEOF
12057 #define HAVE_XMLREADMEMORY 1
12058 _ACEOF
12062 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12063 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12064 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12066 else
12067 ac_check_lib_save_LIBS=$LIBS
12068 LIBS="-lxml2 $ac_xml_libs $LIBS"
12069 cat >conftest.$ac_ext <<_ACEOF
12070 /* confdefs.h. */
12071 _ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12076 /* Override any GCC internal prototype to avoid an error.
12077 Use char because int might match the return type of a GCC
12078 builtin and then its argument prototype would still apply. */
12079 #ifdef __cplusplus
12080 extern "C"
12081 #endif
12082 char xmlNewDocPI ();
12084 main ()
12086 return xmlNewDocPI ();
12088 return 0;
12090 _ACEOF
12091 rm -f conftest.$ac_objext conftest$ac_exeext
12092 if { (ac_try="$ac_link"
12093 case "(($ac_try" in
12094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12095 *) ac_try_echo=$ac_try;;
12096 esac
12097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12098 (eval "$ac_link") 2>conftest.er1
12099 ac_status=$?
12100 grep -v '^ *+' conftest.er1 >conftest.err
12101 rm -f conftest.er1
12102 cat conftest.err >&5
12103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104 (exit $ac_status); } && {
12105 test -z "$ac_c_werror_flag" ||
12106 test ! -s conftest.err
12107 } && test -s conftest$ac_exeext &&
12108 $as_test_x conftest$ac_exeext; then
12109 ac_cv_lib_xml2_xmlNewDocPI=yes
12110 else
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12114 ac_cv_lib_xml2_xmlNewDocPI=no
12117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12118 conftest$ac_exeext conftest.$ac_ext
12119 LIBS=$ac_check_lib_save_LIBS
12121 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12122 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12123 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12125 cat >>confdefs.h <<\_ACEOF
12126 #define HAVE_XMLNEWDOCPI 1
12127 _ACEOF
12134 done
12136 CPPFLAGS="$ac_save_CPPFLAGS"
12138 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12139 case "x$with_xml" in
12140 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12141 xno) ;;
12142 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12143 This is an error since --with-xml was requested." >&5
12144 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12145 This is an error since --with-xml was requested." >&2;}
12146 { (exit 1); exit 1; }; } ;;
12147 esac
12151 if test "x$with_xslt" != "xno"
12152 then
12153 if test "$PKG_CONFIG" != "false"
12154 then
12155 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12156 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12157 else
12158 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12159 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12161 ac_save_CPPFLAGS="$CPPFLAGS"
12162 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12165 for ac_header in libxslt/pattern.h libxslt/transform.h
12167 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12168 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12171 echo $ECHO_N "(cached) $ECHO_C" >&6
12172 else
12173 cat >conftest.$ac_ext <<_ACEOF
12174 /* confdefs.h. */
12175 _ACEOF
12176 cat confdefs.h >>conftest.$ac_ext
12177 cat >>conftest.$ac_ext <<_ACEOF
12178 /* end confdefs.h. */
12179 #ifdef HAVE_LIBXSLT_PATTERN_H
12180 # include <libxslt/pattern.h>
12181 #endif
12183 #include <$ac_header>
12184 _ACEOF
12185 rm -f conftest.$ac_objext
12186 if { (ac_try="$ac_compile"
12187 case "(($ac_try" in
12188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12189 *) ac_try_echo=$ac_try;;
12190 esac
12191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12192 (eval "$ac_compile") 2>conftest.er1
12193 ac_status=$?
12194 grep -v '^ *+' conftest.er1 >conftest.err
12195 rm -f conftest.er1
12196 cat conftest.err >&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); } && {
12199 test -z "$ac_c_werror_flag" ||
12200 test ! -s conftest.err
12201 } && test -s conftest.$ac_objext; then
12202 eval "$as_ac_Header=yes"
12203 else
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 eval "$as_ac_Header=no"
12210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 ac_res=`eval echo '${'$as_ac_Header'}'`
12213 { echo "$as_me:$LINENO: result: $ac_res" >&5
12214 echo "${ECHO_T}$ac_res" >&6; }
12215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12216 cat >>confdefs.h <<_ACEOF
12217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12218 _ACEOF
12222 done
12224 CPPFLAGS="$ac_save_CPPFLAGS"
12225 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12226 then
12227 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12228 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12229 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6
12231 else
12232 ac_check_lib_save_LIBS=$LIBS
12233 LIBS="-lxslt $ac_xslt_libs $LIBS"
12234 cat >conftest.$ac_ext <<_ACEOF
12235 /* confdefs.h. */
12236 _ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h. */
12241 /* Override any GCC internal prototype to avoid an error.
12242 Use char because int might match the return type of a GCC
12243 builtin and then its argument prototype would still apply. */
12244 #ifdef __cplusplus
12245 extern "C"
12246 #endif
12247 char xsltCompilePattern ();
12249 main ()
12251 return xsltCompilePattern ();
12253 return 0;
12255 _ACEOF
12256 rm -f conftest.$ac_objext conftest$ac_exeext
12257 if { (ac_try="$ac_link"
12258 case "(($ac_try" in
12259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12260 *) ac_try_echo=$ac_try;;
12261 esac
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_link") 2>conftest.er1
12264 ac_status=$?
12265 grep -v '^ *+' conftest.er1 >conftest.err
12266 rm -f conftest.er1
12267 cat conftest.err >&5
12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269 (exit $ac_status); } && {
12270 test -z "$ac_c_werror_flag" ||
12271 test ! -s conftest.err
12272 } && test -s conftest$ac_exeext &&
12273 $as_test_x conftest$ac_exeext; then
12274 ac_cv_lib_xslt_xsltCompilePattern=yes
12275 else
12276 echo "$as_me: failed program was:" >&5
12277 sed 's/^/| /' conftest.$ac_ext >&5
12279 ac_cv_lib_xslt_xsltCompilePattern=no
12282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12283 conftest$ac_exeext conftest.$ac_ext
12284 LIBS=$ac_check_lib_save_LIBS
12286 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12287 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12288 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12290 cat >>confdefs.h <<\_ACEOF
12291 #define HAVE_LIBXSLT 1
12292 _ACEOF
12294 XSLTLIBS="$ac_xslt_libs"
12295 XSLTINCL="$ac_xslt_cflags"
12296 ac_save_LIBS="$LIBS"
12297 LIBS="$LIBS $ac_xslt_libs"
12299 for ac_func in xsltInit
12301 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12304 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306 else
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h. */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12315 #define $ac_func innocuous_$ac_func
12317 /* System header to define __stub macros and hopefully few prototypes,
12318 which can conflict with char $ac_func (); below.
12319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12320 <limits.h> exists even on freestanding compilers. */
12322 #ifdef __STDC__
12323 # include <limits.h>
12324 #else
12325 # include <assert.h>
12326 #endif
12328 #undef $ac_func
12330 /* Override any GCC internal prototype to avoid an error.
12331 Use char because int might match the return type of a GCC
12332 builtin and then its argument prototype would still apply. */
12333 #ifdef __cplusplus
12334 extern "C"
12335 #endif
12336 char $ac_func ();
12337 /* The GNU C library defines this for functions which it implements
12338 to always fail with ENOSYS. Some functions are actually named
12339 something starting with __ and the normal name is an alias. */
12340 #if defined __stub_$ac_func || defined __stub___$ac_func
12341 choke me
12342 #endif
12345 main ()
12347 return $ac_func ();
12349 return 0;
12351 _ACEOF
12352 rm -f conftest.$ac_objext conftest$ac_exeext
12353 if { (ac_try="$ac_link"
12354 case "(($ac_try" in
12355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12357 esac
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_link") 2>conftest.er1
12360 ac_status=$?
12361 grep -v '^ *+' conftest.er1 >conftest.err
12362 rm -f conftest.er1
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest$ac_exeext &&
12369 $as_test_x conftest$ac_exeext; then
12370 eval "$as_ac_var=yes"
12371 else
12372 echo "$as_me: failed program was:" >&5
12373 sed 's/^/| /' conftest.$ac_ext >&5
12375 eval "$as_ac_var=no"
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12381 ac_res=`eval echo '${'$as_ac_var'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 if test `eval echo '${'$as_ac_var'}'` = yes; then
12385 cat >>confdefs.h <<_ACEOF
12386 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12387 _ACEOF
12390 done
12392 LIBS="$ac_save_LIBS"
12397 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12398 case "x$with_xslt" in
12399 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12400 xno) ;;
12401 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12402 This is an error since --with-xslt was requested." >&5
12403 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12404 This is an error since --with-xslt was requested." >&2;}
12405 { (exit 1); exit 1; }; } ;;
12406 esac
12410 HALINCL=""
12412 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12413 then
12414 ac_save_CPPFLAGS="$CPPFLAGS"
12415 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12416 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12417 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12420 for ac_header in dbus/dbus.h hal/libhal.h
12422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12427 echo $ECHO_N "(cached) $ECHO_C" >&6
12429 ac_res=`eval echo '${'$as_ac_Header'}'`
12430 { echo "$as_me:$LINENO: result: $ac_res" >&5
12431 echo "${ECHO_T}$ac_res" >&6; }
12432 else
12433 # Is the header compilable?
12434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 $ac_includes_default
12443 #include <$ac_header>
12444 _ACEOF
12445 rm -f conftest.$ac_objext
12446 if { (ac_try="$ac_compile"
12447 case "(($ac_try" in
12448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12449 *) ac_try_echo=$ac_try;;
12450 esac
12451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12452 (eval "$ac_compile") 2>conftest.er1
12453 ac_status=$?
12454 grep -v '^ *+' conftest.er1 >conftest.err
12455 rm -f conftest.er1
12456 cat conftest.err >&5
12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } && {
12459 test -z "$ac_c_werror_flag" ||
12460 test ! -s conftest.err
12461 } && test -s conftest.$ac_objext; then
12462 ac_header_compiler=yes
12463 else
12464 echo "$as_me: failed program was:" >&5
12465 sed 's/^/| /' conftest.$ac_ext >&5
12467 ac_header_compiler=no
12470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12472 echo "${ECHO_T}$ac_header_compiler" >&6; }
12474 # Is the header present?
12475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12477 cat >conftest.$ac_ext <<_ACEOF
12478 /* confdefs.h. */
12479 _ACEOF
12480 cat confdefs.h >>conftest.$ac_ext
12481 cat >>conftest.$ac_ext <<_ACEOF
12482 /* end confdefs.h. */
12483 #include <$ac_header>
12484 _ACEOF
12485 if { (ac_try="$ac_cpp conftest.$ac_ext"
12486 case "(($ac_try" in
12487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12488 *) ac_try_echo=$ac_try;;
12489 esac
12490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12492 ac_status=$?
12493 grep -v '^ *+' conftest.er1 >conftest.err
12494 rm -f conftest.er1
12495 cat conftest.err >&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } >/dev/null && {
12498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12499 test ! -s conftest.err
12500 }; then
12501 ac_header_preproc=yes
12502 else
12503 echo "$as_me: failed program was:" >&5
12504 sed 's/^/| /' conftest.$ac_ext >&5
12506 ac_header_preproc=no
12509 rm -f conftest.err conftest.$ac_ext
12510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12511 echo "${ECHO_T}$ac_header_preproc" >&6; }
12513 # So? What about this header?
12514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12515 yes:no: )
12516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12520 ac_header_preproc=yes
12522 no:yes:* )
12523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12535 ( cat <<\_ASBOX
12536 ## ------------------------------------ ##
12537 ## Report this to wine-devel@winehq.org ##
12538 ## ------------------------------------ ##
12539 _ASBOX
12540 ) | sed "s/^/$as_me: WARNING: /" >&2
12542 esac
12543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12546 echo $ECHO_N "(cached) $ECHO_C" >&6
12547 else
12548 eval "$as_ac_Header=\$ac_header_preproc"
12550 ac_res=`eval echo '${'$as_ac_Header'}'`
12551 { echo "$as_me:$LINENO: result: $ac_res" >&5
12552 echo "${ECHO_T}$ac_res" >&6; }
12555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12556 cat >>confdefs.h <<_ACEOF
12557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12558 _ACEOF
12562 done
12564 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12565 then
12566 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12567 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12568 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571 ac_check_lib_save_LIBS=$LIBS
12572 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12573 cat >conftest.$ac_ext <<_ACEOF
12574 /* confdefs.h. */
12575 _ACEOF
12576 cat confdefs.h >>conftest.$ac_ext
12577 cat >>conftest.$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12580 /* Override any GCC internal prototype to avoid an error.
12581 Use char because int might match the return type of a GCC
12582 builtin and then its argument prototype would still apply. */
12583 #ifdef __cplusplus
12584 extern "C"
12585 #endif
12586 char dbus_connection_close ();
12588 main ()
12590 return dbus_connection_close ();
12592 return 0;
12594 _ACEOF
12595 rm -f conftest.$ac_objext conftest$ac_exeext
12596 if { (ac_try="$ac_link"
12597 case "(($ac_try" in
12598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12599 *) ac_try_echo=$ac_try;;
12600 esac
12601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12602 (eval "$ac_link") 2>conftest.er1
12603 ac_status=$?
12604 grep -v '^ *+' conftest.er1 >conftest.err
12605 rm -f conftest.er1
12606 cat conftest.err >&5
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); } && {
12609 test -z "$ac_c_werror_flag" ||
12610 test ! -s conftest.err
12611 } && test -s conftest$ac_exeext &&
12612 $as_test_x conftest$ac_exeext; then
12613 ac_cv_lib_dbus_1_dbus_connection_close=yes
12614 else
12615 echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.$ac_ext >&5
12618 ac_cv_lib_dbus_1_dbus_connection_close=no
12621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12622 conftest$ac_exeext conftest.$ac_ext
12623 LIBS=$ac_check_lib_save_LIBS
12625 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12626 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12627 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12628 { echo "$as_me:$LINENO: checking for -lhal" >&5
12629 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12630 if test "${ac_cv_lib_soname_hal+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12632 else
12633 ac_check_soname_save_LIBS=$LIBS
12634 LIBS="-lhal $ac_hal_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h. */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char libhal_ctx_new ();
12650 main ()
12652 return libhal_ctx_new ();
12654 return 0;
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12662 esac
12663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12664 (eval "$ac_link") 2>conftest.er1
12665 ac_status=$?
12666 grep -v '^ *+' conftest.er1 >conftest.err
12667 rm -f conftest.er1
12668 cat conftest.err >&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && {
12671 test -z "$ac_c_werror_flag" ||
12672 test ! -s conftest.err
12673 } && test -s conftest$ac_exeext &&
12674 $as_test_x conftest$ac_exeext; then
12675 case "$LIBEXT" in
12676 dll) ;;
12677 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'` ;;
12678 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12679 esac
12680 else
12681 echo "$as_me: failed program was:" >&5
12682 sed 's/^/| /' conftest.$ac_ext >&5
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_soname_save_LIBS
12691 if test "x$ac_cv_lib_soname_hal" = "x"; then
12692 { echo "$as_me:$LINENO: result: not found" >&5
12693 echo "${ECHO_T}not found" >&6; }
12695 else
12696 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12697 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12699 cat >>confdefs.h <<_ACEOF
12700 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12701 _ACEOF
12703 HALINCL="$ac_hal_cflags"
12709 CPPFLAGS="$ac_save_CPPFLAGS"
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 case "x$with_hal" in
12713 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12714 xno) ;;
12715 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12716 This is an error since --with-hal was requested." >&5
12717 echo "$as_me: error: libhal development files not found, no dynamic device support.
12718 This is an error since --with-hal was requested." >&2;}
12719 { (exit 1); exit 1; }; } ;;
12720 esac
12724 CURSESLIBS=""
12725 if test "$ac_cv_header_ncurses_h" = "yes"
12726 then
12727 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12728 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12729 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12731 else
12732 ac_check_soname_save_LIBS=$LIBS
12733 LIBS="-lncurses $LIBS"
12734 cat >conftest.$ac_ext <<_ACEOF
12735 /* confdefs.h. */
12736 _ACEOF
12737 cat confdefs.h >>conftest.$ac_ext
12738 cat >>conftest.$ac_ext <<_ACEOF
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12744 #ifdef __cplusplus
12745 extern "C"
12746 #endif
12747 char waddch ();
12749 main ()
12751 return waddch ();
12753 return 0;
12755 _ACEOF
12756 rm -f conftest.$ac_objext conftest$ac_exeext
12757 if { (ac_try="$ac_link"
12758 case "(($ac_try" in
12759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12760 *) ac_try_echo=$ac_try;;
12761 esac
12762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12763 (eval "$ac_link") 2>conftest.er1
12764 ac_status=$?
12765 grep -v '^ *+' conftest.er1 >conftest.err
12766 rm -f conftest.er1
12767 cat conftest.err >&5
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } && {
12770 test -z "$ac_c_werror_flag" ||
12771 test ! -s conftest.err
12772 } && test -s conftest$ac_exeext &&
12773 $as_test_x conftest$ac_exeext; then
12774 case "$LIBEXT" in
12775 dll) ;;
12776 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'` ;;
12777 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12778 esac
12779 else
12780 echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.$ac_ext >&5
12786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12787 conftest$ac_exeext conftest.$ac_ext
12788 LIBS=$ac_check_soname_save_LIBS
12790 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12791 { echo "$as_me:$LINENO: result: not found" >&5
12792 echo "${ECHO_T}not found" >&6; }
12794 else
12795 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12796 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12798 cat >>confdefs.h <<_ACEOF
12799 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12800 _ACEOF
12802 CURSESLIBS="-lncurses"
12805 elif test "$ac_cv_header_curses_h" = "yes"
12806 then
12807 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12808 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12809 if test "${ac_cv_lib_soname_curses+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12811 else
12812 ac_check_soname_save_LIBS=$LIBS
12813 LIBS="-lcurses $LIBS"
12814 cat >conftest.$ac_ext <<_ACEOF
12815 /* confdefs.h. */
12816 _ACEOF
12817 cat confdefs.h >>conftest.$ac_ext
12818 cat >>conftest.$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12824 #ifdef __cplusplus
12825 extern "C"
12826 #endif
12827 char waddch ();
12829 main ()
12831 return waddch ();
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext conftest$ac_exeext
12837 if { (ac_try="$ac_link"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_link") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext &&
12853 $as_test_x conftest$ac_exeext; then
12854 case "$LIBEXT" in
12855 dll) ;;
12856 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'` ;;
12857 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12858 esac
12859 else
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_soname_save_LIBS
12870 if test "x$ac_cv_lib_soname_curses" = "x"; then
12871 { echo "$as_me:$LINENO: result: not found" >&5
12872 echo "${ECHO_T}not found" >&6; }
12874 else
12875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12876 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12878 cat >>confdefs.h <<_ACEOF
12879 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12880 _ACEOF
12882 CURSESLIBS="-lcurses"
12886 ac_save_LIBS="$LIBS"
12887 LIBS="$LIBS $CURSESLIBS"
12889 for ac_func in mousemask
12891 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12895 echo $ECHO_N "(cached) $ECHO_C" >&6
12896 else
12897 cat >conftest.$ac_ext <<_ACEOF
12898 /* confdefs.h. */
12899 _ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h. */
12903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12905 #define $ac_func innocuous_$ac_func
12907 /* System header to define __stub macros and hopefully few prototypes,
12908 which can conflict with char $ac_func (); below.
12909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12910 <limits.h> exists even on freestanding compilers. */
12912 #ifdef __STDC__
12913 # include <limits.h>
12914 #else
12915 # include <assert.h>
12916 #endif
12918 #undef $ac_func
12920 /* Override any GCC internal prototype to avoid an error.
12921 Use char because int might match the return type of a GCC
12922 builtin and then its argument prototype would still apply. */
12923 #ifdef __cplusplus
12924 extern "C"
12925 #endif
12926 char $ac_func ();
12927 /* The GNU C library defines this for functions which it implements
12928 to always fail with ENOSYS. Some functions are actually named
12929 something starting with __ and the normal name is an alias. */
12930 #if defined __stub_$ac_func || defined __stub___$ac_func
12931 choke me
12932 #endif
12935 main ()
12937 return $ac_func ();
12939 return 0;
12941 _ACEOF
12942 rm -f conftest.$ac_objext conftest$ac_exeext
12943 if { (ac_try="$ac_link"
12944 case "(($ac_try" in
12945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12946 *) ac_try_echo=$ac_try;;
12947 esac
12948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12949 (eval "$ac_link") 2>conftest.er1
12950 ac_status=$?
12951 grep -v '^ *+' conftest.er1 >conftest.err
12952 rm -f conftest.er1
12953 cat conftest.err >&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && {
12956 test -z "$ac_c_werror_flag" ||
12957 test ! -s conftest.err
12958 } && test -s conftest$ac_exeext &&
12959 $as_test_x conftest$ac_exeext; then
12960 eval "$as_ac_var=yes"
12961 else
12962 echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.$ac_ext >&5
12965 eval "$as_ac_var=no"
12968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12969 conftest$ac_exeext conftest.$ac_ext
12971 ac_res=`eval echo '${'$as_ac_var'}'`
12972 { echo "$as_me:$LINENO: result: $ac_res" >&5
12973 echo "${ECHO_T}$ac_res" >&6; }
12974 if test `eval echo '${'$as_ac_var'}'` = yes; then
12975 cat >>confdefs.h <<_ACEOF
12976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12977 _ACEOF
12980 done
12982 LIBS="$ac_save_LIBS"
12983 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12984 case "x$with_curses" in
12985 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12986 xno) ;;
12987 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12988 This is an error since --with-curses was requested." >&5
12989 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12990 This is an error since --with-curses was requested." >&2;}
12991 { (exit 1); exit 1; }; } ;;
12992 esac
12996 # Extract the first word of "sane-config", so it can be a program name with args.
12997 set dummy sane-config; ac_word=$2
12998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13000 if test "${ac_cv_prog_sane_devel+set}" = set; then
13001 echo $ECHO_N "(cached) $ECHO_C" >&6
13002 else
13003 if test -n "$sane_devel"; then
13004 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13005 else
13006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13007 for as_dir in $PATH
13009 IFS=$as_save_IFS
13010 test -z "$as_dir" && as_dir=.
13011 for ac_exec_ext in '' $ac_executable_extensions; do
13012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13013 ac_cv_prog_sane_devel="sane-config"
13014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13015 break 2
13017 done
13018 done
13019 IFS=$as_save_IFS
13021 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13024 sane_devel=$ac_cv_prog_sane_devel
13025 if test -n "$sane_devel"; then
13026 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13027 echo "${ECHO_T}$sane_devel" >&6; }
13028 else
13029 { echo "$as_me:$LINENO: result: no" >&5
13030 echo "${ECHO_T}no" >&6; }
13034 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13035 then
13036 ac_sane_incl="`$sane_devel --cflags`"
13037 ac_sane_libs="`$sane_devel --ldflags`"
13038 ac_save_CPPFLAGS="$CPPFLAGS"
13039 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13040 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13041 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13042 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13043 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13046 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13047 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13048 else
13049 # Is the header compilable?
13050 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13051 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13052 cat >conftest.$ac_ext <<_ACEOF
13053 /* confdefs.h. */
13054 _ACEOF
13055 cat confdefs.h >>conftest.$ac_ext
13056 cat >>conftest.$ac_ext <<_ACEOF
13057 /* end confdefs.h. */
13058 $ac_includes_default
13059 #include <sane/sane.h>
13060 _ACEOF
13061 rm -f conftest.$ac_objext
13062 if { (ac_try="$ac_compile"
13063 case "(($ac_try" in
13064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13065 *) ac_try_echo=$ac_try;;
13066 esac
13067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13068 (eval "$ac_compile") 2>conftest.er1
13069 ac_status=$?
13070 grep -v '^ *+' conftest.er1 >conftest.err
13071 rm -f conftest.er1
13072 cat conftest.err >&5
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); } && {
13075 test -z "$ac_c_werror_flag" ||
13076 test ! -s conftest.err
13077 } && test -s conftest.$ac_objext; then
13078 ac_header_compiler=yes
13079 else
13080 echo "$as_me: failed program was:" >&5
13081 sed 's/^/| /' conftest.$ac_ext >&5
13083 ac_header_compiler=no
13086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13087 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13088 echo "${ECHO_T}$ac_header_compiler" >&6; }
13090 # Is the header present?
13091 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13092 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13093 cat >conftest.$ac_ext <<_ACEOF
13094 /* confdefs.h. */
13095 _ACEOF
13096 cat confdefs.h >>conftest.$ac_ext
13097 cat >>conftest.$ac_ext <<_ACEOF
13098 /* end confdefs.h. */
13099 #include <sane/sane.h>
13100 _ACEOF
13101 if { (ac_try="$ac_cpp conftest.$ac_ext"
13102 case "(($ac_try" in
13103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13104 *) ac_try_echo=$ac_try;;
13105 esac
13106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13108 ac_status=$?
13109 grep -v '^ *+' conftest.er1 >conftest.err
13110 rm -f conftest.er1
13111 cat conftest.err >&5
13112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } >/dev/null && {
13114 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13116 }; then
13117 ac_header_preproc=yes
13118 else
13119 echo "$as_me: failed program was:" >&5
13120 sed 's/^/| /' conftest.$ac_ext >&5
13122 ac_header_preproc=no
13125 rm -f conftest.err conftest.$ac_ext
13126 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13127 echo "${ECHO_T}$ac_header_preproc" >&6; }
13129 # So? What about this header?
13130 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13131 yes:no: )
13132 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13133 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13134 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13135 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13136 ac_header_preproc=yes
13138 no:yes:* )
13139 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13140 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13142 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13144 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13146 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13148 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13150 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13151 ( cat <<\_ASBOX
13152 ## ------------------------------------ ##
13153 ## Report this to wine-devel@winehq.org ##
13154 ## ------------------------------------ ##
13155 _ASBOX
13156 ) | sed "s/^/$as_me: WARNING: /" >&2
13158 esac
13159 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13160 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13161 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13163 else
13164 ac_cv_header_sane_sane_h=$ac_header_preproc
13166 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13167 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13170 if test $ac_cv_header_sane_sane_h = yes; then
13171 { echo "$as_me:$LINENO: checking for -lsane" >&5
13172 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13173 if test "${ac_cv_lib_soname_sane+set}" = set; then
13174 echo $ECHO_N "(cached) $ECHO_C" >&6
13175 else
13176 ac_check_soname_save_LIBS=$LIBS
13177 LIBS="-lsane $ac_sane_libs $LIBS"
13178 cat >conftest.$ac_ext <<_ACEOF
13179 /* confdefs.h. */
13180 _ACEOF
13181 cat confdefs.h >>conftest.$ac_ext
13182 cat >>conftest.$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13185 /* Override any GCC internal prototype to avoid an error.
13186 Use char because int might match the return type of a GCC
13187 builtin and then its argument prototype would still apply. */
13188 #ifdef __cplusplus
13189 extern "C"
13190 #endif
13191 char sane_init ();
13193 main ()
13195 return sane_init ();
13197 return 0;
13199 _ACEOF
13200 rm -f conftest.$ac_objext conftest$ac_exeext
13201 if { (ac_try="$ac_link"
13202 case "(($ac_try" in
13203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13205 esac
13206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13207 (eval "$ac_link") 2>conftest.er1
13208 ac_status=$?
13209 grep -v '^ *+' conftest.er1 >conftest.err
13210 rm -f conftest.er1
13211 cat conftest.err >&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } && {
13214 test -z "$ac_c_werror_flag" ||
13215 test ! -s conftest.err
13216 } && test -s conftest$ac_exeext &&
13217 $as_test_x conftest$ac_exeext; then
13218 case "$LIBEXT" in
13219 dll) ;;
13220 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'` ;;
13221 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13222 esac
13223 else
13224 echo "$as_me: failed program was:" >&5
13225 sed 's/^/| /' conftest.$ac_ext >&5
13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13231 conftest$ac_exeext conftest.$ac_ext
13232 LIBS=$ac_check_soname_save_LIBS
13234 if test "x$ac_cv_lib_soname_sane" = "x"; then
13235 { echo "$as_me:$LINENO: result: not found" >&5
13236 echo "${ECHO_T}not found" >&6; }
13238 else
13239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13240 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13242 cat >>confdefs.h <<_ACEOF
13243 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13244 _ACEOF
13246 SANEINCL="$ac_sane_incl"
13253 CPPFLAGS="$ac_save_CPPFLAGS"
13255 if test "x$ac_cv_lib_soname_sane" = "x"; then
13256 case "x$with_sane" in
13257 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13258 xno) ;;
13259 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13260 This is an error since --with-sane was requested." >&5
13261 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13262 This is an error since --with-sane was requested." >&2;}
13263 { (exit 1); exit 1; }; } ;;
13264 esac
13268 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13269 set dummy gphoto2-config; ac_word=$2
13270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13272 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13273 echo $ECHO_N "(cached) $ECHO_C" >&6
13274 else
13275 if test -n "$gphoto2_devel"; then
13276 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13277 else
13278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13279 for as_dir in $PATH
13281 IFS=$as_save_IFS
13282 test -z "$as_dir" && as_dir=.
13283 for ac_exec_ext in '' $ac_executable_extensions; do
13284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13285 ac_cv_prog_gphoto2_devel="gphoto2-config"
13286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13287 break 2
13289 done
13290 done
13291 IFS=$as_save_IFS
13293 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13296 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13297 if test -n "$gphoto2_devel"; then
13298 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13299 echo "${ECHO_T}$gphoto2_devel" >&6; }
13300 else
13301 { echo "$as_me:$LINENO: result: no" >&5
13302 echo "${ECHO_T}no" >&6; }
13306 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13307 set dummy gphoto2-port-config; ac_word=$2
13308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13310 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13311 echo $ECHO_N "(cached) $ECHO_C" >&6
13312 else
13313 if test -n "$gphoto2port_devel"; then
13314 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13315 else
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317 for as_dir in $PATH
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13325 break 2
13327 done
13328 done
13329 IFS=$as_save_IFS
13331 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13334 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13335 if test -n "$gphoto2port_devel"; then
13336 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13337 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13338 else
13339 { echo "$as_me:$LINENO: result: no" >&5
13340 echo "${ECHO_T}no" >&6; }
13344 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13345 then
13346 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13347 ac_gphoto2_libs=""
13348 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13350 case "$i" in
13351 -L/usr/lib|-L/usr/lib64) ;;
13352 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13353 esac
13354 done
13355 ac_save_CPPFLAGS="$CPPFLAGS"
13356 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13357 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13358 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13359 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13360 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13363 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13364 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13365 else
13366 # Is the header compilable?
13367 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13368 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13369 cat >conftest.$ac_ext <<_ACEOF
13370 /* confdefs.h. */
13371 _ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 $ac_includes_default
13376 #include <gphoto2-camera.h>
13377 _ACEOF
13378 rm -f conftest.$ac_objext
13379 if { (ac_try="$ac_compile"
13380 case "(($ac_try" in
13381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13382 *) ac_try_echo=$ac_try;;
13383 esac
13384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13385 (eval "$ac_compile") 2>conftest.er1
13386 ac_status=$?
13387 grep -v '^ *+' conftest.er1 >conftest.err
13388 rm -f conftest.er1
13389 cat conftest.err >&5
13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13391 (exit $ac_status); } && {
13392 test -z "$ac_c_werror_flag" ||
13393 test ! -s conftest.err
13394 } && test -s conftest.$ac_objext; then
13395 ac_header_compiler=yes
13396 else
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13400 ac_header_compiler=no
13403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13404 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13405 echo "${ECHO_T}$ac_header_compiler" >&6; }
13407 # Is the header present?
13408 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13409 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13410 cat >conftest.$ac_ext <<_ACEOF
13411 /* confdefs.h. */
13412 _ACEOF
13413 cat confdefs.h >>conftest.$ac_ext
13414 cat >>conftest.$ac_ext <<_ACEOF
13415 /* end confdefs.h. */
13416 #include <gphoto2-camera.h>
13417 _ACEOF
13418 if { (ac_try="$ac_cpp conftest.$ac_ext"
13419 case "(($ac_try" in
13420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13422 esac
13423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13425 ac_status=$?
13426 grep -v '^ *+' conftest.er1 >conftest.err
13427 rm -f conftest.er1
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } >/dev/null && {
13431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13432 test ! -s conftest.err
13433 }; then
13434 ac_header_preproc=yes
13435 else
13436 echo "$as_me: failed program was:" >&5
13437 sed 's/^/| /' conftest.$ac_ext >&5
13439 ac_header_preproc=no
13442 rm -f conftest.err conftest.$ac_ext
13443 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13444 echo "${ECHO_T}$ac_header_preproc" >&6; }
13446 # So? What about this header?
13447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13448 yes:no: )
13449 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13450 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13451 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13452 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13453 ac_header_preproc=yes
13455 no:yes:* )
13456 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13457 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13459 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13468 ( cat <<\_ASBOX
13469 ## ------------------------------------ ##
13470 ## Report this to wine-devel@winehq.org ##
13471 ## ------------------------------------ ##
13472 _ASBOX
13473 ) | sed "s/^/$as_me: WARNING: /" >&2
13475 esac
13476 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13477 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13478 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13479 echo $ECHO_N "(cached) $ECHO_C" >&6
13480 else
13481 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13483 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13484 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13487 if test $ac_cv_header_gphoto2_camera_h = yes; then
13488 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13489 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13490 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13491 echo $ECHO_N "(cached) $ECHO_C" >&6
13492 else
13493 ac_check_lib_save_LIBS=$LIBS
13494 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13495 cat >conftest.$ac_ext <<_ACEOF
13496 /* confdefs.h. */
13497 _ACEOF
13498 cat confdefs.h >>conftest.$ac_ext
13499 cat >>conftest.$ac_ext <<_ACEOF
13500 /* end confdefs.h. */
13502 /* Override any GCC internal prototype to avoid an error.
13503 Use char because int might match the return type of a GCC
13504 builtin and then its argument prototype would still apply. */
13505 #ifdef __cplusplus
13506 extern "C"
13507 #endif
13508 char gp_camera_new ();
13510 main ()
13512 return gp_camera_new ();
13514 return 0;
13516 _ACEOF
13517 rm -f conftest.$ac_objext conftest$ac_exeext
13518 if { (ac_try="$ac_link"
13519 case "(($ac_try" in
13520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13521 *) ac_try_echo=$ac_try;;
13522 esac
13523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13524 (eval "$ac_link") 2>conftest.er1
13525 ac_status=$?
13526 grep -v '^ *+' conftest.er1 >conftest.err
13527 rm -f conftest.er1
13528 cat conftest.err >&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); } && {
13531 test -z "$ac_c_werror_flag" ||
13532 test ! -s conftest.err
13533 } && test -s conftest$ac_exeext &&
13534 $as_test_x conftest$ac_exeext; then
13535 ac_cv_lib_gphoto2_gp_camera_new=yes
13536 else
13537 echo "$as_me: failed program was:" >&5
13538 sed 's/^/| /' conftest.$ac_ext >&5
13540 ac_cv_lib_gphoto2_gp_camera_new=no
13543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13544 conftest$ac_exeext conftest.$ac_ext
13545 LIBS=$ac_check_lib_save_LIBS
13547 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13548 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13549 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13551 cat >>confdefs.h <<\_ACEOF
13552 #define HAVE_GPHOTO2 1
13553 _ACEOF
13555 GPHOTO2LIBS="$ac_gphoto2_libs"
13557 GPHOTO2INCL="$ac_gphoto2_incl"
13564 CPPFLAGS="$ac_save_CPPFLAGS"
13566 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13567 case "x$with_gphoto" in
13568 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13569 xno) ;;
13570 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13571 This is an error since --with-gphoto was requested." >&5
13572 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13573 This is an error since --with-gphoto was requested." >&2;}
13574 { (exit 1); exit 1; }; } ;;
13575 esac
13580 RESOLVLIBS=""
13582 if test "$ac_cv_header_resolv_h" = "yes"
13583 then
13584 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13585 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13586 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13588 else
13589 ac_check_lib_save_LIBS=$LIBS
13590 LIBS="-lresolv $LIBS"
13591 cat >conftest.$ac_ext <<_ACEOF
13592 /* confdefs.h. */
13593 _ACEOF
13594 cat confdefs.h >>conftest.$ac_ext
13595 cat >>conftest.$ac_ext <<_ACEOF
13596 /* end confdefs.h. */
13598 /* Override any GCC internal prototype to avoid an error.
13599 Use char because int might match the return type of a GCC
13600 builtin and then its argument prototype would still apply. */
13601 #ifdef __cplusplus
13602 extern "C"
13603 #endif
13604 char res_query ();
13606 main ()
13608 return res_query ();
13610 return 0;
13612 _ACEOF
13613 rm -f conftest.$ac_objext conftest$ac_exeext
13614 if { (ac_try="$ac_link"
13615 case "(($ac_try" in
13616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13617 *) ac_try_echo=$ac_try;;
13618 esac
13619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13620 (eval "$ac_link") 2>conftest.er1
13621 ac_status=$?
13622 grep -v '^ *+' conftest.er1 >conftest.err
13623 rm -f conftest.er1
13624 cat conftest.err >&5
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); } && {
13627 test -z "$ac_c_werror_flag" ||
13628 test ! -s conftest.err
13629 } && test -s conftest$ac_exeext &&
13630 $as_test_x conftest$ac_exeext; then
13631 ac_cv_lib_resolv_res_query=yes
13632 else
13633 echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13636 ac_cv_lib_resolv_res_query=no
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640 conftest$ac_exeext conftest.$ac_ext
13641 LIBS=$ac_check_lib_save_LIBS
13643 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13644 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13645 if test $ac_cv_lib_resolv_res_query = yes; then
13647 cat >>confdefs.h <<\_ACEOF
13648 #define HAVE_RESOLV 1
13649 _ACEOF
13651 RESOLVLIBS="-lresolv"
13656 LCMSLIBS=""
13658 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13659 then
13660 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13661 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13662 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13663 echo $ECHO_N "(cached) $ECHO_C" >&6
13664 else
13665 ac_check_lib_save_LIBS=$LIBS
13666 LIBS="-llcms $LIBS"
13667 cat >conftest.$ac_ext <<_ACEOF
13668 /* confdefs.h. */
13669 _ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13677 #ifdef __cplusplus
13678 extern "C"
13679 #endif
13680 char cmsOpenProfileFromFile ();
13682 main ()
13684 return cmsOpenProfileFromFile ();
13686 return 0;
13688 _ACEOF
13689 rm -f conftest.$ac_objext conftest$ac_exeext
13690 if { (ac_try="$ac_link"
13691 case "(($ac_try" in
13692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13693 *) ac_try_echo=$ac_try;;
13694 esac
13695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13696 (eval "$ac_link") 2>conftest.er1
13697 ac_status=$?
13698 grep -v '^ *+' conftest.er1 >conftest.err
13699 rm -f conftest.er1
13700 cat conftest.err >&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); } && {
13703 test -z "$ac_c_werror_flag" ||
13704 test ! -s conftest.err
13705 } && test -s conftest$ac_exeext &&
13706 $as_test_x conftest$ac_exeext; then
13707 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13708 else
13709 echo "$as_me: failed program was:" >&5
13710 sed 's/^/| /' conftest.$ac_ext >&5
13712 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13716 conftest$ac_exeext conftest.$ac_ext
13717 LIBS=$ac_check_lib_save_LIBS
13719 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13720 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13721 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13723 cat >>confdefs.h <<\_ACEOF
13724 #define HAVE_LCMS 1
13725 _ACEOF
13727 LCMSLIBS="-llcms"
13731 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13732 case "x$with_cms" in
13733 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13734 xno) ;;
13735 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13736 This is an error since --with-cms was requested." >&5
13737 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13738 This is an error since --with-cms was requested." >&2;}
13739 { (exit 1); exit 1; }; } ;;
13740 esac
13744 for ac_prog in freetype-config freetype2-config
13746 # Extract the first word of "$ac_prog", so it can be a program name with args.
13747 set dummy $ac_prog; ac_word=$2
13748 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13750 if test "${ac_cv_prog_ft_devel+set}" = set; then
13751 echo $ECHO_N "(cached) $ECHO_C" >&6
13752 else
13753 if test -n "$ft_devel"; then
13754 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13755 else
13756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13757 for as_dir in $PATH
13759 IFS=$as_save_IFS
13760 test -z "$as_dir" && as_dir=.
13761 for ac_exec_ext in '' $ac_executable_extensions; do
13762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13763 ac_cv_prog_ft_devel="$ac_prog"
13764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13765 break 2
13767 done
13768 done
13769 IFS=$as_save_IFS
13773 ft_devel=$ac_cv_prog_ft_devel
13774 if test -n "$ft_devel"; then
13775 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13776 echo "${ECHO_T}$ft_devel" >&6; }
13777 else
13778 { echo "$as_me:$LINENO: result: no" >&5
13779 echo "${ECHO_T}no" >&6; }
13783 test -n "$ft_devel" && break
13784 done
13785 test -n "$ft_devel" || ft_devel="false"
13787 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13788 then
13789 ac_freetype_libs=`$ft_devel --libs`
13790 ac_freetype_incl=`$ft_devel --cflags`
13791 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13792 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13793 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13794 echo $ECHO_N "(cached) $ECHO_C" >&6
13795 else
13796 ac_check_soname_save_LIBS=$LIBS
13797 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13798 cat >conftest.$ac_ext <<_ACEOF
13799 /* confdefs.h. */
13800 _ACEOF
13801 cat confdefs.h >>conftest.$ac_ext
13802 cat >>conftest.$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13805 /* Override any GCC internal prototype to avoid an error.
13806 Use char because int might match the return type of a GCC
13807 builtin and then its argument prototype would still apply. */
13808 #ifdef __cplusplus
13809 extern "C"
13810 #endif
13811 char FT_Init_FreeType ();
13813 main ()
13815 return FT_Init_FreeType ();
13817 return 0;
13819 _ACEOF
13820 rm -f conftest.$ac_objext conftest$ac_exeext
13821 if { (ac_try="$ac_link"
13822 case "(($ac_try" in
13823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13825 esac
13826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 (eval "$ac_link") 2>conftest.er1
13828 ac_status=$?
13829 grep -v '^ *+' conftest.er1 >conftest.err
13830 rm -f conftest.er1
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && {
13834 test -z "$ac_c_werror_flag" ||
13835 test ! -s conftest.err
13836 } && test -s conftest$ac_exeext &&
13837 $as_test_x conftest$ac_exeext; then
13838 case "$LIBEXT" in
13839 dll) ;;
13840 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'` ;;
13841 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13842 esac
13843 else
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_soname_save_LIBS
13854 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13855 { echo "$as_me:$LINENO: result: not found" >&5
13856 echo "${ECHO_T}not found" >&6; }
13857 ft_lib=no
13858 else
13859 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13860 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13862 cat >>confdefs.h <<_ACEOF
13863 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13864 _ACEOF
13866 ft_lib=yes
13869 if test "$ft_lib" = "yes"
13870 then
13871 ac_save_CPPFLAGS="$CPPFLAGS"
13872 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13885 for ac_header in ft2build.h \
13886 freetype/freetype.h \
13887 freetype/ftglyph.h \
13888 freetype/fttypes.h \
13889 freetype/tttables.h \
13890 freetype/ftnames.h \
13891 freetype/ftsnames.h \
13892 freetype/ttnameid.h \
13893 freetype/ftoutln.h \
13894 freetype/ftwinfnt.h \
13895 freetype/ftmodapi.h \
13896 freetype/internal/sfnt.h
13898 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13899 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13902 echo $ECHO_N "(cached) $ECHO_C" >&6
13903 else
13904 cat >conftest.$ac_ext <<_ACEOF
13905 /* confdefs.h. */
13906 _ACEOF
13907 cat confdefs.h >>conftest.$ac_ext
13908 cat >>conftest.$ac_ext <<_ACEOF
13909 /* end confdefs.h. */
13910 #ifdef HAVE_FT2BUILD_H
13911 # include <ft2build.h>
13912 #endif
13914 #include <$ac_header>
13915 _ACEOF
13916 rm -f conftest.$ac_objext
13917 if { (ac_try="$ac_compile"
13918 case "(($ac_try" in
13919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13920 *) ac_try_echo=$ac_try;;
13921 esac
13922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13923 (eval "$ac_compile") 2>conftest.er1
13924 ac_status=$?
13925 grep -v '^ *+' conftest.er1 >conftest.err
13926 rm -f conftest.er1
13927 cat conftest.err >&5
13928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13929 (exit $ac_status); } && {
13930 test -z "$ac_c_werror_flag" ||
13931 test ! -s conftest.err
13932 } && test -s conftest.$ac_objext; then
13933 eval "$as_ac_Header=yes"
13934 else
13935 echo "$as_me: failed program was:" >&5
13936 sed 's/^/| /' conftest.$ac_ext >&5
13938 eval "$as_ac_Header=no"
13941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13943 ac_res=`eval echo '${'$as_ac_Header'}'`
13944 { echo "$as_me:$LINENO: result: $ac_res" >&5
13945 echo "${ECHO_T}$ac_res" >&6; }
13946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13947 cat >>confdefs.h <<_ACEOF
13948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13949 _ACEOF
13953 done
13955 cat >conftest.$ac_ext <<_ACEOF
13956 /* confdefs.h. */
13957 _ACEOF
13958 cat confdefs.h >>conftest.$ac_ext
13959 cat >>conftest.$ac_ext <<_ACEOF
13960 /* end confdefs.h. */
13961 #include <ft2build.h>
13962 #include <freetype/fttrigon.h>
13963 _ACEOF
13964 if { (ac_try="$ac_cpp conftest.$ac_ext"
13965 case "(($ac_try" in
13966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13967 *) ac_try_echo=$ac_try;;
13968 esac
13969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13970 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13971 ac_status=$?
13972 grep -v '^ *+' conftest.er1 >conftest.err
13973 rm -f conftest.er1
13974 cat conftest.err >&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); } >/dev/null && {
13977 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13978 test ! -s conftest.err
13979 }; then
13981 cat >>confdefs.h <<\_ACEOF
13982 #define HAVE_FREETYPE_FTTRIGON_H 1
13983 _ACEOF
13985 wine_cv_fttrigon=yes
13986 else
13987 echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13990 wine_cv_fttrigon=no
13993 rm -f conftest.err conftest.$ac_ext
13994 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13995 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13996 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13998 else
13999 cat >conftest.$ac_ext <<_ACEOF
14000 /* confdefs.h. */
14001 _ACEOF
14002 cat confdefs.h >>conftest.$ac_ext
14003 cat >>conftest.$ac_ext <<_ACEOF
14004 /* end confdefs.h. */
14005 #include <freetype/ftmodapi.h>
14007 typedef FT_TrueTypeEngineType ac__type_new_;
14009 main ()
14011 if ((ac__type_new_ *) 0)
14012 return 0;
14013 if (sizeof (ac__type_new_))
14014 return 0;
14016 return 0;
14018 _ACEOF
14019 rm -f conftest.$ac_objext
14020 if { (ac_try="$ac_compile"
14021 case "(($ac_try" in
14022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14023 *) ac_try_echo=$ac_try;;
14024 esac
14025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14026 (eval "$ac_compile") 2>conftest.er1
14027 ac_status=$?
14028 grep -v '^ *+' conftest.er1 >conftest.err
14029 rm -f conftest.er1
14030 cat conftest.err >&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } && {
14033 test -z "$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 } && test -s conftest.$ac_objext; then
14036 ac_cv_type_FT_TrueTypeEngineType=yes
14037 else
14038 echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.$ac_ext >&5
14041 ac_cv_type_FT_TrueTypeEngineType=no
14044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14046 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14047 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14048 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14050 cat >>confdefs.h <<_ACEOF
14051 #define HAVE_FT_TRUETYPEENGINETYPE 1
14052 _ACEOF
14057 ac_save_CFLAGS="$CFLAGS"
14058 CFLAGS="$CFLAGS $ac_freetype_libs"
14060 for ac_func in FT_Load_Sfnt_Table
14062 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14063 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14065 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14066 echo $ECHO_N "(cached) $ECHO_C" >&6
14067 else
14068 cat >conftest.$ac_ext <<_ACEOF
14069 /* confdefs.h. */
14070 _ACEOF
14071 cat confdefs.h >>conftest.$ac_ext
14072 cat >>conftest.$ac_ext <<_ACEOF
14073 /* end confdefs.h. */
14074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14076 #define $ac_func innocuous_$ac_func
14078 /* System header to define __stub macros and hopefully few prototypes,
14079 which can conflict with char $ac_func (); below.
14080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14081 <limits.h> exists even on freestanding compilers. */
14083 #ifdef __STDC__
14084 # include <limits.h>
14085 #else
14086 # include <assert.h>
14087 #endif
14089 #undef $ac_func
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14094 #ifdef __cplusplus
14095 extern "C"
14096 #endif
14097 char $ac_func ();
14098 /* The GNU C library defines this for functions which it implements
14099 to always fail with ENOSYS. Some functions are actually named
14100 something starting with __ and the normal name is an alias. */
14101 #if defined __stub_$ac_func || defined __stub___$ac_func
14102 choke me
14103 #endif
14106 main ()
14108 return $ac_func ();
14110 return 0;
14112 _ACEOF
14113 rm -f conftest.$ac_objext conftest$ac_exeext
14114 if { (ac_try="$ac_link"
14115 case "(($ac_try" in
14116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14117 *) ac_try_echo=$ac_try;;
14118 esac
14119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14120 (eval "$ac_link") 2>conftest.er1
14121 ac_status=$?
14122 grep -v '^ *+' conftest.er1 >conftest.err
14123 rm -f conftest.er1
14124 cat conftest.err >&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); } && {
14127 test -z "$ac_c_werror_flag" ||
14128 test ! -s conftest.err
14129 } && test -s conftest$ac_exeext &&
14130 $as_test_x conftest$ac_exeext; then
14131 eval "$as_ac_var=yes"
14132 else
14133 echo "$as_me: failed program was:" >&5
14134 sed 's/^/| /' conftest.$ac_ext >&5
14136 eval "$as_ac_var=no"
14139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14140 conftest$ac_exeext conftest.$ac_ext
14142 ac_res=`eval echo '${'$as_ac_var'}'`
14143 { echo "$as_me:$LINENO: result: $ac_res" >&5
14144 echo "${ECHO_T}$ac_res" >&6; }
14145 if test `eval echo '${'$as_ac_var'}'` = yes; then
14146 cat >>confdefs.h <<_ACEOF
14147 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14148 _ACEOF
14151 done
14153 CFLAGS="$ac_save_CFLAGS"
14154 CPPFLAGS="$ac_save_CPPFLAGS"
14155 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14156 then
14158 cat >>confdefs.h <<\_ACEOF
14159 #define HAVE_FREETYPE 1
14160 _ACEOF
14162 FREETYPELIBS="$ac_freetype_libs"
14164 FREETYPEINCL="$ac_freetype_incl"
14166 FONTSSUBDIRS="fonts"
14171 if test "x$FREETYPELIBS" = "x"; then
14172 case "x$with_freetype" in
14173 xno) ;;
14174 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14175 Fonts will not be built. Dialog text may be invisible or unaligned.
14176 Use the --without-freetype option if you really want this." >&5
14177 echo "$as_me: error: FreeType development files not found.
14178 Fonts will not be built. Dialog text may be invisible or unaligned.
14179 Use the --without-freetype option if you really want this." >&2;}
14180 { (exit 1); exit 1; }; } ;;
14181 esac
14185 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14186 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14187 if test "${ac_cv_c_ppdev+set}" = set; then
14188 echo $ECHO_N "(cached) $ECHO_C" >&6
14189 else
14190 cat >conftest.$ac_ext <<_ACEOF
14191 /* confdefs.h. */
14192 _ACEOF
14193 cat confdefs.h >>conftest.$ac_ext
14194 cat >>conftest.$ac_ext <<_ACEOF
14195 /* end confdefs.h. */
14196 #include <linux/ppdev.h>
14198 main ()
14200 ioctl (1,PPCLAIM,0)
14202 return 0;
14204 _ACEOF
14205 rm -f conftest.$ac_objext
14206 if { (ac_try="$ac_compile"
14207 case "(($ac_try" in
14208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209 *) ac_try_echo=$ac_try;;
14210 esac
14211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14212 (eval "$ac_compile") 2>conftest.er1
14213 ac_status=$?
14214 grep -v '^ *+' conftest.er1 >conftest.err
14215 rm -f conftest.er1
14216 cat conftest.err >&5
14217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14218 (exit $ac_status); } && {
14219 test -z "$ac_c_werror_flag" ||
14220 test ! -s conftest.err
14221 } && test -s conftest.$ac_objext; then
14222 ac_cv_c_ppdev="yes"
14223 else
14224 echo "$as_me: failed program was:" >&5
14225 sed 's/^/| /' conftest.$ac_ext >&5
14227 ac_cv_c_ppdev="no"
14230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14232 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14233 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14234 if test "$ac_cv_c_ppdev" = "yes"
14235 then
14237 cat >>confdefs.h <<\_ACEOF
14238 #define HAVE_PPDEV 1
14239 _ACEOF
14243 { echo "$as_me:$LINENO: checking for va_copy" >&5
14244 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14245 if test "${ac_cv_c_va_copy+set}" = set; then
14246 echo $ECHO_N "(cached) $ECHO_C" >&6
14247 else
14248 cat >conftest.$ac_ext <<_ACEOF
14249 /* confdefs.h. */
14250 _ACEOF
14251 cat confdefs.h >>conftest.$ac_ext
14252 cat >>conftest.$ac_ext <<_ACEOF
14253 /* end confdefs.h. */
14254 #include <stdarg.h>
14256 main ()
14258 va_list ap1, ap2; va_copy(ap1,ap2);
14260 return 0;
14262 _ACEOF
14263 rm -f conftest.$ac_objext conftest$ac_exeext
14264 if { (ac_try="$ac_link"
14265 case "(($ac_try" in
14266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14267 *) ac_try_echo=$ac_try;;
14268 esac
14269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14270 (eval "$ac_link") 2>conftest.er1
14271 ac_status=$?
14272 grep -v '^ *+' conftest.er1 >conftest.err
14273 rm -f conftest.er1
14274 cat conftest.err >&5
14275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14276 (exit $ac_status); } && {
14277 test -z "$ac_c_werror_flag" ||
14278 test ! -s conftest.err
14279 } && test -s conftest$ac_exeext &&
14280 $as_test_x conftest$ac_exeext; then
14281 ac_cv_c_va_copy="yes"
14282 else
14283 echo "$as_me: failed program was:" >&5
14284 sed 's/^/| /' conftest.$ac_ext >&5
14286 ac_cv_c_va_copy="no"
14289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14290 conftest$ac_exeext conftest.$ac_ext
14293 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14294 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14295 if test "$ac_cv_c_va_copy" = "yes"
14296 then
14298 cat >>confdefs.h <<\_ACEOF
14299 #define HAVE_VA_COPY 1
14300 _ACEOF
14303 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14304 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14305 if test "${ac_cv_c___va_copy+set}" = set; then
14306 echo $ECHO_N "(cached) $ECHO_C" >&6
14307 else
14308 cat >conftest.$ac_ext <<_ACEOF
14309 /* confdefs.h. */
14310 _ACEOF
14311 cat confdefs.h >>conftest.$ac_ext
14312 cat >>conftest.$ac_ext <<_ACEOF
14313 /* end confdefs.h. */
14314 #include <stdarg.h>
14316 main ()
14318 va_list ap1, ap2; __va_copy(ap1,ap2);
14320 return 0;
14322 _ACEOF
14323 rm -f conftest.$ac_objext conftest$ac_exeext
14324 if { (ac_try="$ac_link"
14325 case "(($ac_try" in
14326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14327 *) ac_try_echo=$ac_try;;
14328 esac
14329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14330 (eval "$ac_link") 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } && {
14337 test -z "$ac_c_werror_flag" ||
14338 test ! -s conftest.err
14339 } && test -s conftest$ac_exeext &&
14340 $as_test_x conftest$ac_exeext; then
14341 ac_cv_c___va_copy="yes"
14342 else
14343 echo "$as_me: failed program was:" >&5
14344 sed 's/^/| /' conftest.$ac_ext >&5
14346 ac_cv_c___va_copy="no"
14349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14350 conftest$ac_exeext conftest.$ac_ext
14353 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14354 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14355 if test "$ac_cv_c___va_copy" = "yes"
14356 then
14358 cat >>confdefs.h <<\_ACEOF
14359 #define HAVE___VA_COPY 1
14360 _ACEOF
14364 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14365 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14366 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14367 echo $ECHO_N "(cached) $ECHO_C" >&6
14368 else
14369 cat >conftest.$ac_ext <<_ACEOF
14370 /* confdefs.h. */
14371 _ACEOF
14372 cat confdefs.h >>conftest.$ac_ext
14373 cat >>conftest.$ac_ext <<_ACEOF
14374 /* end confdefs.h. */
14375 #define _GNU_SOURCE
14376 #include <pthread.h>
14378 typedef pthread_rwlock_t ac__type_new_;
14380 main ()
14382 if ((ac__type_new_ *) 0)
14383 return 0;
14384 if (sizeof (ac__type_new_))
14385 return 0;
14387 return 0;
14389 _ACEOF
14390 rm -f conftest.$ac_objext
14391 if { (ac_try="$ac_compile"
14392 case "(($ac_try" in
14393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14394 *) ac_try_echo=$ac_try;;
14395 esac
14396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14397 (eval "$ac_compile") 2>conftest.er1
14398 ac_status=$?
14399 grep -v '^ *+' conftest.er1 >conftest.err
14400 rm -f conftest.er1
14401 cat conftest.err >&5
14402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403 (exit $ac_status); } && {
14404 test -z "$ac_c_werror_flag" ||
14405 test ! -s conftest.err
14406 } && test -s conftest.$ac_objext; then
14407 ac_cv_type_pthread_rwlock_t=yes
14408 else
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.$ac_ext >&5
14412 ac_cv_type_pthread_rwlock_t=no
14415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14417 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14418 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14419 if test $ac_cv_type_pthread_rwlock_t = yes; then
14421 cat >>confdefs.h <<_ACEOF
14422 #define HAVE_PTHREAD_RWLOCK_T 1
14423 _ACEOF
14427 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14428 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14429 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14430 echo $ECHO_N "(cached) $ECHO_C" >&6
14431 else
14432 cat >conftest.$ac_ext <<_ACEOF
14433 /* confdefs.h. */
14434 _ACEOF
14435 cat confdefs.h >>conftest.$ac_ext
14436 cat >>conftest.$ac_ext <<_ACEOF
14437 /* end confdefs.h. */
14438 #define _GNU_SOURCE
14439 #include <pthread.h>
14441 typedef pthread_rwlockattr_t ac__type_new_;
14443 main ()
14445 if ((ac__type_new_ *) 0)
14446 return 0;
14447 if (sizeof (ac__type_new_))
14448 return 0;
14450 return 0;
14452 _ACEOF
14453 rm -f conftest.$ac_objext
14454 if { (ac_try="$ac_compile"
14455 case "(($ac_try" in
14456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14457 *) ac_try_echo=$ac_try;;
14458 esac
14459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14460 (eval "$ac_compile") 2>conftest.er1
14461 ac_status=$?
14462 grep -v '^ *+' conftest.er1 >conftest.err
14463 rm -f conftest.er1
14464 cat conftest.err >&5
14465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); } && {
14467 test -z "$ac_c_werror_flag" ||
14468 test ! -s conftest.err
14469 } && test -s conftest.$ac_objext; then
14470 ac_cv_type_pthread_rwlockattr_t=yes
14471 else
14472 echo "$as_me: failed program was:" >&5
14473 sed 's/^/| /' conftest.$ac_ext >&5
14475 ac_cv_type_pthread_rwlockattr_t=no
14478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14480 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14481 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14482 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14484 cat >>confdefs.h <<_ACEOF
14485 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14486 _ACEOF
14492 ac_wine_check_funcs_save_LIBS="$LIBS"
14493 LIBS="$LIBS $LIBPTHREAD"
14498 for ac_func in \
14499 pthread_attr_get_np \
14500 pthread_getattr_np \
14501 pthread_get_stackaddr_np \
14502 pthread_get_stacksize_np
14504 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14505 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14506 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14507 if { as_var=$as_ac_var; eval "test \"\${$as_var+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 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14518 #define $ac_func innocuous_$ac_func
14520 /* System header to define __stub macros and hopefully few prototypes,
14521 which can conflict with char $ac_func (); below.
14522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14523 <limits.h> exists even on freestanding compilers. */
14525 #ifdef __STDC__
14526 # include <limits.h>
14527 #else
14528 # include <assert.h>
14529 #endif
14531 #undef $ac_func
14533 /* Override any GCC internal prototype to avoid an error.
14534 Use char because int might match the return type of a GCC
14535 builtin and then its argument prototype would still apply. */
14536 #ifdef __cplusplus
14537 extern "C"
14538 #endif
14539 char $ac_func ();
14540 /* The GNU C library defines this for functions which it implements
14541 to always fail with ENOSYS. Some functions are actually named
14542 something starting with __ and the normal name is an alias. */
14543 #if defined __stub_$ac_func || defined __stub___$ac_func
14544 choke me
14545 #endif
14548 main ()
14550 return $ac_func ();
14552 return 0;
14554 _ACEOF
14555 rm -f conftest.$ac_objext conftest$ac_exeext
14556 if { (ac_try="$ac_link"
14557 case "(($ac_try" in
14558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14559 *) ac_try_echo=$ac_try;;
14560 esac
14561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14562 (eval "$ac_link") 2>conftest.er1
14563 ac_status=$?
14564 grep -v '^ *+' conftest.er1 >conftest.err
14565 rm -f conftest.er1
14566 cat conftest.err >&5
14567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568 (exit $ac_status); } && {
14569 test -z "$ac_c_werror_flag" ||
14570 test ! -s conftest.err
14571 } && test -s conftest$ac_exeext &&
14572 $as_test_x conftest$ac_exeext; then
14573 eval "$as_ac_var=yes"
14574 else
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14578 eval "$as_ac_var=no"
14581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14582 conftest$ac_exeext conftest.$ac_ext
14584 ac_res=`eval echo '${'$as_ac_var'}'`
14585 { echo "$as_me:$LINENO: result: $ac_res" >&5
14586 echo "${ECHO_T}$ac_res" >&6; }
14587 if test `eval echo '${'$as_ac_var'}'` = yes; then
14588 cat >>confdefs.h <<_ACEOF
14589 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14590 _ACEOF
14593 done
14595 LIBS="$ac_wine_check_funcs_save_LIBS"
14597 # Extract the first word of "esd-config", so it can be a program name with args.
14598 set dummy esd-config; ac_word=$2
14599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14601 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14602 echo $ECHO_N "(cached) $ECHO_C" >&6
14603 else
14604 case $ESDCONFIG in
14605 [\\/]* | ?:[\\/]*)
14606 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14610 for as_dir in $PATH
14612 IFS=$as_save_IFS
14613 test -z "$as_dir" && as_dir=.
14614 for ac_exec_ext in '' $ac_executable_extensions; do
14615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14616 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14618 break 2
14620 done
14621 done
14622 IFS=$as_save_IFS
14625 esac
14627 ESDCONFIG=$ac_cv_path_ESDCONFIG
14628 if test -n "$ESDCONFIG"; then
14629 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14630 echo "${ECHO_T}$ESDCONFIG" >&6; }
14631 else
14632 { echo "$as_me:$LINENO: result: no" >&5
14633 echo "${ECHO_T}no" >&6; }
14637 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14638 then
14639 ac_esd_incl=""
14640 for i in `$ESDCONFIG --cflags`
14642 case "$i" in
14643 -I*) ac_esd_incl="$ac_esd_incl $i";;
14644 esac
14645 done
14646 ac_esd_libs=`$ESDCONFIG --libs`
14647 save_CFLAGS="$CFLAGS"
14648 CFLAGS="$CFLAGS $ac_esd_incl"
14649 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14650 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14651 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14652 echo $ECHO_N "(cached) $ECHO_C" >&6
14653 else
14654 ac_check_lib_save_LIBS=$LIBS
14655 LIBS="-lesd $ac_esd_libs $LIBS"
14656 cat >conftest.$ac_ext <<_ACEOF
14657 /* confdefs.h. */
14658 _ACEOF
14659 cat confdefs.h >>conftest.$ac_ext
14660 cat >>conftest.$ac_ext <<_ACEOF
14661 /* end confdefs.h. */
14663 /* Override any GCC internal prototype to avoid an error.
14664 Use char because int might match the return type of a GCC
14665 builtin and then its argument prototype would still apply. */
14666 #ifdef __cplusplus
14667 extern "C"
14668 #endif
14669 char esd_open_sound ();
14671 main ()
14673 return esd_open_sound ();
14675 return 0;
14677 _ACEOF
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14685 (eval "$ac_link") 2>conftest.er1
14686 ac_status=$?
14687 grep -v '^ *+' conftest.er1 >conftest.err
14688 rm -f conftest.er1
14689 cat conftest.err >&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } && {
14692 test -z "$ac_c_werror_flag" ||
14693 test ! -s conftest.err
14694 } && test -s conftest$ac_exeext &&
14695 $as_test_x conftest$ac_exeext; then
14696 ac_cv_lib_esd_esd_open_sound=yes
14697 else
14698 echo "$as_me: failed program was:" >&5
14699 sed 's/^/| /' conftest.$ac_ext >&5
14701 ac_cv_lib_esd_esd_open_sound=no
14704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14705 conftest$ac_exeext conftest.$ac_ext
14706 LIBS=$ac_check_lib_save_LIBS
14708 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14709 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14710 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14711 ESDINCL="$ac_esd_incl"
14713 ESDLIBS="$ac_esd_libs"
14716 cat >>confdefs.h <<\_ACEOF
14717 #define HAVE_ESD 1
14718 _ACEOF
14722 CFLAGS="$save_CFLAGS"
14725 ALSALIBS=""
14727 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14728 then
14729 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14730 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14731 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14733 else
14734 ac_check_lib_save_LIBS=$LIBS
14735 LIBS="-lasound $LIBS"
14736 cat >conftest.$ac_ext <<_ACEOF
14737 /* confdefs.h. */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14743 /* Override any GCC internal prototype to avoid an error.
14744 Use char because int might match the return type of a GCC
14745 builtin and then its argument prototype would still apply. */
14746 #ifdef __cplusplus
14747 extern "C"
14748 #endif
14749 char snd_pcm_hw_params_get_access ();
14751 main ()
14753 return snd_pcm_hw_params_get_access ();
14755 return 0;
14757 _ACEOF
14758 rm -f conftest.$ac_objext conftest$ac_exeext
14759 if { (ac_try="$ac_link"
14760 case "(($ac_try" in
14761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14762 *) ac_try_echo=$ac_try;;
14763 esac
14764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765 (eval "$ac_link") 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } && {
14772 test -z "$ac_c_werror_flag" ||
14773 test ! -s conftest.err
14774 } && test -s conftest$ac_exeext &&
14775 $as_test_x conftest$ac_exeext; then
14776 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14777 else
14778 echo "$as_me: failed program was:" >&5
14779 sed 's/^/| /' conftest.$ac_ext >&5
14781 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14785 conftest$ac_exeext conftest.$ac_ext
14786 LIBS=$ac_check_lib_save_LIBS
14788 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14789 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14790 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14791 cat >conftest.$ac_ext <<_ACEOF
14792 /* confdefs.h. */
14793 _ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h. */
14797 #ifdef HAVE_ALSA_ASOUNDLIB_H
14798 #include <alsa/asoundlib.h>
14799 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14800 #include <sys/asoundlib.h>
14801 #endif
14803 main ()
14805 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14807 return 0;
14809 _ACEOF
14810 rm -f conftest.$ac_objext
14811 if { (ac_try="$ac_compile"
14812 case "(($ac_try" in
14813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814 *) ac_try_echo=$ac_try;;
14815 esac
14816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14817 (eval "$ac_compile") 2>conftest.er1
14818 ac_status=$?
14819 grep -v '^ *+' conftest.er1 >conftest.err
14820 rm -f conftest.er1
14821 cat conftest.err >&5
14822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823 (exit $ac_status); } && {
14824 test -z "$ac_c_werror_flag" ||
14825 test ! -s conftest.err
14826 } && test -s conftest.$ac_objext; then
14828 cat >>confdefs.h <<\_ACEOF
14829 #define HAVE_ALSA 1
14830 _ACEOF
14832 ALSALIBS="-lasound"
14833 else
14834 echo "$as_me: failed program was:" >&5
14835 sed 's/^/| /' conftest.$ac_ext >&5
14840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14845 AUDIOIOLIBS=""
14847 if test "$ac_cv_header_libaudioio_h" = "yes"
14848 then
14849 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14850 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14851 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14852 echo $ECHO_N "(cached) $ECHO_C" >&6
14853 else
14854 ac_check_lib_save_LIBS=$LIBS
14855 LIBS="-laudioio $LIBS"
14856 cat >conftest.$ac_ext <<_ACEOF
14857 /* confdefs.h. */
14858 _ACEOF
14859 cat confdefs.h >>conftest.$ac_ext
14860 cat >>conftest.$ac_ext <<_ACEOF
14861 /* end confdefs.h. */
14863 /* Override any GCC internal prototype to avoid an error.
14864 Use char because int might match the return type of a GCC
14865 builtin and then its argument prototype would still apply. */
14866 #ifdef __cplusplus
14867 extern "C"
14868 #endif
14869 char AudioIOGetVersion ();
14871 main ()
14873 return AudioIOGetVersion ();
14875 return 0;
14877 _ACEOF
14878 rm -f conftest.$ac_objext conftest$ac_exeext
14879 if { (ac_try="$ac_link"
14880 case "(($ac_try" in
14881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14882 *) ac_try_echo=$ac_try;;
14883 esac
14884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14885 (eval "$ac_link") 2>conftest.er1
14886 ac_status=$?
14887 grep -v '^ *+' conftest.er1 >conftest.err
14888 rm -f conftest.er1
14889 cat conftest.err >&5
14890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891 (exit $ac_status); } && {
14892 test -z "$ac_c_werror_flag" ||
14893 test ! -s conftest.err
14894 } && test -s conftest$ac_exeext &&
14895 $as_test_x conftest$ac_exeext; then
14896 ac_cv_lib_audioio_AudioIOGetVersion=yes
14897 else
14898 echo "$as_me: failed program was:" >&5
14899 sed 's/^/| /' conftest.$ac_ext >&5
14901 ac_cv_lib_audioio_AudioIOGetVersion=no
14904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14905 conftest$ac_exeext conftest.$ac_ext
14906 LIBS=$ac_check_lib_save_LIBS
14908 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14909 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14910 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14911 AUDIOIOLIBS="-laudioio"
14913 cat >>confdefs.h <<\_ACEOF
14914 #define HAVE_LIBAUDIOIO 1
14915 _ACEOF
14922 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14923 then
14924 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14925 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14926 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14927 echo $ECHO_N "(cached) $ECHO_C" >&6
14928 else
14929 ac_check_soname_save_LIBS=$LIBS
14930 LIBS="-lcapi20 $LIBS"
14931 cat >conftest.$ac_ext <<_ACEOF
14932 /* confdefs.h. */
14933 _ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14938 /* Override any GCC internal prototype to avoid an error.
14939 Use char because int might match the return type of a GCC
14940 builtin and then its argument prototype would still apply. */
14941 #ifdef __cplusplus
14942 extern "C"
14943 #endif
14944 char capi20_register ();
14946 main ()
14948 return capi20_register ();
14950 return 0;
14952 _ACEOF
14953 rm -f conftest.$ac_objext conftest$ac_exeext
14954 if { (ac_try="$ac_link"
14955 case "(($ac_try" in
14956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14957 *) ac_try_echo=$ac_try;;
14958 esac
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960 (eval "$ac_link") 2>conftest.er1
14961 ac_status=$?
14962 grep -v '^ *+' conftest.er1 >conftest.err
14963 rm -f conftest.er1
14964 cat conftest.err >&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest$ac_exeext &&
14970 $as_test_x conftest$ac_exeext; then
14971 case "$LIBEXT" in
14972 dll) ;;
14973 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'` ;;
14974 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14975 esac
14976 else
14977 echo "$as_me: failed program was:" >&5
14978 sed 's/^/| /' conftest.$ac_ext >&5
14983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14984 conftest$ac_exeext conftest.$ac_ext
14985 LIBS=$ac_check_soname_save_LIBS
14987 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14988 { echo "$as_me:$LINENO: result: not found" >&5
14989 echo "${ECHO_T}not found" >&6; }
14991 else
14992 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14993 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14995 cat >>confdefs.h <<_ACEOF
14996 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14997 _ACEOF
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 case "x$with_capi" in
15005 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15006 xno) ;;
15007 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15008 This is an error since --with-capi was requested." >&5
15009 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15010 This is an error since --with-capi was requested." >&2;}
15011 { (exit 1); exit 1; }; } ;;
15012 esac
15016 CUPSINCL=""
15018 if test "x$with_cups" != "xno"
15019 then
15020 ac_save_CPPFLAGS="$CPPFLAGS"
15021 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15022 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15023 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15025 for ac_header in cups/cups.h
15027 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15029 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15030 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15032 echo $ECHO_N "(cached) $ECHO_C" >&6
15034 ac_res=`eval echo '${'$as_ac_Header'}'`
15035 { echo "$as_me:$LINENO: result: $ac_res" >&5
15036 echo "${ECHO_T}$ac_res" >&6; }
15037 else
15038 # Is the header compilable?
15039 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15041 cat >conftest.$ac_ext <<_ACEOF
15042 /* confdefs.h. */
15043 _ACEOF
15044 cat confdefs.h >>conftest.$ac_ext
15045 cat >>conftest.$ac_ext <<_ACEOF
15046 /* end confdefs.h. */
15047 $ac_includes_default
15048 #include <$ac_header>
15049 _ACEOF
15050 rm -f conftest.$ac_objext
15051 if { (ac_try="$ac_compile"
15052 case "(($ac_try" in
15053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15054 *) ac_try_echo=$ac_try;;
15055 esac
15056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15057 (eval "$ac_compile") 2>conftest.er1
15058 ac_status=$?
15059 grep -v '^ *+' conftest.er1 >conftest.err
15060 rm -f conftest.er1
15061 cat conftest.err >&5
15062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15063 (exit $ac_status); } && {
15064 test -z "$ac_c_werror_flag" ||
15065 test ! -s conftest.err
15066 } && test -s conftest.$ac_objext; then
15067 ac_header_compiler=yes
15068 else
15069 echo "$as_me: failed program was:" >&5
15070 sed 's/^/| /' conftest.$ac_ext >&5
15072 ac_header_compiler=no
15075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15076 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15077 echo "${ECHO_T}$ac_header_compiler" >&6; }
15079 # Is the header present?
15080 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15081 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15082 cat >conftest.$ac_ext <<_ACEOF
15083 /* confdefs.h. */
15084 _ACEOF
15085 cat confdefs.h >>conftest.$ac_ext
15086 cat >>conftest.$ac_ext <<_ACEOF
15087 /* end confdefs.h. */
15088 #include <$ac_header>
15089 _ACEOF
15090 if { (ac_try="$ac_cpp conftest.$ac_ext"
15091 case "(($ac_try" in
15092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15093 *) ac_try_echo=$ac_try;;
15094 esac
15095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15096 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15097 ac_status=$?
15098 grep -v '^ *+' conftest.er1 >conftest.err
15099 rm -f conftest.er1
15100 cat conftest.err >&5
15101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102 (exit $ac_status); } >/dev/null && {
15103 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15104 test ! -s conftest.err
15105 }; then
15106 ac_header_preproc=yes
15107 else
15108 echo "$as_me: failed program was:" >&5
15109 sed 's/^/| /' conftest.$ac_ext >&5
15111 ac_header_preproc=no
15114 rm -f conftest.err conftest.$ac_ext
15115 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15116 echo "${ECHO_T}$ac_header_preproc" >&6; }
15118 # So? What about this header?
15119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15120 yes:no: )
15121 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15122 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15123 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15124 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15125 ac_header_preproc=yes
15127 no:yes:* )
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15129 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15131 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15132 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15133 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15134 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15135 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15136 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15137 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15138 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15139 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15140 ( cat <<\_ASBOX
15141 ## ------------------------------------ ##
15142 ## Report this to wine-devel@winehq.org ##
15143 ## ------------------------------------ ##
15144 _ASBOX
15145 ) | sed "s/^/$as_me: WARNING: /" >&2
15147 esac
15148 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15150 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 else
15153 eval "$as_ac_Header=\$ac_header_preproc"
15155 ac_res=`eval echo '${'$as_ac_Header'}'`
15156 { echo "$as_me:$LINENO: result: $ac_res" >&5
15157 echo "${ECHO_T}$ac_res" >&6; }
15160 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15161 cat >>confdefs.h <<_ACEOF
15162 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15163 _ACEOF
15164 { echo "$as_me:$LINENO: checking for -lcups" >&5
15165 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15166 if test "${ac_cv_lib_soname_cups+set}" = set; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15168 else
15169 ac_check_soname_save_LIBS=$LIBS
15170 LIBS="-lcups $ac_cups_libs $LIBS"
15171 cat >conftest.$ac_ext <<_ACEOF
15172 /* confdefs.h. */
15173 _ACEOF
15174 cat confdefs.h >>conftest.$ac_ext
15175 cat >>conftest.$ac_ext <<_ACEOF
15176 /* end confdefs.h. */
15178 /* Override any GCC internal prototype to avoid an error.
15179 Use char because int might match the return type of a GCC
15180 builtin and then its argument prototype would still apply. */
15181 #ifdef __cplusplus
15182 extern "C"
15183 #endif
15184 char cupsGetDefault ();
15186 main ()
15188 return cupsGetDefault ();
15190 return 0;
15192 _ACEOF
15193 rm -f conftest.$ac_objext conftest$ac_exeext
15194 if { (ac_try="$ac_link"
15195 case "(($ac_try" in
15196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15197 *) ac_try_echo=$ac_try;;
15198 esac
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200 (eval "$ac_link") 2>conftest.er1
15201 ac_status=$?
15202 grep -v '^ *+' conftest.er1 >conftest.err
15203 rm -f conftest.er1
15204 cat conftest.err >&5
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } && {
15207 test -z "$ac_c_werror_flag" ||
15208 test ! -s conftest.err
15209 } && test -s conftest$ac_exeext &&
15210 $as_test_x conftest$ac_exeext; then
15211 case "$LIBEXT" in
15212 dll) ;;
15213 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'` ;;
15214 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15215 esac
15216 else
15217 echo "$as_me: failed program was:" >&5
15218 sed 's/^/| /' conftest.$ac_ext >&5
15223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15224 conftest$ac_exeext conftest.$ac_ext
15225 LIBS=$ac_check_soname_save_LIBS
15227 if test "x$ac_cv_lib_soname_cups" = "x"; then
15228 { echo "$as_me:$LINENO: result: not found" >&5
15229 echo "${ECHO_T}not found" >&6; }
15231 else
15232 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15233 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15235 cat >>confdefs.h <<_ACEOF
15236 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15237 _ACEOF
15239 CUPSINCL="$ac_cups_cflags"
15244 done
15246 CPPFLAGS="$ac_save_CPPFLAGS"
15248 if test "x$ac_cv_lib_soname_cups" = "x"; then
15249 case "x$with_cups" in
15250 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15251 xno) ;;
15252 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15253 This is an error since --with-cups was requested." >&5
15254 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15255 This is an error since --with-cups was requested." >&2;}
15256 { (exit 1); exit 1; }; } ;;
15257 esac
15261 if test "$ac_cv_header_jack_jack_h" = "yes"
15262 then
15263 { echo "$as_me:$LINENO: checking for -ljack" >&5
15264 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15265 if test "${ac_cv_lib_soname_jack+set}" = set; then
15266 echo $ECHO_N "(cached) $ECHO_C" >&6
15267 else
15268 ac_check_soname_save_LIBS=$LIBS
15269 LIBS="-ljack $LIBS"
15270 cat >conftest.$ac_ext <<_ACEOF
15271 /* confdefs.h. */
15272 _ACEOF
15273 cat confdefs.h >>conftest.$ac_ext
15274 cat >>conftest.$ac_ext <<_ACEOF
15275 /* end confdefs.h. */
15277 /* Override any GCC internal prototype to avoid an error.
15278 Use char because int might match the return type of a GCC
15279 builtin and then its argument prototype would still apply. */
15280 #ifdef __cplusplus
15281 extern "C"
15282 #endif
15283 char jack_client_new ();
15285 main ()
15287 return jack_client_new ();
15289 return 0;
15291 _ACEOF
15292 rm -f conftest.$ac_objext conftest$ac_exeext
15293 if { (ac_try="$ac_link"
15294 case "(($ac_try" in
15295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15296 *) ac_try_echo=$ac_try;;
15297 esac
15298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15299 (eval "$ac_link") 2>conftest.er1
15300 ac_status=$?
15301 grep -v '^ *+' conftest.er1 >conftest.err
15302 rm -f conftest.er1
15303 cat conftest.err >&5
15304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } && {
15306 test -z "$ac_c_werror_flag" ||
15307 test ! -s conftest.err
15308 } && test -s conftest$ac_exeext &&
15309 $as_test_x conftest$ac_exeext; then
15310 case "$LIBEXT" in
15311 dll) ;;
15312 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'` ;;
15313 *) 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'` ;;
15314 esac
15315 else
15316 echo "$as_me: failed program was:" >&5
15317 sed 's/^/| /' conftest.$ac_ext >&5
15322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15323 conftest$ac_exeext conftest.$ac_ext
15324 LIBS=$ac_check_soname_save_LIBS
15326 if test "x$ac_cv_lib_soname_jack" = "x"; then
15327 { echo "$as_me:$LINENO: result: not found" >&5
15328 echo "${ECHO_T}not found" >&6; }
15330 else
15331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15332 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15334 cat >>confdefs.h <<_ACEOF
15335 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15336 _ACEOF
15343 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15344 then
15345 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15346 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15347 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15348 echo $ECHO_N "(cached) $ECHO_C" >&6
15349 else
15350 ac_check_soname_save_LIBS=$LIBS
15351 LIBS="-lfontconfig $LIBS"
15352 cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h. */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h. */
15359 /* Override any GCC internal prototype to avoid an error.
15360 Use char because int might match the return type of a GCC
15361 builtin and then its argument prototype would still apply. */
15362 #ifdef __cplusplus
15363 extern "C"
15364 #endif
15365 char FcInit ();
15367 main ()
15369 return FcInit ();
15371 return 0;
15373 _ACEOF
15374 rm -f conftest.$ac_objext conftest$ac_exeext
15375 if { (ac_try="$ac_link"
15376 case "(($ac_try" in
15377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15378 *) ac_try_echo=$ac_try;;
15379 esac
15380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15381 (eval "$ac_link") 2>conftest.er1
15382 ac_status=$?
15383 grep -v '^ *+' conftest.er1 >conftest.err
15384 rm -f conftest.er1
15385 cat conftest.err >&5
15386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387 (exit $ac_status); } && {
15388 test -z "$ac_c_werror_flag" ||
15389 test ! -s conftest.err
15390 } && test -s conftest$ac_exeext &&
15391 $as_test_x conftest$ac_exeext; then
15392 case "$LIBEXT" in
15393 dll) ;;
15394 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'` ;;
15395 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15396 esac
15397 else
15398 echo "$as_me: failed program was:" >&5
15399 sed 's/^/| /' conftest.$ac_ext >&5
15404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15405 conftest$ac_exeext conftest.$ac_ext
15406 LIBS=$ac_check_soname_save_LIBS
15408 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15409 { echo "$as_me:$LINENO: result: not found" >&5
15410 echo "${ECHO_T}not found" >&6; }
15412 else
15413 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15414 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15416 cat >>confdefs.h <<_ACEOF
15417 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15418 _ACEOF
15423 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15424 then
15425 ac_save_CPPFLAGS="$CPPFLAGS"
15426 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15427 $as_unset ac_cv_header_fontconfig_fontconfig_h
15429 for ac_header in fontconfig/fontconfig.h
15431 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15432 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15433 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15434 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15435 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15436 echo $ECHO_N "(cached) $ECHO_C" >&6
15438 ac_res=`eval echo '${'$as_ac_Header'}'`
15439 { echo "$as_me:$LINENO: result: $ac_res" >&5
15440 echo "${ECHO_T}$ac_res" >&6; }
15441 else
15442 # Is the header compilable?
15443 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15444 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15445 cat >conftest.$ac_ext <<_ACEOF
15446 /* confdefs.h. */
15447 _ACEOF
15448 cat confdefs.h >>conftest.$ac_ext
15449 cat >>conftest.$ac_ext <<_ACEOF
15450 /* end confdefs.h. */
15451 $ac_includes_default
15452 #include <$ac_header>
15453 _ACEOF
15454 rm -f conftest.$ac_objext
15455 if { (ac_try="$ac_compile"
15456 case "(($ac_try" in
15457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15458 *) ac_try_echo=$ac_try;;
15459 esac
15460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15461 (eval "$ac_compile") 2>conftest.er1
15462 ac_status=$?
15463 grep -v '^ *+' conftest.er1 >conftest.err
15464 rm -f conftest.er1
15465 cat conftest.err >&5
15466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467 (exit $ac_status); } && {
15468 test -z "$ac_c_werror_flag" ||
15469 test ! -s conftest.err
15470 } && test -s conftest.$ac_objext; then
15471 ac_header_compiler=yes
15472 else
15473 echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.$ac_ext >&5
15476 ac_header_compiler=no
15479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15480 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15481 echo "${ECHO_T}$ac_header_compiler" >&6; }
15483 # Is the header present?
15484 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15485 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15486 cat >conftest.$ac_ext <<_ACEOF
15487 /* confdefs.h. */
15488 _ACEOF
15489 cat confdefs.h >>conftest.$ac_ext
15490 cat >>conftest.$ac_ext <<_ACEOF
15491 /* end confdefs.h. */
15492 #include <$ac_header>
15493 _ACEOF
15494 if { (ac_try="$ac_cpp conftest.$ac_ext"
15495 case "(($ac_try" in
15496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15497 *) ac_try_echo=$ac_try;;
15498 esac
15499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15501 ac_status=$?
15502 grep -v '^ *+' conftest.er1 >conftest.err
15503 rm -f conftest.er1
15504 cat conftest.err >&5
15505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506 (exit $ac_status); } >/dev/null && {
15507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15508 test ! -s conftest.err
15509 }; then
15510 ac_header_preproc=yes
15511 else
15512 echo "$as_me: failed program was:" >&5
15513 sed 's/^/| /' conftest.$ac_ext >&5
15515 ac_header_preproc=no
15518 rm -f conftest.err conftest.$ac_ext
15519 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15520 echo "${ECHO_T}$ac_header_preproc" >&6; }
15522 # So? What about this header?
15523 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15524 yes:no: )
15525 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15526 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15527 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15528 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15529 ac_header_preproc=yes
15531 no:yes:* )
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15533 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15535 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15537 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15539 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15541 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15543 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15544 ( cat <<\_ASBOX
15545 ## ------------------------------------ ##
15546 ## Report this to wine-devel@winehq.org ##
15547 ## ------------------------------------ ##
15548 _ASBOX
15549 ) | sed "s/^/$as_me: WARNING: /" >&2
15551 esac
15552 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15553 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15554 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 else
15557 eval "$as_ac_Header=\$ac_header_preproc"
15559 ac_res=`eval echo '${'$as_ac_Header'}'`
15560 { echo "$as_me:$LINENO: result: $ac_res" >&5
15561 echo "${ECHO_T}$ac_res" >&6; }
15564 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15565 cat >>confdefs.h <<_ACEOF
15566 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15567 _ACEOF
15571 done
15573 CPPFLAGS="$ac_save_CPPFLAGS"
15574 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15575 then
15576 FONTCONFIGINCL="$X_CFLAGS"
15578 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15579 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15580 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15581 echo $ECHO_N "(cached) $ECHO_C" >&6
15582 else
15583 ac_check_soname_save_LIBS=$LIBS
15584 LIBS="-lfontconfig $X_LIBS $LIBS"
15585 cat >conftest.$ac_ext <<_ACEOF
15586 /* confdefs.h. */
15587 _ACEOF
15588 cat confdefs.h >>conftest.$ac_ext
15589 cat >>conftest.$ac_ext <<_ACEOF
15590 /* end confdefs.h. */
15592 /* Override any GCC internal prototype to avoid an error.
15593 Use char because int might match the return type of a GCC
15594 builtin and then its argument prototype would still apply. */
15595 #ifdef __cplusplus
15596 extern "C"
15597 #endif
15598 char FcInit ();
15600 main ()
15602 return FcInit ();
15604 return 0;
15606 _ACEOF
15607 rm -f conftest.$ac_objext conftest$ac_exeext
15608 if { (ac_try="$ac_link"
15609 case "(($ac_try" in
15610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15611 *) ac_try_echo=$ac_try;;
15612 esac
15613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15614 (eval "$ac_link") 2>conftest.er1
15615 ac_status=$?
15616 grep -v '^ *+' conftest.er1 >conftest.err
15617 rm -f conftest.er1
15618 cat conftest.err >&5
15619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); } && {
15621 test -z "$ac_c_werror_flag" ||
15622 test ! -s conftest.err
15623 } && test -s conftest$ac_exeext &&
15624 $as_test_x conftest$ac_exeext; then
15625 case "$LIBEXT" in
15626 dll) ;;
15627 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'` ;;
15628 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15629 esac
15630 else
15631 echo "$as_me: failed program was:" >&5
15632 sed 's/^/| /' conftest.$ac_ext >&5
15637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15638 conftest$ac_exeext conftest.$ac_ext
15639 LIBS=$ac_check_soname_save_LIBS
15641 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15642 { echo "$as_me:$LINENO: result: not found" >&5
15643 echo "${ECHO_T}not found" >&6; }
15645 else
15646 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15647 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15649 cat >>confdefs.h <<_ACEOF
15650 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15651 _ACEOF
15658 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15659 case "x$with_fontconfig" in
15660 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15661 xno) ;;
15662 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15663 This is an error since --with-fontconfig was requested." >&5
15664 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15665 This is an error since --with-fontconfig was requested." >&2;}
15666 { (exit 1); exit 1; }; } ;;
15667 esac
15671 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15672 then
15673 { echo "$as_me:$LINENO: checking for -lssl" >&5
15674 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15675 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15676 echo $ECHO_N "(cached) $ECHO_C" >&6
15677 else
15678 ac_check_soname_save_LIBS=$LIBS
15679 LIBS="-lssl $LIBS"
15680 cat >conftest.$ac_ext <<_ACEOF
15681 /* confdefs.h. */
15682 _ACEOF
15683 cat confdefs.h >>conftest.$ac_ext
15684 cat >>conftest.$ac_ext <<_ACEOF
15685 /* end confdefs.h. */
15687 /* Override any GCC internal prototype to avoid an error.
15688 Use char because int might match the return type of a GCC
15689 builtin and then its argument prototype would still apply. */
15690 #ifdef __cplusplus
15691 extern "C"
15692 #endif
15693 char SSL_library_init ();
15695 main ()
15697 return SSL_library_init ();
15699 return 0;
15701 _ACEOF
15702 rm -f conftest.$ac_objext conftest$ac_exeext
15703 if { (ac_try="$ac_link"
15704 case "(($ac_try" in
15705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15706 *) ac_try_echo=$ac_try;;
15707 esac
15708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15709 (eval "$ac_link") 2>conftest.er1
15710 ac_status=$?
15711 grep -v '^ *+' conftest.er1 >conftest.err
15712 rm -f conftest.er1
15713 cat conftest.err >&5
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715 (exit $ac_status); } && {
15716 test -z "$ac_c_werror_flag" ||
15717 test ! -s conftest.err
15718 } && test -s conftest$ac_exeext &&
15719 $as_test_x conftest$ac_exeext; then
15720 case "$LIBEXT" in
15721 dll) ;;
15722 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'` ;;
15723 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15724 esac
15725 else
15726 echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15733 conftest$ac_exeext conftest.$ac_ext
15734 LIBS=$ac_check_soname_save_LIBS
15736 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15737 { echo "$as_me:$LINENO: result: not found" >&5
15738 echo "${ECHO_T}not found" >&6; }
15740 else
15741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15742 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15744 cat >>confdefs.h <<_ACEOF
15745 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15746 _ACEOF
15751 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15752 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15753 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15754 echo $ECHO_N "(cached) $ECHO_C" >&6
15755 else
15756 ac_check_soname_save_LIBS=$LIBS
15757 LIBS="-lcrypto $LIBS"
15758 cat >conftest.$ac_ext <<_ACEOF
15759 /* confdefs.h. */
15760 _ACEOF
15761 cat confdefs.h >>conftest.$ac_ext
15762 cat >>conftest.$ac_ext <<_ACEOF
15763 /* end confdefs.h. */
15765 /* Override any GCC internal prototype to avoid an error.
15766 Use char because int might match the return type of a GCC
15767 builtin and then its argument prototype would still apply. */
15768 #ifdef __cplusplus
15769 extern "C"
15770 #endif
15771 char BIO_new_socket ();
15773 main ()
15775 return BIO_new_socket ();
15777 return 0;
15779 _ACEOF
15780 rm -f conftest.$ac_objext conftest$ac_exeext
15781 if { (ac_try="$ac_link"
15782 case "(($ac_try" in
15783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15784 *) ac_try_echo=$ac_try;;
15785 esac
15786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15787 (eval "$ac_link") 2>conftest.er1
15788 ac_status=$?
15789 grep -v '^ *+' conftest.er1 >conftest.err
15790 rm -f conftest.er1
15791 cat conftest.err >&5
15792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); } && {
15794 test -z "$ac_c_werror_flag" ||
15795 test ! -s conftest.err
15796 } && test -s conftest$ac_exeext &&
15797 $as_test_x conftest$ac_exeext; then
15798 case "$LIBEXT" in
15799 dll) ;;
15800 dylib) ac_cv_lib_soname_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'` ;;
15801 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15802 esac
15803 else
15804 echo "$as_me: failed program was:" >&5
15805 sed 's/^/| /' conftest.$ac_ext >&5
15810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15811 conftest$ac_exeext conftest.$ac_ext
15812 LIBS=$ac_check_soname_save_LIBS
15814 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15815 { echo "$as_me:$LINENO: result: not found" >&5
15816 echo "${ECHO_T}not found" >&6; }
15818 else
15819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15820 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15822 cat >>confdefs.h <<_ACEOF
15823 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15824 _ACEOF
15830 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15831 case "x$with_openssl" in
15832 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15833 xno) ;;
15834 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15835 This is an error since --with-openssl was requested." >&5
15836 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15837 This is an error since --with-openssl was requested." >&2;}
15838 { (exit 1); exit 1; }; } ;;
15839 esac
15843 if test "$ac_cv_header_jpeglib_h" = "yes"
15844 then
15845 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15846 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15847 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15848 echo $ECHO_N "(cached) $ECHO_C" >&6
15849 else
15850 ac_check_soname_save_LIBS=$LIBS
15851 LIBS="-ljpeg $LIBS"
15852 cat >conftest.$ac_ext <<_ACEOF
15853 /* confdefs.h. */
15854 _ACEOF
15855 cat confdefs.h >>conftest.$ac_ext
15856 cat >>conftest.$ac_ext <<_ACEOF
15857 /* end confdefs.h. */
15859 /* Override any GCC internal prototype to avoid an error.
15860 Use char because int might match the return type of a GCC
15861 builtin and then its argument prototype would still apply. */
15862 #ifdef __cplusplus
15863 extern "C"
15864 #endif
15865 char jpeg_start_decompress ();
15867 main ()
15869 return jpeg_start_decompress ();
15871 return 0;
15873 _ACEOF
15874 rm -f conftest.$ac_objext conftest$ac_exeext
15875 if { (ac_try="$ac_link"
15876 case "(($ac_try" in
15877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15878 *) ac_try_echo=$ac_try;;
15879 esac
15880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15881 (eval "$ac_link") 2>conftest.er1
15882 ac_status=$?
15883 grep -v '^ *+' conftest.er1 >conftest.err
15884 rm -f conftest.er1
15885 cat conftest.err >&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); } && {
15888 test -z "$ac_c_werror_flag" ||
15889 test ! -s conftest.err
15890 } && test -s conftest$ac_exeext &&
15891 $as_test_x conftest$ac_exeext; then
15892 case "$LIBEXT" in
15893 dll) ;;
15894 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'` ;;
15895 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15896 esac
15897 else
15898 echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15905 conftest$ac_exeext conftest.$ac_ext
15906 LIBS=$ac_check_soname_save_LIBS
15908 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15909 { echo "$as_me:$LINENO: result: not found" >&5
15910 echo "${ECHO_T}not found" >&6; }
15912 else
15913 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15914 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15918 _ACEOF
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 case "x$with_jpeg" in
15926 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15927 xno) ;;
15928 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15929 This is an error since --with-jpeg was requested." >&5
15930 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15931 This is an error since --with-jpeg was requested." >&2;}
15932 { (exit 1); exit 1; }; } ;;
15933 esac
15937 if test "$ac_cv_header_png_h" = "yes"
15938 then
15939 { echo "$as_me:$LINENO: checking for -lpng" >&5
15940 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15941 if test "${ac_cv_lib_soname_png+set}" = set; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6
15943 else
15944 ac_check_soname_save_LIBS=$LIBS
15945 LIBS="-lpng -lm $LIBS"
15946 cat >conftest.$ac_ext <<_ACEOF
15947 /* confdefs.h. */
15948 _ACEOF
15949 cat confdefs.h >>conftest.$ac_ext
15950 cat >>conftest.$ac_ext <<_ACEOF
15951 /* end confdefs.h. */
15953 /* Override any GCC internal prototype to avoid an error.
15954 Use char because int might match the return type of a GCC
15955 builtin and then its argument prototype would still apply. */
15956 #ifdef __cplusplus
15957 extern "C"
15958 #endif
15959 char png_create_read_struct ();
15961 main ()
15963 return png_create_read_struct ();
15965 return 0;
15967 _ACEOF
15968 rm -f conftest.$ac_objext conftest$ac_exeext
15969 if { (ac_try="$ac_link"
15970 case "(($ac_try" in
15971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15972 *) ac_try_echo=$ac_try;;
15973 esac
15974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15975 (eval "$ac_link") 2>conftest.er1
15976 ac_status=$?
15977 grep -v '^ *+' conftest.er1 >conftest.err
15978 rm -f conftest.er1
15979 cat conftest.err >&5
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); } && {
15982 test -z "$ac_c_werror_flag" ||
15983 test ! -s conftest.err
15984 } && test -s conftest$ac_exeext &&
15985 $as_test_x conftest$ac_exeext; then
15986 case "$LIBEXT" in
15987 dll) ;;
15988 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'` ;;
15989 *) 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'` ;;
15990 esac
15991 else
15992 echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.$ac_ext >&5
15998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15999 conftest$ac_exeext conftest.$ac_ext
16000 LIBS=$ac_check_soname_save_LIBS
16002 if test "x$ac_cv_lib_soname_png" = "x"; then
16003 { echo "$as_me:$LINENO: result: not found" >&5
16004 echo "${ECHO_T}not found" >&6; }
16006 else
16007 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16008 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16010 cat >>confdefs.h <<_ACEOF
16011 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16012 _ACEOF
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 case "x$with_png" in
16020 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16021 xno) ;;
16022 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16023 This is an error since --with-png was requested." >&5
16024 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16025 This is an error since --with-png was requested." >&2;}
16026 { (exit 1); exit 1; }; } ;;
16027 esac
16031 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16032 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16033 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16034 echo $ECHO_N "(cached) $ECHO_C" >&6
16035 else
16036 ac_check_soname_save_LIBS=$LIBS
16037 LIBS="-lodbc $LIBS"
16038 cat >conftest.$ac_ext <<_ACEOF
16039 /* confdefs.h. */
16040 _ACEOF
16041 cat confdefs.h >>conftest.$ac_ext
16042 cat >>conftest.$ac_ext <<_ACEOF
16043 /* end confdefs.h. */
16045 /* Override any GCC internal prototype to avoid an error.
16046 Use char because int might match the return type of a GCC
16047 builtin and then its argument prototype would still apply. */
16048 #ifdef __cplusplus
16049 extern "C"
16050 #endif
16051 char SQLConnect ();
16053 main ()
16055 return SQLConnect ();
16057 return 0;
16059 _ACEOF
16060 rm -f conftest.$ac_objext conftest$ac_exeext
16061 if { (ac_try="$ac_link"
16062 case "(($ac_try" in
16063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16064 *) ac_try_echo=$ac_try;;
16065 esac
16066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16067 (eval "$ac_link") 2>conftest.er1
16068 ac_status=$?
16069 grep -v '^ *+' conftest.er1 >conftest.err
16070 rm -f conftest.er1
16071 cat conftest.err >&5
16072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16073 (exit $ac_status); } && {
16074 test -z "$ac_c_werror_flag" ||
16075 test ! -s conftest.err
16076 } && test -s conftest$ac_exeext &&
16077 $as_test_x conftest$ac_exeext; then
16078 case "$LIBEXT" in
16079 dll) ;;
16080 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'` ;;
16081 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16082 esac
16083 else
16084 echo "$as_me: failed program was:" >&5
16085 sed 's/^/| /' conftest.$ac_ext >&5
16090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16091 conftest$ac_exeext conftest.$ac_ext
16092 LIBS=$ac_check_soname_save_LIBS
16094 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16095 { echo "$as_me:$LINENO: result: not found" >&5
16096 echo "${ECHO_T}not found" >&6; }
16097 cat >>confdefs.h <<_ACEOF
16098 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16099 _ACEOF
16101 else
16102 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16103 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16105 cat >>confdefs.h <<_ACEOF
16106 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16107 _ACEOF
16113 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16114 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16115 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16116 "$ac_cv_header_soundcard_h" != "yes" -a \
16117 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16118 then
16119 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16123 EXTRACFLAGS=""
16125 if test "x${GCC}" = "xyes"
16126 then
16127 EXTRACFLAGS="-Wall -pipe"
16129 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16130 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16131 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16132 echo $ECHO_N "(cached) $ECHO_C" >&6
16133 else
16134 if test "$cross_compiling" = yes; then
16135 ac_cv_c_gcc_strength_bug="yes"
16136 else
16137 cat >conftest.$ac_ext <<_ACEOF
16138 /* confdefs.h. */
16139 _ACEOF
16140 cat confdefs.h >>conftest.$ac_ext
16141 cat >>conftest.$ac_ext <<_ACEOF
16142 /* end confdefs.h. */
16143 int L[4] = {0,1,2,3};
16145 main ()
16147 static int Array[3];
16148 unsigned int B = 3;
16149 int i;
16150 for(i=0; i<B; i++) Array[i] = i - 3;
16151 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16152 L[i] = 4;
16153 exit( Array[1] != -2 || L[2] != 3)
16155 return 0;
16157 _ACEOF
16158 rm -f conftest$ac_exeext
16159 if { (ac_try="$ac_link"
16160 case "(($ac_try" in
16161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16162 *) ac_try_echo=$ac_try;;
16163 esac
16164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16165 (eval "$ac_link") 2>&5
16166 ac_status=$?
16167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16169 { (case "(($ac_try" in
16170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16171 *) ac_try_echo=$ac_try;;
16172 esac
16173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16174 (eval "$ac_try") 2>&5
16175 ac_status=$?
16176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177 (exit $ac_status); }; }; then
16178 ac_cv_c_gcc_strength_bug="no"
16179 else
16180 echo "$as_me: program exited with status $ac_status" >&5
16181 echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16184 ( exit $ac_status )
16185 ac_cv_c_gcc_strength_bug="yes"
16187 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16192 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16193 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16194 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16195 then
16196 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16200 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16201 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16202 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16203 echo $ECHO_N "(cached) $ECHO_C" >&6
16204 else
16205 ac_wine_try_cflags_saved=$CFLAGS
16206 CFLAGS="$CFLAGS -fshort-wchar"
16207 cat >conftest.$ac_ext <<_ACEOF
16208 /* confdefs.h. */
16209 _ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h. */
16215 main ()
16219 return 0;
16221 _ACEOF
16222 rm -f conftest.$ac_objext conftest$ac_exeext
16223 if { (ac_try="$ac_link"
16224 case "(($ac_try" in
16225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16226 *) ac_try_echo=$ac_try;;
16227 esac
16228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16229 (eval "$ac_link") 2>conftest.er1
16230 ac_status=$?
16231 grep -v '^ *+' conftest.er1 >conftest.err
16232 rm -f conftest.er1
16233 cat conftest.err >&5
16234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235 (exit $ac_status); } && {
16236 test -z "$ac_c_werror_flag" ||
16237 test ! -s conftest.err
16238 } && test -s conftest$ac_exeext &&
16239 $as_test_x conftest$ac_exeext; then
16240 ac_cv_cflags__fshort_wchar=yes
16241 else
16242 echo "$as_me: failed program was:" >&5
16243 sed 's/^/| /' conftest.$ac_ext >&5
16245 ac_cv_cflags__fshort_wchar=no
16248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16249 conftest$ac_exeext conftest.$ac_ext
16250 CFLAGS=$ac_wine_try_cflags_saved
16252 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16253 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16254 if test $ac_cv_cflags__fshort_wchar = yes; then
16256 cat >>confdefs.h <<\_ACEOF
16257 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16258 _ACEOF
16262 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16263 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16264 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16266 else
16267 ac_wine_try_cflags_saved=$CFLAGS
16268 CFLAGS="$CFLAGS -fno-strict-aliasing"
16269 cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h. */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16277 main ()
16281 return 0;
16283 _ACEOF
16284 rm -f conftest.$ac_objext conftest$ac_exeext
16285 if { (ac_try="$ac_link"
16286 case "(($ac_try" in
16287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16288 *) ac_try_echo=$ac_try;;
16289 esac
16290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16291 (eval "$ac_link") 2>conftest.er1
16292 ac_status=$?
16293 grep -v '^ *+' conftest.er1 >conftest.err
16294 rm -f conftest.er1
16295 cat conftest.err >&5
16296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16297 (exit $ac_status); } && {
16298 test -z "$ac_c_werror_flag" ||
16299 test ! -s conftest.err
16300 } && test -s conftest$ac_exeext &&
16301 $as_test_x conftest$ac_exeext; then
16302 ac_cv_cflags__fno_strict_aliasing=yes
16303 else
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16307 ac_cv_cflags__fno_strict_aliasing=no
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311 conftest$ac_exeext conftest.$ac_ext
16312 CFLAGS=$ac_wine_try_cflags_saved
16314 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16315 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16316 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16317 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16320 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16321 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16322 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16323 echo $ECHO_N "(cached) $ECHO_C" >&6
16324 else
16325 ac_wine_try_cflags_saved=$CFLAGS
16326 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16327 cat >conftest.$ac_ext <<_ACEOF
16328 /* confdefs.h. */
16329 _ACEOF
16330 cat confdefs.h >>conftest.$ac_ext
16331 cat >>conftest.$ac_ext <<_ACEOF
16332 /* end confdefs.h. */
16335 main ()
16339 return 0;
16341 _ACEOF
16342 rm -f conftest.$ac_objext conftest$ac_exeext
16343 if { (ac_try="$ac_link"
16344 case "(($ac_try" in
16345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16346 *) ac_try_echo=$ac_try;;
16347 esac
16348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16349 (eval "$ac_link") 2>conftest.er1
16350 ac_status=$?
16351 grep -v '^ *+' conftest.er1 >conftest.err
16352 rm -f conftest.er1
16353 cat conftest.err >&5
16354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); } && {
16356 test -z "$ac_c_werror_flag" ||
16357 test ! -s conftest.err
16358 } && test -s conftest$ac_exeext &&
16359 $as_test_x conftest$ac_exeext; then
16360 ac_cv_cflags__Wdeclaration_after_statement=yes
16361 else
16362 echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.$ac_ext >&5
16365 ac_cv_cflags__Wdeclaration_after_statement=no
16368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16369 conftest$ac_exeext conftest.$ac_ext
16370 CFLAGS=$ac_wine_try_cflags_saved
16372 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16373 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16374 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16375 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16378 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16379 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16380 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16381 echo $ECHO_N "(cached) $ECHO_C" >&6
16382 else
16383 ac_wine_try_cflags_saved=$CFLAGS
16384 CFLAGS="$CFLAGS -Wwrite-strings"
16385 cat >conftest.$ac_ext <<_ACEOF
16386 /* confdefs.h. */
16387 _ACEOF
16388 cat confdefs.h >>conftest.$ac_ext
16389 cat >>conftest.$ac_ext <<_ACEOF
16390 /* end confdefs.h. */
16393 main ()
16397 return 0;
16399 _ACEOF
16400 rm -f conftest.$ac_objext conftest$ac_exeext
16401 if { (ac_try="$ac_link"
16402 case "(($ac_try" in
16403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16404 *) ac_try_echo=$ac_try;;
16405 esac
16406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16407 (eval "$ac_link") 2>conftest.er1
16408 ac_status=$?
16409 grep -v '^ *+' conftest.er1 >conftest.err
16410 rm -f conftest.er1
16411 cat conftest.err >&5
16412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413 (exit $ac_status); } && {
16414 test -z "$ac_c_werror_flag" ||
16415 test ! -s conftest.err
16416 } && test -s conftest$ac_exeext &&
16417 $as_test_x conftest$ac_exeext; then
16418 ac_cv_cflags__Wwrite_strings=yes
16419 else
16420 echo "$as_me: failed program was:" >&5
16421 sed 's/^/| /' conftest.$ac_ext >&5
16423 ac_cv_cflags__Wwrite_strings=no
16426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16427 conftest$ac_exeext conftest.$ac_ext
16428 CFLAGS=$ac_wine_try_cflags_saved
16430 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16431 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16432 if test $ac_cv_cflags__Wwrite_strings = yes; then
16433 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16436 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16437 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16438 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16439 echo $ECHO_N "(cached) $ECHO_C" >&6
16440 else
16441 ac_wine_try_cflags_saved=$CFLAGS
16442 CFLAGS="$CFLAGS -Wtype-limits"
16443 cat >conftest.$ac_ext <<_ACEOF
16444 /* confdefs.h. */
16445 _ACEOF
16446 cat confdefs.h >>conftest.$ac_ext
16447 cat >>conftest.$ac_ext <<_ACEOF
16448 /* end confdefs.h. */
16451 main ()
16455 return 0;
16457 _ACEOF
16458 rm -f conftest.$ac_objext conftest$ac_exeext
16459 if { (ac_try="$ac_link"
16460 case "(($ac_try" in
16461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16462 *) ac_try_echo=$ac_try;;
16463 esac
16464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16465 (eval "$ac_link") 2>conftest.er1
16466 ac_status=$?
16467 grep -v '^ *+' conftest.er1 >conftest.err
16468 rm -f conftest.er1
16469 cat conftest.err >&5
16470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16471 (exit $ac_status); } && {
16472 test -z "$ac_c_werror_flag" ||
16473 test ! -s conftest.err
16474 } && test -s conftest$ac_exeext &&
16475 $as_test_x conftest$ac_exeext; then
16476 ac_cv_cflags__Wtype_limits=yes
16477 else
16478 echo "$as_me: failed program was:" >&5
16479 sed 's/^/| /' conftest.$ac_ext >&5
16481 ac_cv_cflags__Wtype_limits=no
16484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16485 conftest$ac_exeext conftest.$ac_ext
16486 CFLAGS=$ac_wine_try_cflags_saved
16488 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16489 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16490 if test $ac_cv_cflags__Wtype_limits = yes; then
16491 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16495 saved_CFLAGS="$CFLAGS"
16496 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16497 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16498 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16499 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16500 echo $ECHO_N "(cached) $ECHO_C" >&6
16501 else
16502 cat >conftest.$ac_ext <<_ACEOF
16503 /* confdefs.h. */
16504 _ACEOF
16505 cat confdefs.h >>conftest.$ac_ext
16506 cat >>conftest.$ac_ext <<_ACEOF
16507 /* end confdefs.h. */
16508 #include <string.h>
16510 main ()
16514 return 0;
16516 _ACEOF
16517 rm -f conftest.$ac_objext
16518 if { (ac_try="$ac_compile"
16519 case "(($ac_try" in
16520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16521 *) ac_try_echo=$ac_try;;
16522 esac
16523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16524 (eval "$ac_compile") 2>conftest.er1
16525 ac_status=$?
16526 grep -v '^ *+' conftest.er1 >conftest.err
16527 rm -f conftest.er1
16528 cat conftest.err >&5
16529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530 (exit $ac_status); } && {
16531 test -z "$ac_c_werror_flag" ||
16532 test ! -s conftest.err
16533 } && test -s conftest.$ac_objext; then
16534 ac_cv_c_string_h_warnings=no
16535 else
16536 echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16539 ac_cv_c_string_h_warnings=yes
16542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16544 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16545 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16546 CFLAGS="$saved_CFLAGS"
16547 if test "$ac_cv_c_string_h_warnings" = "no"
16548 then
16549 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16552 BUILTINFLAG=""
16554 saved_CFLAGS="$CFLAGS"
16555 CFLAGS="$CFLAGS -Werror"
16556 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16557 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16558 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16559 echo $ECHO_N "(cached) $ECHO_C" >&6
16560 else
16561 cat >conftest.$ac_ext <<_ACEOF
16562 /* confdefs.h. */
16563 _ACEOF
16564 cat confdefs.h >>conftest.$ac_ext
16565 cat >>conftest.$ac_ext <<_ACEOF
16566 /* end confdefs.h. */
16569 main ()
16571 int iswlower(unsigned short);
16573 return 0;
16575 _ACEOF
16576 rm -f conftest.$ac_objext
16577 if { (ac_try="$ac_compile"
16578 case "(($ac_try" in
16579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16580 *) ac_try_echo=$ac_try;;
16581 esac
16582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16583 (eval "$ac_compile") 2>conftest.er1
16584 ac_status=$?
16585 grep -v '^ *+' conftest.er1 >conftest.err
16586 rm -f conftest.er1
16587 cat conftest.err >&5
16588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); } && {
16590 test -z "$ac_c_werror_flag" ||
16591 test ! -s conftest.err
16592 } && test -s conftest.$ac_objext; then
16593 ac_cv_c_builtin_wchar_ctype=no
16594 else
16595 echo "$as_me: failed program was:" >&5
16596 sed 's/^/| /' conftest.$ac_ext >&5
16598 ac_cv_c_builtin_wchar_ctype=yes
16601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16603 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16604 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16605 CFLAGS="$saved_CFLAGS"
16606 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16607 then
16608 BUILTINFLAG="-fno-builtin"
16613 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16614 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16615 if test "${ac_cv_asm_func_def+set}" = set; then
16616 echo $ECHO_N "(cached) $ECHO_C" >&6
16617 else
16618 cat >conftest.$ac_ext <<_ACEOF
16619 /* confdefs.h. */
16620 _ACEOF
16621 cat confdefs.h >>conftest.$ac_ext
16622 cat >>conftest.$ac_ext <<_ACEOF
16623 /* end confdefs.h. */
16626 main ()
16628 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16630 return 0;
16632 _ACEOF
16633 rm -f conftest.$ac_objext conftest$ac_exeext
16634 if { (ac_try="$ac_link"
16635 case "(($ac_try" in
16636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16637 *) ac_try_echo=$ac_try;;
16638 esac
16639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16640 (eval "$ac_link") 2>conftest.er1
16641 ac_status=$?
16642 grep -v '^ *+' conftest.er1 >conftest.err
16643 rm -f conftest.er1
16644 cat conftest.err >&5
16645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16646 (exit $ac_status); } && {
16647 test -z "$ac_c_werror_flag" ||
16648 test ! -s conftest.err
16649 } && test -s conftest$ac_exeext &&
16650 $as_test_x conftest$ac_exeext; then
16651 ac_cv_asm_func_def=".def"
16652 else
16653 echo "$as_me: failed program was:" >&5
16654 sed 's/^/| /' conftest.$ac_ext >&5
16656 cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h. */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16664 main ()
16666 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16668 return 0;
16670 _ACEOF
16671 rm -f conftest.$ac_objext conftest$ac_exeext
16672 if { (ac_try="$ac_link"
16673 case "(($ac_try" in
16674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16675 *) ac_try_echo=$ac_try;;
16676 esac
16677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16678 (eval "$ac_link") 2>conftest.er1
16679 ac_status=$?
16680 grep -v '^ *+' conftest.er1 >conftest.err
16681 rm -f conftest.er1
16682 cat conftest.err >&5
16683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16684 (exit $ac_status); } && {
16685 test -z "$ac_c_werror_flag" ||
16686 test ! -s conftest.err
16687 } && test -s conftest$ac_exeext &&
16688 $as_test_x conftest$ac_exeext; then
16689 ac_cv_asm_func_def=".type @function"
16690 else
16691 echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.$ac_ext >&5
16694 cat >conftest.$ac_ext <<_ACEOF
16695 /* confdefs.h. */
16696 _ACEOF
16697 cat confdefs.h >>conftest.$ac_ext
16698 cat >>conftest.$ac_ext <<_ACEOF
16699 /* end confdefs.h. */
16702 main ()
16704 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16706 return 0;
16708 _ACEOF
16709 rm -f conftest.$ac_objext conftest$ac_exeext
16710 if { (ac_try="$ac_link"
16711 case "(($ac_try" in
16712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16713 *) ac_try_echo=$ac_try;;
16714 esac
16715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16716 (eval "$ac_link") 2>conftest.er1
16717 ac_status=$?
16718 grep -v '^ *+' conftest.er1 >conftest.err
16719 rm -f conftest.er1
16720 cat conftest.err >&5
16721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); } && {
16723 test -z "$ac_c_werror_flag" ||
16724 test ! -s conftest.err
16725 } && test -s conftest$ac_exeext &&
16726 $as_test_x conftest$ac_exeext; then
16727 ac_cv_asm_func_def=".type 2"
16728 else
16729 echo "$as_me: failed program was:" >&5
16730 sed 's/^/| /' conftest.$ac_ext >&5
16732 ac_cv_asm_func_def="unknown"
16735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16736 conftest$ac_exeext conftest.$ac_ext
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740 conftest$ac_exeext conftest.$ac_ext
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16746 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16747 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16751 case "$ac_cv_asm_func_def" in
16752 ".def")
16753 cat >>confdefs.h <<\_ACEOF
16754 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16755 _ACEOF
16757 ".type @function")
16758 cat >>confdefs.h <<\_ACEOF
16759 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16760 _ACEOF
16762 ".type 2")
16763 cat >>confdefs.h <<\_ACEOF
16764 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16765 _ACEOF
16768 cat >>confdefs.h <<\_ACEOF
16769 #define __ASM_FUNC(name) ""
16770 _ACEOF
16772 esac
16775 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16776 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16777 if test "${ac_cv_c_extern_prefix+set}" = set; then
16778 echo $ECHO_N "(cached) $ECHO_C" >&6
16779 else
16780 cat >conftest.$ac_ext <<_ACEOF
16781 /* confdefs.h. */
16782 _ACEOF
16783 cat confdefs.h >>conftest.$ac_ext
16784 cat >>conftest.$ac_ext <<_ACEOF
16785 /* end confdefs.h. */
16786 extern int ac_test;
16788 main ()
16790 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16792 return 0;
16794 _ACEOF
16795 rm -f conftest.$ac_objext conftest$ac_exeext
16796 if { (ac_try="$ac_link"
16797 case "(($ac_try" in
16798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16799 *) ac_try_echo=$ac_try;;
16800 esac
16801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16802 (eval "$ac_link") 2>conftest.er1
16803 ac_status=$?
16804 grep -v '^ *+' conftest.er1 >conftest.err
16805 rm -f conftest.er1
16806 cat conftest.err >&5
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); } && {
16809 test -z "$ac_c_werror_flag" ||
16810 test ! -s conftest.err
16811 } && test -s conftest$ac_exeext &&
16812 $as_test_x conftest$ac_exeext; then
16813 ac_cv_c_extern_prefix="yes"
16814 else
16815 echo "$as_me: failed program was:" >&5
16816 sed 's/^/| /' conftest.$ac_ext >&5
16818 ac_cv_c_extern_prefix="no"
16821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16822 conftest$ac_exeext conftest.$ac_ext
16824 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16825 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16829 if test "$ac_cv_c_extern_prefix" = "yes"
16830 then
16831 cat >>confdefs.h <<\_ACEOF
16832 #define __ASM_NAME(name) "_" name
16833 _ACEOF
16835 else
16836 cat >>confdefs.h <<\_ACEOF
16837 #define __ASM_NAME(name) name
16838 _ACEOF
16843 LDPATH=""
16845 case $build_os in
16846 cygwin*|mingw32*)
16847 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16849 darwin*|macosx*)
16851 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16852 then
16853 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16857 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16859 esac
16861 case $host_os in
16862 mingw32*)
16863 CRTLIBS="-lmsvcrt"
16865 SOCKETLIBS="-lws2_32"
16868 esac
16870 MAIN_BINARY="wine-pthread"
16871 case $host_cpu in
16872 *i[3456789]86*)
16873 case $host_os in
16874 linux* | k*bsd*-gnu)
16875 MAIN_BINARY="wine-glibc"
16877 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16879 freebsd*)
16880 MAIN_BINARY="wine-freebsd"
16882 EXTRA_BINARIES="wine-pthread"
16884 esac
16886 esac
16958 for ac_func in \
16959 _pclose \
16960 _popen \
16961 _snprintf \
16962 _spawnvp \
16963 _strdup \
16964 _stricmp \
16965 _strnicmp \
16966 _strtoi64 \
16967 _strtoui64 \
16968 _vsnprintf \
16969 asctime_r \
16970 chsize \
16971 clone \
16972 dlopen \
16973 epoll_create \
16974 ffs \
16975 finite \
16976 fork \
16977 fpclass \
16978 fstatfs \
16979 fstatvfs \
16980 ftruncate \
16981 futimes \
16982 futimesat \
16983 getdirentries \
16984 getopt_long \
16985 getpagesize \
16986 getpwuid \
16987 gettid \
16988 gettimeofday \
16989 getuid \
16990 inet_pton \
16991 kqueue \
16992 lstat \
16993 memmove \
16994 mmap \
16995 pclose \
16996 poll \
16997 popen \
16998 prctl \
16999 pread \
17000 pwrite \
17001 readlink \
17002 rfork \
17003 sched_yield \
17004 select \
17005 setproctitle \
17006 setrlimit \
17007 settimeofday \
17008 sigaltstack \
17009 sigprocmask \
17010 snprintf \
17011 spawnvp \
17012 statfs \
17013 statvfs \
17014 strcasecmp \
17015 strdup \
17016 strerror \
17017 strncasecmp \
17018 strtold \
17019 strtoll \
17020 strtoull \
17021 tcgetattr \
17022 thr_kill2 \
17023 timegm \
17024 usleep \
17025 vsnprintf \
17026 wait4 \
17027 waitpid \
17030 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17031 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17032 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17033 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17034 echo $ECHO_N "(cached) $ECHO_C" >&6
17035 else
17036 cat >conftest.$ac_ext <<_ACEOF
17037 /* confdefs.h. */
17038 _ACEOF
17039 cat confdefs.h >>conftest.$ac_ext
17040 cat >>conftest.$ac_ext <<_ACEOF
17041 /* end confdefs.h. */
17042 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17044 #define $ac_func innocuous_$ac_func
17046 /* System header to define __stub macros and hopefully few prototypes,
17047 which can conflict with char $ac_func (); below.
17048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17049 <limits.h> exists even on freestanding compilers. */
17051 #ifdef __STDC__
17052 # include <limits.h>
17053 #else
17054 # include <assert.h>
17055 #endif
17057 #undef $ac_func
17059 /* Override any GCC internal prototype to avoid an error.
17060 Use char because int might match the return type of a GCC
17061 builtin and then its argument prototype would still apply. */
17062 #ifdef __cplusplus
17063 extern "C"
17064 #endif
17065 char $ac_func ();
17066 /* The GNU C library defines this for functions which it implements
17067 to always fail with ENOSYS. Some functions are actually named
17068 something starting with __ and the normal name is an alias. */
17069 #if defined __stub_$ac_func || defined __stub___$ac_func
17070 choke me
17071 #endif
17074 main ()
17076 return $ac_func ();
17078 return 0;
17080 _ACEOF
17081 rm -f conftest.$ac_objext conftest$ac_exeext
17082 if { (ac_try="$ac_link"
17083 case "(($ac_try" in
17084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17085 *) ac_try_echo=$ac_try;;
17086 esac
17087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17088 (eval "$ac_link") 2>conftest.er1
17089 ac_status=$?
17090 grep -v '^ *+' conftest.er1 >conftest.err
17091 rm -f conftest.er1
17092 cat conftest.err >&5
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } && {
17095 test -z "$ac_c_werror_flag" ||
17096 test ! -s conftest.err
17097 } && test -s conftest$ac_exeext &&
17098 $as_test_x conftest$ac_exeext; then
17099 eval "$as_ac_var=yes"
17100 else
17101 echo "$as_me: failed program was:" >&5
17102 sed 's/^/| /' conftest.$ac_ext >&5
17104 eval "$as_ac_var=no"
17107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17108 conftest$ac_exeext conftest.$ac_ext
17110 ac_res=`eval echo '${'$as_ac_var'}'`
17111 { echo "$as_me:$LINENO: result: $ac_res" >&5
17112 echo "${ECHO_T}$ac_res" >&6; }
17113 if test `eval echo '${'$as_ac_var'}'` = yes; then
17114 cat >>confdefs.h <<_ACEOF
17115 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17116 _ACEOF
17119 done
17122 if test "$ac_cv_func_dlopen" = no
17123 then
17124 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17125 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17126 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17127 echo $ECHO_N "(cached) $ECHO_C" >&6
17128 else
17129 ac_check_lib_save_LIBS=$LIBS
17130 LIBS="-ldl $LIBS"
17131 cat >conftest.$ac_ext <<_ACEOF
17132 /* confdefs.h. */
17133 _ACEOF
17134 cat confdefs.h >>conftest.$ac_ext
17135 cat >>conftest.$ac_ext <<_ACEOF
17136 /* end confdefs.h. */
17138 /* Override any GCC internal prototype to avoid an error.
17139 Use char because int might match the return type of a GCC
17140 builtin and then its argument prototype would still apply. */
17141 #ifdef __cplusplus
17142 extern "C"
17143 #endif
17144 char dlopen ();
17146 main ()
17148 return dlopen ();
17150 return 0;
17152 _ACEOF
17153 rm -f conftest.$ac_objext conftest$ac_exeext
17154 if { (ac_try="$ac_link"
17155 case "(($ac_try" in
17156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17157 *) ac_try_echo=$ac_try;;
17158 esac
17159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17160 (eval "$ac_link") 2>conftest.er1
17161 ac_status=$?
17162 grep -v '^ *+' conftest.er1 >conftest.err
17163 rm -f conftest.er1
17164 cat conftest.err >&5
17165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17166 (exit $ac_status); } && {
17167 test -z "$ac_c_werror_flag" ||
17168 test ! -s conftest.err
17169 } && test -s conftest$ac_exeext &&
17170 $as_test_x conftest$ac_exeext; then
17171 ac_cv_lib_dl_dlopen=yes
17172 else
17173 echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.$ac_ext >&5
17176 ac_cv_lib_dl_dlopen=no
17179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17180 conftest$ac_exeext conftest.$ac_ext
17181 LIBS=$ac_check_lib_save_LIBS
17183 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17184 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17185 if test $ac_cv_lib_dl_dlopen = yes; then
17186 cat >>confdefs.h <<\_ACEOF
17187 #define HAVE_DLOPEN 1
17188 _ACEOF
17189 LIBDL="-ldl"
17194 ac_wine_check_funcs_save_LIBS="$LIBS"
17195 LIBS="$LIBS $LIBDL"
17197 for ac_func in dladdr
17199 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17200 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17201 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17202 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17203 echo $ECHO_N "(cached) $ECHO_C" >&6
17204 else
17205 cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h. */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h. */
17211 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17213 #define $ac_func innocuous_$ac_func
17215 /* System header to define __stub macros and hopefully few prototypes,
17216 which can conflict with char $ac_func (); below.
17217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17218 <limits.h> exists even on freestanding compilers. */
17220 #ifdef __STDC__
17221 # include <limits.h>
17222 #else
17223 # include <assert.h>
17224 #endif
17226 #undef $ac_func
17228 /* Override any GCC internal prototype to avoid an error.
17229 Use char because int might match the return type of a GCC
17230 builtin and then its argument prototype would still apply. */
17231 #ifdef __cplusplus
17232 extern "C"
17233 #endif
17234 char $ac_func ();
17235 /* The GNU C library defines this for functions which it implements
17236 to always fail with ENOSYS. Some functions are actually named
17237 something starting with __ and the normal name is an alias. */
17238 #if defined __stub_$ac_func || defined __stub___$ac_func
17239 choke me
17240 #endif
17243 main ()
17245 return $ac_func ();
17247 return 0;
17249 _ACEOF
17250 rm -f conftest.$ac_objext conftest$ac_exeext
17251 if { (ac_try="$ac_link"
17252 case "(($ac_try" in
17253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17254 *) ac_try_echo=$ac_try;;
17255 esac
17256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17257 (eval "$ac_link") 2>conftest.er1
17258 ac_status=$?
17259 grep -v '^ *+' conftest.er1 >conftest.err
17260 rm -f conftest.er1
17261 cat conftest.err >&5
17262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263 (exit $ac_status); } && {
17264 test -z "$ac_c_werror_flag" ||
17265 test ! -s conftest.err
17266 } && test -s conftest$ac_exeext &&
17267 $as_test_x conftest$ac_exeext; then
17268 eval "$as_ac_var=yes"
17269 else
17270 echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17273 eval "$as_ac_var=no"
17276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17277 conftest$ac_exeext conftest.$ac_ext
17279 ac_res=`eval echo '${'$as_ac_var'}'`
17280 { echo "$as_me:$LINENO: result: $ac_res" >&5
17281 echo "${ECHO_T}$ac_res" >&6; }
17282 if test `eval echo '${'$as_ac_var'}'` = yes; then
17283 cat >>confdefs.h <<_ACEOF
17284 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17285 _ACEOF
17288 done
17290 LIBS="$ac_wine_check_funcs_save_LIBS"
17292 if test "$ac_cv_func_poll" = no
17293 then
17294 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17295 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17296 if test "${ac_cv_lib_poll_poll+set}" = set; then
17297 echo $ECHO_N "(cached) $ECHO_C" >&6
17298 else
17299 ac_check_lib_save_LIBS=$LIBS
17300 LIBS="-lpoll $LIBS"
17301 cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h. */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h. */
17308 /* Override any GCC internal prototype to avoid an error.
17309 Use char because int might match the return type of a GCC
17310 builtin and then its argument prototype would still apply. */
17311 #ifdef __cplusplus
17312 extern "C"
17313 #endif
17314 char poll ();
17316 main ()
17318 return poll ();
17320 return 0;
17322 _ACEOF
17323 rm -f conftest.$ac_objext conftest$ac_exeext
17324 if { (ac_try="$ac_link"
17325 case "(($ac_try" in
17326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17327 *) ac_try_echo=$ac_try;;
17328 esac
17329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17330 (eval "$ac_link") 2>conftest.er1
17331 ac_status=$?
17332 grep -v '^ *+' conftest.er1 >conftest.err
17333 rm -f conftest.er1
17334 cat conftest.err >&5
17335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336 (exit $ac_status); } && {
17337 test -z "$ac_c_werror_flag" ||
17338 test ! -s conftest.err
17339 } && test -s conftest$ac_exeext &&
17340 $as_test_x conftest$ac_exeext; then
17341 ac_cv_lib_poll_poll=yes
17342 else
17343 echo "$as_me: failed program was:" >&5
17344 sed 's/^/| /' conftest.$ac_ext >&5
17346 ac_cv_lib_poll_poll=no
17349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17350 conftest$ac_exeext conftest.$ac_ext
17351 LIBS=$ac_check_lib_save_LIBS
17353 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17354 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17355 if test $ac_cv_lib_poll_poll = yes; then
17356 cat >>confdefs.h <<\_ACEOF
17357 #define HAVE_POLL 1
17358 _ACEOF
17359 LIBPOLL="-lpoll"
17365 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17366 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17367 if test "${ac_cv_search_gethostbyname+set}" = set; then
17368 echo $ECHO_N "(cached) $ECHO_C" >&6
17369 else
17370 ac_func_search_save_LIBS=$LIBS
17371 cat >conftest.$ac_ext <<_ACEOF
17372 /* confdefs.h. */
17373 _ACEOF
17374 cat confdefs.h >>conftest.$ac_ext
17375 cat >>conftest.$ac_ext <<_ACEOF
17376 /* end confdefs.h. */
17378 /* Override any GCC internal prototype to avoid an error.
17379 Use char because int might match the return type of a GCC
17380 builtin and then its argument prototype would still apply. */
17381 #ifdef __cplusplus
17382 extern "C"
17383 #endif
17384 char gethostbyname ();
17386 main ()
17388 return gethostbyname ();
17390 return 0;
17392 _ACEOF
17393 for ac_lib in '' nsl; do
17394 if test -z "$ac_lib"; then
17395 ac_res="none required"
17396 else
17397 ac_res=-l$ac_lib
17398 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17400 rm -f conftest.$ac_objext conftest$ac_exeext
17401 if { (ac_try="$ac_link"
17402 case "(($ac_try" in
17403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17404 *) ac_try_echo=$ac_try;;
17405 esac
17406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17407 (eval "$ac_link") 2>conftest.er1
17408 ac_status=$?
17409 grep -v '^ *+' conftest.er1 >conftest.err
17410 rm -f conftest.er1
17411 cat conftest.err >&5
17412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413 (exit $ac_status); } && {
17414 test -z "$ac_c_werror_flag" ||
17415 test ! -s conftest.err
17416 } && test -s conftest$ac_exeext &&
17417 $as_test_x conftest$ac_exeext; then
17418 ac_cv_search_gethostbyname=$ac_res
17419 else
17420 echo "$as_me: failed program was:" >&5
17421 sed 's/^/| /' conftest.$ac_ext >&5
17426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17427 conftest$ac_exeext
17428 if test "${ac_cv_search_gethostbyname+set}" = set; then
17429 break
17431 done
17432 if test "${ac_cv_search_gethostbyname+set}" = set; then
17434 else
17435 ac_cv_search_gethostbyname=no
17437 rm conftest.$ac_ext
17438 LIBS=$ac_func_search_save_LIBS
17440 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17441 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17442 ac_res=$ac_cv_search_gethostbyname
17443 if test "$ac_res" != no; then
17444 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17449 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17450 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17451 if test "${ac_cv_search_connect+set}" = set; then
17452 echo $ECHO_N "(cached) $ECHO_C" >&6
17453 else
17454 ac_func_search_save_LIBS=$LIBS
17455 cat >conftest.$ac_ext <<_ACEOF
17456 /* confdefs.h. */
17457 _ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h. */
17462 /* Override any GCC internal prototype to avoid an error.
17463 Use char because int might match the return type of a GCC
17464 builtin and then its argument prototype would still apply. */
17465 #ifdef __cplusplus
17466 extern "C"
17467 #endif
17468 char connect ();
17470 main ()
17472 return connect ();
17474 return 0;
17476 _ACEOF
17477 for ac_lib in '' socket; do
17478 if test -z "$ac_lib"; then
17479 ac_res="none required"
17480 else
17481 ac_res=-l$ac_lib
17482 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17484 rm -f conftest.$ac_objext conftest$ac_exeext
17485 if { (ac_try="$ac_link"
17486 case "(($ac_try" in
17487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17488 *) ac_try_echo=$ac_try;;
17489 esac
17490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17491 (eval "$ac_link") 2>conftest.er1
17492 ac_status=$?
17493 grep -v '^ *+' conftest.er1 >conftest.err
17494 rm -f conftest.er1
17495 cat conftest.err >&5
17496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17497 (exit $ac_status); } && {
17498 test -z "$ac_c_werror_flag" ||
17499 test ! -s conftest.err
17500 } && test -s conftest$ac_exeext &&
17501 $as_test_x conftest$ac_exeext; then
17502 ac_cv_search_connect=$ac_res
17503 else
17504 echo "$as_me: failed program was:" >&5
17505 sed 's/^/| /' conftest.$ac_ext >&5
17510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17511 conftest$ac_exeext
17512 if test "${ac_cv_search_connect+set}" = set; then
17513 break
17515 done
17516 if test "${ac_cv_search_connect+set}" = set; then
17518 else
17519 ac_cv_search_connect=no
17521 rm conftest.$ac_ext
17522 LIBS=$ac_func_search_save_LIBS
17524 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17525 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17526 ac_res=$ac_cv_search_connect
17527 if test "$ac_res" != no; then
17528 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17533 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17534 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17535 if test "${ac_cv_search_inet_aton+set}" = set; then
17536 echo $ECHO_N "(cached) $ECHO_C" >&6
17537 else
17538 ac_func_search_save_LIBS=$LIBS
17539 cat >conftest.$ac_ext <<_ACEOF
17540 /* confdefs.h. */
17541 _ACEOF
17542 cat confdefs.h >>conftest.$ac_ext
17543 cat >>conftest.$ac_ext <<_ACEOF
17544 /* end confdefs.h. */
17546 /* Override any GCC internal prototype to avoid an error.
17547 Use char because int might match the return type of a GCC
17548 builtin and then its argument prototype would still apply. */
17549 #ifdef __cplusplus
17550 extern "C"
17551 #endif
17552 char inet_aton ();
17554 main ()
17556 return inet_aton ();
17558 return 0;
17560 _ACEOF
17561 for ac_lib in '' resolv; do
17562 if test -z "$ac_lib"; then
17563 ac_res="none required"
17564 else
17565 ac_res=-l$ac_lib
17566 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17568 rm -f conftest.$ac_objext conftest$ac_exeext
17569 if { (ac_try="$ac_link"
17570 case "(($ac_try" in
17571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17572 *) ac_try_echo=$ac_try;;
17573 esac
17574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17575 (eval "$ac_link") 2>conftest.er1
17576 ac_status=$?
17577 grep -v '^ *+' conftest.er1 >conftest.err
17578 rm -f conftest.er1
17579 cat conftest.err >&5
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); } && {
17582 test -z "$ac_c_werror_flag" ||
17583 test ! -s conftest.err
17584 } && test -s conftest$ac_exeext &&
17585 $as_test_x conftest$ac_exeext; then
17586 ac_cv_search_inet_aton=$ac_res
17587 else
17588 echo "$as_me: failed program was:" >&5
17589 sed 's/^/| /' conftest.$ac_ext >&5
17594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17595 conftest$ac_exeext
17596 if test "${ac_cv_search_inet_aton+set}" = set; then
17597 break
17599 done
17600 if test "${ac_cv_search_inet_aton+set}" = set; then
17602 else
17603 ac_cv_search_inet_aton=no
17605 rm conftest.$ac_ext
17606 LIBS=$ac_func_search_save_LIBS
17608 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17609 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17610 ac_res=$ac_cv_search_inet_aton
17611 if test "$ac_res" != no; then
17612 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17625 for ac_func in \
17626 getaddrinfo \
17627 getnameinfo \
17628 getnetbyname \
17629 getprotobyname \
17630 getprotobynumber \
17631 getservbyport \
17632 inet_network \
17633 sendmsg \
17636 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17637 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17638 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17639 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17640 echo $ECHO_N "(cached) $ECHO_C" >&6
17641 else
17642 cat >conftest.$ac_ext <<_ACEOF
17643 /* confdefs.h. */
17644 _ACEOF
17645 cat confdefs.h >>conftest.$ac_ext
17646 cat >>conftest.$ac_ext <<_ACEOF
17647 /* end confdefs.h. */
17648 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17650 #define $ac_func innocuous_$ac_func
17652 /* System header to define __stub macros and hopefully few prototypes,
17653 which can conflict with char $ac_func (); below.
17654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17655 <limits.h> exists even on freestanding compilers. */
17657 #ifdef __STDC__
17658 # include <limits.h>
17659 #else
17660 # include <assert.h>
17661 #endif
17663 #undef $ac_func
17665 /* Override any GCC internal prototype to avoid an error.
17666 Use char because int might match the return type of a GCC
17667 builtin and then its argument prototype would still apply. */
17668 #ifdef __cplusplus
17669 extern "C"
17670 #endif
17671 char $ac_func ();
17672 /* The GNU C library defines this for functions which it implements
17673 to always fail with ENOSYS. Some functions are actually named
17674 something starting with __ and the normal name is an alias. */
17675 #if defined __stub_$ac_func || defined __stub___$ac_func
17676 choke me
17677 #endif
17680 main ()
17682 return $ac_func ();
17684 return 0;
17686 _ACEOF
17687 rm -f conftest.$ac_objext conftest$ac_exeext
17688 if { (ac_try="$ac_link"
17689 case "(($ac_try" in
17690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17691 *) ac_try_echo=$ac_try;;
17692 esac
17693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17694 (eval "$ac_link") 2>conftest.er1
17695 ac_status=$?
17696 grep -v '^ *+' conftest.er1 >conftest.err
17697 rm -f conftest.er1
17698 cat conftest.err >&5
17699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700 (exit $ac_status); } && {
17701 test -z "$ac_c_werror_flag" ||
17702 test ! -s conftest.err
17703 } && test -s conftest$ac_exeext &&
17704 $as_test_x conftest$ac_exeext; then
17705 eval "$as_ac_var=yes"
17706 else
17707 echo "$as_me: failed program was:" >&5
17708 sed 's/^/| /' conftest.$ac_ext >&5
17710 eval "$as_ac_var=no"
17713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17714 conftest$ac_exeext conftest.$ac_ext
17716 ac_res=`eval echo '${'$as_ac_var'}'`
17717 { echo "$as_me:$LINENO: result: $ac_res" >&5
17718 echo "${ECHO_T}$ac_res" >&6; }
17719 if test `eval echo '${'$as_ac_var'}'` = yes; then
17720 cat >>confdefs.h <<_ACEOF
17721 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17722 _ACEOF
17725 done
17728 LDAPLIBS=""
17730 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17731 then
17732 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17733 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17734 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17735 echo $ECHO_N "(cached) $ECHO_C" >&6
17736 else
17737 cat >conftest.$ac_ext <<_ACEOF
17738 /* confdefs.h. */
17739 _ACEOF
17740 cat confdefs.h >>conftest.$ac_ext
17741 cat >>conftest.$ac_ext <<_ACEOF
17742 /* end confdefs.h. */
17743 #include <ldap.h>
17745 typedef LDAPSortKey ac__type_new_;
17747 main ()
17749 if ((ac__type_new_ *) 0)
17750 return 0;
17751 if (sizeof (ac__type_new_))
17752 return 0;
17754 return 0;
17756 _ACEOF
17757 rm -f conftest.$ac_objext
17758 if { (ac_try="$ac_compile"
17759 case "(($ac_try" in
17760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17761 *) ac_try_echo=$ac_try;;
17762 esac
17763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17764 (eval "$ac_compile") 2>conftest.er1
17765 ac_status=$?
17766 grep -v '^ *+' conftest.er1 >conftest.err
17767 rm -f conftest.er1
17768 cat conftest.err >&5
17769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770 (exit $ac_status); } && {
17771 test -z "$ac_c_werror_flag" ||
17772 test ! -s conftest.err
17773 } && test -s conftest.$ac_objext; then
17774 ac_cv_type_LDAPSortKey=yes
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17779 ac_cv_type_LDAPSortKey=no
17782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17784 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17785 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17786 if test $ac_cv_type_LDAPSortKey = yes; then
17787 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17788 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17789 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17790 echo $ECHO_N "(cached) $ECHO_C" >&6
17791 else
17792 ac_check_lib_save_LIBS=$LIBS
17793 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17794 cat >conftest.$ac_ext <<_ACEOF
17795 /* confdefs.h. */
17796 _ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17801 /* Override any GCC internal prototype to avoid an error.
17802 Use char because int might match the return type of a GCC
17803 builtin and then its argument prototype would still apply. */
17804 #ifdef __cplusplus
17805 extern "C"
17806 #endif
17807 char ldap_initialize ();
17809 main ()
17811 return ldap_initialize ();
17813 return 0;
17815 _ACEOF
17816 rm -f conftest.$ac_objext conftest$ac_exeext
17817 if { (ac_try="$ac_link"
17818 case "(($ac_try" in
17819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17820 *) ac_try_echo=$ac_try;;
17821 esac
17822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17823 (eval "$ac_link") 2>conftest.er1
17824 ac_status=$?
17825 grep -v '^ *+' conftest.er1 >conftest.err
17826 rm -f conftest.er1
17827 cat conftest.err >&5
17828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829 (exit $ac_status); } && {
17830 test -z "$ac_c_werror_flag" ||
17831 test ! -s conftest.err
17832 } && test -s conftest$ac_exeext &&
17833 $as_test_x conftest$ac_exeext; then
17834 ac_cv_lib_ldap_r_ldap_initialize=yes
17835 else
17836 echo "$as_me: failed program was:" >&5
17837 sed 's/^/| /' conftest.$ac_ext >&5
17839 ac_cv_lib_ldap_r_ldap_initialize=no
17842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17843 conftest$ac_exeext conftest.$ac_ext
17844 LIBS=$ac_check_lib_save_LIBS
17846 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17847 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17848 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17849 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17850 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17851 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17852 echo $ECHO_N "(cached) $ECHO_C" >&6
17853 else
17854 ac_check_lib_save_LIBS=$LIBS
17855 LIBS="-llber $LIBPTHREAD $LIBS"
17856 cat >conftest.$ac_ext <<_ACEOF
17857 /* confdefs.h. */
17858 _ACEOF
17859 cat confdefs.h >>conftest.$ac_ext
17860 cat >>conftest.$ac_ext <<_ACEOF
17861 /* end confdefs.h. */
17863 /* Override any GCC internal prototype to avoid an error.
17864 Use char because int might match the return type of a GCC
17865 builtin and then its argument prototype would still apply. */
17866 #ifdef __cplusplus
17867 extern "C"
17868 #endif
17869 char ber_init ();
17871 main ()
17873 return ber_init ();
17875 return 0;
17877 _ACEOF
17878 rm -f conftest.$ac_objext conftest$ac_exeext
17879 if { (ac_try="$ac_link"
17880 case "(($ac_try" in
17881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17882 *) ac_try_echo=$ac_try;;
17883 esac
17884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17885 (eval "$ac_link") 2>conftest.er1
17886 ac_status=$?
17887 grep -v '^ *+' conftest.er1 >conftest.err
17888 rm -f conftest.er1
17889 cat conftest.err >&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); } && {
17892 test -z "$ac_c_werror_flag" ||
17893 test ! -s conftest.err
17894 } && test -s conftest$ac_exeext &&
17895 $as_test_x conftest$ac_exeext; then
17896 ac_cv_lib_lber_ber_init=yes
17897 else
17898 echo "$as_me: failed program was:" >&5
17899 sed 's/^/| /' conftest.$ac_ext >&5
17901 ac_cv_lib_lber_ber_init=no
17904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17905 conftest$ac_exeext conftest.$ac_ext
17906 LIBS=$ac_check_lib_save_LIBS
17908 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17909 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17910 if test $ac_cv_lib_lber_ber_init = yes; then
17912 cat >>confdefs.h <<\_ACEOF
17913 #define HAVE_LDAP 1
17914 _ACEOF
17916 LDAPLIBS="-lldap_r -llber"
17923 ac_wine_check_funcs_save_LIBS="$LIBS"
17924 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17933 for ac_func in \
17934 ldap_count_references \
17935 ldap_first_reference \
17936 ldap_next_reference \
17937 ldap_parse_reference \
17938 ldap_parse_sort_control \
17939 ldap_parse_sortresponse_control \
17940 ldap_parse_vlv_control \
17941 ldap_parse_vlvresponse_control
17943 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17944 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17945 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17946 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17947 echo $ECHO_N "(cached) $ECHO_C" >&6
17948 else
17949 cat >conftest.$ac_ext <<_ACEOF
17950 /* confdefs.h. */
17951 _ACEOF
17952 cat confdefs.h >>conftest.$ac_ext
17953 cat >>conftest.$ac_ext <<_ACEOF
17954 /* end confdefs.h. */
17955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17956 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17957 #define $ac_func innocuous_$ac_func
17959 /* System header to define __stub macros and hopefully few prototypes,
17960 which can conflict with char $ac_func (); below.
17961 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17962 <limits.h> exists even on freestanding compilers. */
17964 #ifdef __STDC__
17965 # include <limits.h>
17966 #else
17967 # include <assert.h>
17968 #endif
17970 #undef $ac_func
17972 /* Override any GCC internal prototype to avoid an error.
17973 Use char because int might match the return type of a GCC
17974 builtin and then its argument prototype would still apply. */
17975 #ifdef __cplusplus
17976 extern "C"
17977 #endif
17978 char $ac_func ();
17979 /* The GNU C library defines this for functions which it implements
17980 to always fail with ENOSYS. Some functions are actually named
17981 something starting with __ and the normal name is an alias. */
17982 #if defined __stub_$ac_func || defined __stub___$ac_func
17983 choke me
17984 #endif
17987 main ()
17989 return $ac_func ();
17991 return 0;
17993 _ACEOF
17994 rm -f conftest.$ac_objext conftest$ac_exeext
17995 if { (ac_try="$ac_link"
17996 case "(($ac_try" in
17997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17998 *) ac_try_echo=$ac_try;;
17999 esac
18000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001 (eval "$ac_link") 2>conftest.er1
18002 ac_status=$?
18003 grep -v '^ *+' conftest.er1 >conftest.err
18004 rm -f conftest.er1
18005 cat conftest.err >&5
18006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007 (exit $ac_status); } && {
18008 test -z "$ac_c_werror_flag" ||
18009 test ! -s conftest.err
18010 } && test -s conftest$ac_exeext &&
18011 $as_test_x conftest$ac_exeext; then
18012 eval "$as_ac_var=yes"
18013 else
18014 echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.$ac_ext >&5
18017 eval "$as_ac_var=no"
18020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18021 conftest$ac_exeext conftest.$ac_ext
18023 ac_res=`eval echo '${'$as_ac_var'}'`
18024 { echo "$as_me:$LINENO: result: $ac_res" >&5
18025 echo "${ECHO_T}$ac_res" >&6; }
18026 if test `eval echo '${'$as_ac_var'}'` = yes; then
18027 cat >>confdefs.h <<_ACEOF
18028 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18029 _ACEOF
18032 done
18034 LIBS="$ac_wine_check_funcs_save_LIBS"
18036 if test "x$LDAPLIBS" = "x"; then
18037 case "x$with_ldap" in
18038 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18039 xno) ;;
18040 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18041 This is an error since --with-ldap was requested." >&5
18042 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18043 This is an error since --with-ldap was requested." >&2;}
18044 { (exit 1); exit 1; }; } ;;
18045 esac
18050 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18051 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18052 if test "${ac_cv_c_const+set}" = set; then
18053 echo $ECHO_N "(cached) $ECHO_C" >&6
18054 else
18055 cat >conftest.$ac_ext <<_ACEOF
18056 /* confdefs.h. */
18057 _ACEOF
18058 cat confdefs.h >>conftest.$ac_ext
18059 cat >>conftest.$ac_ext <<_ACEOF
18060 /* end confdefs.h. */
18063 main ()
18065 /* FIXME: Include the comments suggested by Paul. */
18066 #ifndef __cplusplus
18067 /* Ultrix mips cc rejects this. */
18068 typedef int charset[2];
18069 const charset cs;
18070 /* SunOS 4.1.1 cc rejects this. */
18071 char const *const *pcpcc;
18072 char **ppc;
18073 /* NEC SVR4.0.2 mips cc rejects this. */
18074 struct point {int x, y;};
18075 static struct point const zero = {0,0};
18076 /* AIX XL C 1.02.0.0 rejects this.
18077 It does not let you subtract one const X* pointer from another in
18078 an arm of an if-expression whose if-part is not a constant
18079 expression */
18080 const char *g = "string";
18081 pcpcc = &g + (g ? g-g : 0);
18082 /* HPUX 7.0 cc rejects these. */
18083 ++pcpcc;
18084 ppc = (char**) pcpcc;
18085 pcpcc = (char const *const *) ppc;
18086 { /* SCO 3.2v4 cc rejects this. */
18087 char *t;
18088 char const *s = 0 ? (char *) 0 : (char const *) 0;
18090 *t++ = 0;
18091 if (s) return 0;
18093 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18094 int x[] = {25, 17};
18095 const int *foo = &x[0];
18096 ++foo;
18098 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18099 typedef const int *iptr;
18100 iptr p = 0;
18101 ++p;
18103 { /* AIX XL C 1.02.0.0 rejects this saying
18104 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18105 struct s { int j; const int *ap[3]; };
18106 struct s *b; b->j = 5;
18108 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18109 const int foo = 10;
18110 if (!foo) return 0;
18112 return !cs[0] && !zero.x;
18113 #endif
18116 return 0;
18118 _ACEOF
18119 rm -f conftest.$ac_objext
18120 if { (ac_try="$ac_compile"
18121 case "(($ac_try" in
18122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18124 esac
18125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18126 (eval "$ac_compile") 2>conftest.er1
18127 ac_status=$?
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && {
18133 test -z "$ac_c_werror_flag" ||
18134 test ! -s conftest.err
18135 } && test -s conftest.$ac_objext; then
18136 ac_cv_c_const=yes
18137 else
18138 echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.$ac_ext >&5
18141 ac_cv_c_const=no
18144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18146 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18147 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18148 if test $ac_cv_c_const = no; then
18150 cat >>confdefs.h <<\_ACEOF
18151 #define const
18152 _ACEOF
18156 { echo "$as_me:$LINENO: checking for inline" >&5
18157 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18158 if test "${ac_cv_c_inline+set}" = set; then
18159 echo $ECHO_N "(cached) $ECHO_C" >&6
18160 else
18161 ac_cv_c_inline=no
18162 for ac_kw in inline __inline__ __inline; do
18163 cat >conftest.$ac_ext <<_ACEOF
18164 /* confdefs.h. */
18165 _ACEOF
18166 cat confdefs.h >>conftest.$ac_ext
18167 cat >>conftest.$ac_ext <<_ACEOF
18168 /* end confdefs.h. */
18169 #ifndef __cplusplus
18170 typedef int foo_t;
18171 static $ac_kw foo_t static_foo () {return 0; }
18172 $ac_kw foo_t foo () {return 0; }
18173 #endif
18175 _ACEOF
18176 rm -f conftest.$ac_objext
18177 if { (ac_try="$ac_compile"
18178 case "(($ac_try" in
18179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18180 *) ac_try_echo=$ac_try;;
18181 esac
18182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18183 (eval "$ac_compile") 2>conftest.er1
18184 ac_status=$?
18185 grep -v '^ *+' conftest.er1 >conftest.err
18186 rm -f conftest.er1
18187 cat conftest.err >&5
18188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); } && {
18190 test -z "$ac_c_werror_flag" ||
18191 test ! -s conftest.err
18192 } && test -s conftest.$ac_objext; then
18193 ac_cv_c_inline=$ac_kw
18194 else
18195 echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.$ac_ext >&5
18201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18202 test "$ac_cv_c_inline" != no && break
18203 done
18206 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18207 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18210 case $ac_cv_c_inline in
18211 inline | yes) ;;
18213 case $ac_cv_c_inline in
18214 no) ac_val=;;
18215 *) ac_val=$ac_cv_c_inline;;
18216 esac
18217 cat >>confdefs.h <<_ACEOF
18218 #ifndef __cplusplus
18219 #define inline $ac_val
18220 #endif
18221 _ACEOF
18223 esac
18225 { echo "$as_me:$LINENO: checking for mode_t" >&5
18226 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18227 if test "${ac_cv_type_mode_t+set}" = set; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6
18229 else
18230 cat >conftest.$ac_ext <<_ACEOF
18231 /* confdefs.h. */
18232 _ACEOF
18233 cat confdefs.h >>conftest.$ac_ext
18234 cat >>conftest.$ac_ext <<_ACEOF
18235 /* end confdefs.h. */
18236 $ac_includes_default
18237 typedef mode_t ac__type_new_;
18239 main ()
18241 if ((ac__type_new_ *) 0)
18242 return 0;
18243 if (sizeof (ac__type_new_))
18244 return 0;
18246 return 0;
18248 _ACEOF
18249 rm -f conftest.$ac_objext
18250 if { (ac_try="$ac_compile"
18251 case "(($ac_try" in
18252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18253 *) ac_try_echo=$ac_try;;
18254 esac
18255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18256 (eval "$ac_compile") 2>conftest.er1
18257 ac_status=$?
18258 grep -v '^ *+' conftest.er1 >conftest.err
18259 rm -f conftest.er1
18260 cat conftest.err >&5
18261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262 (exit $ac_status); } && {
18263 test -z "$ac_c_werror_flag" ||
18264 test ! -s conftest.err
18265 } && test -s conftest.$ac_objext; then
18266 ac_cv_type_mode_t=yes
18267 else
18268 echo "$as_me: failed program was:" >&5
18269 sed 's/^/| /' conftest.$ac_ext >&5
18271 ac_cv_type_mode_t=no
18274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18276 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18277 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18278 if test $ac_cv_type_mode_t = yes; then
18280 cat >>confdefs.h <<_ACEOF
18281 #define HAVE_MODE_T 1
18282 _ACEOF
18286 { echo "$as_me:$LINENO: checking for off_t" >&5
18287 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18288 if test "${ac_cv_type_off_t+set}" = set; then
18289 echo $ECHO_N "(cached) $ECHO_C" >&6
18290 else
18291 cat >conftest.$ac_ext <<_ACEOF
18292 /* confdefs.h. */
18293 _ACEOF
18294 cat confdefs.h >>conftest.$ac_ext
18295 cat >>conftest.$ac_ext <<_ACEOF
18296 /* end confdefs.h. */
18297 $ac_includes_default
18298 typedef off_t ac__type_new_;
18300 main ()
18302 if ((ac__type_new_ *) 0)
18303 return 0;
18304 if (sizeof (ac__type_new_))
18305 return 0;
18307 return 0;
18309 _ACEOF
18310 rm -f conftest.$ac_objext
18311 if { (ac_try="$ac_compile"
18312 case "(($ac_try" in
18313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18314 *) ac_try_echo=$ac_try;;
18315 esac
18316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18317 (eval "$ac_compile") 2>conftest.er1
18318 ac_status=$?
18319 grep -v '^ *+' conftest.er1 >conftest.err
18320 rm -f conftest.er1
18321 cat conftest.err >&5
18322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18323 (exit $ac_status); } && {
18324 test -z "$ac_c_werror_flag" ||
18325 test ! -s conftest.err
18326 } && test -s conftest.$ac_objext; then
18327 ac_cv_type_off_t=yes
18328 else
18329 echo "$as_me: failed program was:" >&5
18330 sed 's/^/| /' conftest.$ac_ext >&5
18332 ac_cv_type_off_t=no
18335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18337 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18338 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18339 if test $ac_cv_type_off_t = yes; then
18341 cat >>confdefs.h <<_ACEOF
18342 #define HAVE_OFF_T 1
18343 _ACEOF
18347 { echo "$as_me:$LINENO: checking for pid_t" >&5
18348 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18349 if test "${ac_cv_type_pid_t+set}" = set; then
18350 echo $ECHO_N "(cached) $ECHO_C" >&6
18351 else
18352 cat >conftest.$ac_ext <<_ACEOF
18353 /* confdefs.h. */
18354 _ACEOF
18355 cat confdefs.h >>conftest.$ac_ext
18356 cat >>conftest.$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18358 $ac_includes_default
18359 typedef pid_t ac__type_new_;
18361 main ()
18363 if ((ac__type_new_ *) 0)
18364 return 0;
18365 if (sizeof (ac__type_new_))
18366 return 0;
18368 return 0;
18370 _ACEOF
18371 rm -f conftest.$ac_objext
18372 if { (ac_try="$ac_compile"
18373 case "(($ac_try" in
18374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18375 *) ac_try_echo=$ac_try;;
18376 esac
18377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18378 (eval "$ac_compile") 2>conftest.er1
18379 ac_status=$?
18380 grep -v '^ *+' conftest.er1 >conftest.err
18381 rm -f conftest.er1
18382 cat conftest.err >&5
18383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18384 (exit $ac_status); } && {
18385 test -z "$ac_c_werror_flag" ||
18386 test ! -s conftest.err
18387 } && test -s conftest.$ac_objext; then
18388 ac_cv_type_pid_t=yes
18389 else
18390 echo "$as_me: failed program was:" >&5
18391 sed 's/^/| /' conftest.$ac_ext >&5
18393 ac_cv_type_pid_t=no
18396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18398 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18399 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18400 if test $ac_cv_type_pid_t = yes; then
18402 cat >>confdefs.h <<_ACEOF
18403 #define HAVE_PID_T 1
18404 _ACEOF
18408 { echo "$as_me:$LINENO: checking for size_t" >&5
18409 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18410 if test "${ac_cv_type_size_t+set}" = set; then
18411 echo $ECHO_N "(cached) $ECHO_C" >&6
18412 else
18413 cat >conftest.$ac_ext <<_ACEOF
18414 /* confdefs.h. */
18415 _ACEOF
18416 cat confdefs.h >>conftest.$ac_ext
18417 cat >>conftest.$ac_ext <<_ACEOF
18418 /* end confdefs.h. */
18419 $ac_includes_default
18420 typedef size_t ac__type_new_;
18422 main ()
18424 if ((ac__type_new_ *) 0)
18425 return 0;
18426 if (sizeof (ac__type_new_))
18427 return 0;
18429 return 0;
18431 _ACEOF
18432 rm -f conftest.$ac_objext
18433 if { (ac_try="$ac_compile"
18434 case "(($ac_try" in
18435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436 *) ac_try_echo=$ac_try;;
18437 esac
18438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439 (eval "$ac_compile") 2>conftest.er1
18440 ac_status=$?
18441 grep -v '^ *+' conftest.er1 >conftest.err
18442 rm -f conftest.er1
18443 cat conftest.err >&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); } && {
18446 test -z "$ac_c_werror_flag" ||
18447 test ! -s conftest.err
18448 } && test -s conftest.$ac_objext; then
18449 ac_cv_type_size_t=yes
18450 else
18451 echo "$as_me: failed program was:" >&5
18452 sed 's/^/| /' conftest.$ac_ext >&5
18454 ac_cv_type_size_t=no
18457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18459 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18460 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18461 if test $ac_cv_type_size_t = yes; then
18463 cat >>confdefs.h <<_ACEOF
18464 #define HAVE_SIZE_T 1
18465 _ACEOF
18469 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18470 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18471 if test "${ac_cv_type_ssize_t+set}" = set; then
18472 echo $ECHO_N "(cached) $ECHO_C" >&6
18473 else
18474 cat >conftest.$ac_ext <<_ACEOF
18475 /* confdefs.h. */
18476 _ACEOF
18477 cat confdefs.h >>conftest.$ac_ext
18478 cat >>conftest.$ac_ext <<_ACEOF
18479 /* end confdefs.h. */
18480 $ac_includes_default
18481 typedef ssize_t ac__type_new_;
18483 main ()
18485 if ((ac__type_new_ *) 0)
18486 return 0;
18487 if (sizeof (ac__type_new_))
18488 return 0;
18490 return 0;
18492 _ACEOF
18493 rm -f conftest.$ac_objext
18494 if { (ac_try="$ac_compile"
18495 case "(($ac_try" in
18496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18497 *) ac_try_echo=$ac_try;;
18498 esac
18499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18500 (eval "$ac_compile") 2>conftest.er1
18501 ac_status=$?
18502 grep -v '^ *+' conftest.er1 >conftest.err
18503 rm -f conftest.er1
18504 cat conftest.err >&5
18505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18506 (exit $ac_status); } && {
18507 test -z "$ac_c_werror_flag" ||
18508 test ! -s conftest.err
18509 } && test -s conftest.$ac_objext; then
18510 ac_cv_type_ssize_t=yes
18511 else
18512 echo "$as_me: failed program was:" >&5
18513 sed 's/^/| /' conftest.$ac_ext >&5
18515 ac_cv_type_ssize_t=no
18518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18520 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18521 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18522 if test $ac_cv_type_ssize_t = yes; then
18524 cat >>confdefs.h <<_ACEOF
18525 #define HAVE_SSIZE_T 1
18526 _ACEOF
18530 { echo "$as_me:$LINENO: checking for long long" >&5
18531 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18532 if test "${ac_cv_type_long_long+set}" = set; then
18533 echo $ECHO_N "(cached) $ECHO_C" >&6
18534 else
18535 cat >conftest.$ac_ext <<_ACEOF
18536 /* confdefs.h. */
18537 _ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h. */
18541 $ac_includes_default
18542 typedef long long ac__type_new_;
18544 main ()
18546 if ((ac__type_new_ *) 0)
18547 return 0;
18548 if (sizeof (ac__type_new_))
18549 return 0;
18551 return 0;
18553 _ACEOF
18554 rm -f conftest.$ac_objext
18555 if { (ac_try="$ac_compile"
18556 case "(($ac_try" in
18557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18558 *) ac_try_echo=$ac_try;;
18559 esac
18560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18561 (eval "$ac_compile") 2>conftest.er1
18562 ac_status=$?
18563 grep -v '^ *+' conftest.er1 >conftest.err
18564 rm -f conftest.er1
18565 cat conftest.err >&5
18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } && {
18568 test -z "$ac_c_werror_flag" ||
18569 test ! -s conftest.err
18570 } && test -s conftest.$ac_objext; then
18571 ac_cv_type_long_long=yes
18572 else
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.$ac_ext >&5
18576 ac_cv_type_long_long=no
18579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18581 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18582 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18583 if test $ac_cv_type_long_long = yes; then
18585 cat >>confdefs.h <<_ACEOF
18586 #define HAVE_LONG_LONG 1
18587 _ACEOF
18591 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18592 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18593 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18594 echo $ECHO_N "(cached) $ECHO_C" >&6
18595 else
18596 cat >conftest.$ac_ext <<_ACEOF
18597 /* confdefs.h. */
18598 _ACEOF
18599 cat confdefs.h >>conftest.$ac_ext
18600 cat >>conftest.$ac_ext <<_ACEOF
18601 /* end confdefs.h. */
18602 $ac_includes_default
18603 typedef fsblkcnt_t ac__type_new_;
18605 main ()
18607 if ((ac__type_new_ *) 0)
18608 return 0;
18609 if (sizeof (ac__type_new_))
18610 return 0;
18612 return 0;
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18623 ac_status=$?
18624 grep -v '^ *+' conftest.er1 >conftest.err
18625 rm -f conftest.er1
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 ac_cv_type_fsblkcnt_t=yes
18633 else
18634 echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18637 ac_cv_type_fsblkcnt_t=no
18640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18642 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18643 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18644 if test $ac_cv_type_fsblkcnt_t = yes; then
18646 cat >>confdefs.h <<_ACEOF
18647 #define HAVE_FSBLKCNT_T 1
18648 _ACEOF
18652 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18653 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18654 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18655 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 else
18657 cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h. */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18663 $ac_includes_default
18664 typedef fsfilcnt_t ac__type_new_;
18666 main ()
18668 if ((ac__type_new_ *) 0)
18669 return 0;
18670 if (sizeof (ac__type_new_))
18671 return 0;
18673 return 0;
18675 _ACEOF
18676 rm -f conftest.$ac_objext
18677 if { (ac_try="$ac_compile"
18678 case "(($ac_try" in
18679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18680 *) ac_try_echo=$ac_try;;
18681 esac
18682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18683 (eval "$ac_compile") 2>conftest.er1
18684 ac_status=$?
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } && {
18690 test -z "$ac_c_werror_flag" ||
18691 test ! -s conftest.err
18692 } && test -s conftest.$ac_objext; then
18693 ac_cv_type_fsfilcnt_t=yes
18694 else
18695 echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18698 ac_cv_type_fsfilcnt_t=no
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18703 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18704 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18705 if test $ac_cv_type_fsfilcnt_t = yes; then
18707 cat >>confdefs.h <<_ACEOF
18708 #define HAVE_FSFILCNT_T 1
18709 _ACEOF
18714 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18715 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18716 if test "${ac_cv_type_sigset_t+set}" = set; then
18717 echo $ECHO_N "(cached) $ECHO_C" >&6
18718 else
18719 cat >conftest.$ac_ext <<_ACEOF
18720 /* confdefs.h. */
18721 _ACEOF
18722 cat confdefs.h >>conftest.$ac_ext
18723 cat >>conftest.$ac_ext <<_ACEOF
18724 /* end confdefs.h. */
18725 #include <signal.h>
18727 typedef sigset_t ac__type_new_;
18729 main ()
18731 if ((ac__type_new_ *) 0)
18732 return 0;
18733 if (sizeof (ac__type_new_))
18734 return 0;
18736 return 0;
18738 _ACEOF
18739 rm -f conftest.$ac_objext
18740 if { (ac_try="$ac_compile"
18741 case "(($ac_try" in
18742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18743 *) ac_try_echo=$ac_try;;
18744 esac
18745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18746 (eval "$ac_compile") 2>conftest.er1
18747 ac_status=$?
18748 grep -v '^ *+' conftest.er1 >conftest.err
18749 rm -f conftest.er1
18750 cat conftest.err >&5
18751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18752 (exit $ac_status); } && {
18753 test -z "$ac_c_werror_flag" ||
18754 test ! -s conftest.err
18755 } && test -s conftest.$ac_objext; then
18756 ac_cv_type_sigset_t=yes
18757 else
18758 echo "$as_me: failed program was:" >&5
18759 sed 's/^/| /' conftest.$ac_ext >&5
18761 ac_cv_type_sigset_t=no
18764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18766 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18767 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18768 if test $ac_cv_type_sigset_t = yes; then
18770 cat >>confdefs.h <<_ACEOF
18771 #define HAVE_SIGSET_T 1
18772 _ACEOF
18777 { echo "$as_me:$LINENO: checking for request_sense" >&5
18778 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18779 if test "${ac_cv_type_request_sense+set}" = set; then
18780 echo $ECHO_N "(cached) $ECHO_C" >&6
18781 else
18782 cat >conftest.$ac_ext <<_ACEOF
18783 /* confdefs.h. */
18784 _ACEOF
18785 cat confdefs.h >>conftest.$ac_ext
18786 cat >>conftest.$ac_ext <<_ACEOF
18787 /* end confdefs.h. */
18788 #include <linux/cdrom.h>
18790 typedef request_sense ac__type_new_;
18792 main ()
18794 if ((ac__type_new_ *) 0)
18795 return 0;
18796 if (sizeof (ac__type_new_))
18797 return 0;
18799 return 0;
18801 _ACEOF
18802 rm -f conftest.$ac_objext
18803 if { (ac_try="$ac_compile"
18804 case "(($ac_try" in
18805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18806 *) ac_try_echo=$ac_try;;
18807 esac
18808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18809 (eval "$ac_compile") 2>conftest.er1
18810 ac_status=$?
18811 grep -v '^ *+' conftest.er1 >conftest.err
18812 rm -f conftest.er1
18813 cat conftest.err >&5
18814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); } && {
18816 test -z "$ac_c_werror_flag" ||
18817 test ! -s conftest.err
18818 } && test -s conftest.$ac_objext; then
18819 ac_cv_type_request_sense=yes
18820 else
18821 echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18824 ac_cv_type_request_sense=no
18827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18829 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18830 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18831 if test $ac_cv_type_request_sense = yes; then
18833 cat >>confdefs.h <<_ACEOF
18834 #define HAVE_REQUEST_SENSE 1
18835 _ACEOF
18841 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18842 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18843 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18844 echo $ECHO_N "(cached) $ECHO_C" >&6
18845 else
18846 cat >conftest.$ac_ext <<_ACEOF
18847 /* confdefs.h. */
18848 _ACEOF
18849 cat confdefs.h >>conftest.$ac_ext
18850 cat >>conftest.$ac_ext <<_ACEOF
18851 /* end confdefs.h. */
18852 #ifdef HAVE_LINUX_INPUT_H
18853 #include <linux/input.h>
18854 #endif
18857 main ()
18859 static struct ff_effect ac_aggr;
18860 if (ac_aggr.direction)
18861 return 0;
18863 return 0;
18865 _ACEOF
18866 rm -f conftest.$ac_objext
18867 if { (ac_try="$ac_compile"
18868 case "(($ac_try" in
18869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18870 *) ac_try_echo=$ac_try;;
18871 esac
18872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18873 (eval "$ac_compile") 2>conftest.er1
18874 ac_status=$?
18875 grep -v '^ *+' conftest.er1 >conftest.err
18876 rm -f conftest.er1
18877 cat conftest.err >&5
18878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18879 (exit $ac_status); } && {
18880 test -z "$ac_c_werror_flag" ||
18881 test ! -s conftest.err
18882 } && test -s conftest.$ac_objext; then
18883 ac_cv_member_struct_ff_effect_direction=yes
18884 else
18885 echo "$as_me: failed program was:" >&5
18886 sed 's/^/| /' conftest.$ac_ext >&5
18888 cat >conftest.$ac_ext <<_ACEOF
18889 /* confdefs.h. */
18890 _ACEOF
18891 cat confdefs.h >>conftest.$ac_ext
18892 cat >>conftest.$ac_ext <<_ACEOF
18893 /* end confdefs.h. */
18894 #ifdef HAVE_LINUX_INPUT_H
18895 #include <linux/input.h>
18896 #endif
18899 main ()
18901 static struct ff_effect ac_aggr;
18902 if (sizeof ac_aggr.direction)
18903 return 0;
18905 return 0;
18907 _ACEOF
18908 rm -f conftest.$ac_objext
18909 if { (ac_try="$ac_compile"
18910 case "(($ac_try" in
18911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18912 *) ac_try_echo=$ac_try;;
18913 esac
18914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18915 (eval "$ac_compile") 2>conftest.er1
18916 ac_status=$?
18917 grep -v '^ *+' conftest.er1 >conftest.err
18918 rm -f conftest.er1
18919 cat conftest.err >&5
18920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18921 (exit $ac_status); } && {
18922 test -z "$ac_c_werror_flag" ||
18923 test ! -s conftest.err
18924 } && test -s conftest.$ac_objext; then
18925 ac_cv_member_struct_ff_effect_direction=yes
18926 else
18927 echo "$as_me: failed program was:" >&5
18928 sed 's/^/| /' conftest.$ac_ext >&5
18930 ac_cv_member_struct_ff_effect_direction=no
18933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18938 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18939 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18940 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18942 cat >>confdefs.h <<_ACEOF
18943 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18944 _ACEOF
18950 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18951 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18952 if test "${wine_cv_have_sigaddset+set}" = set; then
18953 echo $ECHO_N "(cached) $ECHO_C" >&6
18954 else
18955 cat >conftest.$ac_ext <<_ACEOF
18956 /* confdefs.h. */
18957 _ACEOF
18958 cat confdefs.h >>conftest.$ac_ext
18959 cat >>conftest.$ac_ext <<_ACEOF
18960 /* end confdefs.h. */
18961 #include <signal.h>
18963 main ()
18965 sigset_t set; sigaddset(&set,SIGTERM);
18967 return 0;
18969 _ACEOF
18970 rm -f conftest.$ac_objext conftest$ac_exeext
18971 if { (ac_try="$ac_link"
18972 case "(($ac_try" in
18973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18974 *) ac_try_echo=$ac_try;;
18975 esac
18976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18977 (eval "$ac_link") 2>conftest.er1
18978 ac_status=$?
18979 grep -v '^ *+' conftest.er1 >conftest.err
18980 rm -f conftest.er1
18981 cat conftest.err >&5
18982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18983 (exit $ac_status); } && {
18984 test -z "$ac_c_werror_flag" ||
18985 test ! -s conftest.err
18986 } && test -s conftest$ac_exeext &&
18987 $as_test_x conftest$ac_exeext; then
18988 wine_cv_have_sigaddset=yes
18989 else
18990 echo "$as_me: failed program was:" >&5
18991 sed 's/^/| /' conftest.$ac_ext >&5
18993 wine_cv_have_sigaddset=no
18996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18997 conftest$ac_exeext conftest.$ac_ext
18999 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19000 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19001 if test "$wine_cv_have_sigaddset" = "yes"
19002 then
19004 cat >>confdefs.h <<\_ACEOF
19005 #define HAVE_SIGADDSET 1
19006 _ACEOF
19011 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19012 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19013 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19014 echo $ECHO_N "(cached) $ECHO_C" >&6
19015 else
19016 cat >conftest.$ac_ext <<_ACEOF
19017 /* confdefs.h. */
19018 _ACEOF
19019 cat confdefs.h >>conftest.$ac_ext
19020 cat >>conftest.$ac_ext <<_ACEOF
19021 /* end confdefs.h. */
19022 #include <netdb.h>
19024 main ()
19027 char *name=0;
19028 struct hostent he;
19029 struct hostent *result;
19030 char *buf=0;
19031 int bufsize=0;
19032 int res,errnr;
19033 char *addr=0;
19034 int addrlen=0;
19035 int addrtype=0;
19036 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19037 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19040 return 0;
19042 _ACEOF
19043 rm -f conftest.$ac_objext conftest$ac_exeext
19044 if { (ac_try="$ac_link"
19045 case "(($ac_try" in
19046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19047 *) ac_try_echo=$ac_try;;
19048 esac
19049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19050 (eval "$ac_link") 2>conftest.er1
19051 ac_status=$?
19052 grep -v '^ *+' conftest.er1 >conftest.err
19053 rm -f conftest.er1
19054 cat conftest.err >&5
19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056 (exit $ac_status); } && {
19057 test -z "$ac_c_werror_flag" ||
19058 test ! -s conftest.err
19059 } && test -s conftest$ac_exeext &&
19060 $as_test_x conftest$ac_exeext; then
19061 wine_cv_linux_gethostbyname_r_6=yes
19062 else
19063 echo "$as_me: failed program was:" >&5
19064 sed 's/^/| /' conftest.$ac_ext >&5
19066 wine_cv_linux_gethostbyname_r_6=no
19070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19071 conftest$ac_exeext conftest.$ac_ext
19074 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19075 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19076 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19077 then
19079 cat >>confdefs.h <<\_ACEOF
19080 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19081 _ACEOF
19085 if test "$ac_cv_header_linux_joystick_h" = "yes"
19086 then
19087 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19088 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19089 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19090 echo $ECHO_N "(cached) $ECHO_C" >&6
19091 else
19092 cat >conftest.$ac_ext <<_ACEOF
19093 /* confdefs.h. */
19094 _ACEOF
19095 cat confdefs.h >>conftest.$ac_ext
19096 cat >>conftest.$ac_ext <<_ACEOF
19097 /* end confdefs.h. */
19099 #include <sys/ioctl.h>
19100 #include <sys/types.h>
19101 #include <linux/joystick.h>
19103 struct js_event blub;
19104 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19105 #error "no 2.2 header"
19106 #endif
19109 main ()
19111 /*empty*/
19113 return 0;
19115 _ACEOF
19116 rm -f conftest.$ac_objext
19117 if { (ac_try="$ac_compile"
19118 case "(($ac_try" in
19119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19120 *) ac_try_echo=$ac_try;;
19121 esac
19122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19123 (eval "$ac_compile") 2>conftest.er1
19124 ac_status=$?
19125 grep -v '^ *+' conftest.er1 >conftest.err
19126 rm -f conftest.er1
19127 cat conftest.err >&5
19128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19129 (exit $ac_status); } && {
19130 test -z "$ac_c_werror_flag" ||
19131 test ! -s conftest.err
19132 } && test -s conftest.$ac_objext; then
19133 wine_cv_linux_joystick_22_api=yes
19134 else
19135 echo "$as_me: failed program was:" >&5
19136 sed 's/^/| /' conftest.$ac_ext >&5
19138 wine_cv_linux_joystick_22_api=no
19141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19144 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19145 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19146 if test "$wine_cv_linux_joystick_22_api" = "yes"
19147 then
19149 cat >>confdefs.h <<\_ACEOF
19150 #define HAVE_LINUX_22_JOYSTICK_API 1
19151 _ACEOF
19157 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19158 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19159 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19160 echo $ECHO_N "(cached) $ECHO_C" >&6
19161 else
19162 cat >conftest.$ac_ext <<_ACEOF
19163 /* confdefs.h. */
19164 _ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h. */
19168 #include <sys/types.h>
19169 #ifdef HAVE_SYS_PARAM_H
19170 # include <sys/param.h>
19171 #endif
19172 #ifdef HAVE_SYS_MOUNT_H
19173 # include <sys/mount.h>
19174 #endif
19175 #ifdef HAVE_SYS_VFS_H
19176 # include <sys/vfs.h>
19177 #endif
19178 #ifdef HAVE_SYS_STATFS_H
19179 # include <sys/statfs.h>
19180 #endif
19183 main ()
19185 static struct statfs ac_aggr;
19186 if (ac_aggr.f_bfree)
19187 return 0;
19189 return 0;
19191 _ACEOF
19192 rm -f conftest.$ac_objext
19193 if { (ac_try="$ac_compile"
19194 case "(($ac_try" in
19195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19196 *) ac_try_echo=$ac_try;;
19197 esac
19198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19199 (eval "$ac_compile") 2>conftest.er1
19200 ac_status=$?
19201 grep -v '^ *+' conftest.er1 >conftest.err
19202 rm -f conftest.er1
19203 cat conftest.err >&5
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); } && {
19206 test -z "$ac_c_werror_flag" ||
19207 test ! -s conftest.err
19208 } && test -s conftest.$ac_objext; then
19209 ac_cv_member_struct_statfs_f_bfree=yes
19210 else
19211 echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.$ac_ext >&5
19214 cat >conftest.$ac_ext <<_ACEOF
19215 /* confdefs.h. */
19216 _ACEOF
19217 cat confdefs.h >>conftest.$ac_ext
19218 cat >>conftest.$ac_ext <<_ACEOF
19219 /* end confdefs.h. */
19220 #include <sys/types.h>
19221 #ifdef HAVE_SYS_PARAM_H
19222 # include <sys/param.h>
19223 #endif
19224 #ifdef HAVE_SYS_MOUNT_H
19225 # include <sys/mount.h>
19226 #endif
19227 #ifdef HAVE_SYS_VFS_H
19228 # include <sys/vfs.h>
19229 #endif
19230 #ifdef HAVE_SYS_STATFS_H
19231 # include <sys/statfs.h>
19232 #endif
19235 main ()
19237 static struct statfs ac_aggr;
19238 if (sizeof ac_aggr.f_bfree)
19239 return 0;
19241 return 0;
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19248 *) ac_try_echo=$ac_try;;
19249 esac
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251 (eval "$ac_compile") 2>conftest.er1
19252 ac_status=$?
19253 grep -v '^ *+' conftest.er1 >conftest.err
19254 rm -f conftest.er1
19255 cat conftest.err >&5
19256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); } && {
19258 test -z "$ac_c_werror_flag" ||
19259 test ! -s conftest.err
19260 } && test -s conftest.$ac_objext; then
19261 ac_cv_member_struct_statfs_f_bfree=yes
19262 else
19263 echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19266 ac_cv_member_struct_statfs_f_bfree=no
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19275 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19276 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19278 cat >>confdefs.h <<_ACEOF
19279 #define HAVE_STRUCT_STATFS_F_BFREE 1
19280 _ACEOF
19284 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19285 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19286 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19287 echo $ECHO_N "(cached) $ECHO_C" >&6
19288 else
19289 cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h. */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h. */
19295 #include <sys/types.h>
19296 #ifdef HAVE_SYS_PARAM_H
19297 # include <sys/param.h>
19298 #endif
19299 #ifdef HAVE_SYS_MOUNT_H
19300 # include <sys/mount.h>
19301 #endif
19302 #ifdef HAVE_SYS_VFS_H
19303 # include <sys/vfs.h>
19304 #endif
19305 #ifdef HAVE_SYS_STATFS_H
19306 # include <sys/statfs.h>
19307 #endif
19310 main ()
19312 static struct statfs ac_aggr;
19313 if (ac_aggr.f_bavail)
19314 return 0;
19316 return 0;
19318 _ACEOF
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19323 *) ac_try_echo=$ac_try;;
19324 esac
19325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19326 (eval "$ac_compile") 2>conftest.er1
19327 ac_status=$?
19328 grep -v '^ *+' conftest.er1 >conftest.err
19329 rm -f conftest.er1
19330 cat conftest.err >&5
19331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332 (exit $ac_status); } && {
19333 test -z "$ac_c_werror_flag" ||
19334 test ! -s conftest.err
19335 } && test -s conftest.$ac_objext; then
19336 ac_cv_member_struct_statfs_f_bavail=yes
19337 else
19338 echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.$ac_ext >&5
19341 cat >conftest.$ac_ext <<_ACEOF
19342 /* confdefs.h. */
19343 _ACEOF
19344 cat confdefs.h >>conftest.$ac_ext
19345 cat >>conftest.$ac_ext <<_ACEOF
19346 /* end confdefs.h. */
19347 #include <sys/types.h>
19348 #ifdef HAVE_SYS_PARAM_H
19349 # include <sys/param.h>
19350 #endif
19351 #ifdef HAVE_SYS_MOUNT_H
19352 # include <sys/mount.h>
19353 #endif
19354 #ifdef HAVE_SYS_VFS_H
19355 # include <sys/vfs.h>
19356 #endif
19357 #ifdef HAVE_SYS_STATFS_H
19358 # include <sys/statfs.h>
19359 #endif
19362 main ()
19364 static struct statfs ac_aggr;
19365 if (sizeof ac_aggr.f_bavail)
19366 return 0;
19368 return 0;
19370 _ACEOF
19371 rm -f conftest.$ac_objext
19372 if { (ac_try="$ac_compile"
19373 case "(($ac_try" in
19374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19375 *) ac_try_echo=$ac_try;;
19376 esac
19377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19378 (eval "$ac_compile") 2>conftest.er1
19379 ac_status=$?
19380 grep -v '^ *+' conftest.er1 >conftest.err
19381 rm -f conftest.er1
19382 cat conftest.err >&5
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && {
19385 test -z "$ac_c_werror_flag" ||
19386 test ! -s conftest.err
19387 } && test -s conftest.$ac_objext; then
19388 ac_cv_member_struct_statfs_f_bavail=yes
19389 else
19390 echo "$as_me: failed program was:" >&5
19391 sed 's/^/| /' conftest.$ac_ext >&5
19393 ac_cv_member_struct_statfs_f_bavail=no
19396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19401 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19402 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19403 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19405 cat >>confdefs.h <<_ACEOF
19406 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19407 _ACEOF
19411 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19412 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19413 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19414 echo $ECHO_N "(cached) $ECHO_C" >&6
19415 else
19416 cat >conftest.$ac_ext <<_ACEOF
19417 /* confdefs.h. */
19418 _ACEOF
19419 cat confdefs.h >>conftest.$ac_ext
19420 cat >>conftest.$ac_ext <<_ACEOF
19421 /* end confdefs.h. */
19422 #include <sys/types.h>
19423 #ifdef HAVE_SYS_PARAM_H
19424 # include <sys/param.h>
19425 #endif
19426 #ifdef HAVE_SYS_MOUNT_H
19427 # include <sys/mount.h>
19428 #endif
19429 #ifdef HAVE_SYS_VFS_H
19430 # include <sys/vfs.h>
19431 #endif
19432 #ifdef HAVE_SYS_STATFS_H
19433 # include <sys/statfs.h>
19434 #endif
19437 main ()
19439 static struct statfs ac_aggr;
19440 if (ac_aggr.f_frsize)
19441 return 0;
19443 return 0;
19445 _ACEOF
19446 rm -f conftest.$ac_objext
19447 if { (ac_try="$ac_compile"
19448 case "(($ac_try" in
19449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19450 *) ac_try_echo=$ac_try;;
19451 esac
19452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453 (eval "$ac_compile") 2>conftest.er1
19454 ac_status=$?
19455 grep -v '^ *+' conftest.er1 >conftest.err
19456 rm -f conftest.er1
19457 cat conftest.err >&5
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); } && {
19460 test -z "$ac_c_werror_flag" ||
19461 test ! -s conftest.err
19462 } && test -s conftest.$ac_objext; then
19463 ac_cv_member_struct_statfs_f_frsize=yes
19464 else
19465 echo "$as_me: failed program was:" >&5
19466 sed 's/^/| /' conftest.$ac_ext >&5
19468 cat >conftest.$ac_ext <<_ACEOF
19469 /* confdefs.h. */
19470 _ACEOF
19471 cat confdefs.h >>conftest.$ac_ext
19472 cat >>conftest.$ac_ext <<_ACEOF
19473 /* end confdefs.h. */
19474 #include <sys/types.h>
19475 #ifdef HAVE_SYS_PARAM_H
19476 # include <sys/param.h>
19477 #endif
19478 #ifdef HAVE_SYS_MOUNT_H
19479 # include <sys/mount.h>
19480 #endif
19481 #ifdef HAVE_SYS_VFS_H
19482 # include <sys/vfs.h>
19483 #endif
19484 #ifdef HAVE_SYS_STATFS_H
19485 # include <sys/statfs.h>
19486 #endif
19489 main ()
19491 static struct statfs ac_aggr;
19492 if (sizeof ac_aggr.f_frsize)
19493 return 0;
19495 return 0;
19497 _ACEOF
19498 rm -f conftest.$ac_objext
19499 if { (ac_try="$ac_compile"
19500 case "(($ac_try" in
19501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19502 *) ac_try_echo=$ac_try;;
19503 esac
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505 (eval "$ac_compile") 2>conftest.er1
19506 ac_status=$?
19507 grep -v '^ *+' conftest.er1 >conftest.err
19508 rm -f conftest.er1
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest.$ac_objext; then
19515 ac_cv_member_struct_statfs_f_frsize=yes
19516 else
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19520 ac_cv_member_struct_statfs_f_frsize=no
19523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19529 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19530 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19532 cat >>confdefs.h <<_ACEOF
19533 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19534 _ACEOF
19538 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19539 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19540 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19541 echo $ECHO_N "(cached) $ECHO_C" >&6
19542 else
19543 cat >conftest.$ac_ext <<_ACEOF
19544 /* confdefs.h. */
19545 _ACEOF
19546 cat confdefs.h >>conftest.$ac_ext
19547 cat >>conftest.$ac_ext <<_ACEOF
19548 /* end confdefs.h. */
19549 #include <sys/types.h>
19550 #ifdef HAVE_SYS_PARAM_H
19551 # include <sys/param.h>
19552 #endif
19553 #ifdef HAVE_SYS_MOUNT_H
19554 # include <sys/mount.h>
19555 #endif
19556 #ifdef HAVE_SYS_VFS_H
19557 # include <sys/vfs.h>
19558 #endif
19559 #ifdef HAVE_SYS_STATFS_H
19560 # include <sys/statfs.h>
19561 #endif
19564 main ()
19566 static struct statfs ac_aggr;
19567 if (ac_aggr.f_ffree)
19568 return 0;
19570 return 0;
19572 _ACEOF
19573 rm -f conftest.$ac_objext
19574 if { (ac_try="$ac_compile"
19575 case "(($ac_try" in
19576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19577 *) ac_try_echo=$ac_try;;
19578 esac
19579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19580 (eval "$ac_compile") 2>conftest.er1
19581 ac_status=$?
19582 grep -v '^ *+' conftest.er1 >conftest.err
19583 rm -f conftest.er1
19584 cat conftest.err >&5
19585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586 (exit $ac_status); } && {
19587 test -z "$ac_c_werror_flag" ||
19588 test ! -s conftest.err
19589 } && test -s conftest.$ac_objext; then
19590 ac_cv_member_struct_statfs_f_ffree=yes
19591 else
19592 echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.$ac_ext >&5
19595 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h. */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h. */
19601 #include <sys/types.h>
19602 #ifdef HAVE_SYS_PARAM_H
19603 # include <sys/param.h>
19604 #endif
19605 #ifdef HAVE_SYS_MOUNT_H
19606 # include <sys/mount.h>
19607 #endif
19608 #ifdef HAVE_SYS_VFS_H
19609 # include <sys/vfs.h>
19610 #endif
19611 #ifdef HAVE_SYS_STATFS_H
19612 # include <sys/statfs.h>
19613 #endif
19616 main ()
19618 static struct statfs ac_aggr;
19619 if (sizeof ac_aggr.f_ffree)
19620 return 0;
19622 return 0;
19624 _ACEOF
19625 rm -f conftest.$ac_objext
19626 if { (ac_try="$ac_compile"
19627 case "(($ac_try" in
19628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19629 *) ac_try_echo=$ac_try;;
19630 esac
19631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19632 (eval "$ac_compile") 2>conftest.er1
19633 ac_status=$?
19634 grep -v '^ *+' conftest.er1 >conftest.err
19635 rm -f conftest.er1
19636 cat conftest.err >&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } && {
19639 test -z "$ac_c_werror_flag" ||
19640 test ! -s conftest.err
19641 } && test -s conftest.$ac_objext; then
19642 ac_cv_member_struct_statfs_f_ffree=yes
19643 else
19644 echo "$as_me: failed program was:" >&5
19645 sed 's/^/| /' conftest.$ac_ext >&5
19647 ac_cv_member_struct_statfs_f_ffree=no
19650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19655 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19656 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19657 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19659 cat >>confdefs.h <<_ACEOF
19660 #define HAVE_STRUCT_STATFS_F_FFREE 1
19661 _ACEOF
19665 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19666 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19667 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19668 echo $ECHO_N "(cached) $ECHO_C" >&6
19669 else
19670 cat >conftest.$ac_ext <<_ACEOF
19671 /* confdefs.h. */
19672 _ACEOF
19673 cat confdefs.h >>conftest.$ac_ext
19674 cat >>conftest.$ac_ext <<_ACEOF
19675 /* end confdefs.h. */
19676 #include <sys/types.h>
19677 #ifdef HAVE_SYS_PARAM_H
19678 # include <sys/param.h>
19679 #endif
19680 #ifdef HAVE_SYS_MOUNT_H
19681 # include <sys/mount.h>
19682 #endif
19683 #ifdef HAVE_SYS_VFS_H
19684 # include <sys/vfs.h>
19685 #endif
19686 #ifdef HAVE_SYS_STATFS_H
19687 # include <sys/statfs.h>
19688 #endif
19691 main ()
19693 static struct statfs ac_aggr;
19694 if (ac_aggr.f_favail)
19695 return 0;
19697 return 0;
19699 _ACEOF
19700 rm -f conftest.$ac_objext
19701 if { (ac_try="$ac_compile"
19702 case "(($ac_try" in
19703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19704 *) ac_try_echo=$ac_try;;
19705 esac
19706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19707 (eval "$ac_compile") 2>conftest.er1
19708 ac_status=$?
19709 grep -v '^ *+' conftest.er1 >conftest.err
19710 rm -f conftest.er1
19711 cat conftest.err >&5
19712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19713 (exit $ac_status); } && {
19714 test -z "$ac_c_werror_flag" ||
19715 test ! -s conftest.err
19716 } && test -s conftest.$ac_objext; then
19717 ac_cv_member_struct_statfs_f_favail=yes
19718 else
19719 echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.$ac_ext >&5
19722 cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h. */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h. */
19728 #include <sys/types.h>
19729 #ifdef HAVE_SYS_PARAM_H
19730 # include <sys/param.h>
19731 #endif
19732 #ifdef HAVE_SYS_MOUNT_H
19733 # include <sys/mount.h>
19734 #endif
19735 #ifdef HAVE_SYS_VFS_H
19736 # include <sys/vfs.h>
19737 #endif
19738 #ifdef HAVE_SYS_STATFS_H
19739 # include <sys/statfs.h>
19740 #endif
19743 main ()
19745 static struct statfs ac_aggr;
19746 if (sizeof ac_aggr.f_favail)
19747 return 0;
19749 return 0;
19751 _ACEOF
19752 rm -f conftest.$ac_objext
19753 if { (ac_try="$ac_compile"
19754 case "(($ac_try" in
19755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19756 *) ac_try_echo=$ac_try;;
19757 esac
19758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19760 ac_status=$?
19761 grep -v '^ *+' conftest.er1 >conftest.err
19762 rm -f conftest.er1
19763 cat conftest.err >&5
19764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19769 ac_cv_member_struct_statfs_f_favail=yes
19770 else
19771 echo "$as_me: failed program was:" >&5
19772 sed 's/^/| /' conftest.$ac_ext >&5
19774 ac_cv_member_struct_statfs_f_favail=no
19777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19782 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19783 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19784 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19786 cat >>confdefs.h <<_ACEOF
19787 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19788 _ACEOF
19792 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19793 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19794 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19795 echo $ECHO_N "(cached) $ECHO_C" >&6
19796 else
19797 cat >conftest.$ac_ext <<_ACEOF
19798 /* confdefs.h. */
19799 _ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h. */
19803 #include <sys/types.h>
19804 #ifdef HAVE_SYS_PARAM_H
19805 # include <sys/param.h>
19806 #endif
19807 #ifdef HAVE_SYS_MOUNT_H
19808 # include <sys/mount.h>
19809 #endif
19810 #ifdef HAVE_SYS_VFS_H
19811 # include <sys/vfs.h>
19812 #endif
19813 #ifdef HAVE_SYS_STATFS_H
19814 # include <sys/statfs.h>
19815 #endif
19818 main ()
19820 static struct statfs ac_aggr;
19821 if (ac_aggr.f_namelen)
19822 return 0;
19824 return 0;
19826 _ACEOF
19827 rm -f conftest.$ac_objext
19828 if { (ac_try="$ac_compile"
19829 case "(($ac_try" in
19830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19831 *) ac_try_echo=$ac_try;;
19832 esac
19833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19834 (eval "$ac_compile") 2>conftest.er1
19835 ac_status=$?
19836 grep -v '^ *+' conftest.er1 >conftest.err
19837 rm -f conftest.er1
19838 cat conftest.err >&5
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); } && {
19841 test -z "$ac_c_werror_flag" ||
19842 test ! -s conftest.err
19843 } && test -s conftest.$ac_objext; then
19844 ac_cv_member_struct_statfs_f_namelen=yes
19845 else
19846 echo "$as_me: failed program was:" >&5
19847 sed 's/^/| /' conftest.$ac_ext >&5
19849 cat >conftest.$ac_ext <<_ACEOF
19850 /* confdefs.h. */
19851 _ACEOF
19852 cat confdefs.h >>conftest.$ac_ext
19853 cat >>conftest.$ac_ext <<_ACEOF
19854 /* end confdefs.h. */
19855 #include <sys/types.h>
19856 #ifdef HAVE_SYS_PARAM_H
19857 # include <sys/param.h>
19858 #endif
19859 #ifdef HAVE_SYS_MOUNT_H
19860 # include <sys/mount.h>
19861 #endif
19862 #ifdef HAVE_SYS_VFS_H
19863 # include <sys/vfs.h>
19864 #endif
19865 #ifdef HAVE_SYS_STATFS_H
19866 # include <sys/statfs.h>
19867 #endif
19870 main ()
19872 static struct statfs ac_aggr;
19873 if (sizeof ac_aggr.f_namelen)
19874 return 0;
19876 return 0;
19878 _ACEOF
19879 rm -f conftest.$ac_objext
19880 if { (ac_try="$ac_compile"
19881 case "(($ac_try" in
19882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19883 *) ac_try_echo=$ac_try;;
19884 esac
19885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19886 (eval "$ac_compile") 2>conftest.er1
19887 ac_status=$?
19888 grep -v '^ *+' conftest.er1 >conftest.err
19889 rm -f conftest.er1
19890 cat conftest.err >&5
19891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19892 (exit $ac_status); } && {
19893 test -z "$ac_c_werror_flag" ||
19894 test ! -s conftest.err
19895 } && test -s conftest.$ac_objext; then
19896 ac_cv_member_struct_statfs_f_namelen=yes
19897 else
19898 echo "$as_me: failed program was:" >&5
19899 sed 's/^/| /' conftest.$ac_ext >&5
19901 ac_cv_member_struct_statfs_f_namelen=no
19904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19910 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19911 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19913 cat >>confdefs.h <<_ACEOF
19914 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19915 _ACEOF
19921 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19922 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19923 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19924 echo $ECHO_N "(cached) $ECHO_C" >&6
19925 else
19926 cat >conftest.$ac_ext <<_ACEOF
19927 /* confdefs.h. */
19928 _ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 #ifdef HAVE_SYS_STATVFS_H
19933 #include <sys/statvfs.h>
19934 #endif
19937 main ()
19939 static struct statvfs ac_aggr;
19940 if (ac_aggr.f_blocks)
19941 return 0;
19943 return 0;
19945 _ACEOF
19946 rm -f conftest.$ac_objext
19947 if { (ac_try="$ac_compile"
19948 case "(($ac_try" in
19949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19950 *) ac_try_echo=$ac_try;;
19951 esac
19952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19953 (eval "$ac_compile") 2>conftest.er1
19954 ac_status=$?
19955 grep -v '^ *+' conftest.er1 >conftest.err
19956 rm -f conftest.er1
19957 cat conftest.err >&5
19958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959 (exit $ac_status); } && {
19960 test -z "$ac_c_werror_flag" ||
19961 test ! -s conftest.err
19962 } && test -s conftest.$ac_objext; then
19963 ac_cv_member_struct_statvfs_f_blocks=yes
19964 else
19965 echo "$as_me: failed program was:" >&5
19966 sed 's/^/| /' conftest.$ac_ext >&5
19968 cat >conftest.$ac_ext <<_ACEOF
19969 /* confdefs.h. */
19970 _ACEOF
19971 cat confdefs.h >>conftest.$ac_ext
19972 cat >>conftest.$ac_ext <<_ACEOF
19973 /* end confdefs.h. */
19974 #ifdef HAVE_SYS_STATVFS_H
19975 #include <sys/statvfs.h>
19976 #endif
19979 main ()
19981 static struct statvfs ac_aggr;
19982 if (sizeof ac_aggr.f_blocks)
19983 return 0;
19985 return 0;
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992 *) ac_try_echo=$ac_try;;
19993 esac
19994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19995 (eval "$ac_compile") 2>conftest.er1
19996 ac_status=$?
19997 grep -v '^ *+' conftest.er1 >conftest.err
19998 rm -f conftest.er1
19999 cat conftest.err >&5
20000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20001 (exit $ac_status); } && {
20002 test -z "$ac_c_werror_flag" ||
20003 test ! -s conftest.err
20004 } && test -s conftest.$ac_objext; then
20005 ac_cv_member_struct_statvfs_f_blocks=yes
20006 else
20007 echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.$ac_ext >&5
20010 ac_cv_member_struct_statvfs_f_blocks=no
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20019 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20020 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20022 cat >>confdefs.h <<_ACEOF
20023 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20024 _ACEOF
20030 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20031 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20032 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20033 echo $ECHO_N "(cached) $ECHO_C" >&6
20034 else
20035 cat >conftest.$ac_ext <<_ACEOF
20036 /* confdefs.h. */
20037 _ACEOF
20038 cat confdefs.h >>conftest.$ac_ext
20039 cat >>conftest.$ac_ext <<_ACEOF
20040 /* end confdefs.h. */
20041 #include <sys/types.h>
20042 #ifdef HAVE_SYS_SOCKET_H
20043 # include <sys/socket.h>
20044 #endif
20045 #ifdef HAVE_SYS_UN_H
20046 # include <sys/un.h>
20047 #endif
20050 main ()
20052 static struct msghdr ac_aggr;
20053 if (ac_aggr.msg_accrights)
20054 return 0;
20056 return 0;
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063 *) ac_try_echo=$ac_try;;
20064 esac
20065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20066 (eval "$ac_compile") 2>conftest.er1
20067 ac_status=$?
20068 grep -v '^ *+' conftest.er1 >conftest.err
20069 rm -f conftest.er1
20070 cat conftest.err >&5
20071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072 (exit $ac_status); } && {
20073 test -z "$ac_c_werror_flag" ||
20074 test ! -s conftest.err
20075 } && test -s conftest.$ac_objext; then
20076 ac_cv_member_struct_msghdr_msg_accrights=yes
20077 else
20078 echo "$as_me: failed program was:" >&5
20079 sed 's/^/| /' conftest.$ac_ext >&5
20081 cat >conftest.$ac_ext <<_ACEOF
20082 /* confdefs.h. */
20083 _ACEOF
20084 cat confdefs.h >>conftest.$ac_ext
20085 cat >>conftest.$ac_ext <<_ACEOF
20086 /* end confdefs.h. */
20087 #include <sys/types.h>
20088 #ifdef HAVE_SYS_SOCKET_H
20089 # include <sys/socket.h>
20090 #endif
20091 #ifdef HAVE_SYS_UN_H
20092 # include <sys/un.h>
20093 #endif
20096 main ()
20098 static struct msghdr ac_aggr;
20099 if (sizeof ac_aggr.msg_accrights)
20100 return 0;
20102 return 0;
20104 _ACEOF
20105 rm -f conftest.$ac_objext
20106 if { (ac_try="$ac_compile"
20107 case "(($ac_try" in
20108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20109 *) ac_try_echo=$ac_try;;
20110 esac
20111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20112 (eval "$ac_compile") 2>conftest.er1
20113 ac_status=$?
20114 grep -v '^ *+' conftest.er1 >conftest.err
20115 rm -f conftest.er1
20116 cat conftest.err >&5
20117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118 (exit $ac_status); } && {
20119 test -z "$ac_c_werror_flag" ||
20120 test ! -s conftest.err
20121 } && test -s conftest.$ac_objext; then
20122 ac_cv_member_struct_msghdr_msg_accrights=yes
20123 else
20124 echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20127 ac_cv_member_struct_msghdr_msg_accrights=no
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20135 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20136 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20137 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20139 cat >>confdefs.h <<_ACEOF
20140 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20141 _ACEOF
20145 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20146 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20147 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20148 echo $ECHO_N "(cached) $ECHO_C" >&6
20149 else
20150 cat >conftest.$ac_ext <<_ACEOF
20151 /* confdefs.h. */
20152 _ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h. */
20156 #include <sys/types.h>
20157 #ifdef HAVE_SYS_SOCKET_H
20158 # include <sys/socket.h>
20159 #endif
20160 #ifdef HAVE_SYS_UN_H
20161 # include <sys/un.h>
20162 #endif
20165 main ()
20167 static struct sockaddr ac_aggr;
20168 if (ac_aggr.sa_len)
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_sockaddr_sa_len=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_SOCKET_H
20204 # include <sys/socket.h>
20205 #endif
20206 #ifdef HAVE_SYS_UN_H
20207 # include <sys/un.h>
20208 #endif
20211 main ()
20213 static struct sockaddr ac_aggr;
20214 if (sizeof ac_aggr.sa_len)
20215 return 0;
20217 return 0;
20219 _ACEOF
20220 rm -f conftest.$ac_objext
20221 if { (ac_try="$ac_compile"
20222 case "(($ac_try" in
20223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20224 *) ac_try_echo=$ac_try;;
20225 esac
20226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20227 (eval "$ac_compile") 2>conftest.er1
20228 ac_status=$?
20229 grep -v '^ *+' conftest.er1 >conftest.err
20230 rm -f conftest.er1
20231 cat conftest.err >&5
20232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20233 (exit $ac_status); } && {
20234 test -z "$ac_c_werror_flag" ||
20235 test ! -s conftest.err
20236 } && test -s conftest.$ac_objext; then
20237 ac_cv_member_struct_sockaddr_sa_len=yes
20238 else
20239 echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.$ac_ext >&5
20242 ac_cv_member_struct_sockaddr_sa_len=no
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20250 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20251 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20252 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20254 cat >>confdefs.h <<_ACEOF
20255 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20256 _ACEOF
20260 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20261 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20262 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20264 else
20265 cat >conftest.$ac_ext <<_ACEOF
20266 /* confdefs.h. */
20267 _ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 #include <sys/types.h>
20272 #ifdef HAVE_SYS_SOCKET_H
20273 # include <sys/socket.h>
20274 #endif
20275 #ifdef HAVE_SYS_UN_H
20276 # include <sys/un.h>
20277 #endif
20280 main ()
20282 static struct sockaddr_un ac_aggr;
20283 if (ac_aggr.sun_len)
20284 return 0;
20286 return 0;
20288 _ACEOF
20289 rm -f conftest.$ac_objext
20290 if { (ac_try="$ac_compile"
20291 case "(($ac_try" in
20292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20293 *) ac_try_echo=$ac_try;;
20294 esac
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296 (eval "$ac_compile") 2>conftest.er1
20297 ac_status=$?
20298 grep -v '^ *+' conftest.er1 >conftest.err
20299 rm -f conftest.er1
20300 cat conftest.err >&5
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } && {
20303 test -z "$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20305 } && test -s conftest.$ac_objext; then
20306 ac_cv_member_struct_sockaddr_un_sun_len=yes
20307 else
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20311 cat >conftest.$ac_ext <<_ACEOF
20312 /* confdefs.h. */
20313 _ACEOF
20314 cat confdefs.h >>conftest.$ac_ext
20315 cat >>conftest.$ac_ext <<_ACEOF
20316 /* end confdefs.h. */
20317 #include <sys/types.h>
20318 #ifdef HAVE_SYS_SOCKET_H
20319 # include <sys/socket.h>
20320 #endif
20321 #ifdef HAVE_SYS_UN_H
20322 # include <sys/un.h>
20323 #endif
20326 main ()
20328 static struct sockaddr_un ac_aggr;
20329 if (sizeof ac_aggr.sun_len)
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_sockaddr_un_sun_len=yes
20353 else
20354 echo "$as_me: failed program was:" >&5
20355 sed 's/^/| /' conftest.$ac_ext >&5
20357 ac_cv_member_struct_sockaddr_un_sun_len=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_sockaddr_un_sun_len" >&5
20366 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20367 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20369 cat >>confdefs.h <<_ACEOF
20370 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20371 _ACEOF
20377 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20378 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20379 if test "${ac_cv_member_scsireq_t_cmd+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_SCSI_SG_H
20390 #include <scsi/sg.h>
20391 #endif
20394 main ()
20396 static scsireq_t ac_aggr;
20397 if (ac_aggr.cmd)
20398 return 0;
20400 return 0;
20402 _ACEOF
20403 rm -f conftest.$ac_objext
20404 if { (ac_try="$ac_compile"
20405 case "(($ac_try" in
20406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20407 *) ac_try_echo=$ac_try;;
20408 esac
20409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20410 (eval "$ac_compile") 2>conftest.er1
20411 ac_status=$?
20412 grep -v '^ *+' conftest.er1 >conftest.err
20413 rm -f conftest.er1
20414 cat conftest.err >&5
20415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20416 (exit $ac_status); } && {
20417 test -z "$ac_c_werror_flag" ||
20418 test ! -s conftest.err
20419 } && test -s conftest.$ac_objext; then
20420 ac_cv_member_scsireq_t_cmd=yes
20421 else
20422 echo "$as_me: failed program was:" >&5
20423 sed 's/^/| /' conftest.$ac_ext >&5
20425 cat >conftest.$ac_ext <<_ACEOF
20426 /* confdefs.h. */
20427 _ACEOF
20428 cat confdefs.h >>conftest.$ac_ext
20429 cat >>conftest.$ac_ext <<_ACEOF
20430 /* end confdefs.h. */
20431 #include <sys/types.h>
20432 #ifdef HAVE_SCSI_SG_H
20433 #include <scsi/sg.h>
20434 #endif
20437 main ()
20439 static scsireq_t ac_aggr;
20440 if (sizeof ac_aggr.cmd)
20441 return 0;
20443 return 0;
20445 _ACEOF
20446 rm -f conftest.$ac_objext
20447 if { (ac_try="$ac_compile"
20448 case "(($ac_try" in
20449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20450 *) ac_try_echo=$ac_try;;
20451 esac
20452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20453 (eval "$ac_compile") 2>conftest.er1
20454 ac_status=$?
20455 grep -v '^ *+' conftest.er1 >conftest.err
20456 rm -f conftest.er1
20457 cat conftest.err >&5
20458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20459 (exit $ac_status); } && {
20460 test -z "$ac_c_werror_flag" ||
20461 test ! -s conftest.err
20462 } && test -s conftest.$ac_objext; then
20463 ac_cv_member_scsireq_t_cmd=yes
20464 else
20465 echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.$ac_ext >&5
20468 ac_cv_member_scsireq_t_cmd=no
20471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20476 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20477 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20478 if test $ac_cv_member_scsireq_t_cmd = yes; then
20480 cat >>confdefs.h <<_ACEOF
20481 #define HAVE_SCSIREQ_T_CMD 1
20482 _ACEOF
20486 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20487 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20488 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20489 echo $ECHO_N "(cached) $ECHO_C" >&6
20490 else
20491 cat >conftest.$ac_ext <<_ACEOF
20492 /* confdefs.h. */
20493 _ACEOF
20494 cat confdefs.h >>conftest.$ac_ext
20495 cat >>conftest.$ac_ext <<_ACEOF
20496 /* end confdefs.h. */
20497 #include <sys/types.h>
20498 #ifdef HAVE_SCSI_SG_H
20499 #include <scsi/sg.h>
20500 #endif
20503 main ()
20505 static sg_io_hdr_t ac_aggr;
20506 if (ac_aggr.interface_id)
20507 return 0;
20509 return 0;
20511 _ACEOF
20512 rm -f conftest.$ac_objext
20513 if { (ac_try="$ac_compile"
20514 case "(($ac_try" in
20515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20516 *) ac_try_echo=$ac_try;;
20517 esac
20518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20519 (eval "$ac_compile") 2>conftest.er1
20520 ac_status=$?
20521 grep -v '^ *+' conftest.er1 >conftest.err
20522 rm -f conftest.er1
20523 cat conftest.err >&5
20524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525 (exit $ac_status); } && {
20526 test -z "$ac_c_werror_flag" ||
20527 test ! -s conftest.err
20528 } && test -s conftest.$ac_objext; then
20529 ac_cv_member_sg_io_hdr_t_interface_id=yes
20530 else
20531 echo "$as_me: failed program was:" >&5
20532 sed 's/^/| /' conftest.$ac_ext >&5
20534 cat >conftest.$ac_ext <<_ACEOF
20535 /* confdefs.h. */
20536 _ACEOF
20537 cat confdefs.h >>conftest.$ac_ext
20538 cat >>conftest.$ac_ext <<_ACEOF
20539 /* end confdefs.h. */
20540 #include <sys/types.h>
20541 #ifdef HAVE_SCSI_SG_H
20542 #include <scsi/sg.h>
20543 #endif
20546 main ()
20548 static sg_io_hdr_t ac_aggr;
20549 if (sizeof ac_aggr.interface_id)
20550 return 0;
20552 return 0;
20554 _ACEOF
20555 rm -f conftest.$ac_objext
20556 if { (ac_try="$ac_compile"
20557 case "(($ac_try" in
20558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20559 *) ac_try_echo=$ac_try;;
20560 esac
20561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20562 (eval "$ac_compile") 2>conftest.er1
20563 ac_status=$?
20564 grep -v '^ *+' conftest.er1 >conftest.err
20565 rm -f conftest.er1
20566 cat conftest.err >&5
20567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20568 (exit $ac_status); } && {
20569 test -z "$ac_c_werror_flag" ||
20570 test ! -s conftest.err
20571 } && test -s conftest.$ac_objext; then
20572 ac_cv_member_sg_io_hdr_t_interface_id=yes
20573 else
20574 echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.$ac_ext >&5
20577 ac_cv_member_sg_io_hdr_t_interface_id=no
20580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20585 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20586 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20587 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20589 cat >>confdefs.h <<_ACEOF
20590 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20591 _ACEOF
20597 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20598 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20599 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20600 echo $ECHO_N "(cached) $ECHO_C" >&6
20601 else
20602 cat >conftest.$ac_ext <<_ACEOF
20603 /* confdefs.h. */
20604 _ACEOF
20605 cat confdefs.h >>conftest.$ac_ext
20606 cat >>conftest.$ac_ext <<_ACEOF
20607 /* end confdefs.h. */
20608 #include <signal.h>
20611 main ()
20613 static siginfo_t ac_aggr;
20614 if (ac_aggr.si_fd)
20615 return 0;
20617 return 0;
20619 _ACEOF
20620 rm -f conftest.$ac_objext
20621 if { (ac_try="$ac_compile"
20622 case "(($ac_try" in
20623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20624 *) ac_try_echo=$ac_try;;
20625 esac
20626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20627 (eval "$ac_compile") 2>conftest.er1
20628 ac_status=$?
20629 grep -v '^ *+' conftest.er1 >conftest.err
20630 rm -f conftest.er1
20631 cat conftest.err >&5
20632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633 (exit $ac_status); } && {
20634 test -z "$ac_c_werror_flag" ||
20635 test ! -s conftest.err
20636 } && test -s conftest.$ac_objext; then
20637 ac_cv_member_siginfo_t_si_fd=yes
20638 else
20639 echo "$as_me: failed program was:" >&5
20640 sed 's/^/| /' conftest.$ac_ext >&5
20642 cat >conftest.$ac_ext <<_ACEOF
20643 /* confdefs.h. */
20644 _ACEOF
20645 cat confdefs.h >>conftest.$ac_ext
20646 cat >>conftest.$ac_ext <<_ACEOF
20647 /* end confdefs.h. */
20648 #include <signal.h>
20651 main ()
20653 static siginfo_t ac_aggr;
20654 if (sizeof ac_aggr.si_fd)
20655 return 0;
20657 return 0;
20659 _ACEOF
20660 rm -f conftest.$ac_objext
20661 if { (ac_try="$ac_compile"
20662 case "(($ac_try" in
20663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20664 *) ac_try_echo=$ac_try;;
20665 esac
20666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20667 (eval "$ac_compile") 2>conftest.er1
20668 ac_status=$?
20669 grep -v '^ *+' conftest.er1 >conftest.err
20670 rm -f conftest.er1
20671 cat conftest.err >&5
20672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673 (exit $ac_status); } && {
20674 test -z "$ac_c_werror_flag" ||
20675 test ! -s conftest.err
20676 } && test -s conftest.$ac_objext; then
20677 ac_cv_member_siginfo_t_si_fd=yes
20678 else
20679 echo "$as_me: failed program was:" >&5
20680 sed 's/^/| /' conftest.$ac_ext >&5
20682 ac_cv_member_siginfo_t_si_fd=no
20685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20690 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20691 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20692 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20694 cat >>confdefs.h <<_ACEOF
20695 #define HAVE_SIGINFO_T_SI_FD 1
20696 _ACEOF
20702 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20703 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20704 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20705 echo $ECHO_N "(cached) $ECHO_C" >&6
20706 else
20707 cat >conftest.$ac_ext <<_ACEOF
20708 /* confdefs.h. */
20709 _ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h. */
20713 #include <sys/types.h>
20714 #ifdef HAVE_SYS_MTIO_H
20715 #include <sys/mtio.h>
20716 #endif
20719 main ()
20721 static struct mtget ac_aggr;
20722 if (ac_aggr.mt_blksiz)
20723 return 0;
20725 return 0;
20727 _ACEOF
20728 rm -f conftest.$ac_objext
20729 if { (ac_try="$ac_compile"
20730 case "(($ac_try" in
20731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20732 *) ac_try_echo=$ac_try;;
20733 esac
20734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20735 (eval "$ac_compile") 2>conftest.er1
20736 ac_status=$?
20737 grep -v '^ *+' conftest.er1 >conftest.err
20738 rm -f conftest.er1
20739 cat conftest.err >&5
20740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20741 (exit $ac_status); } && {
20742 test -z "$ac_c_werror_flag" ||
20743 test ! -s conftest.err
20744 } && test -s conftest.$ac_objext; then
20745 ac_cv_member_struct_mtget_mt_blksiz=yes
20746 else
20747 echo "$as_me: failed program was:" >&5
20748 sed 's/^/| /' conftest.$ac_ext >&5
20750 cat >conftest.$ac_ext <<_ACEOF
20751 /* confdefs.h. */
20752 _ACEOF
20753 cat confdefs.h >>conftest.$ac_ext
20754 cat >>conftest.$ac_ext <<_ACEOF
20755 /* end confdefs.h. */
20756 #include <sys/types.h>
20757 #ifdef HAVE_SYS_MTIO_H
20758 #include <sys/mtio.h>
20759 #endif
20762 main ()
20764 static struct mtget ac_aggr;
20765 if (sizeof ac_aggr.mt_blksiz)
20766 return 0;
20768 return 0;
20770 _ACEOF
20771 rm -f conftest.$ac_objext
20772 if { (ac_try="$ac_compile"
20773 case "(($ac_try" in
20774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20776 esac
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778 (eval "$ac_compile") 2>conftest.er1
20779 ac_status=$?
20780 grep -v '^ *+' conftest.er1 >conftest.err
20781 rm -f conftest.er1
20782 cat conftest.err >&5
20783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784 (exit $ac_status); } && {
20785 test -z "$ac_c_werror_flag" ||
20786 test ! -s conftest.err
20787 } && test -s conftest.$ac_objext; then
20788 ac_cv_member_struct_mtget_mt_blksiz=yes
20789 else
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20793 ac_cv_member_struct_mtget_mt_blksiz=no
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20803 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20807 _ACEOF
20811 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20812 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20814 echo $ECHO_N "(cached) $ECHO_C" >&6
20815 else
20816 cat >conftest.$ac_ext <<_ACEOF
20817 /* confdefs.h. */
20818 _ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h. */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_MTIO_H
20824 #include <sys/mtio.h>
20825 #endif
20828 main ()
20830 static struct mtget ac_aggr;
20831 if (ac_aggr.mt_gstat)
20832 return 0;
20834 return 0;
20836 _ACEOF
20837 rm -f conftest.$ac_objext
20838 if { (ac_try="$ac_compile"
20839 case "(($ac_try" in
20840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20841 *) ac_try_echo=$ac_try;;
20842 esac
20843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20844 (eval "$ac_compile") 2>conftest.er1
20845 ac_status=$?
20846 grep -v '^ *+' conftest.er1 >conftest.err
20847 rm -f conftest.er1
20848 cat conftest.err >&5
20849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20850 (exit $ac_status); } && {
20851 test -z "$ac_c_werror_flag" ||
20852 test ! -s conftest.err
20853 } && test -s conftest.$ac_objext; then
20854 ac_cv_member_struct_mtget_mt_gstat=yes
20855 else
20856 echo "$as_me: failed program was:" >&5
20857 sed 's/^/| /' conftest.$ac_ext >&5
20859 cat >conftest.$ac_ext <<_ACEOF
20860 /* confdefs.h. */
20861 _ACEOF
20862 cat confdefs.h >>conftest.$ac_ext
20863 cat >>conftest.$ac_ext <<_ACEOF
20864 /* end confdefs.h. */
20865 #include <sys/types.h>
20866 #ifdef HAVE_SYS_MTIO_H
20867 #include <sys/mtio.h>
20868 #endif
20871 main ()
20873 static struct mtget ac_aggr;
20874 if (sizeof ac_aggr.mt_gstat)
20875 return 0;
20877 return 0;
20879 _ACEOF
20880 rm -f conftest.$ac_objext
20881 if { (ac_try="$ac_compile"
20882 case "(($ac_try" in
20883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20884 *) ac_try_echo=$ac_try;;
20885 esac
20886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20887 (eval "$ac_compile") 2>conftest.er1
20888 ac_status=$?
20889 grep -v '^ *+' conftest.er1 >conftest.err
20890 rm -f conftest.er1
20891 cat conftest.err >&5
20892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20893 (exit $ac_status); } && {
20894 test -z "$ac_c_werror_flag" ||
20895 test ! -s conftest.err
20896 } && test -s conftest.$ac_objext; then
20897 ac_cv_member_struct_mtget_mt_gstat=yes
20898 else
20899 echo "$as_me: failed program was:" >&5
20900 sed 's/^/| /' conftest.$ac_ext >&5
20902 ac_cv_member_struct_mtget_mt_gstat=no
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20910 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20911 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20912 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20914 cat >>confdefs.h <<_ACEOF
20915 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20916 _ACEOF
20920 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20921 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20922 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20923 echo $ECHO_N "(cached) $ECHO_C" >&6
20924 else
20925 cat >conftest.$ac_ext <<_ACEOF
20926 /* confdefs.h. */
20927 _ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h. */
20931 #include <sys/types.h>
20932 #ifdef HAVE_SYS_MTIO_H
20933 #include <sys/mtio.h>
20934 #endif
20937 main ()
20939 static struct mtget ac_aggr;
20940 if (ac_aggr.mt_blkno)
20941 return 0;
20943 return 0;
20945 _ACEOF
20946 rm -f conftest.$ac_objext
20947 if { (ac_try="$ac_compile"
20948 case "(($ac_try" in
20949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20950 *) ac_try_echo=$ac_try;;
20951 esac
20952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953 (eval "$ac_compile") 2>conftest.er1
20954 ac_status=$?
20955 grep -v '^ *+' conftest.er1 >conftest.err
20956 rm -f conftest.er1
20957 cat conftest.err >&5
20958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20959 (exit $ac_status); } && {
20960 test -z "$ac_c_werror_flag" ||
20961 test ! -s conftest.err
20962 } && test -s conftest.$ac_objext; then
20963 ac_cv_member_struct_mtget_mt_blkno=yes
20964 else
20965 echo "$as_me: failed program was:" >&5
20966 sed 's/^/| /' conftest.$ac_ext >&5
20968 cat >conftest.$ac_ext <<_ACEOF
20969 /* confdefs.h. */
20970 _ACEOF
20971 cat confdefs.h >>conftest.$ac_ext
20972 cat >>conftest.$ac_ext <<_ACEOF
20973 /* end confdefs.h. */
20974 #include <sys/types.h>
20975 #ifdef HAVE_SYS_MTIO_H
20976 #include <sys/mtio.h>
20977 #endif
20980 main ()
20982 static struct mtget ac_aggr;
20983 if (sizeof ac_aggr.mt_blkno)
20984 return 0;
20986 return 0;
20988 _ACEOF
20989 rm -f conftest.$ac_objext
20990 if { (ac_try="$ac_compile"
20991 case "(($ac_try" in
20992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20993 *) ac_try_echo=$ac_try;;
20994 esac
20995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20996 (eval "$ac_compile") 2>conftest.er1
20997 ac_status=$?
20998 grep -v '^ *+' conftest.er1 >conftest.err
20999 rm -f conftest.er1
21000 cat conftest.err >&5
21001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002 (exit $ac_status); } && {
21003 test -z "$ac_c_werror_flag" ||
21004 test ! -s conftest.err
21005 } && test -s conftest.$ac_objext; then
21006 ac_cv_member_struct_mtget_mt_blkno=yes
21007 else
21008 echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21011 ac_cv_member_struct_mtget_mt_blkno=no
21014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21020 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21021 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21023 cat >>confdefs.h <<_ACEOF
21024 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21025 _ACEOF
21031 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21032 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21033 if test "${ac_cv_member_struct_option_name+set}" = set; then
21034 echo $ECHO_N "(cached) $ECHO_C" >&6
21035 else
21036 cat >conftest.$ac_ext <<_ACEOF
21037 /* confdefs.h. */
21038 _ACEOF
21039 cat confdefs.h >>conftest.$ac_ext
21040 cat >>conftest.$ac_ext <<_ACEOF
21041 /* end confdefs.h. */
21042 #ifdef HAVE_GETOPT_H
21043 #include <getopt.h>
21044 #endif
21047 main ()
21049 static struct option ac_aggr;
21050 if (ac_aggr.name)
21051 return 0;
21053 return 0;
21055 _ACEOF
21056 rm -f conftest.$ac_objext
21057 if { (ac_try="$ac_compile"
21058 case "(($ac_try" in
21059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21060 *) ac_try_echo=$ac_try;;
21061 esac
21062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21063 (eval "$ac_compile") 2>conftest.er1
21064 ac_status=$?
21065 grep -v '^ *+' conftest.er1 >conftest.err
21066 rm -f conftest.er1
21067 cat conftest.err >&5
21068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069 (exit $ac_status); } && {
21070 test -z "$ac_c_werror_flag" ||
21071 test ! -s conftest.err
21072 } && test -s conftest.$ac_objext; then
21073 ac_cv_member_struct_option_name=yes
21074 else
21075 echo "$as_me: failed program was:" >&5
21076 sed 's/^/| /' conftest.$ac_ext >&5
21078 cat >conftest.$ac_ext <<_ACEOF
21079 /* confdefs.h. */
21080 _ACEOF
21081 cat confdefs.h >>conftest.$ac_ext
21082 cat >>conftest.$ac_ext <<_ACEOF
21083 /* end confdefs.h. */
21084 #ifdef HAVE_GETOPT_H
21085 #include <getopt.h>
21086 #endif
21089 main ()
21091 static struct option ac_aggr;
21092 if (sizeof ac_aggr.name)
21093 return 0;
21095 return 0;
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21103 esac
21104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21105 (eval "$ac_compile") 2>conftest.er1
21106 ac_status=$?
21107 grep -v '^ *+' conftest.er1 >conftest.err
21108 rm -f conftest.er1
21109 cat conftest.err >&5
21110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); } && {
21112 test -z "$ac_c_werror_flag" ||
21113 test ! -s conftest.err
21114 } && test -s conftest.$ac_objext; then
21115 ac_cv_member_struct_option_name=yes
21116 else
21117 echo "$as_me: failed program was:" >&5
21118 sed 's/^/| /' conftest.$ac_ext >&5
21120 ac_cv_member_struct_option_name=no
21123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21128 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21129 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21130 if test $ac_cv_member_struct_option_name = yes; then
21132 cat >>confdefs.h <<_ACEOF
21133 #define HAVE_STRUCT_OPTION_NAME 1
21134 _ACEOF
21140 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21141 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21142 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21143 echo $ECHO_N "(cached) $ECHO_C" >&6
21144 else
21145 cat >conftest.$ac_ext <<_ACEOF
21146 /* confdefs.h. */
21147 _ACEOF
21148 cat confdefs.h >>conftest.$ac_ext
21149 cat >>conftest.$ac_ext <<_ACEOF
21150 /* end confdefs.h. */
21151 $ac_includes_default
21153 main ()
21155 static struct stat ac_aggr;
21156 if (ac_aggr.st_blocks)
21157 return 0;
21159 return 0;
21161 _ACEOF
21162 rm -f conftest.$ac_objext
21163 if { (ac_try="$ac_compile"
21164 case "(($ac_try" in
21165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21166 *) ac_try_echo=$ac_try;;
21167 esac
21168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21169 (eval "$ac_compile") 2>conftest.er1
21170 ac_status=$?
21171 grep -v '^ *+' conftest.er1 >conftest.err
21172 rm -f conftest.er1
21173 cat conftest.err >&5
21174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21175 (exit $ac_status); } && {
21176 test -z "$ac_c_werror_flag" ||
21177 test ! -s conftest.err
21178 } && test -s conftest.$ac_objext; then
21179 ac_cv_member_struct_stat_st_blocks=yes
21180 else
21181 echo "$as_me: failed program was:" >&5
21182 sed 's/^/| /' conftest.$ac_ext >&5
21184 cat >conftest.$ac_ext <<_ACEOF
21185 /* confdefs.h. */
21186 _ACEOF
21187 cat confdefs.h >>conftest.$ac_ext
21188 cat >>conftest.$ac_ext <<_ACEOF
21189 /* end confdefs.h. */
21190 $ac_includes_default
21192 main ()
21194 static struct stat ac_aggr;
21195 if (sizeof ac_aggr.st_blocks)
21196 return 0;
21198 return 0;
21200 _ACEOF
21201 rm -f conftest.$ac_objext
21202 if { (ac_try="$ac_compile"
21203 case "(($ac_try" in
21204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21205 *) ac_try_echo=$ac_try;;
21206 esac
21207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21208 (eval "$ac_compile") 2>conftest.er1
21209 ac_status=$?
21210 grep -v '^ *+' conftest.er1 >conftest.err
21211 rm -f conftest.er1
21212 cat conftest.err >&5
21213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21214 (exit $ac_status); } && {
21215 test -z "$ac_c_werror_flag" ||
21216 test ! -s conftest.err
21217 } && test -s conftest.$ac_objext; then
21218 ac_cv_member_struct_stat_st_blocks=yes
21219 else
21220 echo "$as_me: failed program was:" >&5
21221 sed 's/^/| /' conftest.$ac_ext >&5
21223 ac_cv_member_struct_stat_st_blocks=no
21226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21231 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21232 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21233 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21235 cat >>confdefs.h <<_ACEOF
21236 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21237 _ACEOF
21241 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21242 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21243 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21244 echo $ECHO_N "(cached) $ECHO_C" >&6
21245 else
21246 cat >conftest.$ac_ext <<_ACEOF
21247 /* confdefs.h. */
21248 _ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h. */
21252 $ac_includes_default
21254 main ()
21256 static struct stat ac_aggr;
21257 if (ac_aggr.st_mtim)
21258 return 0;
21260 return 0;
21262 _ACEOF
21263 rm -f conftest.$ac_objext
21264 if { (ac_try="$ac_compile"
21265 case "(($ac_try" in
21266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21267 *) ac_try_echo=$ac_try;;
21268 esac
21269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21270 (eval "$ac_compile") 2>conftest.er1
21271 ac_status=$?
21272 grep -v '^ *+' conftest.er1 >conftest.err
21273 rm -f conftest.er1
21274 cat conftest.err >&5
21275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21276 (exit $ac_status); } && {
21277 test -z "$ac_c_werror_flag" ||
21278 test ! -s conftest.err
21279 } && test -s conftest.$ac_objext; then
21280 ac_cv_member_struct_stat_st_mtim=yes
21281 else
21282 echo "$as_me: failed program was:" >&5
21283 sed 's/^/| /' conftest.$ac_ext >&5
21285 cat >conftest.$ac_ext <<_ACEOF
21286 /* confdefs.h. */
21287 _ACEOF
21288 cat confdefs.h >>conftest.$ac_ext
21289 cat >>conftest.$ac_ext <<_ACEOF
21290 /* end confdefs.h. */
21291 $ac_includes_default
21293 main ()
21295 static struct stat ac_aggr;
21296 if (sizeof ac_aggr.st_mtim)
21297 return 0;
21299 return 0;
21301 _ACEOF
21302 rm -f conftest.$ac_objext
21303 if { (ac_try="$ac_compile"
21304 case "(($ac_try" in
21305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21306 *) ac_try_echo=$ac_try;;
21307 esac
21308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21309 (eval "$ac_compile") 2>conftest.er1
21310 ac_status=$?
21311 grep -v '^ *+' conftest.er1 >conftest.err
21312 rm -f conftest.er1
21313 cat conftest.err >&5
21314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21315 (exit $ac_status); } && {
21316 test -z "$ac_c_werror_flag" ||
21317 test ! -s conftest.err
21318 } && test -s conftest.$ac_objext; then
21319 ac_cv_member_struct_stat_st_mtim=yes
21320 else
21321 echo "$as_me: failed program was:" >&5
21322 sed 's/^/| /' conftest.$ac_ext >&5
21324 ac_cv_member_struct_stat_st_mtim=no
21327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21332 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21333 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21334 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21336 cat >>confdefs.h <<_ACEOF
21337 #define HAVE_STRUCT_STAT_ST_MTIM 1
21338 _ACEOF
21342 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21343 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21344 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21345 echo $ECHO_N "(cached) $ECHO_C" >&6
21346 else
21347 cat >conftest.$ac_ext <<_ACEOF
21348 /* confdefs.h. */
21349 _ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h. */
21353 $ac_includes_default
21355 main ()
21357 static struct stat ac_aggr;
21358 if (ac_aggr.st_ctim)
21359 return 0;
21361 return 0;
21363 _ACEOF
21364 rm -f conftest.$ac_objext
21365 if { (ac_try="$ac_compile"
21366 case "(($ac_try" in
21367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21368 *) ac_try_echo=$ac_try;;
21369 esac
21370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_stat_st_ctim=yes
21382 else
21383 echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h. */
21388 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF
21391 /* end confdefs.h. */
21392 $ac_includes_default
21394 main ()
21396 static struct stat ac_aggr;
21397 if (sizeof ac_aggr.st_ctim)
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_stat_st_ctim=yes
21421 else
21422 echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21425 ac_cv_member_struct_stat_st_ctim=no
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21434 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21435 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STAT_ST_CTIM 1
21439 _ACEOF
21443 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21444 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21445 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21446 echo $ECHO_N "(cached) $ECHO_C" >&6
21447 else
21448 cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h. */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21454 $ac_includes_default
21456 main ()
21458 static struct stat ac_aggr;
21459 if (ac_aggr.st_atim)
21460 return 0;
21462 return 0;
21464 _ACEOF
21465 rm -f conftest.$ac_objext
21466 if { (ac_try="$ac_compile"
21467 case "(($ac_try" in
21468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21469 *) ac_try_echo=$ac_try;;
21470 esac
21471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21472 (eval "$ac_compile") 2>conftest.er1
21473 ac_status=$?
21474 grep -v '^ *+' conftest.er1 >conftest.err
21475 rm -f conftest.er1
21476 cat conftest.err >&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); } && {
21479 test -z "$ac_c_werror_flag" ||
21480 test ! -s conftest.err
21481 } && test -s conftest.$ac_objext; then
21482 ac_cv_member_struct_stat_st_atim=yes
21483 else
21484 echo "$as_me: failed program was:" >&5
21485 sed 's/^/| /' conftest.$ac_ext >&5
21487 cat >conftest.$ac_ext <<_ACEOF
21488 /* confdefs.h. */
21489 _ACEOF
21490 cat confdefs.h >>conftest.$ac_ext
21491 cat >>conftest.$ac_ext <<_ACEOF
21492 /* end confdefs.h. */
21493 $ac_includes_default
21495 main ()
21497 static struct stat ac_aggr;
21498 if (sizeof ac_aggr.st_atim)
21499 return 0;
21501 return 0;
21503 _ACEOF
21504 rm -f conftest.$ac_objext
21505 if { (ac_try="$ac_compile"
21506 case "(($ac_try" in
21507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21508 *) ac_try_echo=$ac_try;;
21509 esac
21510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21511 (eval "$ac_compile") 2>conftest.er1
21512 ac_status=$?
21513 grep -v '^ *+' conftest.er1 >conftest.err
21514 rm -f conftest.er1
21515 cat conftest.err >&5
21516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517 (exit $ac_status); } && {
21518 test -z "$ac_c_werror_flag" ||
21519 test ! -s conftest.err
21520 } && test -s conftest.$ac_objext; then
21521 ac_cv_member_struct_stat_st_atim=yes
21522 else
21523 echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21526 ac_cv_member_struct_stat_st_atim=no
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21534 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21535 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21536 if test $ac_cv_member_struct_stat_st_atim = yes; then
21538 cat >>confdefs.h <<_ACEOF
21539 #define HAVE_STRUCT_STAT_ST_ATIM 1
21540 _ACEOF
21546 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21547 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21548 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21549 echo $ECHO_N "(cached) $ECHO_C" >&6
21550 else
21551 cat >conftest.$ac_ext <<_ACEOF
21552 /* confdefs.h. */
21553 _ACEOF
21554 cat confdefs.h >>conftest.$ac_ext
21555 cat >>conftest.$ac_ext <<_ACEOF
21556 /* end confdefs.h. */
21557 #ifdef HAVE_SYS_TYPES_H
21558 #include <sys/types.h>
21559 #endif
21560 #ifdef HAVE_NETINET_IN_H
21561 #include <netinet/in.h>
21562 #endif
21565 main ()
21567 static struct sockaddr_in6 ac_aggr;
21568 if (ac_aggr.sin6_scope_id)
21569 return 0;
21571 return 0;
21573 _ACEOF
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21578 *) ac_try_echo=$ac_try;;
21579 esac
21580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21581 (eval "$ac_compile") 2>conftest.er1
21582 ac_status=$?
21583 grep -v '^ *+' conftest.er1 >conftest.err
21584 rm -f conftest.er1
21585 cat conftest.err >&5
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); } && {
21588 test -z "$ac_c_werror_flag" ||
21589 test ! -s conftest.err
21590 } && test -s conftest.$ac_objext; then
21591 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21592 else
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21596 cat >conftest.$ac_ext <<_ACEOF
21597 /* confdefs.h. */
21598 _ACEOF
21599 cat confdefs.h >>conftest.$ac_ext
21600 cat >>conftest.$ac_ext <<_ACEOF
21601 /* end confdefs.h. */
21602 #ifdef HAVE_SYS_TYPES_H
21603 #include <sys/types.h>
21604 #endif
21605 #ifdef HAVE_NETINET_IN_H
21606 #include <netinet/in.h>
21607 #endif
21610 main ()
21612 static struct sockaddr_in6 ac_aggr;
21613 if (sizeof ac_aggr.sin6_scope_id)
21614 return 0;
21616 return 0;
21618 _ACEOF
21619 rm -f conftest.$ac_objext
21620 if { (ac_try="$ac_compile"
21621 case "(($ac_try" in
21622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21623 *) ac_try_echo=$ac_try;;
21624 esac
21625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21626 (eval "$ac_compile") 2>conftest.er1
21627 ac_status=$?
21628 grep -v '^ *+' conftest.er1 >conftest.err
21629 rm -f conftest.er1
21630 cat conftest.err >&5
21631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632 (exit $ac_status); } && {
21633 test -z "$ac_c_werror_flag" ||
21634 test ! -s conftest.err
21635 } && test -s conftest.$ac_objext; then
21636 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21637 else
21638 echo "$as_me: failed program was:" >&5
21639 sed 's/^/| /' conftest.$ac_ext >&5
21641 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21649 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21650 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21651 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21653 cat >>confdefs.h <<_ACEOF
21654 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21655 _ACEOF
21661 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21662 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21663 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21664 echo $ECHO_N "(cached) $ECHO_C" >&6
21665 else
21666 cat >conftest.$ac_ext <<_ACEOF
21667 /* confdefs.h. */
21668 _ACEOF
21669 cat confdefs.h >>conftest.$ac_ext
21670 cat >>conftest.$ac_ext <<_ACEOF
21671 /* end confdefs.h. */
21672 #ifdef HAVE_SYS_TYPES_H
21673 #include <sys/types.h>
21674 #endif
21675 #ifdef HAVE_NETINET_IN_H
21676 # include <netinet/in.h>
21677 #endif
21678 #ifdef HAVE_ARPA_NAMESER_H
21679 # include <arpa/nameser.h>
21680 #endif
21683 main ()
21685 static ns_msg ac_aggr;
21686 if (ac_aggr._msg_ptr)
21687 return 0;
21689 return 0;
21691 _ACEOF
21692 rm -f conftest.$ac_objext
21693 if { (ac_try="$ac_compile"
21694 case "(($ac_try" in
21695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21696 *) ac_try_echo=$ac_try;;
21697 esac
21698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21699 (eval "$ac_compile") 2>conftest.er1
21700 ac_status=$?
21701 grep -v '^ *+' conftest.er1 >conftest.err
21702 rm -f conftest.er1
21703 cat conftest.err >&5
21704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); } && {
21706 test -z "$ac_c_werror_flag" ||
21707 test ! -s conftest.err
21708 } && test -s conftest.$ac_objext; then
21709 ac_cv_member_ns_msg__msg_ptr=yes
21710 else
21711 echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.$ac_ext >&5
21714 cat >conftest.$ac_ext <<_ACEOF
21715 /* confdefs.h. */
21716 _ACEOF
21717 cat confdefs.h >>conftest.$ac_ext
21718 cat >>conftest.$ac_ext <<_ACEOF
21719 /* end confdefs.h. */
21720 #ifdef HAVE_SYS_TYPES_H
21721 #include <sys/types.h>
21722 #endif
21723 #ifdef HAVE_NETINET_IN_H
21724 # include <netinet/in.h>
21725 #endif
21726 #ifdef HAVE_ARPA_NAMESER_H
21727 # include <arpa/nameser.h>
21728 #endif
21731 main ()
21733 static ns_msg ac_aggr;
21734 if (sizeof ac_aggr._msg_ptr)
21735 return 0;
21737 return 0;
21739 _ACEOF
21740 rm -f conftest.$ac_objext
21741 if { (ac_try="$ac_compile"
21742 case "(($ac_try" in
21743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21744 *) ac_try_echo=$ac_try;;
21745 esac
21746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21747 (eval "$ac_compile") 2>conftest.er1
21748 ac_status=$?
21749 grep -v '^ *+' conftest.er1 >conftest.err
21750 rm -f conftest.er1
21751 cat conftest.err >&5
21752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21753 (exit $ac_status); } && {
21754 test -z "$ac_c_werror_flag" ||
21755 test ! -s conftest.err
21756 } && test -s conftest.$ac_objext; then
21757 ac_cv_member_ns_msg__msg_ptr=yes
21758 else
21759 echo "$as_me: failed program was:" >&5
21760 sed 's/^/| /' conftest.$ac_ext >&5
21762 ac_cv_member_ns_msg__msg_ptr=no
21765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21770 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21771 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21772 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21774 cat >>confdefs.h <<_ACEOF
21775 #define HAVE_NS_MSG__MSG_PTR 1
21776 _ACEOF
21782 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21783 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21784 if test "${ac_cv_have_timezone+set}" = set; then
21785 echo $ECHO_N "(cached) $ECHO_C" >&6
21786 else
21787 cat >conftest.$ac_ext <<_ACEOF
21788 /* confdefs.h. */
21789 _ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h. */
21793 #include <time.h>
21795 main ()
21797 timezone = 1
21799 return 0;
21801 _ACEOF
21802 rm -f conftest.$ac_objext conftest$ac_exeext
21803 if { (ac_try="$ac_link"
21804 case "(($ac_try" in
21805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21806 *) ac_try_echo=$ac_try;;
21807 esac
21808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21809 (eval "$ac_link") 2>conftest.er1
21810 ac_status=$?
21811 grep -v '^ *+' conftest.er1 >conftest.err
21812 rm -f conftest.er1
21813 cat conftest.err >&5
21814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21815 (exit $ac_status); } && {
21816 test -z "$ac_c_werror_flag" ||
21817 test ! -s conftest.err
21818 } && test -s conftest$ac_exeext &&
21819 $as_test_x conftest$ac_exeext; then
21820 ac_cv_have_timezone="yes"
21821 else
21822 echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21825 ac_cv_have_timezone="no"
21828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21829 conftest$ac_exeext conftest.$ac_ext
21831 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21832 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21833 if test "$ac_cv_have_timezone" = "yes"
21834 then
21836 cat >>confdefs.h <<\_ACEOF
21837 #define HAVE_TIMEZONE 1
21838 _ACEOF
21841 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21842 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21843 if test "${ac_cv_have_daylight+set}" = set; then
21844 echo $ECHO_N "(cached) $ECHO_C" >&6
21845 else
21846 cat >conftest.$ac_ext <<_ACEOF
21847 /* confdefs.h. */
21848 _ACEOF
21849 cat confdefs.h >>conftest.$ac_ext
21850 cat >>conftest.$ac_ext <<_ACEOF
21851 /* end confdefs.h. */
21852 #include <time.h>
21854 main ()
21856 daylight = 1
21858 return 0;
21860 _ACEOF
21861 rm -f conftest.$ac_objext conftest$ac_exeext
21862 if { (ac_try="$ac_link"
21863 case "(($ac_try" in
21864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21865 *) ac_try_echo=$ac_try;;
21866 esac
21867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21868 (eval "$ac_link") 2>conftest.er1
21869 ac_status=$?
21870 grep -v '^ *+' conftest.er1 >conftest.err
21871 rm -f conftest.er1
21872 cat conftest.err >&5
21873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21874 (exit $ac_status); } && {
21875 test -z "$ac_c_werror_flag" ||
21876 test ! -s conftest.err
21877 } && test -s conftest$ac_exeext &&
21878 $as_test_x conftest$ac_exeext; then
21879 ac_cv_have_daylight="yes"
21880 else
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21884 ac_cv_have_daylight="no"
21887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21888 conftest$ac_exeext conftest.$ac_ext
21890 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21891 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21892 if test "$ac_cv_have_daylight" = "yes"
21893 then
21895 cat >>confdefs.h <<\_ACEOF
21896 #define HAVE_DAYLIGHT 1
21897 _ACEOF
21901 { echo "$as_me:$LINENO: checking for isinf" >&5
21902 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21903 if test "${ac_cv_have_isinf+set}" = set; then
21904 echo $ECHO_N "(cached) $ECHO_C" >&6
21905 else
21906 cat >conftest.$ac_ext <<_ACEOF
21907 /* confdefs.h. */
21908 _ACEOF
21909 cat confdefs.h >>conftest.$ac_ext
21910 cat >>conftest.$ac_ext <<_ACEOF
21911 /* end confdefs.h. */
21912 #include <math.h>
21914 main ()
21916 float f = 0.0; int i=isinf(f)
21918 return 0;
21920 _ACEOF
21921 rm -f conftest.$ac_objext conftest$ac_exeext
21922 if { (ac_try="$ac_link"
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_link") 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_exeext &&
21938 $as_test_x conftest$ac_exeext; then
21939 ac_cv_have_isinf="yes"
21940 else
21941 echo "$as_me: failed program was:" >&5
21942 sed 's/^/| /' conftest.$ac_ext >&5
21944 ac_cv_have_isinf="no"
21947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21948 conftest$ac_exeext conftest.$ac_ext
21950 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21951 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21952 if test "$ac_cv_have_isinf" = "yes"
21953 then
21955 cat >>confdefs.h <<\_ACEOF
21956 #define HAVE_ISINF 1
21957 _ACEOF
21962 case $host_cpu in
21963 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21964 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21965 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21966 echo $ECHO_N "(cached) $ECHO_C" >&6
21967 else
21968 cat >conftest.$ac_ext <<_ACEOF
21969 /* confdefs.h. */
21970 _ACEOF
21971 cat confdefs.h >>conftest.$ac_ext
21972 cat >>conftest.$ac_ext <<_ACEOF
21973 /* end confdefs.h. */
21974 #ifndef __i386__
21976 #endif
21977 _ACEOF
21978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21979 $EGREP "yes" >/dev/null 2>&1; then
21980 ac_cv_cpp_def___i386__=yes
21981 else
21982 ac_cv_cpp_def___i386__=no
21984 rm -f conftest*
21987 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21988 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21989 if test $ac_cv_cpp_def___i386__ = yes; then
21990 CFLAGS="$CFLAGS -D__i386__"
21991 LINTFLAGS="$LINTFLAGS -D__i386__"
21994 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21995 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21996 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21997 echo $ECHO_N "(cached) $ECHO_C" >&6
21998 else
21999 cat >conftest.$ac_ext <<_ACEOF
22000 /* confdefs.h. */
22001 _ACEOF
22002 cat confdefs.h >>conftest.$ac_ext
22003 cat >>conftest.$ac_ext <<_ACEOF
22004 /* end confdefs.h. */
22005 #ifndef __x86_64__
22007 #endif
22008 _ACEOF
22009 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22010 $EGREP "yes" >/dev/null 2>&1; then
22011 ac_cv_cpp_def___x86_64__=yes
22012 else
22013 ac_cv_cpp_def___x86_64__=no
22015 rm -f conftest*
22018 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22019 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22020 if test $ac_cv_cpp_def___x86_64__ = yes; then
22021 CFLAGS="$CFLAGS -D__x86_64__"
22022 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22025 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22026 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22027 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22029 else
22030 cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h. */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22036 #ifndef __ALPHA__
22038 #endif
22039 _ACEOF
22040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22041 $EGREP "yes" >/dev/null 2>&1; then
22042 ac_cv_cpp_def___ALPHA__=yes
22043 else
22044 ac_cv_cpp_def___ALPHA__=no
22046 rm -f conftest*
22049 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22050 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22051 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22052 CFLAGS="$CFLAGS -D__ALPHA__"
22053 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22056 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22057 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22058 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22059 echo $ECHO_N "(cached) $ECHO_C" >&6
22060 else
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 #ifndef __sparc__
22069 #endif
22070 _ACEOF
22071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22072 $EGREP "yes" >/dev/null 2>&1; then
22073 ac_cv_cpp_def___sparc__=yes
22074 else
22075 ac_cv_cpp_def___sparc__=no
22077 rm -f conftest*
22080 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22081 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22082 if test $ac_cv_cpp_def___sparc__ = yes; then
22083 CFLAGS="$CFLAGS -D__sparc__"
22084 LINTFLAGS="$LINTFLAGS -D__sparc__"
22087 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22088 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22089 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22090 echo $ECHO_N "(cached) $ECHO_C" >&6
22091 else
22092 cat >conftest.$ac_ext <<_ACEOF
22093 /* confdefs.h. */
22094 _ACEOF
22095 cat confdefs.h >>conftest.$ac_ext
22096 cat >>conftest.$ac_ext <<_ACEOF
22097 /* end confdefs.h. */
22098 #ifndef __powerpc__
22100 #endif
22101 _ACEOF
22102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22103 $EGREP "yes" >/dev/null 2>&1; then
22104 ac_cv_cpp_def___powerpc__=yes
22105 else
22106 ac_cv_cpp_def___powerpc__=no
22108 rm -f conftest*
22111 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22112 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22113 if test $ac_cv_cpp_def___powerpc__ = yes; then
22114 CFLAGS="$CFLAGS -D__powerpc__"
22115 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22118 esac
22120 case $host_vendor in
22121 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22122 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22123 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22124 echo $ECHO_N "(cached) $ECHO_C" >&6
22125 else
22126 cat >conftest.$ac_ext <<_ACEOF
22127 /* confdefs.h. */
22128 _ACEOF
22129 cat confdefs.h >>conftest.$ac_ext
22130 cat >>conftest.$ac_ext <<_ACEOF
22131 /* end confdefs.h. */
22132 #ifndef __sun__
22134 #endif
22135 _ACEOF
22136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22137 $EGREP "yes" >/dev/null 2>&1; then
22138 ac_cv_cpp_def___sun__=yes
22139 else
22140 ac_cv_cpp_def___sun__=no
22142 rm -f conftest*
22145 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22146 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22147 if test $ac_cv_cpp_def___sun__ = yes; then
22148 CFLAGS="$CFLAGS -D__sun__"
22149 LINTFLAGS="$LINTFLAGS -D__sun__"
22152 esac
22155 DEPENDENCIES="### Dependencies:
22157 .INIT: Makefile
22158 .BEGIN: Makefile
22159 Makefile: dummy
22160 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22162 \$(OBJS): \$(IDL_GEN_HEADERS)
22163 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22164 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22165 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22166 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22169 ALL_MAKERULES=""
22171 ALL_MAKEFILES=""
22173 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22176 ALL_DLL_DIRS=""
22178 ALL_IMPLIB_DIRS=""
22180 ALL_TEST_DIRS=""
22182 ALL_PROGRAM_DIRS=""
22184 ALL_PROGRAM_INSTALL_DIRS=""
22186 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22192 ac_config_commands="$ac_config_commands include/stamp-h"
22195 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22197 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22199 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22201 ac_config_commands="$ac_config_commands dlls/user32/resources"
22203 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22205 ac_config_commands="$ac_config_commands include/wine"
22208 ALL_MAKERULES="$ALL_MAKERULES \\
22209 Make.rules"
22210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22211 Make.rules: Make.rules.in"
22212 MAKE_RULES=Make.rules
22213 ac_config_files="$ac_config_files Make.rules"
22215 ALL_MAKERULES="$ALL_MAKERULES \\
22216 dlls/Makedll.rules"
22217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22218 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22219 MAKE_DLL_RULES=dlls/Makedll.rules
22220 ac_config_files="$ac_config_files dlls/Makedll.rules"
22222 ALL_MAKERULES="$ALL_MAKERULES \\
22223 dlls/Makeimplib.rules"
22224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22225 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22226 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22227 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22229 ALL_MAKERULES="$ALL_MAKERULES \\
22230 dlls/Maketest.rules"
22231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22232 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22233 MAKE_TEST_RULES=dlls/Maketest.rules
22234 ac_config_files="$ac_config_files dlls/Maketest.rules"
22236 ALL_MAKERULES="$ALL_MAKERULES \\
22237 programs/Makeprog.rules"
22238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22239 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22240 MAKE_PROG_RULES=programs/Makeprog.rules
22241 ac_config_files="$ac_config_files programs/Makeprog.rules"
22246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22247 Makefile: Makefile.in Make.rules"
22248 ac_config_files="$ac_config_files Makefile"
22250 ALL_MAKEFILES="$ALL_MAKEFILES \\
22251 dlls/Makefile"
22253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22254 dlls/Makefile: dlls/Makefile.in Make.rules"
22255 ac_config_files="$ac_config_files dlls/Makefile"
22257 ALL_MAKEFILES="$ALL_MAKEFILES \\
22258 dlls/acledit/Makefile"
22259 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22260 acledit"
22261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22262 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22263 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22265 ALL_MAKEFILES="$ALL_MAKEFILES \\
22266 dlls/activeds/Makefile"
22267 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22268 activeds"
22269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22270 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22271 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22273 ALL_MAKEFILES="$ALL_MAKEFILES \\
22274 dlls/actxprxy/Makefile"
22275 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22276 actxprxy"
22277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22278 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22279 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22281 ALL_MAKEFILES="$ALL_MAKEFILES \\
22282 dlls/adsiid/Makefile"
22283 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22284 adsiid"
22285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22286 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22287 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22289 ALL_MAKEFILES="$ALL_MAKEFILES \\
22290 dlls/advapi32/Makefile"
22291 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22292 advapi32"
22293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22294 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22295 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22297 ALL_MAKEFILES="$ALL_MAKEFILES \\
22298 dlls/advapi32/tests/Makefile"
22299 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22300 advapi32/tests"
22301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22302 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22303 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22305 ALL_MAKEFILES="$ALL_MAKEFILES \\
22306 dlls/advpack/Makefile"
22307 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22308 advpack"
22309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22310 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22311 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22313 ALL_MAKEFILES="$ALL_MAKEFILES \\
22314 dlls/advpack/tests/Makefile"
22315 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22316 advpack/tests"
22317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22318 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22319 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22321 ALL_MAKEFILES="$ALL_MAKEFILES \\
22322 dlls/amstream/Makefile"
22323 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22324 amstream"
22325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22326 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22327 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22329 ALL_MAKEFILES="$ALL_MAKEFILES \\
22330 dlls/appwiz.cpl/Makefile"
22331 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22332 appwiz.cpl"
22333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22334 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22335 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22337 ALL_MAKEFILES="$ALL_MAKEFILES \\
22338 dlls/atl/Makefile"
22339 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22340 atl"
22341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22342 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22343 ac_config_files="$ac_config_files dlls/atl/Makefile"
22345 ALL_MAKEFILES="$ALL_MAKEFILES \\
22346 dlls/avicap32/Makefile"
22347 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22348 avicap32"
22349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22350 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22351 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22353 ALL_MAKEFILES="$ALL_MAKEFILES \\
22354 dlls/avifil32/Makefile"
22355 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22356 avifil32"
22357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22358 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22359 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22361 ALL_MAKEFILES="$ALL_MAKEFILES \\
22362 dlls/browseui/Makefile"
22363 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22364 browseui"
22365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22366 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22367 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22369 ALL_MAKEFILES="$ALL_MAKEFILES \\
22370 dlls/browseui/tests/Makefile"
22371 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22372 browseui/tests"
22373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22374 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22375 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22377 ALL_MAKEFILES="$ALL_MAKEFILES \\
22378 dlls/cabinet/Makefile"
22379 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22380 cabinet"
22381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22382 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22383 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22385 ALL_MAKEFILES="$ALL_MAKEFILES \\
22386 dlls/cabinet/tests/Makefile"
22387 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22388 cabinet/tests"
22389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22390 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22391 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22393 ALL_MAKEFILES="$ALL_MAKEFILES \\
22394 dlls/capi2032/Makefile"
22395 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22396 capi2032"
22397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22398 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22399 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22401 ALL_MAKEFILES="$ALL_MAKEFILES \\
22402 dlls/cards/Makefile"
22403 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22404 cards"
22405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22406 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22407 ac_config_files="$ac_config_files dlls/cards/Makefile"
22409 ALL_MAKEFILES="$ALL_MAKEFILES \\
22410 dlls/cfgmgr32/Makefile"
22411 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22412 cfgmgr32"
22413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22414 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22415 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22417 ALL_MAKEFILES="$ALL_MAKEFILES \\
22418 dlls/clusapi/Makefile"
22419 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22420 clusapi"
22421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22422 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22423 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22425 ALL_MAKEFILES="$ALL_MAKEFILES \\
22426 dlls/comcat/Makefile"
22427 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22428 comcat"
22429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22430 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22431 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22433 ALL_MAKEFILES="$ALL_MAKEFILES \\
22434 dlls/comcat/tests/Makefile"
22435 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22436 comcat/tests"
22437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22438 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22439 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22441 ALL_MAKEFILES="$ALL_MAKEFILES \\
22442 dlls/comctl32/Makefile"
22443 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22444 comctl32"
22445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22446 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22447 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22449 ALL_MAKEFILES="$ALL_MAKEFILES \\
22450 dlls/comctl32/tests/Makefile"
22451 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22452 comctl32/tests"
22453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22454 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22455 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22457 ALL_MAKEFILES="$ALL_MAKEFILES \\
22458 dlls/comdlg32/Makefile"
22459 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22460 comdlg32"
22461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22462 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22463 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22465 ALL_MAKEFILES="$ALL_MAKEFILES \\
22466 dlls/comdlg32/tests/Makefile"
22467 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22468 comdlg32/tests"
22469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22470 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22471 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22473 ALL_MAKEFILES="$ALL_MAKEFILES \\
22474 dlls/compstui/Makefile"
22475 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22476 compstui"
22477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22478 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22479 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22481 ALL_MAKEFILES="$ALL_MAKEFILES \\
22482 dlls/credui/Makefile"
22483 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22484 credui"
22485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22486 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22487 ac_config_files="$ac_config_files dlls/credui/Makefile"
22489 ALL_MAKEFILES="$ALL_MAKEFILES \\
22490 dlls/credui/tests/Makefile"
22491 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22492 credui/tests"
22493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22494 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22495 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22497 ALL_MAKEFILES="$ALL_MAKEFILES \\
22498 dlls/crtdll/Makefile"
22499 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22500 crtdll"
22501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22502 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22503 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22505 ALL_MAKEFILES="$ALL_MAKEFILES \\
22506 dlls/crypt32/Makefile"
22507 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22508 crypt32"
22509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22510 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22511 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22513 ALL_MAKEFILES="$ALL_MAKEFILES \\
22514 dlls/crypt32/tests/Makefile"
22515 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22516 crypt32/tests"
22517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22518 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22519 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22521 ALL_MAKEFILES="$ALL_MAKEFILES \\
22522 dlls/cryptdlg/Makefile"
22523 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22524 cryptdlg"
22525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22526 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22527 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22529 ALL_MAKEFILES="$ALL_MAKEFILES \\
22530 dlls/cryptdll/Makefile"
22531 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22532 cryptdll"
22533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22534 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22535 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22537 ALL_MAKEFILES="$ALL_MAKEFILES \\
22538 dlls/cryptnet/Makefile"
22539 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22540 cryptnet"
22541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22542 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22543 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22545 ALL_MAKEFILES="$ALL_MAKEFILES \\
22546 dlls/cryptnet/tests/Makefile"
22547 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22548 cryptnet/tests"
22549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22550 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22551 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22553 ALL_MAKEFILES="$ALL_MAKEFILES \\
22554 dlls/cryptui/Makefile"
22555 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22556 cryptui"
22557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22558 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22559 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22561 ALL_MAKEFILES="$ALL_MAKEFILES \\
22562 dlls/ctapi32/Makefile"
22563 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22564 ctapi32"
22565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22566 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22567 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22569 ALL_MAKEFILES="$ALL_MAKEFILES \\
22570 dlls/ctl3d32/Makefile"
22571 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22572 ctl3d32"
22573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22574 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22575 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22577 ALL_MAKEFILES="$ALL_MAKEFILES \\
22578 dlls/d3d10/Makefile"
22579 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22580 d3d10"
22581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22582 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22583 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22585 ALL_MAKEFILES="$ALL_MAKEFILES \\
22586 dlls/d3d8/Makefile"
22587 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22588 d3d8"
22589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22590 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22591 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22593 ALL_MAKEFILES="$ALL_MAKEFILES \\
22594 dlls/d3d8/tests/Makefile"
22595 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22596 d3d8/tests"
22597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22598 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22599 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22601 ALL_MAKEFILES="$ALL_MAKEFILES \\
22602 dlls/d3d9/Makefile"
22603 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22604 d3d9"
22605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22606 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22607 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22609 ALL_MAKEFILES="$ALL_MAKEFILES \\
22610 dlls/d3d9/tests/Makefile"
22611 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22612 d3d9/tests"
22613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22614 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22615 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22617 ALL_MAKEFILES="$ALL_MAKEFILES \\
22618 dlls/d3dim/Makefile"
22619 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22620 d3dim"
22621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22622 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22623 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22625 ALL_MAKEFILES="$ALL_MAKEFILES \\
22626 dlls/d3drm/Makefile"
22627 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22628 d3drm"
22629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22630 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22631 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22633 ALL_MAKEFILES="$ALL_MAKEFILES \\
22634 dlls/d3drm/tests/Makefile"
22635 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22636 d3drm/tests"
22637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22638 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22639 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22641 ALL_MAKEFILES="$ALL_MAKEFILES \\
22642 dlls/d3dx8/Makefile"
22643 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22644 d3dx8"
22645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22646 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22647 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22649 ALL_MAKEFILES="$ALL_MAKEFILES \\
22650 dlls/d3dx8/tests/Makefile"
22651 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22652 d3dx8/tests"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22657 ALL_MAKEFILES="$ALL_MAKEFILES \\
22658 dlls/d3dx9_24/Makefile"
22659 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 d3dx9_24"
22661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22662 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22663 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22665 ALL_MAKEFILES="$ALL_MAKEFILES \\
22666 dlls/d3dx9_25/Makefile"
22667 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22668 d3dx9_25"
22669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22670 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22671 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22673 ALL_MAKEFILES="$ALL_MAKEFILES \\
22674 dlls/d3dx9_26/Makefile"
22675 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22676 d3dx9_26"
22677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22678 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22679 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22681 ALL_MAKEFILES="$ALL_MAKEFILES \\
22682 dlls/d3dx9_27/Makefile"
22683 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 d3dx9_27"
22685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22686 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22687 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22689 ALL_MAKEFILES="$ALL_MAKEFILES \\
22690 dlls/d3dx9_28/Makefile"
22691 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22692 d3dx9_28"
22693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22694 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22695 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22697 ALL_MAKEFILES="$ALL_MAKEFILES \\
22698 dlls/d3dx9_29/Makefile"
22699 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 d3dx9_29"
22701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22702 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22703 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22705 ALL_MAKEFILES="$ALL_MAKEFILES \\
22706 dlls/d3dx9_30/Makefile"
22707 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22708 d3dx9_30"
22709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22710 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22711 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22713 ALL_MAKEFILES="$ALL_MAKEFILES \\
22714 dlls/d3dx9_31/Makefile"
22715 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 d3dx9_31"
22717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22718 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22719 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22721 ALL_MAKEFILES="$ALL_MAKEFILES \\
22722 dlls/d3dx9_32/Makefile"
22723 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22724 d3dx9_32"
22725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22726 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22727 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22729 ALL_MAKEFILES="$ALL_MAKEFILES \\
22730 dlls/d3dx9_33/Makefile"
22731 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 d3dx9_33"
22733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22734 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22735 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22737 ALL_MAKEFILES="$ALL_MAKEFILES \\
22738 dlls/d3dx9_34/Makefile"
22739 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22740 d3dx9_34"
22741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22742 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22743 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22745 ALL_MAKEFILES="$ALL_MAKEFILES \\
22746 dlls/d3dx9_35/Makefile"
22747 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22748 d3dx9_35"
22749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22750 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22751 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22753 ALL_MAKEFILES="$ALL_MAKEFILES \\
22754 dlls/d3dx9_36/Makefile"
22755 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22756 d3dx9_36"
22757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22758 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22759 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22761 ALL_MAKEFILES="$ALL_MAKEFILES \\
22762 dlls/d3dx9_36/tests/Makefile"
22763 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22764 d3dx9_36/tests"
22765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22766 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22767 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22769 ALL_MAKEFILES="$ALL_MAKEFILES \\
22770 dlls/d3dx9_37/Makefile"
22771 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22772 d3dx9_37"
22773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22774 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22775 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22777 ALL_MAKEFILES="$ALL_MAKEFILES \\
22778 dlls/d3dxof/Makefile"
22779 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22780 d3dxof"
22781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22782 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22783 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22785 ALL_MAKEFILES="$ALL_MAKEFILES \\
22786 dlls/d3dxof/tests/Makefile"
22787 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22788 d3dxof/tests"
22789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22790 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22791 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22793 ALL_MAKEFILES="$ALL_MAKEFILES \\
22794 dlls/dbghelp/Makefile"
22795 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22796 dbghelp"
22797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22798 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22799 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22801 ALL_MAKEFILES="$ALL_MAKEFILES \\
22802 dlls/dciman32/Makefile"
22803 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22804 dciman32"
22805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22806 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22807 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22809 ALL_MAKEFILES="$ALL_MAKEFILES \\
22810 dlls/ddraw/Makefile"
22811 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 ddraw"
22813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22814 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22815 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22817 ALL_MAKEFILES="$ALL_MAKEFILES \\
22818 dlls/ddraw/tests/Makefile"
22819 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22820 ddraw/tests"
22821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22822 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22823 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22825 ALL_MAKEFILES="$ALL_MAKEFILES \\
22826 dlls/ddrawex/Makefile"
22827 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22828 ddrawex"
22829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22830 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22831 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22833 ALL_MAKEFILES="$ALL_MAKEFILES \\
22834 dlls/devenum/Makefile"
22835 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22836 devenum"
22837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22838 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22839 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22841 ALL_MAKEFILES="$ALL_MAKEFILES \\
22842 dlls/dinput/Makefile"
22843 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 dinput"
22845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22846 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22847 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22849 ALL_MAKEFILES="$ALL_MAKEFILES \\
22850 dlls/dinput/tests/Makefile"
22851 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22852 dinput/tests"
22853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22854 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22855 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22857 ALL_MAKEFILES="$ALL_MAKEFILES \\
22858 dlls/dinput8/Makefile"
22859 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 dinput8"
22861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22862 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22863 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22865 ALL_MAKEFILES="$ALL_MAKEFILES \\
22866 dlls/dmband/Makefile"
22867 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22868 dmband"
22869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22870 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22871 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22873 ALL_MAKEFILES="$ALL_MAKEFILES \\
22874 dlls/dmcompos/Makefile"
22875 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 dmcompos"
22877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22878 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22879 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22881 ALL_MAKEFILES="$ALL_MAKEFILES \\
22882 dlls/dmime/Makefile"
22883 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22884 dmime"
22885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22886 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22887 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22889 ALL_MAKEFILES="$ALL_MAKEFILES \\
22890 dlls/dmloader/Makefile"
22891 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22892 dmloader"
22893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22894 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22895 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22897 ALL_MAKEFILES="$ALL_MAKEFILES \\
22898 dlls/dmscript/Makefile"
22899 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22900 dmscript"
22901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22902 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22903 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22905 ALL_MAKEFILES="$ALL_MAKEFILES \\
22906 dlls/dmstyle/Makefile"
22907 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22908 dmstyle"
22909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22910 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22911 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22913 ALL_MAKEFILES="$ALL_MAKEFILES \\
22914 dlls/dmsynth/Makefile"
22915 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22916 dmsynth"
22917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22918 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22919 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22921 ALL_MAKEFILES="$ALL_MAKEFILES \\
22922 dlls/dmusic/Makefile"
22923 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 dmusic"
22925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22926 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22927 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22929 ALL_MAKEFILES="$ALL_MAKEFILES \\
22930 dlls/dmusic32/Makefile"
22931 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22932 dmusic32"
22933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22934 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22935 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22937 ALL_MAKEFILES="$ALL_MAKEFILES \\
22938 dlls/dnsapi/Makefile"
22939 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22940 dnsapi"
22941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22942 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22943 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22945 ALL_MAKEFILES="$ALL_MAKEFILES \\
22946 dlls/dnsapi/tests/Makefile"
22947 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22948 dnsapi/tests"
22949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22950 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22951 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22953 ALL_MAKEFILES="$ALL_MAKEFILES \\
22954 dlls/dplay/Makefile"
22955 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22956 dplay"
22957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22958 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22959 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22961 ALL_MAKEFILES="$ALL_MAKEFILES \\
22962 dlls/dplayx/Makefile"
22963 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22964 dplayx"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22967 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22969 ALL_MAKEFILES="$ALL_MAKEFILES \\
22970 dlls/dplayx/tests/Makefile"
22971 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22972 dplayx/tests"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22975 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22977 ALL_MAKEFILES="$ALL_MAKEFILES \\
22978 dlls/dpnaddr/Makefile"
22979 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22980 dpnaddr"
22981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22982 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22983 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22985 ALL_MAKEFILES="$ALL_MAKEFILES \\
22986 dlls/dpnet/Makefile"
22987 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 dpnet"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22991 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/dpnhpast/Makefile"
22995 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 dpnhpast"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22999 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23001 ALL_MAKEFILES="$ALL_MAKEFILES \\
23002 dlls/dpnlobby/Makefile"
23003 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23004 dpnlobby"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23007 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/dpwsockx/Makefile"
23011 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 dpwsockx"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23015 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/dsound/Makefile"
23019 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23020 dsound"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23023 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/dsound/tests/Makefile"
23027 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23028 dsound/tests"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23031 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/dssenh/Makefile"
23035 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 dssenh"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23039 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/dswave/Makefile"
23043 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 dswave"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23047 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/dwmapi/Makefile"
23051 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 dwmapi"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23055 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/dxdiagn/Makefile"
23059 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 dxdiagn"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/dxerr8/Makefile"
23067 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23068 dxerr8"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23071 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/dxerr9/Makefile"
23075 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23076 dxerr9"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23079 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/dxguid/Makefile"
23083 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23084 dxguid"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23087 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/faultrep/Makefile"
23091 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 faultrep"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23095 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/fusion/Makefile"
23099 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 fusion"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23103 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/fusion/tests/Makefile"
23107 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23108 fusion/tests"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23111 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/gdi32/Makefile"
23115 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 gdi32"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23119 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/gdi32/tests/Makefile"
23123 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23124 gdi32/tests"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23127 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/gdiplus/Makefile"
23131 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23132 gdiplus"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23135 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/gdiplus/tests/Makefile"
23139 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23140 gdiplus/tests"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23143 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/glu32/Makefile"
23147 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 glu32"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/gphoto2.ds/Makefile"
23155 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23156 gphoto2.ds"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23159 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/gpkcsp/Makefile"
23163 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 gpkcsp"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/hal/Makefile"
23171 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 hal"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23175 ac_config_files="$ac_config_files dlls/hal/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/hhctrl.ocx/Makefile"
23179 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 hhctrl.ocx"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/hid/Makefile"
23187 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23188 hid"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23191 ac_config_files="$ac_config_files dlls/hid/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/hlink/Makefile"
23195 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 hlink"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23199 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/hlink/tests/Makefile"
23203 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23204 hlink/tests"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23207 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/hnetcfg/Makefile"
23211 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 hnetcfg"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23215 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/iccvid/Makefile"
23219 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23220 iccvid"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23223 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/icmp/Makefile"
23227 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 icmp"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/ifsmgr.vxd/Makefile"
23235 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 ifsmgr.vxd"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23239 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/imaadp32.acm/Makefile"
23243 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 imaadp32.acm"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/imagehlp/Makefile"
23251 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 imagehlp"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/imm32/Makefile"
23259 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 imm32"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23263 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/imm32/tests/Makefile"
23267 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23268 imm32/tests"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23271 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/inetcomm/Makefile"
23275 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 inetcomm"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/inetcomm/tests/Makefile"
23283 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23284 inetcomm/tests"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23287 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/inetmib1/Makefile"
23291 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 inetmib1"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23295 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/inetmib1/tests/Makefile"
23299 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23300 inetmib1/tests"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23303 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/infosoft/Makefile"
23307 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 infosoft"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23311 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/infosoft/tests/Makefile"
23315 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23316 infosoft/tests"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/initpki/Makefile"
23323 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 initpki"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/inkobj/Makefile"
23331 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23332 inkobj"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23335 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/inseng/Makefile"
23339 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23340 inseng"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23343 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/iphlpapi/Makefile"
23347 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 iphlpapi"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/iphlpapi/tests/Makefile"
23355 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23356 iphlpapi/tests"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23359 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/itircl/Makefile"
23363 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 itircl"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23367 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/itss/Makefile"
23371 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23372 itss"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23375 ac_config_files="$ac_config_files dlls/itss/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/itss/tests/Makefile"
23379 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23380 itss/tests"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23383 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/jscript/Makefile"
23387 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 jscript"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23391 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/jscript/tests/Makefile"
23395 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23396 jscript/tests"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/kernel32/Makefile"
23403 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 kernel32"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/kernel32/tests/Makefile"
23411 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23412 kernel32/tests"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23415 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/localspl/Makefile"
23419 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 localspl"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/localspl/tests/Makefile"
23427 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23428 localspl/tests"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/localui/Makefile"
23435 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 localui"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23439 ac_config_files="$ac_config_files dlls/localui/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/localui/tests/Makefile"
23443 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23444 localui/tests"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23447 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/lz32/Makefile"
23451 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 lz32"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/lz32/tests/Makefile"
23459 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 lz32/tests"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/mapi32/Makefile"
23467 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 mapi32"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23471 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/mapi32/tests/Makefile"
23475 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23476 mapi32/tests"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23479 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/mciavi32/Makefile"
23483 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 mciavi32"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/mcicda/Makefile"
23491 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23492 mcicda"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23495 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/mciseq/Makefile"
23499 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 mciseq"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23503 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/mciwave/Makefile"
23507 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23508 mciwave"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23511 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/midimap/Makefile"
23515 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 midimap"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/mlang/Makefile"
23523 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23524 mlang"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23527 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/mlang/tests/Makefile"
23531 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23532 mlang/tests"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23535 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/mmdevldr.vxd/Makefile"
23539 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 mmdevldr.vxd"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/monodebg.vxd/Makefile"
23547 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 monodebg.vxd"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23551 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/mountmgr.sys/Makefile"
23555 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 mountmgr.sys"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/mpr/Makefile"
23563 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 mpr"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/mprapi/Makefile"
23571 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 mprapi"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/msacm32.drv/Makefile"
23579 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 msacm32.drv"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/msacm32/Makefile"
23587 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23588 msacm32"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23591 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/msacm32/tests/Makefile"
23595 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23596 msacm32/tests"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23599 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/msadp32.acm/Makefile"
23603 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 msadp32.acm"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/mscat32/Makefile"
23611 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 mscat32"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/mscms/Makefile"
23619 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 mscms"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23623 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/mscms/tests/Makefile"
23627 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23628 mscms/tests"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23631 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/mscoree/Makefile"
23635 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 mscoree"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/msdmo/Makefile"
23643 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 msdmo"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23647 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/msftedit/Makefile"
23651 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23652 msftedit"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23655 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/msg711.acm/Makefile"
23659 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 msg711.acm"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23663 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/mshtml.tlb/Makefile"
23667 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23668 mshtml.tlb"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23671 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/mshtml/Makefile"
23675 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 mshtml"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/mshtml/tests/Makefile"
23683 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 mshtml/tests"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/msi/Makefile"
23691 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 msi"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/msi/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/msi/tests/Makefile"
23699 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 msi/tests"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/msimg32/Makefile"
23707 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 msimg32"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/msimtf/Makefile"
23715 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23716 msimtf"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23719 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/msisip/Makefile"
23723 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 msisip"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/msisys.ocx/Makefile"
23731 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23732 msisys.ocx"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23735 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/msnet32/Makefile"
23739 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 msnet32"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23743 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/msrle32/Makefile"
23747 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 msrle32"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/mssip32/Makefile"
23755 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 mssip32"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23759 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/mstask/Makefile"
23763 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23764 mstask"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23767 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/mstask/tests/Makefile"
23771 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23772 mstask/tests"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23775 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/msvcirt/Makefile"
23779 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23780 msvcirt"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23783 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/msvcr71/Makefile"
23787 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 msvcr71"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23791 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/msvcrt/Makefile"
23795 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 msvcrt"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23799 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/msvcrt/tests/Makefile"
23803 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23804 msvcrt/tests"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23807 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/msvcrt20/Makefile"
23811 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 msvcrt20"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23815 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/msvcrt40/Makefile"
23819 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 msvcrt40"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/msvcrtd/Makefile"
23827 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 msvcrtd"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23831 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/msvcrtd/tests/Makefile"
23835 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23836 msvcrtd/tests"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23839 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/msvfw32/Makefile"
23843 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 msvfw32"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23847 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/msvidc32/Makefile"
23851 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 msvidc32"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23855 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/mswsock/Makefile"
23859 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 mswsock"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23863 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/msxml3/Makefile"
23867 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 msxml3"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/msxml3/tests/Makefile"
23875 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23876 msxml3/tests"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23879 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/nddeapi/Makefile"
23883 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 nddeapi"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/netapi32/Makefile"
23891 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 netapi32"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23895 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/netapi32/tests/Makefile"
23899 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23900 netapi32/tests"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23903 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/newdev/Makefile"
23907 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 newdev"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/ntdll/Makefile"
23915 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 ntdll"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23919 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/ntdll/tests/Makefile"
23923 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23924 ntdll/tests"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23927 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/ntdsapi/Makefile"
23931 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 ntdsapi"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/ntdsapi/tests/Makefile"
23939 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23940 ntdsapi/tests"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23943 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/ntoskrnl.exe/Makefile"
23947 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 ntoskrnl.exe"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/ntprint/Makefile"
23955 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 ntprint"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/ntprint/tests/Makefile"
23963 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23964 ntprint/tests"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23967 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/objsel/Makefile"
23971 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 objsel"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/odbc32/Makefile"
23979 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 odbc32"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23983 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/odbccp32/Makefile"
23987 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 odbccp32"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/odbccp32/tests/Makefile"
23995 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23996 odbccp32/tests"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23999 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/ole32/Makefile"
24003 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 ole32"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/ole32/tests/Makefile"
24011 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24012 ole32/tests"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/oleacc/Makefile"
24019 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 oleacc"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/oleaut32/Makefile"
24027 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 oleaut32"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/oleaut32/tests/Makefile"
24035 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24036 oleaut32/tests"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24039 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/olecli32/Makefile"
24043 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 olecli32"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/oledlg/Makefile"
24051 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 oledlg"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/olepro32/Makefile"
24059 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 olepro32"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/olesvr32/Makefile"
24067 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 olesvr32"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/olethk32/Makefile"
24075 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 olethk32"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/opengl32/Makefile"
24083 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 opengl32"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/opengl32/tests/Makefile"
24091 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24092 opengl32/tests"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24095 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/pdh/Makefile"
24099 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 pdh"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/pdh/tests/Makefile"
24107 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24108 pdh/tests"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24111 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/powrprof/Makefile"
24115 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 powrprof"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/printui/Makefile"
24123 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 printui"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/printui/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/propsys/Makefile"
24131 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 propsys"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/psapi/Makefile"
24139 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 psapi"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/psapi/tests/Makefile"
24147 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24148 psapi/tests"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24151 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/pstorec/Makefile"
24155 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 pstorec"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/qcap/Makefile"
24163 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 qcap"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/qedit/Makefile"
24171 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 qedit"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/qedit/tests/Makefile"
24179 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24180 qedit/tests"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24183 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/qmgr/Makefile"
24187 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 qmgr"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/qmgr/tests/Makefile"
24195 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24196 qmgr/tests"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24199 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/qmgrprxy/Makefile"
24203 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 qmgrprxy"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/quartz/Makefile"
24211 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 quartz"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/quartz/tests/Makefile"
24219 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 quartz/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/query/Makefile"
24227 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 query"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/query/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/rasapi32/Makefile"
24235 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 rasapi32"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/rasapi32/tests/Makefile"
24243 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24244 rasapi32/tests"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24247 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/resutils/Makefile"
24251 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 resutils"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/riched20/Makefile"
24259 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 riched20"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/riched20/tests/Makefile"
24267 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 riched20/tests"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24271 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/riched32/Makefile"
24275 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 riched32"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/riched32/tests/Makefile"
24283 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 riched32/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/rpcrt4/Makefile"
24291 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 rpcrt4"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/rpcrt4/tests/Makefile"
24299 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24300 rpcrt4/tests"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24303 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/rsabase/Makefile"
24307 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 rsabase"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/rsaenh/Makefile"
24315 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 rsaenh"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/rsaenh/tests/Makefile"
24323 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24324 rsaenh/tests"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24327 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/sane.ds/Makefile"
24331 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 sane.ds"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/sccbase/Makefile"
24339 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 sccbase"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/schannel/Makefile"
24347 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 schannel"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/schannel/tests/Makefile"
24355 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24356 schannel/tests"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24359 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/secur32/Makefile"
24363 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 secur32"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/secur32/tests/Makefile"
24371 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24372 secur32/tests"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/security/Makefile"
24379 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 security"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/security/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/sensapi/Makefile"
24387 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 sensapi"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/serialui/Makefile"
24395 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 serialui"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/serialui/tests/Makefile"
24403 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 serialui/tests"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/setupapi/Makefile"
24411 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 setupapi"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/setupapi/tests/Makefile"
24419 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24420 setupapi/tests"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/sfc/Makefile"
24427 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 sfc"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/sfc_os/Makefile"
24435 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 sfc_os"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/shdoclc/Makefile"
24443 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 shdoclc"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/shdocvw/Makefile"
24451 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 shdocvw"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/shdocvw/tests/Makefile"
24459 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24460 shdocvw/tests"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24463 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/shell32/Makefile"
24467 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 shell32"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/shell32/tests/Makefile"
24475 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476 shell32/tests"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/shfolder/Makefile"
24483 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 shfolder"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/shlwapi/Makefile"
24491 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 shlwapi"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/shlwapi/tests/Makefile"
24499 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 shlwapi/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/slbcsp/Makefile"
24507 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 slbcsp"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/slc/Makefile"
24515 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 slc"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/slc/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/snmpapi/Makefile"
24523 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 snmpapi"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/snmpapi/tests/Makefile"
24531 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24532 snmpapi/tests"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24535 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/softpub/Makefile"
24539 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 softpub"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/spoolss/Makefile"
24547 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 spoolss"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/spoolss/tests/Makefile"
24555 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24556 spoolss/tests"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24559 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/stdole2.tlb/Makefile"
24563 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 stdole2.tlb"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/stdole32.tlb/Makefile"
24571 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 stdole32.tlb"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/sti/Makefile"
24579 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 sti"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/sti/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/strmiids/Makefile"
24587 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24588 strmiids"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24591 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/svrapi/Makefile"
24595 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 svrapi"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/sxs/Makefile"
24603 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 sxs"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/tapi32/Makefile"
24611 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 tapi32"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/twain_32/Makefile"
24619 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 twain_32"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/unicows/Makefile"
24627 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 unicows"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/url/Makefile"
24635 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 url"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/url/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/urlmon/Makefile"
24643 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 urlmon"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/urlmon/tests/Makefile"
24651 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24652 urlmon/tests"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24655 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/user32/Makefile"
24659 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 user32"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/user32/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/user32/tests/Makefile"
24667 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24668 user32/tests"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/userenv/Makefile"
24675 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 userenv"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/userenv/tests/Makefile"
24683 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24684 userenv/tests"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24687 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/usp10/Makefile"
24691 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 usp10"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/usp10/tests/Makefile"
24699 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24700 usp10/tests"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24703 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/uuid/Makefile"
24707 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24708 uuid"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24711 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/uxtheme/Makefile"
24715 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 uxtheme"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/uxtheme/tests/Makefile"
24723 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724 uxtheme/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/vdhcp.vxd/Makefile"
24731 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 vdhcp.vxd"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/vdmdbg/Makefile"
24739 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 vdmdbg"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/version/Makefile"
24747 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 version"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/version/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/version/tests/Makefile"
24755 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24756 version/tests"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24759 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/vmm.vxd/Makefile"
24763 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 vmm.vxd"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/vnbt.vxd/Makefile"
24771 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 vnbt.vxd"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/vnetbios.vxd/Makefile"
24779 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 vnetbios.vxd"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/vtdapi.vxd/Makefile"
24787 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 vtdapi.vxd"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/vwin32.vxd/Makefile"
24795 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 vwin32.vxd"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/w32skrnl/Makefile"
24803 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 w32skrnl"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/winealsa.drv/Makefile"
24811 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 winealsa.drv"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/wineaudioio.drv/Makefile"
24819 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 wineaudioio.drv"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/winecoreaudio.drv/Makefile"
24827 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 winecoreaudio.drv"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/winecrt0/Makefile"
24835 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24836 winecrt0"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24839 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/wined3d/Makefile"
24843 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 wined3d"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/winedos/Makefile"
24851 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 winedos"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/wineesd.drv/Makefile"
24859 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 wineesd.drv"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/winejack.drv/Makefile"
24867 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 winejack.drv"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/winejoystick.drv/Makefile"
24875 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 winejoystick.drv"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/winemp3.acm/Makefile"
24883 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 winemp3.acm"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/winenas.drv/Makefile"
24891 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 winenas.drv"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/wineoss.drv/Makefile"
24899 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 wineoss.drv"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/wineps.drv/Makefile"
24907 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 wineps.drv"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/winequartz.drv/Makefile"
24915 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 winequartz.drv"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/winex11.drv/Makefile"
24923 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 winex11.drv"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/wing32/Makefile"
24931 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 wing32"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/winhttp/Makefile"
24939 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 winhttp"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/winhttp/tests/Makefile"
24947 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24948 winhttp/tests"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24951 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/wininet/Makefile"
24955 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 wininet"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/wininet/tests/Makefile"
24963 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24964 wininet/tests"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24967 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/winmm/Makefile"
24971 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 winmm"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/winmm/tests/Makefile"
24979 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 winmm/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/winnls32/Makefile"
24987 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 winnls32"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/winscard/Makefile"
24995 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 winscard"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/winspool.drv/Makefile"
25003 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 winspool.drv"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/winspool.drv/tests/Makefile"
25011 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012 winspool.drv/tests"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/wintab32/Makefile"
25019 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 wintab32"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/wintrust/Makefile"
25027 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 wintrust"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/wintrust/tests/Makefile"
25035 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25036 wintrust/tests"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25039 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/wldap32/Makefile"
25043 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 wldap32"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/wmi/Makefile"
25051 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 wmi"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/wnaspi32/Makefile"
25059 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 wnaspi32"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/wow32/Makefile"
25067 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 wow32"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/ws2_32/Makefile"
25075 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 ws2_32"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/ws2_32/tests/Makefile"
25083 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25084 ws2_32/tests"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25087 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/wsock32/Makefile"
25091 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 wsock32"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/wtsapi32/Makefile"
25099 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 wtsapi32"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 documentation/Makefile"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 documentation/Makefile: documentation/Makefile.in Make.rules"
25110 ac_config_files="$ac_config_files documentation/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 fonts/Makefile"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 fonts/Makefile: fonts/Makefile.in Make.rules"
25117 ac_config_files="$ac_config_files fonts/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 include/Makefile"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 include/Makefile: include/Makefile.in Make.rules"
25124 ac_config_files="$ac_config_files include/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 libs/Makefile"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 libs/Makefile: libs/Makefile.in Make.rules"
25131 ac_config_files="$ac_config_files libs/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 libs/port/Makefile"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25138 ac_config_files="$ac_config_files libs/port/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 libs/wine/Makefile"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files libs/wine/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 libs/wpp/Makefile"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25152 ac_config_files="$ac_config_files libs/wpp/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 loader/Makefile"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 loader/Makefile: loader/Makefile.in Make.rules"
25159 ac_config_files="$ac_config_files loader/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 programs/Makefile"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 programs/Makefile: programs/Makefile.in Make.rules"
25166 ac_config_files="$ac_config_files programs/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 programs/clock/Makefile"
25170 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25171 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25172 clock"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25175 ac_config_files="$ac_config_files programs/clock/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 programs/cmd/Makefile"
25179 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25180 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25181 cmd"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25184 ac_config_files="$ac_config_files programs/cmd/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 programs/cmdlgtst/Makefile"
25188 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25189 cmdlgtst"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25192 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 programs/control/Makefile"
25196 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25197 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25198 control"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25201 ac_config_files="$ac_config_files programs/control/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 programs/eject/Makefile"
25205 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25206 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25207 eject"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25210 ac_config_files="$ac_config_files programs/eject/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 programs/expand/Makefile"
25214 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25215 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25216 expand"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25219 ac_config_files="$ac_config_files programs/expand/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 programs/explorer/Makefile"
25223 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25224 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25225 explorer"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25228 ac_config_files="$ac_config_files programs/explorer/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 programs/hh/Makefile"
25232 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25233 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25237 ac_config_files="$ac_config_files programs/hh/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 programs/icinfo/Makefile"
25241 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25242 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25243 icinfo"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25246 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 programs/iexplore/Makefile"
25250 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25251 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25252 iexplore"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25255 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 programs/msiexec/Makefile"
25259 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25260 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25261 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25262 msiexec"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25265 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 programs/net/Makefile"
25269 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25270 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25271 net"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25274 ac_config_files="$ac_config_files programs/net/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 programs/notepad/Makefile"
25278 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25279 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25280 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25281 notepad"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25284 ac_config_files="$ac_config_files programs/notepad/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 programs/oleview/Makefile"
25288 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25289 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25290 oleview"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25293 ac_config_files="$ac_config_files programs/oleview/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 programs/progman/Makefile"
25297 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25298 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25299 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25300 progman"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25303 ac_config_files="$ac_config_files programs/progman/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 programs/reg/Makefile"
25307 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25308 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25309 reg"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25312 ac_config_files="$ac_config_files programs/reg/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 programs/regedit/Makefile"
25316 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25317 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25318 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25319 regedit"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25322 ac_config_files="$ac_config_files programs/regedit/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 programs/regsvr32/Makefile"
25326 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25327 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25328 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25329 regsvr32"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25332 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 programs/rpcss/Makefile"
25336 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25337 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25338 rpcss"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25341 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 programs/rundll32/Makefile"
25345 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25346 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25347 rundll32"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25350 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 programs/secedit/Makefile"
25354 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25355 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25356 secedit"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25359 ac_config_files="$ac_config_files programs/secedit/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 programs/services/Makefile"
25363 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25364 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25365 services"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25368 ac_config_files="$ac_config_files programs/services/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 programs/spoolsv/Makefile"
25372 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25373 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25374 spoolsv"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25377 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 programs/start/Makefile"
25381 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25382 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25383 start"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25386 ac_config_files="$ac_config_files programs/start/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 programs/svchost/Makefile"
25390 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25391 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25392 svchost"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25395 ac_config_files="$ac_config_files programs/svchost/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 programs/taskmgr/Makefile"
25399 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25400 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25401 taskmgr"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25404 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 programs/uninstaller/Makefile"
25408 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25409 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25410 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25411 uninstaller"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25414 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 programs/view/Makefile"
25418 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25419 view"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25422 ac_config_files="$ac_config_files programs/view/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 programs/wineboot/Makefile"
25426 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25427 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25428 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25429 wineboot"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25432 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 programs/winebrowser/Makefile"
25436 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25437 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25438 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25439 winebrowser"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25442 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 programs/winecfg/Makefile"
25446 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25447 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25448 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25449 winecfg"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25452 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 programs/wineconsole/Makefile"
25456 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25457 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25458 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25459 wineconsole"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25462 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 programs/winedbg/Makefile"
25466 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25467 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25468 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25469 winedbg"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25472 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 programs/winedevice/Makefile"
25476 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25477 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25478 winedevice"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25481 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 programs/winefile/Makefile"
25485 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25486 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25487 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25488 winefile"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25491 ac_config_files="$ac_config_files programs/winefile/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 programs/winemenubuilder/Makefile"
25495 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25496 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25497 winemenubuilder"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25500 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 programs/winemine/Makefile"
25504 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25505 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25506 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25507 winemine"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25510 ac_config_files="$ac_config_files programs/winemine/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 programs/winepath/Makefile"
25514 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25515 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25516 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25517 winepath"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25520 ac_config_files="$ac_config_files programs/winepath/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 programs/winetest/Makefile"
25524 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25525 winetest"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25528 ac_config_files="$ac_config_files programs/winetest/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 programs/winevdm/Makefile"
25532 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25533 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25534 winevdm"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25537 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 programs/winhlp32/Makefile"
25541 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25542 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25543 winhlp32"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25546 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 programs/winver/Makefile"
25550 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25551 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25552 winver"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25555 ac_config_files="$ac_config_files programs/winver/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 programs/wordpad/Makefile"
25559 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25560 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25561 wordpad"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25564 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 programs/write/Makefile"
25568 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25569 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25570 write"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25573 ac_config_files="$ac_config_files programs/write/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 programs/xcopy/Makefile"
25577 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25578 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25579 xcopy"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25582 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 server/Makefile"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 server/Makefile: server/Makefile.in Make.rules"
25589 ac_config_files="$ac_config_files server/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 tools/Makefile"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 tools/Makefile: tools/Makefile.in Make.rules"
25596 ac_config_files="$ac_config_files tools/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 tools/widl/Makefile"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25603 ac_config_files="$ac_config_files tools/widl/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 tools/winebuild/Makefile"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25610 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 tools/winedump/Makefile"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25617 ac_config_files="$ac_config_files tools/winedump/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 tools/winegcc/Makefile"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25624 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 tools/wmc/Makefile"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25631 ac_config_files="$ac_config_files tools/wmc/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 tools/wrc/Makefile"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25638 ac_config_files="$ac_config_files tools/wrc/Makefile"
25641 cat >confcache <<\_ACEOF
25642 # This file is a shell script that caches the results of configure
25643 # tests run on this system so they can be shared between configure
25644 # scripts and configure runs, see configure's option --config-cache.
25645 # It is not useful on other systems. If it contains results you don't
25646 # want to keep, you may remove or edit it.
25648 # config.status only pays attention to the cache file if you give it
25649 # the --recheck option to rerun configure.
25651 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25652 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25653 # following values.
25655 _ACEOF
25657 # The following way of writing the cache mishandles newlines in values,
25658 # but we know of no workaround that is simple, portable, and efficient.
25659 # So, we kill variables containing newlines.
25660 # Ultrix sh set writes to stderr and can't be redirected directly,
25661 # and sets the high bit in the cache file unless we assign to the vars.
25663 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25664 eval ac_val=\$$ac_var
25665 case $ac_val in #(
25666 *${as_nl}*)
25667 case $ac_var in #(
25668 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25669 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25670 esac
25671 case $ac_var in #(
25672 _ | IFS | as_nl) ;; #(
25673 *) $as_unset $ac_var ;;
25674 esac ;;
25675 esac
25676 done
25678 (set) 2>&1 |
25679 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25680 *${as_nl}ac_space=\ *)
25681 # `set' does not quote correctly, so add quotes (double-quote
25682 # substitution turns \\\\ into \\, and sed turns \\ into \).
25683 sed -n \
25684 "s/'/'\\\\''/g;
25685 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25686 ;; #(
25688 # `set' quotes correctly as required by POSIX, so do not add quotes.
25689 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25691 esac |
25692 sort
25694 sed '
25695 /^ac_cv_env_/b end
25696 t clear
25697 :clear
25698 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25699 t end
25700 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25701 :end' >>confcache
25702 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25703 if test -w "$cache_file"; then
25704 test "x$cache_file" != "x/dev/null" &&
25705 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25706 echo "$as_me: updating cache $cache_file" >&6;}
25707 cat confcache >$cache_file
25708 else
25709 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25710 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25713 rm -f confcache
25715 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25716 # Let make expand exec_prefix.
25717 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25719 DEFS=-DHAVE_CONFIG_H
25721 ac_libobjs=
25722 ac_ltlibobjs=
25723 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25724 # 1. Remove the extension, and $U if already installed.
25725 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25726 ac_i=`echo "$ac_i" | sed "$ac_script"`
25727 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25728 # will be set to the directory where LIBOBJS objects are built.
25729 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25730 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25731 done
25732 LIBOBJS=$ac_libobjs
25734 LTLIBOBJS=$ac_ltlibobjs
25738 : ${CONFIG_STATUS=./config.status}
25739 ac_clean_files_save=$ac_clean_files
25740 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25741 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25742 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25743 cat >$CONFIG_STATUS <<_ACEOF
25744 #! $SHELL
25745 # Generated by $as_me.
25746 # Run this file to recreate the current configuration.
25747 # Compiler output produced by configure, useful for debugging
25748 # configure, is in config.log if it exists.
25750 debug=false
25751 ac_cs_recheck=false
25752 ac_cs_silent=false
25753 SHELL=\${CONFIG_SHELL-$SHELL}
25754 _ACEOF
25756 cat >>$CONFIG_STATUS <<\_ACEOF
25757 ## --------------------- ##
25758 ## M4sh Initialization. ##
25759 ## --------------------- ##
25761 # Be more Bourne compatible
25762 DUALCASE=1; export DUALCASE # for MKS sh
25763 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25764 emulate sh
25765 NULLCMD=:
25766 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25767 # is contrary to our usage. Disable this feature.
25768 alias -g '${1+"$@"}'='"$@"'
25769 setopt NO_GLOB_SUBST
25770 else
25771 case `(set -o) 2>/dev/null` in
25772 *posix*) set -o posix ;;
25773 esac
25780 # PATH needs CR
25781 # Avoid depending upon Character Ranges.
25782 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25783 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25784 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25785 as_cr_digits='0123456789'
25786 as_cr_alnum=$as_cr_Letters$as_cr_digits
25788 # The user is always right.
25789 if test "${PATH_SEPARATOR+set}" != set; then
25790 echo "#! /bin/sh" >conf$$.sh
25791 echo "exit 0" >>conf$$.sh
25792 chmod +x conf$$.sh
25793 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25794 PATH_SEPARATOR=';'
25795 else
25796 PATH_SEPARATOR=:
25798 rm -f conf$$.sh
25801 # Support unset when possible.
25802 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25803 as_unset=unset
25804 else
25805 as_unset=false
25809 # IFS
25810 # We need space, tab and new line, in precisely that order. Quoting is
25811 # there to prevent editors from complaining about space-tab.
25812 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25813 # splitting by setting IFS to empty value.)
25814 as_nl='
25816 IFS=" "" $as_nl"
25818 # Find who we are. Look in the path if we contain no directory separator.
25819 case $0 in
25820 *[\\/]* ) as_myself=$0 ;;
25821 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25822 for as_dir in $PATH
25824 IFS=$as_save_IFS
25825 test -z "$as_dir" && as_dir=.
25826 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25827 done
25828 IFS=$as_save_IFS
25831 esac
25832 # We did not find ourselves, most probably we were run as `sh COMMAND'
25833 # in which case we are not to be found in the path.
25834 if test "x$as_myself" = x; then
25835 as_myself=$0
25837 if test ! -f "$as_myself"; then
25838 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25839 { (exit 1); exit 1; }
25842 # Work around bugs in pre-3.0 UWIN ksh.
25843 for as_var in ENV MAIL MAILPATH
25844 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25845 done
25846 PS1='$ '
25847 PS2='> '
25848 PS4='+ '
25850 # NLS nuisances.
25851 for as_var in \
25852 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25853 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25854 LC_TELEPHONE LC_TIME
25856 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25857 eval $as_var=C; export $as_var
25858 else
25859 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25861 done
25863 # Required to use basename.
25864 if expr a : '\(a\)' >/dev/null 2>&1 &&
25865 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25866 as_expr=expr
25867 else
25868 as_expr=false
25871 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25872 as_basename=basename
25873 else
25874 as_basename=false
25878 # Name of the executable.
25879 as_me=`$as_basename -- "$0" ||
25880 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25881 X"$0" : 'X\(//\)$' \| \
25882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25883 echo X/"$0" |
25884 sed '/^.*\/\([^/][^/]*\)\/*$/{
25885 s//\1/
25888 /^X\/\(\/\/\)$/{
25889 s//\1/
25892 /^X\/\(\/\).*/{
25893 s//\1/
25896 s/.*/./; q'`
25898 # CDPATH.
25899 $as_unset CDPATH
25903 as_lineno_1=$LINENO
25904 as_lineno_2=$LINENO
25905 test "x$as_lineno_1" != "x$as_lineno_2" &&
25906 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25908 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25909 # uniformly replaced by the line number. The first 'sed' inserts a
25910 # line-number line after each line using $LINENO; the second 'sed'
25911 # does the real work. The second script uses 'N' to pair each
25912 # line-number line with the line containing $LINENO, and appends
25913 # trailing '-' during substitution so that $LINENO is not a special
25914 # case at line end.
25915 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25916 # scripts with optimization help from Paolo Bonzini. Blame Lee
25917 # E. McMahon (1931-1989) for sed's syntax. :-)
25918 sed -n '
25920 /[$]LINENO/=
25921 ' <$as_myself |
25922 sed '
25923 s/[$]LINENO.*/&-/
25924 t lineno
25926 :lineno
25928 :loop
25929 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25930 t loop
25931 s/-\n.*//
25932 ' >$as_me.lineno &&
25933 chmod +x "$as_me.lineno" ||
25934 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25935 { (exit 1); exit 1; }; }
25937 # Don't try to exec as it changes $[0], causing all sort of problems
25938 # (the dirname of $[0] is not the place where we might find the
25939 # original and so on. Autoconf is especially sensitive to this).
25940 . "./$as_me.lineno"
25941 # Exit status is that of the last command.
25942 exit
25946 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25947 as_dirname=dirname
25948 else
25949 as_dirname=false
25952 ECHO_C= ECHO_N= ECHO_T=
25953 case `echo -n x` in
25954 -n*)
25955 case `echo 'x\c'` in
25956 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25957 *) ECHO_C='\c';;
25958 esac;;
25960 ECHO_N='-n';;
25961 esac
25963 if expr a : '\(a\)' >/dev/null 2>&1 &&
25964 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25965 as_expr=expr
25966 else
25967 as_expr=false
25970 rm -f conf$$ conf$$.exe conf$$.file
25971 if test -d conf$$.dir; then
25972 rm -f conf$$.dir/conf$$.file
25973 else
25974 rm -f conf$$.dir
25975 mkdir conf$$.dir
25977 echo >conf$$.file
25978 if ln -s conf$$.file conf$$ 2>/dev/null; then
25979 as_ln_s='ln -s'
25980 # ... but there are two gotchas:
25981 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25982 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25983 # In both cases, we have to default to `cp -p'.
25984 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25985 as_ln_s='cp -p'
25986 elif ln conf$$.file conf$$ 2>/dev/null; then
25987 as_ln_s=ln
25988 else
25989 as_ln_s='cp -p'
25991 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25992 rmdir conf$$.dir 2>/dev/null
25994 if mkdir -p . 2>/dev/null; then
25995 as_mkdir_p=:
25996 else
25997 test -d ./-p && rmdir ./-p
25998 as_mkdir_p=false
26001 if test -x / >/dev/null 2>&1; then
26002 as_test_x='test -x'
26003 else
26004 if ls -dL / >/dev/null 2>&1; then
26005 as_ls_L_option=L
26006 else
26007 as_ls_L_option=
26009 as_test_x='
26010 eval sh -c '\''
26011 if test -d "$1"; then
26012 test -d "$1/.";
26013 else
26014 case $1 in
26015 -*)set "./$1";;
26016 esac;
26017 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26018 ???[sx]*):;;*)false;;esac;fi
26019 '\'' sh
26022 as_executable_p=$as_test_x
26024 # Sed expression to map a string onto a valid CPP name.
26025 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26027 # Sed expression to map a string onto a valid variable name.
26028 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26031 exec 6>&1
26033 # Save the log message, to keep $[0] and so on meaningful, and to
26034 # report actual input values of CONFIG_FILES etc. instead of their
26035 # values after options handling.
26036 ac_log="
26037 This file was extended by Wine $as_me 1.1.3, which was
26038 generated by GNU Autoconf 2.61. Invocation command line was
26040 CONFIG_FILES = $CONFIG_FILES
26041 CONFIG_HEADERS = $CONFIG_HEADERS
26042 CONFIG_LINKS = $CONFIG_LINKS
26043 CONFIG_COMMANDS = $CONFIG_COMMANDS
26044 $ $0 $@
26046 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26049 _ACEOF
26051 cat >>$CONFIG_STATUS <<_ACEOF
26052 # Files that config.status was made for.
26053 config_files="$ac_config_files"
26054 config_headers="$ac_config_headers"
26055 config_commands="$ac_config_commands"
26057 _ACEOF
26059 cat >>$CONFIG_STATUS <<\_ACEOF
26060 ac_cs_usage="\
26061 \`$as_me' instantiates files from templates according to the
26062 current configuration.
26064 Usage: $0 [OPTIONS] [FILE]...
26066 -h, --help print this help, then exit
26067 -V, --version print version number and configuration settings, then exit
26068 -q, --quiet do not print progress messages
26069 -d, --debug don't remove temporary files
26070 --recheck update $as_me by reconfiguring in the same conditions
26071 --file=FILE[:TEMPLATE]
26072 instantiate the configuration file FILE
26073 --header=FILE[:TEMPLATE]
26074 instantiate the configuration header FILE
26076 Configuration files:
26077 $config_files
26079 Configuration headers:
26080 $config_headers
26082 Configuration commands:
26083 $config_commands
26085 Report bugs to <bug-autoconf@gnu.org>."
26087 _ACEOF
26088 cat >>$CONFIG_STATUS <<_ACEOF
26089 ac_cs_version="\\
26090 Wine config.status 1.1.3
26091 configured by $0, generated by GNU Autoconf 2.61,
26092 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26094 Copyright (C) 2006 Free Software Foundation, Inc.
26095 This config.status script is free software; the Free Software Foundation
26096 gives unlimited permission to copy, distribute and modify it."
26098 ac_pwd='$ac_pwd'
26099 srcdir='$srcdir'
26100 INSTALL='$INSTALL'
26101 _ACEOF
26103 cat >>$CONFIG_STATUS <<\_ACEOF
26104 # If no file are specified by the user, then we need to provide default
26105 # value. By we need to know if files were specified by the user.
26106 ac_need_defaults=:
26107 while test $# != 0
26109 case $1 in
26110 --*=*)
26111 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26112 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26113 ac_shift=:
26116 ac_option=$1
26117 ac_optarg=$2
26118 ac_shift=shift
26120 esac
26122 case $ac_option in
26123 # Handling of the options.
26124 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26125 ac_cs_recheck=: ;;
26126 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26127 echo "$ac_cs_version"; exit ;;
26128 --debug | --debu | --deb | --de | --d | -d )
26129 debug=: ;;
26130 --file | --fil | --fi | --f )
26131 $ac_shift
26132 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26133 ac_need_defaults=false;;
26134 --header | --heade | --head | --hea )
26135 $ac_shift
26136 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26137 ac_need_defaults=false;;
26138 --he | --h)
26139 # Conflict between --help and --header
26140 { echo "$as_me: error: ambiguous option: $1
26141 Try \`$0 --help' for more information." >&2
26142 { (exit 1); exit 1; }; };;
26143 --help | --hel | -h )
26144 echo "$ac_cs_usage"; exit ;;
26145 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26146 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26147 ac_cs_silent=: ;;
26149 # This is an error.
26150 -*) { echo "$as_me: error: unrecognized option: $1
26151 Try \`$0 --help' for more information." >&2
26152 { (exit 1); exit 1; }; } ;;
26154 *) ac_config_targets="$ac_config_targets $1"
26155 ac_need_defaults=false ;;
26157 esac
26158 shift
26159 done
26161 ac_configure_extra_args=
26163 if $ac_cs_silent; then
26164 exec 6>/dev/null
26165 ac_configure_extra_args="$ac_configure_extra_args --silent"
26168 _ACEOF
26169 cat >>$CONFIG_STATUS <<_ACEOF
26170 if \$ac_cs_recheck; then
26171 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26172 CONFIG_SHELL=$SHELL
26173 export CONFIG_SHELL
26174 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26177 _ACEOF
26178 cat >>$CONFIG_STATUS <<\_ACEOF
26179 exec 5>>config.log
26181 echo
26182 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26183 ## Running $as_me. ##
26184 _ASBOX
26185 echo "$ac_log"
26186 } >&5
26188 _ACEOF
26189 cat >>$CONFIG_STATUS <<_ACEOF
26190 _ACEOF
26192 cat >>$CONFIG_STATUS <<\_ACEOF
26194 # Handling of arguments.
26195 for ac_config_target in $ac_config_targets
26197 case $ac_config_target in
26198 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26199 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26200 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26201 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26202 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26203 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26204 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26205 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26206 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26207 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26208 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26209 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26210 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26211 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26212 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26213 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26214 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26215 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26216 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26217 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26218 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26219 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26220 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26221 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26222 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26223 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26224 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26225 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26226 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26227 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26228 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26229 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26230 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26231 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26232 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26233 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26234 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26235 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26236 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26237 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26238 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26239 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26240 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26241 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26242 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26243 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26244 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26245 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26246 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26247 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26248 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26249 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26250 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26251 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26252 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26253 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26254 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26255 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26256 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26257 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26258 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26259 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26260 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26261 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26262 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26263 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26264 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26265 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26266 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26267 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26268 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26269 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26270 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26271 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26272 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26273 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26274 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26275 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26276 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26277 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26278 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26279 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26280 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26281 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26282 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26283 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26284 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26285 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26286 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26287 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26288 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26289 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26290 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26291 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26292 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26293 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26294 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26295 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26296 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26297 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26298 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26299 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26300 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26301 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26302 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26303 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26304 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26305 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26306 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26307 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26308 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26309 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26310 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26311 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26312 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26313 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26314 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26315 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26316 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26317 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26318 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26319 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26320 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26321 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26322 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26323 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26324 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26325 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26326 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26327 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26328 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26329 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26330 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26331 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26332 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26333 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26334 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26335 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26336 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26337 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26338 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26339 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26340 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26341 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26342 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26343 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26344 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26345 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26346 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26347 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26348 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26349 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26350 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26351 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26352 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26353 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26354 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26355 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26356 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26357 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26358 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26359 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26360 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26361 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26362 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26363 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26364 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26365 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26366 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26367 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26368 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26369 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26370 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26371 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26372 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26373 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26374 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26375 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26376 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26377 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26378 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26379 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26380 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26381 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26382 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26383 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26384 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26385 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26386 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26387 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26388 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26389 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26390 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26391 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26392 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26393 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26394 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26395 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26396 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26397 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26398 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26399 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26400 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26401 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26402 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26403 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26404 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26405 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26406 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26407 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26408 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26409 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26410 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26411 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26412 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26413 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26414 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26415 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26416 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26417 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26418 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26419 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26420 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26421 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26422 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26423 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26424 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26425 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26426 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26427 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26428 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26429 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26430 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26431 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26432 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26433 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26434 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26435 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26436 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26437 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26438 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26439 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26440 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26441 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26442 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26443 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26444 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26445 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26446 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26447 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26448 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26449 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26450 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26451 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26452 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26453 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26454 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26455 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26456 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26457 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26458 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26459 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26460 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26461 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26462 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26463 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26464 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26465 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26466 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26467 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26468 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26469 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26470 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26471 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26472 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26473 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26474 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26475 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26476 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26477 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26478 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26479 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26480 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26481 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26482 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26483 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26484 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26485 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26486 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26487 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26488 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26489 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26490 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26491 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26492 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26493 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26494 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26495 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26496 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26497 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26498 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26499 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26500 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26501 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26502 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26503 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26504 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26505 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26506 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26507 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26508 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26509 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26510 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26511 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26512 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26513 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26514 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26515 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26516 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26517 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26518 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26519 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26520 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26521 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26522 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26523 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26524 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26525 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26526 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26527 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26528 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26529 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26530 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26531 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26532 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26533 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26534 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26535 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26536 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26537 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26538 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26539 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26540 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26541 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26542 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26543 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26544 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26545 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26546 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26547 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26548 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26549 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26550 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26551 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26552 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26553 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26554 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26555 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26556 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26557 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26558 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26559 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26560 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26561 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26562 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26563 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26564 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26565 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26566 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26567 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26568 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26569 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26570 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26571 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26572 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26573 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26574 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26575 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26576 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26577 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26578 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26579 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26580 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26581 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26582 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26583 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26584 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26585 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26586 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26587 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26588 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26589 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26590 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26591 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26592 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26593 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26594 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26595 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26596 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26597 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26598 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26599 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26600 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26601 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26602 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26603 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26604 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26605 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26606 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26607 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26608 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26609 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26610 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26611 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26612 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26613 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26614 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26615 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26616 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26617 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26618 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26619 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26620 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26621 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26622 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26623 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26624 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26625 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26626 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26627 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26628 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26629 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26630 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26632 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26633 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26634 { (exit 1); exit 1; }; };;
26635 esac
26636 done
26639 # If the user did not use the arguments to specify the items to instantiate,
26640 # then the envvar interface is used. Set only those that are not.
26641 # We use the long form for the default assignment because of an extremely
26642 # bizarre bug on SunOS 4.1.3.
26643 if $ac_need_defaults; then
26644 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26645 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26646 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26649 # Have a temporary directory for convenience. Make it in the build tree
26650 # simply because there is no reason against having it here, and in addition,
26651 # creating and moving files from /tmp can sometimes cause problems.
26652 # Hook for its removal unless debugging.
26653 # Note that there is a small window in which the directory will not be cleaned:
26654 # after its creation but before its name has been assigned to `$tmp'.
26655 $debug ||
26657 tmp=
26658 trap 'exit_status=$?
26659 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26661 trap '{ (exit 1); exit 1; }' 1 2 13 15
26663 # Create a (secure) tmp directory for tmp files.
26666 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26667 test -n "$tmp" && test -d "$tmp"
26668 } ||
26670 tmp=./conf$$-$RANDOM
26671 (umask 077 && mkdir "$tmp")
26672 } ||
26674 echo "$me: cannot create a temporary directory in ." >&2
26675 { (exit 1); exit 1; }
26679 # Set up the sed scripts for CONFIG_FILES section.
26682 # No need to generate the scripts if there are no CONFIG_FILES.
26683 # This happens for instance when ./config.status config.h
26684 if test -n "$CONFIG_FILES"; then
26686 _ACEOF
26688 # Create sed commands to just substitute file output variables.
26690 # Remaining file output variables are in a fragment that also has non-file
26691 # output varibles.
26695 ac_delim='%!_!# '
26696 for ac_last_try in false false false false false :; do
26697 cat >conf$$subs.sed <<_ACEOF
26698 SHELL!$SHELL$ac_delim
26699 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26700 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26701 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26702 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26703 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26704 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26705 exec_prefix!$exec_prefix$ac_delim
26706 prefix!$prefix$ac_delim
26707 program_transform_name!$program_transform_name$ac_delim
26708 bindir!$bindir$ac_delim
26709 sbindir!$sbindir$ac_delim
26710 libexecdir!$libexecdir$ac_delim
26711 datarootdir!$datarootdir$ac_delim
26712 datadir!$datadir$ac_delim
26713 sysconfdir!$sysconfdir$ac_delim
26714 sharedstatedir!$sharedstatedir$ac_delim
26715 localstatedir!$localstatedir$ac_delim
26716 includedir!$includedir$ac_delim
26717 oldincludedir!$oldincludedir$ac_delim
26718 docdir!$docdir$ac_delim
26719 infodir!$infodir$ac_delim
26720 htmldir!$htmldir$ac_delim
26721 dvidir!$dvidir$ac_delim
26722 pdfdir!$pdfdir$ac_delim
26723 psdir!$psdir$ac_delim
26724 libdir!$libdir$ac_delim
26725 localedir!$localedir$ac_delim
26726 mandir!$mandir$ac_delim
26727 DEFS!$DEFS$ac_delim
26728 ECHO_C!$ECHO_C$ac_delim
26729 ECHO_N!$ECHO_N$ac_delim
26730 ECHO_T!$ECHO_T$ac_delim
26731 LIBS!$LIBS$ac_delim
26732 build_alias!$build_alias$ac_delim
26733 host_alias!$host_alias$ac_delim
26734 target_alias!$target_alias$ac_delim
26735 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26736 build!$build$ac_delim
26737 build_cpu!$build_cpu$ac_delim
26738 build_vendor!$build_vendor$ac_delim
26739 build_os!$build_os$ac_delim
26740 host!$host$ac_delim
26741 host_cpu!$host_cpu$ac_delim
26742 host_vendor!$host_vendor$ac_delim
26743 host_os!$host_os$ac_delim
26744 WIN16_FILES!$WIN16_FILES$ac_delim
26745 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26746 SET_MAKE!$SET_MAKE$ac_delim
26747 CC!$CC$ac_delim
26748 CFLAGS!$CFLAGS$ac_delim
26749 LDFLAGS!$LDFLAGS$ac_delim
26750 CPPFLAGS!$CPPFLAGS$ac_delim
26751 ac_ct_CC!$ac_ct_CC$ac_delim
26752 EXEEXT!$EXEEXT$ac_delim
26753 OBJEXT!$OBJEXT$ac_delim
26754 CXX!$CXX$ac_delim
26755 CXXFLAGS!$CXXFLAGS$ac_delim
26756 ac_ct_CXX!$ac_ct_CXX$ac_delim
26757 CPPBIN!$CPPBIN$ac_delim
26758 TOOLSDIR!$TOOLSDIR$ac_delim
26759 XMKMF!$XMKMF$ac_delim
26760 CPP!$CPP$ac_delim
26761 X_CFLAGS!$X_CFLAGS$ac_delim
26762 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26763 X_LIBS!$X_LIBS$ac_delim
26764 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26765 FLEX!$FLEX$ac_delim
26766 BISON!$BISON$ac_delim
26767 AS!$AS$ac_delim
26768 ac_ct_AS!$ac_ct_AS$ac_delim
26769 LD!$LD$ac_delim
26770 ac_ct_LD!$ac_ct_LD$ac_delim
26771 NM!$NM$ac_delim
26772 ac_ct_NM!$ac_ct_NM$ac_delim
26773 AR!$AR$ac_delim
26774 ac_ct_AR!$ac_ct_AR$ac_delim
26775 ARFLAGS!$ARFLAGS$ac_delim
26776 RANLIB!$RANLIB$ac_delim
26777 STRIP!$STRIP$ac_delim
26778 WINDRES!$WINDRES$ac_delim
26779 LN_S!$LN_S$ac_delim
26780 _ACEOF
26782 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26783 break
26784 elif $ac_last_try; then
26785 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26786 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26787 { (exit 1); exit 1; }; }
26788 else
26789 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26791 done
26793 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26794 if test -n "$ac_eof"; then
26795 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26796 ac_eof=`expr $ac_eof + 1`
26799 cat >>$CONFIG_STATUS <<_ACEOF
26800 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26801 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26802 /^[ ]*@MAKE_RULES@[ ]*$/{
26803 r $MAKE_RULES
26806 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26807 r $MAKE_DLL_RULES
26810 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26811 r $MAKE_IMPLIB_RULES
26814 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26815 r $MAKE_TEST_RULES
26818 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26819 r $MAKE_PROG_RULES
26822 _ACEOF
26823 sed '
26824 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26825 s/^/s,@/; s/!/@,|#_!!_#|/
26828 s/'"$ac_delim"'$/,g/; t
26829 s/$/\\/; p
26830 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26831 ' >>$CONFIG_STATUS <conf$$subs.sed
26832 rm -f conf$$subs.sed
26833 cat >>$CONFIG_STATUS <<_ACEOF
26834 CEOF$ac_eof
26835 _ACEOF
26838 ac_delim='%!_!# '
26839 for ac_last_try in false false false false false :; do
26840 cat >conf$$subs.sed <<_ACEOF
26841 LN!$LN$ac_delim
26842 GREP!$GREP$ac_delim
26843 EGREP!$EGREP$ac_delim
26844 LDCONFIG!$LDCONFIG$ac_delim
26845 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26846 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26847 INSTALL_DATA!$INSTALL_DATA$ac_delim
26848 LINT!$LINT$ac_delim
26849 LINTFLAGS!$LINTFLAGS$ac_delim
26850 FONTFORGE!$FONTFORGE$ac_delim
26851 PKG_CONFIG!$PKG_CONFIG$ac_delim
26852 RSVG!$RSVG$ac_delim
26853 ICOTOOL!$ICOTOOL$ac_delim
26854 PRELINK!$PRELINK$ac_delim
26855 LIBPTHREAD!$LIBPTHREAD$ac_delim
26856 XLIB!$XLIB$ac_delim
26857 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26858 DLLEXT!$DLLEXT$ac_delim
26859 DLLFLAGS!$DLLFLAGS$ac_delim
26860 LDSHARED!$LDSHARED$ac_delim
26861 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26862 LIBEXT!$LIBEXT$ac_delim
26863 IMPLIBEXT!$IMPLIBEXT$ac_delim
26864 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26865 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26866 LDD!$LDD$ac_delim
26867 DLLTOOL!$DLLTOOL$ac_delim
26868 DLLWRAP!$DLLWRAP$ac_delim
26869 MINGWAR!$MINGWAR$ac_delim
26870 SECURITYLIB!$SECURITYLIB$ac_delim
26871 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26872 IOKITLIB!$IOKITLIB$ac_delim
26873 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26874 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26875 COREAUDIO!$COREAUDIO$ac_delim
26876 CARBONLIB!$CARBONLIB$ac_delim
26877 CROSSTEST!$CROSSTEST$ac_delim
26878 CROSSCC!$CROSSCC$ac_delim
26879 CROSSWINDRES!$CROSSWINDRES$ac_delim
26880 NASLIBS!$NASLIBS$ac_delim
26881 XML2LIBS!$XML2LIBS$ac_delim
26882 XML2INCL!$XML2INCL$ac_delim
26883 XSLTLIBS!$XSLTLIBS$ac_delim
26884 XSLTINCL!$XSLTINCL$ac_delim
26885 HALINCL!$HALINCL$ac_delim
26886 sane_devel!$sane_devel$ac_delim
26887 SANEINCL!$SANEINCL$ac_delim
26888 gphoto2_devel!$gphoto2_devel$ac_delim
26889 gphoto2port_devel!$gphoto2port_devel$ac_delim
26890 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26891 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26892 RESOLVLIBS!$RESOLVLIBS$ac_delim
26893 LCMSLIBS!$LCMSLIBS$ac_delim
26894 ft_devel!$ft_devel$ac_delim
26895 FREETYPELIBS!$FREETYPELIBS$ac_delim
26896 FREETYPEINCL!$FREETYPEINCL$ac_delim
26897 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26898 ESDCONFIG!$ESDCONFIG$ac_delim
26899 ESDINCL!$ESDINCL$ac_delim
26900 ESDLIBS!$ESDLIBS$ac_delim
26901 ALSALIBS!$ALSALIBS$ac_delim
26902 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26903 CUPSINCL!$CUPSINCL$ac_delim
26904 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26905 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26906 BUILTINFLAG!$BUILTINFLAG$ac_delim
26907 LDPATH!$LDPATH$ac_delim
26908 CRTLIBS!$CRTLIBS$ac_delim
26909 SOCKETLIBS!$SOCKETLIBS$ac_delim
26910 MAIN_BINARY!$MAIN_BINARY$ac_delim
26911 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26912 LIBDL!$LIBDL$ac_delim
26913 LIBPOLL!$LIBPOLL$ac_delim
26914 LDAPLIBS!$LDAPLIBS$ac_delim
26915 DEPENDENCIES!$DEPENDENCIES$ac_delim
26916 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26917 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26918 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26919 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26920 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26921 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26922 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26923 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26924 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26925 LIBOBJS!$LIBOBJS$ac_delim
26926 LTLIBOBJS!$LTLIBOBJS$ac_delim
26927 _ACEOF
26929 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26930 break
26931 elif $ac_last_try; then
26932 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26933 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26934 { (exit 1); exit 1; }; }
26935 else
26936 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26938 done
26940 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26941 if test -n "$ac_eof"; then
26942 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26943 ac_eof=`expr $ac_eof + 1`
26946 cat >>$CONFIG_STATUS <<_ACEOF
26947 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26948 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26949 _ACEOF
26950 sed '
26951 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26952 s/^/s,@/; s/!/@,|#_!!_#|/
26955 s/'"$ac_delim"'$/,g/; t
26956 s/$/\\/; p
26957 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26958 ' >>$CONFIG_STATUS <conf$$subs.sed
26959 rm -f conf$$subs.sed
26960 cat >>$CONFIG_STATUS <<_ACEOF
26961 :end
26962 s/|#_!!_#|//g
26963 CEOF$ac_eof
26964 _ACEOF
26967 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26968 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26969 # trailing colons and then remove the whole line if VPATH becomes empty
26970 # (actually we leave an empty line to preserve line numbers).
26971 if test "x$srcdir" = x.; then
26972 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26973 s/:*\$(srcdir):*/:/
26974 s/:*\${srcdir}:*/:/
26975 s/:*@srcdir@:*/:/
26976 s/^\([^=]*=[ ]*\):*/\1/
26977 s/:*$//
26978 s/^[^=]*=[ ]*$//
26982 cat >>$CONFIG_STATUS <<\_ACEOF
26983 fi # test -n "$CONFIG_FILES"
26986 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26988 case $ac_tag in
26989 :[FHLC]) ac_mode=$ac_tag; continue;;
26990 esac
26991 case $ac_mode$ac_tag in
26992 :[FHL]*:*);;
26993 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26994 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26995 { (exit 1); exit 1; }; };;
26996 :[FH]-) ac_tag=-:-;;
26997 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26998 esac
26999 ac_save_IFS=$IFS
27000 IFS=:
27001 set x $ac_tag
27002 IFS=$ac_save_IFS
27003 shift
27004 ac_file=$1
27005 shift
27007 case $ac_mode in
27008 :L) ac_source=$1;;
27009 :[FH])
27010 ac_file_inputs=
27011 for ac_f
27013 case $ac_f in
27014 -) ac_f="$tmp/stdin";;
27015 *) # Look for the file first in the build tree, then in the source tree
27016 # (if the path is not absolute). The absolute path cannot be DOS-style,
27017 # because $ac_f cannot contain `:'.
27018 test -f "$ac_f" ||
27019 case $ac_f in
27020 [\\/$]*) false;;
27021 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27022 esac ||
27023 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27024 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27025 { (exit 1); exit 1; }; };;
27026 esac
27027 ac_file_inputs="$ac_file_inputs $ac_f"
27028 done
27030 # Let's still pretend it is `configure' which instantiates (i.e., don't
27031 # use $as_me), people would be surprised to read:
27032 # /* config.h. Generated by config.status. */
27033 configure_input="Generated from "`IFS=:
27034 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27035 if test x"$ac_file" != x-; then
27036 configure_input="$ac_file. $configure_input"
27037 { echo "$as_me:$LINENO: creating $ac_file" >&5
27038 echo "$as_me: creating $ac_file" >&6;}
27041 case $ac_tag in
27042 *:-:* | *:-) cat >"$tmp/stdin";;
27043 esac
27045 esac
27047 ac_dir=`$as_dirname -- "$ac_file" ||
27048 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27049 X"$ac_file" : 'X\(//\)[^/]' \| \
27050 X"$ac_file" : 'X\(//\)$' \| \
27051 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27052 echo X"$ac_file" |
27053 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27054 s//\1/
27057 /^X\(\/\/\)[^/].*/{
27058 s//\1/
27061 /^X\(\/\/\)$/{
27062 s//\1/
27065 /^X\(\/\).*/{
27066 s//\1/
27069 s/.*/./; q'`
27070 { as_dir="$ac_dir"
27071 case $as_dir in #(
27072 -*) as_dir=./$as_dir;;
27073 esac
27074 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27075 as_dirs=
27076 while :; do
27077 case $as_dir in #(
27078 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27079 *) as_qdir=$as_dir;;
27080 esac
27081 as_dirs="'$as_qdir' $as_dirs"
27082 as_dir=`$as_dirname -- "$as_dir" ||
27083 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27084 X"$as_dir" : 'X\(//\)[^/]' \| \
27085 X"$as_dir" : 'X\(//\)$' \| \
27086 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27087 echo X"$as_dir" |
27088 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27089 s//\1/
27092 /^X\(\/\/\)[^/].*/{
27093 s//\1/
27096 /^X\(\/\/\)$/{
27097 s//\1/
27100 /^X\(\/\).*/{
27101 s//\1/
27104 s/.*/./; q'`
27105 test -d "$as_dir" && break
27106 done
27107 test -z "$as_dirs" || eval "mkdir $as_dirs"
27108 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27109 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27110 { (exit 1); exit 1; }; }; }
27111 ac_builddir=.
27113 case "$ac_dir" in
27114 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27116 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27117 # A ".." for each directory in $ac_dir_suffix.
27118 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27119 case $ac_top_builddir_sub in
27120 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27121 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27122 esac ;;
27123 esac
27124 ac_abs_top_builddir=$ac_pwd
27125 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27126 # for backward compatibility:
27127 ac_top_builddir=$ac_top_build_prefix
27129 case $srcdir in
27130 .) # We are building in place.
27131 ac_srcdir=.
27132 ac_top_srcdir=$ac_top_builddir_sub
27133 ac_abs_top_srcdir=$ac_pwd ;;
27134 [\\/]* | ?:[\\/]* ) # Absolute name.
27135 ac_srcdir=$srcdir$ac_dir_suffix;
27136 ac_top_srcdir=$srcdir
27137 ac_abs_top_srcdir=$srcdir ;;
27138 *) # Relative name.
27139 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27140 ac_top_srcdir=$ac_top_build_prefix$srcdir
27141 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27142 esac
27143 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27146 case $ac_mode in
27149 # CONFIG_FILE
27152 case $INSTALL in
27153 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27154 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27155 esac
27156 _ACEOF
27158 cat >>$CONFIG_STATUS <<\_ACEOF
27159 # If the template does not know about datarootdir, expand it.
27160 # FIXME: This hack should be removed a few years after 2.60.
27161 ac_datarootdir_hack=; ac_datarootdir_seen=
27163 case `sed -n '/datarootdir/ {
27167 /@datadir@/p
27168 /@docdir@/p
27169 /@infodir@/p
27170 /@localedir@/p
27171 /@mandir@/p
27172 ' $ac_file_inputs` in
27173 *datarootdir*) ac_datarootdir_seen=yes;;
27174 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27175 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27176 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27177 _ACEOF
27178 cat >>$CONFIG_STATUS <<_ACEOF
27179 ac_datarootdir_hack='
27180 s&@datadir@&$datadir&g
27181 s&@docdir@&$docdir&g
27182 s&@infodir@&$infodir&g
27183 s&@localedir@&$localedir&g
27184 s&@mandir@&$mandir&g
27185 s&\\\${datarootdir}&$datarootdir&g' ;;
27186 esac
27187 _ACEOF
27189 # Neutralize VPATH when `$srcdir' = `.'.
27190 # Shell code in configure.ac might set extrasub.
27191 # FIXME: do we really want to maintain this feature?
27192 cat >>$CONFIG_STATUS <<_ACEOF
27193 sed "$ac_vpsub
27194 $extrasub
27195 _ACEOF
27196 cat >>$CONFIG_STATUS <<\_ACEOF
27198 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27199 s&@configure_input@&$configure_input&;t t
27200 s&@top_builddir@&$ac_top_builddir_sub&;t t
27201 s&@srcdir@&$ac_srcdir&;t t
27202 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27203 s&@top_srcdir@&$ac_top_srcdir&;t t
27204 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27205 s&@builddir@&$ac_builddir&;t t
27206 s&@abs_builddir@&$ac_abs_builddir&;t t
27207 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27208 s&@INSTALL@&$ac_INSTALL&;t t
27209 $ac_datarootdir_hack
27210 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27212 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27213 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27214 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27215 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27216 which seems to be undefined. Please make sure it is defined." >&5
27217 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27218 which seems to be undefined. Please make sure it is defined." >&2;}
27220 rm -f "$tmp/stdin"
27221 case $ac_file in
27222 -) cat "$tmp/out"; rm -f "$tmp/out";;
27223 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27224 esac
27228 # CONFIG_HEADER
27230 _ACEOF
27232 # Transform confdefs.h into a sed script `conftest.defines', that
27233 # substitutes the proper values into config.h.in to produce config.h.
27234 rm -f conftest.defines conftest.tail
27235 # First, append a space to every undef/define line, to ease matching.
27236 echo 's/$/ /' >conftest.defines
27237 # Then, protect against being on the right side of a sed subst, or in
27238 # an unquoted here document, in config.status. If some macros were
27239 # called several times there might be several #defines for the same
27240 # symbol, which is useless. But do not sort them, since the last
27241 # AC_DEFINE must be honored.
27242 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27243 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27244 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27245 # PARAMS is the parameter list in the macro definition--in most cases, it's
27246 # just an empty string.
27247 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27248 ac_dB='\\)[ (].*,\\1define\\2'
27249 ac_dC=' '
27250 ac_dD=' ,'
27252 uniq confdefs.h |
27253 sed -n '
27254 t rset
27255 :rset
27256 s/^[ ]*#[ ]*define[ ][ ]*//
27257 t ok
27260 s/[\\&,]/\\&/g
27261 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27262 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27263 ' >>conftest.defines
27265 # Remove the space that was appended to ease matching.
27266 # Then replace #undef with comments. This is necessary, for
27267 # example, in the case of _POSIX_SOURCE, which is predefined and required
27268 # on some systems where configure will not decide to define it.
27269 # (The regexp can be short, since the line contains either #define or #undef.)
27270 echo 's/ $//
27271 s,^[ #]*u.*,/* & */,' >>conftest.defines
27273 # Break up conftest.defines:
27274 ac_max_sed_lines=50
27276 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27277 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27278 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27279 # et cetera.
27280 ac_in='$ac_file_inputs'
27281 ac_out='"$tmp/out1"'
27282 ac_nxt='"$tmp/out2"'
27284 while :
27286 # Write a here document:
27287 cat >>$CONFIG_STATUS <<_ACEOF
27288 # First, check the format of the line:
27289 cat >"\$tmp/defines.sed" <<\\CEOF
27290 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27291 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27293 :def
27294 _ACEOF
27295 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27296 echo 'CEOF
27297 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27298 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27299 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27300 grep . conftest.tail >/dev/null || break
27301 rm -f conftest.defines
27302 mv conftest.tail conftest.defines
27303 done
27304 rm -f conftest.defines conftest.tail
27306 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27307 cat >>$CONFIG_STATUS <<\_ACEOF
27308 if test x"$ac_file" != x-; then
27309 echo "/* $configure_input */" >"$tmp/config.h"
27310 cat "$ac_result" >>"$tmp/config.h"
27311 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27312 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27313 echo "$as_me: $ac_file is unchanged" >&6;}
27314 else
27315 rm -f $ac_file
27316 mv "$tmp/config.h" $ac_file
27318 else
27319 echo "/* $configure_input */"
27320 cat "$ac_result"
27322 rm -f "$tmp/out12"
27325 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27326 echo "$as_me: executing $ac_file commands" >&6;}
27328 esac
27331 case $ac_file$ac_mode in
27332 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27333 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27334 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27335 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27336 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27337 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27338 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27339 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27340 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27341 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27342 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27343 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27344 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27346 esac
27347 done # for ac_tag
27350 { (exit 0); exit 0; }
27351 _ACEOF
27352 chmod +x $CONFIG_STATUS
27353 ac_clean_files=$ac_clean_files_save
27356 # configure is writing to config.log, and then calls config.status.
27357 # config.status does its own redirection, appending to config.log.
27358 # Unfortunately, on DOS this fails, as config.log is still kept open
27359 # by configure, so config.status won't be able to write to it; its
27360 # output is simply discarded. So we exec the FD to /dev/null,
27361 # effectively closing config.log, so it can be properly (re)opened and
27362 # appended to by config.status. When coming back to configure, we
27363 # need to make the FD available again.
27364 if test "$no_create" != yes; then
27365 ac_cs_success=:
27366 ac_config_status_args=
27367 test "$silent" = yes &&
27368 ac_config_status_args="$ac_config_status_args --quiet"
27369 exec 5>/dev/null
27370 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27371 exec 5>>config.log
27372 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27373 # would make configure fail if this is the last instruction.
27374 $ac_cs_success || { (exit 1); exit 1; }
27378 if test "$no_create" = "yes"
27379 then
27380 exit 0
27383 ac_save_IFS="$IFS"
27384 IFS="|"
27385 if test "x$wine_notices != "x; then
27386 echo >&6
27387 for msg in $wine_notices; do
27388 if test -n "$msg"; then
27389 { echo "$as_me:$LINENO: $msg" >&5
27390 echo "$as_me: $msg" >&6;}
27392 done
27394 for msg in $wine_warnings; do
27395 if test -n "$msg"; then
27396 echo >&2
27397 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27398 echo "$as_me: WARNING: $msg" >&2;}
27400 done
27401 IFS="$ac_save_IFS"
27403 echo "
27404 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27405 " >&6