push 297972334720102b8c295c34d3cd5b0b9aafc558
[wine/hacks.git] / configure
blob2fcb441a67e93d3e1e7cb1ddda64c00dff9ab3b7
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.16.
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.16'
578 PACKAGE_STRING='Wine 1.1.16'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AS
685 ac_ct_LD
687 ac_ct_NM
689 ac_ct_AR
690 ARFLAGS
691 RANLIB
692 STRIP
693 WINDRES
694 LN_S
696 GREP
697 EGREP
698 LDCONFIG
699 INSTALL_PROGRAM
700 INSTALL_SCRIPT
701 INSTALL_DATA
702 LINT
703 LINTFLAGS
704 FONTFORGE
705 PKG_CONFIG
706 RSVG
707 ICOTOOL
708 PRELINK
709 XLIB
710 OPENGL_LIBS
712 DLLEXT
713 DLLFLAGS
714 LDSHARED
715 LDDLLFLAGS
716 LIBEXT
717 IMPLIBEXT
718 LDRPATH_INSTALL
719 LDRPATH_LOCAL
721 DLLTOOL
722 DLLWRAP
723 MINGWAR
724 SECURITYLIB
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSCC
732 CROSSWINDRES
733 CROSSTEST
734 LIBPTHREAD
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-pthread do not use the pthread library
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 CPP C preprocessor
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.16
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.16, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval=$with_pulse;
2077 # Check whether --with-pthread was given.
2078 if test "${with_pthread+set}" = set; then
2079 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2085 withval=$with_sane;
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2115 withval=$with_xml;
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2145 withval=$with_xslt;
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 ac_build_alias=$build_alias
2174 test "x$ac_build_alias" = x &&
2175 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x &&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2189 *-*-*) ;;
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194 build=$ac_cv_build
2195 ac_save_IFS=$IFS; IFS='-'
2196 set x $ac_cv_build
2197 shift
2198 build_cpu=$1
2199 build_vendor=$2
2200 shift; shift
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2203 build_os=$*
2204 IFS=$ac_save_IFS
2205 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2212 else
2213 if test "x$host_alias" = x; then
2214 ac_cv_host=$ac_cv_build
2215 else
2216 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2225 case $ac_cv_host in
2226 *-*-*) ;;
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2230 esac
2231 host=$ac_cv_host
2232 ac_save_IFS=$IFS; IFS='-'
2233 set x $ac_cv_host
2234 shift
2235 host_cpu=$1
2236 host_vendor=$2
2237 shift; shift
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2240 host_os=$*
2241 IFS=$ac_save_IFS
2242 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2246 case "$srcdir" in
2247 .) ;;
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2254 fi ;;
2255 esac
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 cat >conftest.make <<\_ACEOF
2265 SHELL = /bin/sh
2266 all:
2267 @echo '@@@%%%=$(MAKE)=@@@%%%'
2268 _ACEOF
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2271 *@@@%%%=?*=@@@%%%*)
2272 eval ac_cv_prog_make_${ac_make}_set=yes;;
2274 eval ac_cv_prog_make_${ac_make}_set=no;;
2275 esac
2276 rm -f conftest.make
2278 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2281 SET_MAKE=
2282 else
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE="MAKE=${MAKE-make}"
2288 ac_ext=c
2289 ac_cpp='$CPP $CPPFLAGS'
2290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2315 done
2316 done
2317 IFS=$as_save_IFS
2321 CC=$ac_cv_prog_CC
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2325 else
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2333 ac_ct_CC=$CC
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x; then
2371 CC=""
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374 yes:)
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned=yes ;;
2382 esac
2383 CC=$ac_ct_CC
2385 else
2386 CC="$ac_cv_prog_CC"
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy ${ac_tool_prefix}cc; ac_word=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2397 else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400 else
2401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402 for as_dir in $PATH
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2412 done
2413 done
2414 IFS=$as_save_IFS
2418 CC=$ac_cv_prog_CC
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2422 else
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 ac_prog_rejected=no
2442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2443 for as_dir in $PATH
2445 IFS=$as_save_IFS
2446 test -z "$as_dir" && as_dir=.
2447 for ac_exec_ext in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected=yes
2451 continue
2453 ac_cv_prog_CC="cc"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2457 done
2458 done
2459 IFS=$as_save_IFS
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy $ac_cv_prog_CC
2464 shift
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2469 shift
2470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475 CC=$ac_cv_prog_CC
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2496 else
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC="$CC" # Let the user override the test.
2499 else
2500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2501 for as_dir in $PATH
2503 IFS=$as_save_IFS
2504 test -z "$as_dir" && as_dir=.
2505 for ac_exec_ext in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2509 break 2
2511 done
2512 done
2513 IFS=$as_save_IFS
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2521 else
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2528 done
2530 if test -z "$CC"; then
2531 ac_ct_CC=$CC
2532 for ac_prog in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy $ac_prog; ac_word=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2543 else
2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2547 IFS=$as_save_IFS
2548 test -z "$as_dir" && as_dir=.
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 break 2
2555 done
2556 done
2557 IFS=$as_save_IFS
2561 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2565 else
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2572 done
2574 if test "x$ac_ct_CC" = x; then
2575 CC=""
2576 else
2577 case $cross_compiling:$ac_tool_warned in
2578 yes:)
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned=yes ;;
2586 esac
2587 CC=$ac_ct_CC
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler=`set X $ac_compile; echo $2`
2603 { (ac_try="$ac_compiler --version >&5"
2604 case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -V >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2635 /* confdefs.h. */
2636 _ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2642 main ()
2646 return 0;
2648 _ACEOF
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2653 # of exeext.
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2666 ac_rmfiles=
2667 for ac_file in $ac_files
2669 case $ac_file in
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2672 esac
2673 done
2674 rm -f $ac_rmfiles
2676 if { (ac_try="$ac_link_default"
2677 case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680 esac
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2690 # Autoconf.
2691 for ac_file in $ac_files ''
2693 test -f "$ac_file" || continue
2694 case $ac_file in
2695 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2697 [ab].out )
2698 # We found the default executable, but exeext='' is most
2699 # certainly right.
2700 break;;
2701 *.* )
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2703 then :; else
2704 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2710 # actually working.
2711 break;;
2713 break;;
2714 esac
2715 done
2716 test "$ac_cv_exeext" = no && ac_cv_exeext=
2718 else
2719 ac_file=''
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2751 ac_status=$?
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 cross_compiling=no
2755 else
2756 if test "$cross_compiling" = maybe; then
2757 cross_compiling=yes
2758 else
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details." >&5
2762 echo "$as_me: error: cannot run C compiled programs.
2763 If you meant to cross compile, use \`--host'.
2764 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe'), while it won't with
2796 # `rm'.
2797 for ac_file in conftest.exe conftest conftest.*; do
2798 test -f "$ac_file" || continue
2799 case $ac_file in
2800 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2801 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 break;;
2803 * ) break;;
2804 esac
2805 done
2806 else
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.$ac_ext
2819 EXEEXT=$ac_cv_exeext
2820 ac_exeext=$EXEEXT
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 else
2826 cat >conftest.$ac_ext <<_ACEOF
2827 /* confdefs.h. */
2828 _ACEOF
2829 cat confdefs.h >>conftest.$ac_ext
2830 cat >>conftest.$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2834 main ()
2838 return 0;
2840 _ACEOF
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try="$ac_compile"
2843 case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846 esac
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859 done
2860 else
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2876 ac_objext=$OBJEXT
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 else
2882 cat >conftest.$ac_ext <<_ACEOF
2883 /* confdefs.h. */
2884 _ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2890 main ()
2892 #ifndef __GNUC__
2893 choke me
2894 #endif
2897 return 0;
2899 _ACEOF
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2908 ac_status=$?
2909 grep -v '^ *+' conftest.er1 >conftest.err
2910 rm -f conftest.er1
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2917 ac_compiler_gnu=yes
2918 else
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2922 ac_compiler_gnu=no
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2935 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2938 else
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2941 ac_cv_prog_cc_g=no
2942 CFLAGS="-g"
2943 cat >conftest.$ac_ext <<_ACEOF
2944 /* confdefs.h. */
2945 _ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2951 main ()
2955 return 0;
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2960 case "(($ac_try" in
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2963 esac
2964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2966 ac_status=$?
2967 grep -v '^ *+' conftest.er1 >conftest.err
2968 rm -f conftest.er1
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2975 ac_cv_prog_cc_g=yes
2976 else
2977 echo "$as_me: failed program was:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2980 CFLAGS=""
2981 cat >conftest.$ac_ext <<_ACEOF
2982 /* confdefs.h. */
2983 _ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2989 main ()
2993 return 0;
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2998 case "(($ac_try" in
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3001 esac
3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat >conftest.$ac_ext <<_ACEOF
3021 /* confdefs.h. */
3022 _ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3028 main ()
3032 return 0;
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040 esac
3041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3052 ac_cv_prog_cc_g=yes
3053 else
3054 echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3075 CFLAGS="-g -O2"
3076 else
3077 CFLAGS="-g"
3079 else
3080 if test "$GCC" = yes; then
3081 CFLAGS="-O2"
3082 else
3083 CFLAGS=
3086 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3087 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 ac_cv_prog_cc_c89=no
3092 ac_save_CC=$CC
3093 cat >conftest.$ac_ext <<_ACEOF
3094 /* confdefs.h. */
3095 _ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3099 #include <stdarg.h>
3100 #include <stdio.h>
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3107 char **p;
3108 int i;
3110 return p[i];
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3114 char *s;
3115 va_list v;
3116 va_start (v,p);
3117 s = g (p, va_arg (v,int));
3118 va_end (v);
3119 return s;
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3133 #define FOO(x) 'x'
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 int argc;
3141 char **argv;
3143 main ()
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 return 0;
3149 _ACEOF
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3162 ac_status=$?
3163 grep -v '^ *+' conftest.er1 >conftest.err
3164 rm -f conftest.er1
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3172 else
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x$ac_cv_prog_cc_c89" != "xno" && break
3181 done
3182 rm -f conftest.$ac_ext
3183 CC=$ac_save_CC
3186 # AC_CACHE_VAL
3187 case "x$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result: none needed" >&5
3190 echo "${ECHO_T}none needed" >&6; } ;;
3191 xno)
3192 { echo "$as_me:$LINENO: result: unsupported" >&5
3193 echo "${ECHO_T}unsupported" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3198 esac
3201 ac_ext=c
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_ext=cpp
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3214 CXX=$CCC
3215 else
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 CXX=$ac_cv_prog_CXX
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3250 else
3251 { echo "$as_me:$LINENO: result: no" >&5
3252 echo "${ECHO_T}no" >&6; }
3256 test -n "$CXX" && break
3257 done
3259 if test -z "$CXX"; then
3260 ac_ct_CXX=$CXX
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3272 else
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 for as_dir in $PATH
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 break 2
3284 done
3285 done
3286 IFS=$as_save_IFS
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3294 else
3295 { echo "$as_me:$LINENO: result: no" >&5
3296 echo "${ECHO_T}no" >&6; }
3300 test -n "$ac_ct_CXX" && break
3301 done
3303 if test "x$ac_ct_CXX" = x; then
3304 CXX="g++"
3305 else
3306 case $cross_compiling:$ac_tool_warned in
3307 yes:)
3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3309 whose name does not start with the host triplet. If you think this
3310 configuration is useful to you, please write to autoconf@gnu.org." >&5
3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3312 whose name does not start with the host triplet. If you think this
3313 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CXX=$ac_ct_CXX
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3326 case "(($ac_try" in
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3329 esac
3330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3332 ac_status=$?
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3369 main ()
3371 #ifndef __GNUC__
3372 choke me
3373 #endif
3376 return 0;
3378 _ACEOF
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3387 ac_status=$?
3388 grep -v '^ *+' conftest.er1 >conftest.err
3389 rm -f conftest.er1
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3396 ac_compiler_gnu=yes
3397 else
3398 echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3401 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3414 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 else
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3420 ac_cv_prog_cxx_g=no
3421 CXXFLAGS="-g"
3422 cat >conftest.$ac_ext <<_ACEOF
3423 /* confdefs.h. */
3424 _ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3439 case "(($ac_try" in
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3442 esac
3443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3445 ac_status=$?
3446 grep -v '^ *+' conftest.er1 >conftest.err
3447 rm -f conftest.er1
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3455 else
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3459 CXXFLAGS=""
3460 cat >conftest.$ac_ext <<_ACEOF
3461 /* confdefs.h. */
3462 _ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3468 main ()
3472 return 0;
3474 _ACEOF
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3483 ac_status=$?
3484 grep -v '^ *+' conftest.er1 >conftest.err
3485 rm -f conftest.er1
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3493 else
3494 echo "$as_me: failed program was:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3498 CXXFLAGS="-g"
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3516 case "(($ac_try" in
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3519 esac
3520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3522 ac_status=$?
3523 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3532 else
3533 echo "$as_me: failed program was:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3554 CXXFLAGS="-g -O2"
3555 else
3556 CXXFLAGS="-g"
3558 else
3559 if test "$GXX" = yes; then
3560 CXXFLAGS="-O2"
3561 else
3562 CXXFLAGS=
3565 ac_ext=c
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3578 else
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3603 else
3604 { echo "$as_me:$LINENO: result: no" >&5
3605 echo "${ECHO_T}no" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3648 if test "x$ac_ct_CPPBIN" = x; then
3649 CPPBIN="cpp"
3650 else
3651 case $cross_compiling:$ac_tool_warned in
3652 yes:)
3653 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3654 whose name does not start with the host triplet. If you think this
3655 configuration is useful to you, please write to autoconf@gnu.org." >&5
3656 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3657 whose name does not start with the host triplet. If you think this
3658 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 ac_tool_warned=yes ;;
3660 esac
3661 CPPBIN=$ac_ct_CPPBIN
3663 else
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3668 case $host in
3669 x86_64*)
3670 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3671 then
3672 CC="$CC -m32"
3673 CXX="$CXX -m32"
3674 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3675 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3677 cat >conftest.$ac_ext <<_ACEOF
3678 /* confdefs.h. */
3679 _ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h. */
3685 main ()
3689 return 0;
3691 _ACEOF
3692 rm -f conftest.$ac_objext conftest$ac_exeext
3693 if { (ac_try="$ac_link"
3694 case "(($ac_try" in
3695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696 *) ac_try_echo=$ac_try;;
3697 esac
3698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3699 (eval "$ac_link") 2>conftest.er1
3700 ac_status=$?
3701 grep -v '^ *+' conftest.er1 >conftest.err
3702 rm -f conftest.er1
3703 cat conftest.err >&5
3704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 (exit $ac_status); } && {
3706 test -z "$ac_c_werror_flag" ||
3707 test ! -s conftest.err
3708 } && test -s conftest$ac_exeext &&
3709 $as_test_x conftest$ac_exeext; then
3710 { echo "$as_me:$LINENO: result: yes" >&5
3711 echo "${ECHO_T}yes" >&6; }
3712 else
3713 echo "$as_me: failed program was:" >&5
3714 sed 's/^/| /' conftest.$ac_ext >&5
3716 { echo "$as_me:$LINENO: result: no" >&5
3717 echo "${ECHO_T}no" >&6; }
3718 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3719 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3720 { (exit 1); exit 1; }; }
3723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3724 conftest$ac_exeext conftest.$ac_ext
3725 LD="${LD:-ld} -m elf_i386"
3726 AS="${AS:-as} --32"
3727 host_cpu="i386"
3728 notice_platform="32-bit "
3729 TARGETFLAGS="-m32"
3731 enable_win16=${enable_win16:-yes}
3732 else
3733 TARGETFLAGS="-m64"
3737 *-mingw32*)
3738 enable_win16=${enable_win16:-no}
3740 i[3456789]86*)
3741 enable_win16=${enable_win16:-yes}
3743 esac
3745 enable_win16=${enable_win16:-no}
3747 WIN16_FILES="\$(WIN16_FILES)"
3749 WIN16_INSTALL="\$(WIN16_INSTALL)"
3751 if test "x$enable_win16" != "xyes"
3752 then
3753 WIN16_FILES=""
3754 WIN16_INSTALL=""
3755 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3756 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3757 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3758 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3759 enable_vmm_vxd=${enable_vmm_vxd:-no}
3760 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3761 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3762 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3763 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3764 enable_w32skrnl=${enable_w32skrnl:-no}
3765 enable_winedos=${enable_winedos:-no}
3766 enable_winevdm=${enable_winevdm:-no}
3767 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3768 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3771 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3772 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3773 if test "${wine_cv_toolsdir+set}" = set; then
3774 echo $ECHO_N "(cached) $ECHO_C" >&6
3775 else
3776 if test -z "$with_wine_tools"; then
3777 if test "$cross_compiling" = "yes"; then
3778 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3779 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3780 { (exit 1); exit 1; }; }
3781 else
3782 wine_cv_toolsdir="\$(TOPOBJDIR)"
3784 elif test -d "$with_wine_tools/tools/winebuild"; then
3785 case $with_wine_tools in
3786 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3787 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3788 esac
3789 else
3790 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3791 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3792 { (exit 1); exit 1; }; }
3795 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3796 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3797 TOOLSDIR=$wine_cv_toolsdir
3799 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3800 then
3801 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3805 for ac_prog in flex
3807 # Extract the first word of "$ac_prog", so it can be a program name with args.
3808 set dummy $ac_prog; ac_word=$2
3809 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3811 if test "${ac_cv_prog_FLEX+set}" = set; then
3812 echo $ECHO_N "(cached) $ECHO_C" >&6
3813 else
3814 if test -n "$FLEX"; then
3815 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3816 else
3817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3818 for as_dir in $PATH
3820 IFS=$as_save_IFS
3821 test -z "$as_dir" && as_dir=.
3822 for ac_exec_ext in '' $ac_executable_extensions; do
3823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3824 ac_cv_prog_FLEX="$ac_prog"
3825 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3826 break 2
3828 done
3829 done
3830 IFS=$as_save_IFS
3834 FLEX=$ac_cv_prog_FLEX
3835 if test -n "$FLEX"; then
3836 { echo "$as_me:$LINENO: result: $FLEX" >&5
3837 echo "${ECHO_T}$FLEX" >&6; }
3838 else
3839 { echo "$as_me:$LINENO: result: no" >&5
3840 echo "${ECHO_T}no" >&6; }
3844 test -n "$FLEX" && break
3845 done
3846 test -n "$FLEX" || FLEX="none"
3848 if test "$FLEX" = "none"
3849 then
3850 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3851 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3852 { (exit 1); exit 1; }; }
3855 for ac_prog in bison
3857 # Extract the first word of "$ac_prog", so it can be a program name with args.
3858 set dummy $ac_prog; ac_word=$2
3859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3861 if test "${ac_cv_prog_BISON+set}" = set; then
3862 echo $ECHO_N "(cached) $ECHO_C" >&6
3863 else
3864 if test -n "$BISON"; then
3865 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3866 else
3867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868 for as_dir in $PATH
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
3872 for ac_exec_ext in '' $ac_executable_extensions; do
3873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3874 ac_cv_prog_BISON="$ac_prog"
3875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3876 break 2
3878 done
3879 done
3880 IFS=$as_save_IFS
3884 BISON=$ac_cv_prog_BISON
3885 if test -n "$BISON"; then
3886 { echo "$as_me:$LINENO: result: $BISON" >&5
3887 echo "${ECHO_T}$BISON" >&6; }
3888 else
3889 { echo "$as_me:$LINENO: result: no" >&5
3890 echo "${ECHO_T}no" >&6; }
3894 test -n "$BISON" && break
3895 done
3896 test -n "$BISON" || BISON="none"
3898 if test "$BISON" = "none"
3899 then
3900 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3901 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3902 { (exit 1); exit 1; }; }
3905 if test -n "$ac_tool_prefix"; then
3906 for ac_prog in gas as
3908 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3909 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3910 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3912 if test "${ac_cv_prog_AS+set}" = set; then
3913 echo $ECHO_N "(cached) $ECHO_C" >&6
3914 else
3915 if test -n "$AS"; then
3916 ac_cv_prog_AS="$AS" # Let the user override the test.
3917 else
3918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3919 for as_dir in $PATH
3921 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=.
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3925 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 break 2
3929 done
3930 done
3931 IFS=$as_save_IFS
3935 AS=$ac_cv_prog_AS
3936 if test -n "$AS"; then
3937 { echo "$as_me:$LINENO: result: $AS" >&5
3938 echo "${ECHO_T}$AS" >&6; }
3939 else
3940 { echo "$as_me:$LINENO: result: no" >&5
3941 echo "${ECHO_T}no" >&6; }
3945 test -n "$AS" && break
3946 done
3948 if test -z "$AS"; then
3949 ac_ct_AS=$AS
3950 for ac_prog in gas as
3952 # Extract the first word of "$ac_prog", so it can be a program name with args.
3953 set dummy $ac_prog; ac_word=$2
3954 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3955 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3956 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3957 echo $ECHO_N "(cached) $ECHO_C" >&6
3958 else
3959 if test -n "$ac_ct_AS"; then
3960 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3961 else
3962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3963 for as_dir in $PATH
3965 IFS=$as_save_IFS
3966 test -z "$as_dir" && as_dir=.
3967 for ac_exec_ext in '' $ac_executable_extensions; do
3968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3969 ac_cv_prog_ac_ct_AS="$ac_prog"
3970 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3971 break 2
3973 done
3974 done
3975 IFS=$as_save_IFS
3979 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3980 if test -n "$ac_ct_AS"; then
3981 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3982 echo "${ECHO_T}$ac_ct_AS" >&6; }
3983 else
3984 { echo "$as_me:$LINENO: result: no" >&5
3985 echo "${ECHO_T}no" >&6; }
3989 test -n "$ac_ct_AS" && break
3990 done
3992 if test "x$ac_ct_AS" = x; then
3993 AS="as"
3994 else
3995 case $cross_compiling:$ac_tool_warned in
3996 yes:)
3997 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3998 whose name does not start with the host triplet. If you think this
3999 configuration is useful to you, please write to autoconf@gnu.org." >&5
4000 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4001 whose name does not start with the host triplet. If you think this
4002 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4003 ac_tool_warned=yes ;;
4004 esac
4005 AS=$ac_ct_AS
4009 if test -n "$ac_tool_prefix"; then
4010 for ac_prog in ld gld
4012 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4013 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4016 if test "${ac_cv_prog_LD+set}" = set; then
4017 echo $ECHO_N "(cached) $ECHO_C" >&6
4018 else
4019 if test -n "$LD"; then
4020 ac_cv_prog_LD="$LD" # Let the user override the test.
4021 else
4022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4023 for as_dir in $PATH
4025 IFS=$as_save_IFS
4026 test -z "$as_dir" && as_dir=.
4027 for ac_exec_ext in '' $ac_executable_extensions; do
4028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4029 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4031 break 2
4033 done
4034 done
4035 IFS=$as_save_IFS
4039 LD=$ac_cv_prog_LD
4040 if test -n "$LD"; then
4041 { echo "$as_me:$LINENO: result: $LD" >&5
4042 echo "${ECHO_T}$LD" >&6; }
4043 else
4044 { echo "$as_me:$LINENO: result: no" >&5
4045 echo "${ECHO_T}no" >&6; }
4049 test -n "$LD" && break
4050 done
4052 if test -z "$LD"; then
4053 ac_ct_LD=$LD
4054 for ac_prog in ld gld
4056 # Extract the first word of "$ac_prog", so it can be a program name with args.
4057 set dummy $ac_prog; ac_word=$2
4058 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4059 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4060 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4061 echo $ECHO_N "(cached) $ECHO_C" >&6
4062 else
4063 if test -n "$ac_ct_LD"; then
4064 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4065 else
4066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4067 for as_dir in $PATH
4069 IFS=$as_save_IFS
4070 test -z "$as_dir" && as_dir=.
4071 for ac_exec_ext in '' $ac_executable_extensions; do
4072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4073 ac_cv_prog_ac_ct_LD="$ac_prog"
4074 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4075 break 2
4077 done
4078 done
4079 IFS=$as_save_IFS
4083 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4084 if test -n "$ac_ct_LD"; then
4085 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4086 echo "${ECHO_T}$ac_ct_LD" >&6; }
4087 else
4088 { echo "$as_me:$LINENO: result: no" >&5
4089 echo "${ECHO_T}no" >&6; }
4093 test -n "$ac_ct_LD" && break
4094 done
4096 if test "x$ac_ct_LD" = x; then
4097 LD="ld"
4098 else
4099 case $cross_compiling:$ac_tool_warned in
4100 yes:)
4101 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4102 whose name does not start with the host triplet. If you think this
4103 configuration is useful to you, please write to autoconf@gnu.org." >&5
4104 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4105 whose name does not start with the host triplet. If you think this
4106 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4107 ac_tool_warned=yes ;;
4108 esac
4109 LD=$ac_ct_LD
4113 if test -n "$ac_tool_prefix"; then
4114 for ac_prog in nm gnm
4116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4120 if test "${ac_cv_prog_NM+set}" = set; then
4121 echo $ECHO_N "(cached) $ECHO_C" >&6
4122 else
4123 if test -n "$NM"; then
4124 ac_cv_prog_NM="$NM" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135 break 2
4137 done
4138 done
4139 IFS=$as_save_IFS
4143 NM=$ac_cv_prog_NM
4144 if test -n "$NM"; then
4145 { echo "$as_me:$LINENO: result: $NM" >&5
4146 echo "${ECHO_T}$NM" >&6; }
4147 else
4148 { echo "$as_me:$LINENO: result: no" >&5
4149 echo "${ECHO_T}no" >&6; }
4153 test -n "$NM" && break
4154 done
4156 if test -z "$NM"; then
4157 ac_ct_NM=$NM
4158 for ac_prog in nm gnm
4160 # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4164 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4165 echo $ECHO_N "(cached) $ECHO_C" >&6
4166 else
4167 if test -n "$ac_ct_NM"; then
4168 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 ac_cv_prog_ac_ct_NM="$ac_prog"
4178 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4179 break 2
4181 done
4182 done
4183 IFS=$as_save_IFS
4187 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4188 if test -n "$ac_ct_NM"; then
4189 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4190 echo "${ECHO_T}$ac_ct_NM" >&6; }
4191 else
4192 { echo "$as_me:$LINENO: result: no" >&5
4193 echo "${ECHO_T}no" >&6; }
4197 test -n "$ac_ct_NM" && break
4198 done
4200 if test "x$ac_ct_NM" = x; then
4201 NM="nm"
4202 else
4203 case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4206 whose name does not start with the host triplet. If you think this
4207 configuration is useful to you, please write to autoconf@gnu.org." >&5
4208 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4209 whose name does not start with the host triplet. If you think this
4210 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4211 ac_tool_warned=yes ;;
4212 esac
4213 NM=$ac_ct_NM
4217 if test -n "$ac_tool_prefix"; then
4218 for ac_prog in ar gar
4220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4224 if test "${ac_cv_prog_AR+set}" = set; then
4225 echo $ECHO_N "(cached) $ECHO_C" >&6
4226 else
4227 if test -n "$AR"; then
4228 ac_cv_prog_AR="$AR" # Let the user override the test.
4229 else
4230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4231 for as_dir in $PATH
4233 IFS=$as_save_IFS
4234 test -z "$as_dir" && as_dir=.
4235 for ac_exec_ext in '' $ac_executable_extensions; do
4236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4237 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4239 break 2
4241 done
4242 done
4243 IFS=$as_save_IFS
4247 AR=$ac_cv_prog_AR
4248 if test -n "$AR"; then
4249 { echo "$as_me:$LINENO: result: $AR" >&5
4250 echo "${ECHO_T}$AR" >&6; }
4251 else
4252 { echo "$as_me:$LINENO: result: no" >&5
4253 echo "${ECHO_T}no" >&6; }
4257 test -n "$AR" && break
4258 done
4260 if test -z "$AR"; then
4261 ac_ct_AR=$AR
4262 for ac_prog in ar gar
4264 # Extract the first word of "$ac_prog", so it can be a program name with args.
4265 set dummy $ac_prog; ac_word=$2
4266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4268 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4269 echo $ECHO_N "(cached) $ECHO_C" >&6
4270 else
4271 if test -n "$ac_ct_AR"; then
4272 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4273 else
4274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4275 for as_dir in $PATH
4277 IFS=$as_save_IFS
4278 test -z "$as_dir" && as_dir=.
4279 for ac_exec_ext in '' $ac_executable_extensions; do
4280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4281 ac_cv_prog_ac_ct_AR="$ac_prog"
4282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4283 break 2
4285 done
4286 done
4287 IFS=$as_save_IFS
4291 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4292 if test -n "$ac_ct_AR"; then
4293 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4294 echo "${ECHO_T}$ac_ct_AR" >&6; }
4295 else
4296 { echo "$as_me:$LINENO: result: no" >&5
4297 echo "${ECHO_T}no" >&6; }
4301 test -n "$ac_ct_AR" && break
4302 done
4304 if test "x$ac_ct_AR" = x; then
4305 AR="ar"
4306 else
4307 case $cross_compiling:$ac_tool_warned in
4308 yes:)
4309 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4310 whose name does not start with the host triplet. If you think this
4311 configuration is useful to you, please write to autoconf@gnu.org." >&5
4312 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4313 whose name does not start with the host triplet. If you think this
4314 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4315 ac_tool_warned=yes ;;
4316 esac
4317 AR=$ac_ct_AR
4321 ARFLAGS=rc
4323 if test -n "$ac_tool_prefix"; then
4324 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4325 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4326 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4327 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4328 if test "${ac_cv_prog_RANLIB+set}" = set; then
4329 echo $ECHO_N "(cached) $ECHO_C" >&6
4330 else
4331 if test -n "$RANLIB"; then
4332 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4333 else
4334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4335 for as_dir in $PATH
4337 IFS=$as_save_IFS
4338 test -z "$as_dir" && as_dir=.
4339 for ac_exec_ext in '' $ac_executable_extensions; do
4340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4341 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4342 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4343 break 2
4345 done
4346 done
4347 IFS=$as_save_IFS
4351 RANLIB=$ac_cv_prog_RANLIB
4352 if test -n "$RANLIB"; then
4353 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4354 echo "${ECHO_T}$RANLIB" >&6; }
4355 else
4356 { echo "$as_me:$LINENO: result: no" >&5
4357 echo "${ECHO_T}no" >&6; }
4362 if test -z "$ac_cv_prog_RANLIB"; then
4363 ac_ct_RANLIB=$RANLIB
4364 # Extract the first word of "ranlib", so it can be a program name with args.
4365 set dummy ranlib; ac_word=$2
4366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4368 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4369 echo $ECHO_N "(cached) $ECHO_C" >&6
4370 else
4371 if test -n "$ac_ct_RANLIB"; then
4372 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4373 else
4374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4375 for as_dir in $PATH
4377 IFS=$as_save_IFS
4378 test -z "$as_dir" && as_dir=.
4379 for ac_exec_ext in '' $ac_executable_extensions; do
4380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4381 ac_cv_prog_ac_ct_RANLIB="ranlib"
4382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4383 break 2
4385 done
4386 done
4387 IFS=$as_save_IFS
4391 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4392 if test -n "$ac_ct_RANLIB"; then
4393 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4394 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4395 else
4396 { echo "$as_me:$LINENO: result: no" >&5
4397 echo "${ECHO_T}no" >&6; }
4400 if test "x$ac_ct_RANLIB" = x; then
4401 RANLIB=":"
4402 else
4403 case $cross_compiling:$ac_tool_warned in
4404 yes:)
4405 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4406 whose name does not start with the host triplet. If you think this
4407 configuration is useful to you, please write to autoconf@gnu.org." >&5
4408 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4409 whose name does not start with the host triplet. If you think this
4410 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4411 ac_tool_warned=yes ;;
4412 esac
4413 RANLIB=$ac_ct_RANLIB
4415 else
4416 RANLIB="$ac_cv_prog_RANLIB"
4419 if test -n "$ac_tool_prefix"; then
4420 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4421 set dummy ${ac_tool_prefix}strip; ac_word=$2
4422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4424 if test "${ac_cv_prog_STRIP+set}" = set; then
4425 echo $ECHO_N "(cached) $ECHO_C" >&6
4426 else
4427 if test -n "$STRIP"; then
4428 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4429 else
4430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4431 for as_dir in $PATH
4433 IFS=$as_save_IFS
4434 test -z "$as_dir" && as_dir=.
4435 for ac_exec_ext in '' $ac_executable_extensions; do
4436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4437 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4438 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 break 2
4441 done
4442 done
4443 IFS=$as_save_IFS
4447 STRIP=$ac_cv_prog_STRIP
4448 if test -n "$STRIP"; then
4449 { echo "$as_me:$LINENO: result: $STRIP" >&5
4450 echo "${ECHO_T}$STRIP" >&6; }
4451 else
4452 { echo "$as_me:$LINENO: result: no" >&5
4453 echo "${ECHO_T}no" >&6; }
4458 if test -z "$ac_cv_prog_STRIP"; then
4459 ac_ct_STRIP=$STRIP
4460 # Extract the first word of "strip", so it can be a program name with args.
4461 set dummy strip; ac_word=$2
4462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4464 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4465 echo $ECHO_N "(cached) $ECHO_C" >&6
4466 else
4467 if test -n "$ac_ct_STRIP"; then
4468 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4469 else
4470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4471 for as_dir in $PATH
4473 IFS=$as_save_IFS
4474 test -z "$as_dir" && as_dir=.
4475 for ac_exec_ext in '' $ac_executable_extensions; do
4476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4477 ac_cv_prog_ac_ct_STRIP="strip"
4478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4479 break 2
4481 done
4482 done
4483 IFS=$as_save_IFS
4487 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4488 if test -n "$ac_ct_STRIP"; then
4489 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4490 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4491 else
4492 { echo "$as_me:$LINENO: result: no" >&5
4493 echo "${ECHO_T}no" >&6; }
4496 if test "x$ac_ct_STRIP" = x; then
4497 STRIP="strip"
4498 else
4499 case $cross_compiling:$ac_tool_warned in
4500 yes:)
4501 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4502 whose name does not start with the host triplet. If you think this
4503 configuration is useful to you, please write to autoconf@gnu.org." >&5
4504 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4505 whose name does not start with the host triplet. If you think this
4506 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4507 ac_tool_warned=yes ;;
4508 esac
4509 STRIP=$ac_ct_STRIP
4511 else
4512 STRIP="$ac_cv_prog_STRIP"
4515 if test -n "$ac_tool_prefix"; then
4516 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4517 set dummy ${ac_tool_prefix}windres; ac_word=$2
4518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4520 if test "${ac_cv_prog_WINDRES+set}" = set; then
4521 echo $ECHO_N "(cached) $ECHO_C" >&6
4522 else
4523 if test -n "$WINDRES"; then
4524 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
4532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4533 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4537 done
4538 done
4539 IFS=$as_save_IFS
4543 WINDRES=$ac_cv_prog_WINDRES
4544 if test -n "$WINDRES"; then
4545 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4546 echo "${ECHO_T}$WINDRES" >&6; }
4547 else
4548 { echo "$as_me:$LINENO: result: no" >&5
4549 echo "${ECHO_T}no" >&6; }
4554 if test -z "$ac_cv_prog_WINDRES"; then
4555 ac_ct_WINDRES=$WINDRES
4556 # Extract the first word of "windres", so it can be a program name with args.
4557 set dummy windres; ac_word=$2
4558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4560 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4561 echo $ECHO_N "(cached) $ECHO_C" >&6
4562 else
4563 if test -n "$ac_ct_WINDRES"; then
4564 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4565 else
4566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4567 for as_dir in $PATH
4569 IFS=$as_save_IFS
4570 test -z "$as_dir" && as_dir=.
4571 for ac_exec_ext in '' $ac_executable_extensions; do
4572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4573 ac_cv_prog_ac_ct_WINDRES="windres"
4574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4575 break 2
4577 done
4578 done
4579 IFS=$as_save_IFS
4583 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4584 if test -n "$ac_ct_WINDRES"; then
4585 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4586 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4587 else
4588 { echo "$as_me:$LINENO: result: no" >&5
4589 echo "${ECHO_T}no" >&6; }
4592 if test "x$ac_ct_WINDRES" = x; then
4593 WINDRES="false"
4594 else
4595 case $cross_compiling:$ac_tool_warned in
4596 yes:)
4597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4598 whose name does not start with the host triplet. If you think this
4599 configuration is useful to you, please write to autoconf@gnu.org." >&5
4600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4601 whose name does not start with the host triplet. If you think this
4602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4603 ac_tool_warned=yes ;;
4604 esac
4605 WINDRES=$ac_ct_WINDRES
4607 else
4608 WINDRES="$ac_cv_prog_WINDRES"
4611 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4612 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4613 LN_S=$as_ln_s
4614 if test "$LN_S" = "ln -s"; then
4615 { echo "$as_me:$LINENO: result: yes" >&5
4616 echo "${ECHO_T}yes" >&6; }
4617 else
4618 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4619 echo "${ECHO_T}no, using $LN_S" >&6; }
4622 { echo "$as_me:$LINENO: checking whether ln works" >&5
4623 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4624 rm -f conf$$ conf$$.file
4625 echo >conf$$.file
4626 if ln conf$$.file conf$$ 2>/dev/null; then
4627 LN=ln
4629 { echo "$as_me:$LINENO: result: yes" >&5
4630 echo "${ECHO_T}yes" >&6; }
4631 else
4632 LN="cp -p"
4634 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4635 echo "${ECHO_T}no, using $LN" >&6; }
4637 rm -f conf$$ conf$$.file
4638 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4639 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4640 if test "${ac_cv_path_GREP+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4642 else
4643 # Extract the first word of "grep ggrep" to use in msg output
4644 if test -z "$GREP"; then
4645 set dummy grep ggrep; ac_prog_name=$2
4646 if test "${ac_cv_path_GREP+set}" = set; then
4647 echo $ECHO_N "(cached) $ECHO_C" >&6
4648 else
4649 ac_path_GREP_found=false
4650 # Loop through the user's path and test for each of PROGNAME-LIST
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
4656 for ac_prog in grep ggrep; do
4657 for ac_exec_ext in '' $ac_executable_extensions; do
4658 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4659 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4660 # Check for GNU ac_path_GREP and select it if it is found.
4661 # Check for GNU $ac_path_GREP
4662 case `"$ac_path_GREP" --version 2>&1` in
4663 *GNU*)
4664 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4666 ac_count=0
4667 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4668 while :
4670 cat "conftest.in" "conftest.in" >"conftest.tmp"
4671 mv "conftest.tmp" "conftest.in"
4672 cp "conftest.in" "conftest.nl"
4673 echo 'GREP' >> "conftest.nl"
4674 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4675 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4676 ac_count=`expr $ac_count + 1`
4677 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4678 # Best one so far, save it but keep looking for a better one
4679 ac_cv_path_GREP="$ac_path_GREP"
4680 ac_path_GREP_max=$ac_count
4682 # 10*(2^10) chars as input seems more than enough
4683 test $ac_count -gt 10 && break
4684 done
4685 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4686 esac
4689 $ac_path_GREP_found && break 3
4690 done
4691 done
4693 done
4694 IFS=$as_save_IFS
4699 GREP="$ac_cv_path_GREP"
4700 if test -z "$GREP"; then
4701 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4702 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4703 { (exit 1); exit 1; }; }
4706 else
4707 ac_cv_path_GREP=$GREP
4712 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4713 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4714 GREP="$ac_cv_path_GREP"
4717 { echo "$as_me:$LINENO: checking for egrep" >&5
4718 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4719 if test "${ac_cv_path_EGREP+set}" = set; then
4720 echo $ECHO_N "(cached) $ECHO_C" >&6
4721 else
4722 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4723 then ac_cv_path_EGREP="$GREP -E"
4724 else
4725 # Extract the first word of "egrep" to use in msg output
4726 if test -z "$EGREP"; then
4727 set dummy egrep; ac_prog_name=$2
4728 if test "${ac_cv_path_EGREP+set}" = set; then
4729 echo $ECHO_N "(cached) $ECHO_C" >&6
4730 else
4731 ac_path_EGREP_found=false
4732 # Loop through the user's path and test for each of PROGNAME-LIST
4733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4736 IFS=$as_save_IFS
4737 test -z "$as_dir" && as_dir=.
4738 for ac_prog in egrep; do
4739 for ac_exec_ext in '' $ac_executable_extensions; do
4740 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4741 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4742 # Check for GNU ac_path_EGREP and select it if it is found.
4743 # Check for GNU $ac_path_EGREP
4744 case `"$ac_path_EGREP" --version 2>&1` in
4745 *GNU*)
4746 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4748 ac_count=0
4749 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4750 while :
4752 cat "conftest.in" "conftest.in" >"conftest.tmp"
4753 mv "conftest.tmp" "conftest.in"
4754 cp "conftest.in" "conftest.nl"
4755 echo 'EGREP' >> "conftest.nl"
4756 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4757 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4758 ac_count=`expr $ac_count + 1`
4759 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4760 # Best one so far, save it but keep looking for a better one
4761 ac_cv_path_EGREP="$ac_path_EGREP"
4762 ac_path_EGREP_max=$ac_count
4764 # 10*(2^10) chars as input seems more than enough
4765 test $ac_count -gt 10 && break
4766 done
4767 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4768 esac
4771 $ac_path_EGREP_found && break 3
4772 done
4773 done
4775 done
4776 IFS=$as_save_IFS
4781 EGREP="$ac_cv_path_EGREP"
4782 if test -z "$EGREP"; then
4783 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4784 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4785 { (exit 1); exit 1; }; }
4788 else
4789 ac_cv_path_EGREP=$EGREP
4795 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4796 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4797 EGREP="$ac_cv_path_EGREP"
4800 # Extract the first word of "ldconfig", so it can be a program name with args.
4801 set dummy ldconfig; ac_word=$2
4802 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4804 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4805 echo $ECHO_N "(cached) $ECHO_C" >&6
4806 else
4807 case $LDCONFIG in
4808 [\\/]* | ?:[\\/]*)
4809 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4813 for as_dir in /sbin /usr/sbin $PATH
4815 IFS=$as_save_IFS
4816 test -z "$as_dir" && as_dir=.
4817 for ac_exec_ext in '' $ac_executable_extensions; do
4818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4819 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4821 break 2
4823 done
4824 done
4825 IFS=$as_save_IFS
4827 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4829 esac
4831 LDCONFIG=$ac_cv_path_LDCONFIG
4832 if test -n "$LDCONFIG"; then
4833 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4834 echo "${ECHO_T}$LDCONFIG" >&6; }
4835 else
4836 { echo "$as_me:$LINENO: result: no" >&5
4837 echo "${ECHO_T}no" >&6; }
4841 # Find a good install program. We prefer a C program (faster),
4842 # so one script is as good as another. But avoid the broken or
4843 # incompatible versions:
4844 # SysV /etc/install, /usr/sbin/install
4845 # SunOS /usr/etc/install
4846 # IRIX /sbin/install
4847 # AIX /bin/install
4848 # AmigaOS /C/install, which installs bootblocks on floppy discs
4849 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4850 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4851 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4852 # OS/2's system install, which has a completely different semantic
4853 # ./install, which can be erroneously created by make from ./install.sh.
4854 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4855 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4856 if test -z "$INSTALL"; then
4857 if test "${ac_cv_path_install+set}" = set; then
4858 echo $ECHO_N "(cached) $ECHO_C" >&6
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 # Account for people who put trailing slashes in PATH elements.
4866 case $as_dir/ in
4867 ./ | .// | /cC/* | \
4868 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4869 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4870 /usr/ucb/* ) ;;
4872 # OSF1 and SCO ODT 3.0 have their own names for install.
4873 # Don't use installbsd from OSF since it installs stuff as root
4874 # by default.
4875 for ac_prog in ginstall scoinst install; do
4876 for ac_exec_ext in '' $ac_executable_extensions; do
4877 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4878 if test $ac_prog = install &&
4879 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4880 # AIX install. It has an incompatible calling convention.
4882 elif test $ac_prog = install &&
4883 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4884 # program-specific install script used by HP pwplus--don't use.
4886 else
4887 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4888 break 3
4891 done
4892 done
4894 esac
4895 done
4896 IFS=$as_save_IFS
4900 if test "${ac_cv_path_install+set}" = set; then
4901 INSTALL=$ac_cv_path_install
4902 else
4903 # As a last resort, use the slow shell script. Don't cache a
4904 # value for INSTALL within a source directory, because that will
4905 # break other packages using the cache if that directory is
4906 # removed, or if the value is a relative name.
4907 INSTALL=$ac_install_sh
4910 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4911 echo "${ECHO_T}$INSTALL" >&6; }
4913 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4914 # It thinks the first close brace ends the variable substitution.
4915 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4917 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4919 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4921 case "$INSTALL" in
4922 [\\/$]* | ?:[\\/]* ) ;;
4923 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4924 esac
4926 for ac_prog in lclint lint
4928 # Extract the first word of "$ac_prog", so it can be a program name with args.
4929 set dummy $ac_prog; ac_word=$2
4930 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4932 if test "${ac_cv_prog_LINT+set}" = set; then
4933 echo $ECHO_N "(cached) $ECHO_C" >&6
4934 else
4935 if test -n "$LINT"; then
4936 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4937 else
4938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4939 for as_dir in $PATH
4941 IFS=$as_save_IFS
4942 test -z "$as_dir" && as_dir=.
4943 for ac_exec_ext in '' $ac_executable_extensions; do
4944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4945 ac_cv_prog_LINT="$ac_prog"
4946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4947 break 2
4949 done
4950 done
4951 IFS=$as_save_IFS
4955 LINT=$ac_cv_prog_LINT
4956 if test -n "$LINT"; then
4957 { echo "$as_me:$LINENO: result: $LINT" >&5
4958 echo "${ECHO_T}$LINT" >&6; }
4959 else
4960 { echo "$as_me:$LINENO: result: no" >&5
4961 echo "${ECHO_T}no" >&6; }
4965 test -n "$LINT" && break
4966 done
4968 if test "$LINT" = "lint"
4969 then
4970 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4975 for ac_prog in fontforge
4977 # Extract the first word of "$ac_prog", so it can be a program name with args.
4978 set dummy $ac_prog; ac_word=$2
4979 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4980 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4981 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4982 echo $ECHO_N "(cached) $ECHO_C" >&6
4983 else
4984 if test -n "$FONTFORGE"; then
4985 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4986 else
4987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4988 for as_dir in $PATH
4990 IFS=$as_save_IFS
4991 test -z "$as_dir" && as_dir=.
4992 for ac_exec_ext in '' $ac_executable_extensions; do
4993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4994 ac_cv_prog_FONTFORGE="$ac_prog"
4995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4996 break 2
4998 done
4999 done
5000 IFS=$as_save_IFS
5004 FONTFORGE=$ac_cv_prog_FONTFORGE
5005 if test -n "$FONTFORGE"; then
5006 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5007 echo "${ECHO_T}$FONTFORGE" >&6; }
5008 else
5009 { echo "$as_me:$LINENO: result: no" >&5
5010 echo "${ECHO_T}no" >&6; }
5014 test -n "$FONTFORGE" && break
5015 done
5016 test -n "$FONTFORGE" || FONTFORGE="false"
5018 for ac_prog in pkg-config
5020 # Extract the first word of "$ac_prog", so it can be a program name with args.
5021 set dummy $ac_prog; ac_word=$2
5022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5024 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5025 echo $ECHO_N "(cached) $ECHO_C" >&6
5026 else
5027 if test -n "$PKG_CONFIG"; then
5028 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5029 else
5030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5031 for as_dir in $PATH
5033 IFS=$as_save_IFS
5034 test -z "$as_dir" && as_dir=.
5035 for ac_exec_ext in '' $ac_executable_extensions; do
5036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5037 ac_cv_prog_PKG_CONFIG="$ac_prog"
5038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5039 break 2
5041 done
5042 done
5043 IFS=$as_save_IFS
5047 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5048 if test -n "$PKG_CONFIG"; then
5049 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5050 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5051 else
5052 { echo "$as_me:$LINENO: result: no" >&5
5053 echo "${ECHO_T}no" >&6; }
5057 test -n "$PKG_CONFIG" && break
5058 done
5059 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5061 for ac_prog in rsvg
5063 # Extract the first word of "$ac_prog", so it can be a program name with args.
5064 set dummy $ac_prog; ac_word=$2
5065 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5066 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5067 if test "${ac_cv_prog_RSVG+set}" = set; then
5068 echo $ECHO_N "(cached) $ECHO_C" >&6
5069 else
5070 if test -n "$RSVG"; then
5071 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5072 else
5073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074 for as_dir in $PATH
5076 IFS=$as_save_IFS
5077 test -z "$as_dir" && as_dir=.
5078 for ac_exec_ext in '' $ac_executable_extensions; do
5079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5080 ac_cv_prog_RSVG="$ac_prog"
5081 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5082 break 2
5084 done
5085 done
5086 IFS=$as_save_IFS
5090 RSVG=$ac_cv_prog_RSVG
5091 if test -n "$RSVG"; then
5092 { echo "$as_me:$LINENO: result: $RSVG" >&5
5093 echo "${ECHO_T}$RSVG" >&6; }
5094 else
5095 { echo "$as_me:$LINENO: result: no" >&5
5096 echo "${ECHO_T}no" >&6; }
5100 test -n "$RSVG" && break
5101 done
5102 test -n "$RSVG" || RSVG="false"
5104 for ac_prog in icotool
5106 # Extract the first word of "$ac_prog", so it can be a program name with args.
5107 set dummy $ac_prog; ac_word=$2
5108 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5110 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5111 echo $ECHO_N "(cached) $ECHO_C" >&6
5112 else
5113 if test -n "$ICOTOOL"; then
5114 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5115 else
5116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5117 for as_dir in $PATH
5119 IFS=$as_save_IFS
5120 test -z "$as_dir" && as_dir=.
5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5123 ac_cv_prog_ICOTOOL="$ac_prog"
5124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5125 break 2
5127 done
5128 done
5129 IFS=$as_save_IFS
5133 ICOTOOL=$ac_cv_prog_ICOTOOL
5134 if test -n "$ICOTOOL"; then
5135 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5136 echo "${ECHO_T}$ICOTOOL" >&6; }
5137 else
5138 { echo "$as_me:$LINENO: result: no" >&5
5139 echo "${ECHO_T}no" >&6; }
5143 test -n "$ICOTOOL" && break
5144 done
5145 test -n "$ICOTOOL" || ICOTOOL="false"
5148 if test "${enable_maintainer_mode+set}" = set
5149 then
5150 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5151 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5152 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5155 case $host_cpu in
5156 *i[3456789]86*)
5157 # Extract the first word of "prelink", so it can be a program name with args.
5158 set dummy prelink; ac_word=$2
5159 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5161 if test "${ac_cv_path_PRELINK+set}" = set; then
5162 echo $ECHO_N "(cached) $ECHO_C" >&6
5163 else
5164 case $PRELINK in
5165 [\\/]* | ?:[\\/]*)
5166 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5170 for as_dir in /sbin /usr/sbin $PATH
5172 IFS=$as_save_IFS
5173 test -z "$as_dir" && as_dir=.
5174 for ac_exec_ext in '' $ac_executable_extensions; do
5175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5176 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5178 break 2
5180 done
5181 done
5182 IFS=$as_save_IFS
5184 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5186 esac
5188 PRELINK=$ac_cv_path_PRELINK
5189 if test -n "$PRELINK"; then
5190 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5191 echo "${ECHO_T}$PRELINK" >&6; }
5192 else
5193 { echo "$as_me:$LINENO: result: no" >&5
5194 echo "${ECHO_T}no" >&6; }
5199 esac
5203 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5204 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5205 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5206 echo $ECHO_N "(cached) $ECHO_C" >&6
5207 else
5208 ac_check_lib_save_LIBS=$LIBS
5209 LIBS="-li386 $LIBS"
5210 cat >conftest.$ac_ext <<_ACEOF
5211 /* confdefs.h. */
5212 _ACEOF
5213 cat confdefs.h >>conftest.$ac_ext
5214 cat >>conftest.$ac_ext <<_ACEOF
5215 /* end confdefs.h. */
5217 /* Override any GCC internal prototype to avoid an error.
5218 Use char because int might match the return type of a GCC
5219 builtin and then its argument prototype would still apply. */
5220 #ifdef __cplusplus
5221 extern "C"
5222 #endif
5223 char i386_set_ldt ();
5225 main ()
5227 return i386_set_ldt ();
5229 return 0;
5231 _ACEOF
5232 rm -f conftest.$ac_objext conftest$ac_exeext
5233 if { (ac_try="$ac_link"
5234 case "(($ac_try" in
5235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5236 *) ac_try_echo=$ac_try;;
5237 esac
5238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5239 (eval "$ac_link") 2>conftest.er1
5240 ac_status=$?
5241 grep -v '^ *+' conftest.er1 >conftest.err
5242 rm -f conftest.er1
5243 cat conftest.err >&5
5244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5245 (exit $ac_status); } && {
5246 test -z "$ac_c_werror_flag" ||
5247 test ! -s conftest.err
5248 } && test -s conftest$ac_exeext &&
5249 $as_test_x conftest$ac_exeext; then
5250 ac_cv_lib_i386_i386_set_ldt=yes
5251 else
5252 echo "$as_me: failed program was:" >&5
5253 sed 's/^/| /' conftest.$ac_ext >&5
5255 ac_cv_lib_i386_i386_set_ldt=no
5258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5259 conftest$ac_exeext conftest.$ac_ext
5260 LIBS=$ac_check_lib_save_LIBS
5262 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5263 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5264 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5265 cat >>confdefs.h <<_ACEOF
5266 #define HAVE_LIBI386 1
5267 _ACEOF
5269 LIBS="-li386 $LIBS"
5274 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5275 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5276 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5277 echo $ECHO_N "(cached) $ECHO_C" >&6
5278 else
5279 ac_check_lib_save_LIBS=$LIBS
5280 LIBS="-lossaudio $LIBS"
5281 cat >conftest.$ac_ext <<_ACEOF
5282 /* confdefs.h. */
5283 _ACEOF
5284 cat confdefs.h >>conftest.$ac_ext
5285 cat >>conftest.$ac_ext <<_ACEOF
5286 /* end confdefs.h. */
5288 /* Override any GCC internal prototype to avoid an error.
5289 Use char because int might match the return type of a GCC
5290 builtin and then its argument prototype would still apply. */
5291 #ifdef __cplusplus
5292 extern "C"
5293 #endif
5294 char _oss_ioctl ();
5296 main ()
5298 return _oss_ioctl ();
5300 return 0;
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307 *) ac_try_echo=$ac_try;;
5308 esac
5309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5310 (eval "$ac_link") 2>conftest.er1
5311 ac_status=$?
5312 grep -v '^ *+' conftest.er1 >conftest.err
5313 rm -f conftest.er1
5314 cat conftest.err >&5
5315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5316 (exit $ac_status); } && {
5317 test -z "$ac_c_werror_flag" ||
5318 test ! -s conftest.err
5319 } && test -s conftest$ac_exeext &&
5320 $as_test_x conftest$ac_exeext; then
5321 ac_cv_lib_ossaudio__oss_ioctl=yes
5322 else
5323 echo "$as_me: failed program was:" >&5
5324 sed 's/^/| /' conftest.$ac_ext >&5
5326 ac_cv_lib_ossaudio__oss_ioctl=no
5329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5330 conftest$ac_exeext conftest.$ac_ext
5331 LIBS=$ac_check_lib_save_LIBS
5333 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5334 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5335 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5336 cat >>confdefs.h <<_ACEOF
5337 #define HAVE_LIBOSSAUDIO 1
5338 _ACEOF
5340 LIBS="-lossaudio $LIBS"
5345 XLIB=""
5347 OPENGL_LIBS=""
5351 ac_ext=c
5352 ac_cpp='$CPP $CPPFLAGS'
5353 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5354 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5355 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5356 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5357 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5358 # On Suns, sometimes $CPP names a directory.
5359 if test -n "$CPP" && test -d "$CPP"; then
5360 CPP=
5362 if test -z "$CPP"; then
5363 if test "${ac_cv_prog_CPP+set}" = set; then
5364 echo $ECHO_N "(cached) $ECHO_C" >&6
5365 else
5366 # Double quotes because CPP needs to be expanded
5367 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5369 ac_preproc_ok=false
5370 for ac_c_preproc_warn_flag in '' yes
5372 # Use a header file that comes with gcc, so configuring glibc
5373 # with a fresh cross-compiler works.
5374 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5375 # <limits.h> exists even on freestanding compilers.
5376 # On the NeXT, cc -E runs the code through the compiler's parser,
5377 # not just through cpp. "Syntax error" is here to catch this case.
5378 cat >conftest.$ac_ext <<_ACEOF
5379 /* confdefs.h. */
5380 _ACEOF
5381 cat confdefs.h >>conftest.$ac_ext
5382 cat >>conftest.$ac_ext <<_ACEOF
5383 /* end confdefs.h. */
5384 #ifdef __STDC__
5385 # include <limits.h>
5386 #else
5387 # include <assert.h>
5388 #endif
5389 Syntax error
5390 _ACEOF
5391 if { (ac_try="$ac_cpp conftest.$ac_ext"
5392 case "(($ac_try" in
5393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5394 *) ac_try_echo=$ac_try;;
5395 esac
5396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5397 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5398 ac_status=$?
5399 grep -v '^ *+' conftest.er1 >conftest.err
5400 rm -f conftest.er1
5401 cat conftest.err >&5
5402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5403 (exit $ac_status); } >/dev/null && {
5404 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5405 test ! -s conftest.err
5406 }; then
5408 else
5409 echo "$as_me: failed program was:" >&5
5410 sed 's/^/| /' conftest.$ac_ext >&5
5412 # Broken: fails on valid input.
5413 continue
5416 rm -f conftest.err conftest.$ac_ext
5418 # OK, works on sane cases. Now check whether nonexistent headers
5419 # can be detected and how.
5420 cat >conftest.$ac_ext <<_ACEOF
5421 /* confdefs.h. */
5422 _ACEOF
5423 cat confdefs.h >>conftest.$ac_ext
5424 cat >>conftest.$ac_ext <<_ACEOF
5425 /* end confdefs.h. */
5426 #include <ac_nonexistent.h>
5427 _ACEOF
5428 if { (ac_try="$ac_cpp conftest.$ac_ext"
5429 case "(($ac_try" in
5430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5431 *) ac_try_echo=$ac_try;;
5432 esac
5433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5434 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5435 ac_status=$?
5436 grep -v '^ *+' conftest.er1 >conftest.err
5437 rm -f conftest.er1
5438 cat conftest.err >&5
5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); } >/dev/null && {
5441 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5442 test ! -s conftest.err
5443 }; then
5444 # Broken: success on invalid input.
5445 continue
5446 else
5447 echo "$as_me: failed program was:" >&5
5448 sed 's/^/| /' conftest.$ac_ext >&5
5450 # Passes both tests.
5451 ac_preproc_ok=:
5452 break
5455 rm -f conftest.err conftest.$ac_ext
5457 done
5458 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5459 rm -f conftest.err conftest.$ac_ext
5460 if $ac_preproc_ok; then
5461 break
5464 done
5465 ac_cv_prog_CPP=$CPP
5468 CPP=$ac_cv_prog_CPP
5469 else
5470 ac_cv_prog_CPP=$CPP
5472 { echo "$as_me:$LINENO: result: $CPP" >&5
5473 echo "${ECHO_T}$CPP" >&6; }
5474 ac_preproc_ok=false
5475 for ac_c_preproc_warn_flag in '' yes
5477 # Use a header file that comes with gcc, so configuring glibc
5478 # with a fresh cross-compiler works.
5479 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5480 # <limits.h> exists even on freestanding compilers.
5481 # On the NeXT, cc -E runs the code through the compiler's parser,
5482 # not just through cpp. "Syntax error" is here to catch this case.
5483 cat >conftest.$ac_ext <<_ACEOF
5484 /* confdefs.h. */
5485 _ACEOF
5486 cat confdefs.h >>conftest.$ac_ext
5487 cat >>conftest.$ac_ext <<_ACEOF
5488 /* end confdefs.h. */
5489 #ifdef __STDC__
5490 # include <limits.h>
5491 #else
5492 # include <assert.h>
5493 #endif
5494 Syntax error
5495 _ACEOF
5496 if { (ac_try="$ac_cpp conftest.$ac_ext"
5497 case "(($ac_try" in
5498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5499 *) ac_try_echo=$ac_try;;
5500 esac
5501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5502 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5503 ac_status=$?
5504 grep -v '^ *+' conftest.er1 >conftest.err
5505 rm -f conftest.er1
5506 cat conftest.err >&5
5507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5508 (exit $ac_status); } >/dev/null && {
5509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5510 test ! -s conftest.err
5511 }; then
5513 else
5514 echo "$as_me: failed program was:" >&5
5515 sed 's/^/| /' conftest.$ac_ext >&5
5517 # Broken: fails on valid input.
5518 continue
5521 rm -f conftest.err conftest.$ac_ext
5523 # OK, works on sane cases. Now check whether nonexistent headers
5524 # can be detected and how.
5525 cat >conftest.$ac_ext <<_ACEOF
5526 /* confdefs.h. */
5527 _ACEOF
5528 cat confdefs.h >>conftest.$ac_ext
5529 cat >>conftest.$ac_ext <<_ACEOF
5530 /* end confdefs.h. */
5531 #include <ac_nonexistent.h>
5532 _ACEOF
5533 if { (ac_try="$ac_cpp conftest.$ac_ext"
5534 case "(($ac_try" in
5535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5536 *) ac_try_echo=$ac_try;;
5537 esac
5538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5539 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5540 ac_status=$?
5541 grep -v '^ *+' conftest.er1 >conftest.err
5542 rm -f conftest.er1
5543 cat conftest.err >&5
5544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5545 (exit $ac_status); } >/dev/null && {
5546 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5547 test ! -s conftest.err
5548 }; then
5549 # Broken: success on invalid input.
5550 continue
5551 else
5552 echo "$as_me: failed program was:" >&5
5553 sed 's/^/| /' conftest.$ac_ext >&5
5555 # Passes both tests.
5556 ac_preproc_ok=:
5557 break
5560 rm -f conftest.err conftest.$ac_ext
5562 done
5563 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5564 rm -f conftest.err conftest.$ac_ext
5565 if $ac_preproc_ok; then
5567 else
5568 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5569 See \`config.log' for more details." >&5
5570 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5571 See \`config.log' for more details." >&2;}
5572 { (exit 1); exit 1; }; }
5575 ac_ext=c
5576 ac_cpp='$CPP $CPPFLAGS'
5577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5582 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5583 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5584 if test "${ac_cv_header_stdc+set}" = set; then
5585 echo $ECHO_N "(cached) $ECHO_C" >&6
5586 else
5587 cat >conftest.$ac_ext <<_ACEOF
5588 /* confdefs.h. */
5589 _ACEOF
5590 cat confdefs.h >>conftest.$ac_ext
5591 cat >>conftest.$ac_ext <<_ACEOF
5592 /* end confdefs.h. */
5593 #include <stdlib.h>
5594 #include <stdarg.h>
5595 #include <string.h>
5596 #include <float.h>
5599 main ()
5603 return 0;
5605 _ACEOF
5606 rm -f conftest.$ac_objext
5607 if { (ac_try="$ac_compile"
5608 case "(($ac_try" in
5609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5610 *) ac_try_echo=$ac_try;;
5611 esac
5612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5613 (eval "$ac_compile") 2>conftest.er1
5614 ac_status=$?
5615 grep -v '^ *+' conftest.er1 >conftest.err
5616 rm -f conftest.er1
5617 cat conftest.err >&5
5618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5619 (exit $ac_status); } && {
5620 test -z "$ac_c_werror_flag" ||
5621 test ! -s conftest.err
5622 } && test -s conftest.$ac_objext; then
5623 ac_cv_header_stdc=yes
5624 else
5625 echo "$as_me: failed program was:" >&5
5626 sed 's/^/| /' conftest.$ac_ext >&5
5628 ac_cv_header_stdc=no
5631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5633 if test $ac_cv_header_stdc = yes; then
5634 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5635 cat >conftest.$ac_ext <<_ACEOF
5636 /* confdefs.h. */
5637 _ACEOF
5638 cat confdefs.h >>conftest.$ac_ext
5639 cat >>conftest.$ac_ext <<_ACEOF
5640 /* end confdefs.h. */
5641 #include <string.h>
5643 _ACEOF
5644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5645 $EGREP "memchr" >/dev/null 2>&1; then
5647 else
5648 ac_cv_header_stdc=no
5650 rm -f conftest*
5654 if test $ac_cv_header_stdc = yes; then
5655 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5656 cat >conftest.$ac_ext <<_ACEOF
5657 /* confdefs.h. */
5658 _ACEOF
5659 cat confdefs.h >>conftest.$ac_ext
5660 cat >>conftest.$ac_ext <<_ACEOF
5661 /* end confdefs.h. */
5662 #include <stdlib.h>
5664 _ACEOF
5665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5666 $EGREP "free" >/dev/null 2>&1; then
5668 else
5669 ac_cv_header_stdc=no
5671 rm -f conftest*
5675 if test $ac_cv_header_stdc = yes; then
5676 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5677 if test "$cross_compiling" = yes; then
5679 else
5680 cat >conftest.$ac_ext <<_ACEOF
5681 /* confdefs.h. */
5682 _ACEOF
5683 cat confdefs.h >>conftest.$ac_ext
5684 cat >>conftest.$ac_ext <<_ACEOF
5685 /* end confdefs.h. */
5686 #include <ctype.h>
5687 #include <stdlib.h>
5688 #if ((' ' & 0x0FF) == 0x020)
5689 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5690 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5691 #else
5692 # define ISLOWER(c) \
5693 (('a' <= (c) && (c) <= 'i') \
5694 || ('j' <= (c) && (c) <= 'r') \
5695 || ('s' <= (c) && (c) <= 'z'))
5696 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5697 #endif
5699 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5701 main ()
5703 int i;
5704 for (i = 0; i < 256; i++)
5705 if (XOR (islower (i), ISLOWER (i))
5706 || toupper (i) != TOUPPER (i))
5707 return 2;
5708 return 0;
5710 _ACEOF
5711 rm -f conftest$ac_exeext
5712 if { (ac_try="$ac_link"
5713 case "(($ac_try" in
5714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5715 *) ac_try_echo=$ac_try;;
5716 esac
5717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5718 (eval "$ac_link") 2>&5
5719 ac_status=$?
5720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5721 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5722 { (case "(($ac_try" in
5723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5724 *) ac_try_echo=$ac_try;;
5725 esac
5726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5727 (eval "$ac_try") 2>&5
5728 ac_status=$?
5729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5730 (exit $ac_status); }; }; then
5732 else
5733 echo "$as_me: program exited with status $ac_status" >&5
5734 echo "$as_me: failed program was:" >&5
5735 sed 's/^/| /' conftest.$ac_ext >&5
5737 ( exit $ac_status )
5738 ac_cv_header_stdc=no
5740 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5746 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5747 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5748 if test $ac_cv_header_stdc = yes; then
5750 cat >>confdefs.h <<\_ACEOF
5751 #define STDC_HEADERS 1
5752 _ACEOF
5756 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5766 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5767 inttypes.h stdint.h unistd.h
5769 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5770 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5773 echo $ECHO_N "(cached) $ECHO_C" >&6
5774 else
5775 cat >conftest.$ac_ext <<_ACEOF
5776 /* confdefs.h. */
5777 _ACEOF
5778 cat confdefs.h >>conftest.$ac_ext
5779 cat >>conftest.$ac_ext <<_ACEOF
5780 /* end confdefs.h. */
5781 $ac_includes_default
5783 #include <$ac_header>
5784 _ACEOF
5785 rm -f conftest.$ac_objext
5786 if { (ac_try="$ac_compile"
5787 case "(($ac_try" in
5788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5789 *) ac_try_echo=$ac_try;;
5790 esac
5791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5792 (eval "$ac_compile") 2>conftest.er1
5793 ac_status=$?
5794 grep -v '^ *+' conftest.er1 >conftest.err
5795 rm -f conftest.er1
5796 cat conftest.err >&5
5797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5798 (exit $ac_status); } && {
5799 test -z "$ac_c_werror_flag" ||
5800 test ! -s conftest.err
5801 } && test -s conftest.$ac_objext; then
5802 eval "$as_ac_Header=yes"
5803 else
5804 echo "$as_me: failed program was:" >&5
5805 sed 's/^/| /' conftest.$ac_ext >&5
5807 eval "$as_ac_Header=no"
5810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5812 ac_res=`eval echo '${'$as_ac_Header'}'`
5813 { echo "$as_me:$LINENO: result: $ac_res" >&5
5814 echo "${ECHO_T}$ac_res" >&6; }
5815 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5816 cat >>confdefs.h <<_ACEOF
5817 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5818 _ACEOF
5822 done
5941 for ac_header in \
5942 AudioUnit/AudioUnit.h \
5943 Carbon/Carbon.h \
5944 CoreAudio/CoreAudio.h \
5945 DiskArbitration/DiskArbitration.h \
5946 IOKit/IOKitLib.h \
5947 alias.h \
5948 alsa/asoundlib.h \
5949 arpa/inet.h \
5950 arpa/nameser.h \
5951 asm/types.h \
5952 capi20.h \
5953 curses.h \
5954 direct.h \
5955 dirent.h \
5956 dlfcn.h \
5957 elf.h \
5958 float.h \
5959 fontconfig/fontconfig.h \
5960 getopt.h \
5961 grp.h \
5962 ieeefp.h \
5963 io.h \
5964 jack/jack.h \
5965 jpeglib.h \
5966 lber.h \
5967 lcms.h \
5968 lcms/lcms.h \
5969 ldap.h \
5970 libaudioio.h \
5971 link.h \
5972 linux/cdrom.h \
5973 linux/compiler.h \
5974 linux/hdreg.h \
5975 linux/input.h \
5976 linux/ioctl.h \
5977 linux/joystick.h \
5978 linux/major.h \
5979 linux/param.h \
5980 linux/serial.h \
5981 linux/types.h \
5982 linux/ucdrom.h \
5983 mach/mach.h \
5984 mach/machine.h \
5985 machine/cpu.h \
5986 machine/limits.h \
5987 machine/soundcard.h \
5988 mntent.h \
5989 ncurses.h \
5990 netdb.h \
5991 netinet/in.h \
5992 netinet/in_systm.h \
5993 netinet/tcp.h \
5994 netinet/tcp_fsm.h \
5995 openssl/err.h \
5996 openssl/ssl.h \
5997 png.h \
5998 poll.h \
5999 process.h \
6000 pthread.h \
6001 pwd.h \
6002 regex.h \
6003 sched.h \
6004 scsi/scsi.h \
6005 scsi/scsi_ioctl.h \
6006 scsi/sg.h \
6007 soundcard.h \
6008 stdint.h \
6009 strings.h \
6010 sys/asoundlib.h \
6011 sys/cdio.h \
6012 sys/elf32.h \
6013 sys/epoll.h \
6014 sys/errno.h \
6015 sys/event.h \
6016 sys/exec_elf.h \
6017 sys/filio.h \
6018 sys/ioctl.h \
6019 sys/ipc.h \
6020 sys/limits.h \
6021 sys/link.h \
6022 sys/lwp.h \
6023 sys/mman.h \
6024 sys/modem.h \
6025 sys/msg.h \
6026 sys/mtio.h \
6027 sys/param.h \
6028 sys/poll.h \
6029 sys/prctl.h \
6030 sys/protosw.h \
6031 sys/ptrace.h \
6032 sys/reg.h \
6033 sys/resource.h \
6034 sys/scsiio.h \
6035 sys/shm.h \
6036 sys/signal.h \
6037 sys/socket.h \
6038 sys/socketvar.h \
6039 sys/sockio.h \
6040 sys/soundcard.h \
6041 sys/statvfs.h \
6042 sys/strtio.h \
6043 sys/syscall.h \
6044 sys/time.h \
6045 sys/timeout.h \
6046 sys/times.h \
6047 sys/uio.h \
6048 sys/un.h \
6049 sys/utsname.h \
6050 sys/vm86.h \
6051 sys/wait.h \
6052 syscall.h \
6053 termios.h \
6054 unistd.h \
6055 utime.h \
6056 valgrind/memcheck.h \
6057 valgrind/valgrind.h
6060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6065 echo $ECHO_N "(cached) $ECHO_C" >&6
6067 ac_res=`eval echo '${'$as_ac_Header'}'`
6068 { echo "$as_me:$LINENO: result: $ac_res" >&5
6069 echo "${ECHO_T}$ac_res" >&6; }
6070 else
6071 # Is the header compilable?
6072 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6073 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6074 cat >conftest.$ac_ext <<_ACEOF
6075 /* confdefs.h. */
6076 _ACEOF
6077 cat confdefs.h >>conftest.$ac_ext
6078 cat >>conftest.$ac_ext <<_ACEOF
6079 /* end confdefs.h. */
6080 $ac_includes_default
6081 #include <$ac_header>
6082 _ACEOF
6083 rm -f conftest.$ac_objext
6084 if { (ac_try="$ac_compile"
6085 case "(($ac_try" in
6086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6087 *) ac_try_echo=$ac_try;;
6088 esac
6089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6090 (eval "$ac_compile") 2>conftest.er1
6091 ac_status=$?
6092 grep -v '^ *+' conftest.er1 >conftest.err
6093 rm -f conftest.er1
6094 cat conftest.err >&5
6095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6096 (exit $ac_status); } && {
6097 test -z "$ac_c_werror_flag" ||
6098 test ! -s conftest.err
6099 } && test -s conftest.$ac_objext; then
6100 ac_header_compiler=yes
6101 else
6102 echo "$as_me: failed program was:" >&5
6103 sed 's/^/| /' conftest.$ac_ext >&5
6105 ac_header_compiler=no
6108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6109 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6110 echo "${ECHO_T}$ac_header_compiler" >&6; }
6112 # Is the header present?
6113 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6114 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6115 cat >conftest.$ac_ext <<_ACEOF
6116 /* confdefs.h. */
6117 _ACEOF
6118 cat confdefs.h >>conftest.$ac_ext
6119 cat >>conftest.$ac_ext <<_ACEOF
6120 /* end confdefs.h. */
6121 #include <$ac_header>
6122 _ACEOF
6123 if { (ac_try="$ac_cpp conftest.$ac_ext"
6124 case "(($ac_try" in
6125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6126 *) ac_try_echo=$ac_try;;
6127 esac
6128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6129 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6130 ac_status=$?
6131 grep -v '^ *+' conftest.er1 >conftest.err
6132 rm -f conftest.er1
6133 cat conftest.err >&5
6134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6135 (exit $ac_status); } >/dev/null && {
6136 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6137 test ! -s conftest.err
6138 }; then
6139 ac_header_preproc=yes
6140 else
6141 echo "$as_me: failed program was:" >&5
6142 sed 's/^/| /' conftest.$ac_ext >&5
6144 ac_header_preproc=no
6147 rm -f conftest.err conftest.$ac_ext
6148 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6149 echo "${ECHO_T}$ac_header_preproc" >&6; }
6151 # So? What about this header?
6152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6153 yes:no: )
6154 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6155 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6157 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6158 ac_header_preproc=yes
6160 no:yes:* )
6161 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6162 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6163 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6164 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6165 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6166 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6167 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6168 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6169 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6170 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6171 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6172 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6173 ( cat <<\_ASBOX
6174 ## ------------------------------------ ##
6175 ## Report this to wine-devel@winehq.org ##
6176 ## ------------------------------------ ##
6177 _ASBOX
6178 ) | sed "s/^/$as_me: WARNING: /" >&2
6180 esac
6181 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6182 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6184 echo $ECHO_N "(cached) $ECHO_C" >&6
6185 else
6186 eval "$as_ac_Header=\$ac_header_preproc"
6188 ac_res=`eval echo '${'$as_ac_Header'}'`
6189 { echo "$as_me:$LINENO: result: $ac_res" >&5
6190 echo "${ECHO_T}$ac_res" >&6; }
6193 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6194 cat >>confdefs.h <<_ACEOF
6195 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6196 _ACEOF
6200 done
6202 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6203 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6204 if test "${ac_cv_header_stat_broken+set}" = set; then
6205 echo $ECHO_N "(cached) $ECHO_C" >&6
6206 else
6207 cat >conftest.$ac_ext <<_ACEOF
6208 /* confdefs.h. */
6209 _ACEOF
6210 cat confdefs.h >>conftest.$ac_ext
6211 cat >>conftest.$ac_ext <<_ACEOF
6212 /* end confdefs.h. */
6213 #include <sys/types.h>
6214 #include <sys/stat.h>
6216 #if defined S_ISBLK && defined S_IFDIR
6217 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6218 #endif
6220 #if defined S_ISBLK && defined S_IFCHR
6221 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6222 #endif
6224 #if defined S_ISLNK && defined S_IFREG
6225 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6226 #endif
6228 #if defined S_ISSOCK && defined S_IFREG
6229 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6230 #endif
6232 _ACEOF
6233 rm -f conftest.$ac_objext
6234 if { (ac_try="$ac_compile"
6235 case "(($ac_try" in
6236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6237 *) ac_try_echo=$ac_try;;
6238 esac
6239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6240 (eval "$ac_compile") 2>conftest.er1
6241 ac_status=$?
6242 grep -v '^ *+' conftest.er1 >conftest.err
6243 rm -f conftest.er1
6244 cat conftest.err >&5
6245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6246 (exit $ac_status); } && {
6247 test -z "$ac_c_werror_flag" ||
6248 test ! -s conftest.err
6249 } && test -s conftest.$ac_objext; then
6250 ac_cv_header_stat_broken=no
6251 else
6252 echo "$as_me: failed program was:" >&5
6253 sed 's/^/| /' conftest.$ac_ext >&5
6255 ac_cv_header_stat_broken=yes
6258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6260 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6261 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6262 if test $ac_cv_header_stat_broken = yes; then
6264 cat >>confdefs.h <<\_ACEOF
6265 #define STAT_MACROS_BROKEN 1
6266 _ACEOF
6277 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6279 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6280 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6283 echo $ECHO_N "(cached) $ECHO_C" >&6
6284 else
6285 cat >conftest.$ac_ext <<_ACEOF
6286 /* confdefs.h. */
6287 _ACEOF
6288 cat confdefs.h >>conftest.$ac_ext
6289 cat >>conftest.$ac_ext <<_ACEOF
6290 /* end confdefs.h. */
6291 #include <sys/types.h>
6292 #ifdef HAVE_SYS_PARAM_H
6293 # include <sys/param.h>
6294 #endif
6296 #include <$ac_header>
6297 _ACEOF
6298 rm -f conftest.$ac_objext
6299 if { (ac_try="$ac_compile"
6300 case "(($ac_try" in
6301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6302 *) ac_try_echo=$ac_try;;
6303 esac
6304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6305 (eval "$ac_compile") 2>conftest.er1
6306 ac_status=$?
6307 grep -v '^ *+' conftest.er1 >conftest.err
6308 rm -f conftest.er1
6309 cat conftest.err >&5
6310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6311 (exit $ac_status); } && {
6312 test -z "$ac_c_werror_flag" ||
6313 test ! -s conftest.err
6314 } && test -s conftest.$ac_objext; then
6315 eval "$as_ac_Header=yes"
6316 else
6317 echo "$as_me: failed program was:" >&5
6318 sed 's/^/| /' conftest.$ac_ext >&5
6320 eval "$as_ac_Header=no"
6323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6325 ac_res=`eval echo '${'$as_ac_Header'}'`
6326 { echo "$as_me:$LINENO: result: $ac_res" >&5
6327 echo "${ECHO_T}$ac_res" >&6; }
6328 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6329 cat >>confdefs.h <<_ACEOF
6330 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6331 _ACEOF
6335 done
6351 for ac_header in \
6352 netinet/ip.h \
6353 net/if.h \
6354 net/if_arp.h \
6355 net/if_dl.h \
6356 net/if_types.h \
6357 net/route.h \
6358 netinet/if_ether.h \
6359 netinet/if_inarp.h \
6360 netinet/in_pcb.h \
6361 netinet/ip_icmp.h \
6362 netinet/ip_var.h \
6363 netinet/udp.h \
6364 netipx/ipx.h \
6367 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6368 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6369 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6370 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6371 echo $ECHO_N "(cached) $ECHO_C" >&6
6372 else
6373 cat >conftest.$ac_ext <<_ACEOF
6374 /* confdefs.h. */
6375 _ACEOF
6376 cat confdefs.h >>conftest.$ac_ext
6377 cat >>conftest.$ac_ext <<_ACEOF
6378 /* end confdefs.h. */
6379 #include <sys/types.h>
6380 #ifdef HAVE_SYS_SOCKET_H
6381 # include <sys/socket.h>
6382 #endif
6383 #ifdef HAVE_SYS_SOCKETVAR_H
6384 # include <sys/socketvar.h>
6385 #endif
6386 #ifdef HAVE_NET_ROUTE_H
6387 # include <net/route.h>
6388 #endif
6389 #ifdef HAVE_NETINET_IN_H
6390 # include <netinet/in.h>
6391 #endif
6392 #ifdef HAVE_NETINET_IN_SYSTM_H
6393 # include <netinet/in_systm.h>
6394 #endif
6395 #ifdef HAVE_NET_IF_H
6396 # include <net/if.h>
6397 #endif
6398 #ifdef HAVE_NETINET_IP_H
6399 # include <netinet/ip.h>
6400 #endif
6402 #include <$ac_header>
6403 _ACEOF
6404 rm -f conftest.$ac_objext
6405 if { (ac_try="$ac_compile"
6406 case "(($ac_try" in
6407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6408 *) ac_try_echo=$ac_try;;
6409 esac
6410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6411 (eval "$ac_compile") 2>conftest.er1
6412 ac_status=$?
6413 grep -v '^ *+' conftest.er1 >conftest.err
6414 rm -f conftest.er1
6415 cat conftest.err >&5
6416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6417 (exit $ac_status); } && {
6418 test -z "$ac_c_werror_flag" ||
6419 test ! -s conftest.err
6420 } && test -s conftest.$ac_objext; then
6421 eval "$as_ac_Header=yes"
6422 else
6423 echo "$as_me: failed program was:" >&5
6424 sed 's/^/| /' conftest.$ac_ext >&5
6426 eval "$as_ac_Header=no"
6429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6431 ac_res=`eval echo '${'$as_ac_Header'}'`
6432 { echo "$as_me:$LINENO: result: $ac_res" >&5
6433 echo "${ECHO_T}$ac_res" >&6; }
6434 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6435 cat >>confdefs.h <<_ACEOF
6436 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6437 _ACEOF
6441 done
6448 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6450 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6451 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6452 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6453 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6454 echo $ECHO_N "(cached) $ECHO_C" >&6
6455 else
6456 cat >conftest.$ac_ext <<_ACEOF
6457 /* confdefs.h. */
6458 _ACEOF
6459 cat confdefs.h >>conftest.$ac_ext
6460 cat >>conftest.$ac_ext <<_ACEOF
6461 /* end confdefs.h. */
6462 #include <sys/types.h>
6463 #ifdef HAVE_ALIAS_H
6464 # include <alias.h>
6465 #endif
6466 #ifdef HAVE_SYS_SOCKET_H
6467 # include <sys/socket.h>
6468 #endif
6469 #ifdef HAVE_SYS_SOCKETVAR_H
6470 # include <sys/socketvar.h>
6471 #endif
6472 #ifdef HAVE_SYS_TIMEOUT_H
6473 # include <sys/timeout.h>
6474 #endif
6475 #ifdef HAVE_NETINET_IN_H
6476 # include <netinet/in.h>
6477 #endif
6478 #ifdef HAVE_NETINET_IN_SYSTM_H
6479 # include <netinet/in_systm.h>
6480 #endif
6481 #ifdef HAVE_NETINET_IP_H
6482 # include <netinet/ip.h>
6483 #endif
6484 #ifdef HAVE_NETINET_IP_VAR_H
6485 # include <netinet/ip_var.h>
6486 #endif
6487 #ifdef HAVE_NETINET_IP_ICMP_H
6488 # include <netinet/ip_icmp.h>
6489 #endif
6490 #ifdef HAVE_NETINET_UDP_H
6491 # include <netinet/udp.h>
6492 #endif
6493 #ifdef HAVE_NETINET_TCP_H
6494 # include <netinet/tcp.h>
6495 #endif
6496 #ifdef HAVE_NETINET_TCP_TIMER_H
6497 #include <netinet/tcp_timer.h>
6498 #endif
6500 #include <$ac_header>
6501 _ACEOF
6502 rm -f conftest.$ac_objext
6503 if { (ac_try="$ac_compile"
6504 case "(($ac_try" in
6505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6506 *) ac_try_echo=$ac_try;;
6507 esac
6508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6509 (eval "$ac_compile") 2>conftest.er1
6510 ac_status=$?
6511 grep -v '^ *+' conftest.er1 >conftest.err
6512 rm -f conftest.er1
6513 cat conftest.err >&5
6514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 (exit $ac_status); } && {
6516 test -z "$ac_c_werror_flag" ||
6517 test ! -s conftest.err
6518 } && test -s conftest.$ac_objext; then
6519 eval "$as_ac_Header=yes"
6520 else
6521 echo "$as_me: failed program was:" >&5
6522 sed 's/^/| /' conftest.$ac_ext >&5
6524 eval "$as_ac_Header=no"
6527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6529 ac_res=`eval echo '${'$as_ac_Header'}'`
6530 { echo "$as_me:$LINENO: result: $ac_res" >&5
6531 echo "${ECHO_T}$ac_res" >&6; }
6532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6533 cat >>confdefs.h <<_ACEOF
6534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6535 _ACEOF
6539 done
6543 for ac_header in linux/ipx.h
6545 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6546 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6548 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6549 echo $ECHO_N "(cached) $ECHO_C" >&6
6550 else
6551 cat >conftest.$ac_ext <<_ACEOF
6552 /* confdefs.h. */
6553 _ACEOF
6554 cat confdefs.h >>conftest.$ac_ext
6555 cat >>conftest.$ac_ext <<_ACEOF
6556 /* end confdefs.h. */
6557 #include <sys/types.h>
6558 #ifdef HAVE_ASM_TYPES_H
6559 # include <asm/types.h>
6560 #endif
6561 #ifdef HAVE_SYS_SOCKET_H
6562 # include <sys/socket.h>
6563 #endif
6564 #ifdef HAVE_LINUX_TYPES_H
6565 # include <linux/types.h>
6566 #endif
6568 #include <$ac_header>
6569 _ACEOF
6570 rm -f conftest.$ac_objext
6571 if { (ac_try="$ac_compile"
6572 case "(($ac_try" in
6573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6574 *) ac_try_echo=$ac_try;;
6575 esac
6576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6577 (eval "$ac_compile") 2>conftest.er1
6578 ac_status=$?
6579 grep -v '^ *+' conftest.er1 >conftest.err
6580 rm -f conftest.er1
6581 cat conftest.err >&5
6582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); } && {
6584 test -z "$ac_c_werror_flag" ||
6585 test ! -s conftest.err
6586 } && test -s conftest.$ac_objext; then
6587 eval "$as_ac_Header=yes"
6588 else
6589 echo "$as_me: failed program was:" >&5
6590 sed 's/^/| /' conftest.$ac_ext >&5
6592 eval "$as_ac_Header=no"
6595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6597 ac_res=`eval echo '${'$as_ac_Header'}'`
6598 { echo "$as_me:$LINENO: result: $ac_res" >&5
6599 echo "${ECHO_T}$ac_res" >&6; }
6600 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6601 cat >>confdefs.h <<_ACEOF
6602 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6603 _ACEOF
6607 done
6611 for ac_header in resolv.h
6613 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6614 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6615 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6616 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6617 echo $ECHO_N "(cached) $ECHO_C" >&6
6618 else
6619 cat >conftest.$ac_ext <<_ACEOF
6620 /* confdefs.h. */
6621 _ACEOF
6622 cat confdefs.h >>conftest.$ac_ext
6623 cat >>conftest.$ac_ext <<_ACEOF
6624 /* end confdefs.h. */
6625 #include <sys/types.h>
6626 #ifdef HAVE_SYS_SOCKET_H
6627 # include <sys/socket.h>
6628 #endif
6629 #ifdef HAVE_NETINET_IN_H
6630 # include <netinet/in.h>
6631 #endif
6632 #ifdef HAVE_ARPA_NAMESER_H
6633 # include <arpa/nameser.h>
6634 #endif
6636 #include <$ac_header>
6637 _ACEOF
6638 rm -f conftest.$ac_objext
6639 if { (ac_try="$ac_compile"
6640 case "(($ac_try" in
6641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6642 *) ac_try_echo=$ac_try;;
6643 esac
6644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6645 (eval "$ac_compile") 2>conftest.er1
6646 ac_status=$?
6647 grep -v '^ *+' conftest.er1 >conftest.err
6648 rm -f conftest.er1
6649 cat conftest.err >&5
6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651 (exit $ac_status); } && {
6652 test -z "$ac_c_werror_flag" ||
6653 test ! -s conftest.err
6654 } && test -s conftest.$ac_objext; then
6655 eval "$as_ac_Header=yes"
6656 else
6657 echo "$as_me: failed program was:" >&5
6658 sed 's/^/| /' conftest.$ac_ext >&5
6660 eval "$as_ac_Header=no"
6663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6665 ac_res=`eval echo '${'$as_ac_Header'}'`
6666 { echo "$as_me:$LINENO: result: $ac_res" >&5
6667 echo "${ECHO_T}$ac_res" >&6; }
6668 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6669 cat >>confdefs.h <<_ACEOF
6670 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6671 _ACEOF
6675 done
6679 for ac_header in ucontext.h
6681 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6682 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6683 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6685 echo $ECHO_N "(cached) $ECHO_C" >&6
6686 else
6687 cat >conftest.$ac_ext <<_ACEOF
6688 /* confdefs.h. */
6689 _ACEOF
6690 cat confdefs.h >>conftest.$ac_ext
6691 cat >>conftest.$ac_ext <<_ACEOF
6692 /* end confdefs.h. */
6693 #include <signal.h>
6695 #include <$ac_header>
6696 _ACEOF
6697 rm -f conftest.$ac_objext
6698 if { (ac_try="$ac_compile"
6699 case "(($ac_try" in
6700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6701 *) ac_try_echo=$ac_try;;
6702 esac
6703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6704 (eval "$ac_compile") 2>conftest.er1
6705 ac_status=$?
6706 grep -v '^ *+' conftest.er1 >conftest.err
6707 rm -f conftest.er1
6708 cat conftest.err >&5
6709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6710 (exit $ac_status); } && {
6711 test -z "$ac_c_werror_flag" ||
6712 test ! -s conftest.err
6713 } && test -s conftest.$ac_objext; then
6714 eval "$as_ac_Header=yes"
6715 else
6716 echo "$as_me: failed program was:" >&5
6717 sed 's/^/| /' conftest.$ac_ext >&5
6719 eval "$as_ac_Header=no"
6722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6724 ac_res=`eval echo '${'$as_ac_Header'}'`
6725 { echo "$as_me:$LINENO: result: $ac_res" >&5
6726 echo "${ECHO_T}$ac_res" >&6; }
6727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6728 cat >>confdefs.h <<_ACEOF
6729 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6730 _ACEOF
6734 done
6738 for ac_header in sys/thr.h
6740 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6741 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6742 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6743 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6744 echo $ECHO_N "(cached) $ECHO_C" >&6
6745 else
6746 cat >conftest.$ac_ext <<_ACEOF
6747 /* confdefs.h. */
6748 _ACEOF
6749 cat confdefs.h >>conftest.$ac_ext
6750 cat >>conftest.$ac_ext <<_ACEOF
6751 /* end confdefs.h. */
6752 #include <sys/types.h>
6753 #ifdef HAVE_UCONTEXT_H
6754 #include <ucontext.h>
6755 #endif
6757 #include <$ac_header>
6758 _ACEOF
6759 rm -f conftest.$ac_objext
6760 if { (ac_try="$ac_compile"
6761 case "(($ac_try" in
6762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6763 *) ac_try_echo=$ac_try;;
6764 esac
6765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6766 (eval "$ac_compile") 2>conftest.er1
6767 ac_status=$?
6768 grep -v '^ *+' conftest.er1 >conftest.err
6769 rm -f conftest.er1
6770 cat conftest.err >&5
6771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772 (exit $ac_status); } && {
6773 test -z "$ac_c_werror_flag" ||
6774 test ! -s conftest.err
6775 } && test -s conftest.$ac_objext; then
6776 eval "$as_ac_Header=yes"
6777 else
6778 echo "$as_me: failed program was:" >&5
6779 sed 's/^/| /' conftest.$ac_ext >&5
6781 eval "$as_ac_Header=no"
6784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6786 ac_res=`eval echo '${'$as_ac_Header'}'`
6787 { echo "$as_me:$LINENO: result: $ac_res" >&5
6788 echo "${ECHO_T}$ac_res" >&6; }
6789 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6790 cat >>confdefs.h <<_ACEOF
6791 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6792 _ACEOF
6796 done
6800 for ac_header in pthread_np.h
6802 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6806 echo $ECHO_N "(cached) $ECHO_C" >&6
6807 else
6808 cat >conftest.$ac_ext <<_ACEOF
6809 /* confdefs.h. */
6810 _ACEOF
6811 cat confdefs.h >>conftest.$ac_ext
6812 cat >>conftest.$ac_ext <<_ACEOF
6813 /* end confdefs.h. */
6814 #ifdef HAVE_PTHREAD_H
6815 #include <pthread.h>
6816 #endif
6818 #include <$ac_header>
6819 _ACEOF
6820 rm -f conftest.$ac_objext
6821 if { (ac_try="$ac_compile"
6822 case "(($ac_try" in
6823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6824 *) ac_try_echo=$ac_try;;
6825 esac
6826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6827 (eval "$ac_compile") 2>conftest.er1
6828 ac_status=$?
6829 grep -v '^ *+' conftest.er1 >conftest.err
6830 rm -f conftest.er1
6831 cat conftest.err >&5
6832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6833 (exit $ac_status); } && {
6834 test -z "$ac_c_werror_flag" ||
6835 test ! -s conftest.err
6836 } && test -s conftest.$ac_objext; then
6837 eval "$as_ac_Header=yes"
6838 else
6839 echo "$as_me: failed program was:" >&5
6840 sed 's/^/| /' conftest.$ac_ext >&5
6842 eval "$as_ac_Header=no"
6845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6847 ac_res=`eval echo '${'$as_ac_Header'}'`
6848 { echo "$as_me:$LINENO: result: $ac_res" >&5
6849 echo "${ECHO_T}$ac_res" >&6; }
6850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6851 cat >>confdefs.h <<_ACEOF
6852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6853 _ACEOF
6857 done
6861 for ac_header in linux/videodev.h
6863 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6864 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6867 echo $ECHO_N "(cached) $ECHO_C" >&6
6868 else
6869 cat >conftest.$ac_ext <<_ACEOF
6870 /* confdefs.h. */
6871 _ACEOF
6872 cat confdefs.h >>conftest.$ac_ext
6873 cat >>conftest.$ac_ext <<_ACEOF
6874 /* end confdefs.h. */
6875 #ifdef HAVE_SYS_TIME_H
6876 #include <sys/time.h>
6877 #endif
6878 #include <sys/types.h>
6879 #ifdef HAVE_ASM_TYPES_H
6880 #include <asm/types.h>
6881 #endif
6883 #include <$ac_header>
6884 _ACEOF
6885 rm -f conftest.$ac_objext
6886 if { (ac_try="$ac_compile"
6887 case "(($ac_try" in
6888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6889 *) ac_try_echo=$ac_try;;
6890 esac
6891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6892 (eval "$ac_compile") 2>conftest.er1
6893 ac_status=$?
6894 grep -v '^ *+' conftest.er1 >conftest.err
6895 rm -f conftest.er1
6896 cat conftest.err >&5
6897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6898 (exit $ac_status); } && {
6899 test -z "$ac_c_werror_flag" ||
6900 test ! -s conftest.err
6901 } && test -s conftest.$ac_objext; then
6902 eval "$as_ac_Header=yes"
6903 else
6904 echo "$as_me: failed program was:" >&5
6905 sed 's/^/| /' conftest.$ac_ext >&5
6907 eval "$as_ac_Header=no"
6910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6912 ac_res=`eval echo '${'$as_ac_Header'}'`
6913 { echo "$as_me:$LINENO: result: $ac_res" >&5
6914 echo "${ECHO_T}$ac_res" >&6; }
6915 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6916 cat >>confdefs.h <<_ACEOF
6917 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6918 _ACEOF
6922 done
6926 for ac_header in linux/capi.h
6928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6932 echo $ECHO_N "(cached) $ECHO_C" >&6
6933 else
6934 cat >conftest.$ac_ext <<_ACEOF
6935 /* confdefs.h. */
6936 _ACEOF
6937 cat confdefs.h >>conftest.$ac_ext
6938 cat >>conftest.$ac_ext <<_ACEOF
6939 /* end confdefs.h. */
6940 #define __user
6942 #include <$ac_header>
6943 _ACEOF
6944 rm -f conftest.$ac_objext
6945 if { (ac_try="$ac_compile"
6946 case "(($ac_try" in
6947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6948 *) ac_try_echo=$ac_try;;
6949 esac
6950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6951 (eval "$ac_compile") 2>conftest.er1
6952 ac_status=$?
6953 grep -v '^ *+' conftest.er1 >conftest.err
6954 rm -f conftest.er1
6955 cat conftest.err >&5
6956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6957 (exit $ac_status); } && {
6958 test -z "$ac_c_werror_flag" ||
6959 test ! -s conftest.err
6960 } && test -s conftest.$ac_objext; then
6961 eval "$as_ac_Header=yes"
6962 else
6963 echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.$ac_ext >&5
6966 eval "$as_ac_Header=no"
6969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6971 ac_res=`eval echo '${'$as_ac_Header'}'`
6972 { echo "$as_me:$LINENO: result: $ac_res" >&5
6973 echo "${ECHO_T}$ac_res" >&6; }
6974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6975 cat >>confdefs.h <<_ACEOF
6976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6977 _ACEOF
6981 done
6985 DLLEXT=""
6987 DLLFLAGS="-D_REENTRANT"
6989 LDSHARED=""
6991 LDDLLFLAGS=""
6993 LIBEXT="so"
6995 IMPLIBEXT="def"
6997 LDRPATH_INSTALL=""
6999 LDRPATH_LOCAL=""
7001 # Extract the first word of "ldd", so it can be a program name with args.
7002 set dummy ldd; ac_word=$2
7003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7005 if test "${ac_cv_path_LDD+set}" = set; then
7006 echo $ECHO_N "(cached) $ECHO_C" >&6
7007 else
7008 case $LDD in
7009 [\\/]* | ?:[\\/]*)
7010 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7014 as_dummy="/sbin:/usr/sbin:$PATH"
7015 for as_dir in $as_dummy
7017 IFS=$as_save_IFS
7018 test -z "$as_dir" && as_dir=.
7019 for ac_exec_ext in '' $ac_executable_extensions; do
7020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7021 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7023 break 2
7025 done
7026 done
7027 IFS=$as_save_IFS
7029 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7031 esac
7033 LDD=$ac_cv_path_LDD
7034 if test -n "$LDD"; then
7035 { echo "$as_me:$LINENO: result: $LDD" >&5
7036 echo "${ECHO_T}$LDD" >&6; }
7037 else
7038 { echo "$as_me:$LINENO: result: no" >&5
7039 echo "${ECHO_T}no" >&6; }
7044 case $host_os in
7045 cygwin*|mingw32*)
7046 if test -n "$ac_tool_prefix"; then
7047 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7048 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7049 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7051 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7052 echo $ECHO_N "(cached) $ECHO_C" >&6
7053 else
7054 if test -n "$DLLTOOL"; then
7055 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7056 else
7057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7058 for as_dir in $PATH
7060 IFS=$as_save_IFS
7061 test -z "$as_dir" && as_dir=.
7062 for ac_exec_ext in '' $ac_executable_extensions; do
7063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7064 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7066 break 2
7068 done
7069 done
7070 IFS=$as_save_IFS
7074 DLLTOOL=$ac_cv_prog_DLLTOOL
7075 if test -n "$DLLTOOL"; then
7076 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7077 echo "${ECHO_T}$DLLTOOL" >&6; }
7078 else
7079 { echo "$as_me:$LINENO: result: no" >&5
7080 echo "${ECHO_T}no" >&6; }
7085 if test -z "$ac_cv_prog_DLLTOOL"; then
7086 ac_ct_DLLTOOL=$DLLTOOL
7087 # Extract the first word of "dlltool", so it can be a program name with args.
7088 set dummy dlltool; ac_word=$2
7089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7091 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7092 echo $ECHO_N "(cached) $ECHO_C" >&6
7093 else
7094 if test -n "$ac_ct_DLLTOOL"; then
7095 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7096 else
7097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7098 for as_dir in $PATH
7100 IFS=$as_save_IFS
7101 test -z "$as_dir" && as_dir=.
7102 for ac_exec_ext in '' $ac_executable_extensions; do
7103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7104 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7106 break 2
7108 done
7109 done
7110 IFS=$as_save_IFS
7114 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7115 if test -n "$ac_ct_DLLTOOL"; then
7116 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7117 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7118 else
7119 { echo "$as_me:$LINENO: result: no" >&5
7120 echo "${ECHO_T}no" >&6; }
7123 if test "x$ac_ct_DLLTOOL" = x; then
7124 DLLTOOL="false"
7125 else
7126 case $cross_compiling:$ac_tool_warned in
7127 yes:)
7128 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7129 whose name does not start with the host triplet. If you think this
7130 configuration is useful to you, please write to autoconf@gnu.org." >&5
7131 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7132 whose name does not start with the host triplet. If you think this
7133 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7134 ac_tool_warned=yes ;;
7135 esac
7136 DLLTOOL=$ac_ct_DLLTOOL
7138 else
7139 DLLTOOL="$ac_cv_prog_DLLTOOL"
7142 if test -n "$ac_tool_prefix"; then
7143 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7144 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7145 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7146 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7147 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7148 echo $ECHO_N "(cached) $ECHO_C" >&6
7149 else
7150 if test -n "$DLLWRAP"; then
7151 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7152 else
7153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7154 for as_dir in $PATH
7156 IFS=$as_save_IFS
7157 test -z "$as_dir" && as_dir=.
7158 for ac_exec_ext in '' $ac_executable_extensions; do
7159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7160 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7162 break 2
7164 done
7165 done
7166 IFS=$as_save_IFS
7170 DLLWRAP=$ac_cv_prog_DLLWRAP
7171 if test -n "$DLLWRAP"; then
7172 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7173 echo "${ECHO_T}$DLLWRAP" >&6; }
7174 else
7175 { echo "$as_me:$LINENO: result: no" >&5
7176 echo "${ECHO_T}no" >&6; }
7181 if test -z "$ac_cv_prog_DLLWRAP"; then
7182 ac_ct_DLLWRAP=$DLLWRAP
7183 # Extract the first word of "dllwrap", so it can be a program name with args.
7184 set dummy dllwrap; ac_word=$2
7185 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7187 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7188 echo $ECHO_N "(cached) $ECHO_C" >&6
7189 else
7190 if test -n "$ac_ct_DLLWRAP"; then
7191 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7192 else
7193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7194 for as_dir in $PATH
7196 IFS=$as_save_IFS
7197 test -z "$as_dir" && as_dir=.
7198 for ac_exec_ext in '' $ac_executable_extensions; do
7199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7200 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7202 break 2
7204 done
7205 done
7206 IFS=$as_save_IFS
7210 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7211 if test -n "$ac_ct_DLLWRAP"; then
7212 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7213 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7214 else
7215 { echo "$as_me:$LINENO: result: no" >&5
7216 echo "${ECHO_T}no" >&6; }
7219 if test "x$ac_ct_DLLWRAP" = x; then
7220 DLLWRAP="false"
7221 else
7222 case $cross_compiling:$ac_tool_warned in
7223 yes:)
7224 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7225 whose name does not start with the host triplet. If you think this
7226 configuration is useful to you, please write to autoconf@gnu.org." >&5
7227 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7228 whose name does not start with the host triplet. If you think this
7229 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7230 ac_tool_warned=yes ;;
7231 esac
7232 DLLWRAP=$ac_ct_DLLWRAP
7234 else
7235 DLLWRAP="$ac_cv_prog_DLLWRAP"
7238 if test -n "$ac_tool_prefix"; then
7239 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7240 set dummy ${ac_tool_prefix}ar; ac_word=$2
7241 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7243 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7244 echo $ECHO_N "(cached) $ECHO_C" >&6
7245 else
7246 if test -n "$MINGWAR"; then
7247 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7248 else
7249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7250 for as_dir in $PATH
7252 IFS=$as_save_IFS
7253 test -z "$as_dir" && as_dir=.
7254 for ac_exec_ext in '' $ac_executable_extensions; do
7255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7256 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7258 break 2
7260 done
7261 done
7262 IFS=$as_save_IFS
7266 MINGWAR=$ac_cv_prog_MINGWAR
7267 if test -n "$MINGWAR"; then
7268 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7269 echo "${ECHO_T}$MINGWAR" >&6; }
7270 else
7271 { echo "$as_me:$LINENO: result: no" >&5
7272 echo "${ECHO_T}no" >&6; }
7277 if test -z "$ac_cv_prog_MINGWAR"; then
7278 ac_ct_MINGWAR=$MINGWAR
7279 # Extract the first word of "ar", so it can be a program name with args.
7280 set dummy ar; ac_word=$2
7281 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7283 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7284 echo $ECHO_N "(cached) $ECHO_C" >&6
7285 else
7286 if test -n "$ac_ct_MINGWAR"; then
7287 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7288 else
7289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7290 for as_dir in $PATH
7292 IFS=$as_save_IFS
7293 test -z "$as_dir" && as_dir=.
7294 for ac_exec_ext in '' $ac_executable_extensions; do
7295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7296 ac_cv_prog_ac_ct_MINGWAR="ar"
7297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7298 break 2
7300 done
7301 done
7302 IFS=$as_save_IFS
7306 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7307 if test -n "$ac_ct_MINGWAR"; then
7308 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7309 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7310 else
7311 { echo "$as_me:$LINENO: result: no" >&5
7312 echo "${ECHO_T}no" >&6; }
7315 if test "x$ac_ct_MINGWAR" = x; then
7316 MINGWAR="false"
7317 else
7318 case $cross_compiling:$ac_tool_warned in
7319 yes:)
7320 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7321 whose name does not start with the host triplet. If you think this
7322 configuration is useful to you, please write to autoconf@gnu.org." >&5
7323 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7324 whose name does not start with the host triplet. If you think this
7325 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7326 ac_tool_warned=yes ;;
7327 esac
7328 MINGWAR=$ac_ct_MINGWAR
7330 else
7331 MINGWAR="$ac_cv_prog_MINGWAR"
7334 if test "$DLLWRAP" = "false"; then
7335 LIBEXT="a"
7336 else
7337 LIBEXT="dll"
7339 IMPLIBEXT="a"
7340 WIN16_FILES=""
7341 WIN16_INSTALL=""
7342 enable_iphlpapi=${enable_iphlpapi:-no}
7343 enable_kernel32=${enable_kernel32:-no}
7344 enable_msvcrt=${enable_msvcrt:-no}
7345 enable_ntdll=${enable_ntdll:-no}
7346 enable_ws2_32=${enable_ws2_32:-no}
7347 enable_loader=${enable_loader:-no}
7348 enable_server=${enable_server:-no}
7349 with_x=${with_x:-no}
7350 with_pthread=${with_pthread:-no}
7352 darwin*|macosx*)
7353 DLLEXT=".so"
7354 LIBEXT="dylib"
7355 DLLFLAGS="$DLLFLAGS -fPIC"
7356 LDDLLFLAGS="-bundle -multiply_defined suppress"
7357 LIBWINE_LDFLAGS="-multiply_defined suppress"
7358 LDSHARED="\$(CC) -dynamiclib"
7359 STRIP="$STRIP -x"
7360 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7361 SECURITYLIB="-framework Security -framework CoreFoundation"
7363 COREFOUNDATIONLIB="-framework CoreFoundation"
7365 IOKITLIB="-framework IOKit -framework CoreFoundation"
7367 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7369 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7370 then
7371 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7374 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7375 then
7376 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7379 case $host_cpu in
7380 *powerpc*)
7381 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7382 esac
7383 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7384 then
7385 CARBONLIB="-framework Carbon"
7387 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7391 DLLFLAGS="$DLLFLAGS -fPIC"
7392 DLLEXT=".so"
7393 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7394 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7395 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7396 echo $ECHO_N "(cached) $ECHO_C" >&6
7397 else
7398 ac_wine_try_cflags_saved=$CFLAGS
7399 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7400 cat >conftest.$ac_ext <<_ACEOF
7401 void myfunc() {}
7402 _ACEOF
7403 rm -f conftest.$ac_objext conftest$ac_exeext
7404 if { (ac_try="$ac_link"
7405 case "(($ac_try" in
7406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7407 *) ac_try_echo=$ac_try;;
7408 esac
7409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7410 (eval "$ac_link") 2>conftest.er1
7411 ac_status=$?
7412 grep -v '^ *+' conftest.er1 >conftest.err
7413 rm -f conftest.er1
7414 cat conftest.err >&5
7415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416 (exit $ac_status); } && {
7417 test -z "$ac_c_werror_flag" ||
7418 test ! -s conftest.err
7419 } && test -s conftest$ac_exeext &&
7420 $as_test_x conftest$ac_exeext; then
7421 ac_cv_c_dll_gnuelf="yes"
7422 else
7423 echo "$as_me: failed program was:" >&5
7424 sed 's/^/| /' conftest.$ac_ext >&5
7426 ac_cv_c_dll_gnuelf="no"
7429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7430 conftest$ac_exeext conftest.$ac_ext
7431 CFLAGS=$ac_wine_try_cflags_saved
7433 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7434 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7435 if test "$ac_cv_c_dll_gnuelf" = "yes"
7436 then
7437 LDSHARED="\$(CC) -shared"
7438 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7439 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7440 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7441 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7442 echo $ECHO_N "(cached) $ECHO_C" >&6
7443 else
7444 ac_wine_try_cflags_saved=$CFLAGS
7445 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7446 cat >conftest.$ac_ext <<_ACEOF
7447 /* confdefs.h. */
7448 _ACEOF
7449 cat confdefs.h >>conftest.$ac_ext
7450 cat >>conftest.$ac_ext <<_ACEOF
7451 /* end confdefs.h. */
7454 main ()
7458 return 0;
7460 _ACEOF
7461 rm -f conftest.$ac_objext conftest$ac_exeext
7462 if { (ac_try="$ac_link"
7463 case "(($ac_try" in
7464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7465 *) ac_try_echo=$ac_try;;
7466 esac
7467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7468 (eval "$ac_link") 2>conftest.er1
7469 ac_status=$?
7470 grep -v '^ *+' conftest.er1 >conftest.err
7471 rm -f conftest.er1
7472 cat conftest.err >&5
7473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474 (exit $ac_status); } && {
7475 test -z "$ac_c_werror_flag" ||
7476 test ! -s conftest.err
7477 } && test -s conftest$ac_exeext &&
7478 $as_test_x conftest$ac_exeext; then
7479 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7480 else
7481 echo "$as_me: failed program was:" >&5
7482 sed 's/^/| /' conftest.$ac_ext >&5
7484 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7488 conftest$ac_exeext conftest.$ac_ext
7489 CFLAGS=$ac_wine_try_cflags_saved
7491 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7492 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7493 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7494 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7495 else
7496 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7497 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7498 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7500 else
7501 ac_wine_try_cflags_saved=$CFLAGS
7502 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7503 cat >conftest.$ac_ext <<_ACEOF
7504 /* confdefs.h. */
7505 _ACEOF
7506 cat confdefs.h >>conftest.$ac_ext
7507 cat >>conftest.$ac_ext <<_ACEOF
7508 /* end confdefs.h. */
7511 main ()
7515 return 0;
7517 _ACEOF
7518 rm -f conftest.$ac_objext conftest$ac_exeext
7519 if { (ac_try="$ac_link"
7520 case "(($ac_try" in
7521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7522 *) ac_try_echo=$ac_try;;
7523 esac
7524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7525 (eval "$ac_link") 2>conftest.er1
7526 ac_status=$?
7527 grep -v '^ *+' conftest.er1 >conftest.err
7528 rm -f conftest.er1
7529 cat conftest.err >&5
7530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7531 (exit $ac_status); } && {
7532 test -z "$ac_c_werror_flag" ||
7533 test ! -s conftest.err
7534 } && test -s conftest$ac_exeext &&
7535 $as_test_x conftest$ac_exeext; then
7536 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7537 else
7538 echo "$as_me: failed program was:" >&5
7539 sed 's/^/| /' conftest.$ac_ext >&5
7541 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7545 conftest$ac_exeext conftest.$ac_ext
7546 CFLAGS=$ac_wine_try_cflags_saved
7548 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7549 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7550 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7551 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7557 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7558 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7559 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7560 echo $ECHO_N "(cached) $ECHO_C" >&6
7561 else
7562 ac_wine_try_cflags_saved=$CFLAGS
7563 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7564 cat >conftest.$ac_ext <<_ACEOF
7565 /* confdefs.h. */
7566 _ACEOF
7567 cat confdefs.h >>conftest.$ac_ext
7568 cat >>conftest.$ac_ext <<_ACEOF
7569 /* end confdefs.h. */
7572 main ()
7576 return 0;
7578 _ACEOF
7579 rm -f conftest.$ac_objext conftest$ac_exeext
7580 if { (ac_try="$ac_link"
7581 case "(($ac_try" in
7582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7584 esac
7585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7586 (eval "$ac_link") 2>conftest.er1
7587 ac_status=$?
7588 grep -v '^ *+' conftest.er1 >conftest.err
7589 rm -f conftest.er1
7590 cat conftest.err >&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest$ac_exeext &&
7596 $as_test_x conftest$ac_exeext; then
7597 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7598 else
7599 echo "$as_me: failed program was:" >&5
7600 sed 's/^/| /' conftest.$ac_ext >&5
7602 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7606 conftest$ac_exeext conftest.$ac_ext
7607 CFLAGS=$ac_wine_try_cflags_saved
7609 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7610 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7611 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7612 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7616 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7617 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7618 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7619 echo $ECHO_N "(cached) $ECHO_C" >&6
7620 else
7621 ac_wine_try_cflags_saved=$CFLAGS
7622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7623 cat >conftest.$ac_ext <<_ACEOF
7624 /* confdefs.h. */
7625 _ACEOF
7626 cat confdefs.h >>conftest.$ac_ext
7627 cat >>conftest.$ac_ext <<_ACEOF
7628 /* end confdefs.h. */
7631 main ()
7635 return 0;
7637 _ACEOF
7638 rm -f conftest.$ac_objext conftest$ac_exeext
7639 if { (ac_try="$ac_link"
7640 case "(($ac_try" in
7641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7642 *) ac_try_echo=$ac_try;;
7643 esac
7644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7645 (eval "$ac_link") 2>conftest.er1
7646 ac_status=$?
7647 grep -v '^ *+' conftest.er1 >conftest.err
7648 rm -f conftest.er1
7649 cat conftest.err >&5
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); } && {
7652 test -z "$ac_c_werror_flag" ||
7653 test ! -s conftest.err
7654 } && test -s conftest$ac_exeext &&
7655 $as_test_x conftest$ac_exeext; then
7656 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7657 else
7658 echo "$as_me: failed program was:" >&5
7659 sed 's/^/| /' conftest.$ac_ext >&5
7661 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7665 conftest$ac_exeext conftest.$ac_ext
7666 CFLAGS=$ac_wine_try_cflags_saved
7668 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7669 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7670 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7671 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7675 echo '{ global: *; };' >conftest.map
7676 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7677 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7678 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7679 echo $ECHO_N "(cached) $ECHO_C" >&6
7680 else
7681 ac_wine_try_cflags_saved=$CFLAGS
7682 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7683 cat >conftest.$ac_ext <<_ACEOF
7684 /* confdefs.h. */
7685 _ACEOF
7686 cat confdefs.h >>conftest.$ac_ext
7687 cat >>conftest.$ac_ext <<_ACEOF
7688 /* end confdefs.h. */
7691 main ()
7695 return 0;
7697 _ACEOF
7698 rm -f conftest.$ac_objext conftest$ac_exeext
7699 if { (ac_try="$ac_link"
7700 case "(($ac_try" in
7701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7702 *) ac_try_echo=$ac_try;;
7703 esac
7704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7705 (eval "$ac_link") 2>conftest.er1
7706 ac_status=$?
7707 grep -v '^ *+' conftest.er1 >conftest.err
7708 rm -f conftest.er1
7709 cat conftest.err >&5
7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); } && {
7712 test -z "$ac_c_werror_flag" ||
7713 test ! -s conftest.err
7714 } && test -s conftest$ac_exeext &&
7715 $as_test_x conftest$ac_exeext; then
7716 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7717 else
7718 echo "$as_me: failed program was:" >&5
7719 sed 's/^/| /' conftest.$ac_ext >&5
7721 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7725 conftest$ac_exeext conftest.$ac_ext
7726 CFLAGS=$ac_wine_try_cflags_saved
7728 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7729 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7730 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7731 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7734 rm -f conftest.map
7736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7737 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7738 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7739 echo $ECHO_N "(cached) $ECHO_C" >&6
7740 else
7741 ac_wine_try_cflags_saved=$CFLAGS
7742 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7743 cat >conftest.$ac_ext <<_ACEOF
7744 /* confdefs.h. */
7745 _ACEOF
7746 cat confdefs.h >>conftest.$ac_ext
7747 cat >>conftest.$ac_ext <<_ACEOF
7748 /* end confdefs.h. */
7751 main ()
7755 return 0;
7757 _ACEOF
7758 rm -f conftest.$ac_objext conftest$ac_exeext
7759 if { (ac_try="$ac_link"
7760 case "(($ac_try" in
7761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762 *) ac_try_echo=$ac_try;;
7763 esac
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765 (eval "$ac_link") 2>conftest.er1
7766 ac_status=$?
7767 grep -v '^ *+' conftest.er1 >conftest.err
7768 rm -f conftest.er1
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); } && {
7772 test -z "$ac_c_werror_flag" ||
7773 test ! -s conftest.err
7774 } && test -s conftest$ac_exeext &&
7775 $as_test_x conftest$ac_exeext; then
7776 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7777 else
7778 echo "$as_me: failed program was:" >&5
7779 sed 's/^/| /' conftest.$ac_ext >&5
7781 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7785 conftest$ac_exeext conftest.$ac_ext
7786 CFLAGS=$ac_wine_try_cflags_saved
7788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7789 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7790 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7791 LDEXECFLAGS="-Wl,--export-dynamic"
7796 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7797 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7798 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7799 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7800 echo $ECHO_N "(cached) $ECHO_C" >&6
7801 else
7802 ac_wine_try_cflags_saved=$CFLAGS
7803 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7804 cat >conftest.$ac_ext <<_ACEOF
7805 /* confdefs.h. */
7806 _ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h. */
7812 main ()
7816 return 0;
7818 _ACEOF
7819 rm -f conftest.$ac_objext conftest$ac_exeext
7820 if { (ac_try="$ac_link"
7821 case "(($ac_try" in
7822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7823 *) ac_try_echo=$ac_try;;
7824 esac
7825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7826 (eval "$ac_link") 2>conftest.er1
7827 ac_status=$?
7828 grep -v '^ *+' conftest.er1 >conftest.err
7829 rm -f conftest.er1
7830 cat conftest.err >&5
7831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832 (exit $ac_status); } && {
7833 test -z "$ac_c_werror_flag" ||
7834 test ! -s conftest.err
7835 } && test -s conftest$ac_exeext &&
7836 $as_test_x conftest$ac_exeext; then
7837 eval "$as_ac_var=yes"
7838 else
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7842 eval "$as_ac_var=no"
7845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7846 conftest$ac_exeext conftest.$ac_ext
7847 CFLAGS=$ac_wine_try_cflags_saved
7849 ac_res=`eval echo '${'$as_ac_var'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7852 if test `eval echo '${'$as_ac_var'}'` = yes; then
7853 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7854 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7855 else
7856 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7857 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7858 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7859 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7860 echo $ECHO_N "(cached) $ECHO_C" >&6
7861 else
7862 ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h. */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h. */
7872 main ()
7876 return 0;
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_link") 2>conftest.er1
7887 ac_status=$?
7888 grep -v '^ *+' conftest.er1 >conftest.err
7889 rm -f conftest.er1
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest$ac_exeext &&
7896 $as_test_x conftest$ac_exeext; then
7897 eval "$as_ac_var=yes"
7898 else
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 eval "$as_ac_var=no"
7905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7906 conftest$ac_exeext conftest.$ac_ext
7907 CFLAGS=$ac_wine_try_cflags_saved
7909 ac_res=`eval echo '${'$as_ac_var'}'`
7910 { echo "$as_me:$LINENO: result: $ac_res" >&5
7911 echo "${ECHO_T}$ac_res" >&6; }
7912 if test `eval echo '${'$as_ac_var'}'` = yes; then
7913 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7914 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7920 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7921 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7922 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7923 echo $ECHO_N "(cached) $ECHO_C" >&6
7924 else
7925 ac_wine_try_cflags_saved=$CFLAGS
7926 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7927 cat >conftest.$ac_ext <<_ACEOF
7928 /* confdefs.h. */
7929 _ACEOF
7930 cat confdefs.h >>conftest.$ac_ext
7931 cat >>conftest.$ac_ext <<_ACEOF
7932 /* end confdefs.h. */
7935 main ()
7939 return 0;
7941 _ACEOF
7942 rm -f conftest.$ac_objext conftest$ac_exeext
7943 if { (ac_try="$ac_link"
7944 case "(($ac_try" in
7945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7946 *) ac_try_echo=$ac_try;;
7947 esac
7948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7949 (eval "$ac_link") 2>conftest.er1
7950 ac_status=$?
7951 grep -v '^ *+' conftest.er1 >conftest.err
7952 rm -f conftest.er1
7953 cat conftest.err >&5
7954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7955 (exit $ac_status); } && {
7956 test -z "$ac_c_werror_flag" ||
7957 test ! -s conftest.err
7958 } && test -s conftest$ac_exeext &&
7959 $as_test_x conftest$ac_exeext; then
7960 ac_cv_cflags__Wl___enable_new_dtags=yes
7961 else
7962 echo "$as_me: failed program was:" >&5
7963 sed 's/^/| /' conftest.$ac_ext >&5
7965 ac_cv_cflags__Wl___enable_new_dtags=no
7968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7969 conftest$ac_exeext conftest.$ac_ext
7970 CFLAGS=$ac_wine_try_cflags_saved
7972 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7973 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7974 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7975 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7979 case $host_cpu in
7980 *i[3456789]86* | x86_64)
7981 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7982 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7983 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7984 echo $ECHO_N "(cached) $ECHO_C" >&6
7985 else
7986 ac_wine_try_cflags_saved=$CFLAGS
7987 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7988 cat >conftest.$ac_ext <<_ACEOF
7989 /* confdefs.h. */
7990 _ACEOF
7991 cat confdefs.h >>conftest.$ac_ext
7992 cat >>conftest.$ac_ext <<_ACEOF
7993 /* end confdefs.h. */
7996 main ()
8000 return 0;
8002 _ACEOF
8003 rm -f conftest.$ac_objext conftest$ac_exeext
8004 if { (ac_try="$ac_link"
8005 case "(($ac_try" in
8006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8007 *) ac_try_echo=$ac_try;;
8008 esac
8009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8010 (eval "$ac_link") 2>conftest.er1
8011 ac_status=$?
8012 grep -v '^ *+' conftest.er1 >conftest.err
8013 rm -f conftest.er1
8014 cat conftest.err >&5
8015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8016 (exit $ac_status); } && {
8017 test -z "$ac_c_werror_flag" ||
8018 test ! -s conftest.err
8019 } && test -s conftest$ac_exeext &&
8020 $as_test_x conftest$ac_exeext; then
8021 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8022 else
8023 echo "$as_me: failed program was:" >&5
8024 sed 's/^/| /' conftest.$ac_ext >&5
8026 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8030 conftest$ac_exeext conftest.$ac_ext
8031 CFLAGS=$ac_wine_try_cflags_saved
8033 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8034 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8035 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8036 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8040 esac
8042 else
8043 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8044 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8045 if test "${ac_cv_c_dll_unixware+set}" = set; then
8046 echo $ECHO_N "(cached) $ECHO_C" >&6
8047 else
8048 ac_wine_try_cflags_saved=$CFLAGS
8049 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8050 cat >conftest.$ac_ext <<_ACEOF
8051 void myfunc() {}
8052 _ACEOF
8053 rm -f conftest.$ac_objext conftest$ac_exeext
8054 if { (ac_try="$ac_link"
8055 case "(($ac_try" in
8056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8057 *) ac_try_echo=$ac_try;;
8058 esac
8059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8060 (eval "$ac_link") 2>conftest.er1
8061 ac_status=$?
8062 grep -v '^ *+' conftest.er1 >conftest.err
8063 rm -f conftest.er1
8064 cat conftest.err >&5
8065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8066 (exit $ac_status); } && {
8067 test -z "$ac_c_werror_flag" ||
8068 test ! -s conftest.err
8069 } && test -s conftest$ac_exeext &&
8070 $as_test_x conftest$ac_exeext; then
8071 ac_cv_c_dll_unixware="yes"
8072 else
8073 echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8076 ac_cv_c_dll_unixware="no"
8079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8080 conftest$ac_exeext conftest.$ac_ext
8081 CFLAGS=$ac_wine_try_cflags_saved
8083 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8084 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8085 if test "$ac_cv_c_dll_unixware" = "yes"
8086 then
8087 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8088 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8090 else
8091 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8092 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8093 if test "${ac_cv_c_dll_hpux+set}" = set; then
8094 echo $ECHO_N "(cached) $ECHO_C" >&6
8095 else
8096 ac_wine_try_cflags_saved=$CFLAGS
8097 CFLAGS="$CFLAGS -shared"
8098 cat >conftest.$ac_ext <<_ACEOF
8099 void myfunc() {}
8100 _ACEOF
8101 rm -f conftest.$ac_objext conftest$ac_exeext
8102 if { (ac_try="$ac_link"
8103 case "(($ac_try" in
8104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8105 *) ac_try_echo=$ac_try;;
8106 esac
8107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8108 (eval "$ac_link") 2>conftest.er1
8109 ac_status=$?
8110 grep -v '^ *+' conftest.er1 >conftest.err
8111 rm -f conftest.er1
8112 cat conftest.err >&5
8113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114 (exit $ac_status); } && {
8115 test -z "$ac_c_werror_flag" ||
8116 test ! -s conftest.err
8117 } && test -s conftest$ac_exeext &&
8118 $as_test_x conftest$ac_exeext; then
8119 ac_cv_c_dll_hpux="yes"
8120 else
8121 echo "$as_me: failed program was:" >&5
8122 sed 's/^/| /' conftest.$ac_ext >&5
8124 ac_cv_c_dll_hpux="no"
8127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8128 conftest$ac_exeext conftest.$ac_ext
8129 CFLAGS=$ac_wine_try_cflags_saved
8131 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8132 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8133 if test "$ac_cv_c_dll_hpux" = "yes"
8134 then
8135 LIBEXT="sl"
8136 DLLEXT=".sl"
8137 LDDLLFLAGS="-shared -fPIC"
8138 LDSHARED="\$(CC) -shared"
8143 esac
8145 enable_winequartz_drv=${enable_winequartz_drv:-no}
8147 if test "$LIBEXT" = "a"; then
8148 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8149 It is currently not possible to build Wine without shared library
8150 (.so) support to allow transparent switch between .so and .dll files.
8151 If you are using Linux, you will need a newer binutils.
8152 " >&5
8153 echo "$as_me: error: could not find a way to build shared libraries.
8154 It is currently not possible to build Wine without shared library
8155 (.so) support to allow transparent switch between .so and .dll files.
8156 If you are using Linux, you will need a newer binutils.
8157 " >&2;}
8158 { (exit 1); exit 1; }; }
8161 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8162 then
8163 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8165 # Extract the first word of "$ac_prog", so it can be a program name with args.
8166 set dummy $ac_prog; ac_word=$2
8167 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8169 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8170 echo $ECHO_N "(cached) $ECHO_C" >&6
8171 else
8172 if test -n "$CROSSCC"; then
8173 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8174 else
8175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8176 for as_dir in $PATH
8178 IFS=$as_save_IFS
8179 test -z "$as_dir" && as_dir=.
8180 for ac_exec_ext in '' $ac_executable_extensions; do
8181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8182 ac_cv_prog_CROSSCC="$ac_prog"
8183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8184 break 2
8186 done
8187 done
8188 IFS=$as_save_IFS
8192 CROSSCC=$ac_cv_prog_CROSSCC
8193 if test -n "$CROSSCC"; then
8194 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8195 echo "${ECHO_T}$CROSSCC" >&6; }
8196 else
8197 { echo "$as_me:$LINENO: result: no" >&5
8198 echo "${ECHO_T}no" >&6; }
8202 test -n "$CROSSCC" && break
8203 done
8204 test -n "$CROSSCC" || CROSSCC="false"
8206 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8208 # Extract the first word of "$ac_prog", so it can be a program name with args.
8209 set dummy $ac_prog; ac_word=$2
8210 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8212 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8213 echo $ECHO_N "(cached) $ECHO_C" >&6
8214 else
8215 if test -n "$DLLTOOL"; then
8216 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8217 else
8218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8219 for as_dir in $PATH
8221 IFS=$as_save_IFS
8222 test -z "$as_dir" && as_dir=.
8223 for ac_exec_ext in '' $ac_executable_extensions; do
8224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8225 ac_cv_prog_DLLTOOL="$ac_prog"
8226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8227 break 2
8229 done
8230 done
8231 IFS=$as_save_IFS
8235 DLLTOOL=$ac_cv_prog_DLLTOOL
8236 if test -n "$DLLTOOL"; then
8237 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8238 echo "${ECHO_T}$DLLTOOL" >&6; }
8239 else
8240 { echo "$as_me:$LINENO: result: no" >&5
8241 echo "${ECHO_T}no" >&6; }
8245 test -n "$DLLTOOL" && break
8246 done
8247 test -n "$DLLTOOL" || DLLTOOL="false"
8249 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8251 # Extract the first word of "$ac_prog", so it can be a program name with args.
8252 set dummy $ac_prog; ac_word=$2
8253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8255 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8256 echo $ECHO_N "(cached) $ECHO_C" >&6
8257 else
8258 if test -n "$CROSSWINDRES"; then
8259 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8260 else
8261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8262 for as_dir in $PATH
8264 IFS=$as_save_IFS
8265 test -z "$as_dir" && as_dir=.
8266 for ac_exec_ext in '' $ac_executable_extensions; do
8267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8268 ac_cv_prog_CROSSWINDRES="$ac_prog"
8269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8270 break 2
8272 done
8273 done
8274 IFS=$as_save_IFS
8278 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8279 if test -n "$CROSSWINDRES"; then
8280 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8281 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8282 else
8283 { echo "$as_me:$LINENO: result: no" >&5
8284 echo "${ECHO_T}no" >&6; }
8288 test -n "$CROSSWINDRES" && break
8289 done
8290 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8292 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8294 # Extract the first word of "$ac_prog", so it can be a program name with args.
8295 set dummy $ac_prog; ac_word=$2
8296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8298 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8299 echo $ECHO_N "(cached) $ECHO_C" >&6
8300 else
8301 if test -n "$MINGWAR"; then
8302 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8303 else
8304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8305 for as_dir in $PATH
8307 IFS=$as_save_IFS
8308 test -z "$as_dir" && as_dir=.
8309 for ac_exec_ext in '' $ac_executable_extensions; do
8310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8311 ac_cv_prog_MINGWAR="$ac_prog"
8312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8313 break 2
8315 done
8316 done
8317 IFS=$as_save_IFS
8321 MINGWAR=$ac_cv_prog_MINGWAR
8322 if test -n "$MINGWAR"; then
8323 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8324 echo "${ECHO_T}$MINGWAR" >&6; }
8325 else
8326 { echo "$as_me:$LINENO: result: no" >&5
8327 echo "${ECHO_T}no" >&6; }
8331 test -n "$MINGWAR" && break
8332 done
8333 test -n "$MINGWAR" || MINGWAR="false"
8335 if test "$CROSSCC" != "false"
8336 then
8337 CROSSTEST="\$(CROSSTEST)"
8343 if test "$ac_cv_header_pthread_h" = "yes"
8344 then
8345 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8346 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8347 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8348 echo $ECHO_N "(cached) $ECHO_C" >&6
8349 else
8350 ac_check_lib_save_LIBS=$LIBS
8351 LIBS="-lpthread $LIBS"
8352 cat >conftest.$ac_ext <<_ACEOF
8353 /* confdefs.h. */
8354 _ACEOF
8355 cat confdefs.h >>conftest.$ac_ext
8356 cat >>conftest.$ac_ext <<_ACEOF
8357 /* end confdefs.h. */
8359 /* Override any GCC internal prototype to avoid an error.
8360 Use char because int might match the return type of a GCC
8361 builtin and then its argument prototype would still apply. */
8362 #ifdef __cplusplus
8363 extern "C"
8364 #endif
8365 char pthread_create ();
8367 main ()
8369 return pthread_create ();
8371 return 0;
8373 _ACEOF
8374 rm -f conftest.$ac_objext conftest$ac_exeext
8375 if { (ac_try="$ac_link"
8376 case "(($ac_try" in
8377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8378 *) ac_try_echo=$ac_try;;
8379 esac
8380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8381 (eval "$ac_link") 2>conftest.er1
8382 ac_status=$?
8383 grep -v '^ *+' conftest.er1 >conftest.err
8384 rm -f conftest.er1
8385 cat conftest.err >&5
8386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8387 (exit $ac_status); } && {
8388 test -z "$ac_c_werror_flag" ||
8389 test ! -s conftest.err
8390 } && test -s conftest$ac_exeext &&
8391 $as_test_x conftest$ac_exeext; then
8392 ac_cv_lib_pthread_pthread_create=yes
8393 else
8394 echo "$as_me: failed program was:" >&5
8395 sed 's/^/| /' conftest.$ac_ext >&5
8397 ac_cv_lib_pthread_pthread_create=no
8400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8401 conftest$ac_exeext conftest.$ac_ext
8402 LIBS=$ac_check_lib_save_LIBS
8404 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8405 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8406 if test $ac_cv_lib_pthread_pthread_create = yes; then
8407 LIBPTHREAD="-lpthread"
8412 if test "x$LIBPTHREAD" = "x"; then
8413 case "x$with_pthread" in
8414 xno) ;;
8415 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8416 Wine cannot support threads without libpthread.
8417 Use the --without-pthread option if you really want this." >&5
8418 echo "$as_me: error: pthread ${notice_platform}development files not found.
8419 Wine cannot support threads without libpthread.
8420 Use the --without-pthread option if you really want this." >&2;}
8421 { (exit 1); exit 1; }; } ;;
8422 esac
8427 { echo "$as_me:$LINENO: checking for X" >&5
8428 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8431 # Check whether --with-x was given.
8432 if test "${with_x+set}" = set; then
8433 withval=$with_x;
8436 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8437 if test "x$with_x" = xno; then
8438 # The user explicitly disabled X.
8439 have_x=disabled
8440 else
8441 case $x_includes,$x_libraries in #(
8442 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8443 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8444 { (exit 1); exit 1; }; };; #(
8445 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 # One or both of the vars are not set, and there is no cached value.
8449 ac_x_includes=no ac_x_libraries=no
8450 rm -f -r conftest.dir
8451 if mkdir conftest.dir; then
8452 cd conftest.dir
8453 cat >Imakefile <<'_ACEOF'
8454 incroot:
8455 @echo incroot='${INCROOT}'
8456 usrlibdir:
8457 @echo usrlibdir='${USRLIBDIR}'
8458 libdir:
8459 @echo libdir='${LIBDIR}'
8460 _ACEOF
8461 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8462 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8463 for ac_var in incroot usrlibdir libdir; do
8464 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8465 done
8466 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8467 for ac_extension in a so sl; do
8468 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8469 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8470 ac_im_usrlibdir=$ac_im_libdir; break
8472 done
8473 # Screen out bogus values from the imake configuration. They are
8474 # bogus both because they are the default anyway, and because
8475 # using them would break gcc on systems where it needs fixed includes.
8476 case $ac_im_incroot in
8477 /usr/include) ac_x_includes= ;;
8478 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8479 esac
8480 case $ac_im_usrlibdir in
8481 /usr/lib | /lib) ;;
8482 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8483 esac
8485 cd ..
8486 rm -f -r conftest.dir
8489 # Standard set of common directories for X headers.
8490 # Check X11 before X11Rn because it is often a symlink to the current release.
8491 ac_x_header_dirs='
8492 /usr/X11/include
8493 /usr/X11R6/include
8494 /usr/X11R5/include
8495 /usr/X11R4/include
8497 /usr/include/X11
8498 /usr/include/X11R6
8499 /usr/include/X11R5
8500 /usr/include/X11R4
8502 /usr/local/X11/include
8503 /usr/local/X11R6/include
8504 /usr/local/X11R5/include
8505 /usr/local/X11R4/include
8507 /usr/local/include/X11
8508 /usr/local/include/X11R6
8509 /usr/local/include/X11R5
8510 /usr/local/include/X11R4
8512 /usr/X386/include
8513 /usr/x386/include
8514 /usr/XFree86/include/X11
8516 /usr/include
8517 /usr/local/include
8518 /usr/unsupported/include
8519 /usr/athena/include
8520 /usr/local/x11r5/include
8521 /usr/lpp/Xamples/include
8523 /usr/openwin/include
8524 /usr/openwin/share/include'
8526 if test "$ac_x_includes" = no; then
8527 # Guess where to find include files, by looking for Xlib.h.
8528 # First, try using that file with no special directory specified.
8529 cat >conftest.$ac_ext <<_ACEOF
8530 /* confdefs.h. */
8531 _ACEOF
8532 cat confdefs.h >>conftest.$ac_ext
8533 cat >>conftest.$ac_ext <<_ACEOF
8534 /* end confdefs.h. */
8535 #include <X11/Xlib.h>
8536 _ACEOF
8537 if { (ac_try="$ac_cpp conftest.$ac_ext"
8538 case "(($ac_try" in
8539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8540 *) ac_try_echo=$ac_try;;
8541 esac
8542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8543 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8544 ac_status=$?
8545 grep -v '^ *+' conftest.er1 >conftest.err
8546 rm -f conftest.er1
8547 cat conftest.err >&5
8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549 (exit $ac_status); } >/dev/null && {
8550 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8551 test ! -s conftest.err
8552 }; then
8553 # We can compile using X headers with no special include directory.
8554 ac_x_includes=
8555 else
8556 echo "$as_me: failed program was:" >&5
8557 sed 's/^/| /' conftest.$ac_ext >&5
8559 for ac_dir in $ac_x_header_dirs; do
8560 if test -r "$ac_dir/X11/Xlib.h"; then
8561 ac_x_includes=$ac_dir
8562 break
8564 done
8567 rm -f conftest.err conftest.$ac_ext
8568 fi # $ac_x_includes = no
8570 if test "$ac_x_libraries" = no; then
8571 # Check for the libraries.
8572 # See if we find them without any special options.
8573 # Don't add to $LIBS permanently.
8574 ac_save_LIBS=$LIBS
8575 LIBS="-lX11 $LIBS"
8576 cat >conftest.$ac_ext <<_ACEOF
8577 /* confdefs.h. */
8578 _ACEOF
8579 cat confdefs.h >>conftest.$ac_ext
8580 cat >>conftest.$ac_ext <<_ACEOF
8581 /* end confdefs.h. */
8582 #include <X11/Xlib.h>
8584 main ()
8586 XrmInitialize ()
8588 return 0;
8590 _ACEOF
8591 rm -f conftest.$ac_objext conftest$ac_exeext
8592 if { (ac_try="$ac_link"
8593 case "(($ac_try" in
8594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8595 *) ac_try_echo=$ac_try;;
8596 esac
8597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8598 (eval "$ac_link") 2>conftest.er1
8599 ac_status=$?
8600 grep -v '^ *+' conftest.er1 >conftest.err
8601 rm -f conftest.er1
8602 cat conftest.err >&5
8603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8604 (exit $ac_status); } && {
8605 test -z "$ac_c_werror_flag" ||
8606 test ! -s conftest.err
8607 } && test -s conftest$ac_exeext &&
8608 $as_test_x conftest$ac_exeext; then
8609 LIBS=$ac_save_LIBS
8610 # We can link X programs with no special library path.
8611 ac_x_libraries=
8612 else
8613 echo "$as_me: failed program was:" >&5
8614 sed 's/^/| /' conftest.$ac_ext >&5
8616 LIBS=$ac_save_LIBS
8617 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8619 # Don't even attempt the hair of trying to link an X program!
8620 for ac_extension in a so sl; do
8621 if test -r "$ac_dir/libX11.$ac_extension"; then
8622 ac_x_libraries=$ac_dir
8623 break 2
8625 done
8626 done
8629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8630 conftest$ac_exeext conftest.$ac_ext
8631 fi # $ac_x_libraries = no
8633 case $ac_x_includes,$ac_x_libraries in #(
8634 no,* | *,no | *\'*)
8635 # Didn't find X, or a directory has "'" in its name.
8636 ac_cv_have_x="have_x=no";; #(
8638 # Record where we found X for the cache.
8639 ac_cv_have_x="have_x=yes\
8640 ac_x_includes='$ac_x_includes'\
8641 ac_x_libraries='$ac_x_libraries'"
8642 esac
8644 ;; #(
8645 *) have_x=yes;;
8646 esac
8647 eval "$ac_cv_have_x"
8648 fi # $with_x != no
8650 if test "$have_x" != yes; then
8651 { echo "$as_me:$LINENO: result: $have_x" >&5
8652 echo "${ECHO_T}$have_x" >&6; }
8653 no_x=yes
8654 else
8655 # If each of the values was on the command line, it overrides each guess.
8656 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8657 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8658 # Update the cache value to reflect the command line values.
8659 ac_cv_have_x="have_x=yes\
8660 ac_x_includes='$x_includes'\
8661 ac_x_libraries='$x_libraries'"
8662 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8663 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8666 if test "$no_x" = yes; then
8667 # Not all programs may use this symbol, but it does not hurt to define it.
8669 cat >>confdefs.h <<\_ACEOF
8670 #define X_DISPLAY_MISSING 1
8671 _ACEOF
8673 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8674 else
8675 if test -n "$x_includes"; then
8676 X_CFLAGS="$X_CFLAGS -I$x_includes"
8679 # It would also be nice to do this for all -L options, not just this one.
8680 if test -n "$x_libraries"; then
8681 X_LIBS="$X_LIBS -L$x_libraries"
8682 # For Solaris; some versions of Sun CC require a space after -R and
8683 # others require no space. Words are not sufficient . . . .
8684 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8685 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8686 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8687 ac_xsave_c_werror_flag=$ac_c_werror_flag
8688 ac_c_werror_flag=yes
8689 cat >conftest.$ac_ext <<_ACEOF
8690 /* confdefs.h. */
8691 _ACEOF
8692 cat confdefs.h >>conftest.$ac_ext
8693 cat >>conftest.$ac_ext <<_ACEOF
8694 /* end confdefs.h. */
8697 main ()
8701 return 0;
8703 _ACEOF
8704 rm -f conftest.$ac_objext conftest$ac_exeext
8705 if { (ac_try="$ac_link"
8706 case "(($ac_try" in
8707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8708 *) ac_try_echo=$ac_try;;
8709 esac
8710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8711 (eval "$ac_link") 2>conftest.er1
8712 ac_status=$?
8713 grep -v '^ *+' conftest.er1 >conftest.err
8714 rm -f conftest.er1
8715 cat conftest.err >&5
8716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717 (exit $ac_status); } && {
8718 test -z "$ac_c_werror_flag" ||
8719 test ! -s conftest.err
8720 } && test -s conftest$ac_exeext &&
8721 $as_test_x conftest$ac_exeext; then
8722 { echo "$as_me:$LINENO: result: no" >&5
8723 echo "${ECHO_T}no" >&6; }
8724 X_LIBS="$X_LIBS -R$x_libraries"
8725 else
8726 echo "$as_me: failed program was:" >&5
8727 sed 's/^/| /' conftest.$ac_ext >&5
8729 LIBS="$ac_xsave_LIBS -R $x_libraries"
8730 cat >conftest.$ac_ext <<_ACEOF
8731 /* confdefs.h. */
8732 _ACEOF
8733 cat confdefs.h >>conftest.$ac_ext
8734 cat >>conftest.$ac_ext <<_ACEOF
8735 /* end confdefs.h. */
8738 main ()
8742 return 0;
8744 _ACEOF
8745 rm -f conftest.$ac_objext conftest$ac_exeext
8746 if { (ac_try="$ac_link"
8747 case "(($ac_try" in
8748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8749 *) ac_try_echo=$ac_try;;
8750 esac
8751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8752 (eval "$ac_link") 2>conftest.er1
8753 ac_status=$?
8754 grep -v '^ *+' conftest.er1 >conftest.err
8755 rm -f conftest.er1
8756 cat conftest.err >&5
8757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8758 (exit $ac_status); } && {
8759 test -z "$ac_c_werror_flag" ||
8760 test ! -s conftest.err
8761 } && test -s conftest$ac_exeext &&
8762 $as_test_x conftest$ac_exeext; then
8763 { echo "$as_me:$LINENO: result: yes" >&5
8764 echo "${ECHO_T}yes" >&6; }
8765 X_LIBS="$X_LIBS -R $x_libraries"
8766 else
8767 echo "$as_me: failed program was:" >&5
8768 sed 's/^/| /' conftest.$ac_ext >&5
8770 { echo "$as_me:$LINENO: result: neither works" >&5
8771 echo "${ECHO_T}neither works" >&6; }
8774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8775 conftest$ac_exeext conftest.$ac_ext
8778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8779 conftest$ac_exeext conftest.$ac_ext
8780 ac_c_werror_flag=$ac_xsave_c_werror_flag
8781 LIBS=$ac_xsave_LIBS
8784 # Check for system-dependent libraries X programs must link with.
8785 # Do this before checking for the system-independent R6 libraries
8786 # (-lICE), since we may need -lsocket or whatever for X linking.
8788 if test "$ISC" = yes; then
8789 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8790 else
8791 # Martyn Johnson says this is needed for Ultrix, if the X
8792 # libraries were built with DECnet support. And Karl Berry says
8793 # the Alpha needs dnet_stub (dnet does not exist).
8794 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8795 cat >conftest.$ac_ext <<_ACEOF
8796 /* confdefs.h. */
8797 _ACEOF
8798 cat confdefs.h >>conftest.$ac_ext
8799 cat >>conftest.$ac_ext <<_ACEOF
8800 /* end confdefs.h. */
8802 /* Override any GCC internal prototype to avoid an error.
8803 Use char because int might match the return type of a GCC
8804 builtin and then its argument prototype would still apply. */
8805 #ifdef __cplusplus
8806 extern "C"
8807 #endif
8808 char XOpenDisplay ();
8810 main ()
8812 return XOpenDisplay ();
8814 return 0;
8816 _ACEOF
8817 rm -f conftest.$ac_objext conftest$ac_exeext
8818 if { (ac_try="$ac_link"
8819 case "(($ac_try" in
8820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8821 *) ac_try_echo=$ac_try;;
8822 esac
8823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8824 (eval "$ac_link") 2>conftest.er1
8825 ac_status=$?
8826 grep -v '^ *+' conftest.er1 >conftest.err
8827 rm -f conftest.er1
8828 cat conftest.err >&5
8829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8830 (exit $ac_status); } && {
8831 test -z "$ac_c_werror_flag" ||
8832 test ! -s conftest.err
8833 } && test -s conftest$ac_exeext &&
8834 $as_test_x conftest$ac_exeext; then
8836 else
8837 echo "$as_me: failed program was:" >&5
8838 sed 's/^/| /' conftest.$ac_ext >&5
8840 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8841 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8842 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8843 echo $ECHO_N "(cached) $ECHO_C" >&6
8844 else
8845 ac_check_lib_save_LIBS=$LIBS
8846 LIBS="-ldnet $LIBS"
8847 cat >conftest.$ac_ext <<_ACEOF
8848 /* confdefs.h. */
8849 _ACEOF
8850 cat confdefs.h >>conftest.$ac_ext
8851 cat >>conftest.$ac_ext <<_ACEOF
8852 /* end confdefs.h. */
8854 /* Override any GCC internal prototype to avoid an error.
8855 Use char because int might match the return type of a GCC
8856 builtin and then its argument prototype would still apply. */
8857 #ifdef __cplusplus
8858 extern "C"
8859 #endif
8860 char dnet_ntoa ();
8862 main ()
8864 return dnet_ntoa ();
8866 return 0;
8868 _ACEOF
8869 rm -f conftest.$ac_objext conftest$ac_exeext
8870 if { (ac_try="$ac_link"
8871 case "(($ac_try" in
8872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873 *) ac_try_echo=$ac_try;;
8874 esac
8875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8876 (eval "$ac_link") 2>conftest.er1
8877 ac_status=$?
8878 grep -v '^ *+' conftest.er1 >conftest.err
8879 rm -f conftest.er1
8880 cat conftest.err >&5
8881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882 (exit $ac_status); } && {
8883 test -z "$ac_c_werror_flag" ||
8884 test ! -s conftest.err
8885 } && test -s conftest$ac_exeext &&
8886 $as_test_x conftest$ac_exeext; then
8887 ac_cv_lib_dnet_dnet_ntoa=yes
8888 else
8889 echo "$as_me: failed program was:" >&5
8890 sed 's/^/| /' conftest.$ac_ext >&5
8892 ac_cv_lib_dnet_dnet_ntoa=no
8895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8896 conftest$ac_exeext conftest.$ac_ext
8897 LIBS=$ac_check_lib_save_LIBS
8899 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8900 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8901 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8902 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8905 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8906 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8907 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8908 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8909 echo $ECHO_N "(cached) $ECHO_C" >&6
8910 else
8911 ac_check_lib_save_LIBS=$LIBS
8912 LIBS="-ldnet_stub $LIBS"
8913 cat >conftest.$ac_ext <<_ACEOF
8914 /* confdefs.h. */
8915 _ACEOF
8916 cat confdefs.h >>conftest.$ac_ext
8917 cat >>conftest.$ac_ext <<_ACEOF
8918 /* end confdefs.h. */
8920 /* Override any GCC internal prototype to avoid an error.
8921 Use char because int might match the return type of a GCC
8922 builtin and then its argument prototype would still apply. */
8923 #ifdef __cplusplus
8924 extern "C"
8925 #endif
8926 char dnet_ntoa ();
8928 main ()
8930 return dnet_ntoa ();
8932 return 0;
8934 _ACEOF
8935 rm -f conftest.$ac_objext conftest$ac_exeext
8936 if { (ac_try="$ac_link"
8937 case "(($ac_try" in
8938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8939 *) ac_try_echo=$ac_try;;
8940 esac
8941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8942 (eval "$ac_link") 2>conftest.er1
8943 ac_status=$?
8944 grep -v '^ *+' conftest.er1 >conftest.err
8945 rm -f conftest.er1
8946 cat conftest.err >&5
8947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8948 (exit $ac_status); } && {
8949 test -z "$ac_c_werror_flag" ||
8950 test ! -s conftest.err
8951 } && test -s conftest$ac_exeext &&
8952 $as_test_x conftest$ac_exeext; then
8953 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8954 else
8955 echo "$as_me: failed program was:" >&5
8956 sed 's/^/| /' conftest.$ac_ext >&5
8958 ac_cv_lib_dnet_stub_dnet_ntoa=no
8961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8962 conftest$ac_exeext conftest.$ac_ext
8963 LIBS=$ac_check_lib_save_LIBS
8965 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8966 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8967 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8968 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8975 conftest$ac_exeext conftest.$ac_ext
8976 LIBS="$ac_xsave_LIBS"
8978 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8979 # to get the SysV transport functions.
8980 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8981 # needs -lnsl.
8982 # The nsl library prevents programs from opening the X display
8983 # on Irix 5.2, according to T.E. Dickey.
8984 # The functions gethostbyname, getservbyname, and inet_addr are
8985 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8986 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8987 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8988 if test "${ac_cv_func_gethostbyname+set}" = set; then
8989 echo $ECHO_N "(cached) $ECHO_C" >&6
8990 else
8991 cat >conftest.$ac_ext <<_ACEOF
8992 /* confdefs.h. */
8993 _ACEOF
8994 cat confdefs.h >>conftest.$ac_ext
8995 cat >>conftest.$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
8997 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8998 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8999 #define gethostbyname innocuous_gethostbyname
9001 /* System header to define __stub macros and hopefully few prototypes,
9002 which can conflict with char gethostbyname (); below.
9003 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9004 <limits.h> exists even on freestanding compilers. */
9006 #ifdef __STDC__
9007 # include <limits.h>
9008 #else
9009 # include <assert.h>
9010 #endif
9012 #undef gethostbyname
9014 /* Override any GCC internal prototype to avoid an error.
9015 Use char because int might match the return type of a GCC
9016 builtin and then its argument prototype would still apply. */
9017 #ifdef __cplusplus
9018 extern "C"
9019 #endif
9020 char gethostbyname ();
9021 /* The GNU C library defines this for functions which it implements
9022 to always fail with ENOSYS. Some functions are actually named
9023 something starting with __ and the normal name is an alias. */
9024 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9025 choke me
9026 #endif
9029 main ()
9031 return gethostbyname ();
9033 return 0;
9035 _ACEOF
9036 rm -f conftest.$ac_objext conftest$ac_exeext
9037 if { (ac_try="$ac_link"
9038 case "(($ac_try" in
9039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9040 *) ac_try_echo=$ac_try;;
9041 esac
9042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9043 (eval "$ac_link") 2>conftest.er1
9044 ac_status=$?
9045 grep -v '^ *+' conftest.er1 >conftest.err
9046 rm -f conftest.er1
9047 cat conftest.err >&5
9048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049 (exit $ac_status); } && {
9050 test -z "$ac_c_werror_flag" ||
9051 test ! -s conftest.err
9052 } && test -s conftest$ac_exeext &&
9053 $as_test_x conftest$ac_exeext; then
9054 ac_cv_func_gethostbyname=yes
9055 else
9056 echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9059 ac_cv_func_gethostbyname=no
9062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9063 conftest$ac_exeext conftest.$ac_ext
9065 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9066 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9068 if test $ac_cv_func_gethostbyname = no; then
9069 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9070 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9071 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9072 echo $ECHO_N "(cached) $ECHO_C" >&6
9073 else
9074 ac_check_lib_save_LIBS=$LIBS
9075 LIBS="-lnsl $LIBS"
9076 cat >conftest.$ac_ext <<_ACEOF
9077 /* confdefs.h. */
9078 _ACEOF
9079 cat confdefs.h >>conftest.$ac_ext
9080 cat >>conftest.$ac_ext <<_ACEOF
9081 /* end confdefs.h. */
9083 /* Override any GCC internal prototype to avoid an error.
9084 Use char because int might match the return type of a GCC
9085 builtin and then its argument prototype would still apply. */
9086 #ifdef __cplusplus
9087 extern "C"
9088 #endif
9089 char gethostbyname ();
9091 main ()
9093 return gethostbyname ();
9095 return 0;
9097 _ACEOF
9098 rm -f conftest.$ac_objext conftest$ac_exeext
9099 if { (ac_try="$ac_link"
9100 case "(($ac_try" in
9101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9102 *) ac_try_echo=$ac_try;;
9103 esac
9104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9105 (eval "$ac_link") 2>conftest.er1
9106 ac_status=$?
9107 grep -v '^ *+' conftest.er1 >conftest.err
9108 rm -f conftest.er1
9109 cat conftest.err >&5
9110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9111 (exit $ac_status); } && {
9112 test -z "$ac_c_werror_flag" ||
9113 test ! -s conftest.err
9114 } && test -s conftest$ac_exeext &&
9115 $as_test_x conftest$ac_exeext; then
9116 ac_cv_lib_nsl_gethostbyname=yes
9117 else
9118 echo "$as_me: failed program was:" >&5
9119 sed 's/^/| /' conftest.$ac_ext >&5
9121 ac_cv_lib_nsl_gethostbyname=no
9124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9125 conftest$ac_exeext conftest.$ac_ext
9126 LIBS=$ac_check_lib_save_LIBS
9128 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9129 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9130 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9131 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9134 if test $ac_cv_lib_nsl_gethostbyname = no; then
9135 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9136 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9137 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9138 echo $ECHO_N "(cached) $ECHO_C" >&6
9139 else
9140 ac_check_lib_save_LIBS=$LIBS
9141 LIBS="-lbsd $LIBS"
9142 cat >conftest.$ac_ext <<_ACEOF
9143 /* confdefs.h. */
9144 _ACEOF
9145 cat confdefs.h >>conftest.$ac_ext
9146 cat >>conftest.$ac_ext <<_ACEOF
9147 /* end confdefs.h. */
9149 /* Override any GCC internal prototype to avoid an error.
9150 Use char because int might match the return type of a GCC
9151 builtin and then its argument prototype would still apply. */
9152 #ifdef __cplusplus
9153 extern "C"
9154 #endif
9155 char gethostbyname ();
9157 main ()
9159 return gethostbyname ();
9161 return 0;
9163 _ACEOF
9164 rm -f conftest.$ac_objext conftest$ac_exeext
9165 if { (ac_try="$ac_link"
9166 case "(($ac_try" in
9167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9168 *) ac_try_echo=$ac_try;;
9169 esac
9170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext &&
9181 $as_test_x conftest$ac_exeext; then
9182 ac_cv_lib_bsd_gethostbyname=yes
9183 else
9184 echo "$as_me: failed program was:" >&5
9185 sed 's/^/| /' conftest.$ac_ext >&5
9187 ac_cv_lib_bsd_gethostbyname=no
9190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9191 conftest$ac_exeext conftest.$ac_ext
9192 LIBS=$ac_check_lib_save_LIBS
9194 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9195 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9196 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9197 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9203 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9204 # socket/setsockopt and other routines are undefined under SCO ODT
9205 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9206 # on later versions), says Simon Leinen: it contains gethostby*
9207 # variants that don't use the name server (or something). -lsocket
9208 # must be given before -lnsl if both are needed. We assume that
9209 # if connect needs -lnsl, so does gethostbyname.
9210 { echo "$as_me:$LINENO: checking for connect" >&5
9211 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9212 if test "${ac_cv_func_connect+set}" = set; then
9213 echo $ECHO_N "(cached) $ECHO_C" >&6
9214 else
9215 cat >conftest.$ac_ext <<_ACEOF
9216 /* confdefs.h. */
9217 _ACEOF
9218 cat confdefs.h >>conftest.$ac_ext
9219 cat >>conftest.$ac_ext <<_ACEOF
9220 /* end confdefs.h. */
9221 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9222 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9223 #define connect innocuous_connect
9225 /* System header to define __stub macros and hopefully few prototypes,
9226 which can conflict with char connect (); below.
9227 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9228 <limits.h> exists even on freestanding compilers. */
9230 #ifdef __STDC__
9231 # include <limits.h>
9232 #else
9233 # include <assert.h>
9234 #endif
9236 #undef connect
9238 /* Override any GCC internal prototype to avoid an error.
9239 Use char because int might match the return type of a GCC
9240 builtin and then its argument prototype would still apply. */
9241 #ifdef __cplusplus
9242 extern "C"
9243 #endif
9244 char connect ();
9245 /* The GNU C library defines this for functions which it implements
9246 to always fail with ENOSYS. Some functions are actually named
9247 something starting with __ and the normal name is an alias. */
9248 #if defined __stub_connect || defined __stub___connect
9249 choke me
9250 #endif
9253 main ()
9255 return connect ();
9257 return 0;
9259 _ACEOF
9260 rm -f conftest.$ac_objext conftest$ac_exeext
9261 if { (ac_try="$ac_link"
9262 case "(($ac_try" in
9263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9264 *) ac_try_echo=$ac_try;;
9265 esac
9266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9267 (eval "$ac_link") 2>conftest.er1
9268 ac_status=$?
9269 grep -v '^ *+' conftest.er1 >conftest.err
9270 rm -f conftest.er1
9271 cat conftest.err >&5
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); } && {
9274 test -z "$ac_c_werror_flag" ||
9275 test ! -s conftest.err
9276 } && test -s conftest$ac_exeext &&
9277 $as_test_x conftest$ac_exeext; then
9278 ac_cv_func_connect=yes
9279 else
9280 echo "$as_me: failed program was:" >&5
9281 sed 's/^/| /' conftest.$ac_ext >&5
9283 ac_cv_func_connect=no
9286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9287 conftest$ac_exeext conftest.$ac_ext
9289 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9290 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9292 if test $ac_cv_func_connect = no; then
9293 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9294 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9295 if test "${ac_cv_lib_socket_connect+set}" = set; then
9296 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 else
9298 ac_check_lib_save_LIBS=$LIBS
9299 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9300 cat >conftest.$ac_ext <<_ACEOF
9301 /* confdefs.h. */
9302 _ACEOF
9303 cat confdefs.h >>conftest.$ac_ext
9304 cat >>conftest.$ac_ext <<_ACEOF
9305 /* end confdefs.h. */
9307 /* Override any GCC internal prototype to avoid an error.
9308 Use char because int might match the return type of a GCC
9309 builtin and then its argument prototype would still apply. */
9310 #ifdef __cplusplus
9311 extern "C"
9312 #endif
9313 char connect ();
9315 main ()
9317 return connect ();
9319 return 0;
9321 _ACEOF
9322 rm -f conftest.$ac_objext conftest$ac_exeext
9323 if { (ac_try="$ac_link"
9324 case "(($ac_try" in
9325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9326 *) ac_try_echo=$ac_try;;
9327 esac
9328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9329 (eval "$ac_link") 2>conftest.er1
9330 ac_status=$?
9331 grep -v '^ *+' conftest.er1 >conftest.err
9332 rm -f conftest.er1
9333 cat conftest.err >&5
9334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9335 (exit $ac_status); } && {
9336 test -z "$ac_c_werror_flag" ||
9337 test ! -s conftest.err
9338 } && test -s conftest$ac_exeext &&
9339 $as_test_x conftest$ac_exeext; then
9340 ac_cv_lib_socket_connect=yes
9341 else
9342 echo "$as_me: failed program was:" >&5
9343 sed 's/^/| /' conftest.$ac_ext >&5
9345 ac_cv_lib_socket_connect=no
9348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9349 conftest$ac_exeext conftest.$ac_ext
9350 LIBS=$ac_check_lib_save_LIBS
9352 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9353 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9354 if test $ac_cv_lib_socket_connect = yes; then
9355 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9360 # Guillermo Gomez says -lposix is necessary on A/UX.
9361 { echo "$as_me:$LINENO: checking for remove" >&5
9362 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9363 if test "${ac_cv_func_remove+set}" = set; then
9364 echo $ECHO_N "(cached) $ECHO_C" >&6
9365 else
9366 cat >conftest.$ac_ext <<_ACEOF
9367 /* confdefs.h. */
9368 _ACEOF
9369 cat confdefs.h >>conftest.$ac_ext
9370 cat >>conftest.$ac_ext <<_ACEOF
9371 /* end confdefs.h. */
9372 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9373 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9374 #define remove innocuous_remove
9376 /* System header to define __stub macros and hopefully few prototypes,
9377 which can conflict with char remove (); below.
9378 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9379 <limits.h> exists even on freestanding compilers. */
9381 #ifdef __STDC__
9382 # include <limits.h>
9383 #else
9384 # include <assert.h>
9385 #endif
9387 #undef remove
9389 /* Override any GCC internal prototype to avoid an error.
9390 Use char because int might match the return type of a GCC
9391 builtin and then its argument prototype would still apply. */
9392 #ifdef __cplusplus
9393 extern "C"
9394 #endif
9395 char remove ();
9396 /* The GNU C library defines this for functions which it implements
9397 to always fail with ENOSYS. Some functions are actually named
9398 something starting with __ and the normal name is an alias. */
9399 #if defined __stub_remove || defined __stub___remove
9400 choke me
9401 #endif
9404 main ()
9406 return remove ();
9408 return 0;
9410 _ACEOF
9411 rm -f conftest.$ac_objext conftest$ac_exeext
9412 if { (ac_try="$ac_link"
9413 case "(($ac_try" in
9414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9415 *) ac_try_echo=$ac_try;;
9416 esac
9417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9418 (eval "$ac_link") 2>conftest.er1
9419 ac_status=$?
9420 grep -v '^ *+' conftest.er1 >conftest.err
9421 rm -f conftest.er1
9422 cat conftest.err >&5
9423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9424 (exit $ac_status); } && {
9425 test -z "$ac_c_werror_flag" ||
9426 test ! -s conftest.err
9427 } && test -s conftest$ac_exeext &&
9428 $as_test_x conftest$ac_exeext; then
9429 ac_cv_func_remove=yes
9430 else
9431 echo "$as_me: failed program was:" >&5
9432 sed 's/^/| /' conftest.$ac_ext >&5
9434 ac_cv_func_remove=no
9437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9438 conftest$ac_exeext conftest.$ac_ext
9440 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9441 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9443 if test $ac_cv_func_remove = no; then
9444 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9445 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9446 if test "${ac_cv_lib_posix_remove+set}" = set; then
9447 echo $ECHO_N "(cached) $ECHO_C" >&6
9448 else
9449 ac_check_lib_save_LIBS=$LIBS
9450 LIBS="-lposix $LIBS"
9451 cat >conftest.$ac_ext <<_ACEOF
9452 /* confdefs.h. */
9453 _ACEOF
9454 cat confdefs.h >>conftest.$ac_ext
9455 cat >>conftest.$ac_ext <<_ACEOF
9456 /* end confdefs.h. */
9458 /* Override any GCC internal prototype to avoid an error.
9459 Use char because int might match the return type of a GCC
9460 builtin and then its argument prototype would still apply. */
9461 #ifdef __cplusplus
9462 extern "C"
9463 #endif
9464 char remove ();
9466 main ()
9468 return remove ();
9470 return 0;
9472 _ACEOF
9473 rm -f conftest.$ac_objext conftest$ac_exeext
9474 if { (ac_try="$ac_link"
9475 case "(($ac_try" in
9476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9477 *) ac_try_echo=$ac_try;;
9478 esac
9479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9480 (eval "$ac_link") 2>conftest.er1
9481 ac_status=$?
9482 grep -v '^ *+' conftest.er1 >conftest.err
9483 rm -f conftest.er1
9484 cat conftest.err >&5
9485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9486 (exit $ac_status); } && {
9487 test -z "$ac_c_werror_flag" ||
9488 test ! -s conftest.err
9489 } && test -s conftest$ac_exeext &&
9490 $as_test_x conftest$ac_exeext; then
9491 ac_cv_lib_posix_remove=yes
9492 else
9493 echo "$as_me: failed program was:" >&5
9494 sed 's/^/| /' conftest.$ac_ext >&5
9496 ac_cv_lib_posix_remove=no
9499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9500 conftest$ac_exeext conftest.$ac_ext
9501 LIBS=$ac_check_lib_save_LIBS
9503 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9504 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9505 if test $ac_cv_lib_posix_remove = yes; then
9506 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9511 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9512 { echo "$as_me:$LINENO: checking for shmat" >&5
9513 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9514 if test "${ac_cv_func_shmat+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9516 else
9517 cat >conftest.$ac_ext <<_ACEOF
9518 /* confdefs.h. */
9519 _ACEOF
9520 cat confdefs.h >>conftest.$ac_ext
9521 cat >>conftest.$ac_ext <<_ACEOF
9522 /* end confdefs.h. */
9523 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9524 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9525 #define shmat innocuous_shmat
9527 /* System header to define __stub macros and hopefully few prototypes,
9528 which can conflict with char shmat (); below.
9529 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9530 <limits.h> exists even on freestanding compilers. */
9532 #ifdef __STDC__
9533 # include <limits.h>
9534 #else
9535 # include <assert.h>
9536 #endif
9538 #undef shmat
9540 /* Override any GCC internal prototype to avoid an error.
9541 Use char because int might match the return type of a GCC
9542 builtin and then its argument prototype would still apply. */
9543 #ifdef __cplusplus
9544 extern "C"
9545 #endif
9546 char shmat ();
9547 /* The GNU C library defines this for functions which it implements
9548 to always fail with ENOSYS. Some functions are actually named
9549 something starting with __ and the normal name is an alias. */
9550 #if defined __stub_shmat || defined __stub___shmat
9551 choke me
9552 #endif
9555 main ()
9557 return shmat ();
9559 return 0;
9561 _ACEOF
9562 rm -f conftest.$ac_objext conftest$ac_exeext
9563 if { (ac_try="$ac_link"
9564 case "(($ac_try" in
9565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9566 *) ac_try_echo=$ac_try;;
9567 esac
9568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9569 (eval "$ac_link") 2>conftest.er1
9570 ac_status=$?
9571 grep -v '^ *+' conftest.er1 >conftest.err
9572 rm -f conftest.er1
9573 cat conftest.err >&5
9574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575 (exit $ac_status); } && {
9576 test -z "$ac_c_werror_flag" ||
9577 test ! -s conftest.err
9578 } && test -s conftest$ac_exeext &&
9579 $as_test_x conftest$ac_exeext; then
9580 ac_cv_func_shmat=yes
9581 else
9582 echo "$as_me: failed program was:" >&5
9583 sed 's/^/| /' conftest.$ac_ext >&5
9585 ac_cv_func_shmat=no
9588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9589 conftest$ac_exeext conftest.$ac_ext
9591 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9592 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9594 if test $ac_cv_func_shmat = no; then
9595 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9596 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9599 else
9600 ac_check_lib_save_LIBS=$LIBS
9601 LIBS="-lipc $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h. */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9612 #ifdef __cplusplus
9613 extern "C"
9614 #endif
9615 char shmat ();
9617 main ()
9619 return shmat ();
9621 return 0;
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628 *) ac_try_echo=$ac_try;;
9629 esac
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest$ac_exeext &&
9641 $as_test_x conftest$ac_exeext; then
9642 ac_cv_lib_ipc_shmat=yes
9643 else
9644 echo "$as_me: failed program was:" >&5
9645 sed 's/^/| /' conftest.$ac_ext >&5
9647 ac_cv_lib_ipc_shmat=no
9650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9651 conftest$ac_exeext conftest.$ac_ext
9652 LIBS=$ac_check_lib_save_LIBS
9654 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9655 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9656 if test $ac_cv_lib_ipc_shmat = yes; then
9657 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9663 # Check for libraries that X11R6 Xt/Xaw programs need.
9664 ac_save_LDFLAGS=$LDFLAGS
9665 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9666 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9667 # check for ICE first), but we must link in the order -lSM -lICE or
9668 # we get undefined symbols. So assume we have SM if we have ICE.
9669 # These have to be linked with before -lX11, unlike the other
9670 # libraries we check for below, so use a different variable.
9671 # John Interrante, Karl Berry
9672 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9673 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9674 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9675 echo $ECHO_N "(cached) $ECHO_C" >&6
9676 else
9677 ac_check_lib_save_LIBS=$LIBS
9678 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9679 cat >conftest.$ac_ext <<_ACEOF
9680 /* confdefs.h. */
9681 _ACEOF
9682 cat confdefs.h >>conftest.$ac_ext
9683 cat >>conftest.$ac_ext <<_ACEOF
9684 /* end confdefs.h. */
9686 /* Override any GCC internal prototype to avoid an error.
9687 Use char because int might match the return type of a GCC
9688 builtin and then its argument prototype would still apply. */
9689 #ifdef __cplusplus
9690 extern "C"
9691 #endif
9692 char IceConnectionNumber ();
9694 main ()
9696 return IceConnectionNumber ();
9698 return 0;
9700 _ACEOF
9701 rm -f conftest.$ac_objext conftest$ac_exeext
9702 if { (ac_try="$ac_link"
9703 case "(($ac_try" in
9704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9705 *) ac_try_echo=$ac_try;;
9706 esac
9707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9708 (eval "$ac_link") 2>conftest.er1
9709 ac_status=$?
9710 grep -v '^ *+' conftest.er1 >conftest.err
9711 rm -f conftest.er1
9712 cat conftest.err >&5
9713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9714 (exit $ac_status); } && {
9715 test -z "$ac_c_werror_flag" ||
9716 test ! -s conftest.err
9717 } && test -s conftest$ac_exeext &&
9718 $as_test_x conftest$ac_exeext; then
9719 ac_cv_lib_ICE_IceConnectionNumber=yes
9720 else
9721 echo "$as_me: failed program was:" >&5
9722 sed 's/^/| /' conftest.$ac_ext >&5
9724 ac_cv_lib_ICE_IceConnectionNumber=no
9727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9728 conftest$ac_exeext conftest.$ac_ext
9729 LIBS=$ac_check_lib_save_LIBS
9731 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9732 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9733 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9734 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9737 LDFLAGS=$ac_save_LDFLAGS
9742 if test "$have_x" = "yes"
9743 then
9744 XLIB="-lXext -lX11"
9745 ac_save_CPPFLAGS="$CPPFLAGS"
9746 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9748 { echo "$as_me:$LINENO: checking for -lX11" >&5
9749 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9750 if test "${ac_cv_lib_soname_X11+set}" = set; then
9751 echo $ECHO_N "(cached) $ECHO_C" >&6
9752 else
9753 ac_check_soname_save_LIBS=$LIBS
9754 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9755 cat >conftest.$ac_ext <<_ACEOF
9756 /* confdefs.h. */
9757 _ACEOF
9758 cat confdefs.h >>conftest.$ac_ext
9759 cat >>conftest.$ac_ext <<_ACEOF
9760 /* end confdefs.h. */
9762 /* Override any GCC internal prototype to avoid an error.
9763 Use char because int might match the return type of a GCC
9764 builtin and then its argument prototype would still apply. */
9765 #ifdef __cplusplus
9766 extern "C"
9767 #endif
9768 char XCreateWindow ();
9770 main ()
9772 return XCreateWindow ();
9774 return 0;
9776 _ACEOF
9777 rm -f conftest.$ac_objext conftest$ac_exeext
9778 if { (ac_try="$ac_link"
9779 case "(($ac_try" in
9780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9781 *) ac_try_echo=$ac_try;;
9782 esac
9783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9784 (eval "$ac_link") 2>conftest.er1
9785 ac_status=$?
9786 grep -v '^ *+' conftest.er1 >conftest.err
9787 rm -f conftest.er1
9788 cat conftest.err >&5
9789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9790 (exit $ac_status); } && {
9791 test -z "$ac_c_werror_flag" ||
9792 test ! -s conftest.err
9793 } && test -s conftest$ac_exeext &&
9794 $as_test_x conftest$ac_exeext; then
9795 case "$LIBEXT" in
9796 dll) ;;
9797 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'` ;;
9798 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9799 esac
9800 else
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.$ac_ext >&5
9807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9808 conftest$ac_exeext conftest.$ac_ext
9809 LIBS=$ac_check_soname_save_LIBS
9811 if test "x$ac_cv_lib_soname_X11" = "x"; then
9812 { echo "$as_me:$LINENO: result: not found" >&5
9813 echo "${ECHO_T}not found" >&6; }
9815 else
9816 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9817 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9819 cat >>confdefs.h <<_ACEOF
9820 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9821 _ACEOF
9826 { echo "$as_me:$LINENO: checking for -lXext" >&5
9827 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9828 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9829 echo $ECHO_N "(cached) $ECHO_C" >&6
9830 else
9831 ac_check_soname_save_LIBS=$LIBS
9832 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9833 cat >conftest.$ac_ext <<_ACEOF
9834 /* confdefs.h. */
9835 _ACEOF
9836 cat confdefs.h >>conftest.$ac_ext
9837 cat >>conftest.$ac_ext <<_ACEOF
9838 /* end confdefs.h. */
9840 /* Override any GCC internal prototype to avoid an error.
9841 Use char because int might match the return type of a GCC
9842 builtin and then its argument prototype would still apply. */
9843 #ifdef __cplusplus
9844 extern "C"
9845 #endif
9846 char XextCreateExtension ();
9848 main ()
9850 return XextCreateExtension ();
9852 return 0;
9854 _ACEOF
9855 rm -f conftest.$ac_objext conftest$ac_exeext
9856 if { (ac_try="$ac_link"
9857 case "(($ac_try" in
9858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9859 *) ac_try_echo=$ac_try;;
9860 esac
9861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9862 (eval "$ac_link") 2>conftest.er1
9863 ac_status=$?
9864 grep -v '^ *+' conftest.er1 >conftest.err
9865 rm -f conftest.er1
9866 cat conftest.err >&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); } && {
9869 test -z "$ac_c_werror_flag" ||
9870 test ! -s conftest.err
9871 } && test -s conftest$ac_exeext &&
9872 $as_test_x conftest$ac_exeext; then
9873 case "$LIBEXT" in
9874 dll) ;;
9875 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'` ;;
9876 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9877 esac
9878 else
9879 echo "$as_me: failed program was:" >&5
9880 sed 's/^/| /' conftest.$ac_ext >&5
9885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9886 conftest$ac_exeext conftest.$ac_ext
9887 LIBS=$ac_check_soname_save_LIBS
9889 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9890 { echo "$as_me:$LINENO: result: not found" >&5
9891 echo "${ECHO_T}not found" >&6; }
9893 else
9894 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9895 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9897 cat >>confdefs.h <<_ACEOF
9898 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9899 _ACEOF
9917 for ac_header in X11/Xlib.h \
9918 X11/XKBlib.h \
9919 X11/Xutil.h \
9920 X11/Xcursor/Xcursor.h \
9921 X11/extensions/shape.h \
9922 X11/extensions/XInput.h \
9923 X11/extensions/XShm.h \
9924 X11/extensions/Xcomposite.h \
9925 X11/extensions/Xinerama.h \
9926 X11/extensions/Xrandr.h \
9927 X11/extensions/Xrender.h \
9928 X11/extensions/xf86vmode.h
9930 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9931 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9932 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9934 echo $ECHO_N "(cached) $ECHO_C" >&6
9935 else
9936 cat >conftest.$ac_ext <<_ACEOF
9937 /* confdefs.h. */
9938 _ACEOF
9939 cat confdefs.h >>conftest.$ac_ext
9940 cat >>conftest.$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9942 #ifdef HAVE_X11_XLIB_H
9943 # include <X11/Xlib.h>
9944 #endif
9945 #ifdef HAVE_X11_XUTIL_H
9946 # include <X11/Xutil.h>
9947 #endif
9949 #include <$ac_header>
9950 _ACEOF
9951 rm -f conftest.$ac_objext
9952 if { (ac_try="$ac_compile"
9953 case "(($ac_try" in
9954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9955 *) ac_try_echo=$ac_try;;
9956 esac
9957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9958 (eval "$ac_compile") 2>conftest.er1
9959 ac_status=$?
9960 grep -v '^ *+' conftest.er1 >conftest.err
9961 rm -f conftest.er1
9962 cat conftest.err >&5
9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9964 (exit $ac_status); } && {
9965 test -z "$ac_c_werror_flag" ||
9966 test ! -s conftest.err
9967 } && test -s conftest.$ac_objext; then
9968 eval "$as_ac_Header=yes"
9969 else
9970 echo "$as_me: failed program was:" >&5
9971 sed 's/^/| /' conftest.$ac_ext >&5
9973 eval "$as_ac_Header=no"
9976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9978 ac_res=`eval echo '${'$as_ac_Header'}'`
9979 { echo "$as_me:$LINENO: result: $ac_res" >&5
9980 echo "${ECHO_T}$ac_res" >&6; }
9981 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9982 cat >>confdefs.h <<_ACEOF
9983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9984 _ACEOF
9988 done
9991 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9992 then
9993 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9994 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9995 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9996 echo $ECHO_N "(cached) $ECHO_C" >&6
9997 else
9998 ac_check_lib_save_LIBS=$LIBS
9999 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10000 cat >conftest.$ac_ext <<_ACEOF
10001 /* confdefs.h. */
10002 _ACEOF
10003 cat confdefs.h >>conftest.$ac_ext
10004 cat >>conftest.$ac_ext <<_ACEOF
10005 /* end confdefs.h. */
10007 /* Override any GCC internal prototype to avoid an error.
10008 Use char because int might match the return type of a GCC
10009 builtin and then its argument prototype would still apply. */
10010 #ifdef __cplusplus
10011 extern "C"
10012 #endif
10013 char XkbQueryExtension ();
10015 main ()
10017 return XkbQueryExtension ();
10019 return 0;
10021 _ACEOF
10022 rm -f conftest.$ac_objext conftest$ac_exeext
10023 if { (ac_try="$ac_link"
10024 case "(($ac_try" in
10025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10026 *) ac_try_echo=$ac_try;;
10027 esac
10028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10029 (eval "$ac_link") 2>conftest.er1
10030 ac_status=$?
10031 grep -v '^ *+' conftest.er1 >conftest.err
10032 rm -f conftest.er1
10033 cat conftest.err >&5
10034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); } && {
10036 test -z "$ac_c_werror_flag" ||
10037 test ! -s conftest.err
10038 } && test -s conftest$ac_exeext &&
10039 $as_test_x conftest$ac_exeext; then
10040 ac_cv_lib_X11_XkbQueryExtension=yes
10041 else
10042 echo "$as_me: failed program was:" >&5
10043 sed 's/^/| /' conftest.$ac_ext >&5
10045 ac_cv_lib_X11_XkbQueryExtension=no
10048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10049 conftest$ac_exeext conftest.$ac_ext
10050 LIBS=$ac_check_lib_save_LIBS
10052 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10053 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10054 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10056 cat >>confdefs.h <<\_ACEOF
10057 #define HAVE_XKB 1
10058 _ACEOF
10064 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10065 then
10066 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10067 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10068 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10069 echo $ECHO_N "(cached) $ECHO_C" >&6
10070 else
10071 ac_check_soname_save_LIBS=$LIBS
10072 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10073 cat >conftest.$ac_ext <<_ACEOF
10074 /* confdefs.h. */
10075 _ACEOF
10076 cat confdefs.h >>conftest.$ac_ext
10077 cat >>conftest.$ac_ext <<_ACEOF
10078 /* end confdefs.h. */
10080 /* Override any GCC internal prototype to avoid an error.
10081 Use char because int might match the return type of a GCC
10082 builtin and then its argument prototype would still apply. */
10083 #ifdef __cplusplus
10084 extern "C"
10085 #endif
10086 char XcursorImageLoadCursor ();
10088 main ()
10090 return XcursorImageLoadCursor ();
10092 return 0;
10094 _ACEOF
10095 rm -f conftest.$ac_objext conftest$ac_exeext
10096 if { (ac_try="$ac_link"
10097 case "(($ac_try" in
10098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10099 *) ac_try_echo=$ac_try;;
10100 esac
10101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10102 (eval "$ac_link") 2>conftest.er1
10103 ac_status=$?
10104 grep -v '^ *+' conftest.er1 >conftest.err
10105 rm -f conftest.er1
10106 cat conftest.err >&5
10107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10108 (exit $ac_status); } && {
10109 test -z "$ac_c_werror_flag" ||
10110 test ! -s conftest.err
10111 } && test -s conftest$ac_exeext &&
10112 $as_test_x conftest$ac_exeext; then
10113 case "$LIBEXT" in
10114 dll) ;;
10115 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'` ;;
10116 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10117 esac
10118 else
10119 echo "$as_me: failed program was:" >&5
10120 sed 's/^/| /' conftest.$ac_ext >&5
10125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10126 conftest$ac_exeext conftest.$ac_ext
10127 LIBS=$ac_check_soname_save_LIBS
10129 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10130 { echo "$as_me:$LINENO: result: not found" >&5
10131 echo "${ECHO_T}not found" >&6; }
10133 else
10134 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10135 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10137 cat >>confdefs.h <<_ACEOF
10138 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10139 _ACEOF
10145 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10146 case "x$with_xcursor" in
10147 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10148 xno) ;;
10149 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10150 This is an error since --with-xcursor was requested." >&5
10151 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10152 This is an error since --with-xcursor was requested." >&2;}
10153 { (exit 1); exit 1; }; } ;;
10154 esac
10158 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10159 then
10160 { echo "$as_me:$LINENO: checking for -lXi" >&5
10161 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10162 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10163 echo $ECHO_N "(cached) $ECHO_C" >&6
10164 else
10165 ac_check_soname_save_LIBS=$LIBS
10166 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10167 cat >conftest.$ac_ext <<_ACEOF
10168 /* confdefs.h. */
10169 _ACEOF
10170 cat confdefs.h >>conftest.$ac_ext
10171 cat >>conftest.$ac_ext <<_ACEOF
10172 /* end confdefs.h. */
10174 /* Override any GCC internal prototype to avoid an error.
10175 Use char because int might match the return type of a GCC
10176 builtin and then its argument prototype would still apply. */
10177 #ifdef __cplusplus
10178 extern "C"
10179 #endif
10180 char XOpenDevice ();
10182 main ()
10184 return XOpenDevice ();
10186 return 0;
10188 _ACEOF
10189 rm -f conftest.$ac_objext conftest$ac_exeext
10190 if { (ac_try="$ac_link"
10191 case "(($ac_try" in
10192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10193 *) ac_try_echo=$ac_try;;
10194 esac
10195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10196 (eval "$ac_link") 2>conftest.er1
10197 ac_status=$?
10198 grep -v '^ *+' conftest.er1 >conftest.err
10199 rm -f conftest.er1
10200 cat conftest.err >&5
10201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); } && {
10203 test -z "$ac_c_werror_flag" ||
10204 test ! -s conftest.err
10205 } && test -s conftest$ac_exeext &&
10206 $as_test_x conftest$ac_exeext; then
10207 case "$LIBEXT" in
10208 dll) ;;
10209 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'` ;;
10210 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10211 esac
10212 else
10213 echo "$as_me: failed program was:" >&5
10214 sed 's/^/| /' conftest.$ac_ext >&5
10219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10220 conftest$ac_exeext conftest.$ac_ext
10221 LIBS=$ac_check_soname_save_LIBS
10223 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10224 { echo "$as_me:$LINENO: result: not found" >&5
10225 echo "${ECHO_T}not found" >&6; }
10227 else
10228 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10229 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10231 cat >>confdefs.h <<_ACEOF
10232 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10233 _ACEOF
10239 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10240 case "x$with_xinput" in
10241 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10242 xno) ;;
10243 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10244 This is an error since --with-xinput was requested." >&5
10245 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10246 This is an error since --with-xinput was requested." >&2;}
10247 { (exit 1); exit 1; }; } ;;
10248 esac
10252 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10253 then
10254 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10255 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10256 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10257 echo $ECHO_N "(cached) $ECHO_C" >&6
10258 else
10259 ac_check_lib_save_LIBS=$LIBS
10260 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10261 cat >conftest.$ac_ext <<_ACEOF
10262 /* confdefs.h. */
10263 _ACEOF
10264 cat confdefs.h >>conftest.$ac_ext
10265 cat >>conftest.$ac_ext <<_ACEOF
10266 /* end confdefs.h. */
10268 /* Override any GCC internal prototype to avoid an error.
10269 Use char because int might match the return type of a GCC
10270 builtin and then its argument prototype would still apply. */
10271 #ifdef __cplusplus
10272 extern "C"
10273 #endif
10274 char XShmQueryExtension ();
10276 main ()
10278 return XShmQueryExtension ();
10280 return 0;
10282 _ACEOF
10283 rm -f conftest.$ac_objext conftest$ac_exeext
10284 if { (ac_try="$ac_link"
10285 case "(($ac_try" in
10286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10287 *) ac_try_echo=$ac_try;;
10288 esac
10289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10290 (eval "$ac_link") 2>conftest.er1
10291 ac_status=$?
10292 grep -v '^ *+' conftest.er1 >conftest.err
10293 rm -f conftest.er1
10294 cat conftest.err >&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); } && {
10297 test -z "$ac_c_werror_flag" ||
10298 test ! -s conftest.err
10299 } && test -s conftest$ac_exeext &&
10300 $as_test_x conftest$ac_exeext; then
10301 ac_cv_lib_Xext_XShmQueryExtension=yes
10302 else
10303 echo "$as_me: failed program was:" >&5
10304 sed 's/^/| /' conftest.$ac_ext >&5
10306 ac_cv_lib_Xext_XShmQueryExtension=no
10309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10310 conftest$ac_exeext conftest.$ac_ext
10311 LIBS=$ac_check_lib_save_LIBS
10313 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10314 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10315 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10317 cat >>confdefs.h <<\_ACEOF
10318 #define HAVE_LIBXXSHM 1
10319 _ACEOF
10324 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10325 case "x$with_xshm" in
10326 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10327 xno) ;;
10328 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10329 This is an error since --with-xshm was requested." >&5
10330 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10331 This is an error since --with-xshm was requested." >&2;}
10332 { (exit 1); exit 1; }; } ;;
10333 esac
10337 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10338 then
10339 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10340 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10341 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10342 echo $ECHO_N "(cached) $ECHO_C" >&6
10343 else
10344 ac_check_lib_save_LIBS=$LIBS
10345 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10346 cat >conftest.$ac_ext <<_ACEOF
10347 /* confdefs.h. */
10348 _ACEOF
10349 cat confdefs.h >>conftest.$ac_ext
10350 cat >>conftest.$ac_ext <<_ACEOF
10351 /* end confdefs.h. */
10353 /* Override any GCC internal prototype to avoid an error.
10354 Use char because int might match the return type of a GCC
10355 builtin and then its argument prototype would still apply. */
10356 #ifdef __cplusplus
10357 extern "C"
10358 #endif
10359 char XShapeQueryExtension ();
10361 main ()
10363 return XShapeQueryExtension ();
10365 return 0;
10367 _ACEOF
10368 rm -f conftest.$ac_objext conftest$ac_exeext
10369 if { (ac_try="$ac_link"
10370 case "(($ac_try" in
10371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10372 *) ac_try_echo=$ac_try;;
10373 esac
10374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10375 (eval "$ac_link") 2>conftest.er1
10376 ac_status=$?
10377 grep -v '^ *+' conftest.er1 >conftest.err
10378 rm -f conftest.er1
10379 cat conftest.err >&5
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 (exit $ac_status); } && {
10382 test -z "$ac_c_werror_flag" ||
10383 test ! -s conftest.err
10384 } && test -s conftest$ac_exeext &&
10385 $as_test_x conftest$ac_exeext; then
10386 ac_cv_lib_Xext_XShapeQueryExtension=yes
10387 else
10388 echo "$as_me: failed program was:" >&5
10389 sed 's/^/| /' conftest.$ac_ext >&5
10391 ac_cv_lib_Xext_XShapeQueryExtension=no
10394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10395 conftest$ac_exeext conftest.$ac_ext
10396 LIBS=$ac_check_lib_save_LIBS
10398 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10399 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10400 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10402 cat >>confdefs.h <<\_ACEOF
10403 #define HAVE_LIBXSHAPE 1
10404 _ACEOF
10409 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10410 case "x$with_xshape" in
10411 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10412 xno) ;;
10413 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10414 This is an error since --with-xshape was requested." >&5
10415 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10416 This is an error since --with-xshape was requested." >&2;}
10417 { (exit 1); exit 1; }; } ;;
10418 esac
10422 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10423 then
10424 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10425 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10428 else
10429 ac_check_soname_save_LIBS=$LIBS
10430 LIBS="-lXxf86vm $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 XF86VidModeQueryExtension ();
10446 main ()
10448 return XF86VidModeQueryExtension ();
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 case "$LIBEXT" in
10472 dll) ;;
10473 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'` ;;
10474 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10475 esac
10476 else
10477 echo "$as_me: failed program was:" >&5
10478 sed 's/^/| /' conftest.$ac_ext >&5
10483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10484 conftest$ac_exeext conftest.$ac_ext
10485 LIBS=$ac_check_soname_save_LIBS
10487 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10488 { echo "$as_me:$LINENO: result: not found" >&5
10489 echo "${ECHO_T}not found" >&6; }
10491 else
10492 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10493 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10495 cat >>confdefs.h <<_ACEOF
10496 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10497 _ACEOF
10503 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10504 case "x$with_xxf86vm" in
10505 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10506 xno) ;;
10507 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10508 This is an error since --with-xxf86vm was requested." >&5
10509 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10510 This is an error since --with-xxf86vm was requested." >&2;}
10511 { (exit 1); exit 1; }; } ;;
10512 esac
10516 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"
10517 then
10518 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10519 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10520 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10521 echo $ECHO_N "(cached) $ECHO_C" >&6
10522 else
10523 ac_check_soname_save_LIBS=$LIBS
10524 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10525 cat >conftest.$ac_ext <<_ACEOF
10526 /* confdefs.h. */
10527 _ACEOF
10528 cat confdefs.h >>conftest.$ac_ext
10529 cat >>conftest.$ac_ext <<_ACEOF
10530 /* end confdefs.h. */
10532 /* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10535 #ifdef __cplusplus
10536 extern "C"
10537 #endif
10538 char XRenderQueryExtension ();
10540 main ()
10542 return XRenderQueryExtension ();
10544 return 0;
10546 _ACEOF
10547 rm -f conftest.$ac_objext conftest$ac_exeext
10548 if { (ac_try="$ac_link"
10549 case "(($ac_try" in
10550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10551 *) ac_try_echo=$ac_try;;
10552 esac
10553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10554 (eval "$ac_link") 2>conftest.er1
10555 ac_status=$?
10556 grep -v '^ *+' conftest.er1 >conftest.err
10557 rm -f conftest.er1
10558 cat conftest.err >&5
10559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10560 (exit $ac_status); } && {
10561 test -z "$ac_c_werror_flag" ||
10562 test ! -s conftest.err
10563 } && test -s conftest$ac_exeext &&
10564 $as_test_x conftest$ac_exeext; then
10565 case "$LIBEXT" in
10566 dll) ;;
10567 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'` ;;
10568 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10569 esac
10570 else
10571 echo "$as_me: failed program was:" >&5
10572 sed 's/^/| /' conftest.$ac_ext >&5
10577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10578 conftest$ac_exeext conftest.$ac_ext
10579 LIBS=$ac_check_soname_save_LIBS
10581 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10582 { echo "$as_me:$LINENO: result: not found" >&5
10583 echo "${ECHO_T}not found" >&6; }
10585 else
10586 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10587 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10589 cat >>confdefs.h <<_ACEOF
10590 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10591 _ACEOF
10593 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10594 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10595 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10596 echo $ECHO_N "(cached) $ECHO_C" >&6
10597 else
10598 ac_check_lib_save_LIBS=$LIBS
10599 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10600 cat >conftest.$ac_ext <<_ACEOF
10601 /* confdefs.h. */
10602 _ACEOF
10603 cat confdefs.h >>conftest.$ac_ext
10604 cat >>conftest.$ac_ext <<_ACEOF
10605 /* end confdefs.h. */
10607 /* Override any GCC internal prototype to avoid an error.
10608 Use char because int might match the return type of a GCC
10609 builtin and then its argument prototype would still apply. */
10610 #ifdef __cplusplus
10611 extern "C"
10612 #endif
10613 char XRenderSetPictureTransform ();
10615 main ()
10617 return XRenderSetPictureTransform ();
10619 return 0;
10621 _ACEOF
10622 rm -f conftest.$ac_objext conftest$ac_exeext
10623 if { (ac_try="$ac_link"
10624 case "(($ac_try" in
10625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10626 *) ac_try_echo=$ac_try;;
10627 esac
10628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10629 (eval "$ac_link") 2>conftest.er1
10630 ac_status=$?
10631 grep -v '^ *+' conftest.er1 >conftest.err
10632 rm -f conftest.er1
10633 cat conftest.err >&5
10634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10635 (exit $ac_status); } && {
10636 test -z "$ac_c_werror_flag" ||
10637 test ! -s conftest.err
10638 } && test -s conftest$ac_exeext &&
10639 $as_test_x conftest$ac_exeext; then
10640 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10641 else
10642 echo "$as_me: failed program was:" >&5
10643 sed 's/^/| /' conftest.$ac_ext >&5
10645 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10649 conftest$ac_exeext conftest.$ac_ext
10650 LIBS=$ac_check_lib_save_LIBS
10652 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10653 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10654 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10656 cat >>confdefs.h <<\_ACEOF
10657 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10658 _ACEOF
10666 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10667 case "x$with_xrender" in
10668 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10669 xno) ;;
10670 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10671 This is an error since --with-xrender was requested." >&5
10672 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10673 This is an error since --with-xrender was requested." >&2;}
10674 { (exit 1); exit 1; }; } ;;
10675 esac
10679 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10680 then
10681 cat >conftest.$ac_ext <<_ACEOF
10682 /* confdefs.h. */
10683 _ACEOF
10684 cat confdefs.h >>conftest.$ac_ext
10685 cat >>conftest.$ac_ext <<_ACEOF
10686 /* end confdefs.h. */
10687 #include <X11/Xlib.h>
10688 #include <X11/extensions/Xrandr.h>
10690 main ()
10692 static typeof(XRRSetScreenConfigAndRate) * func;
10694 return 0;
10696 _ACEOF
10697 rm -f conftest.$ac_objext
10698 if { (ac_try="$ac_compile"
10699 case "(($ac_try" in
10700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10701 *) ac_try_echo=$ac_try;;
10702 esac
10703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10704 (eval "$ac_compile") 2>conftest.er1
10705 ac_status=$?
10706 grep -v '^ *+' conftest.er1 >conftest.err
10707 rm -f conftest.er1
10708 cat conftest.err >&5
10709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10710 (exit $ac_status); } && {
10711 test -z "$ac_c_werror_flag" ||
10712 test ! -s conftest.err
10713 } && test -s conftest.$ac_objext; then
10714 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10715 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10716 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10717 echo $ECHO_N "(cached) $ECHO_C" >&6
10718 else
10719 ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721 cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h. */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XRRQueryExtension ();
10736 main ()
10738 return XRRQueryExtension ();
10740 return 0;
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747 *) ac_try_echo=$ac_try;;
10748 esac
10749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10750 (eval "$ac_link") 2>conftest.er1
10751 ac_status=$?
10752 grep -v '^ *+' conftest.er1 >conftest.err
10753 rm -f conftest.er1
10754 cat conftest.err >&5
10755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10756 (exit $ac_status); } && {
10757 test -z "$ac_c_werror_flag" ||
10758 test ! -s conftest.err
10759 } && test -s conftest$ac_exeext &&
10760 $as_test_x conftest$ac_exeext; then
10761 case "$LIBEXT" in
10762 dll) ;;
10763 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'` ;;
10764 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10765 esac
10766 else
10767 echo "$as_me: failed program was:" >&5
10768 sed 's/^/| /' conftest.$ac_ext >&5
10773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10774 conftest$ac_exeext conftest.$ac_ext
10775 LIBS=$ac_check_soname_save_LIBS
10777 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10778 { echo "$as_me:$LINENO: result: not found" >&5
10779 echo "${ECHO_T}not found" >&6; }
10781 else
10782 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10783 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10785 cat >>confdefs.h <<_ACEOF
10786 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10787 _ACEOF
10792 else
10793 echo "$as_me: failed program was:" >&5
10794 sed 's/^/| /' conftest.$ac_ext >&5
10799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10801 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10802 case "x$with_xrandr" in
10803 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10804 xno) ;;
10805 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10806 This is an error since --with-xrandr was requested." >&5
10807 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10808 This is an error since --with-xrandr was requested." >&2;}
10809 { (exit 1); exit 1; }; } ;;
10810 esac
10814 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10815 then
10816 cat >conftest.$ac_ext <<_ACEOF
10817 /* confdefs.h. */
10818 _ACEOF
10819 cat confdefs.h >>conftest.$ac_ext
10820 cat >>conftest.$ac_ext <<_ACEOF
10821 /* end confdefs.h. */
10822 #include <X11/Xlib.h>
10823 #include <X11/extensions/Xinerama.h>
10825 main ()
10827 static typeof(XineramaQueryScreens) * func;
10829 return 0;
10831 _ACEOF
10832 rm -f conftest.$ac_objext
10833 if { (ac_try="$ac_compile"
10834 case "(($ac_try" in
10835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836 *) ac_try_echo=$ac_try;;
10837 esac
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839 (eval "$ac_compile") 2>conftest.er1
10840 ac_status=$?
10841 grep -v '^ *+' conftest.er1 >conftest.err
10842 rm -f conftest.er1
10843 cat conftest.err >&5
10844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845 (exit $ac_status); } && {
10846 test -z "$ac_c_werror_flag" ||
10847 test ! -s conftest.err
10848 } && test -s conftest.$ac_objext; then
10849 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10850 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10851 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10852 echo $ECHO_N "(cached) $ECHO_C" >&6
10853 else
10854 ac_check_soname_save_LIBS=$LIBS
10855 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10856 cat >conftest.$ac_ext <<_ACEOF
10857 /* confdefs.h. */
10858 _ACEOF
10859 cat confdefs.h >>conftest.$ac_ext
10860 cat >>conftest.$ac_ext <<_ACEOF
10861 /* end confdefs.h. */
10863 /* Override any GCC internal prototype to avoid an error.
10864 Use char because int might match the return type of a GCC
10865 builtin and then its argument prototype would still apply. */
10866 #ifdef __cplusplus
10867 extern "C"
10868 #endif
10869 char XineramaQueryScreens ();
10871 main ()
10873 return XineramaQueryScreens ();
10875 return 0;
10877 _ACEOF
10878 rm -f conftest.$ac_objext conftest$ac_exeext
10879 if { (ac_try="$ac_link"
10880 case "(($ac_try" in
10881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10882 *) ac_try_echo=$ac_try;;
10883 esac
10884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10885 (eval "$ac_link") 2>conftest.er1
10886 ac_status=$?
10887 grep -v '^ *+' conftest.er1 >conftest.err
10888 rm -f conftest.er1
10889 cat conftest.err >&5
10890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10891 (exit $ac_status); } && {
10892 test -z "$ac_c_werror_flag" ||
10893 test ! -s conftest.err
10894 } && test -s conftest$ac_exeext &&
10895 $as_test_x conftest$ac_exeext; then
10896 case "$LIBEXT" in
10897 dll) ;;
10898 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'` ;;
10899 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10900 esac
10901 else
10902 echo "$as_me: failed program was:" >&5
10903 sed 's/^/| /' conftest.$ac_ext >&5
10908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10909 conftest$ac_exeext conftest.$ac_ext
10910 LIBS=$ac_check_soname_save_LIBS
10912 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10913 { echo "$as_me:$LINENO: result: not found" >&5
10914 echo "${ECHO_T}not found" >&6; }
10916 else
10917 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10918 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10920 cat >>confdefs.h <<_ACEOF
10921 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10922 _ACEOF
10927 else
10928 echo "$as_me: failed program was:" >&5
10929 sed 's/^/| /' conftest.$ac_ext >&5
10934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10936 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10937 case "x$with_xinerama" in
10938 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10939 xno) ;;
10940 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10941 This is an error since --with-xinerama was requested." >&5
10942 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10943 This is an error since --with-xinerama was requested." >&2;}
10944 { (exit 1); exit 1; }; } ;;
10945 esac
10949 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10950 then
10951 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10952 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10953 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10954 echo $ECHO_N "(cached) $ECHO_C" >&6
10955 else
10956 ac_check_soname_save_LIBS=$LIBS
10957 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10958 cat >conftest.$ac_ext <<_ACEOF
10959 /* confdefs.h. */
10960 _ACEOF
10961 cat confdefs.h >>conftest.$ac_ext
10962 cat >>conftest.$ac_ext <<_ACEOF
10963 /* end confdefs.h. */
10965 /* Override any GCC internal prototype to avoid an error.
10966 Use char because int might match the return type of a GCC
10967 builtin and then its argument prototype would still apply. */
10968 #ifdef __cplusplus
10969 extern "C"
10970 #endif
10971 char XCompositeRedirectWindow ();
10973 main ()
10975 return XCompositeRedirectWindow ();
10977 return 0;
10979 _ACEOF
10980 rm -f conftest.$ac_objext conftest$ac_exeext
10981 if { (ac_try="$ac_link"
10982 case "(($ac_try" in
10983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10984 *) ac_try_echo=$ac_try;;
10985 esac
10986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10987 (eval "$ac_link") 2>conftest.er1
10988 ac_status=$?
10989 grep -v '^ *+' conftest.er1 >conftest.err
10990 rm -f conftest.er1
10991 cat conftest.err >&5
10992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10993 (exit $ac_status); } && {
10994 test -z "$ac_c_werror_flag" ||
10995 test ! -s conftest.err
10996 } && test -s conftest$ac_exeext &&
10997 $as_test_x conftest$ac_exeext; then
10998 case "$LIBEXT" in
10999 dll) ;;
11000 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'` ;;
11001 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11002 esac
11003 else
11004 echo "$as_me: failed program was:" >&5
11005 sed 's/^/| /' conftest.$ac_ext >&5
11010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11011 conftest$ac_exeext conftest.$ac_ext
11012 LIBS=$ac_check_soname_save_LIBS
11014 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11015 { echo "$as_me:$LINENO: result: not found" >&5
11016 echo "${ECHO_T}not found" >&6; }
11018 else
11019 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11020 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11022 cat >>confdefs.h <<_ACEOF
11023 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11024 _ACEOF
11030 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11031 case "x$with_xcomposite" in
11032 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11033 xno) ;;
11034 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11035 This is an error since --with-xcomposite was requested." >&5
11036 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11037 This is an error since --with-xcomposite was requested." >&2;}
11038 { (exit 1); exit 1; }; } ;;
11039 esac
11043 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11044 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11045 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11046 echo $ECHO_N "(cached) $ECHO_C" >&6
11047 else
11048 cat >conftest.$ac_ext <<_ACEOF
11049 /* confdefs.h. */
11050 _ACEOF
11051 cat confdefs.h >>conftest.$ac_ext
11052 cat >>conftest.$ac_ext <<_ACEOF
11053 /* end confdefs.h. */
11054 #ifdef HAVE_X11_XLIB_H
11055 #include <X11/Xlib.h>
11056 #endif
11059 main ()
11061 static XICCallback ac_aggr;
11062 if (ac_aggr.callback)
11063 return 0;
11065 return 0;
11067 _ACEOF
11068 rm -f conftest.$ac_objext
11069 if { (ac_try="$ac_compile"
11070 case "(($ac_try" in
11071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11072 *) ac_try_echo=$ac_try;;
11073 esac
11074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11075 (eval "$ac_compile") 2>conftest.er1
11076 ac_status=$?
11077 grep -v '^ *+' conftest.er1 >conftest.err
11078 rm -f conftest.er1
11079 cat conftest.err >&5
11080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081 (exit $ac_status); } && {
11082 test -z "$ac_c_werror_flag" ||
11083 test ! -s conftest.err
11084 } && test -s conftest.$ac_objext; then
11085 ac_cv_member_XICCallback_callback=yes
11086 else
11087 echo "$as_me: failed program was:" >&5
11088 sed 's/^/| /' conftest.$ac_ext >&5
11090 cat >conftest.$ac_ext <<_ACEOF
11091 /* confdefs.h. */
11092 _ACEOF
11093 cat confdefs.h >>conftest.$ac_ext
11094 cat >>conftest.$ac_ext <<_ACEOF
11095 /* end confdefs.h. */
11096 #ifdef HAVE_X11_XLIB_H
11097 #include <X11/Xlib.h>
11098 #endif
11101 main ()
11103 static XICCallback ac_aggr;
11104 if (sizeof ac_aggr.callback)
11105 return 0;
11107 return 0;
11109 _ACEOF
11110 rm -f conftest.$ac_objext
11111 if { (ac_try="$ac_compile"
11112 case "(($ac_try" in
11113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11114 *) ac_try_echo=$ac_try;;
11115 esac
11116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11117 (eval "$ac_compile") 2>conftest.er1
11118 ac_status=$?
11119 grep -v '^ *+' conftest.er1 >conftest.err
11120 rm -f conftest.er1
11121 cat conftest.err >&5
11122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11123 (exit $ac_status); } && {
11124 test -z "$ac_c_werror_flag" ||
11125 test ! -s conftest.err
11126 } && test -s conftest.$ac_objext; then
11127 ac_cv_member_XICCallback_callback=yes
11128 else
11129 echo "$as_me: failed program was:" >&5
11130 sed 's/^/| /' conftest.$ac_ext >&5
11132 ac_cv_member_XICCallback_callback=no
11135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11140 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11141 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11142 if test $ac_cv_member_XICCallback_callback = yes; then
11144 cat >>confdefs.h <<_ACEOF
11145 #define HAVE_XICCALLBACK_CALLBACK 1
11146 _ACEOF
11153 opengl_msg=""
11154 if test "x$with_opengl" != "xno"
11155 then
11160 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11162 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11163 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11164 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11166 echo $ECHO_N "(cached) $ECHO_C" >&6
11167 else
11168 cat >conftest.$ac_ext <<_ACEOF
11169 /* confdefs.h. */
11170 _ACEOF
11171 cat confdefs.h >>conftest.$ac_ext
11172 cat >>conftest.$ac_ext <<_ACEOF
11173 /* end confdefs.h. */
11174 #ifdef HAVE_GL_GLX_H
11175 # include <GL/glx.h>
11176 #endif
11178 #include <$ac_header>
11179 _ACEOF
11180 rm -f conftest.$ac_objext
11181 if { (ac_try="$ac_compile"
11182 case "(($ac_try" in
11183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11184 *) ac_try_echo=$ac_try;;
11185 esac
11186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11187 (eval "$ac_compile") 2>conftest.er1
11188 ac_status=$?
11189 grep -v '^ *+' conftest.er1 >conftest.err
11190 rm -f conftest.er1
11191 cat conftest.err >&5
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } && {
11194 test -z "$ac_c_werror_flag" ||
11195 test ! -s conftest.err
11196 } && test -s conftest.$ac_objext; then
11197 eval "$as_ac_Header=yes"
11198 else
11199 echo "$as_me: failed program was:" >&5
11200 sed 's/^/| /' conftest.$ac_ext >&5
11202 eval "$as_ac_Header=no"
11205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11207 ac_res=`eval echo '${'$as_ac_Header'}'`
11208 { echo "$as_me:$LINENO: result: $ac_res" >&5
11209 echo "${ECHO_T}$ac_res" >&6; }
11210 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11211 cat >>confdefs.h <<_ACEOF
11212 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11213 _ACEOF
11217 done
11219 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11220 then
11221 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11222 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11223 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11224 echo $ECHO_N "(cached) $ECHO_C" >&6
11225 else
11226 cat >conftest.$ac_ext <<_ACEOF
11227 /* confdefs.h. */
11228 _ACEOF
11229 cat confdefs.h >>conftest.$ac_ext
11230 cat >>conftest.$ac_ext <<_ACEOF
11231 /* end confdefs.h. */
11232 #include <GL/gl.h>
11234 main ()
11236 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11238 return 0;
11240 _ACEOF
11241 rm -f conftest.$ac_objext
11242 if { (ac_try="$ac_compile"
11243 case "(($ac_try" in
11244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11245 *) ac_try_echo=$ac_try;;
11246 esac
11247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11248 (eval "$ac_compile") 2>conftest.er1
11249 ac_status=$?
11250 grep -v '^ *+' conftest.er1 >conftest.err
11251 rm -f conftest.er1
11252 cat conftest.err >&5
11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); } && {
11255 test -z "$ac_c_werror_flag" ||
11256 test ! -s conftest.err
11257 } && test -s conftest.$ac_objext; then
11258 wine_cv_opengl_header_version_OK="yes"
11259 else
11260 echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.$ac_ext >&5
11263 wine_cv_opengl_header_version_OK="no"
11266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11268 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11269 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11271 if test "$wine_cv_opengl_header_version_OK" = "yes"
11272 then
11273 { echo "$as_me:$LINENO: checking for -lGL" >&5
11274 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11275 if test "${ac_cv_lib_soname_GL+set}" = set; then
11276 echo $ECHO_N "(cached) $ECHO_C" >&6
11277 else
11278 ac_check_soname_save_LIBS=$LIBS
11279 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11280 cat >conftest.$ac_ext <<_ACEOF
11281 /* confdefs.h. */
11282 _ACEOF
11283 cat confdefs.h >>conftest.$ac_ext
11284 cat >>conftest.$ac_ext <<_ACEOF
11285 /* end confdefs.h. */
11287 /* Override any GCC internal prototype to avoid an error.
11288 Use char because int might match the return type of a GCC
11289 builtin and then its argument prototype would still apply. */
11290 #ifdef __cplusplus
11291 extern "C"
11292 #endif
11293 char glXCreateContext ();
11295 main ()
11297 return glXCreateContext ();
11299 return 0;
11301 _ACEOF
11302 rm -f conftest.$ac_objext conftest$ac_exeext
11303 if { (ac_try="$ac_link"
11304 case "(($ac_try" in
11305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11306 *) ac_try_echo=$ac_try;;
11307 esac
11308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11309 (eval "$ac_link") 2>conftest.er1
11310 ac_status=$?
11311 grep -v '^ *+' conftest.er1 >conftest.err
11312 rm -f conftest.er1
11313 cat conftest.err >&5
11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315 (exit $ac_status); } && {
11316 test -z "$ac_c_werror_flag" ||
11317 test ! -s conftest.err
11318 } && test -s conftest$ac_exeext &&
11319 $as_test_x conftest$ac_exeext; then
11320 case "$LIBEXT" in
11321 dll) ;;
11322 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'` ;;
11323 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11324 esac
11325 else
11326 echo "$as_me: failed program was:" >&5
11327 sed 's/^/| /' conftest.$ac_ext >&5
11332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11333 conftest$ac_exeext conftest.$ac_ext
11334 LIBS=$ac_check_soname_save_LIBS
11336 if test "x$ac_cv_lib_soname_GL" = "x"; then
11337 { echo "$as_me:$LINENO: result: not found" >&5
11338 echo "${ECHO_T}not found" >&6; }
11339 { echo "$as_me:$LINENO: checking for -lGL" >&5
11340 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11341 if test "${ac_cv_lib_soname_GL+set}" = set; then
11342 echo $ECHO_N "(cached) $ECHO_C" >&6
11343 else
11344 ac_check_soname_save_LIBS=$LIBS
11345 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"
11346 cat >conftest.$ac_ext <<_ACEOF
11347 /* confdefs.h. */
11348 _ACEOF
11349 cat confdefs.h >>conftest.$ac_ext
11350 cat >>conftest.$ac_ext <<_ACEOF
11351 /* end confdefs.h. */
11353 /* Override any GCC internal prototype to avoid an error.
11354 Use char because int might match the return type of a GCC
11355 builtin and then its argument prototype would still apply. */
11356 #ifdef __cplusplus
11357 extern "C"
11358 #endif
11359 char glXCreateContext ();
11361 main ()
11363 return glXCreateContext ();
11365 return 0;
11367 _ACEOF
11368 rm -f conftest.$ac_objext conftest$ac_exeext
11369 if { (ac_try="$ac_link"
11370 case "(($ac_try" in
11371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11372 *) ac_try_echo=$ac_try;;
11373 esac
11374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11375 (eval "$ac_link") 2>conftest.er1
11376 ac_status=$?
11377 grep -v '^ *+' conftest.er1 >conftest.err
11378 rm -f conftest.er1
11379 cat conftest.err >&5
11380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11381 (exit $ac_status); } && {
11382 test -z "$ac_c_werror_flag" ||
11383 test ! -s conftest.err
11384 } && test -s conftest$ac_exeext &&
11385 $as_test_x conftest$ac_exeext; then
11386 case "$LIBEXT" in
11387 dll) ;;
11388 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'` ;;
11389 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11390 esac
11391 else
11392 echo "$as_me: failed program was:" >&5
11393 sed 's/^/| /' conftest.$ac_ext >&5
11398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11399 conftest$ac_exeext conftest.$ac_ext
11400 LIBS=$ac_check_soname_save_LIBS
11402 if test "x$ac_cv_lib_soname_GL" = "x"; then
11403 { echo "$as_me:$LINENO: result: not found" >&5
11404 echo "${ECHO_T}not found" >&6; }
11405 if test -f /usr/X11R6/lib/libGL.a
11406 then
11407 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11408 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11409 else
11410 opengl_msg="No OpenGL library found on this system."
11412 else
11413 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11414 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11416 cat >>confdefs.h <<_ACEOF
11417 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11418 _ACEOF
11420 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"
11422 cat >>confdefs.h <<\_ACEOF
11423 #define HAVE_OPENGL 1
11424 _ACEOF
11428 else
11429 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11430 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11432 cat >>confdefs.h <<_ACEOF
11433 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11434 _ACEOF
11436 OPENGL_LIBS="-lGL"
11438 cat >>confdefs.h <<\_ACEOF
11439 #define HAVE_OPENGL 1
11440 _ACEOF
11444 if test "$ac_cv_header_GL_glu_h" = "yes"
11445 then
11446 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11447 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11448 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11449 echo $ECHO_N "(cached) $ECHO_C" >&6
11450 else
11451 ac_check_soname_save_LIBS=$LIBS
11452 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11453 cat >conftest.$ac_ext <<_ACEOF
11454 /* confdefs.h. */
11455 _ACEOF
11456 cat confdefs.h >>conftest.$ac_ext
11457 cat >>conftest.$ac_ext <<_ACEOF
11458 /* end confdefs.h. */
11460 /* Override any GCC internal prototype to avoid an error.
11461 Use char because int might match the return type of a GCC
11462 builtin and then its argument prototype would still apply. */
11463 #ifdef __cplusplus
11464 extern "C"
11465 #endif
11466 char gluLookAt ();
11468 main ()
11470 return gluLookAt ();
11472 return 0;
11474 _ACEOF
11475 rm -f conftest.$ac_objext conftest$ac_exeext
11476 if { (ac_try="$ac_link"
11477 case "(($ac_try" in
11478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11479 *) ac_try_echo=$ac_try;;
11480 esac
11481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11482 (eval "$ac_link") 2>conftest.er1
11483 ac_status=$?
11484 grep -v '^ *+' conftest.er1 >conftest.err
11485 rm -f conftest.er1
11486 cat conftest.err >&5
11487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11488 (exit $ac_status); } && {
11489 test -z "$ac_c_werror_flag" ||
11490 test ! -s conftest.err
11491 } && test -s conftest$ac_exeext &&
11492 $as_test_x conftest$ac_exeext; then
11493 case "$LIBEXT" in
11494 dll) ;;
11495 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'` ;;
11496 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11497 esac
11498 else
11499 echo "$as_me: failed program was:" >&5
11500 sed 's/^/| /' conftest.$ac_ext >&5
11505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11506 conftest$ac_exeext conftest.$ac_ext
11507 LIBS=$ac_check_soname_save_LIBS
11509 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11510 { echo "$as_me:$LINENO: result: not found" >&5
11511 echo "${ECHO_T}not found" >&6; }
11513 else
11514 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11515 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11517 cat >>confdefs.h <<_ACEOF
11518 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11519 _ACEOF
11525 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11526 case "x$with_glu" in
11527 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11528 xno) ;;
11529 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11530 This is an error since --with-glu was requested." >&5
11531 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11532 This is an error since --with-glu was requested." >&2;}
11533 { (exit 1); exit 1; }; } ;;
11534 esac
11537 else
11538 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11540 else
11541 opengl_msg="OpenGL development headers not found."
11543 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11544 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11545 else
11546 enable_opengl32=${enable_opengl32:-no}
11547 enable_glu32=${enable_glu32:-no}
11549 if test -n "$opengl_msg"; then
11550 case "x$with_opengl" in
11551 x) wine_warnings="$wine_warnings|$opengl_msg
11552 OpenGL and Direct3D won't be supported." ;;
11553 xno) ;;
11554 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11555 OpenGL and Direct3D won't be supported.
11556 This is an error since --with-opengl was requested." >&5
11557 echo "$as_me: error: $opengl_msg
11558 OpenGL and Direct3D won't be supported.
11559 This is an error since --with-opengl was requested." >&2;}
11560 { (exit 1); exit 1; }; } ;;
11561 esac
11565 NASLIBS=""
11568 for ac_header in audio/audiolib.h
11570 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11572 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11575 echo $ECHO_N "(cached) $ECHO_C" >&6
11577 ac_res=`eval echo '${'$as_ac_Header'}'`
11578 { echo "$as_me:$LINENO: result: $ac_res" >&5
11579 echo "${ECHO_T}$ac_res" >&6; }
11580 else
11581 # Is the header compilable?
11582 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11583 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11584 cat >conftest.$ac_ext <<_ACEOF
11585 /* confdefs.h. */
11586 _ACEOF
11587 cat confdefs.h >>conftest.$ac_ext
11588 cat >>conftest.$ac_ext <<_ACEOF
11589 /* end confdefs.h. */
11590 $ac_includes_default
11591 #include <$ac_header>
11592 _ACEOF
11593 rm -f conftest.$ac_objext
11594 if { (ac_try="$ac_compile"
11595 case "(($ac_try" in
11596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11597 *) ac_try_echo=$ac_try;;
11598 esac
11599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11600 (eval "$ac_compile") 2>conftest.er1
11601 ac_status=$?
11602 grep -v '^ *+' conftest.er1 >conftest.err
11603 rm -f conftest.er1
11604 cat conftest.err >&5
11605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11606 (exit $ac_status); } && {
11607 test -z "$ac_c_werror_flag" ||
11608 test ! -s conftest.err
11609 } && test -s conftest.$ac_objext; then
11610 ac_header_compiler=yes
11611 else
11612 echo "$as_me: failed program was:" >&5
11613 sed 's/^/| /' conftest.$ac_ext >&5
11615 ac_header_compiler=no
11618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11619 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11620 echo "${ECHO_T}$ac_header_compiler" >&6; }
11622 # Is the header present?
11623 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11624 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11625 cat >conftest.$ac_ext <<_ACEOF
11626 /* confdefs.h. */
11627 _ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11631 #include <$ac_header>
11632 _ACEOF
11633 if { (ac_try="$ac_cpp conftest.$ac_ext"
11634 case "(($ac_try" in
11635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11636 *) ac_try_echo=$ac_try;;
11637 esac
11638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11639 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11640 ac_status=$?
11641 grep -v '^ *+' conftest.er1 >conftest.err
11642 rm -f conftest.er1
11643 cat conftest.err >&5
11644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645 (exit $ac_status); } >/dev/null && {
11646 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11647 test ! -s conftest.err
11648 }; then
11649 ac_header_preproc=yes
11650 else
11651 echo "$as_me: failed program was:" >&5
11652 sed 's/^/| /' conftest.$ac_ext >&5
11654 ac_header_preproc=no
11657 rm -f conftest.err conftest.$ac_ext
11658 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11659 echo "${ECHO_T}$ac_header_preproc" >&6; }
11661 # So? What about this header?
11662 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11663 yes:no: )
11664 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11665 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11666 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11667 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11668 ac_header_preproc=yes
11670 no:yes:* )
11671 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11672 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11673 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11674 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11675 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11676 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11677 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11678 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11679 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11680 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11681 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11682 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11683 ( cat <<\_ASBOX
11684 ## ------------------------------------ ##
11685 ## Report this to wine-devel@winehq.org ##
11686 ## ------------------------------------ ##
11687 _ASBOX
11688 ) | sed "s/^/$as_me: WARNING: /" >&2
11690 esac
11691 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11692 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11693 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11694 echo $ECHO_N "(cached) $ECHO_C" >&6
11695 else
11696 eval "$as_ac_Header=\$ac_header_preproc"
11698 ac_res=`eval echo '${'$as_ac_Header'}'`
11699 { echo "$as_me:$LINENO: result: $ac_res" >&5
11700 echo "${ECHO_T}$ac_res" >&6; }
11703 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11704 cat >>confdefs.h <<_ACEOF
11705 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11706 _ACEOF
11708 for ac_header in audio/soundlib.h
11710 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11711 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11712 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11713 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11714 echo $ECHO_N "(cached) $ECHO_C" >&6
11715 else
11716 cat >conftest.$ac_ext <<_ACEOF
11717 /* confdefs.h. */
11718 _ACEOF
11719 cat confdefs.h >>conftest.$ac_ext
11720 cat >>conftest.$ac_ext <<_ACEOF
11721 /* end confdefs.h. */
11722 #include <audio/audiolib.h>
11724 #include <$ac_header>
11725 _ACEOF
11726 rm -f conftest.$ac_objext
11727 if { (ac_try="$ac_compile"
11728 case "(($ac_try" in
11729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11730 *) ac_try_echo=$ac_try;;
11731 esac
11732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11733 (eval "$ac_compile") 2>conftest.er1
11734 ac_status=$?
11735 grep -v '^ *+' conftest.er1 >conftest.err
11736 rm -f conftest.er1
11737 cat conftest.err >&5
11738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11739 (exit $ac_status); } && {
11740 test -z "$ac_c_werror_flag" ||
11741 test ! -s conftest.err
11742 } && test -s conftest.$ac_objext; then
11743 eval "$as_ac_Header=yes"
11744 else
11745 echo "$as_me: failed program was:" >&5
11746 sed 's/^/| /' conftest.$ac_ext >&5
11748 eval "$as_ac_Header=no"
11751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11753 ac_res=`eval echo '${'$as_ac_Header'}'`
11754 { echo "$as_me:$LINENO: result: $ac_res" >&5
11755 echo "${ECHO_T}$ac_res" >&6; }
11756 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11757 cat >>confdefs.h <<_ACEOF
11758 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11759 _ACEOF
11763 done
11765 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11766 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11767 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11768 echo $ECHO_N "(cached) $ECHO_C" >&6
11769 else
11770 ac_check_lib_save_LIBS=$LIBS
11771 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11772 cat >conftest.$ac_ext <<_ACEOF
11773 /* confdefs.h. */
11774 _ACEOF
11775 cat confdefs.h >>conftest.$ac_ext
11776 cat >>conftest.$ac_ext <<_ACEOF
11777 /* end confdefs.h. */
11779 /* Override any GCC internal prototype to avoid an error.
11780 Use char because int might match the return type of a GCC
11781 builtin and then its argument prototype would still apply. */
11782 #ifdef __cplusplus
11783 extern "C"
11784 #endif
11785 char AuCreateFlow ();
11787 main ()
11789 return AuCreateFlow ();
11791 return 0;
11793 _ACEOF
11794 rm -f conftest.$ac_objext conftest$ac_exeext
11795 if { (ac_try="$ac_link"
11796 case "(($ac_try" in
11797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11798 *) ac_try_echo=$ac_try;;
11799 esac
11800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11801 (eval "$ac_link") 2>conftest.er1
11802 ac_status=$?
11803 grep -v '^ *+' conftest.er1 >conftest.err
11804 rm -f conftest.er1
11805 cat conftest.err >&5
11806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11807 (exit $ac_status); } && {
11808 test -z "$ac_c_werror_flag" ||
11809 test ! -s conftest.err
11810 } && test -s conftest$ac_exeext &&
11811 $as_test_x conftest$ac_exeext; then
11812 ac_cv_lib_audio_AuCreateFlow=yes
11813 else
11814 echo "$as_me: failed program was:" >&5
11815 sed 's/^/| /' conftest.$ac_ext >&5
11817 ac_cv_lib_audio_AuCreateFlow=no
11820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11821 conftest$ac_exeext conftest.$ac_ext
11822 LIBS=$ac_check_lib_save_LIBS
11824 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11825 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11826 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11828 cat >>confdefs.h <<\_ACEOF
11829 #define HAVE_NAS 1
11830 _ACEOF
11832 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11833 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11834 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11835 echo $ECHO_N "(cached) $ECHO_C" >&6
11836 else
11837 ac_check_lib_save_LIBS=$LIBS
11838 LIBS="-lXau $X_LIBS $LIBS"
11839 cat >conftest.$ac_ext <<_ACEOF
11840 /* confdefs.h. */
11841 _ACEOF
11842 cat confdefs.h >>conftest.$ac_ext
11843 cat >>conftest.$ac_ext <<_ACEOF
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11849 #ifdef __cplusplus
11850 extern "C"
11851 #endif
11852 char XauGetBestAuthByAddr ();
11854 main ()
11856 return XauGetBestAuthByAddr ();
11858 return 0;
11860 _ACEOF
11861 rm -f conftest.$ac_objext conftest$ac_exeext
11862 if { (ac_try="$ac_link"
11863 case "(($ac_try" in
11864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11865 *) ac_try_echo=$ac_try;;
11866 esac
11867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11868 (eval "$ac_link") 2>conftest.er1
11869 ac_status=$?
11870 grep -v '^ *+' conftest.er1 >conftest.err
11871 rm -f conftest.er1
11872 cat conftest.err >&5
11873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11874 (exit $ac_status); } && {
11875 test -z "$ac_c_werror_flag" ||
11876 test ! -s conftest.err
11877 } && test -s conftest$ac_exeext &&
11878 $as_test_x conftest$ac_exeext; then
11879 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11880 else
11881 echo "$as_me: failed program was:" >&5
11882 sed 's/^/| /' conftest.$ac_ext >&5
11884 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11888 conftest$ac_exeext conftest.$ac_ext
11889 LIBS=$ac_check_lib_save_LIBS
11891 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11892 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11893 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11894 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11895 else
11896 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11904 done
11907 CPPFLAGS="$ac_save_CPPFLAGS"
11908 else
11909 XLIB=""
11910 X_CFLAGS=""
11911 X_LIBS=""
11912 enable_winex11_drv=${enable_winex11_drv:-no}
11913 enable_opengl32=${enable_opengl32:-no}
11914 enable_glu32=${enable_glu32:-no}
11916 if test "x$XLIB" = "x"; then
11917 case "x$with_x" in
11918 xno) ;;
11919 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11920 without X support, which probably isn't what you want. You will need to install
11921 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11922 Use the --without-x option if you really want this." >&5
11923 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11924 without X support, which probably isn't what you want. You will need to install
11925 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11926 Use the --without-x option if you really want this." >&2;}
11927 { (exit 1); exit 1; }; } ;;
11928 esac
11933 XML2LIBS=""
11935 XML2INCL=""
11937 XSLTINCL=""
11939 if test "x$with_xml" != "xno"
11940 then
11941 ac_save_CPPFLAGS="$CPPFLAGS"
11942 if test "$PKG_CONFIG" != "false"
11943 then
11944 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11945 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11946 else
11947 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11948 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11950 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11952 for ac_header in libxml/parser.h
11954 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11955 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11959 echo $ECHO_N "(cached) $ECHO_C" >&6
11961 ac_res=`eval echo '${'$as_ac_Header'}'`
11962 { echo "$as_me:$LINENO: result: $ac_res" >&5
11963 echo "${ECHO_T}$ac_res" >&6; }
11964 else
11965 # Is the header compilable?
11966 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11967 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11968 cat >conftest.$ac_ext <<_ACEOF
11969 /* confdefs.h. */
11970 _ACEOF
11971 cat confdefs.h >>conftest.$ac_ext
11972 cat >>conftest.$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11974 $ac_includes_default
11975 #include <$ac_header>
11976 _ACEOF
11977 rm -f conftest.$ac_objext
11978 if { (ac_try="$ac_compile"
11979 case "(($ac_try" in
11980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11981 *) ac_try_echo=$ac_try;;
11982 esac
11983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11984 (eval "$ac_compile") 2>conftest.er1
11985 ac_status=$?
11986 grep -v '^ *+' conftest.er1 >conftest.err
11987 rm -f conftest.er1
11988 cat conftest.err >&5
11989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11990 (exit $ac_status); } && {
11991 test -z "$ac_c_werror_flag" ||
11992 test ! -s conftest.err
11993 } && test -s conftest.$ac_objext; then
11994 ac_header_compiler=yes
11995 else
11996 echo "$as_me: failed program was:" >&5
11997 sed 's/^/| /' conftest.$ac_ext >&5
11999 ac_header_compiler=no
12002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12003 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12004 echo "${ECHO_T}$ac_header_compiler" >&6; }
12006 # Is the header present?
12007 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12008 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12009 cat >conftest.$ac_ext <<_ACEOF
12010 /* confdefs.h. */
12011 _ACEOF
12012 cat confdefs.h >>conftest.$ac_ext
12013 cat >>conftest.$ac_ext <<_ACEOF
12014 /* end confdefs.h. */
12015 #include <$ac_header>
12016 _ACEOF
12017 if { (ac_try="$ac_cpp conftest.$ac_ext"
12018 case "(($ac_try" in
12019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12020 *) ac_try_echo=$ac_try;;
12021 esac
12022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12023 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12024 ac_status=$?
12025 grep -v '^ *+' conftest.er1 >conftest.err
12026 rm -f conftest.er1
12027 cat conftest.err >&5
12028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12029 (exit $ac_status); } >/dev/null && {
12030 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12031 test ! -s conftest.err
12032 }; then
12033 ac_header_preproc=yes
12034 else
12035 echo "$as_me: failed program was:" >&5
12036 sed 's/^/| /' conftest.$ac_ext >&5
12038 ac_header_preproc=no
12041 rm -f conftest.err conftest.$ac_ext
12042 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12043 echo "${ECHO_T}$ac_header_preproc" >&6; }
12045 # So? What about this header?
12046 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12047 yes:no: )
12048 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12049 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12050 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12051 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12052 ac_header_preproc=yes
12054 no:yes:* )
12055 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12056 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12057 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12058 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12059 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12060 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12061 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12062 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12064 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12065 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12066 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12067 ( cat <<\_ASBOX
12068 ## ------------------------------------ ##
12069 ## Report this to wine-devel@winehq.org ##
12070 ## ------------------------------------ ##
12071 _ASBOX
12072 ) | sed "s/^/$as_me: WARNING: /" >&2
12074 esac
12075 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12076 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12077 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12078 echo $ECHO_N "(cached) $ECHO_C" >&6
12079 else
12080 eval "$as_ac_Header=\$ac_header_preproc"
12082 ac_res=`eval echo '${'$as_ac_Header'}'`
12083 { echo "$as_me:$LINENO: result: $ac_res" >&5
12084 echo "${ECHO_T}$ac_res" >&6; }
12087 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12088 cat >>confdefs.h <<_ACEOF
12089 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12090 _ACEOF
12091 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12092 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12093 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12094 echo $ECHO_N "(cached) $ECHO_C" >&6
12095 else
12096 ac_check_lib_save_LIBS=$LIBS
12097 LIBS="-lxml2 $ac_xml_libs $LIBS"
12098 cat >conftest.$ac_ext <<_ACEOF
12099 /* confdefs.h. */
12100 _ACEOF
12101 cat confdefs.h >>conftest.$ac_ext
12102 cat >>conftest.$ac_ext <<_ACEOF
12103 /* end confdefs.h. */
12105 /* Override any GCC internal prototype to avoid an error.
12106 Use char because int might match the return type of a GCC
12107 builtin and then its argument prototype would still apply. */
12108 #ifdef __cplusplus
12109 extern "C"
12110 #endif
12111 char xmlParseMemory ();
12113 main ()
12115 return xmlParseMemory ();
12117 return 0;
12119 _ACEOF
12120 rm -f conftest.$ac_objext conftest$ac_exeext
12121 if { (ac_try="$ac_link"
12122 case "(($ac_try" in
12123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12124 *) ac_try_echo=$ac_try;;
12125 esac
12126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12127 (eval "$ac_link") 2>conftest.er1
12128 ac_status=$?
12129 grep -v '^ *+' conftest.er1 >conftest.err
12130 rm -f conftest.er1
12131 cat conftest.err >&5
12132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12133 (exit $ac_status); } && {
12134 test -z "$ac_c_werror_flag" ||
12135 test ! -s conftest.err
12136 } && test -s conftest$ac_exeext &&
12137 $as_test_x conftest$ac_exeext; then
12138 ac_cv_lib_xml2_xmlParseMemory=yes
12139 else
12140 echo "$as_me: failed program was:" >&5
12141 sed 's/^/| /' conftest.$ac_ext >&5
12143 ac_cv_lib_xml2_xmlParseMemory=no
12146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12147 conftest$ac_exeext conftest.$ac_ext
12148 LIBS=$ac_check_lib_save_LIBS
12150 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12151 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12152 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12154 cat >>confdefs.h <<\_ACEOF
12155 #define HAVE_LIBXML2 1
12156 _ACEOF
12158 XML2LIBS="$ac_xml_libs"
12159 XML2INCL="$ac_xml_cflags"
12162 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12163 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12164 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12165 echo $ECHO_N "(cached) $ECHO_C" >&6
12166 else
12167 ac_check_lib_save_LIBS=$LIBS
12168 LIBS="-lxml2 $ac_xml_libs $LIBS"
12169 cat >conftest.$ac_ext <<_ACEOF
12170 /* confdefs.h. */
12171 _ACEOF
12172 cat confdefs.h >>conftest.$ac_ext
12173 cat >>conftest.$ac_ext <<_ACEOF
12174 /* end confdefs.h. */
12176 /* Override any GCC internal prototype to avoid an error.
12177 Use char because int might match the return type of a GCC
12178 builtin and then its argument prototype would still apply. */
12179 #ifdef __cplusplus
12180 extern "C"
12181 #endif
12182 char xmlReadMemory ();
12184 main ()
12186 return xmlReadMemory ();
12188 return 0;
12190 _ACEOF
12191 rm -f conftest.$ac_objext conftest$ac_exeext
12192 if { (ac_try="$ac_link"
12193 case "(($ac_try" in
12194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12195 *) ac_try_echo=$ac_try;;
12196 esac
12197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12198 (eval "$ac_link") 2>conftest.er1
12199 ac_status=$?
12200 grep -v '^ *+' conftest.er1 >conftest.err
12201 rm -f conftest.er1
12202 cat conftest.err >&5
12203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12204 (exit $ac_status); } && {
12205 test -z "$ac_c_werror_flag" ||
12206 test ! -s conftest.err
12207 } && test -s conftest$ac_exeext &&
12208 $as_test_x conftest$ac_exeext; then
12209 ac_cv_lib_xml2_xmlReadMemory=yes
12210 else
12211 echo "$as_me: failed program was:" >&5
12212 sed 's/^/| /' conftest.$ac_ext >&5
12214 ac_cv_lib_xml2_xmlReadMemory=no
12217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12218 conftest$ac_exeext conftest.$ac_ext
12219 LIBS=$ac_check_lib_save_LIBS
12221 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12222 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12223 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12225 cat >>confdefs.h <<\_ACEOF
12226 #define HAVE_XMLREADMEMORY 1
12227 _ACEOF
12231 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12232 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12233 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12234 echo $ECHO_N "(cached) $ECHO_C" >&6
12235 else
12236 ac_check_lib_save_LIBS=$LIBS
12237 LIBS="-lxml2 $ac_xml_libs $LIBS"
12238 cat >conftest.$ac_ext <<_ACEOF
12239 /* confdefs.h. */
12240 _ACEOF
12241 cat confdefs.h >>conftest.$ac_ext
12242 cat >>conftest.$ac_ext <<_ACEOF
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12248 #ifdef __cplusplus
12249 extern "C"
12250 #endif
12251 char xmlNewDocPI ();
12253 main ()
12255 return xmlNewDocPI ();
12257 return 0;
12259 _ACEOF
12260 rm -f conftest.$ac_objext conftest$ac_exeext
12261 if { (ac_try="$ac_link"
12262 case "(($ac_try" in
12263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12264 *) ac_try_echo=$ac_try;;
12265 esac
12266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12267 (eval "$ac_link") 2>conftest.er1
12268 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1
12271 cat conftest.err >&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } && {
12274 test -z "$ac_c_werror_flag" ||
12275 test ! -s conftest.err
12276 } && test -s conftest$ac_exeext &&
12277 $as_test_x conftest$ac_exeext; then
12278 ac_cv_lib_xml2_xmlNewDocPI=yes
12279 else
12280 echo "$as_me: failed program was:" >&5
12281 sed 's/^/| /' conftest.$ac_ext >&5
12283 ac_cv_lib_xml2_xmlNewDocPI=no
12286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12287 conftest$ac_exeext conftest.$ac_ext
12288 LIBS=$ac_check_lib_save_LIBS
12290 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12291 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12292 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12294 cat >>confdefs.h <<\_ACEOF
12295 #define HAVE_XMLNEWDOCPI 1
12296 _ACEOF
12303 done
12305 CPPFLAGS="$ac_save_CPPFLAGS"
12307 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12308 case "x$with_xml" in
12309 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12310 xno) ;;
12311 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12312 This is an error since --with-xml was requested." >&5
12313 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12314 This is an error since --with-xml was requested." >&2;}
12315 { (exit 1); exit 1; }; } ;;
12316 esac
12320 if test "x$with_xslt" != "xno"
12321 then
12322 if test "$PKG_CONFIG" != "false"
12323 then
12324 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12325 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12326 else
12327 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12328 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12330 ac_save_CPPFLAGS="$CPPFLAGS"
12331 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12334 for ac_header in libxslt/pattern.h libxslt/transform.h
12336 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12337 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12338 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12340 echo $ECHO_N "(cached) $ECHO_C" >&6
12341 else
12342 cat >conftest.$ac_ext <<_ACEOF
12343 /* confdefs.h. */
12344 _ACEOF
12345 cat confdefs.h >>conftest.$ac_ext
12346 cat >>conftest.$ac_ext <<_ACEOF
12347 /* end confdefs.h. */
12348 #ifdef HAVE_LIBXSLT_PATTERN_H
12349 # include <libxslt/pattern.h>
12350 #endif
12352 #include <$ac_header>
12353 _ACEOF
12354 rm -f conftest.$ac_objext
12355 if { (ac_try="$ac_compile"
12356 case "(($ac_try" in
12357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12358 *) ac_try_echo=$ac_try;;
12359 esac
12360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12361 (eval "$ac_compile") 2>conftest.er1
12362 ac_status=$?
12363 grep -v '^ *+' conftest.er1 >conftest.err
12364 rm -f conftest.er1
12365 cat conftest.err >&5
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } && {
12368 test -z "$ac_c_werror_flag" ||
12369 test ! -s conftest.err
12370 } && test -s conftest.$ac_objext; then
12371 eval "$as_ac_Header=yes"
12372 else
12373 echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 eval "$as_ac_Header=no"
12379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12381 ac_res=`eval echo '${'$as_ac_Header'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12385 cat >>confdefs.h <<_ACEOF
12386 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12387 _ACEOF
12391 done
12393 CPPFLAGS="$ac_save_CPPFLAGS"
12394 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12395 then
12396 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12397 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12398 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12399 echo $ECHO_N "(cached) $ECHO_C" >&6
12400 else
12401 ac_check_soname_save_LIBS=$LIBS
12402 LIBS="-lxslt $ac_xslt_libs $LIBS"
12403 cat >conftest.$ac_ext <<_ACEOF
12404 /* confdefs.h. */
12405 _ACEOF
12406 cat confdefs.h >>conftest.$ac_ext
12407 cat >>conftest.$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12410 /* Override any GCC internal prototype to avoid an error.
12411 Use char because int might match the return type of a GCC
12412 builtin and then its argument prototype would still apply. */
12413 #ifdef __cplusplus
12414 extern "C"
12415 #endif
12416 char xsltCompilePattern ();
12418 main ()
12420 return xsltCompilePattern ();
12422 return 0;
12424 _ACEOF
12425 rm -f conftest.$ac_objext conftest$ac_exeext
12426 if { (ac_try="$ac_link"
12427 case "(($ac_try" in
12428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12429 *) ac_try_echo=$ac_try;;
12430 esac
12431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12432 (eval "$ac_link") 2>conftest.er1
12433 ac_status=$?
12434 grep -v '^ *+' conftest.er1 >conftest.err
12435 rm -f conftest.er1
12436 cat conftest.err >&5
12437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12438 (exit $ac_status); } && {
12439 test -z "$ac_c_werror_flag" ||
12440 test ! -s conftest.err
12441 } && test -s conftest$ac_exeext &&
12442 $as_test_x conftest$ac_exeext; then
12443 case "$LIBEXT" in
12444 dll) ;;
12445 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12446 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12447 esac
12448 else
12449 echo "$as_me: failed program was:" >&5
12450 sed 's/^/| /' conftest.$ac_ext >&5
12455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12456 conftest$ac_exeext conftest.$ac_ext
12457 LIBS=$ac_check_soname_save_LIBS
12459 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12460 { echo "$as_me:$LINENO: result: not found" >&5
12461 echo "${ECHO_T}not found" >&6; }
12463 else
12464 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12465 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12467 cat >>confdefs.h <<_ACEOF
12468 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12469 _ACEOF
12471 XSLTINCL="$ac_xslt_cflags"
12476 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12477 case "x$with_xslt" in
12478 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12479 xno) ;;
12480 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12481 This is an error since --with-xslt was requested." >&5
12482 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12483 This is an error since --with-xslt was requested." >&2;}
12484 { (exit 1); exit 1; }; } ;;
12485 esac
12489 HALINCL=""
12491 if test "x$with_hal" != "xno"
12492 then
12493 ac_save_CPPFLAGS="$CPPFLAGS"
12494 if test "$PKG_CONFIG" != "false"
12495 then
12496 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12497 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12498 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12502 for ac_header in dbus/dbus.h hal/libhal.h
12504 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12505 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12506 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12507 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12508 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12509 echo $ECHO_N "(cached) $ECHO_C" >&6
12511 ac_res=`eval echo '${'$as_ac_Header'}'`
12512 { echo "$as_me:$LINENO: result: $ac_res" >&5
12513 echo "${ECHO_T}$ac_res" >&6; }
12514 else
12515 # Is the header compilable?
12516 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12517 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12518 cat >conftest.$ac_ext <<_ACEOF
12519 /* confdefs.h. */
12520 _ACEOF
12521 cat confdefs.h >>conftest.$ac_ext
12522 cat >>conftest.$ac_ext <<_ACEOF
12523 /* end confdefs.h. */
12524 $ac_includes_default
12525 #include <$ac_header>
12526 _ACEOF
12527 rm -f conftest.$ac_objext
12528 if { (ac_try="$ac_compile"
12529 case "(($ac_try" in
12530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12531 *) ac_try_echo=$ac_try;;
12532 esac
12533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12534 (eval "$ac_compile") 2>conftest.er1
12535 ac_status=$?
12536 grep -v '^ *+' conftest.er1 >conftest.err
12537 rm -f conftest.er1
12538 cat conftest.err >&5
12539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540 (exit $ac_status); } && {
12541 test -z "$ac_c_werror_flag" ||
12542 test ! -s conftest.err
12543 } && test -s conftest.$ac_objext; then
12544 ac_header_compiler=yes
12545 else
12546 echo "$as_me: failed program was:" >&5
12547 sed 's/^/| /' conftest.$ac_ext >&5
12549 ac_header_compiler=no
12552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12553 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12554 echo "${ECHO_T}$ac_header_compiler" >&6; }
12556 # Is the header present?
12557 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12558 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12559 cat >conftest.$ac_ext <<_ACEOF
12560 /* confdefs.h. */
12561 _ACEOF
12562 cat confdefs.h >>conftest.$ac_ext
12563 cat >>conftest.$ac_ext <<_ACEOF
12564 /* end confdefs.h. */
12565 #include <$ac_header>
12566 _ACEOF
12567 if { (ac_try="$ac_cpp conftest.$ac_ext"
12568 case "(($ac_try" in
12569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12570 *) ac_try_echo=$ac_try;;
12571 esac
12572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12573 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12574 ac_status=$?
12575 grep -v '^ *+' conftest.er1 >conftest.err
12576 rm -f conftest.er1
12577 cat conftest.err >&5
12578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12579 (exit $ac_status); } >/dev/null && {
12580 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12581 test ! -s conftest.err
12582 }; then
12583 ac_header_preproc=yes
12584 else
12585 echo "$as_me: failed program was:" >&5
12586 sed 's/^/| /' conftest.$ac_ext >&5
12588 ac_header_preproc=no
12591 rm -f conftest.err conftest.$ac_ext
12592 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12593 echo "${ECHO_T}$ac_header_preproc" >&6; }
12595 # So? What about this header?
12596 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12597 yes:no: )
12598 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12599 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12600 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12601 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12602 ac_header_preproc=yes
12604 no:yes:* )
12605 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12606 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12607 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12608 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12609 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12610 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12611 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12612 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12613 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12614 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12615 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12616 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12617 ( cat <<\_ASBOX
12618 ## ------------------------------------ ##
12619 ## Report this to wine-devel@winehq.org ##
12620 ## ------------------------------------ ##
12621 _ASBOX
12622 ) | sed "s/^/$as_me: WARNING: /" >&2
12624 esac
12625 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12626 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12627 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12628 echo $ECHO_N "(cached) $ECHO_C" >&6
12629 else
12630 eval "$as_ac_Header=\$ac_header_preproc"
12632 ac_res=`eval echo '${'$as_ac_Header'}'`
12633 { echo "$as_me:$LINENO: result: $ac_res" >&5
12634 echo "${ECHO_T}$ac_res" >&6; }
12637 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12638 cat >>confdefs.h <<_ACEOF
12639 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12640 _ACEOF
12644 done
12646 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12647 then
12648 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12649 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12650 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12652 else
12653 ac_check_lib_save_LIBS=$LIBS
12654 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12655 cat >conftest.$ac_ext <<_ACEOF
12656 /* confdefs.h. */
12657 _ACEOF
12658 cat confdefs.h >>conftest.$ac_ext
12659 cat >>conftest.$ac_ext <<_ACEOF
12660 /* end confdefs.h. */
12662 /* Override any GCC internal prototype to avoid an error.
12663 Use char because int might match the return type of a GCC
12664 builtin and then its argument prototype would still apply. */
12665 #ifdef __cplusplus
12666 extern "C"
12667 #endif
12668 char dbus_connection_close ();
12670 main ()
12672 return dbus_connection_close ();
12674 return 0;
12676 _ACEOF
12677 rm -f conftest.$ac_objext conftest$ac_exeext
12678 if { (ac_try="$ac_link"
12679 case "(($ac_try" in
12680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12681 *) ac_try_echo=$ac_try;;
12682 esac
12683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12684 (eval "$ac_link") 2>conftest.er1
12685 ac_status=$?
12686 grep -v '^ *+' conftest.er1 >conftest.err
12687 rm -f conftest.er1
12688 cat conftest.err >&5
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); } && {
12691 test -z "$ac_c_werror_flag" ||
12692 test ! -s conftest.err
12693 } && test -s conftest$ac_exeext &&
12694 $as_test_x conftest$ac_exeext; then
12695 ac_cv_lib_dbus_1_dbus_connection_close=yes
12696 else
12697 echo "$as_me: failed program was:" >&5
12698 sed 's/^/| /' conftest.$ac_ext >&5
12700 ac_cv_lib_dbus_1_dbus_connection_close=no
12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12704 conftest$ac_exeext conftest.$ac_ext
12705 LIBS=$ac_check_lib_save_LIBS
12707 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12708 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12709 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12710 { echo "$as_me:$LINENO: checking for -lhal" >&5
12711 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12712 if test "${ac_cv_lib_soname_hal+set}" = set; then
12713 echo $ECHO_N "(cached) $ECHO_C" >&6
12714 else
12715 ac_check_soname_save_LIBS=$LIBS
12716 LIBS="-lhal $ac_hal_libs $LIBS"
12717 cat >conftest.$ac_ext <<_ACEOF
12718 /* confdefs.h. */
12719 _ACEOF
12720 cat confdefs.h >>conftest.$ac_ext
12721 cat >>conftest.$ac_ext <<_ACEOF
12722 /* end confdefs.h. */
12724 /* Override any GCC internal prototype to avoid an error.
12725 Use char because int might match the return type of a GCC
12726 builtin and then its argument prototype would still apply. */
12727 #ifdef __cplusplus
12728 extern "C"
12729 #endif
12730 char libhal_ctx_new ();
12732 main ()
12734 return libhal_ctx_new ();
12736 return 0;
12738 _ACEOF
12739 rm -f conftest.$ac_objext conftest$ac_exeext
12740 if { (ac_try="$ac_link"
12741 case "(($ac_try" in
12742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12743 *) ac_try_echo=$ac_try;;
12744 esac
12745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12746 (eval "$ac_link") 2>conftest.er1
12747 ac_status=$?
12748 grep -v '^ *+' conftest.er1 >conftest.err
12749 rm -f conftest.er1
12750 cat conftest.err >&5
12751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12752 (exit $ac_status); } && {
12753 test -z "$ac_c_werror_flag" ||
12754 test ! -s conftest.err
12755 } && test -s conftest$ac_exeext &&
12756 $as_test_x conftest$ac_exeext; then
12757 case "$LIBEXT" in
12758 dll) ;;
12759 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'` ;;
12760 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12761 esac
12762 else
12763 echo "$as_me: failed program was:" >&5
12764 sed 's/^/| /' conftest.$ac_ext >&5
12769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12770 conftest$ac_exeext conftest.$ac_ext
12771 LIBS=$ac_check_soname_save_LIBS
12773 if test "x$ac_cv_lib_soname_hal" = "x"; then
12774 { echo "$as_me:$LINENO: result: not found" >&5
12775 echo "${ECHO_T}not found" >&6; }
12777 else
12778 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12779 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12781 cat >>confdefs.h <<_ACEOF
12782 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12783 _ACEOF
12785 HALINCL="$ac_hal_cflags"
12791 CPPFLAGS="$ac_save_CPPFLAGS"
12793 if test "x$ac_cv_lib_soname_hal" = "x"; then
12794 case "x$with_hal" in
12795 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12796 xno) ;;
12797 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12798 This is an error since --with-hal was requested." >&5
12799 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12800 This is an error since --with-hal was requested." >&2;}
12801 { (exit 1); exit 1; }; } ;;
12802 esac
12806 if test "x$with_gnutls" != "xno"
12807 then
12808 ac_save_CPPFLAGS="$CPPFLAGS"
12809 if test "$PKG_CONFIG" != "false"
12810 then
12811 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12812 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12813 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12815 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12816 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12817 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12818 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12819 echo $ECHO_N "(cached) $ECHO_C" >&6
12821 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12822 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12823 else
12824 # Is the header compilable?
12825 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12826 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12827 cat >conftest.$ac_ext <<_ACEOF
12828 /* confdefs.h. */
12829 _ACEOF
12830 cat confdefs.h >>conftest.$ac_ext
12831 cat >>conftest.$ac_ext <<_ACEOF
12832 /* end confdefs.h. */
12833 $ac_includes_default
12834 #include <gnutls/gnutls.h>
12835 _ACEOF
12836 rm -f conftest.$ac_objext
12837 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
12853 ac_header_compiler=yes
12854 else
12855 echo "$as_me: failed program was:" >&5
12856 sed 's/^/| /' conftest.$ac_ext >&5
12858 ac_header_compiler=no
12861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12862 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12863 echo "${ECHO_T}$ac_header_compiler" >&6; }
12865 # Is the header present?
12866 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12867 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12868 cat >conftest.$ac_ext <<_ACEOF
12869 /* confdefs.h. */
12870 _ACEOF
12871 cat confdefs.h >>conftest.$ac_ext
12872 cat >>conftest.$ac_ext <<_ACEOF
12873 /* end confdefs.h. */
12874 #include <gnutls/gnutls.h>
12875 _ACEOF
12876 if { (ac_try="$ac_cpp conftest.$ac_ext"
12877 case "(($ac_try" in
12878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12879 *) ac_try_echo=$ac_try;;
12880 esac
12881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12882 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12883 ac_status=$?
12884 grep -v '^ *+' conftest.er1 >conftest.err
12885 rm -f conftest.er1
12886 cat conftest.err >&5
12887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12888 (exit $ac_status); } >/dev/null && {
12889 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12890 test ! -s conftest.err
12891 }; then
12892 ac_header_preproc=yes
12893 else
12894 echo "$as_me: failed program was:" >&5
12895 sed 's/^/| /' conftest.$ac_ext >&5
12897 ac_header_preproc=no
12900 rm -f conftest.err conftest.$ac_ext
12901 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12902 echo "${ECHO_T}$ac_header_preproc" >&6; }
12904 # So? What about this header?
12905 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12906 yes:no: )
12907 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12908 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12909 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12910 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12911 ac_header_preproc=yes
12913 no:yes:* )
12914 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12915 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12916 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12917 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12918 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12919 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12920 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12921 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12922 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12923 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12924 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12925 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12926 ( cat <<\_ASBOX
12927 ## ------------------------------------ ##
12928 ## Report this to wine-devel@winehq.org ##
12929 ## ------------------------------------ ##
12930 _ASBOX
12931 ) | sed "s/^/$as_me: WARNING: /" >&2
12933 esac
12934 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12935 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12936 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12937 echo $ECHO_N "(cached) $ECHO_C" >&6
12938 else
12939 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12941 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12942 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12945 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12946 cat >conftest.$ac_ext <<_ACEOF
12947 /* confdefs.h. */
12948 _ACEOF
12949 cat confdefs.h >>conftest.$ac_ext
12950 cat >>conftest.$ac_ext <<_ACEOF
12951 /* end confdefs.h. */
12952 #include <gnutls/gnutls.h>
12954 main ()
12956 typeof(gnutls_mac_get_key_size) *pfunc;
12958 return 0;
12960 _ACEOF
12961 rm -f conftest.$ac_objext
12962 if { (ac_try="$ac_compile"
12963 case "(($ac_try" in
12964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12965 *) ac_try_echo=$ac_try;;
12966 esac
12967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12968 (eval "$ac_compile") 2>conftest.er1
12969 ac_status=$?
12970 grep -v '^ *+' conftest.er1 >conftest.err
12971 rm -f conftest.er1
12972 cat conftest.err >&5
12973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12974 (exit $ac_status); } && {
12975 test -z "$ac_c_werror_flag" ||
12976 test ! -s conftest.err
12977 } && test -s conftest.$ac_objext; then
12978 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12979 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12980 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12981 echo $ECHO_N "(cached) $ECHO_C" >&6
12982 else
12983 ac_check_soname_save_LIBS=$LIBS
12984 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12985 cat >conftest.$ac_ext <<_ACEOF
12986 /* confdefs.h. */
12987 _ACEOF
12988 cat confdefs.h >>conftest.$ac_ext
12989 cat >>conftest.$ac_ext <<_ACEOF
12990 /* end confdefs.h. */
12992 /* Override any GCC internal prototype to avoid an error.
12993 Use char because int might match the return type of a GCC
12994 builtin and then its argument prototype would still apply. */
12995 #ifdef __cplusplus
12996 extern "C"
12997 #endif
12998 char gnutls_global_init ();
13000 main ()
13002 return gnutls_global_init ();
13004 return 0;
13006 _ACEOF
13007 rm -f conftest.$ac_objext conftest$ac_exeext
13008 if { (ac_try="$ac_link"
13009 case "(($ac_try" in
13010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13011 *) ac_try_echo=$ac_try;;
13012 esac
13013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13014 (eval "$ac_link") 2>conftest.er1
13015 ac_status=$?
13016 grep -v '^ *+' conftest.er1 >conftest.err
13017 rm -f conftest.er1
13018 cat conftest.err >&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } && {
13021 test -z "$ac_c_werror_flag" ||
13022 test ! -s conftest.err
13023 } && test -s conftest$ac_exeext &&
13024 $as_test_x conftest$ac_exeext; then
13025 case "$LIBEXT" in
13026 dll) ;;
13027 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13028 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13029 esac
13030 else
13031 echo "$as_me: failed program was:" >&5
13032 sed 's/^/| /' conftest.$ac_ext >&5
13037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13038 conftest$ac_exeext conftest.$ac_ext
13039 LIBS=$ac_check_soname_save_LIBS
13041 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13042 { echo "$as_me:$LINENO: result: not found" >&5
13043 echo "${ECHO_T}not found" >&6; }
13045 else
13046 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13047 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13049 cat >>confdefs.h <<_ACEOF
13050 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13051 _ACEOF
13053 GNUTLSINCL="$ac_gnutls_cflags"
13057 else
13058 echo "$as_me: failed program was:" >&5
13059 sed 's/^/| /' conftest.$ac_ext >&5
13064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13068 CPPFLAGS="$ac_save_CPPFLAGS"
13070 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13071 case "x$with_gnutls" in
13072 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13073 xno) ;;
13074 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13075 This is an error since --with-gnutls was requested." >&5
13076 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13077 This is an error since --with-gnutls was requested." >&2;}
13078 { (exit 1); exit 1; }; } ;;
13079 esac
13083 CURSESLIBS=""
13084 if test "$ac_cv_header_ncurses_h" = "yes"
13085 then
13086 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13087 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13088 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13089 echo $ECHO_N "(cached) $ECHO_C" >&6
13090 else
13091 ac_check_soname_save_LIBS=$LIBS
13092 LIBS="-lncurses $LIBS"
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. */
13100 /* Override any GCC internal prototype to avoid an error.
13101 Use char because int might match the return type of a GCC
13102 builtin and then its argument prototype would still apply. */
13103 #ifdef __cplusplus
13104 extern "C"
13105 #endif
13106 char waddch ();
13108 main ()
13110 return waddch ();
13112 return 0;
13114 _ACEOF
13115 rm -f conftest.$ac_objext conftest$ac_exeext
13116 if { (ac_try="$ac_link"
13117 case "(($ac_try" in
13118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13119 *) ac_try_echo=$ac_try;;
13120 esac
13121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13122 (eval "$ac_link") 2>conftest.er1
13123 ac_status=$?
13124 grep -v '^ *+' conftest.er1 >conftest.err
13125 rm -f conftest.er1
13126 cat conftest.err >&5
13127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13128 (exit $ac_status); } && {
13129 test -z "$ac_c_werror_flag" ||
13130 test ! -s conftest.err
13131 } && test -s conftest$ac_exeext &&
13132 $as_test_x conftest$ac_exeext; then
13133 case "$LIBEXT" in
13134 dll) ;;
13135 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'` ;;
13136 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13137 esac
13138 else
13139 echo "$as_me: failed program was:" >&5
13140 sed 's/^/| /' conftest.$ac_ext >&5
13145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13146 conftest$ac_exeext conftest.$ac_ext
13147 LIBS=$ac_check_soname_save_LIBS
13149 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13150 { echo "$as_me:$LINENO: result: not found" >&5
13151 echo "${ECHO_T}not found" >&6; }
13153 else
13154 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13155 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13157 cat >>confdefs.h <<_ACEOF
13158 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13159 _ACEOF
13161 CURSESLIBS="-lncurses"
13164 elif test "$ac_cv_header_curses_h" = "yes"
13165 then
13166 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13167 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13168 if test "${ac_cv_lib_soname_curses+set}" = set; then
13169 echo $ECHO_N "(cached) $ECHO_C" >&6
13170 else
13171 ac_check_soname_save_LIBS=$LIBS
13172 LIBS="-lcurses $LIBS"
13173 cat >conftest.$ac_ext <<_ACEOF
13174 /* confdefs.h. */
13175 _ACEOF
13176 cat confdefs.h >>conftest.$ac_ext
13177 cat >>conftest.$ac_ext <<_ACEOF
13178 /* end confdefs.h. */
13180 /* Override any GCC internal prototype to avoid an error.
13181 Use char because int might match the return type of a GCC
13182 builtin and then its argument prototype would still apply. */
13183 #ifdef __cplusplus
13184 extern "C"
13185 #endif
13186 char waddch ();
13188 main ()
13190 return waddch ();
13192 return 0;
13194 _ACEOF
13195 rm -f conftest.$ac_objext conftest$ac_exeext
13196 if { (ac_try="$ac_link"
13197 case "(($ac_try" in
13198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13199 *) ac_try_echo=$ac_try;;
13200 esac
13201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13202 (eval "$ac_link") 2>conftest.er1
13203 ac_status=$?
13204 grep -v '^ *+' conftest.er1 >conftest.err
13205 rm -f conftest.er1
13206 cat conftest.err >&5
13207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13208 (exit $ac_status); } && {
13209 test -z "$ac_c_werror_flag" ||
13210 test ! -s conftest.err
13211 } && test -s conftest$ac_exeext &&
13212 $as_test_x conftest$ac_exeext; then
13213 case "$LIBEXT" in
13214 dll) ;;
13215 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'` ;;
13216 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13217 esac
13218 else
13219 echo "$as_me: failed program was:" >&5
13220 sed 's/^/| /' conftest.$ac_ext >&5
13225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13226 conftest$ac_exeext conftest.$ac_ext
13227 LIBS=$ac_check_soname_save_LIBS
13229 if test "x$ac_cv_lib_soname_curses" = "x"; then
13230 { echo "$as_me:$LINENO: result: not found" >&5
13231 echo "${ECHO_T}not found" >&6; }
13233 else
13234 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13235 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13237 cat >>confdefs.h <<_ACEOF
13238 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13239 _ACEOF
13241 CURSESLIBS="-lcurses"
13245 ac_save_LIBS="$LIBS"
13246 LIBS="$LIBS $CURSESLIBS"
13248 for ac_func in mousemask
13250 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13251 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13252 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13253 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13254 echo $ECHO_N "(cached) $ECHO_C" >&6
13255 else
13256 cat >conftest.$ac_ext <<_ACEOF
13257 /* confdefs.h. */
13258 _ACEOF
13259 cat confdefs.h >>conftest.$ac_ext
13260 cat >>conftest.$ac_ext <<_ACEOF
13261 /* end confdefs.h. */
13262 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13263 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13264 #define $ac_func innocuous_$ac_func
13266 /* System header to define __stub macros and hopefully few prototypes,
13267 which can conflict with char $ac_func (); below.
13268 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13269 <limits.h> exists even on freestanding compilers. */
13271 #ifdef __STDC__
13272 # include <limits.h>
13273 #else
13274 # include <assert.h>
13275 #endif
13277 #undef $ac_func
13279 /* Override any GCC internal prototype to avoid an error.
13280 Use char because int might match the return type of a GCC
13281 builtin and then its argument prototype would still apply. */
13282 #ifdef __cplusplus
13283 extern "C"
13284 #endif
13285 char $ac_func ();
13286 /* The GNU C library defines this for functions which it implements
13287 to always fail with ENOSYS. Some functions are actually named
13288 something starting with __ and the normal name is an alias. */
13289 #if defined __stub_$ac_func || defined __stub___$ac_func
13290 choke me
13291 #endif
13294 main ()
13296 return $ac_func ();
13298 return 0;
13300 _ACEOF
13301 rm -f conftest.$ac_objext conftest$ac_exeext
13302 if { (ac_try="$ac_link"
13303 case "(($ac_try" in
13304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13305 *) ac_try_echo=$ac_try;;
13306 esac
13307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13308 (eval "$ac_link") 2>conftest.er1
13309 ac_status=$?
13310 grep -v '^ *+' conftest.er1 >conftest.err
13311 rm -f conftest.er1
13312 cat conftest.err >&5
13313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13314 (exit $ac_status); } && {
13315 test -z "$ac_c_werror_flag" ||
13316 test ! -s conftest.err
13317 } && test -s conftest$ac_exeext &&
13318 $as_test_x conftest$ac_exeext; then
13319 eval "$as_ac_var=yes"
13320 else
13321 echo "$as_me: failed program was:" >&5
13322 sed 's/^/| /' conftest.$ac_ext >&5
13324 eval "$as_ac_var=no"
13327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13328 conftest$ac_exeext conftest.$ac_ext
13330 ac_res=`eval echo '${'$as_ac_var'}'`
13331 { echo "$as_me:$LINENO: result: $ac_res" >&5
13332 echo "${ECHO_T}$ac_res" >&6; }
13333 if test `eval echo '${'$as_ac_var'}'` = yes; then
13334 cat >>confdefs.h <<_ACEOF
13335 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13336 _ACEOF
13339 done
13341 LIBS="$ac_save_LIBS"
13342 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13343 case "x$with_curses" in
13344 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13345 xno) ;;
13346 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13347 This is an error since --with-curses was requested." >&5
13348 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13349 This is an error since --with-curses was requested." >&2;}
13350 { (exit 1); exit 1; }; } ;;
13351 esac
13355 if test "x$with_sane" != "xno"
13356 then
13357 ac_save_CPPFLAGS="$CPPFLAGS"
13358 # Extract the first word of "sane-config", so it can be a program name with args.
13359 set dummy sane-config; ac_word=$2
13360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13362 if test "${ac_cv_prog_sane_devel+set}" = set; then
13363 echo $ECHO_N "(cached) $ECHO_C" >&6
13364 else
13365 if test -n "$sane_devel"; then
13366 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13367 else
13368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13369 for as_dir in $PATH
13371 IFS=$as_save_IFS
13372 test -z "$as_dir" && as_dir=.
13373 for ac_exec_ext in '' $ac_executable_extensions; do
13374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13375 ac_cv_prog_sane_devel="sane-config"
13376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13377 break 2
13379 done
13380 done
13381 IFS=$as_save_IFS
13383 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13386 sane_devel=$ac_cv_prog_sane_devel
13387 if test -n "$sane_devel"; then
13388 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13389 echo "${ECHO_T}$sane_devel" >&6; }
13390 else
13391 { echo "$as_me:$LINENO: result: no" >&5
13392 echo "${ECHO_T}no" >&6; }
13396 if test "$sane_devel" != "no"
13397 then
13398 ac_sane_incl="`$sane_devel --cflags`"
13399 ac_sane_libs="`$sane_devel --ldflags`"
13400 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13402 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13403 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13404 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13405 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13406 echo $ECHO_N "(cached) $ECHO_C" >&6
13408 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13409 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13410 else
13411 # Is the header compilable?
13412 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13413 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13414 cat >conftest.$ac_ext <<_ACEOF
13415 /* confdefs.h. */
13416 _ACEOF
13417 cat confdefs.h >>conftest.$ac_ext
13418 cat >>conftest.$ac_ext <<_ACEOF
13419 /* end confdefs.h. */
13420 $ac_includes_default
13421 #include <sane/sane.h>
13422 _ACEOF
13423 rm -f conftest.$ac_objext
13424 if { (ac_try="$ac_compile"
13425 case "(($ac_try" in
13426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13427 *) ac_try_echo=$ac_try;;
13428 esac
13429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13430 (eval "$ac_compile") 2>conftest.er1
13431 ac_status=$?
13432 grep -v '^ *+' conftest.er1 >conftest.err
13433 rm -f conftest.er1
13434 cat conftest.err >&5
13435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13436 (exit $ac_status); } && {
13437 test -z "$ac_c_werror_flag" ||
13438 test ! -s conftest.err
13439 } && test -s conftest.$ac_objext; then
13440 ac_header_compiler=yes
13441 else
13442 echo "$as_me: failed program was:" >&5
13443 sed 's/^/| /' conftest.$ac_ext >&5
13445 ac_header_compiler=no
13448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13449 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13450 echo "${ECHO_T}$ac_header_compiler" >&6; }
13452 # Is the header present?
13453 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13454 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13455 cat >conftest.$ac_ext <<_ACEOF
13456 /* confdefs.h. */
13457 _ACEOF
13458 cat confdefs.h >>conftest.$ac_ext
13459 cat >>conftest.$ac_ext <<_ACEOF
13460 /* end confdefs.h. */
13461 #include <sane/sane.h>
13462 _ACEOF
13463 if { (ac_try="$ac_cpp conftest.$ac_ext"
13464 case "(($ac_try" in
13465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13466 *) ac_try_echo=$ac_try;;
13467 esac
13468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13469 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13470 ac_status=$?
13471 grep -v '^ *+' conftest.er1 >conftest.err
13472 rm -f conftest.er1
13473 cat conftest.err >&5
13474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13475 (exit $ac_status); } >/dev/null && {
13476 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13477 test ! -s conftest.err
13478 }; then
13479 ac_header_preproc=yes
13480 else
13481 echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.$ac_ext >&5
13484 ac_header_preproc=no
13487 rm -f conftest.err conftest.$ac_ext
13488 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13489 echo "${ECHO_T}$ac_header_preproc" >&6; }
13491 # So? What about this header?
13492 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13493 yes:no: )
13494 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13495 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13496 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13497 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13498 ac_header_preproc=yes
13500 no:yes:* )
13501 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13502 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13503 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13504 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13505 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13506 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13507 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13508 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13509 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13510 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13511 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13512 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13513 ( cat <<\_ASBOX
13514 ## ------------------------------------ ##
13515 ## Report this to wine-devel@winehq.org ##
13516 ## ------------------------------------ ##
13517 _ASBOX
13518 ) | sed "s/^/$as_me: WARNING: /" >&2
13520 esac
13521 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13522 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13523 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13524 echo $ECHO_N "(cached) $ECHO_C" >&6
13525 else
13526 ac_cv_header_sane_sane_h=$ac_header_preproc
13528 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13529 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13532 if test $ac_cv_header_sane_sane_h = yes; then
13533 { echo "$as_me:$LINENO: checking for -lsane" >&5
13534 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13535 if test "${ac_cv_lib_soname_sane+set}" = set; then
13536 echo $ECHO_N "(cached) $ECHO_C" >&6
13537 else
13538 ac_check_soname_save_LIBS=$LIBS
13539 LIBS="-lsane $ac_sane_libs $LIBS"
13540 cat >conftest.$ac_ext <<_ACEOF
13541 /* confdefs.h. */
13542 _ACEOF
13543 cat confdefs.h >>conftest.$ac_ext
13544 cat >>conftest.$ac_ext <<_ACEOF
13545 /* end confdefs.h. */
13547 /* Override any GCC internal prototype to avoid an error.
13548 Use char because int might match the return type of a GCC
13549 builtin and then its argument prototype would still apply. */
13550 #ifdef __cplusplus
13551 extern "C"
13552 #endif
13553 char sane_init ();
13555 main ()
13557 return sane_init ();
13559 return 0;
13561 _ACEOF
13562 rm -f conftest.$ac_objext conftest$ac_exeext
13563 if { (ac_try="$ac_link"
13564 case "(($ac_try" in
13565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13566 *) ac_try_echo=$ac_try;;
13567 esac
13568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13569 (eval "$ac_link") 2>conftest.er1
13570 ac_status=$?
13571 grep -v '^ *+' conftest.er1 >conftest.err
13572 rm -f conftest.er1
13573 cat conftest.err >&5
13574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } && {
13576 test -z "$ac_c_werror_flag" ||
13577 test ! -s conftest.err
13578 } && test -s conftest$ac_exeext &&
13579 $as_test_x conftest$ac_exeext; then
13580 case "$LIBEXT" in
13581 dll) ;;
13582 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'` ;;
13583 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13584 esac
13585 else
13586 echo "$as_me: failed program was:" >&5
13587 sed 's/^/| /' conftest.$ac_ext >&5
13592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13593 conftest$ac_exeext conftest.$ac_ext
13594 LIBS=$ac_check_soname_save_LIBS
13596 if test "x$ac_cv_lib_soname_sane" = "x"; then
13597 { echo "$as_me:$LINENO: result: not found" >&5
13598 echo "${ECHO_T}not found" >&6; }
13600 else
13601 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13602 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13604 cat >>confdefs.h <<_ACEOF
13605 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13606 _ACEOF
13608 SANEINCL="$ac_sane_incl"
13615 CPPFLAGS="$ac_save_CPPFLAGS"
13617 if test "x$ac_cv_lib_soname_sane" = "x"; then
13618 case "x$with_sane" in
13619 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13620 xno) ;;
13621 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13622 This is an error since --with-sane was requested." >&5
13623 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13624 This is an error since --with-sane was requested." >&2;}
13625 { (exit 1); exit 1; }; } ;;
13626 esac
13630 if test "x$with_gphoto" != "xno"
13631 then
13632 ac_save_CPPFLAGS="$CPPFLAGS"
13633 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13634 set dummy gphoto2-config; ac_word=$2
13635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13637 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13638 echo $ECHO_N "(cached) $ECHO_C" >&6
13639 else
13640 if test -n "$gphoto2_devel"; then
13641 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13642 else
13643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13644 for as_dir in $PATH
13646 IFS=$as_save_IFS
13647 test -z "$as_dir" && as_dir=.
13648 for ac_exec_ext in '' $ac_executable_extensions; do
13649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13650 ac_cv_prog_gphoto2_devel="gphoto2-config"
13651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13652 break 2
13654 done
13655 done
13656 IFS=$as_save_IFS
13658 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13661 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13662 if test -n "$gphoto2_devel"; then
13663 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13664 echo "${ECHO_T}$gphoto2_devel" >&6; }
13665 else
13666 { echo "$as_me:$LINENO: result: no" >&5
13667 echo "${ECHO_T}no" >&6; }
13671 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13672 set dummy gphoto2-port-config; ac_word=$2
13673 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13674 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13675 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13676 echo $ECHO_N "(cached) $ECHO_C" >&6
13677 else
13678 if test -n "$gphoto2port_devel"; then
13679 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13680 else
13681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13682 for as_dir in $PATH
13684 IFS=$as_save_IFS
13685 test -z "$as_dir" && as_dir=.
13686 for ac_exec_ext in '' $ac_executable_extensions; do
13687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13688 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13689 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13690 break 2
13692 done
13693 done
13694 IFS=$as_save_IFS
13696 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13699 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13700 if test -n "$gphoto2port_devel"; then
13701 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13702 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13703 else
13704 { echo "$as_me:$LINENO: result: no" >&5
13705 echo "${ECHO_T}no" >&6; }
13709 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13710 then
13711 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13712 ac_gphoto2_libs=""
13713 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13715 case "$i" in
13716 -L/usr/lib|-L/usr/lib64) ;;
13717 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13718 esac
13719 done
13720 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13722 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13723 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13724 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13725 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13726 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13727 echo $ECHO_N "(cached) $ECHO_C" >&6
13729 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13730 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13731 else
13732 # Is the header compilable?
13733 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13734 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13735 cat >conftest.$ac_ext <<_ACEOF
13736 /* confdefs.h. */
13737 _ACEOF
13738 cat confdefs.h >>conftest.$ac_ext
13739 cat >>conftest.$ac_ext <<_ACEOF
13740 /* end confdefs.h. */
13741 $ac_includes_default
13742 #include <gphoto2-camera.h>
13743 _ACEOF
13744 rm -f conftest.$ac_objext
13745 if { (ac_try="$ac_compile"
13746 case "(($ac_try" in
13747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13748 *) ac_try_echo=$ac_try;;
13749 esac
13750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13751 (eval "$ac_compile") 2>conftest.er1
13752 ac_status=$?
13753 grep -v '^ *+' conftest.er1 >conftest.err
13754 rm -f conftest.er1
13755 cat conftest.err >&5
13756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 (exit $ac_status); } && {
13758 test -z "$ac_c_werror_flag" ||
13759 test ! -s conftest.err
13760 } && test -s conftest.$ac_objext; then
13761 ac_header_compiler=yes
13762 else
13763 echo "$as_me: failed program was:" >&5
13764 sed 's/^/| /' conftest.$ac_ext >&5
13766 ac_header_compiler=no
13769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13770 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13771 echo "${ECHO_T}$ac_header_compiler" >&6; }
13773 # Is the header present?
13774 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13775 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13776 cat >conftest.$ac_ext <<_ACEOF
13777 /* confdefs.h. */
13778 _ACEOF
13779 cat confdefs.h >>conftest.$ac_ext
13780 cat >>conftest.$ac_ext <<_ACEOF
13781 /* end confdefs.h. */
13782 #include <gphoto2-camera.h>
13783 _ACEOF
13784 if { (ac_try="$ac_cpp conftest.$ac_ext"
13785 case "(($ac_try" in
13786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13787 *) ac_try_echo=$ac_try;;
13788 esac
13789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13790 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13791 ac_status=$?
13792 grep -v '^ *+' conftest.er1 >conftest.err
13793 rm -f conftest.er1
13794 cat conftest.err >&5
13795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13796 (exit $ac_status); } >/dev/null && {
13797 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13798 test ! -s conftest.err
13799 }; then
13800 ac_header_preproc=yes
13801 else
13802 echo "$as_me: failed program was:" >&5
13803 sed 's/^/| /' conftest.$ac_ext >&5
13805 ac_header_preproc=no
13808 rm -f conftest.err conftest.$ac_ext
13809 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13810 echo "${ECHO_T}$ac_header_preproc" >&6; }
13812 # So? What about this header?
13813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13814 yes:no: )
13815 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13816 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13817 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13818 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13819 ac_header_preproc=yes
13821 no:yes:* )
13822 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13823 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13824 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13825 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13826 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13827 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13828 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13829 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13830 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13831 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13832 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13833 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13834 ( cat <<\_ASBOX
13835 ## ------------------------------------ ##
13836 ## Report this to wine-devel@winehq.org ##
13837 ## ------------------------------------ ##
13838 _ASBOX
13839 ) | sed "s/^/$as_me: WARNING: /" >&2
13841 esac
13842 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13843 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13844 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13845 echo $ECHO_N "(cached) $ECHO_C" >&6
13846 else
13847 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13849 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13850 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13853 if test $ac_cv_header_gphoto2_camera_h = yes; then
13854 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13855 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13856 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13857 echo $ECHO_N "(cached) $ECHO_C" >&6
13858 else
13859 ac_check_lib_save_LIBS=$LIBS
13860 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13861 cat >conftest.$ac_ext <<_ACEOF
13862 /* confdefs.h. */
13863 _ACEOF
13864 cat confdefs.h >>conftest.$ac_ext
13865 cat >>conftest.$ac_ext <<_ACEOF
13866 /* end confdefs.h. */
13868 /* Override any GCC internal prototype to avoid an error.
13869 Use char because int might match the return type of a GCC
13870 builtin and then its argument prototype would still apply. */
13871 #ifdef __cplusplus
13872 extern "C"
13873 #endif
13874 char gp_camera_new ();
13876 main ()
13878 return gp_camera_new ();
13880 return 0;
13882 _ACEOF
13883 rm -f conftest.$ac_objext conftest$ac_exeext
13884 if { (ac_try="$ac_link"
13885 case "(($ac_try" in
13886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13887 *) ac_try_echo=$ac_try;;
13888 esac
13889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13890 (eval "$ac_link") 2>conftest.er1
13891 ac_status=$?
13892 grep -v '^ *+' conftest.er1 >conftest.err
13893 rm -f conftest.er1
13894 cat conftest.err >&5
13895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13896 (exit $ac_status); } && {
13897 test -z "$ac_c_werror_flag" ||
13898 test ! -s conftest.err
13899 } && test -s conftest$ac_exeext &&
13900 $as_test_x conftest$ac_exeext; then
13901 ac_cv_lib_gphoto2_gp_camera_new=yes
13902 else
13903 echo "$as_me: failed program was:" >&5
13904 sed 's/^/| /' conftest.$ac_ext >&5
13906 ac_cv_lib_gphoto2_gp_camera_new=no
13909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13910 conftest$ac_exeext conftest.$ac_ext
13911 LIBS=$ac_check_lib_save_LIBS
13913 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13914 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13915 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13917 cat >>confdefs.h <<\_ACEOF
13918 #define HAVE_GPHOTO2 1
13919 _ACEOF
13921 GPHOTO2LIBS="$ac_gphoto2_libs"
13923 GPHOTO2INCL="$ac_gphoto2_incl"
13930 CPPFLAGS="$ac_save_CPPFLAGS"
13932 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13933 case "x$with_gphoto" in
13934 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13935 xno) ;;
13936 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13937 This is an error since --with-gphoto was requested." >&5
13938 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13939 This is an error since --with-gphoto was requested." >&2;}
13940 { (exit 1); exit 1; }; } ;;
13941 esac
13946 RESOLVLIBS=""
13948 if test "$ac_cv_header_resolv_h" = "yes"
13949 then
13950 ac_save_LIBS="$LIBS"
13951 LIBS="$LIBS -lresolv"
13952 cat >conftest.$ac_ext <<_ACEOF
13953 /* confdefs.h. */
13954 _ACEOF
13955 cat confdefs.h >>conftest.$ac_ext
13956 cat >>conftest.$ac_ext <<_ACEOF
13957 /* end confdefs.h. */
13958 #ifdef HAVE_NETINET_IN_H
13959 #include <netinet/in.h>
13960 #endif
13961 #include <resolv.h>
13963 main ()
13965 res_init();
13967 return 0;
13969 _ACEOF
13970 rm -f conftest.$ac_objext conftest$ac_exeext
13971 if { (ac_try="$ac_link"
13972 case "(($ac_try" in
13973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13974 *) ac_try_echo=$ac_try;;
13975 esac
13976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13977 (eval "$ac_link") 2>conftest.er1
13978 ac_status=$?
13979 grep -v '^ *+' conftest.er1 >conftest.err
13980 rm -f conftest.er1
13981 cat conftest.err >&5
13982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13983 (exit $ac_status); } && {
13984 test -z "$ac_c_werror_flag" ||
13985 test ! -s conftest.err
13986 } && test -s conftest$ac_exeext &&
13987 $as_test_x conftest$ac_exeext; then
13989 cat >>confdefs.h <<\_ACEOF
13990 #define HAVE_RESOLV 1
13991 _ACEOF
13993 RESOLVLIBS="-lresolv"
13994 else
13995 echo "$as_me: failed program was:" >&5
13996 sed 's/^/| /' conftest.$ac_ext >&5
14001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14002 conftest$ac_exeext conftest.$ac_ext
14003 LIBS="$ac_save_LIBS"
14006 LCMSLIBS=""
14008 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14009 then
14010 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14011 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14012 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14014 else
14015 ac_check_lib_save_LIBS=$LIBS
14016 LIBS="-llcms $LIBS"
14017 cat >conftest.$ac_ext <<_ACEOF
14018 /* confdefs.h. */
14019 _ACEOF
14020 cat confdefs.h >>conftest.$ac_ext
14021 cat >>conftest.$ac_ext <<_ACEOF
14022 /* end confdefs.h. */
14024 /* Override any GCC internal prototype to avoid an error.
14025 Use char because int might match the return type of a GCC
14026 builtin and then its argument prototype would still apply. */
14027 #ifdef __cplusplus
14028 extern "C"
14029 #endif
14030 char cmsOpenProfileFromFile ();
14032 main ()
14034 return cmsOpenProfileFromFile ();
14036 return 0;
14038 _ACEOF
14039 rm -f conftest.$ac_objext conftest$ac_exeext
14040 if { (ac_try="$ac_link"
14041 case "(($ac_try" in
14042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14043 *) ac_try_echo=$ac_try;;
14044 esac
14045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14046 (eval "$ac_link") 2>conftest.er1
14047 ac_status=$?
14048 grep -v '^ *+' conftest.er1 >conftest.err
14049 rm -f conftest.er1
14050 cat conftest.err >&5
14051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14052 (exit $ac_status); } && {
14053 test -z "$ac_c_werror_flag" ||
14054 test ! -s conftest.err
14055 } && test -s conftest$ac_exeext &&
14056 $as_test_x conftest$ac_exeext; then
14057 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14058 else
14059 echo "$as_me: failed program was:" >&5
14060 sed 's/^/| /' conftest.$ac_ext >&5
14062 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14066 conftest$ac_exeext conftest.$ac_ext
14067 LIBS=$ac_check_lib_save_LIBS
14069 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14070 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14071 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14073 cat >>confdefs.h <<\_ACEOF
14074 #define HAVE_LCMS 1
14075 _ACEOF
14077 LCMSLIBS="-llcms"
14081 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14082 case "x$with_cms" in
14083 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14084 xno) ;;
14085 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14086 This is an error since --with-cms was requested." >&5
14087 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14088 This is an error since --with-cms was requested." >&2;}
14089 { (exit 1); exit 1; }; } ;;
14090 esac
14094 if test "x$with_freetype" != "xno"
14095 then
14096 for ac_prog in freetype-config freetype2-config
14098 # Extract the first word of "$ac_prog", so it can be a program name with args.
14099 set dummy $ac_prog; ac_word=$2
14100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14102 if test "${ac_cv_prog_ft_devel+set}" = set; then
14103 echo $ECHO_N "(cached) $ECHO_C" >&6
14104 else
14105 if test -n "$ft_devel"; then
14106 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14107 else
14108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14109 for as_dir in $PATH
14111 IFS=$as_save_IFS
14112 test -z "$as_dir" && as_dir=.
14113 for ac_exec_ext in '' $ac_executable_extensions; do
14114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14115 ac_cv_prog_ft_devel="$ac_prog"
14116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14117 break 2
14119 done
14120 done
14121 IFS=$as_save_IFS
14125 ft_devel=$ac_cv_prog_ft_devel
14126 if test -n "$ft_devel"; then
14127 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14128 echo "${ECHO_T}$ft_devel" >&6; }
14129 else
14130 { echo "$as_me:$LINENO: result: no" >&5
14131 echo "${ECHO_T}no" >&6; }
14135 test -n "$ft_devel" && break
14136 done
14137 test -n "$ft_devel" || ft_devel="no"
14139 if test "$ft_devel" != "no"
14140 then
14141 ac_freetype_incl=`$ft_devel --cflags`
14142 ac_freetype_libs=`$ft_devel --libs`
14144 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14145 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14146 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14147 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14148 echo $ECHO_N "(cached) $ECHO_C" >&6
14149 else
14150 ac_check_soname_save_LIBS=$LIBS
14151 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14152 cat >conftest.$ac_ext <<_ACEOF
14153 /* confdefs.h. */
14154 _ACEOF
14155 cat confdefs.h >>conftest.$ac_ext
14156 cat >>conftest.$ac_ext <<_ACEOF
14157 /* end confdefs.h. */
14159 /* Override any GCC internal prototype to avoid an error.
14160 Use char because int might match the return type of a GCC
14161 builtin and then its argument prototype would still apply. */
14162 #ifdef __cplusplus
14163 extern "C"
14164 #endif
14165 char FT_Init_FreeType ();
14167 main ()
14169 return FT_Init_FreeType ();
14171 return 0;
14173 _ACEOF
14174 rm -f conftest.$ac_objext conftest$ac_exeext
14175 if { (ac_try="$ac_link"
14176 case "(($ac_try" in
14177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14178 *) ac_try_echo=$ac_try;;
14179 esac
14180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14181 (eval "$ac_link") 2>conftest.er1
14182 ac_status=$?
14183 grep -v '^ *+' conftest.er1 >conftest.err
14184 rm -f conftest.er1
14185 cat conftest.err >&5
14186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14187 (exit $ac_status); } && {
14188 test -z "$ac_c_werror_flag" ||
14189 test ! -s conftest.err
14190 } && test -s conftest$ac_exeext &&
14191 $as_test_x conftest$ac_exeext; then
14192 case "$LIBEXT" in
14193 dll) ;;
14194 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'` ;;
14195 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14196 esac
14197 else
14198 echo "$as_me: failed program was:" >&5
14199 sed 's/^/| /' conftest.$ac_ext >&5
14204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14205 conftest$ac_exeext conftest.$ac_ext
14206 LIBS=$ac_check_soname_save_LIBS
14208 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14209 { echo "$as_me:$LINENO: result: not found" >&5
14210 echo "${ECHO_T}not found" >&6; }
14211 ft_lib=no
14212 else
14213 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14214 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14216 cat >>confdefs.h <<_ACEOF
14217 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14218 _ACEOF
14220 ft_lib=yes
14223 if test "$ft_lib" = "yes"
14224 then
14225 ac_save_CPPFLAGS="$CPPFLAGS"
14226 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14240 for ac_header in ft2build.h \
14241 freetype/freetype.h \
14242 freetype/ftglyph.h \
14243 freetype/fttypes.h \
14244 freetype/tttables.h \
14245 freetype/ftnames.h \
14246 freetype/ftsnames.h \
14247 freetype/ttnameid.h \
14248 freetype/ftoutln.h \
14249 freetype/ftwinfnt.h \
14250 freetype/ftmodapi.h \
14251 freetype/ftlcdfil.h \
14252 freetype/internal/sfnt.h
14254 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14255 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14257 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14258 echo $ECHO_N "(cached) $ECHO_C" >&6
14259 else
14260 cat >conftest.$ac_ext <<_ACEOF
14261 /* confdefs.h. */
14262 _ACEOF
14263 cat confdefs.h >>conftest.$ac_ext
14264 cat >>conftest.$ac_ext <<_ACEOF
14265 /* end confdefs.h. */
14266 #ifdef HAVE_FT2BUILD_H
14267 # include <ft2build.h>
14268 #endif
14270 #include <$ac_header>
14271 _ACEOF
14272 rm -f conftest.$ac_objext
14273 if { (ac_try="$ac_compile"
14274 case "(($ac_try" in
14275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14276 *) ac_try_echo=$ac_try;;
14277 esac
14278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14279 (eval "$ac_compile") 2>conftest.er1
14280 ac_status=$?
14281 grep -v '^ *+' conftest.er1 >conftest.err
14282 rm -f conftest.er1
14283 cat conftest.err >&5
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); } && {
14286 test -z "$ac_c_werror_flag" ||
14287 test ! -s conftest.err
14288 } && test -s conftest.$ac_objext; then
14289 eval "$as_ac_Header=yes"
14290 else
14291 echo "$as_me: failed program was:" >&5
14292 sed 's/^/| /' conftest.$ac_ext >&5
14294 eval "$as_ac_Header=no"
14297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14299 ac_res=`eval echo '${'$as_ac_Header'}'`
14300 { echo "$as_me:$LINENO: result: $ac_res" >&5
14301 echo "${ECHO_T}$ac_res" >&6; }
14302 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14303 cat >>confdefs.h <<_ACEOF
14304 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14305 _ACEOF
14309 done
14311 cat >conftest.$ac_ext <<_ACEOF
14312 /* confdefs.h. */
14313 _ACEOF
14314 cat confdefs.h >>conftest.$ac_ext
14315 cat >>conftest.$ac_ext <<_ACEOF
14316 /* end confdefs.h. */
14317 #include <ft2build.h>
14318 #include <freetype/fttrigon.h>
14319 _ACEOF
14320 if { (ac_try="$ac_cpp conftest.$ac_ext"
14321 case "(($ac_try" in
14322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14323 *) ac_try_echo=$ac_try;;
14324 esac
14325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14326 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14327 ac_status=$?
14328 grep -v '^ *+' conftest.er1 >conftest.err
14329 rm -f conftest.er1
14330 cat conftest.err >&5
14331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14332 (exit $ac_status); } >/dev/null && {
14333 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14334 test ! -s conftest.err
14335 }; then
14337 cat >>confdefs.h <<\_ACEOF
14338 #define HAVE_FREETYPE_FTTRIGON_H 1
14339 _ACEOF
14341 wine_cv_fttrigon=yes
14342 else
14343 echo "$as_me: failed program was:" >&5
14344 sed 's/^/| /' conftest.$ac_ext >&5
14346 wine_cv_fttrigon=no
14349 rm -f conftest.err conftest.$ac_ext
14350 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14351 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14352 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14353 echo $ECHO_N "(cached) $ECHO_C" >&6
14354 else
14355 cat >conftest.$ac_ext <<_ACEOF
14356 /* confdefs.h. */
14357 _ACEOF
14358 cat confdefs.h >>conftest.$ac_ext
14359 cat >>conftest.$ac_ext <<_ACEOF
14360 /* end confdefs.h. */
14361 #include <freetype/ftmodapi.h>
14363 typedef FT_TrueTypeEngineType ac__type_new_;
14365 main ()
14367 if ((ac__type_new_ *) 0)
14368 return 0;
14369 if (sizeof (ac__type_new_))
14370 return 0;
14372 return 0;
14374 _ACEOF
14375 rm -f conftest.$ac_objext
14376 if { (ac_try="$ac_compile"
14377 case "(($ac_try" in
14378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14380 esac
14381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14382 (eval "$ac_compile") 2>conftest.er1
14383 ac_status=$?
14384 grep -v '^ *+' conftest.er1 >conftest.err
14385 rm -f conftest.er1
14386 cat conftest.err >&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); } && {
14389 test -z "$ac_c_werror_flag" ||
14390 test ! -s conftest.err
14391 } && test -s conftest.$ac_objext; then
14392 ac_cv_type_FT_TrueTypeEngineType=yes
14393 else
14394 echo "$as_me: failed program was:" >&5
14395 sed 's/^/| /' conftest.$ac_ext >&5
14397 ac_cv_type_FT_TrueTypeEngineType=no
14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14402 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14403 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14404 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14406 cat >>confdefs.h <<_ACEOF
14407 #define HAVE_FT_TRUETYPEENGINETYPE 1
14408 _ACEOF
14413 ac_save_CFLAGS="$CFLAGS"
14414 CFLAGS="$CFLAGS $ac_freetype_libs"
14416 for ac_func in FT_Load_Sfnt_Table
14418 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14419 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14420 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14421 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14422 echo $ECHO_N "(cached) $ECHO_C" >&6
14423 else
14424 cat >conftest.$ac_ext <<_ACEOF
14425 /* confdefs.h. */
14426 _ACEOF
14427 cat confdefs.h >>conftest.$ac_ext
14428 cat >>conftest.$ac_ext <<_ACEOF
14429 /* end confdefs.h. */
14430 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14431 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14432 #define $ac_func innocuous_$ac_func
14434 /* System header to define __stub macros and hopefully few prototypes,
14435 which can conflict with char $ac_func (); below.
14436 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14437 <limits.h> exists even on freestanding compilers. */
14439 #ifdef __STDC__
14440 # include <limits.h>
14441 #else
14442 # include <assert.h>
14443 #endif
14445 #undef $ac_func
14447 /* Override any GCC internal prototype to avoid an error.
14448 Use char because int might match the return type of a GCC
14449 builtin and then its argument prototype would still apply. */
14450 #ifdef __cplusplus
14451 extern "C"
14452 #endif
14453 char $ac_func ();
14454 /* The GNU C library defines this for functions which it implements
14455 to always fail with ENOSYS. Some functions are actually named
14456 something starting with __ and the normal name is an alias. */
14457 #if defined __stub_$ac_func || defined __stub___$ac_func
14458 choke me
14459 #endif
14462 main ()
14464 return $ac_func ();
14466 return 0;
14468 _ACEOF
14469 rm -f conftest.$ac_objext conftest$ac_exeext
14470 if { (ac_try="$ac_link"
14471 case "(($ac_try" in
14472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14473 *) ac_try_echo=$ac_try;;
14474 esac
14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14476 (eval "$ac_link") 2>conftest.er1
14477 ac_status=$?
14478 grep -v '^ *+' conftest.er1 >conftest.err
14479 rm -f conftest.er1
14480 cat conftest.err >&5
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); } && {
14483 test -z "$ac_c_werror_flag" ||
14484 test ! -s conftest.err
14485 } && test -s conftest$ac_exeext &&
14486 $as_test_x conftest$ac_exeext; then
14487 eval "$as_ac_var=yes"
14488 else
14489 echo "$as_me: failed program was:" >&5
14490 sed 's/^/| /' conftest.$ac_ext >&5
14492 eval "$as_ac_var=no"
14495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14496 conftest$ac_exeext conftest.$ac_ext
14498 ac_res=`eval echo '${'$as_ac_var'}'`
14499 { echo "$as_me:$LINENO: result: $ac_res" >&5
14500 echo "${ECHO_T}$ac_res" >&6; }
14501 if test `eval echo '${'$as_ac_var'}'` = yes; then
14502 cat >>confdefs.h <<_ACEOF
14503 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14504 _ACEOF
14507 done
14509 CFLAGS="$ac_save_CFLAGS"
14510 CPPFLAGS="$ac_save_CPPFLAGS"
14511 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14512 then
14514 cat >>confdefs.h <<\_ACEOF
14515 #define HAVE_FREETYPE 1
14516 _ACEOF
14518 FREETYPELIBS="$ac_freetype_libs"
14520 FREETYPEINCL="$ac_freetype_incl"
14525 if test "x$FREETYPELIBS" = "x"; then
14526 case "x$with_freetype" in
14527 xno) ;;
14528 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14529 Use the --without-freetype option if you really want this." >&5
14530 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14531 Use the --without-freetype option if you really want this." >&2;}
14532 { (exit 1); exit 1; }; } ;;
14533 esac
14536 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14538 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14539 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14540 if test "${ac_cv_c_ppdev+set}" = set; then
14541 echo $ECHO_N "(cached) $ECHO_C" >&6
14542 else
14543 cat >conftest.$ac_ext <<_ACEOF
14544 /* confdefs.h. */
14545 _ACEOF
14546 cat confdefs.h >>conftest.$ac_ext
14547 cat >>conftest.$ac_ext <<_ACEOF
14548 /* end confdefs.h. */
14549 #include <linux/ppdev.h>
14551 main ()
14553 ioctl (1,PPCLAIM,0)
14555 return 0;
14557 _ACEOF
14558 rm -f conftest.$ac_objext
14559 if { (ac_try="$ac_compile"
14560 case "(($ac_try" in
14561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14562 *) ac_try_echo=$ac_try;;
14563 esac
14564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14565 (eval "$ac_compile") 2>conftest.er1
14566 ac_status=$?
14567 grep -v '^ *+' conftest.er1 >conftest.err
14568 rm -f conftest.er1
14569 cat conftest.err >&5
14570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14571 (exit $ac_status); } && {
14572 test -z "$ac_c_werror_flag" ||
14573 test ! -s conftest.err
14574 } && test -s conftest.$ac_objext; then
14575 ac_cv_c_ppdev="yes"
14576 else
14577 echo "$as_me: failed program was:" >&5
14578 sed 's/^/| /' conftest.$ac_ext >&5
14580 ac_cv_c_ppdev="no"
14583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14585 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14586 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14587 if test "$ac_cv_c_ppdev" = "yes"
14588 then
14590 cat >>confdefs.h <<\_ACEOF
14591 #define HAVE_PPDEV 1
14592 _ACEOF
14596 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14597 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14598 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14599 echo $ECHO_N "(cached) $ECHO_C" >&6
14600 else
14601 cat >conftest.$ac_ext <<_ACEOF
14602 /* confdefs.h. */
14603 _ACEOF
14604 cat confdefs.h >>conftest.$ac_ext
14605 cat >>conftest.$ac_ext <<_ACEOF
14606 /* end confdefs.h. */
14607 #define _GNU_SOURCE
14608 #include <pthread.h>
14610 typedef pthread_rwlock_t ac__type_new_;
14612 main ()
14614 if ((ac__type_new_ *) 0)
14615 return 0;
14616 if (sizeof (ac__type_new_))
14617 return 0;
14619 return 0;
14621 _ACEOF
14622 rm -f conftest.$ac_objext
14623 if { (ac_try="$ac_compile"
14624 case "(($ac_try" in
14625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14626 *) ac_try_echo=$ac_try;;
14627 esac
14628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14629 (eval "$ac_compile") 2>conftest.er1
14630 ac_status=$?
14631 grep -v '^ *+' conftest.er1 >conftest.err
14632 rm -f conftest.er1
14633 cat conftest.err >&5
14634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14635 (exit $ac_status); } && {
14636 test -z "$ac_c_werror_flag" ||
14637 test ! -s conftest.err
14638 } && test -s conftest.$ac_objext; then
14639 ac_cv_type_pthread_rwlock_t=yes
14640 else
14641 echo "$as_me: failed program was:" >&5
14642 sed 's/^/| /' conftest.$ac_ext >&5
14644 ac_cv_type_pthread_rwlock_t=no
14647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14649 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14650 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14651 if test $ac_cv_type_pthread_rwlock_t = yes; then
14653 cat >>confdefs.h <<_ACEOF
14654 #define HAVE_PTHREAD_RWLOCK_T 1
14655 _ACEOF
14659 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14660 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14661 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14662 echo $ECHO_N "(cached) $ECHO_C" >&6
14663 else
14664 cat >conftest.$ac_ext <<_ACEOF
14665 /* confdefs.h. */
14666 _ACEOF
14667 cat confdefs.h >>conftest.$ac_ext
14668 cat >>conftest.$ac_ext <<_ACEOF
14669 /* end confdefs.h. */
14670 #define _GNU_SOURCE
14671 #include <pthread.h>
14673 typedef pthread_rwlockattr_t ac__type_new_;
14675 main ()
14677 if ((ac__type_new_ *) 0)
14678 return 0;
14679 if (sizeof (ac__type_new_))
14680 return 0;
14682 return 0;
14684 _ACEOF
14685 rm -f conftest.$ac_objext
14686 if { (ac_try="$ac_compile"
14687 case "(($ac_try" in
14688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14689 *) ac_try_echo=$ac_try;;
14690 esac
14691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14692 (eval "$ac_compile") 2>conftest.er1
14693 ac_status=$?
14694 grep -v '^ *+' conftest.er1 >conftest.err
14695 rm -f conftest.er1
14696 cat conftest.err >&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); } && {
14699 test -z "$ac_c_werror_flag" ||
14700 test ! -s conftest.err
14701 } && test -s conftest.$ac_objext; then
14702 ac_cv_type_pthread_rwlockattr_t=yes
14703 else
14704 echo "$as_me: failed program was:" >&5
14705 sed 's/^/| /' conftest.$ac_ext >&5
14707 ac_cv_type_pthread_rwlockattr_t=no
14710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14712 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14713 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14714 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14716 cat >>confdefs.h <<_ACEOF
14717 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14718 _ACEOF
14724 ac_wine_check_funcs_save_LIBS="$LIBS"
14725 LIBS="$LIBS $LIBPTHREAD"
14730 for ac_func in \
14731 pthread_attr_get_np \
14732 pthread_getattr_np \
14733 pthread_get_stackaddr_np \
14734 pthread_get_stacksize_np
14736 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14737 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14738 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14739 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14740 echo $ECHO_N "(cached) $ECHO_C" >&6
14741 else
14742 cat >conftest.$ac_ext <<_ACEOF
14743 /* confdefs.h. */
14744 _ACEOF
14745 cat confdefs.h >>conftest.$ac_ext
14746 cat >>conftest.$ac_ext <<_ACEOF
14747 /* end confdefs.h. */
14748 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14749 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14750 #define $ac_func innocuous_$ac_func
14752 /* System header to define __stub macros and hopefully few prototypes,
14753 which can conflict with char $ac_func (); below.
14754 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14755 <limits.h> exists even on freestanding compilers. */
14757 #ifdef __STDC__
14758 # include <limits.h>
14759 #else
14760 # include <assert.h>
14761 #endif
14763 #undef $ac_func
14765 /* Override any GCC internal prototype to avoid an error.
14766 Use char because int might match the return type of a GCC
14767 builtin and then its argument prototype would still apply. */
14768 #ifdef __cplusplus
14769 extern "C"
14770 #endif
14771 char $ac_func ();
14772 /* The GNU C library defines this for functions which it implements
14773 to always fail with ENOSYS. Some functions are actually named
14774 something starting with __ and the normal name is an alias. */
14775 #if defined __stub_$ac_func || defined __stub___$ac_func
14776 choke me
14777 #endif
14780 main ()
14782 return $ac_func ();
14784 return 0;
14786 _ACEOF
14787 rm -f conftest.$ac_objext conftest$ac_exeext
14788 if { (ac_try="$ac_link"
14789 case "(($ac_try" in
14790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14791 *) ac_try_echo=$ac_try;;
14792 esac
14793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14794 (eval "$ac_link") 2>conftest.er1
14795 ac_status=$?
14796 grep -v '^ *+' conftest.er1 >conftest.err
14797 rm -f conftest.er1
14798 cat conftest.err >&5
14799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14800 (exit $ac_status); } && {
14801 test -z "$ac_c_werror_flag" ||
14802 test ! -s conftest.err
14803 } && test -s conftest$ac_exeext &&
14804 $as_test_x conftest$ac_exeext; then
14805 eval "$as_ac_var=yes"
14806 else
14807 echo "$as_me: failed program was:" >&5
14808 sed 's/^/| /' conftest.$ac_ext >&5
14810 eval "$as_ac_var=no"
14813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14814 conftest$ac_exeext conftest.$ac_ext
14816 ac_res=`eval echo '${'$as_ac_var'}'`
14817 { echo "$as_me:$LINENO: result: $ac_res" >&5
14818 echo "${ECHO_T}$ac_res" >&6; }
14819 if test `eval echo '${'$as_ac_var'}'` = yes; then
14820 cat >>confdefs.h <<_ACEOF
14821 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14822 _ACEOF
14825 done
14827 LIBS="$ac_wine_check_funcs_save_LIBS"
14829 if test "x$with_esd" != xno
14830 then
14831 save_CFLAGS="$CFLAGS"
14832 # Extract the first word of "esd-config", so it can be a program name with args.
14833 set dummy esd-config; ac_word=$2
14834 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14835 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14836 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14837 echo $ECHO_N "(cached) $ECHO_C" >&6
14838 else
14839 case $ESDCONFIG in
14840 [\\/]* | ?:[\\/]*)
14841 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14845 for as_dir in $PATH
14847 IFS=$as_save_IFS
14848 test -z "$as_dir" && as_dir=.
14849 for ac_exec_ext in '' $ac_executable_extensions; do
14850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14851 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14852 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14853 break 2
14855 done
14856 done
14857 IFS=$as_save_IFS
14859 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14861 esac
14863 ESDCONFIG=$ac_cv_path_ESDCONFIG
14864 if test -n "$ESDCONFIG"; then
14865 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14866 echo "${ECHO_T}$ESDCONFIG" >&6; }
14867 else
14868 { echo "$as_me:$LINENO: result: no" >&5
14869 echo "${ECHO_T}no" >&6; }
14873 if test "x$ESDCONFIG" != "xno"
14874 then
14875 ac_esd_incl=""
14876 for i in `$ESDCONFIG --cflags`
14878 case "$i" in
14879 -I*) ac_esd_incl="$ac_esd_incl $i";;
14880 esac
14881 done
14882 ac_esd_libs=`$ESDCONFIG --libs`
14883 CFLAGS="$CFLAGS $ac_esd_incl"
14885 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14886 if test "${ac_cv_header_esd_h+set}" = set; then
14887 { echo "$as_me:$LINENO: checking for esd.h" >&5
14888 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14889 if test "${ac_cv_header_esd_h+set}" = set; then
14890 echo $ECHO_N "(cached) $ECHO_C" >&6
14892 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14893 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14894 else
14895 # Is the header compilable?
14896 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14897 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14898 cat >conftest.$ac_ext <<_ACEOF
14899 /* confdefs.h. */
14900 _ACEOF
14901 cat confdefs.h >>conftest.$ac_ext
14902 cat >>conftest.$ac_ext <<_ACEOF
14903 /* end confdefs.h. */
14904 $ac_includes_default
14905 #include <esd.h>
14906 _ACEOF
14907 rm -f conftest.$ac_objext
14908 if { (ac_try="$ac_compile"
14909 case "(($ac_try" in
14910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14911 *) ac_try_echo=$ac_try;;
14912 esac
14913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14914 (eval "$ac_compile") 2>conftest.er1
14915 ac_status=$?
14916 grep -v '^ *+' conftest.er1 >conftest.err
14917 rm -f conftest.er1
14918 cat conftest.err >&5
14919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14920 (exit $ac_status); } && {
14921 test -z "$ac_c_werror_flag" ||
14922 test ! -s conftest.err
14923 } && test -s conftest.$ac_objext; then
14924 ac_header_compiler=yes
14925 else
14926 echo "$as_me: failed program was:" >&5
14927 sed 's/^/| /' conftest.$ac_ext >&5
14929 ac_header_compiler=no
14932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14933 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14934 echo "${ECHO_T}$ac_header_compiler" >&6; }
14936 # Is the header present?
14937 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14938 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14939 cat >conftest.$ac_ext <<_ACEOF
14940 /* confdefs.h. */
14941 _ACEOF
14942 cat confdefs.h >>conftest.$ac_ext
14943 cat >>conftest.$ac_ext <<_ACEOF
14944 /* end confdefs.h. */
14945 #include <esd.h>
14946 _ACEOF
14947 if { (ac_try="$ac_cpp conftest.$ac_ext"
14948 case "(($ac_try" in
14949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14950 *) ac_try_echo=$ac_try;;
14951 esac
14952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14954 ac_status=$?
14955 grep -v '^ *+' conftest.er1 >conftest.err
14956 rm -f conftest.er1
14957 cat conftest.err >&5
14958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14959 (exit $ac_status); } >/dev/null && {
14960 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14961 test ! -s conftest.err
14962 }; then
14963 ac_header_preproc=yes
14964 else
14965 echo "$as_me: failed program was:" >&5
14966 sed 's/^/| /' conftest.$ac_ext >&5
14968 ac_header_preproc=no
14971 rm -f conftest.err conftest.$ac_ext
14972 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14973 echo "${ECHO_T}$ac_header_preproc" >&6; }
14975 # So? What about this header?
14976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14977 yes:no: )
14978 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14979 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14980 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14981 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14982 ac_header_preproc=yes
14984 no:yes:* )
14985 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14986 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14987 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14988 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14989 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14990 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14991 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14992 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14993 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14994 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14995 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14996 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14997 ( cat <<\_ASBOX
14998 ## ------------------------------------ ##
14999 ## Report this to wine-devel@winehq.org ##
15000 ## ------------------------------------ ##
15001 _ASBOX
15002 ) | sed "s/^/$as_me: WARNING: /" >&2
15004 esac
15005 { echo "$as_me:$LINENO: checking for esd.h" >&5
15006 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15007 if test "${ac_cv_header_esd_h+set}" = set; then
15008 echo $ECHO_N "(cached) $ECHO_C" >&6
15009 else
15010 ac_cv_header_esd_h=$ac_header_preproc
15012 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15013 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15016 if test $ac_cv_header_esd_h = yes; then
15017 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15018 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15019 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15020 echo $ECHO_N "(cached) $ECHO_C" >&6
15021 else
15022 ac_check_lib_save_LIBS=$LIBS
15023 LIBS="-lesd $ac_esd_libs $LIBS"
15024 cat >conftest.$ac_ext <<_ACEOF
15025 /* confdefs.h. */
15026 _ACEOF
15027 cat confdefs.h >>conftest.$ac_ext
15028 cat >>conftest.$ac_ext <<_ACEOF
15029 /* end confdefs.h. */
15031 /* Override any GCC internal prototype to avoid an error.
15032 Use char because int might match the return type of a GCC
15033 builtin and then its argument prototype would still apply. */
15034 #ifdef __cplusplus
15035 extern "C"
15036 #endif
15037 char esd_open_sound ();
15039 main ()
15041 return esd_open_sound ();
15043 return 0;
15045 _ACEOF
15046 rm -f conftest.$ac_objext conftest$ac_exeext
15047 if { (ac_try="$ac_link"
15048 case "(($ac_try" in
15049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15050 *) ac_try_echo=$ac_try;;
15051 esac
15052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15053 (eval "$ac_link") 2>conftest.er1
15054 ac_status=$?
15055 grep -v '^ *+' conftest.er1 >conftest.err
15056 rm -f conftest.er1
15057 cat conftest.err >&5
15058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15059 (exit $ac_status); } && {
15060 test -z "$ac_c_werror_flag" ||
15061 test ! -s conftest.err
15062 } && test -s conftest$ac_exeext &&
15063 $as_test_x conftest$ac_exeext; then
15064 ac_cv_lib_esd_esd_open_sound=yes
15065 else
15066 echo "$as_me: failed program was:" >&5
15067 sed 's/^/| /' conftest.$ac_ext >&5
15069 ac_cv_lib_esd_esd_open_sound=no
15072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15073 conftest$ac_exeext conftest.$ac_ext
15074 LIBS=$ac_check_lib_save_LIBS
15076 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15077 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15078 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15079 ESDINCL="$ac_esd_incl"
15081 ESDLIBS="$ac_esd_libs"
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_ESD 1
15086 _ACEOF
15093 CFLAGS="$save_CFLAGS"
15096 if test "x$with_pulse" != "xno"; then
15097 if test "$PKG_CONFIG" != "false"; then
15098 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15099 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15100 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15101 have_pulseaudio="yes"
15102 else
15103 have_pulseaudio="no"
15105 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15106 echo "${ECHO_T}$have_pulseaudio" >&6; }
15107 if test x"$have_pulseaudio" = xyes; then
15108 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15110 cat >>confdefs.h <<\_ACEOF
15111 #define HAVE_PULSEAUDIO_0_9_11 1
15112 _ACEOF
15114 else
15116 cat >>confdefs.h <<\_ACEOF
15117 #define HAVE_PULSEAUDIO_0_9_11 0
15118 _ACEOF
15121 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15123 cat >>confdefs.h <<\_ACEOF
15124 #define HAVE_PULSEAUDIO 1
15125 _ACEOF
15127 PULSELIBS="$ac_pulse_libs"
15133 ALSALIBS=""
15135 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15136 then
15137 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15138 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15139 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15140 echo $ECHO_N "(cached) $ECHO_C" >&6
15141 else
15142 ac_check_lib_save_LIBS=$LIBS
15143 LIBS="-lasound $LIBS"
15144 cat >conftest.$ac_ext <<_ACEOF
15145 /* confdefs.h. */
15146 _ACEOF
15147 cat confdefs.h >>conftest.$ac_ext
15148 cat >>conftest.$ac_ext <<_ACEOF
15149 /* end confdefs.h. */
15151 /* Override any GCC internal prototype to avoid an error.
15152 Use char because int might match the return type of a GCC
15153 builtin and then its argument prototype would still apply. */
15154 #ifdef __cplusplus
15155 extern "C"
15156 #endif
15157 char snd_pcm_hw_params_get_access ();
15159 main ()
15161 return snd_pcm_hw_params_get_access ();
15163 return 0;
15165 _ACEOF
15166 rm -f conftest.$ac_objext conftest$ac_exeext
15167 if { (ac_try="$ac_link"
15168 case "(($ac_try" in
15169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15170 *) ac_try_echo=$ac_try;;
15171 esac
15172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15173 (eval "$ac_link") 2>conftest.er1
15174 ac_status=$?
15175 grep -v '^ *+' conftest.er1 >conftest.err
15176 rm -f conftest.er1
15177 cat conftest.err >&5
15178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15179 (exit $ac_status); } && {
15180 test -z "$ac_c_werror_flag" ||
15181 test ! -s conftest.err
15182 } && test -s conftest$ac_exeext &&
15183 $as_test_x conftest$ac_exeext; then
15184 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15185 else
15186 echo "$as_me: failed program was:" >&5
15187 sed 's/^/| /' conftest.$ac_ext >&5
15189 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15193 conftest$ac_exeext conftest.$ac_ext
15194 LIBS=$ac_check_lib_save_LIBS
15196 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15197 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15198 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15199 cat >conftest.$ac_ext <<_ACEOF
15200 /* confdefs.h. */
15201 _ACEOF
15202 cat confdefs.h >>conftest.$ac_ext
15203 cat >>conftest.$ac_ext <<_ACEOF
15204 /* end confdefs.h. */
15205 #ifdef HAVE_ALSA_ASOUNDLIB_H
15206 #include <alsa/asoundlib.h>
15207 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15208 #include <sys/asoundlib.h>
15209 #endif
15211 main ()
15213 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15215 return 0;
15217 _ACEOF
15218 rm -f conftest.$ac_objext
15219 if { (ac_try="$ac_compile"
15220 case "(($ac_try" in
15221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15222 *) ac_try_echo=$ac_try;;
15223 esac
15224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15225 (eval "$ac_compile") 2>conftest.er1
15226 ac_status=$?
15227 grep -v '^ *+' conftest.er1 >conftest.err
15228 rm -f conftest.er1
15229 cat conftest.err >&5
15230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231 (exit $ac_status); } && {
15232 test -z "$ac_c_werror_flag" ||
15233 test ! -s conftest.err
15234 } && test -s conftest.$ac_objext; then
15236 cat >>confdefs.h <<\_ACEOF
15237 #define HAVE_ALSA 1
15238 _ACEOF
15240 ALSALIBS="-lasound"
15241 else
15242 echo "$as_me: failed program was:" >&5
15243 sed 's/^/| /' conftest.$ac_ext >&5
15248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15253 AUDIOIOLIBS=""
15255 if test "$ac_cv_header_libaudioio_h" = "yes"
15256 then
15257 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15258 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15259 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15260 echo $ECHO_N "(cached) $ECHO_C" >&6
15261 else
15262 ac_check_lib_save_LIBS=$LIBS
15263 LIBS="-laudioio $LIBS"
15264 cat >conftest.$ac_ext <<_ACEOF
15265 /* confdefs.h. */
15266 _ACEOF
15267 cat confdefs.h >>conftest.$ac_ext
15268 cat >>conftest.$ac_ext <<_ACEOF
15269 /* end confdefs.h. */
15271 /* Override any GCC internal prototype to avoid an error.
15272 Use char because int might match the return type of a GCC
15273 builtin and then its argument prototype would still apply. */
15274 #ifdef __cplusplus
15275 extern "C"
15276 #endif
15277 char AudioIOGetVersion ();
15279 main ()
15281 return AudioIOGetVersion ();
15283 return 0;
15285 _ACEOF
15286 rm -f conftest.$ac_objext conftest$ac_exeext
15287 if { (ac_try="$ac_link"
15288 case "(($ac_try" in
15289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15290 *) ac_try_echo=$ac_try;;
15291 esac
15292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15293 (eval "$ac_link") 2>conftest.er1
15294 ac_status=$?
15295 grep -v '^ *+' conftest.er1 >conftest.err
15296 rm -f conftest.er1
15297 cat conftest.err >&5
15298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15299 (exit $ac_status); } && {
15300 test -z "$ac_c_werror_flag" ||
15301 test ! -s conftest.err
15302 } && test -s conftest$ac_exeext &&
15303 $as_test_x conftest$ac_exeext; then
15304 ac_cv_lib_audioio_AudioIOGetVersion=yes
15305 else
15306 echo "$as_me: failed program was:" >&5
15307 sed 's/^/| /' conftest.$ac_ext >&5
15309 ac_cv_lib_audioio_AudioIOGetVersion=no
15312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15313 conftest$ac_exeext conftest.$ac_ext
15314 LIBS=$ac_check_lib_save_LIBS
15316 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15317 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15318 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15319 AUDIOIOLIBS="-laudioio"
15321 cat >>confdefs.h <<\_ACEOF
15322 #define HAVE_LIBAUDIOIO 1
15323 _ACEOF
15330 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15331 then
15332 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15333 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15334 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15335 echo $ECHO_N "(cached) $ECHO_C" >&6
15336 else
15337 ac_check_soname_save_LIBS=$LIBS
15338 LIBS="-lcapi20 $LIBS"
15339 cat >conftest.$ac_ext <<_ACEOF
15340 /* confdefs.h. */
15341 _ACEOF
15342 cat confdefs.h >>conftest.$ac_ext
15343 cat >>conftest.$ac_ext <<_ACEOF
15344 /* end confdefs.h. */
15346 /* Override any GCC internal prototype to avoid an error.
15347 Use char because int might match the return type of a GCC
15348 builtin and then its argument prototype would still apply. */
15349 #ifdef __cplusplus
15350 extern "C"
15351 #endif
15352 char capi20_register ();
15354 main ()
15356 return capi20_register ();
15358 return 0;
15360 _ACEOF
15361 rm -f conftest.$ac_objext conftest$ac_exeext
15362 if { (ac_try="$ac_link"
15363 case "(($ac_try" in
15364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15365 *) ac_try_echo=$ac_try;;
15366 esac
15367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15368 (eval "$ac_link") 2>conftest.er1
15369 ac_status=$?
15370 grep -v '^ *+' conftest.er1 >conftest.err
15371 rm -f conftest.er1
15372 cat conftest.err >&5
15373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15374 (exit $ac_status); } && {
15375 test -z "$ac_c_werror_flag" ||
15376 test ! -s conftest.err
15377 } && test -s conftest$ac_exeext &&
15378 $as_test_x conftest$ac_exeext; then
15379 case "$LIBEXT" in
15380 dll) ;;
15381 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'` ;;
15382 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15383 esac
15384 else
15385 echo "$as_me: failed program was:" >&5
15386 sed 's/^/| /' conftest.$ac_ext >&5
15391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15392 conftest$ac_exeext conftest.$ac_ext
15393 LIBS=$ac_check_soname_save_LIBS
15395 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15396 { echo "$as_me:$LINENO: result: not found" >&5
15397 echo "${ECHO_T}not found" >&6; }
15399 else
15400 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15401 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15403 cat >>confdefs.h <<_ACEOF
15404 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15405 _ACEOF
15411 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15412 case "x$with_capi" in
15413 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15414 xno) ;;
15415 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15416 This is an error since --with-capi was requested." >&5
15417 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15418 This is an error since --with-capi was requested." >&2;}
15419 { (exit 1); exit 1; }; } ;;
15420 esac
15424 CUPSINCL=""
15426 if test "x$with_cups" != "xno"
15427 then
15428 ac_save_CPPFLAGS="$CPPFLAGS"
15429 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15430 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15431 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15433 for ac_header in cups/cups.h
15435 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15437 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15438 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 echo $ECHO_N "(cached) $ECHO_C" >&6
15442 ac_res=`eval echo '${'$as_ac_Header'}'`
15443 { echo "$as_me:$LINENO: result: $ac_res" >&5
15444 echo "${ECHO_T}$ac_res" >&6; }
15445 else
15446 # Is the header compilable?
15447 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15448 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15449 cat >conftest.$ac_ext <<_ACEOF
15450 /* confdefs.h. */
15451 _ACEOF
15452 cat confdefs.h >>conftest.$ac_ext
15453 cat >>conftest.$ac_ext <<_ACEOF
15454 /* end confdefs.h. */
15455 $ac_includes_default
15456 #include <$ac_header>
15457 _ACEOF
15458 rm -f conftest.$ac_objext
15459 if { (ac_try="$ac_compile"
15460 case "(($ac_try" in
15461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15462 *) ac_try_echo=$ac_try;;
15463 esac
15464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15465 (eval "$ac_compile") 2>conftest.er1
15466 ac_status=$?
15467 grep -v '^ *+' conftest.er1 >conftest.err
15468 rm -f conftest.er1
15469 cat conftest.err >&5
15470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15471 (exit $ac_status); } && {
15472 test -z "$ac_c_werror_flag" ||
15473 test ! -s conftest.err
15474 } && test -s conftest.$ac_objext; then
15475 ac_header_compiler=yes
15476 else
15477 echo "$as_me: failed program was:" >&5
15478 sed 's/^/| /' conftest.$ac_ext >&5
15480 ac_header_compiler=no
15483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15484 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15485 echo "${ECHO_T}$ac_header_compiler" >&6; }
15487 # Is the header present?
15488 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15489 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15490 cat >conftest.$ac_ext <<_ACEOF
15491 /* confdefs.h. */
15492 _ACEOF
15493 cat confdefs.h >>conftest.$ac_ext
15494 cat >>conftest.$ac_ext <<_ACEOF
15495 /* end confdefs.h. */
15496 #include <$ac_header>
15497 _ACEOF
15498 if { (ac_try="$ac_cpp conftest.$ac_ext"
15499 case "(($ac_try" in
15500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15501 *) ac_try_echo=$ac_try;;
15502 esac
15503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15504 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15505 ac_status=$?
15506 grep -v '^ *+' conftest.er1 >conftest.err
15507 rm -f conftest.er1
15508 cat conftest.err >&5
15509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510 (exit $ac_status); } >/dev/null && {
15511 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15512 test ! -s conftest.err
15513 }; then
15514 ac_header_preproc=yes
15515 else
15516 echo "$as_me: failed program was:" >&5
15517 sed 's/^/| /' conftest.$ac_ext >&5
15519 ac_header_preproc=no
15522 rm -f conftest.err conftest.$ac_ext
15523 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15524 echo "${ECHO_T}$ac_header_preproc" >&6; }
15526 # So? What about this header?
15527 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15528 yes:no: )
15529 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15530 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15532 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15533 ac_header_preproc=yes
15535 no:yes:* )
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15537 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15539 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15541 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15543 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15544 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15545 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15546 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15547 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15548 ( cat <<\_ASBOX
15549 ## ------------------------------------ ##
15550 ## Report this to wine-devel@winehq.org ##
15551 ## ------------------------------------ ##
15552 _ASBOX
15553 ) | sed "s/^/$as_me: WARNING: /" >&2
15555 esac
15556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15559 echo $ECHO_N "(cached) $ECHO_C" >&6
15560 else
15561 eval "$as_ac_Header=\$ac_header_preproc"
15563 ac_res=`eval echo '${'$as_ac_Header'}'`
15564 { echo "$as_me:$LINENO: result: $ac_res" >&5
15565 echo "${ECHO_T}$ac_res" >&6; }
15568 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15569 cat >>confdefs.h <<_ACEOF
15570 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15571 _ACEOF
15572 { echo "$as_me:$LINENO: checking for -lcups" >&5
15573 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15574 if test "${ac_cv_lib_soname_cups+set}" = set; then
15575 echo $ECHO_N "(cached) $ECHO_C" >&6
15576 else
15577 ac_check_soname_save_LIBS=$LIBS
15578 LIBS="-lcups $ac_cups_libs $LIBS"
15579 cat >conftest.$ac_ext <<_ACEOF
15580 /* confdefs.h. */
15581 _ACEOF
15582 cat confdefs.h >>conftest.$ac_ext
15583 cat >>conftest.$ac_ext <<_ACEOF
15584 /* end confdefs.h. */
15586 /* Override any GCC internal prototype to avoid an error.
15587 Use char because int might match the return type of a GCC
15588 builtin and then its argument prototype would still apply. */
15589 #ifdef __cplusplus
15590 extern "C"
15591 #endif
15592 char cupsGetDefault ();
15594 main ()
15596 return cupsGetDefault ();
15598 return 0;
15600 _ACEOF
15601 rm -f conftest.$ac_objext conftest$ac_exeext
15602 if { (ac_try="$ac_link"
15603 case "(($ac_try" in
15604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15605 *) ac_try_echo=$ac_try;;
15606 esac
15607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15608 (eval "$ac_link") 2>conftest.er1
15609 ac_status=$?
15610 grep -v '^ *+' conftest.er1 >conftest.err
15611 rm -f conftest.er1
15612 cat conftest.err >&5
15613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15614 (exit $ac_status); } && {
15615 test -z "$ac_c_werror_flag" ||
15616 test ! -s conftest.err
15617 } && test -s conftest$ac_exeext &&
15618 $as_test_x conftest$ac_exeext; then
15619 case "$LIBEXT" in
15620 dll) ;;
15621 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'` ;;
15622 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15623 esac
15624 else
15625 echo "$as_me: failed program was:" >&5
15626 sed 's/^/| /' conftest.$ac_ext >&5
15631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15632 conftest$ac_exeext conftest.$ac_ext
15633 LIBS=$ac_check_soname_save_LIBS
15635 if test "x$ac_cv_lib_soname_cups" = "x"; then
15636 { echo "$as_me:$LINENO: result: not found" >&5
15637 echo "${ECHO_T}not found" >&6; }
15639 else
15640 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15641 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15643 cat >>confdefs.h <<_ACEOF
15644 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15645 _ACEOF
15647 CUPSINCL="$ac_cups_cflags"
15652 done
15654 CPPFLAGS="$ac_save_CPPFLAGS"
15656 if test "x$ac_cv_lib_soname_cups" = "x"; then
15657 case "x$with_cups" in
15658 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15659 xno) ;;
15660 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15661 This is an error since --with-cups was requested." >&5
15662 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15663 This is an error since --with-cups was requested." >&2;}
15664 { (exit 1); exit 1; }; } ;;
15665 esac
15669 if test "$ac_cv_header_jack_jack_h" = "yes"
15670 then
15671 { echo "$as_me:$LINENO: checking for -ljack" >&5
15672 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15673 if test "${ac_cv_lib_soname_jack+set}" = set; then
15674 echo $ECHO_N "(cached) $ECHO_C" >&6
15675 else
15676 ac_check_soname_save_LIBS=$LIBS
15677 LIBS="-ljack $LIBS"
15678 cat >conftest.$ac_ext <<_ACEOF
15679 /* confdefs.h. */
15680 _ACEOF
15681 cat confdefs.h >>conftest.$ac_ext
15682 cat >>conftest.$ac_ext <<_ACEOF
15683 /* end confdefs.h. */
15685 /* Override any GCC internal prototype to avoid an error.
15686 Use char because int might match the return type of a GCC
15687 builtin and then its argument prototype would still apply. */
15688 #ifdef __cplusplus
15689 extern "C"
15690 #endif
15691 char jack_client_new ();
15693 main ()
15695 return jack_client_new ();
15697 return 0;
15699 _ACEOF
15700 rm -f conftest.$ac_objext conftest$ac_exeext
15701 if { (ac_try="$ac_link"
15702 case "(($ac_try" in
15703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15704 *) ac_try_echo=$ac_try;;
15705 esac
15706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15707 (eval "$ac_link") 2>conftest.er1
15708 ac_status=$?
15709 grep -v '^ *+' conftest.er1 >conftest.err
15710 rm -f conftest.er1
15711 cat conftest.err >&5
15712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } && {
15714 test -z "$ac_c_werror_flag" ||
15715 test ! -s conftest.err
15716 } && test -s conftest$ac_exeext &&
15717 $as_test_x conftest$ac_exeext; then
15718 case "$LIBEXT" in
15719 dll) ;;
15720 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'` ;;
15721 *) 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'` ;;
15722 esac
15723 else
15724 echo "$as_me: failed program was:" >&5
15725 sed 's/^/| /' conftest.$ac_ext >&5
15730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15731 conftest$ac_exeext conftest.$ac_ext
15732 LIBS=$ac_check_soname_save_LIBS
15734 if test "x$ac_cv_lib_soname_jack" = "x"; then
15735 { echo "$as_me:$LINENO: result: not found" >&5
15736 echo "${ECHO_T}not found" >&6; }
15738 else
15739 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15740 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15742 cat >>confdefs.h <<_ACEOF
15743 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15744 _ACEOF
15751 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15752 then
15753 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15754 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15755 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15756 echo $ECHO_N "(cached) $ECHO_C" >&6
15757 else
15758 ac_check_soname_save_LIBS=$LIBS
15759 LIBS="-lfontconfig $LIBS"
15760 cat >conftest.$ac_ext <<_ACEOF
15761 /* confdefs.h. */
15762 _ACEOF
15763 cat confdefs.h >>conftest.$ac_ext
15764 cat >>conftest.$ac_ext <<_ACEOF
15765 /* end confdefs.h. */
15767 /* Override any GCC internal prototype to avoid an error.
15768 Use char because int might match the return type of a GCC
15769 builtin and then its argument prototype would still apply. */
15770 #ifdef __cplusplus
15771 extern "C"
15772 #endif
15773 char FcInit ();
15775 main ()
15777 return FcInit ();
15779 return 0;
15781 _ACEOF
15782 rm -f conftest.$ac_objext conftest$ac_exeext
15783 if { (ac_try="$ac_link"
15784 case "(($ac_try" in
15785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15786 *) ac_try_echo=$ac_try;;
15787 esac
15788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15789 (eval "$ac_link") 2>conftest.er1
15790 ac_status=$?
15791 grep -v '^ *+' conftest.er1 >conftest.err
15792 rm -f conftest.er1
15793 cat conftest.err >&5
15794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15795 (exit $ac_status); } && {
15796 test -z "$ac_c_werror_flag" ||
15797 test ! -s conftest.err
15798 } && test -s conftest$ac_exeext &&
15799 $as_test_x conftest$ac_exeext; then
15800 case "$LIBEXT" in
15801 dll) ;;
15802 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'` ;;
15803 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15804 esac
15805 else
15806 echo "$as_me: failed program was:" >&5
15807 sed 's/^/| /' conftest.$ac_ext >&5
15812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15813 conftest$ac_exeext conftest.$ac_ext
15814 LIBS=$ac_check_soname_save_LIBS
15816 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15817 { echo "$as_me:$LINENO: result: not found" >&5
15818 echo "${ECHO_T}not found" >&6; }
15820 else
15821 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15822 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15824 cat >>confdefs.h <<_ACEOF
15825 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15826 _ACEOF
15831 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15832 then
15833 ac_save_CPPFLAGS="$CPPFLAGS"
15834 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15835 $as_unset ac_cv_header_fontconfig_fontconfig_h
15837 for ac_header in fontconfig/fontconfig.h
15839 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15840 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15841 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15843 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15844 echo $ECHO_N "(cached) $ECHO_C" >&6
15846 ac_res=`eval echo '${'$as_ac_Header'}'`
15847 { echo "$as_me:$LINENO: result: $ac_res" >&5
15848 echo "${ECHO_T}$ac_res" >&6; }
15849 else
15850 # Is the header compilable?
15851 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15852 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h. */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15859 $ac_includes_default
15860 #include <$ac_header>
15861 _ACEOF
15862 rm -f conftest.$ac_objext
15863 if { (ac_try="$ac_compile"
15864 case "(($ac_try" in
15865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15866 *) ac_try_echo=$ac_try;;
15867 esac
15868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15869 (eval "$ac_compile") 2>conftest.er1
15870 ac_status=$?
15871 grep -v '^ *+' conftest.er1 >conftest.err
15872 rm -f conftest.er1
15873 cat conftest.err >&5
15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15875 (exit $ac_status); } && {
15876 test -z "$ac_c_werror_flag" ||
15877 test ! -s conftest.err
15878 } && test -s conftest.$ac_objext; then
15879 ac_header_compiler=yes
15880 else
15881 echo "$as_me: failed program was:" >&5
15882 sed 's/^/| /' conftest.$ac_ext >&5
15884 ac_header_compiler=no
15887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15888 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15889 echo "${ECHO_T}$ac_header_compiler" >&6; }
15891 # Is the header present?
15892 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15893 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15894 cat >conftest.$ac_ext <<_ACEOF
15895 /* confdefs.h. */
15896 _ACEOF
15897 cat confdefs.h >>conftest.$ac_ext
15898 cat >>conftest.$ac_ext <<_ACEOF
15899 /* end confdefs.h. */
15900 #include <$ac_header>
15901 _ACEOF
15902 if { (ac_try="$ac_cpp conftest.$ac_ext"
15903 case "(($ac_try" in
15904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15905 *) ac_try_echo=$ac_try;;
15906 esac
15907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15908 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15909 ac_status=$?
15910 grep -v '^ *+' conftest.er1 >conftest.err
15911 rm -f conftest.er1
15912 cat conftest.err >&5
15913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15914 (exit $ac_status); } >/dev/null && {
15915 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15916 test ! -s conftest.err
15917 }; then
15918 ac_header_preproc=yes
15919 else
15920 echo "$as_me: failed program was:" >&5
15921 sed 's/^/| /' conftest.$ac_ext >&5
15923 ac_header_preproc=no
15926 rm -f conftest.err conftest.$ac_ext
15927 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15928 echo "${ECHO_T}$ac_header_preproc" >&6; }
15930 # So? What about this header?
15931 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15932 yes:no: )
15933 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15934 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15935 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15936 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15937 ac_header_preproc=yes
15939 no:yes:* )
15940 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15941 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15942 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15943 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15944 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15945 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15946 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15947 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15949 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15950 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15951 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15952 ( cat <<\_ASBOX
15953 ## ------------------------------------ ##
15954 ## Report this to wine-devel@winehq.org ##
15955 ## ------------------------------------ ##
15956 _ASBOX
15957 ) | sed "s/^/$as_me: WARNING: /" >&2
15959 esac
15960 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15961 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15963 echo $ECHO_N "(cached) $ECHO_C" >&6
15964 else
15965 eval "$as_ac_Header=\$ac_header_preproc"
15967 ac_res=`eval echo '${'$as_ac_Header'}'`
15968 { echo "$as_me:$LINENO: result: $ac_res" >&5
15969 echo "${ECHO_T}$ac_res" >&6; }
15972 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15973 cat >>confdefs.h <<_ACEOF
15974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15975 _ACEOF
15979 done
15981 CPPFLAGS="$ac_save_CPPFLAGS"
15982 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15983 then
15984 FONTCONFIGINCL="$X_CFLAGS"
15986 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15987 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15988 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15989 echo $ECHO_N "(cached) $ECHO_C" >&6
15990 else
15991 ac_check_soname_save_LIBS=$LIBS
15992 LIBS="-lfontconfig $X_LIBS $LIBS"
15993 cat >conftest.$ac_ext <<_ACEOF
15994 /* confdefs.h. */
15995 _ACEOF
15996 cat confdefs.h >>conftest.$ac_ext
15997 cat >>conftest.$ac_ext <<_ACEOF
15998 /* end confdefs.h. */
16000 /* Override any GCC internal prototype to avoid an error.
16001 Use char because int might match the return type of a GCC
16002 builtin and then its argument prototype would still apply. */
16003 #ifdef __cplusplus
16004 extern "C"
16005 #endif
16006 char FcInit ();
16008 main ()
16010 return FcInit ();
16012 return 0;
16014 _ACEOF
16015 rm -f conftest.$ac_objext conftest$ac_exeext
16016 if { (ac_try="$ac_link"
16017 case "(($ac_try" in
16018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16019 *) ac_try_echo=$ac_try;;
16020 esac
16021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16022 (eval "$ac_link") 2>conftest.er1
16023 ac_status=$?
16024 grep -v '^ *+' conftest.er1 >conftest.err
16025 rm -f conftest.er1
16026 cat conftest.err >&5
16027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16028 (exit $ac_status); } && {
16029 test -z "$ac_c_werror_flag" ||
16030 test ! -s conftest.err
16031 } && test -s conftest$ac_exeext &&
16032 $as_test_x conftest$ac_exeext; then
16033 case "$LIBEXT" in
16034 dll) ;;
16035 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'` ;;
16036 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16037 esac
16038 else
16039 echo "$as_me: failed program was:" >&5
16040 sed 's/^/| /' conftest.$ac_ext >&5
16045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16046 conftest$ac_exeext conftest.$ac_ext
16047 LIBS=$ac_check_soname_save_LIBS
16049 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16050 { echo "$as_me:$LINENO: result: not found" >&5
16051 echo "${ECHO_T}not found" >&6; }
16053 else
16054 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16055 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16057 cat >>confdefs.h <<_ACEOF
16058 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16059 _ACEOF
16066 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16067 case "x$with_fontconfig" in
16068 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16069 xno) ;;
16070 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16071 This is an error since --with-fontconfig was requested." >&5
16072 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16073 This is an error since --with-fontconfig was requested." >&2;}
16074 { (exit 1); exit 1; }; } ;;
16075 esac
16079 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16080 then
16081 { echo "$as_me:$LINENO: checking for -lssl" >&5
16082 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16083 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16084 echo $ECHO_N "(cached) $ECHO_C" >&6
16085 else
16086 ac_check_soname_save_LIBS=$LIBS
16087 LIBS="-lssl $LIBS"
16088 cat >conftest.$ac_ext <<_ACEOF
16089 /* confdefs.h. */
16090 _ACEOF
16091 cat confdefs.h >>conftest.$ac_ext
16092 cat >>conftest.$ac_ext <<_ACEOF
16093 /* end confdefs.h. */
16095 /* Override any GCC internal prototype to avoid an error.
16096 Use char because int might match the return type of a GCC
16097 builtin and then its argument prototype would still apply. */
16098 #ifdef __cplusplus
16099 extern "C"
16100 #endif
16101 char SSL_library_init ();
16103 main ()
16105 return SSL_library_init ();
16107 return 0;
16109 _ACEOF
16110 rm -f conftest.$ac_objext conftest$ac_exeext
16111 if { (ac_try="$ac_link"
16112 case "(($ac_try" in
16113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16114 *) ac_try_echo=$ac_try;;
16115 esac
16116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16117 (eval "$ac_link") 2>conftest.er1
16118 ac_status=$?
16119 grep -v '^ *+' conftest.er1 >conftest.err
16120 rm -f conftest.er1
16121 cat conftest.err >&5
16122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16123 (exit $ac_status); } && {
16124 test -z "$ac_c_werror_flag" ||
16125 test ! -s conftest.err
16126 } && test -s conftest$ac_exeext &&
16127 $as_test_x conftest$ac_exeext; then
16128 case "$LIBEXT" in
16129 dll) ;;
16130 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'` ;;
16131 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16132 esac
16133 else
16134 echo "$as_me: failed program was:" >&5
16135 sed 's/^/| /' conftest.$ac_ext >&5
16140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16141 conftest$ac_exeext conftest.$ac_ext
16142 LIBS=$ac_check_soname_save_LIBS
16144 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16145 { echo "$as_me:$LINENO: result: not found" >&5
16146 echo "${ECHO_T}not found" >&6; }
16148 else
16149 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16150 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16152 cat >>confdefs.h <<_ACEOF
16153 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16154 _ACEOF
16159 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16160 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16161 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16162 echo $ECHO_N "(cached) $ECHO_C" >&6
16163 else
16164 ac_check_soname_save_LIBS=$LIBS
16165 LIBS="-lcrypto $LIBS"
16166 cat >conftest.$ac_ext <<_ACEOF
16167 /* confdefs.h. */
16168 _ACEOF
16169 cat confdefs.h >>conftest.$ac_ext
16170 cat >>conftest.$ac_ext <<_ACEOF
16171 /* end confdefs.h. */
16173 /* Override any GCC internal prototype to avoid an error.
16174 Use char because int might match the return type of a GCC
16175 builtin and then its argument prototype would still apply. */
16176 #ifdef __cplusplus
16177 extern "C"
16178 #endif
16179 char BIO_new_socket ();
16181 main ()
16183 return BIO_new_socket ();
16185 return 0;
16187 _ACEOF
16188 rm -f conftest.$ac_objext conftest$ac_exeext
16189 if { (ac_try="$ac_link"
16190 case "(($ac_try" in
16191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16192 *) ac_try_echo=$ac_try;;
16193 esac
16194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16195 (eval "$ac_link") 2>conftest.er1
16196 ac_status=$?
16197 grep -v '^ *+' conftest.er1 >conftest.err
16198 rm -f conftest.er1
16199 cat conftest.err >&5
16200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16201 (exit $ac_status); } && {
16202 test -z "$ac_c_werror_flag" ||
16203 test ! -s conftest.err
16204 } && test -s conftest$ac_exeext &&
16205 $as_test_x conftest$ac_exeext; then
16206 case "$LIBEXT" in
16207 dll) ;;
16208 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'` ;;
16209 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16210 esac
16211 else
16212 echo "$as_me: failed program was:" >&5
16213 sed 's/^/| /' conftest.$ac_ext >&5
16218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16219 conftest$ac_exeext conftest.$ac_ext
16220 LIBS=$ac_check_soname_save_LIBS
16222 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16223 { echo "$as_me:$LINENO: result: not found" >&5
16224 echo "${ECHO_T}not found" >&6; }
16226 else
16227 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16228 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16230 cat >>confdefs.h <<_ACEOF
16231 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16232 _ACEOF
16238 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16239 case "x$with_openssl" in
16240 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16241 xno) ;;
16242 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16243 This is an error since --with-openssl was requested." >&5
16244 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16245 This is an error since --with-openssl was requested." >&2;}
16246 { (exit 1); exit 1; }; } ;;
16247 esac
16251 if test "$ac_cv_header_jpeglib_h" = "yes"
16252 then
16253 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16254 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16255 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16256 echo $ECHO_N "(cached) $ECHO_C" >&6
16257 else
16258 ac_check_soname_save_LIBS=$LIBS
16259 LIBS="-ljpeg $LIBS"
16260 cat >conftest.$ac_ext <<_ACEOF
16261 /* confdefs.h. */
16262 _ACEOF
16263 cat confdefs.h >>conftest.$ac_ext
16264 cat >>conftest.$ac_ext <<_ACEOF
16265 /* end confdefs.h. */
16267 /* Override any GCC internal prototype to avoid an error.
16268 Use char because int might match the return type of a GCC
16269 builtin and then its argument prototype would still apply. */
16270 #ifdef __cplusplus
16271 extern "C"
16272 #endif
16273 char jpeg_start_decompress ();
16275 main ()
16277 return jpeg_start_decompress ();
16279 return 0;
16281 _ACEOF
16282 rm -f conftest.$ac_objext conftest$ac_exeext
16283 if { (ac_try="$ac_link"
16284 case "(($ac_try" in
16285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16286 *) ac_try_echo=$ac_try;;
16287 esac
16288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16289 (eval "$ac_link") 2>conftest.er1
16290 ac_status=$?
16291 grep -v '^ *+' conftest.er1 >conftest.err
16292 rm -f conftest.er1
16293 cat conftest.err >&5
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); } && {
16296 test -z "$ac_c_werror_flag" ||
16297 test ! -s conftest.err
16298 } && test -s conftest$ac_exeext &&
16299 $as_test_x conftest$ac_exeext; then
16300 case "$LIBEXT" in
16301 dll) ;;
16302 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'` ;;
16303 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16304 esac
16305 else
16306 echo "$as_me: failed program was:" >&5
16307 sed 's/^/| /' conftest.$ac_ext >&5
16312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16313 conftest$ac_exeext conftest.$ac_ext
16314 LIBS=$ac_check_soname_save_LIBS
16316 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16317 { echo "$as_me:$LINENO: result: not found" >&5
16318 echo "${ECHO_T}not found" >&6; }
16320 else
16321 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16322 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16324 cat >>confdefs.h <<_ACEOF
16325 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16326 _ACEOF
16332 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16333 case "x$with_jpeg" in
16334 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16335 xno) ;;
16336 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16337 This is an error since --with-jpeg was requested." >&5
16338 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16339 This is an error since --with-jpeg was requested." >&2;}
16340 { (exit 1); exit 1; }; } ;;
16341 esac
16345 if test "$ac_cv_header_png_h" = "yes"
16346 then
16347 { echo "$as_me:$LINENO: checking for -lpng" >&5
16348 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16349 if test "${ac_cv_lib_soname_png+set}" = set; then
16350 echo $ECHO_N "(cached) $ECHO_C" >&6
16351 else
16352 ac_check_soname_save_LIBS=$LIBS
16353 LIBS="-lpng -lm -lz $LIBS"
16354 cat >conftest.$ac_ext <<_ACEOF
16355 /* confdefs.h. */
16356 _ACEOF
16357 cat confdefs.h >>conftest.$ac_ext
16358 cat >>conftest.$ac_ext <<_ACEOF
16359 /* end confdefs.h. */
16361 /* Override any GCC internal prototype to avoid an error.
16362 Use char because int might match the return type of a GCC
16363 builtin and then its argument prototype would still apply. */
16364 #ifdef __cplusplus
16365 extern "C"
16366 #endif
16367 char png_create_read_struct ();
16369 main ()
16371 return png_create_read_struct ();
16373 return 0;
16375 _ACEOF
16376 rm -f conftest.$ac_objext conftest$ac_exeext
16377 if { (ac_try="$ac_link"
16378 case "(($ac_try" in
16379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16380 *) ac_try_echo=$ac_try;;
16381 esac
16382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16383 (eval "$ac_link") 2>conftest.er1
16384 ac_status=$?
16385 grep -v '^ *+' conftest.er1 >conftest.err
16386 rm -f conftest.er1
16387 cat conftest.err >&5
16388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389 (exit $ac_status); } && {
16390 test -z "$ac_c_werror_flag" ||
16391 test ! -s conftest.err
16392 } && test -s conftest$ac_exeext &&
16393 $as_test_x conftest$ac_exeext; then
16394 case "$LIBEXT" in
16395 dll) ;;
16396 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'` ;;
16397 *) 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'` ;;
16398 esac
16399 else
16400 echo "$as_me: failed program was:" >&5
16401 sed 's/^/| /' conftest.$ac_ext >&5
16406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16407 conftest$ac_exeext conftest.$ac_ext
16408 LIBS=$ac_check_soname_save_LIBS
16410 if test "x$ac_cv_lib_soname_png" = "x"; then
16411 { echo "$as_me:$LINENO: result: not found" >&5
16412 echo "${ECHO_T}not found" >&6; }
16414 else
16415 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16416 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16418 cat >>confdefs.h <<_ACEOF
16419 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16420 _ACEOF
16426 if test "x$ac_cv_lib_soname_png" = "x"; then
16427 case "x$with_png" in
16428 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16429 xno) ;;
16430 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16431 This is an error since --with-png was requested." >&5
16432 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16433 This is an error since --with-png was requested." >&2;}
16434 { (exit 1); exit 1; }; } ;;
16435 esac
16439 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16440 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16441 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16442 echo $ECHO_N "(cached) $ECHO_C" >&6
16443 else
16444 ac_check_soname_save_LIBS=$LIBS
16445 LIBS="-lodbc $LIBS"
16446 cat >conftest.$ac_ext <<_ACEOF
16447 /* confdefs.h. */
16448 _ACEOF
16449 cat confdefs.h >>conftest.$ac_ext
16450 cat >>conftest.$ac_ext <<_ACEOF
16451 /* end confdefs.h. */
16453 /* Override any GCC internal prototype to avoid an error.
16454 Use char because int might match the return type of a GCC
16455 builtin and then its argument prototype would still apply. */
16456 #ifdef __cplusplus
16457 extern "C"
16458 #endif
16459 char SQLConnect ();
16461 main ()
16463 return SQLConnect ();
16465 return 0;
16467 _ACEOF
16468 rm -f conftest.$ac_objext conftest$ac_exeext
16469 if { (ac_try="$ac_link"
16470 case "(($ac_try" in
16471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16472 *) ac_try_echo=$ac_try;;
16473 esac
16474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16475 (eval "$ac_link") 2>conftest.er1
16476 ac_status=$?
16477 grep -v '^ *+' conftest.er1 >conftest.err
16478 rm -f conftest.er1
16479 cat conftest.err >&5
16480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481 (exit $ac_status); } && {
16482 test -z "$ac_c_werror_flag" ||
16483 test ! -s conftest.err
16484 } && test -s conftest$ac_exeext &&
16485 $as_test_x conftest$ac_exeext; then
16486 case "$LIBEXT" in
16487 dll) ;;
16488 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'` ;;
16489 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16490 esac
16491 else
16492 echo "$as_me: failed program was:" >&5
16493 sed 's/^/| /' conftest.$ac_ext >&5
16498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16499 conftest$ac_exeext conftest.$ac_ext
16500 LIBS=$ac_check_soname_save_LIBS
16502 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16503 { echo "$as_me:$LINENO: result: not found" >&5
16504 echo "${ECHO_T}not found" >&6; }
16505 cat >>confdefs.h <<_ACEOF
16506 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16507 _ACEOF
16509 else
16510 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16511 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16513 cat >>confdefs.h <<_ACEOF
16514 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16515 _ACEOF
16521 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16522 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16523 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16524 "$ac_cv_header_soundcard_h" != "yes" -a \
16525 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16526 then
16527 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16531 EXTRACFLAGS=""
16533 if test "x${GCC}" = "xyes"
16534 then
16535 EXTRACFLAGS="-Wall -pipe"
16537 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16538 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16539 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16540 echo $ECHO_N "(cached) $ECHO_C" >&6
16541 else
16542 if test "$cross_compiling" = yes; then
16543 ac_cv_c_gcc_strength_bug="yes"
16544 else
16545 cat >conftest.$ac_ext <<_ACEOF
16546 /* confdefs.h. */
16547 _ACEOF
16548 cat confdefs.h >>conftest.$ac_ext
16549 cat >>conftest.$ac_ext <<_ACEOF
16550 /* end confdefs.h. */
16551 int L[4] = {0,1,2,3};
16553 main ()
16555 static int Array[3];
16556 unsigned int B = 3;
16557 int i;
16558 for(i=0; i<B; i++) Array[i] = i - 3;
16559 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16560 L[i] = 4;
16561 return (Array[1] != -2 || L[2] != 3)
16563 return 0;
16565 _ACEOF
16566 rm -f conftest$ac_exeext
16567 if { (ac_try="$ac_link"
16568 case "(($ac_try" in
16569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16570 *) ac_try_echo=$ac_try;;
16571 esac
16572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16573 (eval "$ac_link") 2>&5
16574 ac_status=$?
16575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16576 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16577 { (case "(($ac_try" in
16578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16579 *) ac_try_echo=$ac_try;;
16580 esac
16581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 (eval "$ac_try") 2>&5
16583 ac_status=$?
16584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16585 (exit $ac_status); }; }; then
16586 ac_cv_c_gcc_strength_bug="no"
16587 else
16588 echo "$as_me: program exited with status $ac_status" >&5
16589 echo "$as_me: failed program was:" >&5
16590 sed 's/^/| /' conftest.$ac_ext >&5
16592 ( exit $ac_status )
16593 ac_cv_c_gcc_strength_bug="yes"
16595 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16600 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16601 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16602 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16603 then
16604 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16607 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16608 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16609 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16610 echo $ECHO_N "(cached) $ECHO_C" >&6
16611 else
16612 ac_wine_try_cflags_saved=$CFLAGS
16613 CFLAGS="$CFLAGS -fno-builtin"
16614 cat >conftest.$ac_ext <<_ACEOF
16615 /* confdefs.h. */
16616 _ACEOF
16617 cat confdefs.h >>conftest.$ac_ext
16618 cat >>conftest.$ac_ext <<_ACEOF
16619 /* end confdefs.h. */
16622 main ()
16626 return 0;
16628 _ACEOF
16629 rm -f conftest.$ac_objext conftest$ac_exeext
16630 if { (ac_try="$ac_link"
16631 case "(($ac_try" in
16632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16633 *) ac_try_echo=$ac_try;;
16634 esac
16635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16636 (eval "$ac_link") 2>conftest.er1
16637 ac_status=$?
16638 grep -v '^ *+' conftest.er1 >conftest.err
16639 rm -f conftest.er1
16640 cat conftest.err >&5
16641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16642 (exit $ac_status); } && {
16643 test -z "$ac_c_werror_flag" ||
16644 test ! -s conftest.err
16645 } && test -s conftest$ac_exeext &&
16646 $as_test_x conftest$ac_exeext; then
16647 ac_cv_cflags__fno_builtin=yes
16648 else
16649 echo "$as_me: failed program was:" >&5
16650 sed 's/^/| /' conftest.$ac_ext >&5
16652 ac_cv_cflags__fno_builtin=no
16655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16656 conftest$ac_exeext conftest.$ac_ext
16657 CFLAGS=$ac_wine_try_cflags_saved
16659 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16660 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16661 if test $ac_cv_cflags__fno_builtin = yes; then
16662 BUILTINFLAG="-fno-builtin"
16666 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16667 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16668 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16669 echo $ECHO_N "(cached) $ECHO_C" >&6
16670 else
16671 ac_wine_try_cflags_saved=$CFLAGS
16672 CFLAGS="$CFLAGS -fno-strict-aliasing"
16673 cat >conftest.$ac_ext <<_ACEOF
16674 /* confdefs.h. */
16675 _ACEOF
16676 cat confdefs.h >>conftest.$ac_ext
16677 cat >>conftest.$ac_ext <<_ACEOF
16678 /* end confdefs.h. */
16681 main ()
16685 return 0;
16687 _ACEOF
16688 rm -f conftest.$ac_objext conftest$ac_exeext
16689 if { (ac_try="$ac_link"
16690 case "(($ac_try" in
16691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16692 *) ac_try_echo=$ac_try;;
16693 esac
16694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16695 (eval "$ac_link") 2>conftest.er1
16696 ac_status=$?
16697 grep -v '^ *+' conftest.er1 >conftest.err
16698 rm -f conftest.er1
16699 cat conftest.err >&5
16700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16701 (exit $ac_status); } && {
16702 test -z "$ac_c_werror_flag" ||
16703 test ! -s conftest.err
16704 } && test -s conftest$ac_exeext &&
16705 $as_test_x conftest$ac_exeext; then
16706 ac_cv_cflags__fno_strict_aliasing=yes
16707 else
16708 echo "$as_me: failed program was:" >&5
16709 sed 's/^/| /' conftest.$ac_ext >&5
16711 ac_cv_cflags__fno_strict_aliasing=no
16714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16715 conftest$ac_exeext conftest.$ac_ext
16716 CFLAGS=$ac_wine_try_cflags_saved
16718 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16719 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16720 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16721 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16724 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16725 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16726 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16727 echo $ECHO_N "(cached) $ECHO_C" >&6
16728 else
16729 ac_wine_try_cflags_saved=$CFLAGS
16730 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16731 cat >conftest.$ac_ext <<_ACEOF
16732 /* confdefs.h. */
16733 _ACEOF
16734 cat confdefs.h >>conftest.$ac_ext
16735 cat >>conftest.$ac_ext <<_ACEOF
16736 /* end confdefs.h. */
16739 main ()
16743 return 0;
16745 _ACEOF
16746 rm -f conftest.$ac_objext conftest$ac_exeext
16747 if { (ac_try="$ac_link"
16748 case "(($ac_try" in
16749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16750 *) ac_try_echo=$ac_try;;
16751 esac
16752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16753 (eval "$ac_link") 2>conftest.er1
16754 ac_status=$?
16755 grep -v '^ *+' conftest.er1 >conftest.err
16756 rm -f conftest.er1
16757 cat conftest.err >&5
16758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16759 (exit $ac_status); } && {
16760 test -z "$ac_c_werror_flag" ||
16761 test ! -s conftest.err
16762 } && test -s conftest$ac_exeext &&
16763 $as_test_x conftest$ac_exeext; then
16764 ac_cv_cflags__Wdeclaration_after_statement=yes
16765 else
16766 echo "$as_me: failed program was:" >&5
16767 sed 's/^/| /' conftest.$ac_ext >&5
16769 ac_cv_cflags__Wdeclaration_after_statement=no
16772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16773 conftest$ac_exeext conftest.$ac_ext
16774 CFLAGS=$ac_wine_try_cflags_saved
16776 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16777 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16778 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16779 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16782 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16783 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16784 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16785 echo $ECHO_N "(cached) $ECHO_C" >&6
16786 else
16787 ac_wine_try_cflags_saved=$CFLAGS
16788 CFLAGS="$CFLAGS -Wwrite-strings"
16789 cat >conftest.$ac_ext <<_ACEOF
16790 /* confdefs.h. */
16791 _ACEOF
16792 cat confdefs.h >>conftest.$ac_ext
16793 cat >>conftest.$ac_ext <<_ACEOF
16794 /* end confdefs.h. */
16797 main ()
16801 return 0;
16803 _ACEOF
16804 rm -f conftest.$ac_objext conftest$ac_exeext
16805 if { (ac_try="$ac_link"
16806 case "(($ac_try" in
16807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16808 *) ac_try_echo=$ac_try;;
16809 esac
16810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16811 (eval "$ac_link") 2>conftest.er1
16812 ac_status=$?
16813 grep -v '^ *+' conftest.er1 >conftest.err
16814 rm -f conftest.er1
16815 cat conftest.err >&5
16816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16817 (exit $ac_status); } && {
16818 test -z "$ac_c_werror_flag" ||
16819 test ! -s conftest.err
16820 } && test -s conftest$ac_exeext &&
16821 $as_test_x conftest$ac_exeext; then
16822 ac_cv_cflags__Wwrite_strings=yes
16823 else
16824 echo "$as_me: failed program was:" >&5
16825 sed 's/^/| /' conftest.$ac_ext >&5
16827 ac_cv_cflags__Wwrite_strings=no
16830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16831 conftest$ac_exeext conftest.$ac_ext
16832 CFLAGS=$ac_wine_try_cflags_saved
16834 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16835 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16836 if test $ac_cv_cflags__Wwrite_strings = yes; then
16837 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16840 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16841 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16842 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16843 echo $ECHO_N "(cached) $ECHO_C" >&6
16844 else
16845 ac_wine_try_cflags_saved=$CFLAGS
16846 CFLAGS="$CFLAGS -Wtype-limits"
16847 cat >conftest.$ac_ext <<_ACEOF
16848 /* confdefs.h. */
16849 _ACEOF
16850 cat confdefs.h >>conftest.$ac_ext
16851 cat >>conftest.$ac_ext <<_ACEOF
16852 /* end confdefs.h. */
16855 main ()
16859 return 0;
16861 _ACEOF
16862 rm -f conftest.$ac_objext conftest$ac_exeext
16863 if { (ac_try="$ac_link"
16864 case "(($ac_try" in
16865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16866 *) ac_try_echo=$ac_try;;
16867 esac
16868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16869 (eval "$ac_link") 2>conftest.er1
16870 ac_status=$?
16871 grep -v '^ *+' conftest.er1 >conftest.err
16872 rm -f conftest.er1
16873 cat conftest.err >&5
16874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16875 (exit $ac_status); } && {
16876 test -z "$ac_c_werror_flag" ||
16877 test ! -s conftest.err
16878 } && test -s conftest$ac_exeext &&
16879 $as_test_x conftest$ac_exeext; then
16880 ac_cv_cflags__Wtype_limits=yes
16881 else
16882 echo "$as_me: failed program was:" >&5
16883 sed 's/^/| /' conftest.$ac_ext >&5
16885 ac_cv_cflags__Wtype_limits=no
16888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16889 conftest$ac_exeext conftest.$ac_ext
16890 CFLAGS=$ac_wine_try_cflags_saved
16892 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16893 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16894 if test $ac_cv_cflags__Wtype_limits = yes; then
16895 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16899 saved_CFLAGS="$CFLAGS"
16900 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16901 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16902 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16903 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16904 echo $ECHO_N "(cached) $ECHO_C" >&6
16905 else
16906 cat >conftest.$ac_ext <<_ACEOF
16907 /* confdefs.h. */
16908 _ACEOF
16909 cat confdefs.h >>conftest.$ac_ext
16910 cat >>conftest.$ac_ext <<_ACEOF
16911 /* end confdefs.h. */
16912 #include <string.h>
16914 main ()
16918 return 0;
16920 _ACEOF
16921 rm -f conftest.$ac_objext
16922 if { (ac_try="$ac_compile"
16923 case "(($ac_try" in
16924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16925 *) ac_try_echo=$ac_try;;
16926 esac
16927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16928 (eval "$ac_compile") 2>conftest.er1
16929 ac_status=$?
16930 grep -v '^ *+' conftest.er1 >conftest.err
16931 rm -f conftest.er1
16932 cat conftest.err >&5
16933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16934 (exit $ac_status); } && {
16935 test -z "$ac_c_werror_flag" ||
16936 test ! -s conftest.err
16937 } && test -s conftest.$ac_objext; then
16938 ac_cv_c_string_h_warnings=no
16939 else
16940 echo "$as_me: failed program was:" >&5
16941 sed 's/^/| /' conftest.$ac_ext >&5
16943 ac_cv_c_string_h_warnings=yes
16946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16948 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16949 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16950 CFLAGS="$saved_CFLAGS"
16951 if test "$ac_cv_c_string_h_warnings" = "no"
16952 then
16953 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16958 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16959 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16960 if test "${ac_cv_asm_func_def+set}" = set; then
16961 echo $ECHO_N "(cached) $ECHO_C" >&6
16962 else
16963 cat >conftest.$ac_ext <<_ACEOF
16964 /* confdefs.h. */
16965 _ACEOF
16966 cat confdefs.h >>conftest.$ac_ext
16967 cat >>conftest.$ac_ext <<_ACEOF
16968 /* end confdefs.h. */
16971 main ()
16973 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16975 return 0;
16977 _ACEOF
16978 rm -f conftest.$ac_objext conftest$ac_exeext
16979 if { (ac_try="$ac_link"
16980 case "(($ac_try" in
16981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16982 *) ac_try_echo=$ac_try;;
16983 esac
16984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16985 (eval "$ac_link") 2>conftest.er1
16986 ac_status=$?
16987 grep -v '^ *+' conftest.er1 >conftest.err
16988 rm -f conftest.er1
16989 cat conftest.err >&5
16990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16991 (exit $ac_status); } && {
16992 test -z "$ac_c_werror_flag" ||
16993 test ! -s conftest.err
16994 } && test -s conftest$ac_exeext &&
16995 $as_test_x conftest$ac_exeext; then
16996 ac_cv_asm_func_def=".def"
16997 else
16998 echo "$as_me: failed program was:" >&5
16999 sed 's/^/| /' conftest.$ac_ext >&5
17001 cat >conftest.$ac_ext <<_ACEOF
17002 /* confdefs.h. */
17003 _ACEOF
17004 cat confdefs.h >>conftest.$ac_ext
17005 cat >>conftest.$ac_ext <<_ACEOF
17006 /* end confdefs.h. */
17009 main ()
17011 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17013 return 0;
17015 _ACEOF
17016 rm -f conftest.$ac_objext conftest$ac_exeext
17017 if { (ac_try="$ac_link"
17018 case "(($ac_try" in
17019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17020 *) ac_try_echo=$ac_try;;
17021 esac
17022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17023 (eval "$ac_link") 2>conftest.er1
17024 ac_status=$?
17025 grep -v '^ *+' conftest.er1 >conftest.err
17026 rm -f conftest.er1
17027 cat conftest.err >&5
17028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && {
17030 test -z "$ac_c_werror_flag" ||
17031 test ! -s conftest.err
17032 } && test -s conftest$ac_exeext &&
17033 $as_test_x conftest$ac_exeext; then
17034 ac_cv_asm_func_def=".type @function"
17035 else
17036 echo "$as_me: failed program was:" >&5
17037 sed 's/^/| /' conftest.$ac_ext >&5
17039 cat >conftest.$ac_ext <<_ACEOF
17040 /* confdefs.h. */
17041 _ACEOF
17042 cat confdefs.h >>conftest.$ac_ext
17043 cat >>conftest.$ac_ext <<_ACEOF
17044 /* end confdefs.h. */
17047 main ()
17049 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17051 return 0;
17053 _ACEOF
17054 rm -f conftest.$ac_objext conftest$ac_exeext
17055 if { (ac_try="$ac_link"
17056 case "(($ac_try" in
17057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17058 *) ac_try_echo=$ac_try;;
17059 esac
17060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17061 (eval "$ac_link") 2>conftest.er1
17062 ac_status=$?
17063 grep -v '^ *+' conftest.er1 >conftest.err
17064 rm -f conftest.er1
17065 cat conftest.err >&5
17066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17067 (exit $ac_status); } && {
17068 test -z "$ac_c_werror_flag" ||
17069 test ! -s conftest.err
17070 } && test -s conftest$ac_exeext &&
17071 $as_test_x conftest$ac_exeext; then
17072 ac_cv_asm_func_def=".type 2"
17073 else
17074 echo "$as_me: failed program was:" >&5
17075 sed 's/^/| /' conftest.$ac_ext >&5
17077 ac_cv_asm_func_def="unknown"
17080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17081 conftest$ac_exeext conftest.$ac_ext
17084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17085 conftest$ac_exeext conftest.$ac_ext
17088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17089 conftest$ac_exeext conftest.$ac_ext
17091 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17092 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17096 case "$ac_cv_asm_func_def" in
17097 ".def")
17098 cat >>confdefs.h <<\_ACEOF
17099 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17100 _ACEOF
17102 ".type @function")
17103 cat >>confdefs.h <<\_ACEOF
17104 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17105 _ACEOF
17107 ".type 2")
17108 cat >>confdefs.h <<\_ACEOF
17109 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17110 _ACEOF
17113 cat >>confdefs.h <<\_ACEOF
17114 #define __ASM_FUNC(name) ""
17115 _ACEOF
17117 esac
17120 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17121 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17122 if test "${ac_cv_c_extern_prefix+set}" = set; then
17123 echo $ECHO_N "(cached) $ECHO_C" >&6
17124 else
17125 cat >conftest.$ac_ext <<_ACEOF
17126 /* confdefs.h. */
17127 _ACEOF
17128 cat confdefs.h >>conftest.$ac_ext
17129 cat >>conftest.$ac_ext <<_ACEOF
17130 /* end confdefs.h. */
17131 extern int ac_test;
17133 main ()
17135 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17137 return 0;
17139 _ACEOF
17140 rm -f conftest.$ac_objext conftest$ac_exeext
17141 if { (ac_try="$ac_link"
17142 case "(($ac_try" in
17143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17144 *) ac_try_echo=$ac_try;;
17145 esac
17146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17147 (eval "$ac_link") 2>conftest.er1
17148 ac_status=$?
17149 grep -v '^ *+' conftest.er1 >conftest.err
17150 rm -f conftest.er1
17151 cat conftest.err >&5
17152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17153 (exit $ac_status); } && {
17154 test -z "$ac_c_werror_flag" ||
17155 test ! -s conftest.err
17156 } && test -s conftest$ac_exeext &&
17157 $as_test_x conftest$ac_exeext; then
17158 ac_cv_c_extern_prefix="yes"
17159 else
17160 echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17163 ac_cv_c_extern_prefix="no"
17166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17167 conftest$ac_exeext conftest.$ac_ext
17169 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17170 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17174 if test "$ac_cv_c_extern_prefix" = "yes"
17175 then
17176 cat >>confdefs.h <<\_ACEOF
17177 #define __ASM_NAME(name) "_" name
17178 _ACEOF
17180 else
17181 cat >>confdefs.h <<\_ACEOF
17182 #define __ASM_NAME(name) name
17183 _ACEOF
17188 LDPATH=""
17190 case $build_os in
17191 cygwin*|mingw32*)
17192 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17194 darwin*|macosx*)
17196 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17197 then
17198 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17202 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17204 esac
17206 case $host_os in
17207 mingw32*)
17208 CRTLIBS="-lmsvcrt"
17210 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17213 esac
17215 MAIN_BINARY="wine-pthread"
17216 case $host_cpu in
17217 *i[3456789]86*)
17218 case $host_os in
17219 linux* | k*bsd*-gnu)
17220 MAIN_BINARY="wine-glibc"
17222 EXTRA_BINARIES="wine-pthread wine-preloader"
17224 freebsd*)
17225 MAIN_BINARY="wine-freebsd"
17227 EXTRA_BINARIES="wine-pthread"
17229 esac
17231 esac
17234 ac_save_CFLAGS="$CFLAGS"
17235 CFLAGS="$CFLAGS $BUILTINFLAG"
17307 for ac_func in \
17308 _pclose \
17309 _popen \
17310 _snprintf \
17311 _spawnvp \
17312 _strdup \
17313 _stricmp \
17314 _strnicmp \
17315 _strtoi64 \
17316 _strtoui64 \
17317 _vsnprintf \
17318 asctime_r \
17319 chsize \
17320 dlopen \
17321 epoll_create \
17322 ffs \
17323 finite \
17324 fork \
17325 fpclass \
17326 fstatfs \
17327 fstatvfs \
17328 ftruncate \
17329 futimes \
17330 futimesat \
17331 getdirentries \
17332 getopt_long \
17333 getpagesize \
17334 getpwuid \
17335 gettid \
17336 gettimeofday \
17337 getuid \
17338 inet_ntop \
17339 inet_pton \
17340 kqueue \
17341 lstat \
17342 memmove \
17343 mmap \
17344 pclose \
17345 poll \
17346 popen \
17347 prctl \
17348 pread \
17349 pwrite \
17350 readdir \
17351 readlink \
17352 sched_yield \
17353 select \
17354 setproctitle \
17355 setrlimit \
17356 settimeofday \
17357 sigaltstack \
17358 sigprocmask \
17359 snprintf \
17360 socketpair \
17361 spawnvp \
17362 statfs \
17363 statvfs \
17364 strcasecmp \
17365 strdup \
17366 strerror \
17367 strncasecmp \
17368 strtold \
17369 strtoll \
17370 strtoull \
17371 symlink \
17372 tcgetattr \
17373 thr_kill2 \
17374 timegm \
17375 usleep \
17376 vsnprintf \
17377 wait4 \
17378 waitpid \
17381 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17382 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17383 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17385 echo $ECHO_N "(cached) $ECHO_C" >&6
17386 else
17387 cat >conftest.$ac_ext <<_ACEOF
17388 /* confdefs.h. */
17389 _ACEOF
17390 cat confdefs.h >>conftest.$ac_ext
17391 cat >>conftest.$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17395 #define $ac_func innocuous_$ac_func
17397 /* System header to define __stub macros and hopefully few prototypes,
17398 which can conflict with char $ac_func (); below.
17399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17400 <limits.h> exists even on freestanding compilers. */
17402 #ifdef __STDC__
17403 # include <limits.h>
17404 #else
17405 # include <assert.h>
17406 #endif
17408 #undef $ac_func
17410 /* Override any GCC internal prototype to avoid an error.
17411 Use char because int might match the return type of a GCC
17412 builtin and then its argument prototype would still apply. */
17413 #ifdef __cplusplus
17414 extern "C"
17415 #endif
17416 char $ac_func ();
17417 /* The GNU C library defines this for functions which it implements
17418 to always fail with ENOSYS. Some functions are actually named
17419 something starting with __ and the normal name is an alias. */
17420 #if defined __stub_$ac_func || defined __stub___$ac_func
17421 choke me
17422 #endif
17425 main ()
17427 return $ac_func ();
17429 return 0;
17431 _ACEOF
17432 rm -f conftest.$ac_objext conftest$ac_exeext
17433 if { (ac_try="$ac_link"
17434 case "(($ac_try" in
17435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17436 *) ac_try_echo=$ac_try;;
17437 esac
17438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17439 (eval "$ac_link") 2>conftest.er1
17440 ac_status=$?
17441 grep -v '^ *+' conftest.er1 >conftest.err
17442 rm -f conftest.er1
17443 cat conftest.err >&5
17444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445 (exit $ac_status); } && {
17446 test -z "$ac_c_werror_flag" ||
17447 test ! -s conftest.err
17448 } && test -s conftest$ac_exeext &&
17449 $as_test_x conftest$ac_exeext; then
17450 eval "$as_ac_var=yes"
17451 else
17452 echo "$as_me: failed program was:" >&5
17453 sed 's/^/| /' conftest.$ac_ext >&5
17455 eval "$as_ac_var=no"
17458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17459 conftest$ac_exeext conftest.$ac_ext
17461 ac_res=`eval echo '${'$as_ac_var'}'`
17462 { echo "$as_me:$LINENO: result: $ac_res" >&5
17463 echo "${ECHO_T}$ac_res" >&6; }
17464 if test `eval echo '${'$as_ac_var'}'` = yes; then
17465 cat >>confdefs.h <<_ACEOF
17466 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17467 _ACEOF
17470 done
17472 CFLAGS="$ac_save_CFLAGS"
17474 if test "$ac_cv_func_dlopen" = no
17475 then
17476 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17477 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17478 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17479 echo $ECHO_N "(cached) $ECHO_C" >&6
17480 else
17481 ac_check_lib_save_LIBS=$LIBS
17482 LIBS="-ldl $LIBS"
17483 cat >conftest.$ac_ext <<_ACEOF
17484 /* confdefs.h. */
17485 _ACEOF
17486 cat confdefs.h >>conftest.$ac_ext
17487 cat >>conftest.$ac_ext <<_ACEOF
17488 /* end confdefs.h. */
17490 /* Override any GCC internal prototype to avoid an error.
17491 Use char because int might match the return type of a GCC
17492 builtin and then its argument prototype would still apply. */
17493 #ifdef __cplusplus
17494 extern "C"
17495 #endif
17496 char dlopen ();
17498 main ()
17500 return dlopen ();
17502 return 0;
17504 _ACEOF
17505 rm -f conftest.$ac_objext conftest$ac_exeext
17506 if { (ac_try="$ac_link"
17507 case "(($ac_try" in
17508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17509 *) ac_try_echo=$ac_try;;
17510 esac
17511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17512 (eval "$ac_link") 2>conftest.er1
17513 ac_status=$?
17514 grep -v '^ *+' conftest.er1 >conftest.err
17515 rm -f conftest.er1
17516 cat conftest.err >&5
17517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17518 (exit $ac_status); } && {
17519 test -z "$ac_c_werror_flag" ||
17520 test ! -s conftest.err
17521 } && test -s conftest$ac_exeext &&
17522 $as_test_x conftest$ac_exeext; then
17523 ac_cv_lib_dl_dlopen=yes
17524 else
17525 echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.$ac_ext >&5
17528 ac_cv_lib_dl_dlopen=no
17531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532 conftest$ac_exeext conftest.$ac_ext
17533 LIBS=$ac_check_lib_save_LIBS
17535 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17536 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17537 if test $ac_cv_lib_dl_dlopen = yes; then
17538 cat >>confdefs.h <<\_ACEOF
17539 #define HAVE_DLOPEN 1
17540 _ACEOF
17541 LIBDL="-ldl"
17546 ac_wine_check_funcs_save_LIBS="$LIBS"
17547 LIBS="$LIBS $LIBDL"
17549 for ac_func in dladdr
17551 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17552 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17553 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17554 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17555 echo $ECHO_N "(cached) $ECHO_C" >&6
17556 else
17557 cat >conftest.$ac_ext <<_ACEOF
17558 /* confdefs.h. */
17559 _ACEOF
17560 cat confdefs.h >>conftest.$ac_ext
17561 cat >>conftest.$ac_ext <<_ACEOF
17562 /* end confdefs.h. */
17563 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17565 #define $ac_func innocuous_$ac_func
17567 /* System header to define __stub macros and hopefully few prototypes,
17568 which can conflict with char $ac_func (); below.
17569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17570 <limits.h> exists even on freestanding compilers. */
17572 #ifdef __STDC__
17573 # include <limits.h>
17574 #else
17575 # include <assert.h>
17576 #endif
17578 #undef $ac_func
17580 /* Override any GCC internal prototype to avoid an error.
17581 Use char because int might match the return type of a GCC
17582 builtin and then its argument prototype would still apply. */
17583 #ifdef __cplusplus
17584 extern "C"
17585 #endif
17586 char $ac_func ();
17587 /* The GNU C library defines this for functions which it implements
17588 to always fail with ENOSYS. Some functions are actually named
17589 something starting with __ and the normal name is an alias. */
17590 #if defined __stub_$ac_func || defined __stub___$ac_func
17591 choke me
17592 #endif
17595 main ()
17597 return $ac_func ();
17599 return 0;
17601 _ACEOF
17602 rm -f conftest.$ac_objext conftest$ac_exeext
17603 if { (ac_try="$ac_link"
17604 case "(($ac_try" in
17605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17606 *) ac_try_echo=$ac_try;;
17607 esac
17608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17609 (eval "$ac_link") 2>conftest.er1
17610 ac_status=$?
17611 grep -v '^ *+' conftest.er1 >conftest.err
17612 rm -f conftest.er1
17613 cat conftest.err >&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); } && {
17616 test -z "$ac_c_werror_flag" ||
17617 test ! -s conftest.err
17618 } && test -s conftest$ac_exeext &&
17619 $as_test_x conftest$ac_exeext; then
17620 eval "$as_ac_var=yes"
17621 else
17622 echo "$as_me: failed program was:" >&5
17623 sed 's/^/| /' conftest.$ac_ext >&5
17625 eval "$as_ac_var=no"
17628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17629 conftest$ac_exeext conftest.$ac_ext
17631 ac_res=`eval echo '${'$as_ac_var'}'`
17632 { echo "$as_me:$LINENO: result: $ac_res" >&5
17633 echo "${ECHO_T}$ac_res" >&6; }
17634 if test `eval echo '${'$as_ac_var'}'` = yes; then
17635 cat >>confdefs.h <<_ACEOF
17636 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17637 _ACEOF
17640 done
17642 LIBS="$ac_wine_check_funcs_save_LIBS"
17644 if test "$ac_cv_func_poll" = no
17645 then
17646 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17647 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17648 if test "${ac_cv_lib_poll_poll+set}" = set; then
17649 echo $ECHO_N "(cached) $ECHO_C" >&6
17650 else
17651 ac_check_lib_save_LIBS=$LIBS
17652 LIBS="-lpoll $LIBS"
17653 cat >conftest.$ac_ext <<_ACEOF
17654 /* confdefs.h. */
17655 _ACEOF
17656 cat confdefs.h >>conftest.$ac_ext
17657 cat >>conftest.$ac_ext <<_ACEOF
17658 /* end confdefs.h. */
17660 /* Override any GCC internal prototype to avoid an error.
17661 Use char because int might match the return type of a GCC
17662 builtin and then its argument prototype would still apply. */
17663 #ifdef __cplusplus
17664 extern "C"
17665 #endif
17666 char poll ();
17668 main ()
17670 return poll ();
17672 return 0;
17674 _ACEOF
17675 rm -f conftest.$ac_objext conftest$ac_exeext
17676 if { (ac_try="$ac_link"
17677 case "(($ac_try" in
17678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17679 *) ac_try_echo=$ac_try;;
17680 esac
17681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17682 (eval "$ac_link") 2>conftest.er1
17683 ac_status=$?
17684 grep -v '^ *+' conftest.er1 >conftest.err
17685 rm -f conftest.er1
17686 cat conftest.err >&5
17687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17688 (exit $ac_status); } && {
17689 test -z "$ac_c_werror_flag" ||
17690 test ! -s conftest.err
17691 } && test -s conftest$ac_exeext &&
17692 $as_test_x conftest$ac_exeext; then
17693 ac_cv_lib_poll_poll=yes
17694 else
17695 echo "$as_me: failed program was:" >&5
17696 sed 's/^/| /' conftest.$ac_ext >&5
17698 ac_cv_lib_poll_poll=no
17701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17702 conftest$ac_exeext conftest.$ac_ext
17703 LIBS=$ac_check_lib_save_LIBS
17705 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17706 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17707 if test $ac_cv_lib_poll_poll = yes; then
17708 cat >>confdefs.h <<\_ACEOF
17709 #define HAVE_POLL 1
17710 _ACEOF
17711 LIBPOLL="-lpoll"
17717 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17718 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17719 if test "${ac_cv_search_gethostbyname+set}" = set; then
17720 echo $ECHO_N "(cached) $ECHO_C" >&6
17721 else
17722 ac_func_search_save_LIBS=$LIBS
17723 cat >conftest.$ac_ext <<_ACEOF
17724 /* confdefs.h. */
17725 _ACEOF
17726 cat confdefs.h >>conftest.$ac_ext
17727 cat >>conftest.$ac_ext <<_ACEOF
17728 /* end confdefs.h. */
17730 /* Override any GCC internal prototype to avoid an error.
17731 Use char because int might match the return type of a GCC
17732 builtin and then its argument prototype would still apply. */
17733 #ifdef __cplusplus
17734 extern "C"
17735 #endif
17736 char gethostbyname ();
17738 main ()
17740 return gethostbyname ();
17742 return 0;
17744 _ACEOF
17745 for ac_lib in '' nsl; do
17746 if test -z "$ac_lib"; then
17747 ac_res="none required"
17748 else
17749 ac_res=-l$ac_lib
17750 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17752 rm -f conftest.$ac_objext conftest$ac_exeext
17753 if { (ac_try="$ac_link"
17754 case "(($ac_try" in
17755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17756 *) ac_try_echo=$ac_try;;
17757 esac
17758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17759 (eval "$ac_link") 2>conftest.er1
17760 ac_status=$?
17761 grep -v '^ *+' conftest.er1 >conftest.err
17762 rm -f conftest.er1
17763 cat conftest.err >&5
17764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17765 (exit $ac_status); } && {
17766 test -z "$ac_c_werror_flag" ||
17767 test ! -s conftest.err
17768 } && test -s conftest$ac_exeext &&
17769 $as_test_x conftest$ac_exeext; then
17770 ac_cv_search_gethostbyname=$ac_res
17771 else
17772 echo "$as_me: failed program was:" >&5
17773 sed 's/^/| /' conftest.$ac_ext >&5
17778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17779 conftest$ac_exeext
17780 if test "${ac_cv_search_gethostbyname+set}" = set; then
17781 break
17783 done
17784 if test "${ac_cv_search_gethostbyname+set}" = set; then
17786 else
17787 ac_cv_search_gethostbyname=no
17789 rm conftest.$ac_ext
17790 LIBS=$ac_func_search_save_LIBS
17792 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17793 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17794 ac_res=$ac_cv_search_gethostbyname
17795 if test "$ac_res" != no; then
17796 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17801 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17802 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17803 if test "${ac_cv_search_connect+set}" = set; then
17804 echo $ECHO_N "(cached) $ECHO_C" >&6
17805 else
17806 ac_func_search_save_LIBS=$LIBS
17807 cat >conftest.$ac_ext <<_ACEOF
17808 /* confdefs.h. */
17809 _ACEOF
17810 cat confdefs.h >>conftest.$ac_ext
17811 cat >>conftest.$ac_ext <<_ACEOF
17812 /* end confdefs.h. */
17814 /* Override any GCC internal prototype to avoid an error.
17815 Use char because int might match the return type of a GCC
17816 builtin and then its argument prototype would still apply. */
17817 #ifdef __cplusplus
17818 extern "C"
17819 #endif
17820 char connect ();
17822 main ()
17824 return connect ();
17826 return 0;
17828 _ACEOF
17829 for ac_lib in '' socket; do
17830 if test -z "$ac_lib"; then
17831 ac_res="none required"
17832 else
17833 ac_res=-l$ac_lib
17834 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17836 rm -f conftest.$ac_objext conftest$ac_exeext
17837 if { (ac_try="$ac_link"
17838 case "(($ac_try" in
17839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17840 *) ac_try_echo=$ac_try;;
17841 esac
17842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17843 (eval "$ac_link") 2>conftest.er1
17844 ac_status=$?
17845 grep -v '^ *+' conftest.er1 >conftest.err
17846 rm -f conftest.er1
17847 cat conftest.err >&5
17848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17849 (exit $ac_status); } && {
17850 test -z "$ac_c_werror_flag" ||
17851 test ! -s conftest.err
17852 } && test -s conftest$ac_exeext &&
17853 $as_test_x conftest$ac_exeext; then
17854 ac_cv_search_connect=$ac_res
17855 else
17856 echo "$as_me: failed program was:" >&5
17857 sed 's/^/| /' conftest.$ac_ext >&5
17862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17863 conftest$ac_exeext
17864 if test "${ac_cv_search_connect+set}" = set; then
17865 break
17867 done
17868 if test "${ac_cv_search_connect+set}" = set; then
17870 else
17871 ac_cv_search_connect=no
17873 rm conftest.$ac_ext
17874 LIBS=$ac_func_search_save_LIBS
17876 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17877 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17878 ac_res=$ac_cv_search_connect
17879 if test "$ac_res" != no; then
17880 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17885 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17886 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17887 if test "${ac_cv_search_inet_aton+set}" = set; then
17888 echo $ECHO_N "(cached) $ECHO_C" >&6
17889 else
17890 ac_func_search_save_LIBS=$LIBS
17891 cat >conftest.$ac_ext <<_ACEOF
17892 /* confdefs.h. */
17893 _ACEOF
17894 cat confdefs.h >>conftest.$ac_ext
17895 cat >>conftest.$ac_ext <<_ACEOF
17896 /* end confdefs.h. */
17898 /* Override any GCC internal prototype to avoid an error.
17899 Use char because int might match the return type of a GCC
17900 builtin and then its argument prototype would still apply. */
17901 #ifdef __cplusplus
17902 extern "C"
17903 #endif
17904 char inet_aton ();
17906 main ()
17908 return inet_aton ();
17910 return 0;
17912 _ACEOF
17913 for ac_lib in '' resolv; do
17914 if test -z "$ac_lib"; then
17915 ac_res="none required"
17916 else
17917 ac_res=-l$ac_lib
17918 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17920 rm -f conftest.$ac_objext conftest$ac_exeext
17921 if { (ac_try="$ac_link"
17922 case "(($ac_try" in
17923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17924 *) ac_try_echo=$ac_try;;
17925 esac
17926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17927 (eval "$ac_link") 2>conftest.er1
17928 ac_status=$?
17929 grep -v '^ *+' conftest.er1 >conftest.err
17930 rm -f conftest.er1
17931 cat conftest.err >&5
17932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17933 (exit $ac_status); } && {
17934 test -z "$ac_c_werror_flag" ||
17935 test ! -s conftest.err
17936 } && test -s conftest$ac_exeext &&
17937 $as_test_x conftest$ac_exeext; then
17938 ac_cv_search_inet_aton=$ac_res
17939 else
17940 echo "$as_me: failed program was:" >&5
17941 sed 's/^/| /' conftest.$ac_ext >&5
17946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17947 conftest$ac_exeext
17948 if test "${ac_cv_search_inet_aton+set}" = set; then
17949 break
17951 done
17952 if test "${ac_cv_search_inet_aton+set}" = set; then
17954 else
17955 ac_cv_search_inet_aton=no
17957 rm conftest.$ac_ext
17958 LIBS=$ac_func_search_save_LIBS
17960 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17961 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17962 ac_res=$ac_cv_search_inet_aton
17963 if test "$ac_res" != no; then
17964 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17977 for ac_func in \
17978 getaddrinfo \
17979 getnameinfo \
17980 getnetbyname \
17981 getprotobyname \
17982 getprotobynumber \
17983 getservbyport \
17984 inet_network \
17985 sendmsg \
17988 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17989 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17990 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17991 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17992 echo $ECHO_N "(cached) $ECHO_C" >&6
17993 else
17994 cat >conftest.$ac_ext <<_ACEOF
17995 /* confdefs.h. */
17996 _ACEOF
17997 cat confdefs.h >>conftest.$ac_ext
17998 cat >>conftest.$ac_ext <<_ACEOF
17999 /* end confdefs.h. */
18000 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18001 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18002 #define $ac_func innocuous_$ac_func
18004 /* System header to define __stub macros and hopefully few prototypes,
18005 which can conflict with char $ac_func (); below.
18006 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18007 <limits.h> exists even on freestanding compilers. */
18009 #ifdef __STDC__
18010 # include <limits.h>
18011 #else
18012 # include <assert.h>
18013 #endif
18015 #undef $ac_func
18017 /* Override any GCC internal prototype to avoid an error.
18018 Use char because int might match the return type of a GCC
18019 builtin and then its argument prototype would still apply. */
18020 #ifdef __cplusplus
18021 extern "C"
18022 #endif
18023 char $ac_func ();
18024 /* The GNU C library defines this for functions which it implements
18025 to always fail with ENOSYS. Some functions are actually named
18026 something starting with __ and the normal name is an alias. */
18027 #if defined __stub_$ac_func || defined __stub___$ac_func
18028 choke me
18029 #endif
18032 main ()
18034 return $ac_func ();
18036 return 0;
18038 _ACEOF
18039 rm -f conftest.$ac_objext conftest$ac_exeext
18040 if { (ac_try="$ac_link"
18041 case "(($ac_try" in
18042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18043 *) ac_try_echo=$ac_try;;
18044 esac
18045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18046 (eval "$ac_link") 2>conftest.er1
18047 ac_status=$?
18048 grep -v '^ *+' conftest.er1 >conftest.err
18049 rm -f conftest.er1
18050 cat conftest.err >&5
18051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18052 (exit $ac_status); } && {
18053 test -z "$ac_c_werror_flag" ||
18054 test ! -s conftest.err
18055 } && test -s conftest$ac_exeext &&
18056 $as_test_x conftest$ac_exeext; then
18057 eval "$as_ac_var=yes"
18058 else
18059 echo "$as_me: failed program was:" >&5
18060 sed 's/^/| /' conftest.$ac_ext >&5
18062 eval "$as_ac_var=no"
18065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18066 conftest$ac_exeext conftest.$ac_ext
18068 ac_res=`eval echo '${'$as_ac_var'}'`
18069 { echo "$as_me:$LINENO: result: $ac_res" >&5
18070 echo "${ECHO_T}$ac_res" >&6; }
18071 if test `eval echo '${'$as_ac_var'}'` = yes; then
18072 cat >>confdefs.h <<_ACEOF
18073 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18074 _ACEOF
18077 done
18080 LDAPLIBS=""
18082 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18083 then
18084 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18085 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18086 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18087 echo $ECHO_N "(cached) $ECHO_C" >&6
18088 else
18089 cat >conftest.$ac_ext <<_ACEOF
18090 /* confdefs.h. */
18091 _ACEOF
18092 cat confdefs.h >>conftest.$ac_ext
18093 cat >>conftest.$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18095 #include <ldap.h>
18097 typedef LDAPSortKey ac__type_new_;
18099 main ()
18101 if ((ac__type_new_ *) 0)
18102 return 0;
18103 if (sizeof (ac__type_new_))
18104 return 0;
18106 return 0;
18108 _ACEOF
18109 rm -f conftest.$ac_objext
18110 if { (ac_try="$ac_compile"
18111 case "(($ac_try" in
18112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18113 *) ac_try_echo=$ac_try;;
18114 esac
18115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18116 (eval "$ac_compile") 2>conftest.er1
18117 ac_status=$?
18118 grep -v '^ *+' conftest.er1 >conftest.err
18119 rm -f conftest.er1
18120 cat conftest.err >&5
18121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122 (exit $ac_status); } && {
18123 test -z "$ac_c_werror_flag" ||
18124 test ! -s conftest.err
18125 } && test -s conftest.$ac_objext; then
18126 ac_cv_type_LDAPSortKey=yes
18127 else
18128 echo "$as_me: failed program was:" >&5
18129 sed 's/^/| /' conftest.$ac_ext >&5
18131 ac_cv_type_LDAPSortKey=no
18134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18136 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18137 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18138 if test $ac_cv_type_LDAPSortKey = yes; then
18139 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18140 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18141 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18142 echo $ECHO_N "(cached) $ECHO_C" >&6
18143 else
18144 ac_check_lib_save_LIBS=$LIBS
18145 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18146 cat >conftest.$ac_ext <<_ACEOF
18147 /* confdefs.h. */
18148 _ACEOF
18149 cat confdefs.h >>conftest.$ac_ext
18150 cat >>conftest.$ac_ext <<_ACEOF
18151 /* end confdefs.h. */
18153 /* Override any GCC internal prototype to avoid an error.
18154 Use char because int might match the return type of a GCC
18155 builtin and then its argument prototype would still apply. */
18156 #ifdef __cplusplus
18157 extern "C"
18158 #endif
18159 char ldap_initialize ();
18161 main ()
18163 return ldap_initialize ();
18165 return 0;
18167 _ACEOF
18168 rm -f conftest.$ac_objext conftest$ac_exeext
18169 if { (ac_try="$ac_link"
18170 case "(($ac_try" in
18171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18172 *) ac_try_echo=$ac_try;;
18173 esac
18174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18175 (eval "$ac_link") 2>conftest.er1
18176 ac_status=$?
18177 grep -v '^ *+' conftest.er1 >conftest.err
18178 rm -f conftest.er1
18179 cat conftest.err >&5
18180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18181 (exit $ac_status); } && {
18182 test -z "$ac_c_werror_flag" ||
18183 test ! -s conftest.err
18184 } && test -s conftest$ac_exeext &&
18185 $as_test_x conftest$ac_exeext; then
18186 ac_cv_lib_ldap_r_ldap_initialize=yes
18187 else
18188 echo "$as_me: failed program was:" >&5
18189 sed 's/^/| /' conftest.$ac_ext >&5
18191 ac_cv_lib_ldap_r_ldap_initialize=no
18194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18195 conftest$ac_exeext conftest.$ac_ext
18196 LIBS=$ac_check_lib_save_LIBS
18198 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18199 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18200 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18201 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18202 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18203 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18204 echo $ECHO_N "(cached) $ECHO_C" >&6
18205 else
18206 ac_check_lib_save_LIBS=$LIBS
18207 LIBS="-llber $LIBPTHREAD $LIBS"
18208 cat >conftest.$ac_ext <<_ACEOF
18209 /* confdefs.h. */
18210 _ACEOF
18211 cat confdefs.h >>conftest.$ac_ext
18212 cat >>conftest.$ac_ext <<_ACEOF
18213 /* end confdefs.h. */
18215 /* Override any GCC internal prototype to avoid an error.
18216 Use char because int might match the return type of a GCC
18217 builtin and then its argument prototype would still apply. */
18218 #ifdef __cplusplus
18219 extern "C"
18220 #endif
18221 char ber_init ();
18223 main ()
18225 return ber_init ();
18227 return 0;
18229 _ACEOF
18230 rm -f conftest.$ac_objext conftest$ac_exeext
18231 if { (ac_try="$ac_link"
18232 case "(($ac_try" in
18233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18234 *) ac_try_echo=$ac_try;;
18235 esac
18236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18237 (eval "$ac_link") 2>conftest.er1
18238 ac_status=$?
18239 grep -v '^ *+' conftest.er1 >conftest.err
18240 rm -f conftest.er1
18241 cat conftest.err >&5
18242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18243 (exit $ac_status); } && {
18244 test -z "$ac_c_werror_flag" ||
18245 test ! -s conftest.err
18246 } && test -s conftest$ac_exeext &&
18247 $as_test_x conftest$ac_exeext; then
18248 ac_cv_lib_lber_ber_init=yes
18249 else
18250 echo "$as_me: failed program was:" >&5
18251 sed 's/^/| /' conftest.$ac_ext >&5
18253 ac_cv_lib_lber_ber_init=no
18256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18257 conftest$ac_exeext conftest.$ac_ext
18258 LIBS=$ac_check_lib_save_LIBS
18260 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18261 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18262 if test $ac_cv_lib_lber_ber_init = yes; then
18264 cat >>confdefs.h <<\_ACEOF
18265 #define HAVE_LDAP 1
18266 _ACEOF
18268 LDAPLIBS="-lldap_r -llber"
18275 ac_wine_check_funcs_save_LIBS="$LIBS"
18276 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18285 for ac_func in \
18286 ldap_count_references \
18287 ldap_first_reference \
18288 ldap_next_reference \
18289 ldap_parse_reference \
18290 ldap_parse_sort_control \
18291 ldap_parse_sortresponse_control \
18292 ldap_parse_vlv_control \
18293 ldap_parse_vlvresponse_control
18295 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18296 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18297 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18298 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18299 echo $ECHO_N "(cached) $ECHO_C" >&6
18300 else
18301 cat >conftest.$ac_ext <<_ACEOF
18302 /* confdefs.h. */
18303 _ACEOF
18304 cat confdefs.h >>conftest.$ac_ext
18305 cat >>conftest.$ac_ext <<_ACEOF
18306 /* end confdefs.h. */
18307 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18308 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18309 #define $ac_func innocuous_$ac_func
18311 /* System header to define __stub macros and hopefully few prototypes,
18312 which can conflict with char $ac_func (); below.
18313 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18314 <limits.h> exists even on freestanding compilers. */
18316 #ifdef __STDC__
18317 # include <limits.h>
18318 #else
18319 # include <assert.h>
18320 #endif
18322 #undef $ac_func
18324 /* Override any GCC internal prototype to avoid an error.
18325 Use char because int might match the return type of a GCC
18326 builtin and then its argument prototype would still apply. */
18327 #ifdef __cplusplus
18328 extern "C"
18329 #endif
18330 char $ac_func ();
18331 /* The GNU C library defines this for functions which it implements
18332 to always fail with ENOSYS. Some functions are actually named
18333 something starting with __ and the normal name is an alias. */
18334 #if defined __stub_$ac_func || defined __stub___$ac_func
18335 choke me
18336 #endif
18339 main ()
18341 return $ac_func ();
18343 return 0;
18345 _ACEOF
18346 rm -f conftest.$ac_objext conftest$ac_exeext
18347 if { (ac_try="$ac_link"
18348 case "(($ac_try" in
18349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18350 *) ac_try_echo=$ac_try;;
18351 esac
18352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18353 (eval "$ac_link") 2>conftest.er1
18354 ac_status=$?
18355 grep -v '^ *+' conftest.er1 >conftest.err
18356 rm -f conftest.er1
18357 cat conftest.err >&5
18358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18359 (exit $ac_status); } && {
18360 test -z "$ac_c_werror_flag" ||
18361 test ! -s conftest.err
18362 } && test -s conftest$ac_exeext &&
18363 $as_test_x conftest$ac_exeext; then
18364 eval "$as_ac_var=yes"
18365 else
18366 echo "$as_me: failed program was:" >&5
18367 sed 's/^/| /' conftest.$ac_ext >&5
18369 eval "$as_ac_var=no"
18372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18373 conftest$ac_exeext conftest.$ac_ext
18375 ac_res=`eval echo '${'$as_ac_var'}'`
18376 { echo "$as_me:$LINENO: result: $ac_res" >&5
18377 echo "${ECHO_T}$ac_res" >&6; }
18378 if test `eval echo '${'$as_ac_var'}'` = yes; then
18379 cat >>confdefs.h <<_ACEOF
18380 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18381 _ACEOF
18384 done
18386 LIBS="$ac_wine_check_funcs_save_LIBS"
18388 if test "x$LDAPLIBS" = "x"; then
18389 case "x$with_ldap" in
18390 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18391 xno) ;;
18392 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18393 This is an error since --with-ldap was requested." >&5
18394 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18395 This is an error since --with-ldap was requested." >&2;}
18396 { (exit 1); exit 1; }; } ;;
18397 esac
18401 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18402 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18403 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18404 echo $ECHO_N "(cached) $ECHO_C" >&6
18405 else
18406 cat >conftest.$ac_ext <<_ACEOF
18407 /* confdefs.h. */
18408 _ACEOF
18409 cat confdefs.h >>conftest.$ac_ext
18410 cat >>conftest.$ac_ext <<_ACEOF
18411 /* end confdefs.h. */
18412 #include <sys/stat.h>
18414 main ()
18416 mkdir("foo");
18418 return 0;
18420 _ACEOF
18421 rm -f conftest.$ac_objext
18422 if { (ac_try="$ac_compile"
18423 case "(($ac_try" in
18424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18425 *) ac_try_echo=$ac_try;;
18426 esac
18427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18428 (eval "$ac_compile") 2>conftest.er1
18429 ac_status=$?
18430 grep -v '^ *+' conftest.er1 >conftest.err
18431 rm -f conftest.er1
18432 cat conftest.err >&5
18433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18434 (exit $ac_status); } && {
18435 test -z "$ac_c_werror_flag" ||
18436 test ! -s conftest.err
18437 } && test -s conftest.$ac_objext; then
18438 wine_cv_one_arg_mkdir=yes
18439 else
18440 echo "$as_me: failed program was:" >&5
18441 sed 's/^/| /' conftest.$ac_ext >&5
18443 wine_cv_one_arg_mkdir=no
18446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18448 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18449 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18450 if test "$wine_cv_one_arg_mkdir" = "yes"
18451 then
18453 cat >>confdefs.h <<\_ACEOF
18454 #define HAVE_ONE_ARG_MKDIR 1
18455 _ACEOF
18460 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18461 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18462 if test "${ac_cv_c_const+set}" = set; then
18463 echo $ECHO_N "(cached) $ECHO_C" >&6
18464 else
18465 cat >conftest.$ac_ext <<_ACEOF
18466 /* confdefs.h. */
18467 _ACEOF
18468 cat confdefs.h >>conftest.$ac_ext
18469 cat >>conftest.$ac_ext <<_ACEOF
18470 /* end confdefs.h. */
18473 main ()
18475 /* FIXME: Include the comments suggested by Paul. */
18476 #ifndef __cplusplus
18477 /* Ultrix mips cc rejects this. */
18478 typedef int charset[2];
18479 const charset cs;
18480 /* SunOS 4.1.1 cc rejects this. */
18481 char const *const *pcpcc;
18482 char **ppc;
18483 /* NEC SVR4.0.2 mips cc rejects this. */
18484 struct point {int x, y;};
18485 static struct point const zero = {0,0};
18486 /* AIX XL C 1.02.0.0 rejects this.
18487 It does not let you subtract one const X* pointer from another in
18488 an arm of an if-expression whose if-part is not a constant
18489 expression */
18490 const char *g = "string";
18491 pcpcc = &g + (g ? g-g : 0);
18492 /* HPUX 7.0 cc rejects these. */
18493 ++pcpcc;
18494 ppc = (char**) pcpcc;
18495 pcpcc = (char const *const *) ppc;
18496 { /* SCO 3.2v4 cc rejects this. */
18497 char *t;
18498 char const *s = 0 ? (char *) 0 : (char const *) 0;
18500 *t++ = 0;
18501 if (s) return 0;
18503 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18504 int x[] = {25, 17};
18505 const int *foo = &x[0];
18506 ++foo;
18508 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18509 typedef const int *iptr;
18510 iptr p = 0;
18511 ++p;
18513 { /* AIX XL C 1.02.0.0 rejects this saying
18514 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18515 struct s { int j; const int *ap[3]; };
18516 struct s *b; b->j = 5;
18518 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18519 const int foo = 10;
18520 if (!foo) return 0;
18522 return !cs[0] && !zero.x;
18523 #endif
18526 return 0;
18528 _ACEOF
18529 rm -f conftest.$ac_objext
18530 if { (ac_try="$ac_compile"
18531 case "(($ac_try" in
18532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18533 *) ac_try_echo=$ac_try;;
18534 esac
18535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18536 (eval "$ac_compile") 2>conftest.er1
18537 ac_status=$?
18538 grep -v '^ *+' conftest.er1 >conftest.err
18539 rm -f conftest.er1
18540 cat conftest.err >&5
18541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18542 (exit $ac_status); } && {
18543 test -z "$ac_c_werror_flag" ||
18544 test ! -s conftest.err
18545 } && test -s conftest.$ac_objext; then
18546 ac_cv_c_const=yes
18547 else
18548 echo "$as_me: failed program was:" >&5
18549 sed 's/^/| /' conftest.$ac_ext >&5
18551 ac_cv_c_const=no
18554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18556 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18557 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18558 if test $ac_cv_c_const = no; then
18560 cat >>confdefs.h <<\_ACEOF
18561 #define const
18562 _ACEOF
18566 { echo "$as_me:$LINENO: checking for inline" >&5
18567 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18568 if test "${ac_cv_c_inline+set}" = set; then
18569 echo $ECHO_N "(cached) $ECHO_C" >&6
18570 else
18571 ac_cv_c_inline=no
18572 for ac_kw in inline __inline__ __inline; do
18573 cat >conftest.$ac_ext <<_ACEOF
18574 /* confdefs.h. */
18575 _ACEOF
18576 cat confdefs.h >>conftest.$ac_ext
18577 cat >>conftest.$ac_ext <<_ACEOF
18578 /* end confdefs.h. */
18579 #ifndef __cplusplus
18580 typedef int foo_t;
18581 static $ac_kw foo_t static_foo () {return 0; }
18582 $ac_kw foo_t foo () {return 0; }
18583 #endif
18585 _ACEOF
18586 rm -f conftest.$ac_objext
18587 if { (ac_try="$ac_compile"
18588 case "(($ac_try" in
18589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18590 *) ac_try_echo=$ac_try;;
18591 esac
18592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18593 (eval "$ac_compile") 2>conftest.er1
18594 ac_status=$?
18595 grep -v '^ *+' conftest.er1 >conftest.err
18596 rm -f conftest.er1
18597 cat conftest.err >&5
18598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18599 (exit $ac_status); } && {
18600 test -z "$ac_c_werror_flag" ||
18601 test ! -s conftest.err
18602 } && test -s conftest.$ac_objext; then
18603 ac_cv_c_inline=$ac_kw
18604 else
18605 echo "$as_me: failed program was:" >&5
18606 sed 's/^/| /' conftest.$ac_ext >&5
18611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18612 test "$ac_cv_c_inline" != no && break
18613 done
18616 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18617 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18620 case $ac_cv_c_inline in
18621 inline | yes) ;;
18623 case $ac_cv_c_inline in
18624 no) ac_val=;;
18625 *) ac_val=$ac_cv_c_inline;;
18626 esac
18627 cat >>confdefs.h <<_ACEOF
18628 #ifndef __cplusplus
18629 #define inline $ac_val
18630 #endif
18631 _ACEOF
18633 esac
18635 { echo "$as_me:$LINENO: checking for mode_t" >&5
18636 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18637 if test "${ac_cv_type_mode_t+set}" = set; then
18638 echo $ECHO_N "(cached) $ECHO_C" >&6
18639 else
18640 cat >conftest.$ac_ext <<_ACEOF
18641 /* confdefs.h. */
18642 _ACEOF
18643 cat confdefs.h >>conftest.$ac_ext
18644 cat >>conftest.$ac_ext <<_ACEOF
18645 /* end confdefs.h. */
18646 $ac_includes_default
18647 typedef mode_t ac__type_new_;
18649 main ()
18651 if ((ac__type_new_ *) 0)
18652 return 0;
18653 if (sizeof (ac__type_new_))
18654 return 0;
18656 return 0;
18658 _ACEOF
18659 rm -f conftest.$ac_objext
18660 if { (ac_try="$ac_compile"
18661 case "(($ac_try" in
18662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18663 *) ac_try_echo=$ac_try;;
18664 esac
18665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18666 (eval "$ac_compile") 2>conftest.er1
18667 ac_status=$?
18668 grep -v '^ *+' conftest.er1 >conftest.err
18669 rm -f conftest.er1
18670 cat conftest.err >&5
18671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18672 (exit $ac_status); } && {
18673 test -z "$ac_c_werror_flag" ||
18674 test ! -s conftest.err
18675 } && test -s conftest.$ac_objext; then
18676 ac_cv_type_mode_t=yes
18677 else
18678 echo "$as_me: failed program was:" >&5
18679 sed 's/^/| /' conftest.$ac_ext >&5
18681 ac_cv_type_mode_t=no
18684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18686 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18687 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18688 if test $ac_cv_type_mode_t = yes; then
18690 cat >>confdefs.h <<_ACEOF
18691 #define HAVE_MODE_T 1
18692 _ACEOF
18696 { echo "$as_me:$LINENO: checking for off_t" >&5
18697 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18698 if test "${ac_cv_type_off_t+set}" = set; then
18699 echo $ECHO_N "(cached) $ECHO_C" >&6
18700 else
18701 cat >conftest.$ac_ext <<_ACEOF
18702 /* confdefs.h. */
18703 _ACEOF
18704 cat confdefs.h >>conftest.$ac_ext
18705 cat >>conftest.$ac_ext <<_ACEOF
18706 /* end confdefs.h. */
18707 $ac_includes_default
18708 typedef off_t ac__type_new_;
18710 main ()
18712 if ((ac__type_new_ *) 0)
18713 return 0;
18714 if (sizeof (ac__type_new_))
18715 return 0;
18717 return 0;
18719 _ACEOF
18720 rm -f conftest.$ac_objext
18721 if { (ac_try="$ac_compile"
18722 case "(($ac_try" in
18723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18724 *) ac_try_echo=$ac_try;;
18725 esac
18726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18727 (eval "$ac_compile") 2>conftest.er1
18728 ac_status=$?
18729 grep -v '^ *+' conftest.er1 >conftest.err
18730 rm -f conftest.er1
18731 cat conftest.err >&5
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); } && {
18734 test -z "$ac_c_werror_flag" ||
18735 test ! -s conftest.err
18736 } && test -s conftest.$ac_objext; then
18737 ac_cv_type_off_t=yes
18738 else
18739 echo "$as_me: failed program was:" >&5
18740 sed 's/^/| /' conftest.$ac_ext >&5
18742 ac_cv_type_off_t=no
18745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18747 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18748 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18749 if test $ac_cv_type_off_t = yes; then
18751 cat >>confdefs.h <<_ACEOF
18752 #define HAVE_OFF_T 1
18753 _ACEOF
18757 { echo "$as_me:$LINENO: checking for pid_t" >&5
18758 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18759 if test "${ac_cv_type_pid_t+set}" = set; then
18760 echo $ECHO_N "(cached) $ECHO_C" >&6
18761 else
18762 cat >conftest.$ac_ext <<_ACEOF
18763 /* confdefs.h. */
18764 _ACEOF
18765 cat confdefs.h >>conftest.$ac_ext
18766 cat >>conftest.$ac_ext <<_ACEOF
18767 /* end confdefs.h. */
18768 $ac_includes_default
18769 typedef pid_t ac__type_new_;
18771 main ()
18773 if ((ac__type_new_ *) 0)
18774 return 0;
18775 if (sizeof (ac__type_new_))
18776 return 0;
18778 return 0;
18780 _ACEOF
18781 rm -f conftest.$ac_objext
18782 if { (ac_try="$ac_compile"
18783 case "(($ac_try" in
18784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18785 *) ac_try_echo=$ac_try;;
18786 esac
18787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18788 (eval "$ac_compile") 2>conftest.er1
18789 ac_status=$?
18790 grep -v '^ *+' conftest.er1 >conftest.err
18791 rm -f conftest.er1
18792 cat conftest.err >&5
18793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18794 (exit $ac_status); } && {
18795 test -z "$ac_c_werror_flag" ||
18796 test ! -s conftest.err
18797 } && test -s conftest.$ac_objext; then
18798 ac_cv_type_pid_t=yes
18799 else
18800 echo "$as_me: failed program was:" >&5
18801 sed 's/^/| /' conftest.$ac_ext >&5
18803 ac_cv_type_pid_t=no
18806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18808 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18809 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18810 if test $ac_cv_type_pid_t = yes; then
18812 cat >>confdefs.h <<_ACEOF
18813 #define HAVE_PID_T 1
18814 _ACEOF
18818 { echo "$as_me:$LINENO: checking for size_t" >&5
18819 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18820 if test "${ac_cv_type_size_t+set}" = set; then
18821 echo $ECHO_N "(cached) $ECHO_C" >&6
18822 else
18823 cat >conftest.$ac_ext <<_ACEOF
18824 /* confdefs.h. */
18825 _ACEOF
18826 cat confdefs.h >>conftest.$ac_ext
18827 cat >>conftest.$ac_ext <<_ACEOF
18828 /* end confdefs.h. */
18829 $ac_includes_default
18830 typedef size_t ac__type_new_;
18832 main ()
18834 if ((ac__type_new_ *) 0)
18835 return 0;
18836 if (sizeof (ac__type_new_))
18837 return 0;
18839 return 0;
18841 _ACEOF
18842 rm -f conftest.$ac_objext
18843 if { (ac_try="$ac_compile"
18844 case "(($ac_try" in
18845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18846 *) ac_try_echo=$ac_try;;
18847 esac
18848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18849 (eval "$ac_compile") 2>conftest.er1
18850 ac_status=$?
18851 grep -v '^ *+' conftest.er1 >conftest.err
18852 rm -f conftest.er1
18853 cat conftest.err >&5
18854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855 (exit $ac_status); } && {
18856 test -z "$ac_c_werror_flag" ||
18857 test ! -s conftest.err
18858 } && test -s conftest.$ac_objext; then
18859 ac_cv_type_size_t=yes
18860 else
18861 echo "$as_me: failed program was:" >&5
18862 sed 's/^/| /' conftest.$ac_ext >&5
18864 ac_cv_type_size_t=no
18867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18869 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18870 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18871 if test $ac_cv_type_size_t = yes; then
18873 cat >>confdefs.h <<_ACEOF
18874 #define HAVE_SIZE_T 1
18875 _ACEOF
18879 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18880 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18881 if test "${ac_cv_type_ssize_t+set}" = set; then
18882 echo $ECHO_N "(cached) $ECHO_C" >&6
18883 else
18884 cat >conftest.$ac_ext <<_ACEOF
18885 /* confdefs.h. */
18886 _ACEOF
18887 cat confdefs.h >>conftest.$ac_ext
18888 cat >>conftest.$ac_ext <<_ACEOF
18889 /* end confdefs.h. */
18890 $ac_includes_default
18891 typedef ssize_t ac__type_new_;
18893 main ()
18895 if ((ac__type_new_ *) 0)
18896 return 0;
18897 if (sizeof (ac__type_new_))
18898 return 0;
18900 return 0;
18902 _ACEOF
18903 rm -f conftest.$ac_objext
18904 if { (ac_try="$ac_compile"
18905 case "(($ac_try" in
18906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18907 *) ac_try_echo=$ac_try;;
18908 esac
18909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18910 (eval "$ac_compile") 2>conftest.er1
18911 ac_status=$?
18912 grep -v '^ *+' conftest.er1 >conftest.err
18913 rm -f conftest.er1
18914 cat conftest.err >&5
18915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18916 (exit $ac_status); } && {
18917 test -z "$ac_c_werror_flag" ||
18918 test ! -s conftest.err
18919 } && test -s conftest.$ac_objext; then
18920 ac_cv_type_ssize_t=yes
18921 else
18922 echo "$as_me: failed program was:" >&5
18923 sed 's/^/| /' conftest.$ac_ext >&5
18925 ac_cv_type_ssize_t=no
18928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18930 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18931 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18932 if test $ac_cv_type_ssize_t = yes; then
18934 cat >>confdefs.h <<_ACEOF
18935 #define HAVE_SSIZE_T 1
18936 _ACEOF
18940 { echo "$as_me:$LINENO: checking for long long" >&5
18941 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18942 if test "${ac_cv_type_long_long+set}" = set; then
18943 echo $ECHO_N "(cached) $ECHO_C" >&6
18944 else
18945 cat >conftest.$ac_ext <<_ACEOF
18946 /* confdefs.h. */
18947 _ACEOF
18948 cat confdefs.h >>conftest.$ac_ext
18949 cat >>conftest.$ac_ext <<_ACEOF
18950 /* end confdefs.h. */
18951 $ac_includes_default
18952 typedef long long ac__type_new_;
18954 main ()
18956 if ((ac__type_new_ *) 0)
18957 return 0;
18958 if (sizeof (ac__type_new_))
18959 return 0;
18961 return 0;
18963 _ACEOF
18964 rm -f conftest.$ac_objext
18965 if { (ac_try="$ac_compile"
18966 case "(($ac_try" in
18967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18968 *) ac_try_echo=$ac_try;;
18969 esac
18970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18971 (eval "$ac_compile") 2>conftest.er1
18972 ac_status=$?
18973 grep -v '^ *+' conftest.er1 >conftest.err
18974 rm -f conftest.er1
18975 cat conftest.err >&5
18976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18977 (exit $ac_status); } && {
18978 test -z "$ac_c_werror_flag" ||
18979 test ! -s conftest.err
18980 } && test -s conftest.$ac_objext; then
18981 ac_cv_type_long_long=yes
18982 else
18983 echo "$as_me: failed program was:" >&5
18984 sed 's/^/| /' conftest.$ac_ext >&5
18986 ac_cv_type_long_long=no
18989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18991 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18992 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18993 if test $ac_cv_type_long_long = yes; then
18995 cat >>confdefs.h <<_ACEOF
18996 #define HAVE_LONG_LONG 1
18997 _ACEOF
19001 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19002 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19003 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19004 echo $ECHO_N "(cached) $ECHO_C" >&6
19005 else
19006 cat >conftest.$ac_ext <<_ACEOF
19007 /* confdefs.h. */
19008 _ACEOF
19009 cat confdefs.h >>conftest.$ac_ext
19010 cat >>conftest.$ac_ext <<_ACEOF
19011 /* end confdefs.h. */
19012 $ac_includes_default
19013 typedef fsblkcnt_t ac__type_new_;
19015 main ()
19017 if ((ac__type_new_ *) 0)
19018 return 0;
19019 if (sizeof (ac__type_new_))
19020 return 0;
19022 return 0;
19024 _ACEOF
19025 rm -f conftest.$ac_objext
19026 if { (ac_try="$ac_compile"
19027 case "(($ac_try" in
19028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19029 *) ac_try_echo=$ac_try;;
19030 esac
19031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19032 (eval "$ac_compile") 2>conftest.er1
19033 ac_status=$?
19034 grep -v '^ *+' conftest.er1 >conftest.err
19035 rm -f conftest.er1
19036 cat conftest.err >&5
19037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038 (exit $ac_status); } && {
19039 test -z "$ac_c_werror_flag" ||
19040 test ! -s conftest.err
19041 } && test -s conftest.$ac_objext; then
19042 ac_cv_type_fsblkcnt_t=yes
19043 else
19044 echo "$as_me: failed program was:" >&5
19045 sed 's/^/| /' conftest.$ac_ext >&5
19047 ac_cv_type_fsblkcnt_t=no
19050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19052 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19053 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19054 if test $ac_cv_type_fsblkcnt_t = yes; then
19056 cat >>confdefs.h <<_ACEOF
19057 #define HAVE_FSBLKCNT_T 1
19058 _ACEOF
19062 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19063 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19064 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19065 echo $ECHO_N "(cached) $ECHO_C" >&6
19066 else
19067 cat >conftest.$ac_ext <<_ACEOF
19068 /* confdefs.h. */
19069 _ACEOF
19070 cat confdefs.h >>conftest.$ac_ext
19071 cat >>conftest.$ac_ext <<_ACEOF
19072 /* end confdefs.h. */
19073 $ac_includes_default
19074 typedef fsfilcnt_t ac__type_new_;
19076 main ()
19078 if ((ac__type_new_ *) 0)
19079 return 0;
19080 if (sizeof (ac__type_new_))
19081 return 0;
19083 return 0;
19085 _ACEOF
19086 rm -f conftest.$ac_objext
19087 if { (ac_try="$ac_compile"
19088 case "(($ac_try" in
19089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19090 *) ac_try_echo=$ac_try;;
19091 esac
19092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19093 (eval "$ac_compile") 2>conftest.er1
19094 ac_status=$?
19095 grep -v '^ *+' conftest.er1 >conftest.err
19096 rm -f conftest.er1
19097 cat conftest.err >&5
19098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19099 (exit $ac_status); } && {
19100 test -z "$ac_c_werror_flag" ||
19101 test ! -s conftest.err
19102 } && test -s conftest.$ac_objext; then
19103 ac_cv_type_fsfilcnt_t=yes
19104 else
19105 echo "$as_me: failed program was:" >&5
19106 sed 's/^/| /' conftest.$ac_ext >&5
19108 ac_cv_type_fsfilcnt_t=no
19111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19113 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19114 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19115 if test $ac_cv_type_fsfilcnt_t = yes; then
19117 cat >>confdefs.h <<_ACEOF
19118 #define HAVE_FSFILCNT_T 1
19119 _ACEOF
19124 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19125 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19126 if test "${ac_cv_type_sigset_t+set}" = set; then
19127 echo $ECHO_N "(cached) $ECHO_C" >&6
19128 else
19129 cat >conftest.$ac_ext <<_ACEOF
19130 /* confdefs.h. */
19131 _ACEOF
19132 cat confdefs.h >>conftest.$ac_ext
19133 cat >>conftest.$ac_ext <<_ACEOF
19134 /* end confdefs.h. */
19135 #include <sys/types.h>
19136 #include <signal.h>
19138 typedef sigset_t ac__type_new_;
19140 main ()
19142 if ((ac__type_new_ *) 0)
19143 return 0;
19144 if (sizeof (ac__type_new_))
19145 return 0;
19147 return 0;
19149 _ACEOF
19150 rm -f conftest.$ac_objext
19151 if { (ac_try="$ac_compile"
19152 case "(($ac_try" in
19153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19154 *) ac_try_echo=$ac_try;;
19155 esac
19156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19157 (eval "$ac_compile") 2>conftest.er1
19158 ac_status=$?
19159 grep -v '^ *+' conftest.er1 >conftest.err
19160 rm -f conftest.er1
19161 cat conftest.err >&5
19162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19163 (exit $ac_status); } && {
19164 test -z "$ac_c_werror_flag" ||
19165 test ! -s conftest.err
19166 } && test -s conftest.$ac_objext; then
19167 ac_cv_type_sigset_t=yes
19168 else
19169 echo "$as_me: failed program was:" >&5
19170 sed 's/^/| /' conftest.$ac_ext >&5
19172 ac_cv_type_sigset_t=no
19175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19177 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19178 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19179 if test $ac_cv_type_sigset_t = yes; then
19181 cat >>confdefs.h <<_ACEOF
19182 #define HAVE_SIGSET_T 1
19183 _ACEOF
19188 { echo "$as_me:$LINENO: checking for request_sense" >&5
19189 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19190 if test "${ac_cv_type_request_sense+set}" = set; then
19191 echo $ECHO_N "(cached) $ECHO_C" >&6
19192 else
19193 cat >conftest.$ac_ext <<_ACEOF
19194 /* confdefs.h. */
19195 _ACEOF
19196 cat confdefs.h >>conftest.$ac_ext
19197 cat >>conftest.$ac_ext <<_ACEOF
19198 /* end confdefs.h. */
19199 #include <linux/cdrom.h>
19201 typedef request_sense ac__type_new_;
19203 main ()
19205 if ((ac__type_new_ *) 0)
19206 return 0;
19207 if (sizeof (ac__type_new_))
19208 return 0;
19210 return 0;
19212 _ACEOF
19213 rm -f conftest.$ac_objext
19214 if { (ac_try="$ac_compile"
19215 case "(($ac_try" in
19216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19217 *) ac_try_echo=$ac_try;;
19218 esac
19219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19220 (eval "$ac_compile") 2>conftest.er1
19221 ac_status=$?
19222 grep -v '^ *+' conftest.er1 >conftest.err
19223 rm -f conftest.er1
19224 cat conftest.err >&5
19225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19226 (exit $ac_status); } && {
19227 test -z "$ac_c_werror_flag" ||
19228 test ! -s conftest.err
19229 } && test -s conftest.$ac_objext; then
19230 ac_cv_type_request_sense=yes
19231 else
19232 echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19235 ac_cv_type_request_sense=no
19238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19240 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19241 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19242 if test $ac_cv_type_request_sense = yes; then
19244 cat >>confdefs.h <<_ACEOF
19245 #define HAVE_REQUEST_SENSE 1
19246 _ACEOF
19252 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19253 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19254 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19255 echo $ECHO_N "(cached) $ECHO_C" >&6
19256 else
19257 cat >conftest.$ac_ext <<_ACEOF
19258 /* confdefs.h. */
19259 _ACEOF
19260 cat confdefs.h >>conftest.$ac_ext
19261 cat >>conftest.$ac_ext <<_ACEOF
19262 /* end confdefs.h. */
19263 #include <sys/types.h>
19264 #ifdef HAVE_SYS_SOCKET_H
19265 #include <sys/socket.h>
19266 #endif
19267 #ifdef HAVE_SYS_SOCKETVAR_H
19268 #include <sys/socketvar.h>
19269 #endif
19270 #ifdef HAVE_NET_ROUTE_H
19271 #include <net/route.h>
19272 #endif
19273 #ifdef HAVE_NETINET_IN_H
19274 #include <netinet/in.h>
19275 #endif
19276 #ifdef HAVE_NETINET_IN_SYSTM_H
19277 #include <netinet/in_systm.h>
19278 #endif
19279 #ifdef HAVE_NETINET_IP_H
19280 #include <netinet/ip.h>
19281 #endif
19282 #ifdef HAVE_NETINET_IN_PCB_H
19283 #include <netinet/in_pcb.h>
19284 #endif
19286 typedef struct xinpgen ac__type_new_;
19288 main ()
19290 if ((ac__type_new_ *) 0)
19291 return 0;
19292 if (sizeof (ac__type_new_))
19293 return 0;
19295 return 0;
19297 _ACEOF
19298 rm -f conftest.$ac_objext
19299 if { (ac_try="$ac_compile"
19300 case "(($ac_try" in
19301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19302 *) ac_try_echo=$ac_try;;
19303 esac
19304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19305 (eval "$ac_compile") 2>conftest.er1
19306 ac_status=$?
19307 grep -v '^ *+' conftest.er1 >conftest.err
19308 rm -f conftest.er1
19309 cat conftest.err >&5
19310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19311 (exit $ac_status); } && {
19312 test -z "$ac_c_werror_flag" ||
19313 test ! -s conftest.err
19314 } && test -s conftest.$ac_objext; then
19315 ac_cv_type_struct_xinpgen=yes
19316 else
19317 echo "$as_me: failed program was:" >&5
19318 sed 's/^/| /' conftest.$ac_ext >&5
19320 ac_cv_type_struct_xinpgen=no
19323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19325 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19326 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19327 if test $ac_cv_type_struct_xinpgen = yes; then
19329 cat >>confdefs.h <<_ACEOF
19330 #define HAVE_STRUCT_XINPGEN 1
19331 _ACEOF
19337 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19338 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19339 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19340 echo $ECHO_N "(cached) $ECHO_C" >&6
19341 else
19342 cat >conftest.$ac_ext <<_ACEOF
19343 /* confdefs.h. */
19344 _ACEOF
19345 cat confdefs.h >>conftest.$ac_ext
19346 cat >>conftest.$ac_ext <<_ACEOF
19347 /* end confdefs.h. */
19348 #ifdef HAVE_LINUX_INPUT_H
19349 #include <linux/input.h>
19350 #endif
19353 main ()
19355 static struct ff_effect ac_aggr;
19356 if (ac_aggr.direction)
19357 return 0;
19359 return 0;
19361 _ACEOF
19362 rm -f conftest.$ac_objext
19363 if { (ac_try="$ac_compile"
19364 case "(($ac_try" in
19365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19366 *) ac_try_echo=$ac_try;;
19367 esac
19368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19369 (eval "$ac_compile") 2>conftest.er1
19370 ac_status=$?
19371 grep -v '^ *+' conftest.er1 >conftest.err
19372 rm -f conftest.er1
19373 cat conftest.err >&5
19374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375 (exit $ac_status); } && {
19376 test -z "$ac_c_werror_flag" ||
19377 test ! -s conftest.err
19378 } && test -s conftest.$ac_objext; then
19379 ac_cv_member_struct_ff_effect_direction=yes
19380 else
19381 echo "$as_me: failed program was:" >&5
19382 sed 's/^/| /' conftest.$ac_ext >&5
19384 cat >conftest.$ac_ext <<_ACEOF
19385 /* confdefs.h. */
19386 _ACEOF
19387 cat confdefs.h >>conftest.$ac_ext
19388 cat >>conftest.$ac_ext <<_ACEOF
19389 /* end confdefs.h. */
19390 #ifdef HAVE_LINUX_INPUT_H
19391 #include <linux/input.h>
19392 #endif
19395 main ()
19397 static struct ff_effect ac_aggr;
19398 if (sizeof ac_aggr.direction)
19399 return 0;
19401 return 0;
19403 _ACEOF
19404 rm -f conftest.$ac_objext
19405 if { (ac_try="$ac_compile"
19406 case "(($ac_try" in
19407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19408 *) ac_try_echo=$ac_try;;
19409 esac
19410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19411 (eval "$ac_compile") 2>conftest.er1
19412 ac_status=$?
19413 grep -v '^ *+' conftest.er1 >conftest.err
19414 rm -f conftest.er1
19415 cat conftest.err >&5
19416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19417 (exit $ac_status); } && {
19418 test -z "$ac_c_werror_flag" ||
19419 test ! -s conftest.err
19420 } && test -s conftest.$ac_objext; then
19421 ac_cv_member_struct_ff_effect_direction=yes
19422 else
19423 echo "$as_me: failed program was:" >&5
19424 sed 's/^/| /' conftest.$ac_ext >&5
19426 ac_cv_member_struct_ff_effect_direction=no
19429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19435 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19436 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19438 cat >>confdefs.h <<_ACEOF
19439 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19440 _ACEOF
19446 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19447 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19448 if test "${wine_cv_have_sigaddset+set}" = set; then
19449 echo $ECHO_N "(cached) $ECHO_C" >&6
19450 else
19451 cat >conftest.$ac_ext <<_ACEOF
19452 /* confdefs.h. */
19453 _ACEOF
19454 cat confdefs.h >>conftest.$ac_ext
19455 cat >>conftest.$ac_ext <<_ACEOF
19456 /* end confdefs.h. */
19457 #include <signal.h>
19459 main ()
19461 sigset_t set; sigaddset(&set,SIGTERM);
19463 return 0;
19465 _ACEOF
19466 rm -f conftest.$ac_objext conftest$ac_exeext
19467 if { (ac_try="$ac_link"
19468 case "(($ac_try" in
19469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19470 *) ac_try_echo=$ac_try;;
19471 esac
19472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19473 (eval "$ac_link") 2>conftest.er1
19474 ac_status=$?
19475 grep -v '^ *+' conftest.er1 >conftest.err
19476 rm -f conftest.er1
19477 cat conftest.err >&5
19478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); } && {
19480 test -z "$ac_c_werror_flag" ||
19481 test ! -s conftest.err
19482 } && test -s conftest$ac_exeext &&
19483 $as_test_x conftest$ac_exeext; then
19484 wine_cv_have_sigaddset=yes
19485 else
19486 echo "$as_me: failed program was:" >&5
19487 sed 's/^/| /' conftest.$ac_ext >&5
19489 wine_cv_have_sigaddset=no
19492 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19493 conftest$ac_exeext conftest.$ac_ext
19495 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19496 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19497 if test "$wine_cv_have_sigaddset" = "yes"
19498 then
19500 cat >>confdefs.h <<\_ACEOF
19501 #define HAVE_SIGADDSET 1
19502 _ACEOF
19507 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19508 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19509 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19510 echo $ECHO_N "(cached) $ECHO_C" >&6
19511 else
19512 cat >conftest.$ac_ext <<_ACEOF
19513 /* confdefs.h. */
19514 _ACEOF
19515 cat confdefs.h >>conftest.$ac_ext
19516 cat >>conftest.$ac_ext <<_ACEOF
19517 /* end confdefs.h. */
19518 #include <netdb.h>
19520 main ()
19523 char *name=0;
19524 struct hostent he;
19525 struct hostent *result;
19526 char *buf=0;
19527 int bufsize=0;
19528 int res,errnr;
19529 char *addr=0;
19530 int addrlen=0;
19531 int addrtype=0;
19532 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19533 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19536 return 0;
19538 _ACEOF
19539 rm -f conftest.$ac_objext conftest$ac_exeext
19540 if { (ac_try="$ac_link"
19541 case "(($ac_try" in
19542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19543 *) ac_try_echo=$ac_try;;
19544 esac
19545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19546 (eval "$ac_link") 2>conftest.er1
19547 ac_status=$?
19548 grep -v '^ *+' conftest.er1 >conftest.err
19549 rm -f conftest.er1
19550 cat conftest.err >&5
19551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19552 (exit $ac_status); } && {
19553 test -z "$ac_c_werror_flag" ||
19554 test ! -s conftest.err
19555 } && test -s conftest$ac_exeext &&
19556 $as_test_x conftest$ac_exeext; then
19557 wine_cv_linux_gethostbyname_r_6=yes
19558 else
19559 echo "$as_me: failed program was:" >&5
19560 sed 's/^/| /' conftest.$ac_ext >&5
19562 wine_cv_linux_gethostbyname_r_6=no
19566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19567 conftest$ac_exeext conftest.$ac_ext
19570 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19571 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19572 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19573 then
19575 cat >>confdefs.h <<\_ACEOF
19576 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19577 _ACEOF
19581 if test "$ac_cv_header_linux_joystick_h" = "yes"
19582 then
19583 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19584 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19585 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19586 echo $ECHO_N "(cached) $ECHO_C" >&6
19587 else
19588 cat >conftest.$ac_ext <<_ACEOF
19589 /* confdefs.h. */
19590 _ACEOF
19591 cat confdefs.h >>conftest.$ac_ext
19592 cat >>conftest.$ac_ext <<_ACEOF
19593 /* end confdefs.h. */
19595 #include <sys/ioctl.h>
19596 #include <sys/types.h>
19597 #include <linux/joystick.h>
19599 struct js_event blub;
19600 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19601 #error "no 2.2 header"
19602 #endif
19605 main ()
19607 /*empty*/
19609 return 0;
19611 _ACEOF
19612 rm -f conftest.$ac_objext
19613 if { (ac_try="$ac_compile"
19614 case "(($ac_try" in
19615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19616 *) ac_try_echo=$ac_try;;
19617 esac
19618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19619 (eval "$ac_compile") 2>conftest.er1
19620 ac_status=$?
19621 grep -v '^ *+' conftest.er1 >conftest.err
19622 rm -f conftest.er1
19623 cat conftest.err >&5
19624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19625 (exit $ac_status); } && {
19626 test -z "$ac_c_werror_flag" ||
19627 test ! -s conftest.err
19628 } && test -s conftest.$ac_objext; then
19629 wine_cv_linux_joystick_22_api=yes
19630 else
19631 echo "$as_me: failed program was:" >&5
19632 sed 's/^/| /' conftest.$ac_ext >&5
19634 wine_cv_linux_joystick_22_api=no
19637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19640 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19641 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19642 if test "$wine_cv_linux_joystick_22_api" = "yes"
19643 then
19645 cat >>confdefs.h <<\_ACEOF
19646 #define HAVE_LINUX_22_JOYSTICK_API 1
19647 _ACEOF
19653 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19654 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19655 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19656 echo $ECHO_N "(cached) $ECHO_C" >&6
19657 else
19658 cat >conftest.$ac_ext <<_ACEOF
19659 /* confdefs.h. */
19660 _ACEOF
19661 cat confdefs.h >>conftest.$ac_ext
19662 cat >>conftest.$ac_ext <<_ACEOF
19663 /* end confdefs.h. */
19664 #include <sys/types.h>
19665 #ifdef HAVE_SYS_PARAM_H
19666 # include <sys/param.h>
19667 #endif
19668 #ifdef HAVE_SYS_MOUNT_H
19669 # include <sys/mount.h>
19670 #endif
19671 #ifdef HAVE_SYS_VFS_H
19672 # include <sys/vfs.h>
19673 #endif
19674 #ifdef HAVE_SYS_STATFS_H
19675 # include <sys/statfs.h>
19676 #endif
19679 main ()
19681 static struct statfs ac_aggr;
19682 if (ac_aggr.f_bfree)
19683 return 0;
19685 return 0;
19687 _ACEOF
19688 rm -f conftest.$ac_objext
19689 if { (ac_try="$ac_compile"
19690 case "(($ac_try" in
19691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19692 *) ac_try_echo=$ac_try;;
19693 esac
19694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19695 (eval "$ac_compile") 2>conftest.er1
19696 ac_status=$?
19697 grep -v '^ *+' conftest.er1 >conftest.err
19698 rm -f conftest.er1
19699 cat conftest.err >&5
19700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701 (exit $ac_status); } && {
19702 test -z "$ac_c_werror_flag" ||
19703 test ! -s conftest.err
19704 } && test -s conftest.$ac_objext; then
19705 ac_cv_member_struct_statfs_f_bfree=yes
19706 else
19707 echo "$as_me: failed program was:" >&5
19708 sed 's/^/| /' conftest.$ac_ext >&5
19710 cat >conftest.$ac_ext <<_ACEOF
19711 /* confdefs.h. */
19712 _ACEOF
19713 cat confdefs.h >>conftest.$ac_ext
19714 cat >>conftest.$ac_ext <<_ACEOF
19715 /* end confdefs.h. */
19716 #include <sys/types.h>
19717 #ifdef HAVE_SYS_PARAM_H
19718 # include <sys/param.h>
19719 #endif
19720 #ifdef HAVE_SYS_MOUNT_H
19721 # include <sys/mount.h>
19722 #endif
19723 #ifdef HAVE_SYS_VFS_H
19724 # include <sys/vfs.h>
19725 #endif
19726 #ifdef HAVE_SYS_STATFS_H
19727 # include <sys/statfs.h>
19728 #endif
19731 main ()
19733 static struct statfs ac_aggr;
19734 if (sizeof ac_aggr.f_bfree)
19735 return 0;
19737 return 0;
19739 _ACEOF
19740 rm -f conftest.$ac_objext
19741 if { (ac_try="$ac_compile"
19742 case "(($ac_try" in
19743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19744 *) ac_try_echo=$ac_try;;
19745 esac
19746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19747 (eval "$ac_compile") 2>conftest.er1
19748 ac_status=$?
19749 grep -v '^ *+' conftest.er1 >conftest.err
19750 rm -f conftest.er1
19751 cat conftest.err >&5
19752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); } && {
19754 test -z "$ac_c_werror_flag" ||
19755 test ! -s conftest.err
19756 } && test -s conftest.$ac_objext; then
19757 ac_cv_member_struct_statfs_f_bfree=yes
19758 else
19759 echo "$as_me: failed program was:" >&5
19760 sed 's/^/| /' conftest.$ac_ext >&5
19762 ac_cv_member_struct_statfs_f_bfree=no
19765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19770 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19771 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19772 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19774 cat >>confdefs.h <<_ACEOF
19775 #define HAVE_STRUCT_STATFS_F_BFREE 1
19776 _ACEOF
19780 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19781 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19782 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19783 echo $ECHO_N "(cached) $ECHO_C" >&6
19784 else
19785 cat >conftest.$ac_ext <<_ACEOF
19786 /* confdefs.h. */
19787 _ACEOF
19788 cat confdefs.h >>conftest.$ac_ext
19789 cat >>conftest.$ac_ext <<_ACEOF
19790 /* end confdefs.h. */
19791 #include <sys/types.h>
19792 #ifdef HAVE_SYS_PARAM_H
19793 # include <sys/param.h>
19794 #endif
19795 #ifdef HAVE_SYS_MOUNT_H
19796 # include <sys/mount.h>
19797 #endif
19798 #ifdef HAVE_SYS_VFS_H
19799 # include <sys/vfs.h>
19800 #endif
19801 #ifdef HAVE_SYS_STATFS_H
19802 # include <sys/statfs.h>
19803 #endif
19806 main ()
19808 static struct statfs ac_aggr;
19809 if (ac_aggr.f_bavail)
19810 return 0;
19812 return 0;
19814 _ACEOF
19815 rm -f conftest.$ac_objext
19816 if { (ac_try="$ac_compile"
19817 case "(($ac_try" in
19818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19819 *) ac_try_echo=$ac_try;;
19820 esac
19821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19822 (eval "$ac_compile") 2>conftest.er1
19823 ac_status=$?
19824 grep -v '^ *+' conftest.er1 >conftest.err
19825 rm -f conftest.er1
19826 cat conftest.err >&5
19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); } && {
19829 test -z "$ac_c_werror_flag" ||
19830 test ! -s conftest.err
19831 } && test -s conftest.$ac_objext; then
19832 ac_cv_member_struct_statfs_f_bavail=yes
19833 else
19834 echo "$as_me: failed program was:" >&5
19835 sed 's/^/| /' conftest.$ac_ext >&5
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h. */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h. */
19843 #include <sys/types.h>
19844 #ifdef HAVE_SYS_PARAM_H
19845 # include <sys/param.h>
19846 #endif
19847 #ifdef HAVE_SYS_MOUNT_H
19848 # include <sys/mount.h>
19849 #endif
19850 #ifdef HAVE_SYS_VFS_H
19851 # include <sys/vfs.h>
19852 #endif
19853 #ifdef HAVE_SYS_STATFS_H
19854 # include <sys/statfs.h>
19855 #endif
19858 main ()
19860 static struct statfs ac_aggr;
19861 if (sizeof ac_aggr.f_bavail)
19862 return 0;
19864 return 0;
19866 _ACEOF
19867 rm -f conftest.$ac_objext
19868 if { (ac_try="$ac_compile"
19869 case "(($ac_try" in
19870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19871 *) ac_try_echo=$ac_try;;
19872 esac
19873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19874 (eval "$ac_compile") 2>conftest.er1
19875 ac_status=$?
19876 grep -v '^ *+' conftest.er1 >conftest.err
19877 rm -f conftest.er1
19878 cat conftest.err >&5
19879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19880 (exit $ac_status); } && {
19881 test -z "$ac_c_werror_flag" ||
19882 test ! -s conftest.err
19883 } && test -s conftest.$ac_objext; then
19884 ac_cv_member_struct_statfs_f_bavail=yes
19885 else
19886 echo "$as_me: failed program was:" >&5
19887 sed 's/^/| /' conftest.$ac_ext >&5
19889 ac_cv_member_struct_statfs_f_bavail=no
19892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19897 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19898 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19899 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19901 cat >>confdefs.h <<_ACEOF
19902 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19903 _ACEOF
19907 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19908 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19909 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19910 echo $ECHO_N "(cached) $ECHO_C" >&6
19911 else
19912 cat >conftest.$ac_ext <<_ACEOF
19913 /* confdefs.h. */
19914 _ACEOF
19915 cat confdefs.h >>conftest.$ac_ext
19916 cat >>conftest.$ac_ext <<_ACEOF
19917 /* end confdefs.h. */
19918 #include <sys/types.h>
19919 #ifdef HAVE_SYS_PARAM_H
19920 # include <sys/param.h>
19921 #endif
19922 #ifdef HAVE_SYS_MOUNT_H
19923 # include <sys/mount.h>
19924 #endif
19925 #ifdef HAVE_SYS_VFS_H
19926 # include <sys/vfs.h>
19927 #endif
19928 #ifdef HAVE_SYS_STATFS_H
19929 # include <sys/statfs.h>
19930 #endif
19933 main ()
19935 static struct statfs ac_aggr;
19936 if (ac_aggr.f_frsize)
19937 return 0;
19939 return 0;
19941 _ACEOF
19942 rm -f conftest.$ac_objext
19943 if { (ac_try="$ac_compile"
19944 case "(($ac_try" in
19945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19946 *) ac_try_echo=$ac_try;;
19947 esac
19948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19949 (eval "$ac_compile") 2>conftest.er1
19950 ac_status=$?
19951 grep -v '^ *+' conftest.er1 >conftest.err
19952 rm -f conftest.er1
19953 cat conftest.err >&5
19954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19955 (exit $ac_status); } && {
19956 test -z "$ac_c_werror_flag" ||
19957 test ! -s conftest.err
19958 } && test -s conftest.$ac_objext; then
19959 ac_cv_member_struct_statfs_f_frsize=yes
19960 else
19961 echo "$as_me: failed program was:" >&5
19962 sed 's/^/| /' conftest.$ac_ext >&5
19964 cat >conftest.$ac_ext <<_ACEOF
19965 /* confdefs.h. */
19966 _ACEOF
19967 cat confdefs.h >>conftest.$ac_ext
19968 cat >>conftest.$ac_ext <<_ACEOF
19969 /* end confdefs.h. */
19970 #include <sys/types.h>
19971 #ifdef HAVE_SYS_PARAM_H
19972 # include <sys/param.h>
19973 #endif
19974 #ifdef HAVE_SYS_MOUNT_H
19975 # include <sys/mount.h>
19976 #endif
19977 #ifdef HAVE_SYS_VFS_H
19978 # include <sys/vfs.h>
19979 #endif
19980 #ifdef HAVE_SYS_STATFS_H
19981 # include <sys/statfs.h>
19982 #endif
19985 main ()
19987 static struct statfs ac_aggr;
19988 if (sizeof ac_aggr.f_frsize)
19989 return 0;
19991 return 0;
19993 _ACEOF
19994 rm -f conftest.$ac_objext
19995 if { (ac_try="$ac_compile"
19996 case "(($ac_try" in
19997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19998 *) ac_try_echo=$ac_try;;
19999 esac
20000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20001 (eval "$ac_compile") 2>conftest.er1
20002 ac_status=$?
20003 grep -v '^ *+' conftest.er1 >conftest.err
20004 rm -f conftest.er1
20005 cat conftest.err >&5
20006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); } && {
20008 test -z "$ac_c_werror_flag" ||
20009 test ! -s conftest.err
20010 } && test -s conftest.$ac_objext; then
20011 ac_cv_member_struct_statfs_f_frsize=yes
20012 else
20013 echo "$as_me: failed program was:" >&5
20014 sed 's/^/| /' conftest.$ac_ext >&5
20016 ac_cv_member_struct_statfs_f_frsize=no
20019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20025 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20026 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20028 cat >>confdefs.h <<_ACEOF
20029 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20030 _ACEOF
20034 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20035 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20036 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20037 echo $ECHO_N "(cached) $ECHO_C" >&6
20038 else
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h. */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h. */
20045 #include <sys/types.h>
20046 #ifdef HAVE_SYS_PARAM_H
20047 # include <sys/param.h>
20048 #endif
20049 #ifdef HAVE_SYS_MOUNT_H
20050 # include <sys/mount.h>
20051 #endif
20052 #ifdef HAVE_SYS_VFS_H
20053 # include <sys/vfs.h>
20054 #endif
20055 #ifdef HAVE_SYS_STATFS_H
20056 # include <sys/statfs.h>
20057 #endif
20060 main ()
20062 static struct statfs ac_aggr;
20063 if (ac_aggr.f_ffree)
20064 return 0;
20066 return 0;
20068 _ACEOF
20069 rm -f conftest.$ac_objext
20070 if { (ac_try="$ac_compile"
20071 case "(($ac_try" in
20072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20073 *) ac_try_echo=$ac_try;;
20074 esac
20075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20076 (eval "$ac_compile") 2>conftest.er1
20077 ac_status=$?
20078 grep -v '^ *+' conftest.er1 >conftest.err
20079 rm -f conftest.er1
20080 cat conftest.err >&5
20081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); } && {
20083 test -z "$ac_c_werror_flag" ||
20084 test ! -s conftest.err
20085 } && test -s conftest.$ac_objext; then
20086 ac_cv_member_struct_statfs_f_ffree=yes
20087 else
20088 echo "$as_me: failed program was:" >&5
20089 sed 's/^/| /' conftest.$ac_ext >&5
20091 cat >conftest.$ac_ext <<_ACEOF
20092 /* confdefs.h. */
20093 _ACEOF
20094 cat confdefs.h >>conftest.$ac_ext
20095 cat >>conftest.$ac_ext <<_ACEOF
20096 /* end confdefs.h. */
20097 #include <sys/types.h>
20098 #ifdef HAVE_SYS_PARAM_H
20099 # include <sys/param.h>
20100 #endif
20101 #ifdef HAVE_SYS_MOUNT_H
20102 # include <sys/mount.h>
20103 #endif
20104 #ifdef HAVE_SYS_VFS_H
20105 # include <sys/vfs.h>
20106 #endif
20107 #ifdef HAVE_SYS_STATFS_H
20108 # include <sys/statfs.h>
20109 #endif
20112 main ()
20114 static struct statfs ac_aggr;
20115 if (sizeof ac_aggr.f_ffree)
20116 return 0;
20118 return 0;
20120 _ACEOF
20121 rm -f conftest.$ac_objext
20122 if { (ac_try="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20126 esac
20127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20129 ac_status=$?
20130 grep -v '^ *+' conftest.er1 >conftest.err
20131 rm -f conftest.er1
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 ac_cv_member_struct_statfs_f_ffree=yes
20139 else
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_statfs_f_ffree=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20153 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_STATFS_F_FFREE 1
20157 _ACEOF
20161 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20162 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20165 else
20166 cat >conftest.$ac_ext <<_ACEOF
20167 /* confdefs.h. */
20168 _ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_PARAM_H
20174 # include <sys/param.h>
20175 #endif
20176 #ifdef HAVE_SYS_MOUNT_H
20177 # include <sys/mount.h>
20178 #endif
20179 #ifdef HAVE_SYS_VFS_H
20180 # include <sys/vfs.h>
20181 #endif
20182 #ifdef HAVE_SYS_STATFS_H
20183 # include <sys/statfs.h>
20184 #endif
20187 main ()
20189 static struct statfs ac_aggr;
20190 if (ac_aggr.f_favail)
20191 return 0;
20193 return 0;
20195 _ACEOF
20196 rm -f conftest.$ac_objext
20197 if { (ac_try="$ac_compile"
20198 case "(($ac_try" in
20199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20200 *) ac_try_echo=$ac_try;;
20201 esac
20202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20203 (eval "$ac_compile") 2>conftest.er1
20204 ac_status=$?
20205 grep -v '^ *+' conftest.er1 >conftest.err
20206 rm -f conftest.er1
20207 cat conftest.err >&5
20208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209 (exit $ac_status); } && {
20210 test -z "$ac_c_werror_flag" ||
20211 test ! -s conftest.err
20212 } && test -s conftest.$ac_objext; then
20213 ac_cv_member_struct_statfs_f_favail=yes
20214 else
20215 echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20218 cat >conftest.$ac_ext <<_ACEOF
20219 /* confdefs.h. */
20220 _ACEOF
20221 cat confdefs.h >>conftest.$ac_ext
20222 cat >>conftest.$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 #include <sys/types.h>
20225 #ifdef HAVE_SYS_PARAM_H
20226 # include <sys/param.h>
20227 #endif
20228 #ifdef HAVE_SYS_MOUNT_H
20229 # include <sys/mount.h>
20230 #endif
20231 #ifdef HAVE_SYS_VFS_H
20232 # include <sys/vfs.h>
20233 #endif
20234 #ifdef HAVE_SYS_STATFS_H
20235 # include <sys/statfs.h>
20236 #endif
20239 main ()
20241 static struct statfs ac_aggr;
20242 if (sizeof ac_aggr.f_favail)
20243 return 0;
20245 return 0;
20247 _ACEOF
20248 rm -f conftest.$ac_objext
20249 if { (ac_try="$ac_compile"
20250 case "(($ac_try" in
20251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20252 *) ac_try_echo=$ac_try;;
20253 esac
20254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20255 (eval "$ac_compile") 2>conftest.er1
20256 ac_status=$?
20257 grep -v '^ *+' conftest.er1 >conftest.err
20258 rm -f conftest.er1
20259 cat conftest.err >&5
20260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20261 (exit $ac_status); } && {
20262 test -z "$ac_c_werror_flag" ||
20263 test ! -s conftest.err
20264 } && test -s conftest.$ac_objext; then
20265 ac_cv_member_struct_statfs_f_favail=yes
20266 else
20267 echo "$as_me: failed program was:" >&5
20268 sed 's/^/| /' conftest.$ac_ext >&5
20270 ac_cv_member_struct_statfs_f_favail=no
20273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20278 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20279 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20280 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20282 cat >>confdefs.h <<_ACEOF
20283 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20284 _ACEOF
20288 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20289 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20290 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20291 echo $ECHO_N "(cached) $ECHO_C" >&6
20292 else
20293 cat >conftest.$ac_ext <<_ACEOF
20294 /* confdefs.h. */
20295 _ACEOF
20296 cat confdefs.h >>conftest.$ac_ext
20297 cat >>conftest.$ac_ext <<_ACEOF
20298 /* end confdefs.h. */
20299 #include <sys/types.h>
20300 #ifdef HAVE_SYS_PARAM_H
20301 # include <sys/param.h>
20302 #endif
20303 #ifdef HAVE_SYS_MOUNT_H
20304 # include <sys/mount.h>
20305 #endif
20306 #ifdef HAVE_SYS_VFS_H
20307 # include <sys/vfs.h>
20308 #endif
20309 #ifdef HAVE_SYS_STATFS_H
20310 # include <sys/statfs.h>
20311 #endif
20314 main ()
20316 static struct statfs ac_aggr;
20317 if (ac_aggr.f_namelen)
20318 return 0;
20320 return 0;
20322 _ACEOF
20323 rm -f conftest.$ac_objext
20324 if { (ac_try="$ac_compile"
20325 case "(($ac_try" in
20326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20327 *) ac_try_echo=$ac_try;;
20328 esac
20329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20330 (eval "$ac_compile") 2>conftest.er1
20331 ac_status=$?
20332 grep -v '^ *+' conftest.er1 >conftest.err
20333 rm -f conftest.er1
20334 cat conftest.err >&5
20335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20336 (exit $ac_status); } && {
20337 test -z "$ac_c_werror_flag" ||
20338 test ! -s conftest.err
20339 } && test -s conftest.$ac_objext; then
20340 ac_cv_member_struct_statfs_f_namelen=yes
20341 else
20342 echo "$as_me: failed program was:" >&5
20343 sed 's/^/| /' conftest.$ac_ext >&5
20345 cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h. */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h. */
20351 #include <sys/types.h>
20352 #ifdef HAVE_SYS_PARAM_H
20353 # include <sys/param.h>
20354 #endif
20355 #ifdef HAVE_SYS_MOUNT_H
20356 # include <sys/mount.h>
20357 #endif
20358 #ifdef HAVE_SYS_VFS_H
20359 # include <sys/vfs.h>
20360 #endif
20361 #ifdef HAVE_SYS_STATFS_H
20362 # include <sys/statfs.h>
20363 #endif
20366 main ()
20368 static struct statfs ac_aggr;
20369 if (sizeof ac_aggr.f_namelen)
20370 return 0;
20372 return 0;
20374 _ACEOF
20375 rm -f conftest.$ac_objext
20376 if { (ac_try="$ac_compile"
20377 case "(($ac_try" in
20378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20379 *) ac_try_echo=$ac_try;;
20380 esac
20381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20382 (eval "$ac_compile") 2>conftest.er1
20383 ac_status=$?
20384 grep -v '^ *+' conftest.er1 >conftest.err
20385 rm -f conftest.er1
20386 cat conftest.err >&5
20387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); } && {
20389 test -z "$ac_c_werror_flag" ||
20390 test ! -s conftest.err
20391 } && test -s conftest.$ac_objext; then
20392 ac_cv_member_struct_statfs_f_namelen=yes
20393 else
20394 echo "$as_me: failed program was:" >&5
20395 sed 's/^/| /' conftest.$ac_ext >&5
20397 ac_cv_member_struct_statfs_f_namelen=no
20400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20405 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20406 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20407 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20409 cat >>confdefs.h <<_ACEOF
20410 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20411 _ACEOF
20417 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20418 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20419 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20420 echo $ECHO_N "(cached) $ECHO_C" >&6
20421 else
20422 cat >conftest.$ac_ext <<_ACEOF
20423 /* confdefs.h. */
20424 _ACEOF
20425 cat confdefs.h >>conftest.$ac_ext
20426 cat >>conftest.$ac_ext <<_ACEOF
20427 /* end confdefs.h. */
20428 #ifdef HAVE_SYS_STATVFS_H
20429 #include <sys/statvfs.h>
20430 #endif
20433 main ()
20435 static struct statvfs ac_aggr;
20436 if (ac_aggr.f_blocks)
20437 return 0;
20439 return 0;
20441 _ACEOF
20442 rm -f conftest.$ac_objext
20443 if { (ac_try="$ac_compile"
20444 case "(($ac_try" in
20445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20446 *) ac_try_echo=$ac_try;;
20447 esac
20448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20449 (eval "$ac_compile") 2>conftest.er1
20450 ac_status=$?
20451 grep -v '^ *+' conftest.er1 >conftest.err
20452 rm -f conftest.er1
20453 cat conftest.err >&5
20454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455 (exit $ac_status); } && {
20456 test -z "$ac_c_werror_flag" ||
20457 test ! -s conftest.err
20458 } && test -s conftest.$ac_objext; then
20459 ac_cv_member_struct_statvfs_f_blocks=yes
20460 else
20461 echo "$as_me: failed program was:" >&5
20462 sed 's/^/| /' conftest.$ac_ext >&5
20464 cat >conftest.$ac_ext <<_ACEOF
20465 /* confdefs.h. */
20466 _ACEOF
20467 cat confdefs.h >>conftest.$ac_ext
20468 cat >>conftest.$ac_ext <<_ACEOF
20469 /* end confdefs.h. */
20470 #ifdef HAVE_SYS_STATVFS_H
20471 #include <sys/statvfs.h>
20472 #endif
20475 main ()
20477 static struct statvfs ac_aggr;
20478 if (sizeof ac_aggr.f_blocks)
20479 return 0;
20481 return 0;
20483 _ACEOF
20484 rm -f conftest.$ac_objext
20485 if { (ac_try="$ac_compile"
20486 case "(($ac_try" in
20487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20488 *) ac_try_echo=$ac_try;;
20489 esac
20490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20491 (eval "$ac_compile") 2>conftest.er1
20492 ac_status=$?
20493 grep -v '^ *+' conftest.er1 >conftest.err
20494 rm -f conftest.er1
20495 cat conftest.err >&5
20496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20497 (exit $ac_status); } && {
20498 test -z "$ac_c_werror_flag" ||
20499 test ! -s conftest.err
20500 } && test -s conftest.$ac_objext; then
20501 ac_cv_member_struct_statvfs_f_blocks=yes
20502 else
20503 echo "$as_me: failed program was:" >&5
20504 sed 's/^/| /' conftest.$ac_ext >&5
20506 ac_cv_member_struct_statvfs_f_blocks=no
20509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20514 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20515 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20516 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20518 cat >>confdefs.h <<_ACEOF
20519 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20520 _ACEOF
20526 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20527 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20528 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20529 echo $ECHO_N "(cached) $ECHO_C" >&6
20530 else
20531 cat >conftest.$ac_ext <<_ACEOF
20532 /* confdefs.h. */
20533 _ACEOF
20534 cat confdefs.h >>conftest.$ac_ext
20535 cat >>conftest.$ac_ext <<_ACEOF
20536 /* end confdefs.h. */
20537 #include <sys/types.h>
20538 #ifdef HAVE_SYS_SOCKET_H
20539 # include <sys/socket.h>
20540 #endif
20541 #ifdef HAVE_SYS_UN_H
20542 # include <sys/un.h>
20543 #endif
20546 main ()
20548 static struct msghdr ac_aggr;
20549 if (ac_aggr.msg_accrights)
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_struct_msghdr_msg_accrights=yes
20573 else
20574 echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.$ac_ext >&5
20577 cat >conftest.$ac_ext <<_ACEOF
20578 /* confdefs.h. */
20579 _ACEOF
20580 cat confdefs.h >>conftest.$ac_ext
20581 cat >>conftest.$ac_ext <<_ACEOF
20582 /* end confdefs.h. */
20583 #include <sys/types.h>
20584 #ifdef HAVE_SYS_SOCKET_H
20585 # include <sys/socket.h>
20586 #endif
20587 #ifdef HAVE_SYS_UN_H
20588 # include <sys/un.h>
20589 #endif
20592 main ()
20594 static struct msghdr ac_aggr;
20595 if (sizeof ac_aggr.msg_accrights)
20596 return 0;
20598 return 0;
20600 _ACEOF
20601 rm -f conftest.$ac_objext
20602 if { (ac_try="$ac_compile"
20603 case "(($ac_try" in
20604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20605 *) ac_try_echo=$ac_try;;
20606 esac
20607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20608 (eval "$ac_compile") 2>conftest.er1
20609 ac_status=$?
20610 grep -v '^ *+' conftest.er1 >conftest.err
20611 rm -f conftest.er1
20612 cat conftest.err >&5
20613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20614 (exit $ac_status); } && {
20615 test -z "$ac_c_werror_flag" ||
20616 test ! -s conftest.err
20617 } && test -s conftest.$ac_objext; then
20618 ac_cv_member_struct_msghdr_msg_accrights=yes
20619 else
20620 echo "$as_me: failed program was:" >&5
20621 sed 's/^/| /' conftest.$ac_ext >&5
20623 ac_cv_member_struct_msghdr_msg_accrights=no
20626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20632 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20633 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20635 cat >>confdefs.h <<_ACEOF
20636 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20637 _ACEOF
20641 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20642 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20643 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20644 echo $ECHO_N "(cached) $ECHO_C" >&6
20645 else
20646 cat >conftest.$ac_ext <<_ACEOF
20647 /* confdefs.h. */
20648 _ACEOF
20649 cat confdefs.h >>conftest.$ac_ext
20650 cat >>conftest.$ac_ext <<_ACEOF
20651 /* end confdefs.h. */
20652 #include <sys/types.h>
20653 #ifdef HAVE_SYS_SOCKET_H
20654 # include <sys/socket.h>
20655 #endif
20656 #ifdef HAVE_SYS_UN_H
20657 # include <sys/un.h>
20658 #endif
20661 main ()
20663 static struct sockaddr ac_aggr;
20664 if (ac_aggr.sa_len)
20665 return 0;
20667 return 0;
20669 _ACEOF
20670 rm -f conftest.$ac_objext
20671 if { (ac_try="$ac_compile"
20672 case "(($ac_try" in
20673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20674 *) ac_try_echo=$ac_try;;
20675 esac
20676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20677 (eval "$ac_compile") 2>conftest.er1
20678 ac_status=$?
20679 grep -v '^ *+' conftest.er1 >conftest.err
20680 rm -f conftest.er1
20681 cat conftest.err >&5
20682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20683 (exit $ac_status); } && {
20684 test -z "$ac_c_werror_flag" ||
20685 test ! -s conftest.err
20686 } && test -s conftest.$ac_objext; then
20687 ac_cv_member_struct_sockaddr_sa_len=yes
20688 else
20689 echo "$as_me: failed program was:" >&5
20690 sed 's/^/| /' conftest.$ac_ext >&5
20692 cat >conftest.$ac_ext <<_ACEOF
20693 /* confdefs.h. */
20694 _ACEOF
20695 cat confdefs.h >>conftest.$ac_ext
20696 cat >>conftest.$ac_ext <<_ACEOF
20697 /* end confdefs.h. */
20698 #include <sys/types.h>
20699 #ifdef HAVE_SYS_SOCKET_H
20700 # include <sys/socket.h>
20701 #endif
20702 #ifdef HAVE_SYS_UN_H
20703 # include <sys/un.h>
20704 #endif
20707 main ()
20709 static struct sockaddr ac_aggr;
20710 if (sizeof ac_aggr.sa_len)
20711 return 0;
20713 return 0;
20715 _ACEOF
20716 rm -f conftest.$ac_objext
20717 if { (ac_try="$ac_compile"
20718 case "(($ac_try" in
20719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20720 *) ac_try_echo=$ac_try;;
20721 esac
20722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20723 (eval "$ac_compile") 2>conftest.er1
20724 ac_status=$?
20725 grep -v '^ *+' conftest.er1 >conftest.err
20726 rm -f conftest.er1
20727 cat conftest.err >&5
20728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20729 (exit $ac_status); } && {
20730 test -z "$ac_c_werror_flag" ||
20731 test ! -s conftest.err
20732 } && test -s conftest.$ac_objext; then
20733 ac_cv_member_struct_sockaddr_sa_len=yes
20734 else
20735 echo "$as_me: failed program was:" >&5
20736 sed 's/^/| /' conftest.$ac_ext >&5
20738 ac_cv_member_struct_sockaddr_sa_len=no
20741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20746 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20747 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20748 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20750 cat >>confdefs.h <<_ACEOF
20751 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20752 _ACEOF
20756 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20757 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20758 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20759 echo $ECHO_N "(cached) $ECHO_C" >&6
20760 else
20761 cat >conftest.$ac_ext <<_ACEOF
20762 /* confdefs.h. */
20763 _ACEOF
20764 cat confdefs.h >>conftest.$ac_ext
20765 cat >>conftest.$ac_ext <<_ACEOF
20766 /* end confdefs.h. */
20767 #include <sys/types.h>
20768 #ifdef HAVE_SYS_SOCKET_H
20769 # include <sys/socket.h>
20770 #endif
20771 #ifdef HAVE_SYS_UN_H
20772 # include <sys/un.h>
20773 #endif
20776 main ()
20778 static struct sockaddr_un ac_aggr;
20779 if (ac_aggr.sun_len)
20780 return 0;
20782 return 0;
20784 _ACEOF
20785 rm -f conftest.$ac_objext
20786 if { (ac_try="$ac_compile"
20787 case "(($ac_try" in
20788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20789 *) ac_try_echo=$ac_try;;
20790 esac
20791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20792 (eval "$ac_compile") 2>conftest.er1
20793 ac_status=$?
20794 grep -v '^ *+' conftest.er1 >conftest.err
20795 rm -f conftest.er1
20796 cat conftest.err >&5
20797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20798 (exit $ac_status); } && {
20799 test -z "$ac_c_werror_flag" ||
20800 test ! -s conftest.err
20801 } && test -s conftest.$ac_objext; then
20802 ac_cv_member_struct_sockaddr_un_sun_len=yes
20803 else
20804 echo "$as_me: failed program was:" >&5
20805 sed 's/^/| /' conftest.$ac_ext >&5
20807 cat >conftest.$ac_ext <<_ACEOF
20808 /* confdefs.h. */
20809 _ACEOF
20810 cat confdefs.h >>conftest.$ac_ext
20811 cat >>conftest.$ac_ext <<_ACEOF
20812 /* end confdefs.h. */
20813 #include <sys/types.h>
20814 #ifdef HAVE_SYS_SOCKET_H
20815 # include <sys/socket.h>
20816 #endif
20817 #ifdef HAVE_SYS_UN_H
20818 # include <sys/un.h>
20819 #endif
20822 main ()
20824 static struct sockaddr_un ac_aggr;
20825 if (sizeof ac_aggr.sun_len)
20826 return 0;
20828 return 0;
20830 _ACEOF
20831 rm -f conftest.$ac_objext
20832 if { (ac_try="$ac_compile"
20833 case "(($ac_try" in
20834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20835 *) ac_try_echo=$ac_try;;
20836 esac
20837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20838 (eval "$ac_compile") 2>conftest.er1
20839 ac_status=$?
20840 grep -v '^ *+' conftest.er1 >conftest.err
20841 rm -f conftest.er1
20842 cat conftest.err >&5
20843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20844 (exit $ac_status); } && {
20845 test -z "$ac_c_werror_flag" ||
20846 test ! -s conftest.err
20847 } && test -s conftest.$ac_objext; then
20848 ac_cv_member_struct_sockaddr_un_sun_len=yes
20849 else
20850 echo "$as_me: failed program was:" >&5
20851 sed 's/^/| /' conftest.$ac_ext >&5
20853 ac_cv_member_struct_sockaddr_un_sun_len=no
20856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20861 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20862 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20863 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20865 cat >>confdefs.h <<_ACEOF
20866 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20867 _ACEOF
20873 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20874 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20875 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20876 echo $ECHO_N "(cached) $ECHO_C" >&6
20877 else
20878 cat >conftest.$ac_ext <<_ACEOF
20879 /* confdefs.h. */
20880 _ACEOF
20881 cat confdefs.h >>conftest.$ac_ext
20882 cat >>conftest.$ac_ext <<_ACEOF
20883 /* end confdefs.h. */
20884 #include <sys/types.h>
20885 #ifdef HAVE_SCSI_SG_H
20886 #include <scsi/sg.h>
20887 #endif
20890 main ()
20892 static scsireq_t ac_aggr;
20893 if (ac_aggr.cmd)
20894 return 0;
20896 return 0;
20898 _ACEOF
20899 rm -f conftest.$ac_objext
20900 if { (ac_try="$ac_compile"
20901 case "(($ac_try" in
20902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20903 *) ac_try_echo=$ac_try;;
20904 esac
20905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20906 (eval "$ac_compile") 2>conftest.er1
20907 ac_status=$?
20908 grep -v '^ *+' conftest.er1 >conftest.err
20909 rm -f conftest.er1
20910 cat conftest.err >&5
20911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912 (exit $ac_status); } && {
20913 test -z "$ac_c_werror_flag" ||
20914 test ! -s conftest.err
20915 } && test -s conftest.$ac_objext; then
20916 ac_cv_member_scsireq_t_cmd=yes
20917 else
20918 echo "$as_me: failed program was:" >&5
20919 sed 's/^/| /' conftest.$ac_ext >&5
20921 cat >conftest.$ac_ext <<_ACEOF
20922 /* confdefs.h. */
20923 _ACEOF
20924 cat confdefs.h >>conftest.$ac_ext
20925 cat >>conftest.$ac_ext <<_ACEOF
20926 /* end confdefs.h. */
20927 #include <sys/types.h>
20928 #ifdef HAVE_SCSI_SG_H
20929 #include <scsi/sg.h>
20930 #endif
20933 main ()
20935 static scsireq_t ac_aggr;
20936 if (sizeof ac_aggr.cmd)
20937 return 0;
20939 return 0;
20941 _ACEOF
20942 rm -f conftest.$ac_objext
20943 if { (ac_try="$ac_compile"
20944 case "(($ac_try" in
20945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20946 *) ac_try_echo=$ac_try;;
20947 esac
20948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20949 (eval "$ac_compile") 2>conftest.er1
20950 ac_status=$?
20951 grep -v '^ *+' conftest.er1 >conftest.err
20952 rm -f conftest.er1
20953 cat conftest.err >&5
20954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20955 (exit $ac_status); } && {
20956 test -z "$ac_c_werror_flag" ||
20957 test ! -s conftest.err
20958 } && test -s conftest.$ac_objext; then
20959 ac_cv_member_scsireq_t_cmd=yes
20960 else
20961 echo "$as_me: failed program was:" >&5
20962 sed 's/^/| /' conftest.$ac_ext >&5
20964 ac_cv_member_scsireq_t_cmd=no
20967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20972 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20973 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20974 if test $ac_cv_member_scsireq_t_cmd = yes; then
20976 cat >>confdefs.h <<_ACEOF
20977 #define HAVE_SCSIREQ_T_CMD 1
20978 _ACEOF
20982 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20983 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20984 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20985 echo $ECHO_N "(cached) $ECHO_C" >&6
20986 else
20987 cat >conftest.$ac_ext <<_ACEOF
20988 /* confdefs.h. */
20989 _ACEOF
20990 cat confdefs.h >>conftest.$ac_ext
20991 cat >>conftest.$ac_ext <<_ACEOF
20992 /* end confdefs.h. */
20993 #include <sys/types.h>
20994 #ifdef HAVE_SCSI_SG_H
20995 #include <scsi/sg.h>
20996 #endif
20999 main ()
21001 static sg_io_hdr_t ac_aggr;
21002 if (ac_aggr.interface_id)
21003 return 0;
21005 return 0;
21007 _ACEOF
21008 rm -f conftest.$ac_objext
21009 if { (ac_try="$ac_compile"
21010 case "(($ac_try" in
21011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21012 *) ac_try_echo=$ac_try;;
21013 esac
21014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21015 (eval "$ac_compile") 2>conftest.er1
21016 ac_status=$?
21017 grep -v '^ *+' conftest.er1 >conftest.err
21018 rm -f conftest.er1
21019 cat conftest.err >&5
21020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21021 (exit $ac_status); } && {
21022 test -z "$ac_c_werror_flag" ||
21023 test ! -s conftest.err
21024 } && test -s conftest.$ac_objext; then
21025 ac_cv_member_sg_io_hdr_t_interface_id=yes
21026 else
21027 echo "$as_me: failed program was:" >&5
21028 sed 's/^/| /' conftest.$ac_ext >&5
21030 cat >conftest.$ac_ext <<_ACEOF
21031 /* confdefs.h. */
21032 _ACEOF
21033 cat confdefs.h >>conftest.$ac_ext
21034 cat >>conftest.$ac_ext <<_ACEOF
21035 /* end confdefs.h. */
21036 #include <sys/types.h>
21037 #ifdef HAVE_SCSI_SG_H
21038 #include <scsi/sg.h>
21039 #endif
21042 main ()
21044 static sg_io_hdr_t ac_aggr;
21045 if (sizeof ac_aggr.interface_id)
21046 return 0;
21048 return 0;
21050 _ACEOF
21051 rm -f conftest.$ac_objext
21052 if { (ac_try="$ac_compile"
21053 case "(($ac_try" in
21054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21055 *) ac_try_echo=$ac_try;;
21056 esac
21057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21058 (eval "$ac_compile") 2>conftest.er1
21059 ac_status=$?
21060 grep -v '^ *+' conftest.er1 >conftest.err
21061 rm -f conftest.er1
21062 cat conftest.err >&5
21063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); } && {
21065 test -z "$ac_c_werror_flag" ||
21066 test ! -s conftest.err
21067 } && test -s conftest.$ac_objext; then
21068 ac_cv_member_sg_io_hdr_t_interface_id=yes
21069 else
21070 echo "$as_me: failed program was:" >&5
21071 sed 's/^/| /' conftest.$ac_ext >&5
21073 ac_cv_member_sg_io_hdr_t_interface_id=no
21076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21081 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21082 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21083 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21085 cat >>confdefs.h <<_ACEOF
21086 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21087 _ACEOF
21093 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21094 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21095 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21096 echo $ECHO_N "(cached) $ECHO_C" >&6
21097 else
21098 cat >conftest.$ac_ext <<_ACEOF
21099 /* confdefs.h. */
21100 _ACEOF
21101 cat confdefs.h >>conftest.$ac_ext
21102 cat >>conftest.$ac_ext <<_ACEOF
21103 /* end confdefs.h. */
21104 #include <signal.h>
21107 main ()
21109 static siginfo_t ac_aggr;
21110 if (ac_aggr.si_fd)
21111 return 0;
21113 return 0;
21115 _ACEOF
21116 rm -f conftest.$ac_objext
21117 if { (ac_try="$ac_compile"
21118 case "(($ac_try" in
21119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21120 *) ac_try_echo=$ac_try;;
21121 esac
21122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21123 (eval "$ac_compile") 2>conftest.er1
21124 ac_status=$?
21125 grep -v '^ *+' conftest.er1 >conftest.err
21126 rm -f conftest.er1
21127 cat conftest.err >&5
21128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129 (exit $ac_status); } && {
21130 test -z "$ac_c_werror_flag" ||
21131 test ! -s conftest.err
21132 } && test -s conftest.$ac_objext; then
21133 ac_cv_member_siginfo_t_si_fd=yes
21134 else
21135 echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.$ac_ext >&5
21138 cat >conftest.$ac_ext <<_ACEOF
21139 /* confdefs.h. */
21140 _ACEOF
21141 cat confdefs.h >>conftest.$ac_ext
21142 cat >>conftest.$ac_ext <<_ACEOF
21143 /* end confdefs.h. */
21144 #include <signal.h>
21147 main ()
21149 static siginfo_t ac_aggr;
21150 if (sizeof ac_aggr.si_fd)
21151 return 0;
21153 return 0;
21155 _ACEOF
21156 rm -f conftest.$ac_objext
21157 if { (ac_try="$ac_compile"
21158 case "(($ac_try" in
21159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21160 *) ac_try_echo=$ac_try;;
21161 esac
21162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21163 (eval "$ac_compile") 2>conftest.er1
21164 ac_status=$?
21165 grep -v '^ *+' conftest.er1 >conftest.err
21166 rm -f conftest.er1
21167 cat conftest.err >&5
21168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21169 (exit $ac_status); } && {
21170 test -z "$ac_c_werror_flag" ||
21171 test ! -s conftest.err
21172 } && test -s conftest.$ac_objext; then
21173 ac_cv_member_siginfo_t_si_fd=yes
21174 else
21175 echo "$as_me: failed program was:" >&5
21176 sed 's/^/| /' conftest.$ac_ext >&5
21178 ac_cv_member_siginfo_t_si_fd=no
21181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21186 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21187 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21188 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21190 cat >>confdefs.h <<_ACEOF
21191 #define HAVE_SIGINFO_T_SI_FD 1
21192 _ACEOF
21198 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21199 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21200 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21201 echo $ECHO_N "(cached) $ECHO_C" >&6
21202 else
21203 cat >conftest.$ac_ext <<_ACEOF
21204 /* confdefs.h. */
21205 _ACEOF
21206 cat confdefs.h >>conftest.$ac_ext
21207 cat >>conftest.$ac_ext <<_ACEOF
21208 /* end confdefs.h. */
21209 #include <sys/types.h>
21210 #ifdef HAVE_SYS_MTIO_H
21211 #include <sys/mtio.h>
21212 #endif
21215 main ()
21217 static struct mtget ac_aggr;
21218 if (ac_aggr.mt_blksiz)
21219 return 0;
21221 return 0;
21223 _ACEOF
21224 rm -f conftest.$ac_objext
21225 if { (ac_try="$ac_compile"
21226 case "(($ac_try" in
21227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21228 *) ac_try_echo=$ac_try;;
21229 esac
21230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21231 (eval "$ac_compile") 2>conftest.er1
21232 ac_status=$?
21233 grep -v '^ *+' conftest.er1 >conftest.err
21234 rm -f conftest.er1
21235 cat conftest.err >&5
21236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21237 (exit $ac_status); } && {
21238 test -z "$ac_c_werror_flag" ||
21239 test ! -s conftest.err
21240 } && test -s conftest.$ac_objext; then
21241 ac_cv_member_struct_mtget_mt_blksiz=yes
21242 else
21243 echo "$as_me: failed program was:" >&5
21244 sed 's/^/| /' conftest.$ac_ext >&5
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 #include <sys/types.h>
21253 #ifdef HAVE_SYS_MTIO_H
21254 #include <sys/mtio.h>
21255 #endif
21258 main ()
21260 static struct mtget ac_aggr;
21261 if (sizeof ac_aggr.mt_blksiz)
21262 return 0;
21264 return 0;
21266 _ACEOF
21267 rm -f conftest.$ac_objext
21268 if { (ac_try="$ac_compile"
21269 case "(($ac_try" in
21270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21271 *) ac_try_echo=$ac_try;;
21272 esac
21273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21274 (eval "$ac_compile") 2>conftest.er1
21275 ac_status=$?
21276 grep -v '^ *+' conftest.er1 >conftest.err
21277 rm -f conftest.er1
21278 cat conftest.err >&5
21279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21280 (exit $ac_status); } && {
21281 test -z "$ac_c_werror_flag" ||
21282 test ! -s conftest.err
21283 } && test -s conftest.$ac_objext; then
21284 ac_cv_member_struct_mtget_mt_blksiz=yes
21285 else
21286 echo "$as_me: failed program was:" >&5
21287 sed 's/^/| /' conftest.$ac_ext >&5
21289 ac_cv_member_struct_mtget_mt_blksiz=no
21292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21297 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21298 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21299 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21301 cat >>confdefs.h <<_ACEOF
21302 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21303 _ACEOF
21307 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21308 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21309 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21310 echo $ECHO_N "(cached) $ECHO_C" >&6
21311 else
21312 cat >conftest.$ac_ext <<_ACEOF
21313 /* confdefs.h. */
21314 _ACEOF
21315 cat confdefs.h >>conftest.$ac_ext
21316 cat >>conftest.$ac_ext <<_ACEOF
21317 /* end confdefs.h. */
21318 #include <sys/types.h>
21319 #ifdef HAVE_SYS_MTIO_H
21320 #include <sys/mtio.h>
21321 #endif
21324 main ()
21326 static struct mtget ac_aggr;
21327 if (ac_aggr.mt_gstat)
21328 return 0;
21330 return 0;
21332 _ACEOF
21333 rm -f conftest.$ac_objext
21334 if { (ac_try="$ac_compile"
21335 case "(($ac_try" in
21336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21337 *) ac_try_echo=$ac_try;;
21338 esac
21339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21340 (eval "$ac_compile") 2>conftest.er1
21341 ac_status=$?
21342 grep -v '^ *+' conftest.er1 >conftest.err
21343 rm -f conftest.er1
21344 cat conftest.err >&5
21345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21346 (exit $ac_status); } && {
21347 test -z "$ac_c_werror_flag" ||
21348 test ! -s conftest.err
21349 } && test -s conftest.$ac_objext; then
21350 ac_cv_member_struct_mtget_mt_gstat=yes
21351 else
21352 echo "$as_me: failed program was:" >&5
21353 sed 's/^/| /' conftest.$ac_ext >&5
21355 cat >conftest.$ac_ext <<_ACEOF
21356 /* confdefs.h. */
21357 _ACEOF
21358 cat confdefs.h >>conftest.$ac_ext
21359 cat >>conftest.$ac_ext <<_ACEOF
21360 /* end confdefs.h. */
21361 #include <sys/types.h>
21362 #ifdef HAVE_SYS_MTIO_H
21363 #include <sys/mtio.h>
21364 #endif
21367 main ()
21369 static struct mtget ac_aggr;
21370 if (sizeof ac_aggr.mt_gstat)
21371 return 0;
21373 return 0;
21375 _ACEOF
21376 rm -f conftest.$ac_objext
21377 if { (ac_try="$ac_compile"
21378 case "(($ac_try" in
21379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21380 *) ac_try_echo=$ac_try;;
21381 esac
21382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21383 (eval "$ac_compile") 2>conftest.er1
21384 ac_status=$?
21385 grep -v '^ *+' conftest.er1 >conftest.err
21386 rm -f conftest.er1
21387 cat conftest.err >&5
21388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21389 (exit $ac_status); } && {
21390 test -z "$ac_c_werror_flag" ||
21391 test ! -s conftest.err
21392 } && test -s conftest.$ac_objext; then
21393 ac_cv_member_struct_mtget_mt_gstat=yes
21394 else
21395 echo "$as_me: failed program was:" >&5
21396 sed 's/^/| /' conftest.$ac_ext >&5
21398 ac_cv_member_struct_mtget_mt_gstat=no
21401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21406 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21407 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21408 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21410 cat >>confdefs.h <<_ACEOF
21411 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21412 _ACEOF
21416 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21417 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21418 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21419 echo $ECHO_N "(cached) $ECHO_C" >&6
21420 else
21421 cat >conftest.$ac_ext <<_ACEOF
21422 /* confdefs.h. */
21423 _ACEOF
21424 cat confdefs.h >>conftest.$ac_ext
21425 cat >>conftest.$ac_ext <<_ACEOF
21426 /* end confdefs.h. */
21427 #include <sys/types.h>
21428 #ifdef HAVE_SYS_MTIO_H
21429 #include <sys/mtio.h>
21430 #endif
21433 main ()
21435 static struct mtget ac_aggr;
21436 if (ac_aggr.mt_blkno)
21437 return 0;
21439 return 0;
21441 _ACEOF
21442 rm -f conftest.$ac_objext
21443 if { (ac_try="$ac_compile"
21444 case "(($ac_try" in
21445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21446 *) ac_try_echo=$ac_try;;
21447 esac
21448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21449 (eval "$ac_compile") 2>conftest.er1
21450 ac_status=$?
21451 grep -v '^ *+' conftest.er1 >conftest.err
21452 rm -f conftest.er1
21453 cat conftest.err >&5
21454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21455 (exit $ac_status); } && {
21456 test -z "$ac_c_werror_flag" ||
21457 test ! -s conftest.err
21458 } && test -s conftest.$ac_objext; then
21459 ac_cv_member_struct_mtget_mt_blkno=yes
21460 else
21461 echo "$as_me: failed program was:" >&5
21462 sed 's/^/| /' conftest.$ac_ext >&5
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 #include <sys/types.h>
21471 #ifdef HAVE_SYS_MTIO_H
21472 #include <sys/mtio.h>
21473 #endif
21476 main ()
21478 static struct mtget ac_aggr;
21479 if (sizeof ac_aggr.mt_blkno)
21480 return 0;
21482 return 0;
21484 _ACEOF
21485 rm -f conftest.$ac_objext
21486 if { (ac_try="$ac_compile"
21487 case "(($ac_try" in
21488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21489 *) ac_try_echo=$ac_try;;
21490 esac
21491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21492 (eval "$ac_compile") 2>conftest.er1
21493 ac_status=$?
21494 grep -v '^ *+' conftest.er1 >conftest.err
21495 rm -f conftest.er1
21496 cat conftest.err >&5
21497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21498 (exit $ac_status); } && {
21499 test -z "$ac_c_werror_flag" ||
21500 test ! -s conftest.err
21501 } && test -s conftest.$ac_objext; then
21502 ac_cv_member_struct_mtget_mt_blkno=yes
21503 else
21504 echo "$as_me: failed program was:" >&5
21505 sed 's/^/| /' conftest.$ac_ext >&5
21507 ac_cv_member_struct_mtget_mt_blkno=no
21510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21515 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21516 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21517 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21519 cat >>confdefs.h <<_ACEOF
21520 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21521 _ACEOF
21527 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21528 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21529 if test "${ac_cv_member_struct_option_name+set}" = set; then
21530 echo $ECHO_N "(cached) $ECHO_C" >&6
21531 else
21532 cat >conftest.$ac_ext <<_ACEOF
21533 /* confdefs.h. */
21534 _ACEOF
21535 cat confdefs.h >>conftest.$ac_ext
21536 cat >>conftest.$ac_ext <<_ACEOF
21537 /* end confdefs.h. */
21538 #ifdef HAVE_GETOPT_H
21539 #include <getopt.h>
21540 #endif
21543 main ()
21545 static struct option ac_aggr;
21546 if (ac_aggr.name)
21547 return 0;
21549 return 0;
21551 _ACEOF
21552 rm -f conftest.$ac_objext
21553 if { (ac_try="$ac_compile"
21554 case "(($ac_try" in
21555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21556 *) ac_try_echo=$ac_try;;
21557 esac
21558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21559 (eval "$ac_compile") 2>conftest.er1
21560 ac_status=$?
21561 grep -v '^ *+' conftest.er1 >conftest.err
21562 rm -f conftest.er1
21563 cat conftest.err >&5
21564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21565 (exit $ac_status); } && {
21566 test -z "$ac_c_werror_flag" ||
21567 test ! -s conftest.err
21568 } && test -s conftest.$ac_objext; then
21569 ac_cv_member_struct_option_name=yes
21570 else
21571 echo "$as_me: failed program was:" >&5
21572 sed 's/^/| /' conftest.$ac_ext >&5
21574 cat >conftest.$ac_ext <<_ACEOF
21575 /* confdefs.h. */
21576 _ACEOF
21577 cat confdefs.h >>conftest.$ac_ext
21578 cat >>conftest.$ac_ext <<_ACEOF
21579 /* end confdefs.h. */
21580 #ifdef HAVE_GETOPT_H
21581 #include <getopt.h>
21582 #endif
21585 main ()
21587 static struct option ac_aggr;
21588 if (sizeof ac_aggr.name)
21589 return 0;
21591 return 0;
21593 _ACEOF
21594 rm -f conftest.$ac_objext
21595 if { (ac_try="$ac_compile"
21596 case "(($ac_try" in
21597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21598 *) ac_try_echo=$ac_try;;
21599 esac
21600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21601 (eval "$ac_compile") 2>conftest.er1
21602 ac_status=$?
21603 grep -v '^ *+' conftest.er1 >conftest.err
21604 rm -f conftest.er1
21605 cat conftest.err >&5
21606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21607 (exit $ac_status); } && {
21608 test -z "$ac_c_werror_flag" ||
21609 test ! -s conftest.err
21610 } && test -s conftest.$ac_objext; then
21611 ac_cv_member_struct_option_name=yes
21612 else
21613 echo "$as_me: failed program was:" >&5
21614 sed 's/^/| /' conftest.$ac_ext >&5
21616 ac_cv_member_struct_option_name=no
21619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21624 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21625 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21626 if test $ac_cv_member_struct_option_name = yes; then
21628 cat >>confdefs.h <<_ACEOF
21629 #define HAVE_STRUCT_OPTION_NAME 1
21630 _ACEOF
21636 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21637 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21638 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21639 echo $ECHO_N "(cached) $ECHO_C" >&6
21640 else
21641 cat >conftest.$ac_ext <<_ACEOF
21642 /* confdefs.h. */
21643 _ACEOF
21644 cat confdefs.h >>conftest.$ac_ext
21645 cat >>conftest.$ac_ext <<_ACEOF
21646 /* end confdefs.h. */
21647 $ac_includes_default
21649 main ()
21651 static struct stat ac_aggr;
21652 if (ac_aggr.st_blocks)
21653 return 0;
21655 return 0;
21657 _ACEOF
21658 rm -f conftest.$ac_objext
21659 if { (ac_try="$ac_compile"
21660 case "(($ac_try" in
21661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21662 *) ac_try_echo=$ac_try;;
21663 esac
21664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21665 (eval "$ac_compile") 2>conftest.er1
21666 ac_status=$?
21667 grep -v '^ *+' conftest.er1 >conftest.err
21668 rm -f conftest.er1
21669 cat conftest.err >&5
21670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21671 (exit $ac_status); } && {
21672 test -z "$ac_c_werror_flag" ||
21673 test ! -s conftest.err
21674 } && test -s conftest.$ac_objext; then
21675 ac_cv_member_struct_stat_st_blocks=yes
21676 else
21677 echo "$as_me: failed program was:" >&5
21678 sed 's/^/| /' conftest.$ac_ext >&5
21680 cat >conftest.$ac_ext <<_ACEOF
21681 /* confdefs.h. */
21682 _ACEOF
21683 cat confdefs.h >>conftest.$ac_ext
21684 cat >>conftest.$ac_ext <<_ACEOF
21685 /* end confdefs.h. */
21686 $ac_includes_default
21688 main ()
21690 static struct stat ac_aggr;
21691 if (sizeof ac_aggr.st_blocks)
21692 return 0;
21694 return 0;
21696 _ACEOF
21697 rm -f conftest.$ac_objext
21698 if { (ac_try="$ac_compile"
21699 case "(($ac_try" in
21700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21701 *) ac_try_echo=$ac_try;;
21702 esac
21703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21704 (eval "$ac_compile") 2>conftest.er1
21705 ac_status=$?
21706 grep -v '^ *+' conftest.er1 >conftest.err
21707 rm -f conftest.er1
21708 cat conftest.err >&5
21709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21710 (exit $ac_status); } && {
21711 test -z "$ac_c_werror_flag" ||
21712 test ! -s conftest.err
21713 } && test -s conftest.$ac_objext; then
21714 ac_cv_member_struct_stat_st_blocks=yes
21715 else
21716 echo "$as_me: failed program was:" >&5
21717 sed 's/^/| /' conftest.$ac_ext >&5
21719 ac_cv_member_struct_stat_st_blocks=no
21722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21727 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21728 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21729 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21731 cat >>confdefs.h <<_ACEOF
21732 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21733 _ACEOF
21737 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21738 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21739 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21740 echo $ECHO_N "(cached) $ECHO_C" >&6
21741 else
21742 cat >conftest.$ac_ext <<_ACEOF
21743 /* confdefs.h. */
21744 _ACEOF
21745 cat confdefs.h >>conftest.$ac_ext
21746 cat >>conftest.$ac_ext <<_ACEOF
21747 /* end confdefs.h. */
21748 $ac_includes_default
21750 main ()
21752 static struct stat ac_aggr;
21753 if (ac_aggr.st_mtim)
21754 return 0;
21756 return 0;
21758 _ACEOF
21759 rm -f conftest.$ac_objext
21760 if { (ac_try="$ac_compile"
21761 case "(($ac_try" in
21762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21763 *) ac_try_echo=$ac_try;;
21764 esac
21765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21766 (eval "$ac_compile") 2>conftest.er1
21767 ac_status=$?
21768 grep -v '^ *+' conftest.er1 >conftest.err
21769 rm -f conftest.er1
21770 cat conftest.err >&5
21771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21772 (exit $ac_status); } && {
21773 test -z "$ac_c_werror_flag" ||
21774 test ! -s conftest.err
21775 } && test -s conftest.$ac_objext; then
21776 ac_cv_member_struct_stat_st_mtim=yes
21777 else
21778 echo "$as_me: failed program was:" >&5
21779 sed 's/^/| /' conftest.$ac_ext >&5
21781 cat >conftest.$ac_ext <<_ACEOF
21782 /* confdefs.h. */
21783 _ACEOF
21784 cat confdefs.h >>conftest.$ac_ext
21785 cat >>conftest.$ac_ext <<_ACEOF
21786 /* end confdefs.h. */
21787 $ac_includes_default
21789 main ()
21791 static struct stat ac_aggr;
21792 if (sizeof ac_aggr.st_mtim)
21793 return 0;
21795 return 0;
21797 _ACEOF
21798 rm -f conftest.$ac_objext
21799 if { (ac_try="$ac_compile"
21800 case "(($ac_try" in
21801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21802 *) ac_try_echo=$ac_try;;
21803 esac
21804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21805 (eval "$ac_compile") 2>conftest.er1
21806 ac_status=$?
21807 grep -v '^ *+' conftest.er1 >conftest.err
21808 rm -f conftest.er1
21809 cat conftest.err >&5
21810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21811 (exit $ac_status); } && {
21812 test -z "$ac_c_werror_flag" ||
21813 test ! -s conftest.err
21814 } && test -s conftest.$ac_objext; then
21815 ac_cv_member_struct_stat_st_mtim=yes
21816 else
21817 echo "$as_me: failed program was:" >&5
21818 sed 's/^/| /' conftest.$ac_ext >&5
21820 ac_cv_member_struct_stat_st_mtim=no
21823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21828 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21829 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21830 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21832 cat >>confdefs.h <<_ACEOF
21833 #define HAVE_STRUCT_STAT_ST_MTIM 1
21834 _ACEOF
21838 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21839 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21840 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21841 echo $ECHO_N "(cached) $ECHO_C" >&6
21842 else
21843 cat >conftest.$ac_ext <<_ACEOF
21844 /* confdefs.h. */
21845 _ACEOF
21846 cat confdefs.h >>conftest.$ac_ext
21847 cat >>conftest.$ac_ext <<_ACEOF
21848 /* end confdefs.h. */
21849 $ac_includes_default
21851 main ()
21853 static struct stat ac_aggr;
21854 if (ac_aggr.st_ctim)
21855 return 0;
21857 return 0;
21859 _ACEOF
21860 rm -f conftest.$ac_objext
21861 if { (ac_try="$ac_compile"
21862 case "(($ac_try" in
21863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21864 *) ac_try_echo=$ac_try;;
21865 esac
21866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21867 (eval "$ac_compile") 2>conftest.er1
21868 ac_status=$?
21869 grep -v '^ *+' conftest.er1 >conftest.err
21870 rm -f conftest.er1
21871 cat conftest.err >&5
21872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21873 (exit $ac_status); } && {
21874 test -z "$ac_c_werror_flag" ||
21875 test ! -s conftest.err
21876 } && test -s conftest.$ac_objext; then
21877 ac_cv_member_struct_stat_st_ctim=yes
21878 else
21879 echo "$as_me: failed program was:" >&5
21880 sed 's/^/| /' conftest.$ac_ext >&5
21882 cat >conftest.$ac_ext <<_ACEOF
21883 /* confdefs.h. */
21884 _ACEOF
21885 cat confdefs.h >>conftest.$ac_ext
21886 cat >>conftest.$ac_ext <<_ACEOF
21887 /* end confdefs.h. */
21888 $ac_includes_default
21890 main ()
21892 static struct stat ac_aggr;
21893 if (sizeof ac_aggr.st_ctim)
21894 return 0;
21896 return 0;
21898 _ACEOF
21899 rm -f conftest.$ac_objext
21900 if { (ac_try="$ac_compile"
21901 case "(($ac_try" in
21902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21903 *) ac_try_echo=$ac_try;;
21904 esac
21905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21906 (eval "$ac_compile") 2>conftest.er1
21907 ac_status=$?
21908 grep -v '^ *+' conftest.er1 >conftest.err
21909 rm -f conftest.er1
21910 cat conftest.err >&5
21911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21912 (exit $ac_status); } && {
21913 test -z "$ac_c_werror_flag" ||
21914 test ! -s conftest.err
21915 } && test -s conftest.$ac_objext; then
21916 ac_cv_member_struct_stat_st_ctim=yes
21917 else
21918 echo "$as_me: failed program was:" >&5
21919 sed 's/^/| /' conftest.$ac_ext >&5
21921 ac_cv_member_struct_stat_st_ctim=no
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21929 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21930 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21931 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21933 cat >>confdefs.h <<_ACEOF
21934 #define HAVE_STRUCT_STAT_ST_CTIM 1
21935 _ACEOF
21939 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21940 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21941 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21942 echo $ECHO_N "(cached) $ECHO_C" >&6
21943 else
21944 cat >conftest.$ac_ext <<_ACEOF
21945 /* confdefs.h. */
21946 _ACEOF
21947 cat confdefs.h >>conftest.$ac_ext
21948 cat >>conftest.$ac_ext <<_ACEOF
21949 /* end confdefs.h. */
21950 $ac_includes_default
21952 main ()
21954 static struct stat ac_aggr;
21955 if (ac_aggr.st_atim)
21956 return 0;
21958 return 0;
21960 _ACEOF
21961 rm -f conftest.$ac_objext
21962 if { (ac_try="$ac_compile"
21963 case "(($ac_try" in
21964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21965 *) ac_try_echo=$ac_try;;
21966 esac
21967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21968 (eval "$ac_compile") 2>conftest.er1
21969 ac_status=$?
21970 grep -v '^ *+' conftest.er1 >conftest.err
21971 rm -f conftest.er1
21972 cat conftest.err >&5
21973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21974 (exit $ac_status); } && {
21975 test -z "$ac_c_werror_flag" ||
21976 test ! -s conftest.err
21977 } && test -s conftest.$ac_objext; then
21978 ac_cv_member_struct_stat_st_atim=yes
21979 else
21980 echo "$as_me: failed program was:" >&5
21981 sed 's/^/| /' conftest.$ac_ext >&5
21983 cat >conftest.$ac_ext <<_ACEOF
21984 /* confdefs.h. */
21985 _ACEOF
21986 cat confdefs.h >>conftest.$ac_ext
21987 cat >>conftest.$ac_ext <<_ACEOF
21988 /* end confdefs.h. */
21989 $ac_includes_default
21991 main ()
21993 static struct stat ac_aggr;
21994 if (sizeof ac_aggr.st_atim)
21995 return 0;
21997 return 0;
21999 _ACEOF
22000 rm -f conftest.$ac_objext
22001 if { (ac_try="$ac_compile"
22002 case "(($ac_try" in
22003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22004 *) ac_try_echo=$ac_try;;
22005 esac
22006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22007 (eval "$ac_compile") 2>conftest.er1
22008 ac_status=$?
22009 grep -v '^ *+' conftest.er1 >conftest.err
22010 rm -f conftest.er1
22011 cat conftest.err >&5
22012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22013 (exit $ac_status); } && {
22014 test -z "$ac_c_werror_flag" ||
22015 test ! -s conftest.err
22016 } && test -s conftest.$ac_objext; then
22017 ac_cv_member_struct_stat_st_atim=yes
22018 else
22019 echo "$as_me: failed program was:" >&5
22020 sed 's/^/| /' conftest.$ac_ext >&5
22022 ac_cv_member_struct_stat_st_atim=no
22025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22030 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22031 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22032 if test $ac_cv_member_struct_stat_st_atim = yes; then
22034 cat >>confdefs.h <<_ACEOF
22035 #define HAVE_STRUCT_STAT_ST_ATIM 1
22036 _ACEOF
22042 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22043 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22044 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22045 echo $ECHO_N "(cached) $ECHO_C" >&6
22046 else
22047 cat >conftest.$ac_ext <<_ACEOF
22048 /* confdefs.h. */
22049 _ACEOF
22050 cat confdefs.h >>conftest.$ac_ext
22051 cat >>conftest.$ac_ext <<_ACEOF
22052 /* end confdefs.h. */
22053 #ifdef HAVE_SYS_TYPES_H
22054 #include <sys/types.h>
22055 #endif
22056 #ifdef HAVE_NETINET_IN_H
22057 #include <netinet/in.h>
22058 #endif
22061 main ()
22063 static struct sockaddr_in6 ac_aggr;
22064 if (ac_aggr.sin6_scope_id)
22065 return 0;
22067 return 0;
22069 _ACEOF
22070 rm -f conftest.$ac_objext
22071 if { (ac_try="$ac_compile"
22072 case "(($ac_try" in
22073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22074 *) ac_try_echo=$ac_try;;
22075 esac
22076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22077 (eval "$ac_compile") 2>conftest.er1
22078 ac_status=$?
22079 grep -v '^ *+' conftest.er1 >conftest.err
22080 rm -f conftest.er1
22081 cat conftest.err >&5
22082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22083 (exit $ac_status); } && {
22084 test -z "$ac_c_werror_flag" ||
22085 test ! -s conftest.err
22086 } && test -s conftest.$ac_objext; then
22087 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22088 else
22089 echo "$as_me: failed program was:" >&5
22090 sed 's/^/| /' conftest.$ac_ext >&5
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 #ifdef HAVE_SYS_TYPES_H
22099 #include <sys/types.h>
22100 #endif
22101 #ifdef HAVE_NETINET_IN_H
22102 #include <netinet/in.h>
22103 #endif
22106 main ()
22108 static struct sockaddr_in6 ac_aggr;
22109 if (sizeof ac_aggr.sin6_scope_id)
22110 return 0;
22112 return 0;
22114 _ACEOF
22115 rm -f conftest.$ac_objext
22116 if { (ac_try="$ac_compile"
22117 case "(($ac_try" in
22118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22119 *) ac_try_echo=$ac_try;;
22120 esac
22121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22122 (eval "$ac_compile") 2>conftest.er1
22123 ac_status=$?
22124 grep -v '^ *+' conftest.er1 >conftest.err
22125 rm -f conftest.er1
22126 cat conftest.err >&5
22127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22128 (exit $ac_status); } && {
22129 test -z "$ac_c_werror_flag" ||
22130 test ! -s conftest.err
22131 } && test -s conftest.$ac_objext; then
22132 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22133 else
22134 echo "$as_me: failed program was:" >&5
22135 sed 's/^/| /' conftest.$ac_ext >&5
22137 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22145 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22146 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22147 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22149 cat >>confdefs.h <<_ACEOF
22150 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22151 _ACEOF
22157 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22158 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22159 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22160 echo $ECHO_N "(cached) $ECHO_C" >&6
22161 else
22162 cat >conftest.$ac_ext <<_ACEOF
22163 /* confdefs.h. */
22164 _ACEOF
22165 cat confdefs.h >>conftest.$ac_ext
22166 cat >>conftest.$ac_ext <<_ACEOF
22167 /* end confdefs.h. */
22168 #ifdef HAVE_SYS_TYPES_H
22169 #include <sys/types.h>
22170 #endif
22171 #ifdef HAVE_NETINET_IN_H
22172 # include <netinet/in.h>
22173 #endif
22174 #ifdef HAVE_ARPA_NAMESER_H
22175 # include <arpa/nameser.h>
22176 #endif
22179 main ()
22181 static ns_msg ac_aggr;
22182 if (ac_aggr._msg_ptr)
22183 return 0;
22185 return 0;
22187 _ACEOF
22188 rm -f conftest.$ac_objext
22189 if { (ac_try="$ac_compile"
22190 case "(($ac_try" in
22191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22192 *) ac_try_echo=$ac_try;;
22193 esac
22194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22195 (eval "$ac_compile") 2>conftest.er1
22196 ac_status=$?
22197 grep -v '^ *+' conftest.er1 >conftest.err
22198 rm -f conftest.er1
22199 cat conftest.err >&5
22200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22201 (exit $ac_status); } && {
22202 test -z "$ac_c_werror_flag" ||
22203 test ! -s conftest.err
22204 } && test -s conftest.$ac_objext; then
22205 ac_cv_member_ns_msg__msg_ptr=yes
22206 else
22207 echo "$as_me: failed program was:" >&5
22208 sed 's/^/| /' conftest.$ac_ext >&5
22210 cat >conftest.$ac_ext <<_ACEOF
22211 /* confdefs.h. */
22212 _ACEOF
22213 cat confdefs.h >>conftest.$ac_ext
22214 cat >>conftest.$ac_ext <<_ACEOF
22215 /* end confdefs.h. */
22216 #ifdef HAVE_SYS_TYPES_H
22217 #include <sys/types.h>
22218 #endif
22219 #ifdef HAVE_NETINET_IN_H
22220 # include <netinet/in.h>
22221 #endif
22222 #ifdef HAVE_ARPA_NAMESER_H
22223 # include <arpa/nameser.h>
22224 #endif
22227 main ()
22229 static ns_msg ac_aggr;
22230 if (sizeof ac_aggr._msg_ptr)
22231 return 0;
22233 return 0;
22235 _ACEOF
22236 rm -f conftest.$ac_objext
22237 if { (ac_try="$ac_compile"
22238 case "(($ac_try" in
22239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22240 *) ac_try_echo=$ac_try;;
22241 esac
22242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22243 (eval "$ac_compile") 2>conftest.er1
22244 ac_status=$?
22245 grep -v '^ *+' conftest.er1 >conftest.err
22246 rm -f conftest.er1
22247 cat conftest.err >&5
22248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22249 (exit $ac_status); } && {
22250 test -z "$ac_c_werror_flag" ||
22251 test ! -s conftest.err
22252 } && test -s conftest.$ac_objext; then
22253 ac_cv_member_ns_msg__msg_ptr=yes
22254 else
22255 echo "$as_me: failed program was:" >&5
22256 sed 's/^/| /' conftest.$ac_ext >&5
22258 ac_cv_member_ns_msg__msg_ptr=no
22261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22266 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22267 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22268 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22270 cat >>confdefs.h <<_ACEOF
22271 #define HAVE_NS_MSG__MSG_PTR 1
22272 _ACEOF
22278 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22279 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22280 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22281 echo $ECHO_N "(cached) $ECHO_C" >&6
22282 else
22283 cat >conftest.$ac_ext <<_ACEOF
22284 /* confdefs.h. */
22285 _ACEOF
22286 cat confdefs.h >>conftest.$ac_ext
22287 cat >>conftest.$ac_ext <<_ACEOF
22288 /* end confdefs.h. */
22289 #ifdef HAVE_SYS_TYPES_H
22290 #include <sys/types.h>
22291 #endif
22292 #ifdef HAVE_ALIAS_H
22293 #include <alias.h>
22294 #endif
22295 #ifdef HAVE_SYS_SOCKET_H
22296 #include <sys/socket.h>
22297 #endif
22298 #ifdef HAVE_SYS_SOCKETVAR_H
22299 #include <sys/socketvar.h>
22300 #endif
22301 #ifdef HAVE_SYS_TIMEOUT_H
22302 #include <sys/timeout.h>
22303 #endif
22304 #ifdef HAVE_NETINET_IN_H
22305 #include <netinet/in.h>
22306 #endif
22307 #ifdef HAVE_NETINET_IN_SYSTM_H
22308 #include <netinet/in_systm.h>
22309 #endif
22310 #ifdef HAVE_NETINET_IP_H
22311 #include <netinet/ip.h>
22312 #endif
22313 #ifdef HAVE_NETINET_IP_VAR_H
22314 #include <netinet/ip_var.h>
22315 #endif
22316 #ifdef HAVE_NETINET_IP_ICMP_H
22317 #include <netinet/ip_icmp.h>
22318 #endif
22319 #ifdef HAVE_NETINET_ICMP_VAR
22320 #include <netinet/icmp_var.h>
22321 #endif
22324 main ()
22326 static struct icmpstat ac_aggr;
22327 if (ac_aggr.icps_outhist)
22328 return 0;
22330 return 0;
22332 _ACEOF
22333 rm -f conftest.$ac_objext
22334 if { (ac_try="$ac_compile"
22335 case "(($ac_try" in
22336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22337 *) ac_try_echo=$ac_try;;
22338 esac
22339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22340 (eval "$ac_compile") 2>conftest.er1
22341 ac_status=$?
22342 grep -v '^ *+' conftest.er1 >conftest.err
22343 rm -f conftest.er1
22344 cat conftest.err >&5
22345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22346 (exit $ac_status); } && {
22347 test -z "$ac_c_werror_flag" ||
22348 test ! -s conftest.err
22349 } && test -s conftest.$ac_objext; then
22350 ac_cv_member_struct_icmpstat_icps_outhist=yes
22351 else
22352 echo "$as_me: failed program was:" >&5
22353 sed 's/^/| /' conftest.$ac_ext >&5
22355 cat >conftest.$ac_ext <<_ACEOF
22356 /* confdefs.h. */
22357 _ACEOF
22358 cat confdefs.h >>conftest.$ac_ext
22359 cat >>conftest.$ac_ext <<_ACEOF
22360 /* end confdefs.h. */
22361 #ifdef HAVE_SYS_TYPES_H
22362 #include <sys/types.h>
22363 #endif
22364 #ifdef HAVE_ALIAS_H
22365 #include <alias.h>
22366 #endif
22367 #ifdef HAVE_SYS_SOCKET_H
22368 #include <sys/socket.h>
22369 #endif
22370 #ifdef HAVE_SYS_SOCKETVAR_H
22371 #include <sys/socketvar.h>
22372 #endif
22373 #ifdef HAVE_SYS_TIMEOUT_H
22374 #include <sys/timeout.h>
22375 #endif
22376 #ifdef HAVE_NETINET_IN_H
22377 #include <netinet/in.h>
22378 #endif
22379 #ifdef HAVE_NETINET_IN_SYSTM_H
22380 #include <netinet/in_systm.h>
22381 #endif
22382 #ifdef HAVE_NETINET_IP_H
22383 #include <netinet/ip.h>
22384 #endif
22385 #ifdef HAVE_NETINET_IP_VAR_H
22386 #include <netinet/ip_var.h>
22387 #endif
22388 #ifdef HAVE_NETINET_IP_ICMP_H
22389 #include <netinet/ip_icmp.h>
22390 #endif
22391 #ifdef HAVE_NETINET_ICMP_VAR
22392 #include <netinet/icmp_var.h>
22393 #endif
22396 main ()
22398 static struct icmpstat ac_aggr;
22399 if (sizeof ac_aggr.icps_outhist)
22400 return 0;
22402 return 0;
22404 _ACEOF
22405 rm -f conftest.$ac_objext
22406 if { (ac_try="$ac_compile"
22407 case "(($ac_try" in
22408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22409 *) ac_try_echo=$ac_try;;
22410 esac
22411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22412 (eval "$ac_compile") 2>conftest.er1
22413 ac_status=$?
22414 grep -v '^ *+' conftest.er1 >conftest.err
22415 rm -f conftest.er1
22416 cat conftest.err >&5
22417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22418 (exit $ac_status); } && {
22419 test -z "$ac_c_werror_flag" ||
22420 test ! -s conftest.err
22421 } && test -s conftest.$ac_objext; then
22422 ac_cv_member_struct_icmpstat_icps_outhist=yes
22423 else
22424 echo "$as_me: failed program was:" >&5
22425 sed 's/^/| /' conftest.$ac_ext >&5
22427 ac_cv_member_struct_icmpstat_icps_outhist=no
22430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22435 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22436 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22437 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22439 cat >>confdefs.h <<_ACEOF
22440 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22441 _ACEOF
22447 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22448 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22449 if test "${ac_cv_have_timezone+set}" = set; then
22450 echo $ECHO_N "(cached) $ECHO_C" >&6
22451 else
22452 cat >conftest.$ac_ext <<_ACEOF
22453 /* confdefs.h. */
22454 _ACEOF
22455 cat confdefs.h >>conftest.$ac_ext
22456 cat >>conftest.$ac_ext <<_ACEOF
22457 /* end confdefs.h. */
22458 #include <time.h>
22460 main ()
22462 timezone = 1
22464 return 0;
22466 _ACEOF
22467 rm -f conftest.$ac_objext conftest$ac_exeext
22468 if { (ac_try="$ac_link"
22469 case "(($ac_try" in
22470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22471 *) ac_try_echo=$ac_try;;
22472 esac
22473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22474 (eval "$ac_link") 2>conftest.er1
22475 ac_status=$?
22476 grep -v '^ *+' conftest.er1 >conftest.err
22477 rm -f conftest.er1
22478 cat conftest.err >&5
22479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22480 (exit $ac_status); } && {
22481 test -z "$ac_c_werror_flag" ||
22482 test ! -s conftest.err
22483 } && test -s conftest$ac_exeext &&
22484 $as_test_x conftest$ac_exeext; then
22485 ac_cv_have_timezone="yes"
22486 else
22487 echo "$as_me: failed program was:" >&5
22488 sed 's/^/| /' conftest.$ac_ext >&5
22490 ac_cv_have_timezone="no"
22493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22494 conftest$ac_exeext conftest.$ac_ext
22496 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22497 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22498 if test "$ac_cv_have_timezone" = "yes"
22499 then
22501 cat >>confdefs.h <<\_ACEOF
22502 #define HAVE_TIMEZONE 1
22503 _ACEOF
22506 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22507 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22508 if test "${ac_cv_have_daylight+set}" = set; then
22509 echo $ECHO_N "(cached) $ECHO_C" >&6
22510 else
22511 cat >conftest.$ac_ext <<_ACEOF
22512 /* confdefs.h. */
22513 _ACEOF
22514 cat confdefs.h >>conftest.$ac_ext
22515 cat >>conftest.$ac_ext <<_ACEOF
22516 /* end confdefs.h. */
22517 #include <time.h>
22519 main ()
22521 daylight = 1
22523 return 0;
22525 _ACEOF
22526 rm -f conftest.$ac_objext conftest$ac_exeext
22527 if { (ac_try="$ac_link"
22528 case "(($ac_try" in
22529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22530 *) ac_try_echo=$ac_try;;
22531 esac
22532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22533 (eval "$ac_link") 2>conftest.er1
22534 ac_status=$?
22535 grep -v '^ *+' conftest.er1 >conftest.err
22536 rm -f conftest.er1
22537 cat conftest.err >&5
22538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); } && {
22540 test -z "$ac_c_werror_flag" ||
22541 test ! -s conftest.err
22542 } && test -s conftest$ac_exeext &&
22543 $as_test_x conftest$ac_exeext; then
22544 ac_cv_have_daylight="yes"
22545 else
22546 echo "$as_me: failed program was:" >&5
22547 sed 's/^/| /' conftest.$ac_ext >&5
22549 ac_cv_have_daylight="no"
22552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22553 conftest$ac_exeext conftest.$ac_ext
22555 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22556 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22557 if test "$ac_cv_have_daylight" = "yes"
22558 then
22560 cat >>confdefs.h <<\_ACEOF
22561 #define HAVE_DAYLIGHT 1
22562 _ACEOF
22566 { echo "$as_me:$LINENO: checking for isinf" >&5
22567 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22568 if test "${ac_cv_have_isinf+set}" = set; then
22569 echo $ECHO_N "(cached) $ECHO_C" >&6
22570 else
22571 cat >conftest.$ac_ext <<_ACEOF
22572 /* confdefs.h. */
22573 _ACEOF
22574 cat confdefs.h >>conftest.$ac_ext
22575 cat >>conftest.$ac_ext <<_ACEOF
22576 /* end confdefs.h. */
22577 #include <math.h>
22579 main ()
22581 float f = 0.0; int i=isinf(f)
22583 return 0;
22585 _ACEOF
22586 rm -f conftest.$ac_objext conftest$ac_exeext
22587 if { (ac_try="$ac_link"
22588 case "(($ac_try" in
22589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22590 *) ac_try_echo=$ac_try;;
22591 esac
22592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22593 (eval "$ac_link") 2>conftest.er1
22594 ac_status=$?
22595 grep -v '^ *+' conftest.er1 >conftest.err
22596 rm -f conftest.er1
22597 cat conftest.err >&5
22598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22599 (exit $ac_status); } && {
22600 test -z "$ac_c_werror_flag" ||
22601 test ! -s conftest.err
22602 } && test -s conftest$ac_exeext &&
22603 $as_test_x conftest$ac_exeext; then
22604 ac_cv_have_isinf="yes"
22605 else
22606 echo "$as_me: failed program was:" >&5
22607 sed 's/^/| /' conftest.$ac_ext >&5
22609 ac_cv_have_isinf="no"
22612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22613 conftest$ac_exeext conftest.$ac_ext
22615 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22616 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22617 if test "$ac_cv_have_isinf" = "yes"
22618 then
22620 cat >>confdefs.h <<\_ACEOF
22621 #define HAVE_ISINF 1
22622 _ACEOF
22626 { echo "$as_me:$LINENO: checking for isnan" >&5
22627 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22628 if test "${ac_cv_have_isnan+set}" = set; then
22629 echo $ECHO_N "(cached) $ECHO_C" >&6
22630 else
22631 cat >conftest.$ac_ext <<_ACEOF
22632 /* confdefs.h. */
22633 _ACEOF
22634 cat confdefs.h >>conftest.$ac_ext
22635 cat >>conftest.$ac_ext <<_ACEOF
22636 /* end confdefs.h. */
22637 #include <math.h>
22639 main ()
22641 float f = 0.0; int i=isnan(f)
22643 return 0;
22645 _ACEOF
22646 rm -f conftest.$ac_objext conftest$ac_exeext
22647 if { (ac_try="$ac_link"
22648 case "(($ac_try" in
22649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22650 *) ac_try_echo=$ac_try;;
22651 esac
22652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22653 (eval "$ac_link") 2>conftest.er1
22654 ac_status=$?
22655 grep -v '^ *+' conftest.er1 >conftest.err
22656 rm -f conftest.er1
22657 cat conftest.err >&5
22658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22659 (exit $ac_status); } && {
22660 test -z "$ac_c_werror_flag" ||
22661 test ! -s conftest.err
22662 } && test -s conftest$ac_exeext &&
22663 $as_test_x conftest$ac_exeext; then
22664 ac_cv_have_isnan="yes"
22665 else
22666 echo "$as_me: failed program was:" >&5
22667 sed 's/^/| /' conftest.$ac_ext >&5
22669 ac_cv_have_isnan="no"
22672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22673 conftest$ac_exeext conftest.$ac_ext
22675 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22676 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22677 if test "$ac_cv_have_isnan" = "yes"
22678 then
22680 cat >>confdefs.h <<\_ACEOF
22681 #define HAVE_ISNAN 1
22682 _ACEOF
22687 case $host_cpu in
22688 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22689 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22690 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22691 echo $ECHO_N "(cached) $ECHO_C" >&6
22692 else
22693 cat >conftest.$ac_ext <<_ACEOF
22694 /* confdefs.h. */
22695 _ACEOF
22696 cat confdefs.h >>conftest.$ac_ext
22697 cat >>conftest.$ac_ext <<_ACEOF
22698 /* end confdefs.h. */
22699 #ifndef __i386__
22701 #endif
22702 _ACEOF
22703 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22704 $EGREP "yes" >/dev/null 2>&1; then
22705 ac_cv_cpp_def___i386__=yes
22706 else
22707 ac_cv_cpp_def___i386__=no
22709 rm -f conftest*
22712 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22713 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22714 if test $ac_cv_cpp_def___i386__ = yes; then
22715 CFLAGS="$CFLAGS -D__i386__"
22716 LINTFLAGS="$LINTFLAGS -D__i386__"
22719 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22720 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22721 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22722 echo $ECHO_N "(cached) $ECHO_C" >&6
22723 else
22724 cat >conftest.$ac_ext <<_ACEOF
22725 /* confdefs.h. */
22726 _ACEOF
22727 cat confdefs.h >>conftest.$ac_ext
22728 cat >>conftest.$ac_ext <<_ACEOF
22729 /* end confdefs.h. */
22730 #ifndef __x86_64__
22732 #endif
22733 _ACEOF
22734 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22735 $EGREP "yes" >/dev/null 2>&1; then
22736 ac_cv_cpp_def___x86_64__=yes
22737 else
22738 ac_cv_cpp_def___x86_64__=no
22740 rm -f conftest*
22743 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22744 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22745 if test $ac_cv_cpp_def___x86_64__ = yes; then
22746 CFLAGS="$CFLAGS -D__x86_64__"
22747 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22750 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22751 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22752 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22753 echo $ECHO_N "(cached) $ECHO_C" >&6
22754 else
22755 cat >conftest.$ac_ext <<_ACEOF
22756 /* confdefs.h. */
22757 _ACEOF
22758 cat confdefs.h >>conftest.$ac_ext
22759 cat >>conftest.$ac_ext <<_ACEOF
22760 /* end confdefs.h. */
22761 #ifndef __ALPHA__
22763 #endif
22764 _ACEOF
22765 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22766 $EGREP "yes" >/dev/null 2>&1; then
22767 ac_cv_cpp_def___ALPHA__=yes
22768 else
22769 ac_cv_cpp_def___ALPHA__=no
22771 rm -f conftest*
22774 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22775 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22776 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22777 CFLAGS="$CFLAGS -D__ALPHA__"
22778 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22781 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22782 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22783 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22784 echo $ECHO_N "(cached) $ECHO_C" >&6
22785 else
22786 cat >conftest.$ac_ext <<_ACEOF
22787 /* confdefs.h. */
22788 _ACEOF
22789 cat confdefs.h >>conftest.$ac_ext
22790 cat >>conftest.$ac_ext <<_ACEOF
22791 /* end confdefs.h. */
22792 #ifndef __sparc__
22794 #endif
22795 _ACEOF
22796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22797 $EGREP "yes" >/dev/null 2>&1; then
22798 ac_cv_cpp_def___sparc__=yes
22799 else
22800 ac_cv_cpp_def___sparc__=no
22802 rm -f conftest*
22805 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22806 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22807 if test $ac_cv_cpp_def___sparc__ = yes; then
22808 CFLAGS="$CFLAGS -D__sparc__"
22809 LINTFLAGS="$LINTFLAGS -D__sparc__"
22812 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22813 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22814 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22815 echo $ECHO_N "(cached) $ECHO_C" >&6
22816 else
22817 cat >conftest.$ac_ext <<_ACEOF
22818 /* confdefs.h. */
22819 _ACEOF
22820 cat confdefs.h >>conftest.$ac_ext
22821 cat >>conftest.$ac_ext <<_ACEOF
22822 /* end confdefs.h. */
22823 #ifndef __powerpc__
22825 #endif
22826 _ACEOF
22827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22828 $EGREP "yes" >/dev/null 2>&1; then
22829 ac_cv_cpp_def___powerpc__=yes
22830 else
22831 ac_cv_cpp_def___powerpc__=no
22833 rm -f conftest*
22836 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22837 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22838 if test $ac_cv_cpp_def___powerpc__ = yes; then
22839 CFLAGS="$CFLAGS -D__powerpc__"
22840 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22843 esac
22845 case $host_vendor in
22846 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22847 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22848 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22849 echo $ECHO_N "(cached) $ECHO_C" >&6
22850 else
22851 cat >conftest.$ac_ext <<_ACEOF
22852 /* confdefs.h. */
22853 _ACEOF
22854 cat confdefs.h >>conftest.$ac_ext
22855 cat >>conftest.$ac_ext <<_ACEOF
22856 /* end confdefs.h. */
22857 #ifndef __sun__
22859 #endif
22860 _ACEOF
22861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22862 $EGREP "yes" >/dev/null 2>&1; then
22863 ac_cv_cpp_def___sun__=yes
22864 else
22865 ac_cv_cpp_def___sun__=no
22867 rm -f conftest*
22870 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22871 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22872 if test $ac_cv_cpp_def___sun__ = yes; then
22873 CFLAGS="$CFLAGS -D__sun__"
22874 LINTFLAGS="$LINTFLAGS -D__sun__"
22877 esac
22880 DEPENDENCIES="### Dependencies:
22882 .INIT: Makefile
22883 .BEGIN: Makefile
22884 Makefile: dummy
22885 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22887 \$(OBJS): \$(IDL_GEN_HEADERS)
22888 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22889 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22890 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22891 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22894 ALL_MAKERULES=""
22896 ALL_MAKEFILES=""
22898 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22901 ALL_TOP_DIRS=""
22903 ALL_DLL_DIRS=""
22905 ALL_IMPLIB_DIRS=""
22907 ALL_TEST_DIRS=""
22909 ALL_PROGRAM_DIRS=""
22911 ALL_PROGRAM_INSTALL_DIRS=""
22913 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22919 ac_config_commands="$ac_config_commands include/stamp-h"
22922 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22924 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22926 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22928 ac_config_commands="$ac_config_commands dlls/user32/resources"
22930 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22932 ac_config_commands="$ac_config_commands include/wine"
22935 ALL_MAKERULES="$ALL_MAKERULES \\
22936 Make.rules"
22937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22938 Make.rules: Make.rules.in"
22939 MAKE_RULES=Make.rules
22940 ac_config_files="$ac_config_files Make.rules"
22942 ALL_MAKERULES="$ALL_MAKERULES \\
22943 dlls/Makedll.rules"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22946 MAKE_DLL_RULES=dlls/Makedll.rules
22947 ac_config_files="$ac_config_files dlls/Makedll.rules"
22949 ALL_MAKERULES="$ALL_MAKERULES \\
22950 dlls/Makeimplib.rules"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22953 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22954 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22956 ALL_MAKERULES="$ALL_MAKERULES \\
22957 dlls/Maketest.rules"
22958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22959 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22960 MAKE_TEST_RULES=dlls/Maketest.rules
22961 ac_config_files="$ac_config_files dlls/Maketest.rules"
22963 ALL_MAKERULES="$ALL_MAKERULES \\
22964 programs/Makeprog.rules"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22967 MAKE_PROG_RULES=programs/Makeprog.rules
22968 ac_config_files="$ac_config_files programs/Makeprog.rules"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 Makefile: Makefile.in Make.rules"
22975 ac_config_files="$ac_config_files Makefile"
22977 ALL_MAKEFILES="$ALL_MAKEFILES \\
22978 dlls/Makefile"
22979 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22980 dlls"
22981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22982 dlls/Makefile: dlls/Makefile.in Make.rules"
22983 ac_config_files="$ac_config_files dlls/Makefile"
22985 ALL_MAKEFILES="$ALL_MAKEFILES \\
22986 dlls/acledit/Makefile"
22987 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 acledit"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22991 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/aclui/Makefile"
22995 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 aclui"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
22999 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23001 ALL_MAKEFILES="$ALL_MAKEFILES \\
23002 dlls/activeds/Makefile"
23003 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23004 activeds"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23007 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/actxprxy/Makefile"
23011 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 actxprxy"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23015 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/adsiid/Makefile"
23019 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23020 adsiid"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23023 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/advapi32/Makefile"
23027 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 advapi32"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23031 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/advapi32/tests/Makefile"
23035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23036 advapi32/tests"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23039 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/advpack/Makefile"
23043 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 advpack"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23047 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/advpack/tests/Makefile"
23051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23052 advpack/tests"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23055 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/amstream/Makefile"
23059 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 amstream"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/appwiz.cpl/Makefile"
23067 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23068 appwiz.cpl"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23071 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/atl/Makefile"
23075 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 atl"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23079 ac_config_files="$ac_config_files dlls/atl/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/authz/Makefile"
23083 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23084 authz"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23087 ac_config_files="$ac_config_files dlls/authz/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/avicap32/Makefile"
23091 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 avicap32"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23095 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/avifil32/Makefile"
23099 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 avifil32"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23103 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/browseui/Makefile"
23107 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 browseui"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23111 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/browseui/tests/Makefile"
23115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23116 browseui/tests"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23119 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/cabinet/Makefile"
23123 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23124 cabinet"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23127 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/cabinet/tests/Makefile"
23131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23132 cabinet/tests"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23135 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/capi2032/Makefile"
23139 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 capi2032"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23143 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/cards/Makefile"
23147 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 cards"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/cards/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/cfgmgr32/Makefile"
23155 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23156 cfgmgr32"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23159 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/clusapi/Makefile"
23163 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 clusapi"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/comcat/Makefile"
23171 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 comcat"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23175 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/comcat/tests/Makefile"
23179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23180 comcat/tests"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23183 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/comctl32/Makefile"
23187 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23188 comctl32"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23191 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/comctl32/tests/Makefile"
23195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23196 comctl32/tests"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23199 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/comdlg32/Makefile"
23203 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 comdlg32"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/comdlg32/tests/Makefile"
23211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23212 comdlg32/tests"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23215 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/compstui/Makefile"
23219 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23220 compstui"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23223 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/credui/Makefile"
23227 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 credui"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/credui/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/credui/tests/Makefile"
23235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23236 credui/tests"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23239 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/crtdll/Makefile"
23243 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 crtdll"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/crypt32/Makefile"
23251 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 crypt32"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/crypt32/tests/Makefile"
23259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23260 crypt32/tests"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23263 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/cryptdlg/Makefile"
23267 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 cryptdlg"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23271 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/cryptdll/Makefile"
23275 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 cryptdll"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/cryptnet/Makefile"
23283 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23284 cryptnet"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23287 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/cryptnet/tests/Makefile"
23291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23292 cryptnet/tests"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23295 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/cryptui/Makefile"
23299 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 cryptui"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23303 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/cryptui/tests/Makefile"
23307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23308 cryptui/tests"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23311 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/ctapi32/Makefile"
23315 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23316 ctapi32"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23319 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/ctl3d32/Makefile"
23323 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 ctl3d32"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/d3d10/Makefile"
23331 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23332 d3d10"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23335 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/d3d10/tests/Makefile"
23339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23340 d3d10/tests"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23343 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/d3d10core/Makefile"
23347 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 d3d10core"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/d3d10core/tests/Makefile"
23355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23356 d3d10core/tests"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23359 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/d3d8/Makefile"
23363 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 d3d8"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23367 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/d3d8/tests/Makefile"
23371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23372 d3d8/tests"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23375 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/d3d9/Makefile"
23379 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23380 d3d9"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23383 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/d3d9/tests/Makefile"
23387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23388 d3d9/tests"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23391 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/d3dim/Makefile"
23395 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23396 d3dim"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23399 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/d3drm/Makefile"
23403 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 d3drm"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/d3drm/tests/Makefile"
23411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23412 d3drm/tests"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23415 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/d3dx8/Makefile"
23419 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 d3dx8"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/d3dx8/tests/Makefile"
23427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23428 d3dx8/tests"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/d3dx9_24/Makefile"
23435 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 d3dx9_24"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23439 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/d3dx9_25/Makefile"
23443 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23444 d3dx9_25"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23447 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/d3dx9_26/Makefile"
23451 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 d3dx9_26"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/d3dx9_27/Makefile"
23459 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23460 d3dx9_27"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23463 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/d3dx9_28/Makefile"
23467 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 d3dx9_28"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23471 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/d3dx9_29/Makefile"
23475 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23476 d3dx9_29"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23479 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/d3dx9_30/Makefile"
23483 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 d3dx9_30"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/d3dx9_31/Makefile"
23491 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23492 d3dx9_31"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23495 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/d3dx9_32/Makefile"
23499 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 d3dx9_32"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23503 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/d3dx9_33/Makefile"
23507 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23508 d3dx9_33"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23511 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/d3dx9_34/Makefile"
23515 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 d3dx9_34"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/d3dx9_35/Makefile"
23523 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23524 d3dx9_35"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23527 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/d3dx9_36/Makefile"
23531 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 d3dx9_36"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23535 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/d3dx9_36/tests/Makefile"
23539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23540 d3dx9_36/tests"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23543 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/d3dx9_37/Makefile"
23547 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 d3dx9_37"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23551 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/d3dx9_38/Makefile"
23555 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 d3dx9_38"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/d3dx9_39/Makefile"
23563 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 d3dx9_39"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/d3dx9_40/Makefile"
23571 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 d3dx9_40"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/d3dxof/Makefile"
23579 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 d3dxof"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/d3dxof/tests/Makefile"
23587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23588 d3dxof/tests"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23591 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/dbghelp/Makefile"
23595 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 dbghelp"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23599 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/dciman32/Makefile"
23603 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 dciman32"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/ddraw/Makefile"
23611 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 ddraw"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/ddraw/tests/Makefile"
23619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23620 ddraw/tests"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23623 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/ddrawex/Makefile"
23627 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 ddrawex"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23631 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/ddrawex/tests/Makefile"
23635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23636 ddrawex/tests"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23639 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/devenum/Makefile"
23643 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 devenum"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23647 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/dinput/Makefile"
23651 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23652 dinput"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23655 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/dinput/tests/Makefile"
23659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23660 dinput/tests"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23663 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/dinput8/Makefile"
23667 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23668 dinput8"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23671 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/dmband/Makefile"
23675 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 dmband"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/dmcompos/Makefile"
23683 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23684 dmcompos"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23687 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/dmime/Makefile"
23691 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 dmime"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/dmloader/Makefile"
23699 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23700 dmloader"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23703 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/dmscript/Makefile"
23707 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 dmscript"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/dmstyle/Makefile"
23715 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23716 dmstyle"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23719 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/dmsynth/Makefile"
23723 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 dmsynth"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/dmusic/Makefile"
23731 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23732 dmusic"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23735 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/dmusic32/Makefile"
23739 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 dmusic32"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23743 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/dnsapi/Makefile"
23747 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 dnsapi"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/dnsapi/tests/Makefile"
23755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23756 dnsapi/tests"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23759 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/dplay/Makefile"
23763 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23764 dplay"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23767 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/dplayx/Makefile"
23771 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 dplayx"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23775 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/dplayx/tests/Makefile"
23779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23780 dplayx/tests"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23783 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/dpnaddr/Makefile"
23787 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 dpnaddr"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23791 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/dpnet/Makefile"
23795 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 dpnet"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23799 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/dpnhpast/Makefile"
23803 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 dpnhpast"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/dpnlobby/Makefile"
23811 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 dpnlobby"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23815 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/dpwsockx/Makefile"
23819 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 dpwsockx"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/dsound/Makefile"
23827 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 dsound"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23831 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/dsound/tests/Makefile"
23835 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23836 dsound/tests"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23839 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/dssenh/Makefile"
23843 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 dssenh"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23847 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/dswave/Makefile"
23851 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 dswave"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23855 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/dwmapi/Makefile"
23859 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 dwmapi"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23863 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/dxdiagn/Makefile"
23867 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 dxdiagn"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/dxerr8/Makefile"
23875 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23876 dxerr8"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23879 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/dxerr9/Makefile"
23883 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23884 dxerr9"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23887 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/dxgi/Makefile"
23891 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 dxgi"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23895 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/dxgi/tests/Makefile"
23899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23900 dxgi/tests"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23903 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/dxguid/Makefile"
23907 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23908 dxguid"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23911 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/faultrep/Makefile"
23915 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 faultrep"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23919 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/fusion/Makefile"
23923 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 fusion"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23927 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/fusion/tests/Makefile"
23931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23932 fusion/tests"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23935 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/gdi32/Makefile"
23939 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 gdi32"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23943 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/gdi32/tests/Makefile"
23947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23948 gdi32/tests"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23951 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/gdiplus/Makefile"
23955 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 gdiplus"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/gdiplus/tests/Makefile"
23963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23964 gdiplus/tests"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23967 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/glu32/Makefile"
23971 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 glu32"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/gphoto2.ds/Makefile"
23979 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 gphoto2.ds"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23983 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/gpkcsp/Makefile"
23987 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 gpkcsp"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/hal/Makefile"
23995 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 hal"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/hal/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/hhctrl.ocx/Makefile"
24003 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 hhctrl.ocx"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/hid/Makefile"
24011 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24012 hid"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24015 ac_config_files="$ac_config_files dlls/hid/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/hlink/Makefile"
24019 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 hlink"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/hlink/tests/Makefile"
24027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24028 hlink/tests"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24031 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/hnetcfg/Makefile"
24035 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 hnetcfg"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/httpapi/Makefile"
24043 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 httpapi"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/iccvid/Makefile"
24051 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 iccvid"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/icmp/Makefile"
24059 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 icmp"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/ifsmgr.vxd/Makefile"
24067 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 ifsmgr.vxd"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/imaadp32.acm/Makefile"
24075 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 imaadp32.acm"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/imagehlp/Makefile"
24083 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 imagehlp"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/imm32/Makefile"
24091 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 imm32"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/imm32/tests/Makefile"
24099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24100 imm32/tests"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24103 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/inetcomm/Makefile"
24107 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 inetcomm"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/inetcomm/tests/Makefile"
24115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24116 inetcomm/tests"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24119 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/inetmib1/Makefile"
24123 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 inetmib1"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/inetmib1/tests/Makefile"
24131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24132 inetmib1/tests"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24135 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/infosoft/Makefile"
24139 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 infosoft"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/infosoft/tests/Makefile"
24147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24148 infosoft/tests"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24151 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/initpki/Makefile"
24155 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 initpki"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/inkobj/Makefile"
24163 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 inkobj"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/inseng/Makefile"
24171 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 inseng"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/iphlpapi/Makefile"
24179 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 iphlpapi"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/iphlpapi/tests/Makefile"
24187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24188 iphlpapi/tests"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24191 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/itircl/Makefile"
24195 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 itircl"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/itss/Makefile"
24203 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 itss"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/itss/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/itss/tests/Makefile"
24211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24212 itss/tests"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24215 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/jscript/Makefile"
24219 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24220 jscript"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24223 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/jscript/tests/Makefile"
24227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24228 jscript/tests"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24231 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/kernel32/Makefile"
24235 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 kernel32"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/kernel32/tests/Makefile"
24243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24244 kernel32/tests"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24247 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/loadperf/Makefile"
24251 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 loadperf"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/localspl/Makefile"
24259 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 localspl"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/localspl/tests/Makefile"
24267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 localspl/tests"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24271 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/localui/Makefile"
24275 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 localui"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/localui/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/localui/tests/Makefile"
24283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 localui/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/lz32/Makefile"
24291 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 lz32"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/lz32/tests/Makefile"
24299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24300 lz32/tests"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24303 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/mapi32/Makefile"
24307 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 mapi32"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/mapi32/tests/Makefile"
24315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24316 mapi32/tests"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24319 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/mciavi32/Makefile"
24323 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 mciavi32"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/mcicda/Makefile"
24331 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 mcicda"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/mciqtz32/Makefile"
24339 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 mciqtz32"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/mciseq/Makefile"
24347 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 mciseq"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/mciwave/Makefile"
24355 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 mciwave"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/midimap/Makefile"
24363 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 midimap"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/mlang/Makefile"
24371 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 mlang"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/mlang/tests/Makefile"
24379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24380 mlang/tests"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24383 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/mmdevldr.vxd/Makefile"
24387 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 mmdevldr.vxd"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/monodebg.vxd/Makefile"
24395 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 monodebg.vxd"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/mountmgr.sys/Makefile"
24403 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 mountmgr.sys"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/mpr/Makefile"
24411 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 mpr"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/mprapi/Makefile"
24419 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 mprapi"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/msacm32.drv/Makefile"
24427 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 msacm32.drv"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/msacm32/Makefile"
24435 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 msacm32"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/msacm32/tests/Makefile"
24443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24444 msacm32/tests"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24447 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/msadp32.acm/Makefile"
24451 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 msadp32.acm"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/mscat32/Makefile"
24459 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 mscat32"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/mscms/Makefile"
24467 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 mscms"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/mscms/tests/Makefile"
24475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476 mscms/tests"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/mscoree/Makefile"
24483 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 mscoree"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/msctf/Makefile"
24491 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 msctf"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/msctf/tests/Makefile"
24499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 msctf/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/msdmo/Makefile"
24507 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 msdmo"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/msftedit/Makefile"
24515 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 msftedit"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/msg711.acm/Makefile"
24523 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 msg711.acm"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/mshtml.tlb/Makefile"
24531 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 mshtml.tlb"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/mshtml/Makefile"
24539 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 mshtml"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/mshtml/tests/Makefile"
24547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24548 mshtml/tests"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24551 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/msi/Makefile"
24555 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 msi"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/msi/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/msi/tests/Makefile"
24563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24564 msi/tests"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24567 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/msimg32/Makefile"
24571 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 msimg32"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/msimtf/Makefile"
24579 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 msimtf"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/msisip/Makefile"
24587 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 msisip"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/msisys.ocx/Makefile"
24595 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 msisys.ocx"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/msnet32/Makefile"
24603 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 msnet32"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/msrle32/Makefile"
24611 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 msrle32"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/mssign32/Makefile"
24619 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 mssign32"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/mssip32/Makefile"
24627 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 mssip32"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/mstask/Makefile"
24635 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 mstask"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/mstask/tests/Makefile"
24643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24644 mstask/tests"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24647 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/msvcirt/Makefile"
24651 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 msvcirt"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/msvcr71/Makefile"
24659 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 msvcr71"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/msvcrt/Makefile"
24667 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 msvcrt"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/msvcrt/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 msvcrt/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/msvcrt20/Makefile"
24683 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 msvcrt20"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/msvcrt40/Makefile"
24691 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 msvcrt40"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/msvcrtd/Makefile"
24699 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 msvcrtd"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/msvcrtd/tests/Makefile"
24707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708 msvcrtd/tests"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24711 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/msvfw32/Makefile"
24715 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 msvfw32"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/msvfw32/tests/Makefile"
24723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724 msvfw32/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/msvidc32/Makefile"
24731 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 msvidc32"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/mswsock/Makefile"
24739 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 mswsock"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/msxml3/Makefile"
24747 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 msxml3"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/msxml3/tests/Makefile"
24755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24756 msxml3/tests"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24759 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/nddeapi/Makefile"
24763 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 nddeapi"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/netapi32/Makefile"
24771 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 netapi32"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/netapi32/tests/Makefile"
24779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24780 netapi32/tests"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24783 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/newdev/Makefile"
24787 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 newdev"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/ntdll/Makefile"
24795 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 ntdll"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/ntdll/tests/Makefile"
24803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24804 ntdll/tests"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24807 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/ntdsapi/Makefile"
24811 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 ntdsapi"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/ntdsapi/tests/Makefile"
24819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24820 ntdsapi/tests"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24823 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/ntoskrnl.exe/Makefile"
24827 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 ntoskrnl.exe"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/ntprint/Makefile"
24835 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 ntprint"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/ntprint/tests/Makefile"
24843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24844 ntprint/tests"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24847 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/objsel/Makefile"
24851 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 objsel"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/odbc32/Makefile"
24859 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 odbc32"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/odbccp32/Makefile"
24867 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 odbccp32"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/odbccp32/tests/Makefile"
24875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24876 odbccp32/tests"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24879 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/ole32/Makefile"
24883 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 ole32"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/ole32/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892 ole32/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/oleacc/Makefile"
24899 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 oleacc"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/oleacc/tests/Makefile"
24907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24908 oleacc/tests"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24911 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/oleaut32/Makefile"
24915 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 oleaut32"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/oleaut32/tests/Makefile"
24923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924 oleaut32/tests"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24927 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/olecli32/Makefile"
24931 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 olecli32"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/oledlg/Makefile"
24939 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 oledlg"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/olepro32/Makefile"
24947 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 olepro32"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/olesvr32/Makefile"
24955 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 olesvr32"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/olethk32/Makefile"
24963 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 olethk32"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/opengl32/Makefile"
24971 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 opengl32"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/opengl32/tests/Makefile"
24979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 opengl32/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/pdh/Makefile"
24987 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 pdh"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/pdh/tests/Makefile"
24995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 pdh/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/pidgen/Makefile"
25003 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 pidgen"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/powrprof/Makefile"
25011 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 powrprof"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/printui/Makefile"
25019 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 printui"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/printui/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/propsys/Makefile"
25027 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 propsys"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/psapi/Makefile"
25035 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 psapi"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/psapi/tests/Makefile"
25043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25044 psapi/tests"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25047 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/pstorec/Makefile"
25051 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 pstorec"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/qcap/Makefile"
25059 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 qcap"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/qedit/Makefile"
25067 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 qedit"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/qedit/tests/Makefile"
25075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25076 qedit/tests"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25079 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/qmgr/Makefile"
25083 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 qmgr"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/qmgr/tests/Makefile"
25091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25092 qmgr/tests"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25095 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/qmgrprxy/Makefile"
25099 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 qmgrprxy"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/quartz/Makefile"
25107 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 quartz"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/quartz/tests/Makefile"
25115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25116 quartz/tests"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25119 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/query/Makefile"
25123 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 query"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/query/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/rasapi32/Makefile"
25131 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 rasapi32"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/rasapi32/tests/Makefile"
25139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25140 rasapi32/tests"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25143 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/rasdlg/Makefile"
25147 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 rasdlg"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/resutils/Makefile"
25155 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 resutils"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/riched20/Makefile"
25163 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 riched20"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/riched20/tests/Makefile"
25171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25172 riched20/tests"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25175 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/riched32/Makefile"
25179 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 riched32"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/riched32/tests/Makefile"
25187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25188 riched32/tests"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25191 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/rpcrt4/Makefile"
25195 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 rpcrt4"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/rpcrt4/tests/Makefile"
25203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25204 rpcrt4/tests"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25207 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/rsabase/Makefile"
25211 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 rsabase"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/rsaenh/Makefile"
25219 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 rsaenh"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/rsaenh/tests/Makefile"
25227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25228 rsaenh/tests"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25231 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/sane.ds/Makefile"
25235 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 sane.ds"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/sccbase/Makefile"
25243 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 sccbase"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/schannel/Makefile"
25251 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 schannel"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/schannel/tests/Makefile"
25259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25260 schannel/tests"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25263 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/secur32/Makefile"
25267 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 secur32"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/secur32/tests/Makefile"
25275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25276 secur32/tests"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25279 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/security/Makefile"
25283 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 security"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/security/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/sensapi/Makefile"
25291 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 sensapi"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/serialui/Makefile"
25299 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 serialui"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/serialui/tests/Makefile"
25307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25308 serialui/tests"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25311 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/setupapi/Makefile"
25315 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 setupapi"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/setupapi/tests/Makefile"
25323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25324 setupapi/tests"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25327 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/sfc/Makefile"
25331 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 sfc"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/sfc_os/Makefile"
25339 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 sfc_os"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/shdoclc/Makefile"
25347 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 shdoclc"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/shdocvw/Makefile"
25355 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 shdocvw"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/shdocvw/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 shdocvw/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/shell32/Makefile"
25371 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 shell32"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/shell32/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 shell32/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/shfolder/Makefile"
25387 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 shfolder"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/shlwapi/Makefile"
25395 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 shlwapi"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/shlwapi/tests/Makefile"
25403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25404 shlwapi/tests"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25407 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/slbcsp/Makefile"
25411 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 slbcsp"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/slc/Makefile"
25419 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 slc"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/slc/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/snmpapi/Makefile"
25427 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 snmpapi"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/snmpapi/tests/Makefile"
25435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25436 snmpapi/tests"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25439 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/softpub/Makefile"
25443 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 softpub"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/spoolss/Makefile"
25451 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25452 spoolss"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25455 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/spoolss/tests/Makefile"
25459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25460 spoolss/tests"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25463 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/stdole2.tlb/Makefile"
25467 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 stdole2.tlb"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/stdole32.tlb/Makefile"
25475 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 stdole32.tlb"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/sti/Makefile"
25483 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 sti"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/sti/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/strmiids/Makefile"
25491 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25492 strmiids"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25495 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/svrapi/Makefile"
25499 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 svrapi"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/sxs/Makefile"
25507 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 sxs"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/tapi32/Makefile"
25515 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 tapi32"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/traffic/Makefile"
25523 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 traffic"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/twain_32/Makefile"
25531 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532 twain_32"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/twain_32/tests/Makefile"
25539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25540 twain_32/tests"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25543 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/unicows/Makefile"
25547 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 unicows"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/updspapi/Makefile"
25555 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 updspapi"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/url/Makefile"
25563 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 url"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/url/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/urlmon/Makefile"
25571 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572 urlmon"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/urlmon/tests/Makefile"
25579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25580 urlmon/tests"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25583 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/user32/Makefile"
25587 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 user32"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/user32/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/user32/tests/Makefile"
25595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25596 user32/tests"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25599 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/userenv/Makefile"
25603 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 userenv"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/userenv/tests/Makefile"
25611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25612 userenv/tests"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25615 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/usp10/Makefile"
25619 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620 usp10"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/usp10/tests/Makefile"
25627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25628 usp10/tests"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25631 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/uuid/Makefile"
25635 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25636 uuid"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25639 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/uxtheme/Makefile"
25643 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 uxtheme"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/uxtheme/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652 uxtheme/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/vdhcp.vxd/Makefile"
25659 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 vdhcp.vxd"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/vdmdbg/Makefile"
25667 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25668 vdmdbg"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25671 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/version/Makefile"
25675 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 version"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/version/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/version/tests/Makefile"
25683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25684 version/tests"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25687 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/vmm.vxd/Makefile"
25691 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 vmm.vxd"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/vnbt.vxd/Makefile"
25699 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25700 vnbt.vxd"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25703 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/vnetbios.vxd/Makefile"
25707 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 vnetbios.vxd"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/vtdapi.vxd/Makefile"
25715 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 vtdapi.vxd"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/vwin32.vxd/Makefile"
25723 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 vwin32.vxd"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/w32skrnl/Makefile"
25731 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 w32skrnl"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/winealsa.drv/Makefile"
25739 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 winealsa.drv"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/wineaudioio.drv/Makefile"
25747 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 wineaudioio.drv"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/winecoreaudio.drv/Makefile"
25755 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 winecoreaudio.drv"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/winecrt0/Makefile"
25763 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25764 winecrt0"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25767 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/wined3d/Makefile"
25771 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772 wined3d"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/winedos/Makefile"
25779 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 winedos"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/wineesd.drv/Makefile"
25787 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 wineesd.drv"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/winejack.drv/Makefile"
25795 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 winejack.drv"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/winejoystick.drv/Makefile"
25803 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804 winejoystick.drv"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/winemp3.acm/Makefile"
25811 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 winemp3.acm"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/winenas.drv/Makefile"
25819 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 winenas.drv"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/wineoss.drv/Makefile"
25827 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 wineoss.drv"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/wineps.drv/Makefile"
25835 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 wineps.drv"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/winepulse.drv/Makefile"
25843 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 winepulse.drv"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/winequartz.drv/Makefile"
25851 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 winequartz.drv"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/winex11.drv/Makefile"
25859 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 winex11.drv"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/wing32/Makefile"
25867 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868 wing32"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/winhttp/Makefile"
25875 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 winhttp"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/winhttp/tests/Makefile"
25883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25884 winhttp/tests"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25887 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/wininet/Makefile"
25891 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 wininet"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/wininet/tests/Makefile"
25899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25900 wininet/tests"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25903 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/winmm/Makefile"
25907 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908 winmm"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/winmm/tests/Makefile"
25915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25916 winmm/tests"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25919 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/winnls32/Makefile"
25923 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 winnls32"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/winscard/Makefile"
25931 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 winscard"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/winspool.drv/Makefile"
25939 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 winspool.drv"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/winspool.drv/tests/Makefile"
25947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25948 winspool.drv/tests"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25951 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/wintab32/Makefile"
25955 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 wintab32"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/wintrust/Makefile"
25963 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964 wintrust"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/wintrust/tests/Makefile"
25971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25972 wintrust/tests"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25975 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/wldap32/Makefile"
25979 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 wldap32"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/wldap32/tests/Makefile"
25987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25988 wldap32/tests"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25991 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/wmi/Makefile"
25995 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 wmi"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/wnaspi32/Makefile"
26003 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 wnaspi32"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/wow32/Makefile"
26011 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 wow32"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/ws2_32/Makefile"
26019 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020 ws2_32"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/ws2_32/tests/Makefile"
26027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26028 ws2_32/tests"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26031 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/wsock32/Makefile"
26035 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 wsock32"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/wtsapi32/Makefile"
26043 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 wtsapi32"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/wuapi/Makefile"
26051 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 wuapi"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/xinput1_1/Makefile"
26059 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 xinput1_1"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/xinput1_2/Makefile"
26067 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068 xinput1_2"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/xinput1_3/Makefile"
26075 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 xinput1_3"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/xinput1_3/tests/Makefile"
26083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26084 xinput1_3/tests"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26087 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/xinput9_1_0/Makefile"
26091 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092 xinput9_1_0"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 documentation/Makefile"
26099 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26100 documentation"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 documentation/Makefile: documentation/Makefile.in Make.rules"
26103 ac_config_files="$ac_config_files documentation/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 fonts/Makefile"
26107 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26108 fonts"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 fonts/Makefile: fonts/Makefile.in Make.rules"
26111 ac_config_files="$ac_config_files fonts/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 include/Makefile"
26115 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26116 include"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 include/Makefile: include/Makefile.in Make.rules"
26119 ac_config_files="$ac_config_files include/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 libs/Makefile"
26123 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26124 libs"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 libs/Makefile: libs/Makefile.in Make.rules"
26127 ac_config_files="$ac_config_files libs/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 libs/port/Makefile"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26134 ac_config_files="$ac_config_files libs/port/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 libs/wine/Makefile"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26141 ac_config_files="$ac_config_files libs/wine/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 libs/wpp/Makefile"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26148 ac_config_files="$ac_config_files libs/wpp/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 loader/Makefile"
26152 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26153 loader"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 loader/Makefile: loader/Makefile.in Make.rules"
26156 ac_config_files="$ac_config_files loader/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 programs/Makefile"
26160 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26161 programs"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 programs/Makefile: programs/Makefile.in Make.rules"
26164 ac_config_files="$ac_config_files programs/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 programs/cacls/Makefile"
26168 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26169 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26170 cacls"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26173 ac_config_files="$ac_config_files programs/cacls/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 programs/clock/Makefile"
26177 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26178 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26179 clock"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26182 ac_config_files="$ac_config_files programs/clock/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 programs/cmd/Makefile"
26186 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26187 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26188 cmd"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26191 ac_config_files="$ac_config_files programs/cmd/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 programs/cmdlgtst/Makefile"
26195 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26196 cmdlgtst"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26199 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 programs/control/Makefile"
26203 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26204 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26205 control"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26208 ac_config_files="$ac_config_files programs/control/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 programs/eject/Makefile"
26212 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26213 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26214 eject"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26217 ac_config_files="$ac_config_files programs/eject/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 programs/expand/Makefile"
26221 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26222 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26223 expand"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26226 ac_config_files="$ac_config_files programs/expand/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 programs/explorer/Makefile"
26230 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26231 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26232 explorer"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26235 ac_config_files="$ac_config_files programs/explorer/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 programs/hh/Makefile"
26239 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26240 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26244 ac_config_files="$ac_config_files programs/hh/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 programs/icinfo/Makefile"
26248 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26249 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26250 icinfo"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26253 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 programs/iexplore/Makefile"
26257 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26258 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26259 iexplore"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26262 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 programs/lodctr/Makefile"
26266 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26267 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26268 lodctr"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26271 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 programs/msiexec/Makefile"
26275 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26276 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26277 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26278 msiexec"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26281 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 programs/net/Makefile"
26285 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26286 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26287 net"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26290 ac_config_files="$ac_config_files programs/net/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 programs/notepad/Makefile"
26294 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26295 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26296 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26297 notepad"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26300 ac_config_files="$ac_config_files programs/notepad/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 programs/oleview/Makefile"
26304 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26305 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26306 oleview"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26309 ac_config_files="$ac_config_files programs/oleview/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 programs/progman/Makefile"
26313 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26314 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26315 progman"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26318 ac_config_files="$ac_config_files programs/progman/Makefile"
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321 programs/reg/Makefile"
26322 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26323 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26324 reg"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26327 ac_config_files="$ac_config_files programs/reg/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 programs/regedit/Makefile"
26331 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26332 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26333 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26334 regedit"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26337 ac_config_files="$ac_config_files programs/regedit/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 programs/regsvr32/Makefile"
26341 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26342 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26343 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26344 regsvr32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26347 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 programs/rpcss/Makefile"
26351 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26352 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26353 rpcss"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26356 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 programs/rundll32/Makefile"
26360 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26361 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26362 rundll32"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26365 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 programs/secedit/Makefile"
26369 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26370 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26371 secedit"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26374 ac_config_files="$ac_config_files programs/secedit/Makefile"
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377 programs/services/Makefile"
26378 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26379 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26380 services"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26383 ac_config_files="$ac_config_files programs/services/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 programs/spoolsv/Makefile"
26387 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26388 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26389 spoolsv"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26392 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 programs/start/Makefile"
26396 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26397 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26398 start"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26401 ac_config_files="$ac_config_files programs/start/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 programs/svchost/Makefile"
26405 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26406 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26407 svchost"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26410 ac_config_files="$ac_config_files programs/svchost/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 programs/taskmgr/Makefile"
26414 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26415 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26416 taskmgr"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26419 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 programs/uninstaller/Makefile"
26423 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26424 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26425 uninstaller"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26428 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 programs/unlodctr/Makefile"
26432 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26433 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26434 unlodctr"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26437 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 programs/view/Makefile"
26441 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26442 view"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26445 ac_config_files="$ac_config_files programs/view/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 programs/wineboot/Makefile"
26449 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26450 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26451 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26452 wineboot"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26455 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 programs/winebrowser/Makefile"
26459 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26460 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26461 winebrowser"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26464 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 programs/winecfg/Makefile"
26468 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26469 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26470 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26471 winecfg"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26474 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 programs/wineconsole/Makefile"
26478 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26479 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26480 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26481 wineconsole"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26484 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 programs/winedbg/Makefile"
26488 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26489 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26490 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26491 winedbg"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26494 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497 programs/winedevice/Makefile"
26498 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26499 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26500 winedevice"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26503 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 programs/winefile/Makefile"
26507 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26508 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26509 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26510 winefile"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26513 ac_config_files="$ac_config_files programs/winefile/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 programs/winemenubuilder/Makefile"
26517 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26518 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26519 winemenubuilder"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26522 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 programs/winemine/Makefile"
26526 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26527 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26528 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26529 winemine"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26532 ac_config_files="$ac_config_files programs/winemine/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 programs/winepath/Makefile"
26536 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26537 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26538 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26539 winepath"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26542 ac_config_files="$ac_config_files programs/winepath/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 programs/winetest/Makefile"
26546 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26547 winetest"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26550 ac_config_files="$ac_config_files programs/winetest/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 programs/winevdm/Makefile"
26554 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26555 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26556 winevdm"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26559 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 programs/winhelp.exe16/Makefile"
26563 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26564 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26565 winhelp.exe16"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26568 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 programs/winhlp32/Makefile"
26572 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26573 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26574 winhlp32"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26577 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 programs/winoldap.mod16/Makefile"
26581 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26582 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26583 winoldap.mod16"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26586 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 programs/winver/Makefile"
26590 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26591 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26592 winver"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26595 ac_config_files="$ac_config_files programs/winver/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 programs/wordpad/Makefile"
26599 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26600 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26601 wordpad"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26604 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 programs/write/Makefile"
26608 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26609 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26610 write"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26613 ac_config_files="$ac_config_files programs/write/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 programs/xcopy/Makefile"
26617 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26618 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26619 xcopy"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26622 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 server/Makefile"
26626 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26627 server"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 server/Makefile: server/Makefile.in Make.rules"
26630 ac_config_files="$ac_config_files server/Makefile"
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633 tools/Makefile"
26634 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26635 tools"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 tools/Makefile: tools/Makefile.in Make.rules"
26638 ac_config_files="$ac_config_files tools/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 tools/widl/Makefile"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26645 ac_config_files="$ac_config_files tools/widl/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 tools/winebuild/Makefile"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26652 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 tools/winedump/Makefile"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26659 ac_config_files="$ac_config_files tools/winedump/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 tools/winegcc/Makefile"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26666 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 tools/wmc/Makefile"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26673 ac_config_files="$ac_config_files tools/wmc/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 tools/wrc/Makefile"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26680 ac_config_files="$ac_config_files tools/wrc/Makefile"
26684 ALL_WINETEST_DEPENDS="# Test binaries"
26686 for dir in $ALL_TEST_DIRS
26688 if test "$dir" != "\\"
26689 then
26690 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26691 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26692 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26693 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26695 done
26697 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
26699 cat >confcache <<\_ACEOF
26700 # This file is a shell script that caches the results of configure
26701 # tests run on this system so they can be shared between configure
26702 # scripts and configure runs, see configure's option --config-cache.
26703 # It is not useful on other systems. If it contains results you don't
26704 # want to keep, you may remove or edit it.
26706 # config.status only pays attention to the cache file if you give it
26707 # the --recheck option to rerun configure.
26709 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26710 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26711 # following values.
26713 _ACEOF
26715 # The following way of writing the cache mishandles newlines in values,
26716 # but we know of no workaround that is simple, portable, and efficient.
26717 # So, we kill variables containing newlines.
26718 # Ultrix sh set writes to stderr and can't be redirected directly,
26719 # and sets the high bit in the cache file unless we assign to the vars.
26721 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26722 eval ac_val=\$$ac_var
26723 case $ac_val in #(
26724 *${as_nl}*)
26725 case $ac_var in #(
26726 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26727 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26728 esac
26729 case $ac_var in #(
26730 _ | IFS | as_nl) ;; #(
26731 *) $as_unset $ac_var ;;
26732 esac ;;
26733 esac
26734 done
26736 (set) 2>&1 |
26737 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26738 *${as_nl}ac_space=\ *)
26739 # `set' does not quote correctly, so add quotes (double-quote
26740 # substitution turns \\\\ into \\, and sed turns \\ into \).
26741 sed -n \
26742 "s/'/'\\\\''/g;
26743 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26744 ;; #(
26746 # `set' quotes correctly as required by POSIX, so do not add quotes.
26747 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26749 esac |
26750 sort
26752 sed '
26753 /^ac_cv_env_/b end
26754 t clear
26755 :clear
26756 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26757 t end
26758 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26759 :end' >>confcache
26760 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26761 if test -w "$cache_file"; then
26762 test "x$cache_file" != "x/dev/null" &&
26763 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26764 echo "$as_me: updating cache $cache_file" >&6;}
26765 cat confcache >$cache_file
26766 else
26767 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26768 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26771 rm -f confcache
26773 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26774 # Let make expand exec_prefix.
26775 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26777 DEFS=-DHAVE_CONFIG_H
26779 ac_libobjs=
26780 ac_ltlibobjs=
26781 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26782 # 1. Remove the extension, and $U if already installed.
26783 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26784 ac_i=`echo "$ac_i" | sed "$ac_script"`
26785 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26786 # will be set to the directory where LIBOBJS objects are built.
26787 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26788 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26789 done
26790 LIBOBJS=$ac_libobjs
26792 LTLIBOBJS=$ac_ltlibobjs
26796 : ${CONFIG_STATUS=./config.status}
26797 ac_clean_files_save=$ac_clean_files
26798 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26799 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26800 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26801 cat >$CONFIG_STATUS <<_ACEOF
26802 #! $SHELL
26803 # Generated by $as_me.
26804 # Run this file to recreate the current configuration.
26805 # Compiler output produced by configure, useful for debugging
26806 # configure, is in config.log if it exists.
26808 debug=false
26809 ac_cs_recheck=false
26810 ac_cs_silent=false
26811 SHELL=\${CONFIG_SHELL-$SHELL}
26812 _ACEOF
26814 cat >>$CONFIG_STATUS <<\_ACEOF
26815 ## --------------------- ##
26816 ## M4sh Initialization. ##
26817 ## --------------------- ##
26819 # Be more Bourne compatible
26820 DUALCASE=1; export DUALCASE # for MKS sh
26821 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26822 emulate sh
26823 NULLCMD=:
26824 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26825 # is contrary to our usage. Disable this feature.
26826 alias -g '${1+"$@"}'='"$@"'
26827 setopt NO_GLOB_SUBST
26828 else
26829 case `(set -o) 2>/dev/null` in
26830 *posix*) set -o posix ;;
26831 esac
26838 # PATH needs CR
26839 # Avoid depending upon Character Ranges.
26840 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26841 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26842 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26843 as_cr_digits='0123456789'
26844 as_cr_alnum=$as_cr_Letters$as_cr_digits
26846 # The user is always right.
26847 if test "${PATH_SEPARATOR+set}" != set; then
26848 echo "#! /bin/sh" >conf$$.sh
26849 echo "exit 0" >>conf$$.sh
26850 chmod +x conf$$.sh
26851 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26852 PATH_SEPARATOR=';'
26853 else
26854 PATH_SEPARATOR=:
26856 rm -f conf$$.sh
26859 # Support unset when possible.
26860 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26861 as_unset=unset
26862 else
26863 as_unset=false
26867 # IFS
26868 # We need space, tab and new line, in precisely that order. Quoting is
26869 # there to prevent editors from complaining about space-tab.
26870 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26871 # splitting by setting IFS to empty value.)
26872 as_nl='
26874 IFS=" "" $as_nl"
26876 # Find who we are. Look in the path if we contain no directory separator.
26877 case $0 in
26878 *[\\/]* ) as_myself=$0 ;;
26879 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26880 for as_dir in $PATH
26882 IFS=$as_save_IFS
26883 test -z "$as_dir" && as_dir=.
26884 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26885 done
26886 IFS=$as_save_IFS
26889 esac
26890 # We did not find ourselves, most probably we were run as `sh COMMAND'
26891 # in which case we are not to be found in the path.
26892 if test "x$as_myself" = x; then
26893 as_myself=$0
26895 if test ! -f "$as_myself"; then
26896 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26897 { (exit 1); exit 1; }
26900 # Work around bugs in pre-3.0 UWIN ksh.
26901 for as_var in ENV MAIL MAILPATH
26902 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26903 done
26904 PS1='$ '
26905 PS2='> '
26906 PS4='+ '
26908 # NLS nuisances.
26909 for as_var in \
26910 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26911 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26912 LC_TELEPHONE LC_TIME
26914 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26915 eval $as_var=C; export $as_var
26916 else
26917 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26919 done
26921 # Required to use basename.
26922 if expr a : '\(a\)' >/dev/null 2>&1 &&
26923 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26924 as_expr=expr
26925 else
26926 as_expr=false
26929 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26930 as_basename=basename
26931 else
26932 as_basename=false
26936 # Name of the executable.
26937 as_me=`$as_basename -- "$0" ||
26938 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26939 X"$0" : 'X\(//\)$' \| \
26940 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26941 echo X/"$0" |
26942 sed '/^.*\/\([^/][^/]*\)\/*$/{
26943 s//\1/
26946 /^X\/\(\/\/\)$/{
26947 s//\1/
26950 /^X\/\(\/\).*/{
26951 s//\1/
26954 s/.*/./; q'`
26956 # CDPATH.
26957 $as_unset CDPATH
26961 as_lineno_1=$LINENO
26962 as_lineno_2=$LINENO
26963 test "x$as_lineno_1" != "x$as_lineno_2" &&
26964 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26966 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26967 # uniformly replaced by the line number. The first 'sed' inserts a
26968 # line-number line after each line using $LINENO; the second 'sed'
26969 # does the real work. The second script uses 'N' to pair each
26970 # line-number line with the line containing $LINENO, and appends
26971 # trailing '-' during substitution so that $LINENO is not a special
26972 # case at line end.
26973 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26974 # scripts with optimization help from Paolo Bonzini. Blame Lee
26975 # E. McMahon (1931-1989) for sed's syntax. :-)
26976 sed -n '
26978 /[$]LINENO/=
26979 ' <$as_myself |
26980 sed '
26981 s/[$]LINENO.*/&-/
26982 t lineno
26984 :lineno
26986 :loop
26987 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26988 t loop
26989 s/-\n.*//
26990 ' >$as_me.lineno &&
26991 chmod +x "$as_me.lineno" ||
26992 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26993 { (exit 1); exit 1; }; }
26995 # Don't try to exec as it changes $[0], causing all sort of problems
26996 # (the dirname of $[0] is not the place where we might find the
26997 # original and so on. Autoconf is especially sensitive to this).
26998 . "./$as_me.lineno"
26999 # Exit status is that of the last command.
27000 exit
27004 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27005 as_dirname=dirname
27006 else
27007 as_dirname=false
27010 ECHO_C= ECHO_N= ECHO_T=
27011 case `echo -n x` in
27012 -n*)
27013 case `echo 'x\c'` in
27014 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27015 *) ECHO_C='\c';;
27016 esac;;
27018 ECHO_N='-n';;
27019 esac
27021 if expr a : '\(a\)' >/dev/null 2>&1 &&
27022 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27023 as_expr=expr
27024 else
27025 as_expr=false
27028 rm -f conf$$ conf$$.exe conf$$.file
27029 if test -d conf$$.dir; then
27030 rm -f conf$$.dir/conf$$.file
27031 else
27032 rm -f conf$$.dir
27033 mkdir conf$$.dir
27035 echo >conf$$.file
27036 if ln -s conf$$.file conf$$ 2>/dev/null; then
27037 as_ln_s='ln -s'
27038 # ... but there are two gotchas:
27039 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27040 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27041 # In both cases, we have to default to `cp -p'.
27042 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27043 as_ln_s='cp -p'
27044 elif ln conf$$.file conf$$ 2>/dev/null; then
27045 as_ln_s=ln
27046 else
27047 as_ln_s='cp -p'
27049 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27050 rmdir conf$$.dir 2>/dev/null
27052 if mkdir -p . 2>/dev/null; then
27053 as_mkdir_p=:
27054 else
27055 test -d ./-p && rmdir ./-p
27056 as_mkdir_p=false
27059 if test -x / >/dev/null 2>&1; then
27060 as_test_x='test -x'
27061 else
27062 if ls -dL / >/dev/null 2>&1; then
27063 as_ls_L_option=L
27064 else
27065 as_ls_L_option=
27067 as_test_x='
27068 eval sh -c '\''
27069 if test -d "$1"; then
27070 test -d "$1/.";
27071 else
27072 case $1 in
27073 -*)set "./$1";;
27074 esac;
27075 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27076 ???[sx]*):;;*)false;;esac;fi
27077 '\'' sh
27080 as_executable_p=$as_test_x
27082 # Sed expression to map a string onto a valid CPP name.
27083 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27085 # Sed expression to map a string onto a valid variable name.
27086 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27089 exec 6>&1
27091 # Save the log message, to keep $[0] and so on meaningful, and to
27092 # report actual input values of CONFIG_FILES etc. instead of their
27093 # values after options handling.
27094 ac_log="
27095 This file was extended by Wine $as_me 1.1.16, which was
27096 generated by GNU Autoconf 2.61. Invocation command line was
27098 CONFIG_FILES = $CONFIG_FILES
27099 CONFIG_HEADERS = $CONFIG_HEADERS
27100 CONFIG_LINKS = $CONFIG_LINKS
27101 CONFIG_COMMANDS = $CONFIG_COMMANDS
27102 $ $0 $@
27104 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27107 _ACEOF
27109 cat >>$CONFIG_STATUS <<_ACEOF
27110 # Files that config.status was made for.
27111 config_files="$ac_config_files"
27112 config_headers="$ac_config_headers"
27113 config_commands="$ac_config_commands"
27115 _ACEOF
27117 cat >>$CONFIG_STATUS <<\_ACEOF
27118 ac_cs_usage="\
27119 \`$as_me' instantiates files from templates according to the
27120 current configuration.
27122 Usage: $0 [OPTIONS] [FILE]...
27124 -h, --help print this help, then exit
27125 -V, --version print version number and configuration settings, then exit
27126 -q, --quiet do not print progress messages
27127 -d, --debug don't remove temporary files
27128 --recheck update $as_me by reconfiguring in the same conditions
27129 --file=FILE[:TEMPLATE]
27130 instantiate the configuration file FILE
27131 --header=FILE[:TEMPLATE]
27132 instantiate the configuration header FILE
27134 Configuration files:
27135 $config_files
27137 Configuration headers:
27138 $config_headers
27140 Configuration commands:
27141 $config_commands
27143 Report bugs to <bug-autoconf@gnu.org>."
27145 _ACEOF
27146 cat >>$CONFIG_STATUS <<_ACEOF
27147 ac_cs_version="\\
27148 Wine config.status 1.1.16
27149 configured by $0, generated by GNU Autoconf 2.61,
27150 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27152 Copyright (C) 2006 Free Software Foundation, Inc.
27153 This config.status script is free software; the Free Software Foundation
27154 gives unlimited permission to copy, distribute and modify it."
27156 ac_pwd='$ac_pwd'
27157 srcdir='$srcdir'
27158 INSTALL='$INSTALL'
27159 _ACEOF
27161 cat >>$CONFIG_STATUS <<\_ACEOF
27162 # If no file are specified by the user, then we need to provide default
27163 # value. By we need to know if files were specified by the user.
27164 ac_need_defaults=:
27165 while test $# != 0
27167 case $1 in
27168 --*=*)
27169 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27170 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27171 ac_shift=:
27174 ac_option=$1
27175 ac_optarg=$2
27176 ac_shift=shift
27178 esac
27180 case $ac_option in
27181 # Handling of the options.
27182 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27183 ac_cs_recheck=: ;;
27184 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27185 echo "$ac_cs_version"; exit ;;
27186 --debug | --debu | --deb | --de | --d | -d )
27187 debug=: ;;
27188 --file | --fil | --fi | --f )
27189 $ac_shift
27190 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27191 ac_need_defaults=false;;
27192 --header | --heade | --head | --hea )
27193 $ac_shift
27194 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27195 ac_need_defaults=false;;
27196 --he | --h)
27197 # Conflict between --help and --header
27198 { echo "$as_me: error: ambiguous option: $1
27199 Try \`$0 --help' for more information." >&2
27200 { (exit 1); exit 1; }; };;
27201 --help | --hel | -h )
27202 echo "$ac_cs_usage"; exit ;;
27203 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27204 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27205 ac_cs_silent=: ;;
27207 # This is an error.
27208 -*) { echo "$as_me: error: unrecognized option: $1
27209 Try \`$0 --help' for more information." >&2
27210 { (exit 1); exit 1; }; } ;;
27212 *) ac_config_targets="$ac_config_targets $1"
27213 ac_need_defaults=false ;;
27215 esac
27216 shift
27217 done
27219 ac_configure_extra_args=
27221 if $ac_cs_silent; then
27222 exec 6>/dev/null
27223 ac_configure_extra_args="$ac_configure_extra_args --silent"
27226 _ACEOF
27227 cat >>$CONFIG_STATUS <<_ACEOF
27228 if \$ac_cs_recheck; then
27229 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27230 CONFIG_SHELL=$SHELL
27231 export CONFIG_SHELL
27232 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27235 _ACEOF
27236 cat >>$CONFIG_STATUS <<\_ACEOF
27237 exec 5>>config.log
27239 echo
27240 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27241 ## Running $as_me. ##
27242 _ASBOX
27243 echo "$ac_log"
27244 } >&5
27246 _ACEOF
27247 cat >>$CONFIG_STATUS <<_ACEOF
27248 _ACEOF
27250 cat >>$CONFIG_STATUS <<\_ACEOF
27252 # Handling of arguments.
27253 for ac_config_target in $ac_config_targets
27255 case $ac_config_target in
27256 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27257 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27258 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27259 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27260 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27261 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27262 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27263 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27264 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27265 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27266 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27267 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27268 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27269 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27270 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27271 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27272 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27273 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27274 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27275 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27276 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27277 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27278 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27279 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27280 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27281 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27282 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27283 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27284 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27285 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27286 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27287 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27288 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27289 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27290 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27291 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27292 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27293 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27294 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27295 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27296 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27297 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27298 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27299 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27300 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27301 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27302 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27303 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27304 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27305 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27306 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27307 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27308 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27309 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27310 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27311 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27312 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27313 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27314 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27315 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27316 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27317 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27318 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27319 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27320 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27321 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27322 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27323 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27324 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27325 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27326 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27327 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27328 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27329 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27330 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27331 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27332 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27333 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27334 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27335 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27336 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27337 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27338 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27339 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27340 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27341 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27342 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27343 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27344 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27345 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27346 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27347 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27348 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27349 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27350 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27351 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27352 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27353 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27354 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27355 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27356 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27357 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27358 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27359 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27360 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27361 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27362 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27363 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27364 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27365 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27366 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27367 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27368 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27369 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27370 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27371 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27372 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27373 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27374 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27375 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27376 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27377 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27378 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27379 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27380 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27381 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27382 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27383 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27384 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27385 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27386 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27387 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27388 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27389 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27390 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27391 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27392 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27393 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27394 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27395 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27396 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27397 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27398 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27399 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27400 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27401 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27402 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27403 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27404 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27405 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27406 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27407 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27408 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27409 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27410 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27411 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27412 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27413 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27414 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27415 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27416 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27417 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27418 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27419 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27420 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27421 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27422 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27423 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27424 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27425 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27426 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27427 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27428 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27429 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27430 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27431 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27432 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27433 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27434 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27435 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27436 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27437 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27438 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27439 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27440 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27441 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27442 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27443 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27444 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27445 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27446 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27447 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27448 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27449 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27450 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27451 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27452 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27453 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27454 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27455 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27456 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27457 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27458 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27459 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27460 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27461 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27462 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27463 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27464 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27465 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27466 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27467 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27468 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27469 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27470 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27471 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27472 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27473 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27474 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27475 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27476 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27477 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27478 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27479 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27480 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27481 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27482 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27483 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27484 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27485 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27486 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27487 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27488 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27489 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27490 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27491 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27492 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27493 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27494 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27495 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27496 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27497 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27498 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27499 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27500 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27501 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27502 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27503 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27504 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27505 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27506 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27507 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27508 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27509 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27510 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27511 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27512 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27513 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27514 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27515 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27516 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27517 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27518 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27519 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27520 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27521 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27522 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27523 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27524 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27525 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27526 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27527 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27528 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27529 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27530 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27531 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27532 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27533 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27534 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27535 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27536 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27537 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27538 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27539 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27540 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27541 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27542 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27543 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27544 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27545 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27546 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27547 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27548 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27549 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27550 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27551 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27552 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27553 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27554 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27555 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27556 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27557 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27558 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27559 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27560 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27561 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27562 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27563 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27564 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27565 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27566 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27567 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27568 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27569 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27570 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27571 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27572 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27573 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27574 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27575 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27576 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27577 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27578 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27579 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27580 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27581 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27582 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27583 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27584 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27585 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27586 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27587 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27588 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27589 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27590 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27591 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27592 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27593 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27594 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27595 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27596 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27597 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27598 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27599 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27600 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27601 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27602 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27603 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27604 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27605 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27606 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27607 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27608 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27609 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27610 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27611 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27612 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27613 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27614 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27615 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27616 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27617 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27618 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27619 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27620 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27621 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27622 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27623 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27624 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27625 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27626 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27627 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27628 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27629 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27630 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27631 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27632 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27633 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27634 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27635 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27636 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27637 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27638 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27639 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27640 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27641 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27642 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27643 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27644 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27645 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27646 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27647 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27648 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27649 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27650 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27651 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27652 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27653 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27654 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27655 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27656 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27657 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27658 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27659 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27660 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27661 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27662 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27663 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27664 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27665 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27666 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27667 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27668 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27669 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
27670 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27671 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27672 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27673 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27674 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27675 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27676 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27677 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27678 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27679 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27680 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
27681 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27682 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27683 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27684 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27685 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27686 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27687 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27688 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27689 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27690 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27691 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27692 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27693 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27694 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27695 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27696 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27697 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27698 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
27699 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27700 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27701 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27702 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27703 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27704 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27705 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27706 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27707 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27708 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27709 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27710 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27711 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27712 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
27713 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27714 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
27715 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27716 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27717 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27718 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27719 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27720 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27721 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27722 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27723 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27724 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27725 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27726 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27728 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27729 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27730 { (exit 1); exit 1; }; };;
27731 esac
27732 done
27735 # If the user did not use the arguments to specify the items to instantiate,
27736 # then the envvar interface is used. Set only those that are not.
27737 # We use the long form for the default assignment because of an extremely
27738 # bizarre bug on SunOS 4.1.3.
27739 if $ac_need_defaults; then
27740 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27741 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27742 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27745 # Have a temporary directory for convenience. Make it in the build tree
27746 # simply because there is no reason against having it here, and in addition,
27747 # creating and moving files from /tmp can sometimes cause problems.
27748 # Hook for its removal unless debugging.
27749 # Note that there is a small window in which the directory will not be cleaned:
27750 # after its creation but before its name has been assigned to `$tmp'.
27751 $debug ||
27753 tmp=
27754 trap 'exit_status=$?
27755 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27757 trap '{ (exit 1); exit 1; }' 1 2 13 15
27759 # Create a (secure) tmp directory for tmp files.
27762 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27763 test -n "$tmp" && test -d "$tmp"
27764 } ||
27766 tmp=./conf$$-$RANDOM
27767 (umask 077 && mkdir "$tmp")
27768 } ||
27770 echo "$me: cannot create a temporary directory in ." >&2
27771 { (exit 1); exit 1; }
27775 # Set up the sed scripts for CONFIG_FILES section.
27778 # No need to generate the scripts if there are no CONFIG_FILES.
27779 # This happens for instance when ./config.status config.h
27780 if test -n "$CONFIG_FILES"; then
27782 _ACEOF
27784 # Create sed commands to just substitute file output variables.
27786 # Remaining file output variables are in a fragment that also has non-file
27787 # output varibles.
27791 ac_delim='%!_!# '
27792 for ac_last_try in false false false false false :; do
27793 cat >conf$$subs.sed <<_ACEOF
27794 SHELL!$SHELL$ac_delim
27795 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27796 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27797 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27798 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27799 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27800 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27801 exec_prefix!$exec_prefix$ac_delim
27802 prefix!$prefix$ac_delim
27803 program_transform_name!$program_transform_name$ac_delim
27804 bindir!$bindir$ac_delim
27805 sbindir!$sbindir$ac_delim
27806 libexecdir!$libexecdir$ac_delim
27807 datarootdir!$datarootdir$ac_delim
27808 datadir!$datadir$ac_delim
27809 sysconfdir!$sysconfdir$ac_delim
27810 sharedstatedir!$sharedstatedir$ac_delim
27811 localstatedir!$localstatedir$ac_delim
27812 includedir!$includedir$ac_delim
27813 oldincludedir!$oldincludedir$ac_delim
27814 docdir!$docdir$ac_delim
27815 infodir!$infodir$ac_delim
27816 htmldir!$htmldir$ac_delim
27817 dvidir!$dvidir$ac_delim
27818 pdfdir!$pdfdir$ac_delim
27819 psdir!$psdir$ac_delim
27820 libdir!$libdir$ac_delim
27821 localedir!$localedir$ac_delim
27822 mandir!$mandir$ac_delim
27823 DEFS!$DEFS$ac_delim
27824 ECHO_C!$ECHO_C$ac_delim
27825 ECHO_N!$ECHO_N$ac_delim
27826 ECHO_T!$ECHO_T$ac_delim
27827 LIBS!$LIBS$ac_delim
27828 build_alias!$build_alias$ac_delim
27829 host_alias!$host_alias$ac_delim
27830 target_alias!$target_alias$ac_delim
27831 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27832 build!$build$ac_delim
27833 build_cpu!$build_cpu$ac_delim
27834 build_vendor!$build_vendor$ac_delim
27835 build_os!$build_os$ac_delim
27836 host!$host$ac_delim
27837 host_cpu!$host_cpu$ac_delim
27838 host_vendor!$host_vendor$ac_delim
27839 host_os!$host_os$ac_delim
27840 SET_MAKE!$SET_MAKE$ac_delim
27841 CC!$CC$ac_delim
27842 CFLAGS!$CFLAGS$ac_delim
27843 LDFLAGS!$LDFLAGS$ac_delim
27844 CPPFLAGS!$CPPFLAGS$ac_delim
27845 ac_ct_CC!$ac_ct_CC$ac_delim
27846 EXEEXT!$EXEEXT$ac_delim
27847 OBJEXT!$OBJEXT$ac_delim
27848 CXX!$CXX$ac_delim
27849 CXXFLAGS!$CXXFLAGS$ac_delim
27850 ac_ct_CXX!$ac_ct_CXX$ac_delim
27851 CPPBIN!$CPPBIN$ac_delim
27852 TARGETFLAGS!$TARGETFLAGS$ac_delim
27853 WIN16_FILES!$WIN16_FILES$ac_delim
27854 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27855 TOOLSDIR!$TOOLSDIR$ac_delim
27856 FLEX!$FLEX$ac_delim
27857 BISON!$BISON$ac_delim
27858 AS!$AS$ac_delim
27859 ac_ct_AS!$ac_ct_AS$ac_delim
27860 LD!$LD$ac_delim
27861 ac_ct_LD!$ac_ct_LD$ac_delim
27862 NM!$NM$ac_delim
27863 ac_ct_NM!$ac_ct_NM$ac_delim
27864 AR!$AR$ac_delim
27865 ac_ct_AR!$ac_ct_AR$ac_delim
27866 ARFLAGS!$ARFLAGS$ac_delim
27867 RANLIB!$RANLIB$ac_delim
27868 STRIP!$STRIP$ac_delim
27869 WINDRES!$WINDRES$ac_delim
27870 LN_S!$LN_S$ac_delim
27871 LN!$LN$ac_delim
27872 GREP!$GREP$ac_delim
27873 EGREP!$EGREP$ac_delim
27874 LDCONFIG!$LDCONFIG$ac_delim
27875 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27876 _ACEOF
27878 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27879 break
27880 elif $ac_last_try; then
27881 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27882 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27883 { (exit 1); exit 1; }; }
27884 else
27885 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27887 done
27889 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27890 if test -n "$ac_eof"; then
27891 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27892 ac_eof=`expr $ac_eof + 1`
27895 cat >>$CONFIG_STATUS <<_ACEOF
27896 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27897 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27898 /^[ ]*@MAKE_RULES@[ ]*$/{
27899 r $MAKE_RULES
27902 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27903 r $MAKE_DLL_RULES
27906 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27907 r $MAKE_IMPLIB_RULES
27910 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27911 r $MAKE_TEST_RULES
27914 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27915 r $MAKE_PROG_RULES
27918 _ACEOF
27919 sed '
27920 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27921 s/^/s,@/; s/!/@,|#_!!_#|/
27924 s/'"$ac_delim"'$/,g/; t
27925 s/$/\\/; p
27926 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27927 ' >>$CONFIG_STATUS <conf$$subs.sed
27928 rm -f conf$$subs.sed
27929 cat >>$CONFIG_STATUS <<_ACEOF
27930 CEOF$ac_eof
27931 _ACEOF
27934 ac_delim='%!_!# '
27935 for ac_last_try in false false false false false :; do
27936 cat >conf$$subs.sed <<_ACEOF
27937 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27938 INSTALL_DATA!$INSTALL_DATA$ac_delim
27939 LINT!$LINT$ac_delim
27940 LINTFLAGS!$LINTFLAGS$ac_delim
27941 FONTFORGE!$FONTFORGE$ac_delim
27942 PKG_CONFIG!$PKG_CONFIG$ac_delim
27943 RSVG!$RSVG$ac_delim
27944 ICOTOOL!$ICOTOOL$ac_delim
27945 PRELINK!$PRELINK$ac_delim
27946 XLIB!$XLIB$ac_delim
27947 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27948 CPP!$CPP$ac_delim
27949 DLLEXT!$DLLEXT$ac_delim
27950 DLLFLAGS!$DLLFLAGS$ac_delim
27951 LDSHARED!$LDSHARED$ac_delim
27952 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27953 LIBEXT!$LIBEXT$ac_delim
27954 IMPLIBEXT!$IMPLIBEXT$ac_delim
27955 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27956 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27957 LDD!$LDD$ac_delim
27958 DLLTOOL!$DLLTOOL$ac_delim
27959 DLLWRAP!$DLLWRAP$ac_delim
27960 MINGWAR!$MINGWAR$ac_delim
27961 SECURITYLIB!$SECURITYLIB$ac_delim
27962 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27963 IOKITLIB!$IOKITLIB$ac_delim
27964 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27965 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27966 COREAUDIO!$COREAUDIO$ac_delim
27967 CARBONLIB!$CARBONLIB$ac_delim
27968 CROSSCC!$CROSSCC$ac_delim
27969 CROSSWINDRES!$CROSSWINDRES$ac_delim
27970 CROSSTEST!$CROSSTEST$ac_delim
27971 LIBPTHREAD!$LIBPTHREAD$ac_delim
27972 XMKMF!$XMKMF$ac_delim
27973 X_CFLAGS!$X_CFLAGS$ac_delim
27974 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27975 X_LIBS!$X_LIBS$ac_delim
27976 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27977 NASLIBS!$NASLIBS$ac_delim
27978 XML2LIBS!$XML2LIBS$ac_delim
27979 XML2INCL!$XML2INCL$ac_delim
27980 XSLTINCL!$XSLTINCL$ac_delim
27981 HALINCL!$HALINCL$ac_delim
27982 GNUTLSINCL!$GNUTLSINCL$ac_delim
27983 sane_devel!$sane_devel$ac_delim
27984 SANEINCL!$SANEINCL$ac_delim
27985 gphoto2_devel!$gphoto2_devel$ac_delim
27986 gphoto2port_devel!$gphoto2port_devel$ac_delim
27987 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27988 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27989 RESOLVLIBS!$RESOLVLIBS$ac_delim
27990 LCMSLIBS!$LCMSLIBS$ac_delim
27991 ft_devel!$ft_devel$ac_delim
27992 FREETYPELIBS!$FREETYPELIBS$ac_delim
27993 FREETYPEINCL!$FREETYPEINCL$ac_delim
27994 ESDCONFIG!$ESDCONFIG$ac_delim
27995 ESDINCL!$ESDINCL$ac_delim
27996 ESDLIBS!$ESDLIBS$ac_delim
27997 PULSELIBS!$PULSELIBS$ac_delim
27998 ALSALIBS!$ALSALIBS$ac_delim
27999 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28000 CUPSINCL!$CUPSINCL$ac_delim
28001 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28002 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28003 BUILTINFLAG!$BUILTINFLAG$ac_delim
28004 LDPATH!$LDPATH$ac_delim
28005 CRTLIBS!$CRTLIBS$ac_delim
28006 SOCKETLIBS!$SOCKETLIBS$ac_delim
28007 MAIN_BINARY!$MAIN_BINARY$ac_delim
28008 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28009 LIBDL!$LIBDL$ac_delim
28010 LIBPOLL!$LIBPOLL$ac_delim
28011 LDAPLIBS!$LDAPLIBS$ac_delim
28012 DEPENDENCIES!$DEPENDENCIES$ac_delim
28013 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28014 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28015 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28016 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28017 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28018 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28019 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28020 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28021 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28022 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28023 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28024 LIBOBJS!$LIBOBJS$ac_delim
28025 LTLIBOBJS!$LTLIBOBJS$ac_delim
28026 _ACEOF
28028 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28029 break
28030 elif $ac_last_try; then
28031 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28032 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28033 { (exit 1); exit 1; }; }
28034 else
28035 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28037 done
28039 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28040 if test -n "$ac_eof"; then
28041 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28042 ac_eof=`expr $ac_eof + 1`
28045 cat >>$CONFIG_STATUS <<_ACEOF
28046 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28047 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28048 _ACEOF
28049 sed '
28050 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28051 s/^/s,@/; s/!/@,|#_!!_#|/
28054 s/'"$ac_delim"'$/,g/; t
28055 s/$/\\/; p
28056 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28057 ' >>$CONFIG_STATUS <conf$$subs.sed
28058 rm -f conf$$subs.sed
28059 cat >>$CONFIG_STATUS <<_ACEOF
28060 :end
28061 s/|#_!!_#|//g
28062 CEOF$ac_eof
28063 _ACEOF
28066 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28067 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28068 # trailing colons and then remove the whole line if VPATH becomes empty
28069 # (actually we leave an empty line to preserve line numbers).
28070 if test "x$srcdir" = x.; then
28071 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28072 s/:*\$(srcdir):*/:/
28073 s/:*\${srcdir}:*/:/
28074 s/:*@srcdir@:*/:/
28075 s/^\([^=]*=[ ]*\):*/\1/
28076 s/:*$//
28077 s/^[^=]*=[ ]*$//
28081 cat >>$CONFIG_STATUS <<\_ACEOF
28082 fi # test -n "$CONFIG_FILES"
28085 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28087 case $ac_tag in
28088 :[FHLC]) ac_mode=$ac_tag; continue;;
28089 esac
28090 case $ac_mode$ac_tag in
28091 :[FHL]*:*);;
28092 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28093 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28094 { (exit 1); exit 1; }; };;
28095 :[FH]-) ac_tag=-:-;;
28096 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28097 esac
28098 ac_save_IFS=$IFS
28099 IFS=:
28100 set x $ac_tag
28101 IFS=$ac_save_IFS
28102 shift
28103 ac_file=$1
28104 shift
28106 case $ac_mode in
28107 :L) ac_source=$1;;
28108 :[FH])
28109 ac_file_inputs=
28110 for ac_f
28112 case $ac_f in
28113 -) ac_f="$tmp/stdin";;
28114 *) # Look for the file first in the build tree, then in the source tree
28115 # (if the path is not absolute). The absolute path cannot be DOS-style,
28116 # because $ac_f cannot contain `:'.
28117 test -f "$ac_f" ||
28118 case $ac_f in
28119 [\\/$]*) false;;
28120 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28121 esac ||
28122 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28123 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28124 { (exit 1); exit 1; }; };;
28125 esac
28126 ac_file_inputs="$ac_file_inputs $ac_f"
28127 done
28129 # Let's still pretend it is `configure' which instantiates (i.e., don't
28130 # use $as_me), people would be surprised to read:
28131 # /* config.h. Generated by config.status. */
28132 configure_input="Generated from "`IFS=:
28133 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28134 if test x"$ac_file" != x-; then
28135 configure_input="$ac_file. $configure_input"
28136 { echo "$as_me:$LINENO: creating $ac_file" >&5
28137 echo "$as_me: creating $ac_file" >&6;}
28140 case $ac_tag in
28141 *:-:* | *:-) cat >"$tmp/stdin";;
28142 esac
28144 esac
28146 ac_dir=`$as_dirname -- "$ac_file" ||
28147 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28148 X"$ac_file" : 'X\(//\)[^/]' \| \
28149 X"$ac_file" : 'X\(//\)$' \| \
28150 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28151 echo X"$ac_file" |
28152 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28153 s//\1/
28156 /^X\(\/\/\)[^/].*/{
28157 s//\1/
28160 /^X\(\/\/\)$/{
28161 s//\1/
28164 /^X\(\/\).*/{
28165 s//\1/
28168 s/.*/./; q'`
28169 { as_dir="$ac_dir"
28170 case $as_dir in #(
28171 -*) as_dir=./$as_dir;;
28172 esac
28173 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28174 as_dirs=
28175 while :; do
28176 case $as_dir in #(
28177 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28178 *) as_qdir=$as_dir;;
28179 esac
28180 as_dirs="'$as_qdir' $as_dirs"
28181 as_dir=`$as_dirname -- "$as_dir" ||
28182 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28183 X"$as_dir" : 'X\(//\)[^/]' \| \
28184 X"$as_dir" : 'X\(//\)$' \| \
28185 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28186 echo X"$as_dir" |
28187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28188 s//\1/
28191 /^X\(\/\/\)[^/].*/{
28192 s//\1/
28195 /^X\(\/\/\)$/{
28196 s//\1/
28199 /^X\(\/\).*/{
28200 s//\1/
28203 s/.*/./; q'`
28204 test -d "$as_dir" && break
28205 done
28206 test -z "$as_dirs" || eval "mkdir $as_dirs"
28207 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28208 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28209 { (exit 1); exit 1; }; }; }
28210 ac_builddir=.
28212 case "$ac_dir" in
28213 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28215 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28216 # A ".." for each directory in $ac_dir_suffix.
28217 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28218 case $ac_top_builddir_sub in
28219 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28220 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28221 esac ;;
28222 esac
28223 ac_abs_top_builddir=$ac_pwd
28224 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28225 # for backward compatibility:
28226 ac_top_builddir=$ac_top_build_prefix
28228 case $srcdir in
28229 .) # We are building in place.
28230 ac_srcdir=.
28231 ac_top_srcdir=$ac_top_builddir_sub
28232 ac_abs_top_srcdir=$ac_pwd ;;
28233 [\\/]* | ?:[\\/]* ) # Absolute name.
28234 ac_srcdir=$srcdir$ac_dir_suffix;
28235 ac_top_srcdir=$srcdir
28236 ac_abs_top_srcdir=$srcdir ;;
28237 *) # Relative name.
28238 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28239 ac_top_srcdir=$ac_top_build_prefix$srcdir
28240 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28241 esac
28242 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28245 case $ac_mode in
28248 # CONFIG_FILE
28251 case $INSTALL in
28252 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28253 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28254 esac
28255 _ACEOF
28257 cat >>$CONFIG_STATUS <<\_ACEOF
28258 # If the template does not know about datarootdir, expand it.
28259 # FIXME: This hack should be removed a few years after 2.60.
28260 ac_datarootdir_hack=; ac_datarootdir_seen=
28262 case `sed -n '/datarootdir/ {
28266 /@datadir@/p
28267 /@docdir@/p
28268 /@infodir@/p
28269 /@localedir@/p
28270 /@mandir@/p
28271 ' $ac_file_inputs` in
28272 *datarootdir*) ac_datarootdir_seen=yes;;
28273 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28274 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28275 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28276 _ACEOF
28277 cat >>$CONFIG_STATUS <<_ACEOF
28278 ac_datarootdir_hack='
28279 s&@datadir@&$datadir&g
28280 s&@docdir@&$docdir&g
28281 s&@infodir@&$infodir&g
28282 s&@localedir@&$localedir&g
28283 s&@mandir@&$mandir&g
28284 s&\\\${datarootdir}&$datarootdir&g' ;;
28285 esac
28286 _ACEOF
28288 # Neutralize VPATH when `$srcdir' = `.'.
28289 # Shell code in configure.ac might set extrasub.
28290 # FIXME: do we really want to maintain this feature?
28291 cat >>$CONFIG_STATUS <<_ACEOF
28292 sed "$ac_vpsub
28293 $extrasub
28294 _ACEOF
28295 cat >>$CONFIG_STATUS <<\_ACEOF
28297 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28298 s&@configure_input@&$configure_input&;t t
28299 s&@top_builddir@&$ac_top_builddir_sub&;t t
28300 s&@srcdir@&$ac_srcdir&;t t
28301 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28302 s&@top_srcdir@&$ac_top_srcdir&;t t
28303 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28304 s&@builddir@&$ac_builddir&;t t
28305 s&@abs_builddir@&$ac_abs_builddir&;t t
28306 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28307 s&@INSTALL@&$ac_INSTALL&;t t
28308 $ac_datarootdir_hack
28309 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28311 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28312 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28313 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28314 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28315 which seems to be undefined. Please make sure it is defined." >&5
28316 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28317 which seems to be undefined. Please make sure it is defined." >&2;}
28319 rm -f "$tmp/stdin"
28320 case $ac_file in
28321 -) cat "$tmp/out"; rm -f "$tmp/out";;
28322 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28323 esac
28327 # CONFIG_HEADER
28329 _ACEOF
28331 # Transform confdefs.h into a sed script `conftest.defines', that
28332 # substitutes the proper values into config.h.in to produce config.h.
28333 rm -f conftest.defines conftest.tail
28334 # First, append a space to every undef/define line, to ease matching.
28335 echo 's/$/ /' >conftest.defines
28336 # Then, protect against being on the right side of a sed subst, or in
28337 # an unquoted here document, in config.status. If some macros were
28338 # called several times there might be several #defines for the same
28339 # symbol, which is useless. But do not sort them, since the last
28340 # AC_DEFINE must be honored.
28341 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28342 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28343 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28344 # PARAMS is the parameter list in the macro definition--in most cases, it's
28345 # just an empty string.
28346 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28347 ac_dB='\\)[ (].*,\\1define\\2'
28348 ac_dC=' '
28349 ac_dD=' ,'
28351 uniq confdefs.h |
28352 sed -n '
28353 t rset
28354 :rset
28355 s/^[ ]*#[ ]*define[ ][ ]*//
28356 t ok
28359 s/[\\&,]/\\&/g
28360 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28361 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28362 ' >>conftest.defines
28364 # Remove the space that was appended to ease matching.
28365 # Then replace #undef with comments. This is necessary, for
28366 # example, in the case of _POSIX_SOURCE, which is predefined and required
28367 # on some systems where configure will not decide to define it.
28368 # (The regexp can be short, since the line contains either #define or #undef.)
28369 echo 's/ $//
28370 s,^[ #]*u.*,/* & */,' >>conftest.defines
28372 # Break up conftest.defines:
28373 ac_max_sed_lines=50
28375 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28376 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28377 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28378 # et cetera.
28379 ac_in='$ac_file_inputs'
28380 ac_out='"$tmp/out1"'
28381 ac_nxt='"$tmp/out2"'
28383 while :
28385 # Write a here document:
28386 cat >>$CONFIG_STATUS <<_ACEOF
28387 # First, check the format of the line:
28388 cat >"\$tmp/defines.sed" <<\\CEOF
28389 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28390 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28392 :def
28393 _ACEOF
28394 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28395 echo 'CEOF
28396 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28397 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28398 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28399 grep . conftest.tail >/dev/null || break
28400 rm -f conftest.defines
28401 mv conftest.tail conftest.defines
28402 done
28403 rm -f conftest.defines conftest.tail
28405 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28406 cat >>$CONFIG_STATUS <<\_ACEOF
28407 if test x"$ac_file" != x-; then
28408 echo "/* $configure_input */" >"$tmp/config.h"
28409 cat "$ac_result" >>"$tmp/config.h"
28410 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28411 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28412 echo "$as_me: $ac_file is unchanged" >&6;}
28413 else
28414 rm -f $ac_file
28415 mv "$tmp/config.h" $ac_file
28417 else
28418 echo "/* $configure_input */"
28419 cat "$ac_result"
28421 rm -f "$tmp/out12"
28424 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28425 echo "$as_me: executing $ac_file commands" >&6;}
28427 esac
28430 case $ac_file$ac_mode in
28431 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28432 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28433 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28434 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28435 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28436 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28437 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28438 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28439 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28440 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28441 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28442 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28443 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28445 esac
28446 done # for ac_tag
28449 { (exit 0); exit 0; }
28450 _ACEOF
28451 chmod +x $CONFIG_STATUS
28452 ac_clean_files=$ac_clean_files_save
28455 # configure is writing to config.log, and then calls config.status.
28456 # config.status does its own redirection, appending to config.log.
28457 # Unfortunately, on DOS this fails, as config.log is still kept open
28458 # by configure, so config.status won't be able to write to it; its
28459 # output is simply discarded. So we exec the FD to /dev/null,
28460 # effectively closing config.log, so it can be properly (re)opened and
28461 # appended to by config.status. When coming back to configure, we
28462 # need to make the FD available again.
28463 if test "$no_create" != yes; then
28464 ac_cs_success=:
28465 ac_config_status_args=
28466 test "$silent" = yes &&
28467 ac_config_status_args="$ac_config_status_args --quiet"
28468 exec 5>/dev/null
28469 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28470 exec 5>>config.log
28471 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28472 # would make configure fail if this is the last instruction.
28473 $ac_cs_success || { (exit 1); exit 1; }
28477 if test "$no_create" = "yes"
28478 then
28479 exit 0
28482 ac_save_IFS="$IFS"
28483 if test "x$wine_notices != "x; then
28484 echo >&6
28485 IFS="|"
28486 for msg in $wine_notices; do
28487 IFS="$ac_save_IFS"
28488 if test -n "$msg"; then
28489 { echo "$as_me:$LINENO: $msg" >&5
28490 echo "$as_me: $msg" >&6;}
28492 done
28494 IFS="|"
28495 for msg in $wine_warnings; do
28496 IFS="$ac_save_IFS"
28497 if test -n "$msg"; then
28498 echo >&2
28499 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28500 echo "$as_me: WARNING: $msg" >&2;}
28502 done
28503 IFS="$ac_save_IFS"
28505 echo "
28506 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28507 " >&6