gdi32: Correctly handle space char on Path_ExtTextOut().
[wine/hacks.git] / configure
blobb45a122ccef5a93992db0876a9562727be3121aa
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.18.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 # Pre-4.2 versions of Zsh do 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 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.18'
600 PACKAGE_STRING='Wine 1.1.18'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
740 ac_ct_NM
742 ac_ct_LD
744 ac_ct_AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
859 ac_precious_vars='build_alias
860 host_alias
861 target_alias
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
868 CXXFLAGS
871 XMKMF'
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
922 ac_prev=
923 ac_dashdash=
924 for ac_option
926 # If the previous option needs an argument, assign it.
927 if test -n "$ac_prev"; then
928 eval $ac_prev=\$ac_option
929 ac_prev=
930 continue
933 case $ac_option in
934 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935 *) ac_optarg=yes ;;
936 esac
938 # Accept the important Cygnus configure options, so we can diagnose typos.
940 case $ac_dashdash$ac_option in
942 ac_dashdash=yes ;;
944 -bindir | --bindir | --bindi | --bind | --bin | --bi)
945 ac_prev=bindir ;;
946 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947 bindir=$ac_optarg ;;
949 -build | --build | --buil | --bui | --bu)
950 ac_prev=build_alias ;;
951 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952 build_alias=$ac_optarg ;;
954 -cache-file | --cache-file | --cache-fil | --cache-fi \
955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956 ac_prev=cache_file ;;
957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959 cache_file=$ac_optarg ;;
961 --config-cache | -C)
962 cache_file=config.cache ;;
964 -datadir | --datadir | --datadi | --datad)
965 ac_prev=datadir ;;
966 -datadir=* | --datadir=* | --datadi=* | --datad=*)
967 datadir=$ac_optarg ;;
969 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970 | --dataroo | --dataro | --datar)
971 ac_prev=datarootdir ;;
972 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974 datarootdir=$ac_optarg ;;
976 -disable-* | --disable-*)
977 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978 # Reject names that are not valid shell variable names.
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981 { (exit 1); exit 1; }; }
982 ac_useropt_orig=$ac_useropt
983 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984 case $ac_user_opts in
986 "enable_$ac_useropt"
987 "*) ;;
988 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989 ac_unrecognized_sep=', ';;
990 esac
991 eval enable_$ac_useropt=no ;;
993 -docdir | --docdir | --docdi | --doc | --do)
994 ac_prev=docdir ;;
995 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996 docdir=$ac_optarg ;;
998 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999 ac_prev=dvidir ;;
1000 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001 dvidir=$ac_optarg ;;
1003 -enable-* | --enable-*)
1004 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005 # Reject names that are not valid shell variable names.
1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008 { (exit 1); exit 1; }; }
1009 ac_useropt_orig=$ac_useropt
1010 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011 case $ac_user_opts in
1013 "enable_$ac_useropt"
1014 "*) ;;
1015 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016 ac_unrecognized_sep=', ';;
1017 esac
1018 eval enable_$ac_useropt=\$ac_optarg ;;
1020 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022 | --exec | --exe | --ex)
1023 ac_prev=exec_prefix ;;
1024 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026 | --exec=* | --exe=* | --ex=*)
1027 exec_prefix=$ac_optarg ;;
1029 -gas | --gas | --ga | --g)
1030 # Obsolete; use --with-gas.
1031 with_gas=yes ;;
1033 -help | --help | --hel | --he | -h)
1034 ac_init_help=long ;;
1035 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036 ac_init_help=recursive ;;
1037 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038 ac_init_help=short ;;
1040 -host | --host | --hos | --ho)
1041 ac_prev=host_alias ;;
1042 -host=* | --host=* | --hos=* | --ho=*)
1043 host_alias=$ac_optarg ;;
1045 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046 ac_prev=htmldir ;;
1047 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048 | --ht=*)
1049 htmldir=$ac_optarg ;;
1051 -includedir | --includedir | --includedi | --included | --include \
1052 | --includ | --inclu | --incl | --inc)
1053 ac_prev=includedir ;;
1054 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055 | --includ=* | --inclu=* | --incl=* | --inc=*)
1056 includedir=$ac_optarg ;;
1058 -infodir | --infodir | --infodi | --infod | --info | --inf)
1059 ac_prev=infodir ;;
1060 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061 infodir=$ac_optarg ;;
1063 -libdir | --libdir | --libdi | --libd)
1064 ac_prev=libdir ;;
1065 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066 libdir=$ac_optarg ;;
1068 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069 | --libexe | --libex | --libe)
1070 ac_prev=libexecdir ;;
1071 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072 | --libexe=* | --libex=* | --libe=*)
1073 libexecdir=$ac_optarg ;;
1075 -localedir | --localedir | --localedi | --localed | --locale)
1076 ac_prev=localedir ;;
1077 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078 localedir=$ac_optarg ;;
1080 -localstatedir | --localstatedir | --localstatedi | --localstated \
1081 | --localstate | --localstat | --localsta | --localst | --locals)
1082 ac_prev=localstatedir ;;
1083 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085 localstatedir=$ac_optarg ;;
1087 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088 ac_prev=mandir ;;
1089 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090 mandir=$ac_optarg ;;
1092 -nfp | --nfp | --nf)
1093 # Obsolete; use --without-fp.
1094 with_fp=no ;;
1096 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097 | --no-cr | --no-c | -n)
1098 no_create=yes ;;
1100 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102 no_recursion=yes ;;
1104 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106 | --oldin | --oldi | --old | --ol | --o)
1107 ac_prev=oldincludedir ;;
1108 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111 oldincludedir=$ac_optarg ;;
1113 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114 ac_prev=prefix ;;
1115 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116 prefix=$ac_optarg ;;
1118 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119 | --program-pre | --program-pr | --program-p)
1120 ac_prev=program_prefix ;;
1121 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123 program_prefix=$ac_optarg ;;
1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126 | --program-suf | --program-su | --program-s)
1127 ac_prev=program_suffix ;;
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130 program_suffix=$ac_optarg ;;
1132 -program-transform-name | --program-transform-name \
1133 | --program-transform-nam | --program-transform-na \
1134 | --program-transform-n | --program-transform- \
1135 | --program-transform | --program-transfor \
1136 | --program-transfo | --program-transf \
1137 | --program-trans | --program-tran \
1138 | --progr-tra | --program-tr | --program-t)
1139 ac_prev=program_transform_name ;;
1140 -program-transform-name=* | --program-transform-name=* \
1141 | --program-transform-nam=* | --program-transform-na=* \
1142 | --program-transform-n=* | --program-transform-=* \
1143 | --program-transform=* | --program-transfor=* \
1144 | --program-transfo=* | --program-transf=* \
1145 | --program-trans=* | --program-tran=* \
1146 | --progr-tra=* | --program-tr=* | --program-t=*)
1147 program_transform_name=$ac_optarg ;;
1149 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150 ac_prev=pdfdir ;;
1151 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152 pdfdir=$ac_optarg ;;
1154 -psdir | --psdir | --psdi | --psd | --ps)
1155 ac_prev=psdir ;;
1156 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157 psdir=$ac_optarg ;;
1159 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160 | -silent | --silent | --silen | --sile | --sil)
1161 silent=yes ;;
1163 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164 ac_prev=sbindir ;;
1165 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166 | --sbi=* | --sb=*)
1167 sbindir=$ac_optarg ;;
1169 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171 | --sharedst | --shareds | --shared | --share | --shar \
1172 | --sha | --sh)
1173 ac_prev=sharedstatedir ;;
1174 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177 | --sha=* | --sh=*)
1178 sharedstatedir=$ac_optarg ;;
1180 -site | --site | --sit)
1181 ac_prev=site ;;
1182 -site=* | --site=* | --sit=*)
1183 site=$ac_optarg ;;
1185 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186 ac_prev=srcdir ;;
1187 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188 srcdir=$ac_optarg ;;
1190 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191 | --syscon | --sysco | --sysc | --sys | --sy)
1192 ac_prev=sysconfdir ;;
1193 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195 sysconfdir=$ac_optarg ;;
1197 -target | --target | --targe | --targ | --tar | --ta | --t)
1198 ac_prev=target_alias ;;
1199 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200 target_alias=$ac_optarg ;;
1202 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203 verbose=yes ;;
1205 -version | --version | --versio | --versi | --vers | -V)
1206 ac_init_version=: ;;
1208 -with-* | --with-*)
1209 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210 # Reject names that are not valid shell variable names.
1211 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213 { (exit 1); exit 1; }; }
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=\$ac_optarg ;;
1225 -without-* | --without-*)
1226 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227 # Reject names that are not valid shell variable names.
1228 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230 { (exit 1); exit 1; }; }
1231 ac_useropt_orig=$ac_useropt
1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233 case $ac_user_opts in
1235 "with_$ac_useropt"
1236 "*) ;;
1237 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238 ac_unrecognized_sep=', ';;
1239 esac
1240 eval with_$ac_useropt=no ;;
1242 --x)
1243 # Obsolete; use --with-x.
1244 with_x=yes ;;
1246 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247 | --x-incl | --x-inc | --x-in | --x-i)
1248 ac_prev=x_includes ;;
1249 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251 x_includes=$ac_optarg ;;
1253 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255 ac_prev=x_libraries ;;
1256 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258 x_libraries=$ac_optarg ;;
1260 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262 { (exit 1); exit 1; }; }
1265 *=*)
1266 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267 # Reject names that are not valid shell variable names.
1268 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270 { (exit 1); exit 1; }; }
1271 eval $ac_envvar=\$ac_optarg
1272 export $ac_envvar ;;
1275 # FIXME: should be removed in autoconf 3.0.
1276 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1282 esac
1283 done
1285 if test -n "$ac_prev"; then
1286 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288 { (exit 1); exit 1; }; }
1291 if test -n "$ac_unrecognized_opts"; then
1292 case $enable_option_checking in
1293 no) ;;
1294 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295 { (exit 1); exit 1; }; } ;;
1296 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297 esac
1300 # Check all directory arguments for consistency.
1301 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302 datadir sysconfdir sharedstatedir localstatedir includedir \
1303 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304 libdir localedir mandir
1306 eval ac_val=\$$ac_var
1307 # Remove trailing slashes.
1308 case $ac_val in
1309 */ )
1310 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311 eval $ac_var=\$ac_val;;
1312 esac
1313 # Be sure to have absolute directory names.
1314 case $ac_val in
1315 [\\/$]* | ?:[\\/]* ) continue;;
1316 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317 esac
1318 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319 { (exit 1); exit 1; }; }
1320 done
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331 if test "x$build_alias" = x; then
1332 cross_compiling=maybe
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334 If a cross compiler is detected then cross compile mode will be used." >&2
1335 elif test "x$build_alias" != "x$host_alias"; then
1336 cross_compiling=yes
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1343 test "$silent" = yes && exec 6>/dev/null
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350 { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353 { (exit 1); exit 1; }; }
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358 ac_srcdir_defaulted=yes
1359 # Try the directory containing this script, then the parent directory.
1360 ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362 X"$as_myself" : 'X\(//\)[^/]' \| \
1363 X"$as_myself" : 'X\(//\)$' \| \
1364 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367 s//\1/
1370 /^X\(\/\/\)[^/].*/{
1371 s//\1/
1374 /^X\(\/\/\)$/{
1375 s//\1/
1378 /^X\(\/\).*/{
1379 s//\1/
1382 s/.*/./; q'`
1383 srcdir=$ac_confdir
1384 if test ! -r "$srcdir/$ac_unique_file"; then
1385 srcdir=..
1387 else
1388 ac_srcdir_defaulted=no
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393 { (exit 1); exit 1; }; }
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398 { (exit 1); exit 1; }; }
1399 pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402 srcdir=.
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_env_${ac_var}_value=\$${ac_var}
1413 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1418 # Report the --help message.
1420 if test "$ac_init_help" = "long"; then
1421 # Omit some internal or obsolete options to make the list less imposing.
1422 # This message is too long to be a string in the A/UX 3.1 sh.
1423 cat <<_ACEOF
1424 \`configure' configures Wine 1.1.18 to adapt to many kinds of systems.
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE. See below for descriptions of some of the useful variables.
1431 Defaults for the options are specified in brackets.
1433 Configuration:
1434 -h, --help display this help and exit
1435 --help=short display options specific to this package
1436 --help=recursive display the short help of all the included packages
1437 -V, --version display version information and exit
1438 -q, --quiet, --silent do not print \`checking...' messages
1439 --cache-file=FILE cache test results in FILE [disabled]
1440 -C, --config-cache alias for \`--cache-file=config.cache'
1441 -n, --no-create do not create output files
1442 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1444 Installation directories:
1445 --prefix=PREFIX install architecture-independent files in PREFIX
1446 [$ac_default_prefix]
1447 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1448 [PREFIX]
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1455 For better control, use the options below.
1457 Fine tuning of the installation directories:
1458 --bindir=DIR user executables [EPREFIX/bin]
1459 --sbindir=DIR system admin executables [EPREFIX/sbin]
1460 --libexecdir=DIR program executables [EPREFIX/libexec]
1461 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1462 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1463 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1464 --libdir=DIR object code libraries [EPREFIX/lib]
1465 --includedir=DIR C header files [PREFIX/include]
1466 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1467 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1468 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1469 --infodir=DIR info documentation [DATAROOTDIR/info]
1470 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1471 --mandir=DIR man documentation [DATAROOTDIR/man]
1472 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1473 --htmldir=DIR html documentation [DOCDIR]
1474 --dvidir=DIR dvi documentation [DOCDIR]
1475 --pdfdir=DIR pdf documentation [DOCDIR]
1476 --psdir=DIR ps documentation [DOCDIR]
1477 _ACEOF
1479 cat <<\_ACEOF
1481 X features:
1482 --x-includes=DIR X include files are in DIR
1483 --x-libraries=DIR X library files are in DIR
1485 System types:
1486 --build=BUILD configure for building on BUILD [guessed]
1487 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1491 if test -n "$ac_init_help"; then
1492 case $ac_init_help in
1493 short | recursive ) echo "Configuration of Wine 1.1.18:";;
1494 esac
1495 cat <<\_ACEOF
1497 Optional Features:
1498 --disable-option-checking ignore unrecognized --enable/--with options
1499 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1500 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1501 --disable-win16 do not include Win16 support
1502 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1503 binaries)
1504 --disable-tests do not build the regression tests
1505 --enable-maintainer-mode
1506 enable maintainer-specific build rules
1508 Optional Packages:
1509 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1510 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1511 --without-alsa do not use the Alsa sound support
1512 --without-audioio do not use the AudioIO sound support
1513 --without-capi do not use CAPI (ISDN support)
1514 --without-cms do not use CMS (color management support)
1515 --without-coreaudio do not use the CoreAudio sound support
1516 --without-cups do not use CUPS
1517 --without-curses do not use (n)curses
1518 --without-esd do not use the EsounD sound support
1519 --without-fontconfig do not use fontconfig
1520 --without-freetype do not use the FreeType library
1521 --without-gphoto do not use gphoto (Digital Camera support)
1522 --without-glu do not use the GLU library
1523 --without-gnutls do not use GnuTLS (schannel support)
1524 --without-hal do not use HAL (dynamic device support)
1525 --without-jack do not use the Jack sound support
1526 --without-jpeg do not use JPEG
1527 --without-ldap do not use LDAP
1528 --without-nas do not use the NAS sound support
1529 --without-opengl do not use OpenGL
1530 --without-openssl do not use OpenSSL
1531 --without-oss do not use the OSS sound support
1532 --without-png do not use PNG
1533 --without-pthread do not use the pthread library
1534 --without-sane do not use SANE (scanner support)
1535 --without-xcomposite do not use the Xcomposite extension
1536 --without-xcursor do not use the Xcursor extension
1537 --without-xinerama do not use Xinerama (multi-monitor support)
1538 --without-xinput do not use the Xinput extension
1539 --without-xml do not use XML
1540 --without-xrandr do not use Xrandr (resolution changes)
1541 --without-xrender do not use the Xrender extension
1542 --without-xshape do not use the Xshape extension
1543 --without-xshm do not use XShm (shared memory extension)
1544 --without-xslt do not use XSLT
1545 --without-xxf86vm do not use XFree video mode extension
1546 --with-wine-tools=DIR use Wine tools from directory DIR
1547 --with-x use the X Window System
1549 Some influential environment variables:
1550 CC C compiler command
1551 CFLAGS C compiler flags
1552 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1553 nonstandard directory <lib dir>
1554 LIBS libraries to pass to the linker, e.g. -l<library>
1555 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556 you have headers in a nonstandard directory <include dir>
1557 CXX C++ compiler command
1558 CXXFLAGS C++ compiler flags
1559 CPP C preprocessor
1560 XMKMF Path to xmkmf, Makefile generator for X Window System
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1570 if test "$ac_init_help" = "recursive"; then
1571 # If there are subdirs, report their specific --help.
1572 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573 test -d "$ac_dir" ||
1574 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575 continue
1576 ac_builddir=.
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582 # A ".." for each directory in $ac_dir_suffix.
1583 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584 case $ac_top_builddir_sub in
1585 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587 esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1594 case $srcdir in
1595 .) # We are building in place.
1596 ac_srcdir=.
1597 ac_top_srcdir=$ac_top_builddir_sub
1598 ac_abs_top_srcdir=$ac_pwd ;;
1599 [\\/]* | ?:[\\/]* ) # Absolute name.
1600 ac_srcdir=$srcdir$ac_dir_suffix;
1601 ac_top_srcdir=$srcdir
1602 ac_abs_top_srcdir=$srcdir ;;
1603 *) # Relative name.
1604 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605 ac_top_srcdir=$ac_top_build_prefix$srcdir
1606 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1610 cd "$ac_dir" || { ac_status=$?; continue; }
1611 # Check for guested configure.
1612 if test -f "$ac_srcdir/configure.gnu"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615 elif test -f "$ac_srcdir/configure"; then
1616 echo &&
1617 $SHELL "$ac_srcdir/configure" --help=recursive
1618 else
1619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620 fi || ac_status=$?
1621 cd "$ac_pwd" || { ac_status=$?; break; }
1622 done
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627 cat <<\_ACEOF
1628 Wine configure 1.1.18
1629 generated by GNU Autoconf 2.63
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636 exit
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1642 It was created by Wine $as_me 1.1.18, which was
1643 generated by GNU Autoconf 2.63. Invocation command line was
1645 $ $0 $@
1647 _ACEOF
1648 exec 5>>config.log
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1664 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1665 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1668 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1669 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1670 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1672 _ASUNAME
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1683 } >&5
1685 cat >&5 <<_ACEOF
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1692 _ACEOF
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1706 for ac_arg
1708 case $ac_arg in
1709 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711 | -silent | --silent | --silen | --sile | --sil)
1712 continue ;;
1713 *\'*)
1714 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715 esac
1716 case $ac_pass in
1717 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1719 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720 if test $ac_must_keep_next = true; then
1721 ac_must_keep_next=false # Got value, back to normal.
1722 else
1723 case $ac_arg in
1724 *=* | --config-cache | -C | -disable-* | --disable-* \
1725 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727 | -with-* | --with-* | -without-* | --without-* | --x)
1728 case "$ac_configure_args0 " in
1729 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730 esac
1732 -* ) ac_must_keep_next=true ;;
1733 esac
1735 ac_configure_args="$ac_configure_args '$ac_arg'"
1737 esac
1738 done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log. We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749 # Save into config.log some information that might help in debugging.
1751 echo
1753 cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758 echo
1759 # The following way of writing the cache mishandles newlines in values,
1761 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762 eval ac_val=\$$ac_var
1763 case $ac_val in #(
1764 *${as_nl}*)
1765 case $ac_var in #(
1766 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768 esac
1769 case $ac_var in #(
1770 _ | IFS | as_nl) ;; #(
1771 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772 *) $as_unset $ac_var ;;
1773 esac ;;
1774 esac
1775 done
1776 (set) 2>&1 |
1777 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778 *${as_nl}ac_space=\ *)
1779 sed -n \
1780 "s/'\''/'\''\\\\'\'''\''/g;
1781 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782 ;; #(
1784 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1786 esac |
1787 sort
1789 echo
1791 cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796 echo
1797 for ac_var in $ac_subst_vars
1799 eval ac_val=\$$ac_var
1800 case $ac_val in
1801 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802 esac
1803 $as_echo "$ac_var='\''$ac_val'\''"
1804 done | sort
1805 echo
1807 if test -n "$ac_subst_files"; then
1808 cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813 echo
1814 for ac_var in $ac_subst_files
1816 eval ac_val=\$$ac_var
1817 case $ac_val in
1818 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819 esac
1820 $as_echo "$ac_var='\''$ac_val'\''"
1821 done | sort
1822 echo
1825 if test -s confdefs.h; then
1826 cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831 echo
1832 cat confdefs.h
1833 echo
1835 test "$ac_signal" != 0 &&
1836 $as_echo "$as_me: caught signal $ac_signal"
1837 $as_echo "$as_me: exit $exit_status"
1838 } >&5
1839 rm -f core *.core core.conftest.* &&
1840 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841 exit $exit_status
1843 for ac_signal in 1 2 13 15; do
1844 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1851 # Predefined preprocessor variables.
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883 ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885 ac_site_file1=$prefix/share/config.site
1886 ac_site_file2=$prefix/etc/config.site
1887 else
1888 ac_site_file1=$ac_default_prefix/share/config.site
1889 ac_site_file2=$ac_default_prefix/etc/config.site
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1893 test "x$ac_site_file" = xNONE && continue
1894 if test -r "$ac_site_file"; then
1895 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897 sed 's/^/| /' "$ac_site_file" >&5
1898 . "$ac_site_file"
1900 done
1902 if test -r "$cache_file"; then
1903 # Some versions of bash will fail to source /dev/null (special
1904 # files actually), so we avoid doing that.
1905 if test -f "$cache_file"; then
1906 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908 case $cache_file in
1909 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910 *) . "./$cache_file";;
1911 esac
1913 else
1914 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916 >$cache_file
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924 eval ac_new_set=\$ac_env_${ac_var}_set
1925 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926 eval ac_new_val=\$ac_env_${ac_var}_value
1927 case $ac_old_set,$ac_new_set in
1928 set,)
1929 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931 ac_cache_corrupted=: ;;
1932 ,set)
1933 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935 ac_cache_corrupted=: ;;
1936 ,);;
1938 if test "x$ac_old_val" != "x$ac_new_val"; then
1939 # differences in whitespace do not lead to failure.
1940 ac_old_val_w=`echo x $ac_old_val`
1941 ac_new_val_w=`echo x $ac_new_val`
1942 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945 ac_cache_corrupted=:
1946 else
1947 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949 eval $ac_var=\$ac_old_val
1951 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1952 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1953 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1955 fi;;
1956 esac
1957 # Pass precious variables to config.status.
1958 if test "$ac_new_set" = set; then
1959 case $ac_new_val in
1960 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961 *) ac_arg=$ac_var=$ac_new_val ;;
1962 esac
1963 case " $ac_configure_args " in
1964 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1965 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966 esac
1968 done
1969 if $ac_cache_corrupted; then
1970 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976 { (exit 1); exit 1; }; }
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2011 ac_config_headers="$ac_config_headers include/config.h"
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015 if test -f "$ac_dir/install-sh"; then
2016 ac_aux_dir=$ac_dir
2017 ac_install_sh="$ac_aux_dir/install-sh -c"
2018 break
2019 elif test -f "$ac_dir/install.sh"; then
2020 ac_aux_dir=$ac_dir
2021 ac_install_sh="$ac_aux_dir/install.sh -c"
2022 break
2023 elif test -f "$ac_dir/shtool"; then
2024 ac_aux_dir=$ac_dir
2025 ac_install_sh="$ac_aux_dir/shtool install -c"
2026 break
2028 done
2029 if test -z "$ac_aux_dir"; then
2030 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032 { (exit 1); exit 1; }; }
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048 enableval=$enable_win16;
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053 enableval=$enable_win64;
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058 enableval=$enable_tests;
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063 enableval=$enable_maintainer_mode;
2064 else
2065 MAINTAINER_MODE=\#
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103 withval=$with_cups;
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115 withval=$with_esd;
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127 withval=$with_freetype;
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133 withval=$with_gphoto;
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145 withval=$with_gnutls;
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151 withval=$with_hal;
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181 withval=$with_opengl;
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193 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
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211 withval=$with_sane;
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241 withval=$with_xml;
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271 withval=$with_xslt;
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284 withval=$with_wine_tools;
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292 { (exit 1); exit 1; }; }
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305 { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309 { (exit 1); exit 1; }; }
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318 { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337 $as_echo_n "(cached) " >&6
2338 else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341 else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345 { (exit 1); exit 1; }; }
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355 { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2372 case "$srcdir" in
2373 .) ;;
2374 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379 { (exit 1); exit 1; }; }
2380 fi ;;
2381 esac
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389 $as_echo_n "(cached) " >&6
2390 else
2391 cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394 @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398 *@@@%%%=?*=@@@%%%*)
2399 eval ac_cv_prog_make_${ac_make}_set=yes;;
2401 eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406 { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408 SET_MAKE=
2409 else
2410 { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412 SET_MAKE="MAKE=${MAKE-make}"
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426 $as_echo_n "(cached) " >&6
2427 else
2428 if test -n "$CC"; then
2429 ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2434 IFS=$as_save_IFS
2435 test -z "$as_dir" && as_dir=.
2436 for ac_exec_ext in '' $ac_executable_extensions; do
2437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440 break 2
2442 done
2443 done
2444 IFS=$as_save_IFS
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453 { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2459 if test -z "$ac_cv_prog_CC"; then
2460 ac_ct_CC=$CC
2461 # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466 $as_echo_n "(cached) " >&6
2467 else
2468 if test -n "$ac_ct_CC"; then
2469 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 ac_cv_prog_ac_ct_CC="gcc"
2479 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480 break 2
2482 done
2483 done
2484 IFS=$as_save_IFS
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493 { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2497 if test "x$ac_ct_CC" = x; then
2498 CC=""
2499 else
2500 case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506 CC=$ac_ct_CC
2508 else
2509 CC="$ac_cv_prog_CC"
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519 $as_echo_n "(cached) " >&6
2520 else
2521 if test -n "$CC"; then
2522 ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2527 IFS=$as_save_IFS
2528 test -z "$as_dir" && as_dir=.
2529 for ac_exec_ext in '' $ac_executable_extensions; do
2530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531 ac_cv_prog_CC="${ac_tool_prefix}cc"
2532 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 break 2
2535 done
2536 done
2537 IFS=$as_save_IFS
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546 { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2553 if test -z "$CC"; then
2554 # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559 $as_echo_n "(cached) " >&6
2560 else
2561 if test -n "$CC"; then
2562 ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564 ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2568 IFS=$as_save_IFS
2569 test -z "$as_dir" && as_dir=.
2570 for ac_exec_ext in '' $ac_executable_extensions; do
2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573 ac_prog_rejected=yes
2574 continue
2576 ac_cv_prog_CC="cc"
2577 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2580 done
2581 done
2582 IFS=$as_save_IFS
2584 if test $ac_prog_rejected = yes; then
2585 # We found a bogon in the path, so make sure we never use it.
2586 set dummy $ac_cv_prog_CC
2587 shift
2588 if test $# != 0; then
2589 # We chose a different compiler from the bogus one.
2590 # However, it has the same basename, so the bogon will be chosen
2591 # first if we set CC to just the basename; use the full file name.
2592 shift
2593 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603 { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2609 if test -z "$CC"; then
2610 if test -n "$ac_tool_prefix"; then
2611 for ac_prog in cl.exe
2613 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618 $as_echo_n "(cached) " >&6
2619 else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
2629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2634 done
2635 done
2636 IFS=$as_save_IFS
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645 { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2650 test -n "$CC" && break
2651 done
2653 if test -z "$CC"; then
2654 ac_ct_CC=$CC
2655 for ac_prog in cl.exe
2657 # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662 $as_echo_n "(cached) " >&6
2663 else
2664 if test -n "$ac_ct_CC"; then
2665 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
2673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674 ac_cv_prog_ac_ct_CC="$ac_prog"
2675 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676 break 2
2678 done
2679 done
2680 IFS=$as_save_IFS
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689 { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2694 test -n "$ac_ct_CC" && break
2695 done
2697 if test "x$ac_ct_CC" = x; then
2698 CC=""
2699 else
2700 case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706 CC=$ac_ct_CC
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719 { (exit 1); exit 1; }; }; }
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732 (eval "$ac_compiler --version >&5") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743 (eval "$ac_compiler -v >&5") 2>&5
2744 ac_status=$?
2745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750 *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754 (eval "$ac_compiler -V >&5") 2>&5
2755 ac_status=$?
2756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h. */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h. */
2767 main ()
2771 return 0;
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2789 case $ac_file in
2790 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792 esac
2793 done
2794 rm -f $ac_rmfiles
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803 (eval "$ac_link_default") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806 (exit $ac_status); }; then
2807 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2814 test -f "$ac_file" || continue
2815 case $ac_file in
2816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2818 [ab].out )
2819 # We found the default executable, but exeext='' is most
2820 # certainly right.
2821 break;;
2822 *.* )
2823 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824 then :; else
2825 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2827 # We set ac_cv_exeext here because the later test for it is not
2828 # safe: cross compilers may not add the suffix if given an `-o'
2829 # argument, so we may need to know it at that point already.
2830 # Even if this section looks crufty: it has the advantage of
2831 # actually working.
2832 break;;
2834 break;;
2835 esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2839 else
2840 ac_file=''
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855 { (exit 77); exit 77; }; }; }
2858 ac_exeext=$ac_cv_exeext
2860 # Check that the compiler produces executables we can run. If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867 if { ac_try='./$ac_file'
2868 { (case "(($ac_try" in
2869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874 (eval "$ac_try") 2>&5
2875 ac_status=$?
2876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; }; then
2878 cross_compiling=no
2879 else
2880 if test "$cross_compiling" = maybe; then
2881 cross_compiling=yes
2882 else
2883 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891 { (exit 1); exit 1; }; }; }
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run. If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916 (eval "$ac_link") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; then
2920 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925 test -f "$ac_file" || continue
2926 case $ac_file in
2927 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 break;;
2930 * ) break;;
2931 esac
2932 done
2933 else
2934 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940 { (exit 1); exit 1; }; }; }
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953 $as_echo_n "(cached) " >&6
2954 else
2955 cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h. */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2963 main ()
2967 return 0;
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978 (eval "$ac_compile") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); }; then
2982 for ac_file in conftest.o conftest.obj conftest.*; do
2983 test -f "$ac_file" || continue;
2984 case $ac_file in
2985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987 break;;
2988 esac
2989 done
2990 else
2991 $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000 { (exit 1); exit 1; }; }; }
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012 $as_echo_n "(cached) " >&6
3013 else
3014 cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h. */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h. */
3022 main ()
3024 #ifndef __GNUC__
3025 choke me
3026 #endif
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3050 ac_compiler_gnu=yes
3051 else
3052 $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_compiler_gnu=no
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065 GCC=yes
3066 else
3067 GCC=
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074 $as_echo_n "(cached) " >&6
3075 else
3076 ac_save_c_werror_flag=$ac_c_werror_flag
3077 ac_c_werror_flag=yes
3078 ac_cv_prog_cc_g=no
3079 CFLAGS="-g"
3080 cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h. */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h. */
3088 main ()
3092 return 0;
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103 (eval "$ac_compile") 2>conftest.er1
3104 ac_status=$?
3105 grep -v '^ *+' conftest.er1 >conftest.err
3106 rm -f conftest.er1
3107 cat conftest.err >&5
3108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109 (exit $ac_status); } && {
3110 test -z "$ac_c_werror_flag" ||
3111 test ! -s conftest.err
3112 } && test -s conftest.$ac_objext; then
3113 ac_cv_prog_cc_g=yes
3114 else
3115 $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3118 CFLAGS=""
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142 (eval "$ac_compile") 2>conftest.er1
3143 ac_status=$?
3144 grep -v '^ *+' conftest.er1 >conftest.err
3145 rm -f conftest.er1
3146 cat conftest.err >&5
3147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); } && {
3149 test -z "$ac_c_werror_flag" ||
3150 test ! -s conftest.err
3151 } && test -s conftest.$ac_objext; then
3153 else
3154 $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3157 ac_c_werror_flag=$ac_save_c_werror_flag
3158 CFLAGS="-g"
3159 cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h. */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182 (eval "$ac_compile") 2>conftest.er1
3183 ac_status=$?
3184 grep -v '^ *+' conftest.er1 >conftest.err
3185 rm -f conftest.er1
3186 cat conftest.err >&5
3187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); } && {
3189 test -z "$ac_c_werror_flag" ||
3190 test ! -s conftest.err
3191 } && test -s conftest.$ac_objext; then
3192 ac_cv_prog_cc_g=yes
3193 else
3194 $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207 ac_c_werror_flag=$ac_save_c_werror_flag
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212 CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214 if test "$GCC" = yes; then
3215 CFLAGS="-g -O2"
3216 else
3217 CFLAGS="-g"
3219 else
3220 if test "$GCC" = yes; then
3221 CFLAGS="-O2"
3222 else
3223 CFLAGS=
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229 $as_echo_n "(cached) " >&6
3230 else
3231 ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h. */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h. */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247 char **p;
3248 int i;
3250 return p[i];
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3283 main ()
3285 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3287 return 0;
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3293 CC="$ac_save_CC $ac_arg"
3294 rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298 *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302 (eval "$ac_compile") 2>conftest.er1
3303 ac_status=$?
3304 grep -v '^ *+' conftest.er1 >conftest.err
3305 rm -f conftest.er1
3306 cat conftest.err >&5
3307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308 (exit $ac_status); } && {
3309 test -z "$ac_c_werror_flag" ||
3310 test ! -s conftest.err
3311 } && test -s conftest.$ac_objext; then
3312 ac_cv_prog_cc_c89=$ac_arg
3313 else
3314 $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3320 rm -f core conftest.err conftest.$ac_objext
3321 test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3330 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332 xno)
3333 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3336 CC="$CC $ac_cv_prog_cc_c89"
3337 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354 if test -n "$CCC"; then
3355 CXX=$CCC
3356 else
3357 if test -n "$ac_tool_prefix"; then
3358 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365 $as_echo_n "(cached) " >&6
3366 else
3367 if test -n "$CXX"; then
3368 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_exec_ext in '' $ac_executable_extensions; do
3376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379 break 2
3381 done
3382 done
3383 IFS=$as_save_IFS
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392 { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3397 test -n "$CXX" && break
3398 done
3400 if test -z "$CXX"; then
3401 ac_ct_CXX=$CXX
3402 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3404 # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409 $as_echo_n "(cached) " >&6
3410 else
3411 if test -n "$ac_ct_CXX"; then
3412 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3417 IFS=$as_save_IFS
3418 test -z "$as_dir" && as_dir=.
3419 for ac_exec_ext in '' $ac_executable_extensions; do
3420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421 ac_cv_prog_ac_ct_CXX="$ac_prog"
3422 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423 break 2
3425 done
3426 done
3427 IFS=$as_save_IFS
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436 { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3441 test -n "$ac_ct_CXX" && break
3442 done
3444 if test "x$ac_ct_CXX" = x; then
3445 CXX="g++"
3446 else
3447 case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453 CXX=$ac_ct_CXX
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466 *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470 (eval "$ac_compiler --version >&5") 2>&5
3471 ac_status=$?
3472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481 (eval "$ac_compiler -v >&5") 2>&5
3482 ac_status=$?
3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488 *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492 (eval "$ac_compiler -V >&5") 2>&5
3493 ac_status=$?
3494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495 (exit $ac_status); }
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500 $as_echo_n "(cached) " >&6
3501 else
3502 cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h. */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h. */
3510 main ()
3512 #ifndef __GNUC__
3513 choke me
3514 #endif
3517 return 0;
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compile") 2>conftest.er1
3529 ac_status=$?
3530 grep -v '^ *+' conftest.er1 >conftest.err
3531 rm -f conftest.er1
3532 cat conftest.err >&5
3533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 (exit $ac_status); } && {
3535 test -z "$ac_cxx_werror_flag" ||
3536 test ! -s conftest.err
3537 } && test -s conftest.$ac_objext; then
3538 ac_compiler_gnu=yes
3539 else
3540 $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3543 ac_compiler_gnu=no
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553 GXX=yes
3554 else
3555 GXX=
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565 ac_cxx_werror_flag=yes
3566 ac_cv_prog_cxx_g=no
3567 CXXFLAGS="-g"
3568 cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h. */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h. */
3576 main ()
3580 return 0;
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587 *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591 (eval "$ac_compile") 2>conftest.er1
3592 ac_status=$?
3593 grep -v '^ *+' conftest.er1 >conftest.err
3594 rm -f conftest.er1
3595 cat conftest.err >&5
3596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597 (exit $ac_status); } && {
3598 test -z "$ac_cxx_werror_flag" ||
3599 test ! -s conftest.err
3600 } && test -s conftest.$ac_objext; then
3601 ac_cv_prog_cxx_g=yes
3602 else
3603 $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3606 CXXFLAGS=""
3607 cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h. */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h. */
3615 main ()
3619 return 0;
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626 *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630 (eval "$ac_compile") 2>conftest.er1
3631 ac_status=$?
3632 grep -v '^ *+' conftest.er1 >conftest.err
3633 rm -f conftest.er1
3634 cat conftest.err >&5
3635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636 (exit $ac_status); } && {
3637 test -z "$ac_cxx_werror_flag" ||
3638 test ! -s conftest.err
3639 } && test -s conftest.$ac_objext; then
3641 else
3642 $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646 CXXFLAGS="-g"
3647 cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h. */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h. */
3655 main ()
3659 return 0;
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666 *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670 (eval "$ac_compile") 2>conftest.er1
3671 ac_status=$?
3672 grep -v '^ *+' conftest.er1 >conftest.err
3673 rm -f conftest.er1
3674 cat conftest.err >&5
3675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676 (exit $ac_status); } && {
3677 test -z "$ac_cxx_werror_flag" ||
3678 test ! -s conftest.err
3679 } && test -s conftest.$ac_objext; then
3680 ac_cv_prog_cxx_g=yes
3681 else
3682 $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700 CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702 if test "$GXX" = yes; then
3703 CXXFLAGS="-g -O2"
3704 else
3705 CXXFLAGS="-g"
3707 else
3708 if test "$GXX" = yes; then
3709 CXXFLAGS="-O2"
3710 else
3711 CXXFLAGS=
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 if test -n "$ac_tool_prefix"; then
3721 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726 $as_echo_n "(cached) " >&6
3727 else
3728 if test -n "$CPPBIN"; then
3729 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
3736 for ac_exec_ext in '' $ac_executable_extensions; do
3737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 break 2
3742 done
3743 done
3744 IFS=$as_save_IFS
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753 { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760 ac_ct_CPPBIN=$CPPBIN
3761 # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766 $as_echo_n "(cached) " >&6
3767 else
3768 if test -n "$ac_ct_CPPBIN"; then
3769 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3774 IFS=$as_save_IFS
3775 test -z "$as_dir" && as_dir=.
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778 ac_cv_prog_ac_ct_CPPBIN="cpp"
3779 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780 break 2
3782 done
3783 done
3784 IFS=$as_save_IFS
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793 { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3797 if test "x$ac_ct_CPPBIN" = x; then
3798 CPPBIN="cpp"
3799 else
3800 case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806 CPPBIN=$ac_ct_CPPBIN
3808 else
3809 CPPBIN="$ac_cv_prog_CPPBIN"
3813 case $host in
3814 x86_64*)
3815 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816 then
3817 CC="$CC -m32"
3818 CXX="$CXX -m32"
3819 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h. */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845 (eval "$ac_link") 2>conftest.er1
3846 ac_status=$?
3847 grep -v '^ *+' conftest.er1 >conftest.err
3848 rm -f conftest.er1
3849 cat conftest.err >&5
3850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } && {
3852 test -z "$ac_c_werror_flag" ||
3853 test ! -s conftest.err
3854 } && test -s conftest$ac_exeext && {
3855 test "$cross_compiling" = yes ||
3856 $as_test_x conftest$ac_exeext
3857 }; then
3858 { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861 $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3864 { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868 { (exit 1); exit 1; }; }
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873 conftest$ac_exeext conftest.$ac_ext
3874 LD="${LD:-ld} -m elf_i386"
3875 AS="${AS:-as} --32"
3876 host_cpu="i386"
3877 notice_platform="32-bit "
3878 TARGETFLAGS="-m32"
3880 enable_win16=${enable_win16:-yes}
3881 else
3882 TARGETFLAGS="-m64"
3886 *-mingw32*)
3887 enable_win16=${enable_win16:-no}
3889 i[3456789]86*)
3890 enable_win16=${enable_win16:-yes}
3892 esac
3894 enable_win16=${enable_win16:-no}
3896 WIN16_FILES="\$(WIN16_FILES)"
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3900 if test "x$enable_win16" != "xyes"
3901 then
3902 WIN16_FILES=""
3903 WIN16_INSTALL=""
3904 enable_w32skrnl=${enable_w32skrnl:-no}
3905 enable_winedos=${enable_winedos:-no}
3906 enable_winevdm=${enable_winevdm:-no}
3909 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3910 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3911 if test "${wine_cv_toolsdir+set}" = set; then
3912 $as_echo_n "(cached) " >&6
3913 else
3914 if test -z "$with_wine_tools"; then
3915 if test "$cross_compiling" = "yes"; then
3916 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3917 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3918 { (exit 1); exit 1; }; }
3919 else
3920 wine_cv_toolsdir="\$(TOPOBJDIR)"
3922 elif test -d "$with_wine_tools/tools/winebuild"; then
3923 case $with_wine_tools in
3924 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3925 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3926 esac
3927 else
3928 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3929 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3930 { (exit 1); exit 1; }; }
3933 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3934 $as_echo "$wine_cv_toolsdir" >&6; }
3935 TOOLSDIR=$wine_cv_toolsdir
3937 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3938 then
3939 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3943 for ac_prog in flex
3945 # Extract the first word of "$ac_prog", so it can be a program name with args.
3946 set dummy $ac_prog; ac_word=$2
3947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if test "${ac_cv_prog_FLEX+set}" = set; then
3950 $as_echo_n "(cached) " >&6
3951 else
3952 if test -n "$FLEX"; then
3953 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3954 else
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_exec_ext in '' $ac_executable_extensions; do
3961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3962 ac_cv_prog_FLEX="$ac_prog"
3963 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 break 2
3966 done
3967 done
3968 IFS=$as_save_IFS
3972 FLEX=$ac_cv_prog_FLEX
3973 if test -n "$FLEX"; then
3974 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3975 $as_echo "$FLEX" >&6; }
3976 else
3977 { $as_echo "$as_me:$LINENO: result: no" >&5
3978 $as_echo "no" >&6; }
3982 test -n "$FLEX" && break
3983 done
3984 test -n "$FLEX" || FLEX="none"
3986 if test "$FLEX" = "none"
3987 then
3988 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3989 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3990 { (exit 1); exit 1; }; }
3993 for ac_prog in bison
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996 set dummy $ac_prog; ac_word=$2
3997 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3998 $as_echo_n "checking for $ac_word... " >&6; }
3999 if test "${ac_cv_prog_BISON+set}" = set; then
4000 $as_echo_n "(cached) " >&6
4001 else
4002 if test -n "$BISON"; then
4003 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4004 else
4005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 for as_dir in $PATH
4008 IFS=$as_save_IFS
4009 test -z "$as_dir" && as_dir=.
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4012 ac_cv_prog_BISON="$ac_prog"
4013 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 break 2
4016 done
4017 done
4018 IFS=$as_save_IFS
4022 BISON=$ac_cv_prog_BISON
4023 if test -n "$BISON"; then
4024 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4025 $as_echo "$BISON" >&6; }
4026 else
4027 { $as_echo "$as_me:$LINENO: result: no" >&5
4028 $as_echo "no" >&6; }
4032 test -n "$BISON" && break
4033 done
4034 test -n "$BISON" || BISON="none"
4036 if test "$BISON" = "none"
4037 then
4038 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4039 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4040 { (exit 1); exit 1; }; }
4043 if test -n "$ac_tool_prefix"; then
4044 for ac_prog in gas as
4046 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4047 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4048 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4049 $as_echo_n "checking for $ac_word... " >&6; }
4050 if test "${ac_cv_prog_AS+set}" = set; then
4051 $as_echo_n "(cached) " >&6
4052 else
4053 if test -n "$AS"; then
4054 ac_cv_prog_AS="$AS" # Let the user override the test.
4055 else
4056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4057 for as_dir in $PATH
4059 IFS=$as_save_IFS
4060 test -z "$as_dir" && as_dir=.
4061 for ac_exec_ext in '' $ac_executable_extensions; do
4062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4063 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4064 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4065 break 2
4067 done
4068 done
4069 IFS=$as_save_IFS
4073 AS=$ac_cv_prog_AS
4074 if test -n "$AS"; then
4075 { $as_echo "$as_me:$LINENO: result: $AS" >&5
4076 $as_echo "$AS" >&6; }
4077 else
4078 { $as_echo "$as_me:$LINENO: result: no" >&5
4079 $as_echo "no" >&6; }
4083 test -n "$AS" && break
4084 done
4086 if test -z "$AS"; then
4087 ac_ct_AS=$AS
4088 for ac_prog in gas as
4090 # Extract the first word of "$ac_prog", so it can be a program name with args.
4091 set dummy $ac_prog; ac_word=$2
4092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4093 $as_echo_n "checking for $ac_word... " >&6; }
4094 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4095 $as_echo_n "(cached) " >&6
4096 else
4097 if test -n "$ac_ct_AS"; then
4098 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4099 else
4100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4101 for as_dir in $PATH
4103 IFS=$as_save_IFS
4104 test -z "$as_dir" && as_dir=.
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4107 ac_cv_prog_ac_ct_AS="$ac_prog"
4108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4109 break 2
4111 done
4112 done
4113 IFS=$as_save_IFS
4117 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4118 if test -n "$ac_ct_AS"; then
4119 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4120 $as_echo "$ac_ct_AS" >&6; }
4121 else
4122 { $as_echo "$as_me:$LINENO: result: no" >&5
4123 $as_echo "no" >&6; }
4127 test -n "$ac_ct_AS" && break
4128 done
4130 if test "x$ac_ct_AS" = x; then
4131 AS="as"
4132 else
4133 case $cross_compiling:$ac_tool_warned in
4134 yes:)
4135 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4137 ac_tool_warned=yes ;;
4138 esac
4139 AS=$ac_ct_AS
4143 if test -n "$ac_tool_prefix"; then
4144 for ac_prog in ld gld
4146 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4147 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4148 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_LD+set}" = set; then
4151 $as_echo_n "(cached) " >&6
4152 else
4153 if test -n "$LD"; then
4154 ac_cv_prog_LD="$LD" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4164 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 break 2
4167 done
4168 done
4169 IFS=$as_save_IFS
4173 LD=$ac_cv_prog_LD
4174 if test -n "$LD"; then
4175 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4176 $as_echo "$LD" >&6; }
4177 else
4178 { $as_echo "$as_me:$LINENO: result: no" >&5
4179 $as_echo "no" >&6; }
4183 test -n "$LD" && break
4184 done
4186 if test -z "$LD"; then
4187 ac_ct_LD=$LD
4188 for ac_prog in ld gld
4190 # Extract the first word of "$ac_prog", so it can be a program name with args.
4191 set dummy $ac_prog; ac_word=$2
4192 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4193 $as_echo_n "checking for $ac_word... " >&6; }
4194 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4195 $as_echo_n "(cached) " >&6
4196 else
4197 if test -n "$ac_ct_LD"; then
4198 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4199 else
4200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4201 for as_dir in $PATH
4203 IFS=$as_save_IFS
4204 test -z "$as_dir" && as_dir=.
4205 for ac_exec_ext in '' $ac_executable_extensions; do
4206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4207 ac_cv_prog_ac_ct_LD="$ac_prog"
4208 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4209 break 2
4211 done
4212 done
4213 IFS=$as_save_IFS
4217 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4218 if test -n "$ac_ct_LD"; then
4219 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4220 $as_echo "$ac_ct_LD" >&6; }
4221 else
4222 { $as_echo "$as_me:$LINENO: result: no" >&5
4223 $as_echo "no" >&6; }
4227 test -n "$ac_ct_LD" && break
4228 done
4230 if test "x$ac_ct_LD" = x; then
4231 LD="ld"
4232 else
4233 case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239 LD=$ac_ct_LD
4243 if test -n "$ac_tool_prefix"; then
4244 for ac_prog in nm gnm
4246 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4247 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4248 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4249 $as_echo_n "checking for $ac_word... " >&6; }
4250 if test "${ac_cv_prog_NM+set}" = set; then
4251 $as_echo_n "(cached) " >&6
4252 else
4253 if test -n "$NM"; then
4254 ac_cv_prog_NM="$NM" # Let the user override the test.
4255 else
4256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4257 for as_dir in $PATH
4259 IFS=$as_save_IFS
4260 test -z "$as_dir" && as_dir=.
4261 for ac_exec_ext in '' $ac_executable_extensions; do
4262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4263 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4264 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 break 2
4267 done
4268 done
4269 IFS=$as_save_IFS
4273 NM=$ac_cv_prog_NM
4274 if test -n "$NM"; then
4275 { $as_echo "$as_me:$LINENO: result: $NM" >&5
4276 $as_echo "$NM" >&6; }
4277 else
4278 { $as_echo "$as_me:$LINENO: result: no" >&5
4279 $as_echo "no" >&6; }
4283 test -n "$NM" && break
4284 done
4286 if test -z "$NM"; then
4287 ac_ct_NM=$NM
4288 for ac_prog in nm gnm
4290 # Extract the first word of "$ac_prog", so it can be a program name with args.
4291 set dummy $ac_prog; ac_word=$2
4292 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -n "$ac_ct_NM"; then
4298 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4299 else
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_exec_ext in '' $ac_executable_extensions; do
4306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307 ac_cv_prog_ac_ct_NM="$ac_prog"
4308 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4309 break 2
4311 done
4312 done
4313 IFS=$as_save_IFS
4317 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4318 if test -n "$ac_ct_NM"; then
4319 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4320 $as_echo "$ac_ct_NM" >&6; }
4321 else
4322 { $as_echo "$as_me:$LINENO: result: no" >&5
4323 $as_echo "no" >&6; }
4327 test -n "$ac_ct_NM" && break
4328 done
4330 if test "x$ac_ct_NM" = x; then
4331 NM="nm"
4332 else
4333 case $cross_compiling:$ac_tool_warned in
4334 yes:)
4335 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337 ac_tool_warned=yes ;;
4338 esac
4339 NM=$ac_ct_NM
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in ar gar
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_AR+set}" = set; then
4351 $as_echo_n "(cached) " >&6
4352 else
4353 if test -n "$AR"; then
4354 ac_cv_prog_AR="$AR" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4365 break 2
4367 done
4368 done
4369 IFS=$as_save_IFS
4373 AR=$ac_cv_prog_AR
4374 if test -n "$AR"; then
4375 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4376 $as_echo "$AR" >&6; }
4377 else
4378 { $as_echo "$as_me:$LINENO: result: no" >&5
4379 $as_echo "no" >&6; }
4383 test -n "$AR" && break
4384 done
4386 if test -z "$AR"; then
4387 ac_ct_AR=$AR
4388 for ac_prog in ar gar
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4395 $as_echo_n "(cached) " >&6
4396 else
4397 if test -n "$ac_ct_AR"; then
4398 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_ac_ct_AR="$ac_prog"
4408 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4411 done
4412 done
4413 IFS=$as_save_IFS
4417 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4418 if test -n "$ac_ct_AR"; then
4419 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4420 $as_echo "$ac_ct_AR" >&6; }
4421 else
4422 { $as_echo "$as_me:$LINENO: result: no" >&5
4423 $as_echo "no" >&6; }
4427 test -n "$ac_ct_AR" && break
4428 done
4430 if test "x$ac_ct_AR" = x; then
4431 AR="ar"
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439 AR=$ac_ct_AR
4443 ARFLAGS=rc
4445 if test -n "$ac_tool_prefix"; then
4446 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4447 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4449 $as_echo_n "checking for $ac_word... " >&6; }
4450 if test "${ac_cv_prog_RANLIB+set}" = set; then
4451 $as_echo_n "(cached) " >&6
4452 else
4453 if test -n "$RANLIB"; then
4454 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4455 else
4456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_exec_ext in '' $ac_executable_extensions; do
4462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4463 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 break 2
4467 done
4468 done
4469 IFS=$as_save_IFS
4473 RANLIB=$ac_cv_prog_RANLIB
4474 if test -n "$RANLIB"; then
4475 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4476 $as_echo "$RANLIB" >&6; }
4477 else
4478 { $as_echo "$as_me:$LINENO: result: no" >&5
4479 $as_echo "no" >&6; }
4484 if test -z "$ac_cv_prog_RANLIB"; then
4485 ac_ct_RANLIB=$RANLIB
4486 # Extract the first word of "ranlib", so it can be a program name with args.
4487 set dummy ranlib; ac_word=$2
4488 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4489 $as_echo_n "checking for $ac_word... " >&6; }
4490 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4491 $as_echo_n "(cached) " >&6
4492 else
4493 if test -n "$ac_ct_RANLIB"; then
4494 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4495 else
4496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4497 for as_dir in $PATH
4499 IFS=$as_save_IFS
4500 test -z "$as_dir" && as_dir=.
4501 for ac_exec_ext in '' $ac_executable_extensions; do
4502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4503 ac_cv_prog_ac_ct_RANLIB="ranlib"
4504 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4505 break 2
4507 done
4508 done
4509 IFS=$as_save_IFS
4513 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4514 if test -n "$ac_ct_RANLIB"; then
4515 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4516 $as_echo "$ac_ct_RANLIB" >&6; }
4517 else
4518 { $as_echo "$as_me:$LINENO: result: no" >&5
4519 $as_echo "no" >&6; }
4522 if test "x$ac_ct_RANLIB" = x; then
4523 RANLIB=":"
4524 else
4525 case $cross_compiling:$ac_tool_warned in
4526 yes:)
4527 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4528 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4529 ac_tool_warned=yes ;;
4530 esac
4531 RANLIB=$ac_ct_RANLIB
4533 else
4534 RANLIB="$ac_cv_prog_RANLIB"
4537 if test -n "$ac_tool_prefix"; then
4538 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4539 set dummy ${ac_tool_prefix}strip; ac_word=$2
4540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if test "${ac_cv_prog_STRIP+set}" = set; then
4543 $as_echo_n "(cached) " >&6
4544 else
4545 if test -n "$STRIP"; then
4546 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4547 else
4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 for as_dir in $PATH
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4559 done
4560 done
4561 IFS=$as_save_IFS
4565 STRIP=$ac_cv_prog_STRIP
4566 if test -n "$STRIP"; then
4567 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4568 $as_echo "$STRIP" >&6; }
4569 else
4570 { $as_echo "$as_me:$LINENO: result: no" >&5
4571 $as_echo "no" >&6; }
4576 if test -z "$ac_cv_prog_STRIP"; then
4577 ac_ct_STRIP=$STRIP
4578 # Extract the first word of "strip", so it can be a program name with args.
4579 set dummy strip; ac_word=$2
4580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -n "$ac_ct_STRIP"; then
4586 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_ac_ct_STRIP="strip"
4596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4606 if test -n "$ac_ct_STRIP"; then
4607 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4608 $as_echo "$ac_ct_STRIP" >&6; }
4609 else
4610 { $as_echo "$as_me:$LINENO: result: no" >&5
4611 $as_echo "no" >&6; }
4614 if test "x$ac_ct_STRIP" = x; then
4615 STRIP="strip"
4616 else
4617 case $cross_compiling:$ac_tool_warned in
4618 yes:)
4619 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4621 ac_tool_warned=yes ;;
4622 esac
4623 STRIP=$ac_ct_STRIP
4625 else
4626 STRIP="$ac_cv_prog_STRIP"
4629 if test -n "$ac_tool_prefix"; then
4630 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4631 set dummy ${ac_tool_prefix}windres; ac_word=$2
4632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4633 $as_echo_n "checking for $ac_word... " >&6; }
4634 if test "${ac_cv_prog_WINDRES+set}" = set; then
4635 $as_echo_n "(cached) " >&6
4636 else
4637 if test -n "$WINDRES"; then
4638 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4639 else
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_exec_ext in '' $ac_executable_extensions; do
4646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4647 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4649 break 2
4651 done
4652 done
4653 IFS=$as_save_IFS
4657 WINDRES=$ac_cv_prog_WINDRES
4658 if test -n "$WINDRES"; then
4659 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4660 $as_echo "$WINDRES" >&6; }
4661 else
4662 { $as_echo "$as_me:$LINENO: result: no" >&5
4663 $as_echo "no" >&6; }
4668 if test -z "$ac_cv_prog_WINDRES"; then
4669 ac_ct_WINDRES=$WINDRES
4670 # Extract the first word of "windres", so it can be a program name with args.
4671 set dummy windres; ac_word=$2
4672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 $as_echo_n "checking for $ac_word... " >&6; }
4674 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4675 $as_echo_n "(cached) " >&6
4676 else
4677 if test -n "$ac_ct_WINDRES"; then
4678 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4679 else
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 for as_dir in $PATH
4683 IFS=$as_save_IFS
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_ac_ct_WINDRES="windres"
4688 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4691 done
4692 done
4693 IFS=$as_save_IFS
4697 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4698 if test -n "$ac_ct_WINDRES"; then
4699 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4700 $as_echo "$ac_ct_WINDRES" >&6; }
4701 else
4702 { $as_echo "$as_me:$LINENO: result: no" >&5
4703 $as_echo "no" >&6; }
4706 if test "x$ac_ct_WINDRES" = x; then
4707 WINDRES="false"
4708 else
4709 case $cross_compiling:$ac_tool_warned in
4710 yes:)
4711 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4713 ac_tool_warned=yes ;;
4714 esac
4715 WINDRES=$ac_ct_WINDRES
4717 else
4718 WINDRES="$ac_cv_prog_WINDRES"
4721 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4722 $as_echo_n "checking whether ln -s works... " >&6; }
4723 LN_S=$as_ln_s
4724 if test "$LN_S" = "ln -s"; then
4725 { $as_echo "$as_me:$LINENO: result: yes" >&5
4726 $as_echo "yes" >&6; }
4727 else
4728 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4729 $as_echo "no, using $LN_S" >&6; }
4732 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4733 $as_echo_n "checking whether ln works... " >&6; }
4734 rm -f conf$$ conf$$.file
4735 echo >conf$$.file
4736 if ln conf$$.file conf$$ 2>/dev/null; then
4737 LN=ln
4739 { $as_echo "$as_me:$LINENO: result: yes" >&5
4740 $as_echo "yes" >&6; }
4741 else
4742 LN="cp -p"
4744 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4745 $as_echo "no, using $LN" >&6; }
4747 rm -f conf$$ conf$$.file
4748 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4749 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4750 if test "${ac_cv_path_GREP+set}" = set; then
4751 $as_echo_n "(cached) " >&6
4752 else
4753 if test -z "$GREP"; then
4754 ac_path_GREP_found=false
4755 # Loop through the user's path and test for each of PROGNAME-LIST
4756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4757 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4759 IFS=$as_save_IFS
4760 test -z "$as_dir" && as_dir=.
4761 for ac_prog in grep ggrep; do
4762 for ac_exec_ext in '' $ac_executable_extensions; do
4763 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4764 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4765 # Check for GNU ac_path_GREP and select it if it is found.
4766 # Check for GNU $ac_path_GREP
4767 case `"$ac_path_GREP" --version 2>&1` in
4768 *GNU*)
4769 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4771 ac_count=0
4772 $as_echo_n 0123456789 >"conftest.in"
4773 while :
4775 cat "conftest.in" "conftest.in" >"conftest.tmp"
4776 mv "conftest.tmp" "conftest.in"
4777 cp "conftest.in" "conftest.nl"
4778 $as_echo 'GREP' >> "conftest.nl"
4779 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4780 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4781 ac_count=`expr $ac_count + 1`
4782 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4783 # Best one so far, save it but keep looking for a better one
4784 ac_cv_path_GREP="$ac_path_GREP"
4785 ac_path_GREP_max=$ac_count
4787 # 10*(2^10) chars as input seems more than enough
4788 test $ac_count -gt 10 && break
4789 done
4790 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4791 esac
4793 $ac_path_GREP_found && break 3
4794 done
4795 done
4796 done
4797 IFS=$as_save_IFS
4798 if test -z "$ac_cv_path_GREP"; then
4799 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4800 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4801 { (exit 1); exit 1; }; }
4803 else
4804 ac_cv_path_GREP=$GREP
4808 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4809 $as_echo "$ac_cv_path_GREP" >&6; }
4810 GREP="$ac_cv_path_GREP"
4813 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4814 $as_echo_n "checking for egrep... " >&6; }
4815 if test "${ac_cv_path_EGREP+set}" = set; then
4816 $as_echo_n "(cached) " >&6
4817 else
4818 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4819 then ac_cv_path_EGREP="$GREP -E"
4820 else
4821 if test -z "$EGREP"; then
4822 ac_path_EGREP_found=false
4823 # Loop through the user's path and test for each of PROGNAME-LIST
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_prog in egrep; do
4830 for ac_exec_ext in '' $ac_executable_extensions; do
4831 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4832 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4833 # Check for GNU ac_path_EGREP and select it if it is found.
4834 # Check for GNU $ac_path_EGREP
4835 case `"$ac_path_EGREP" --version 2>&1` in
4836 *GNU*)
4837 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4839 ac_count=0
4840 $as_echo_n 0123456789 >"conftest.in"
4841 while :
4843 cat "conftest.in" "conftest.in" >"conftest.tmp"
4844 mv "conftest.tmp" "conftest.in"
4845 cp "conftest.in" "conftest.nl"
4846 $as_echo 'EGREP' >> "conftest.nl"
4847 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4848 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4849 ac_count=`expr $ac_count + 1`
4850 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4851 # Best one so far, save it but keep looking for a better one
4852 ac_cv_path_EGREP="$ac_path_EGREP"
4853 ac_path_EGREP_max=$ac_count
4855 # 10*(2^10) chars as input seems more than enough
4856 test $ac_count -gt 10 && break
4857 done
4858 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4859 esac
4861 $ac_path_EGREP_found && break 3
4862 done
4863 done
4864 done
4865 IFS=$as_save_IFS
4866 if test -z "$ac_cv_path_EGREP"; then
4867 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4868 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4869 { (exit 1); exit 1; }; }
4871 else
4872 ac_cv_path_EGREP=$EGREP
4877 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4878 $as_echo "$ac_cv_path_EGREP" >&6; }
4879 EGREP="$ac_cv_path_EGREP"
4882 # Extract the first word of "ldconfig", so it can be a program name with args.
4883 set dummy ldconfig; ac_word=$2
4884 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4885 $as_echo_n "checking for $ac_word... " >&6; }
4886 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4887 $as_echo_n "(cached) " >&6
4888 else
4889 case $LDCONFIG in
4890 [\\/]* | ?:[\\/]*)
4891 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4895 for as_dir in /sbin /usr/sbin $PATH
4897 IFS=$as_save_IFS
4898 test -z "$as_dir" && as_dir=.
4899 for ac_exec_ext in '' $ac_executable_extensions; do
4900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4901 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4902 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4903 break 2
4905 done
4906 done
4907 IFS=$as_save_IFS
4909 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4911 esac
4913 LDCONFIG=$ac_cv_path_LDCONFIG
4914 if test -n "$LDCONFIG"; then
4915 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4916 $as_echo "$LDCONFIG" >&6; }
4917 else
4918 { $as_echo "$as_me:$LINENO: result: no" >&5
4919 $as_echo "no" >&6; }
4923 # Find a good install program. We prefer a C program (faster),
4924 # so one script is as good as another. But avoid the broken or
4925 # incompatible versions:
4926 # SysV /etc/install, /usr/sbin/install
4927 # SunOS /usr/etc/install
4928 # IRIX /sbin/install
4929 # AIX /bin/install
4930 # AmigaOS /C/install, which installs bootblocks on floppy discs
4931 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4932 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4933 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4934 # OS/2's system install, which has a completely different semantic
4935 # ./install, which can be erroneously created by make from ./install.sh.
4936 # Reject install programs that cannot install multiple files.
4937 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4938 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4939 if test -z "$INSTALL"; then
4940 if test "${ac_cv_path_install+set}" = set; then
4941 $as_echo_n "(cached) " >&6
4942 else
4943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4944 for as_dir in $PATH
4946 IFS=$as_save_IFS
4947 test -z "$as_dir" && as_dir=.
4948 # Account for people who put trailing slashes in PATH elements.
4949 case $as_dir/ in
4950 ./ | .// | /cC/* | \
4951 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4952 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4953 /usr/ucb/* ) ;;
4955 # OSF1 and SCO ODT 3.0 have their own names for install.
4956 # Don't use installbsd from OSF since it installs stuff as root
4957 # by default.
4958 for ac_prog in ginstall scoinst install; do
4959 for ac_exec_ext in '' $ac_executable_extensions; do
4960 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4961 if test $ac_prog = install &&
4962 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4963 # AIX install. It has an incompatible calling convention.
4965 elif test $ac_prog = install &&
4966 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4967 # program-specific install script used by HP pwplus--don't use.
4969 else
4970 rm -rf conftest.one conftest.two conftest.dir
4971 echo one > conftest.one
4972 echo two > conftest.two
4973 mkdir conftest.dir
4974 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4975 test -s conftest.one && test -s conftest.two &&
4976 test -s conftest.dir/conftest.one &&
4977 test -s conftest.dir/conftest.two
4978 then
4979 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4980 break 3
4984 done
4985 done
4987 esac
4989 done
4990 IFS=$as_save_IFS
4992 rm -rf conftest.one conftest.two conftest.dir
4995 if test "${ac_cv_path_install+set}" = set; then
4996 INSTALL=$ac_cv_path_install
4997 else
4998 # As a last resort, use the slow shell script. Don't cache a
4999 # value for INSTALL within a source directory, because that will
5000 # break other packages using the cache if that directory is
5001 # removed, or if the value is a relative name.
5002 INSTALL=$ac_install_sh
5005 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5006 $as_echo "$INSTALL" >&6; }
5008 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5009 # It thinks the first close brace ends the variable substitution.
5010 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5012 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5014 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5016 case "$INSTALL" in
5017 [\\/$]* | ?:[\\/]* ) ;;
5018 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5019 esac
5021 for ac_prog in lclint lint
5023 # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_LINT+set}" = set; then
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$LINT"; then
5031 ac_cv_prog_LINT="$LINT" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_LINT="$ac_prog"
5041 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 LINT=$ac_cv_prog_LINT
5051 if test -n "$LINT"; then
5052 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5053 $as_echo "$LINT" >&6; }
5054 else
5055 { $as_echo "$as_me:$LINENO: result: no" >&5
5056 $as_echo "no" >&6; }
5060 test -n "$LINT" && break
5061 done
5063 if test "$LINT" = "lint"
5064 then
5065 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5070 for ac_prog in fontforge
5072 # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5077 $as_echo_n "(cached) " >&6
5078 else
5079 if test -n "$FONTFORGE"; then
5080 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_FONTFORGE="$ac_prog"
5090 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 FONTFORGE=$ac_cv_prog_FONTFORGE
5100 if test -n "$FONTFORGE"; then
5101 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5102 $as_echo "$FONTFORGE" >&6; }
5103 else
5104 { $as_echo "$as_me:$LINENO: result: no" >&5
5105 $as_echo "no" >&6; }
5109 test -n "$FONTFORGE" && break
5110 done
5111 test -n "$FONTFORGE" || FONTFORGE="false"
5113 for ac_prog in pkg-config
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy $ac_prog; ac_word=$2
5117 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$PKG_CONFIG"; then
5123 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_PKG_CONFIG="$ac_prog"
5133 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5143 if test -n "$PKG_CONFIG"; then
5144 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5145 $as_echo "$PKG_CONFIG" >&6; }
5146 else
5147 { $as_echo "$as_me:$LINENO: result: no" >&5
5148 $as_echo "no" >&6; }
5152 test -n "$PKG_CONFIG" && break
5153 done
5154 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5156 for ac_prog in rsvg
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy $ac_prog; ac_word=$2
5160 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if test "${ac_cv_prog_RSVG+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 if test -n "$RSVG"; then
5166 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5167 else
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in $PATH
5171 IFS=$as_save_IFS
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5175 ac_cv_prog_RSVG="$ac_prog"
5176 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 break 2
5179 done
5180 done
5181 IFS=$as_save_IFS
5185 RSVG=$ac_cv_prog_RSVG
5186 if test -n "$RSVG"; then
5187 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5188 $as_echo "$RSVG" >&6; }
5189 else
5190 { $as_echo "$as_me:$LINENO: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$RSVG" && break
5196 done
5197 test -n "$RSVG" || RSVG="false"
5199 for ac_prog in icotool
5201 # Extract the first word of "$ac_prog", so it can be a program name with args.
5202 set dummy $ac_prog; ac_word=$2
5203 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5204 $as_echo_n "checking for $ac_word... " >&6; }
5205 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5206 $as_echo_n "(cached) " >&6
5207 else
5208 if test -n "$ICOTOOL"; then
5209 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5210 else
5211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212 for as_dir in $PATH
5214 IFS=$as_save_IFS
5215 test -z "$as_dir" && as_dir=.
5216 for ac_exec_ext in '' $ac_executable_extensions; do
5217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5218 ac_cv_prog_ICOTOOL="$ac_prog"
5219 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5220 break 2
5222 done
5223 done
5224 IFS=$as_save_IFS
5228 ICOTOOL=$ac_cv_prog_ICOTOOL
5229 if test -n "$ICOTOOL"; then
5230 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5231 $as_echo "$ICOTOOL" >&6; }
5232 else
5233 { $as_echo "$as_me:$LINENO: result: no" >&5
5234 $as_echo "no" >&6; }
5238 test -n "$ICOTOOL" && break
5239 done
5240 test -n "$ICOTOOL" || ICOTOOL="false"
5243 if test "${enable_maintainer_mode+set}" = set
5244 then
5245 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5246 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5247 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5250 case $host_cpu in
5251 *i[3456789]86*)
5252 # Extract the first word of "prelink", so it can be a program name with args.
5253 set dummy prelink; ac_word=$2
5254 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5255 $as_echo_n "checking for $ac_word... " >&6; }
5256 if test "${ac_cv_path_PRELINK+set}" = set; then
5257 $as_echo_n "(cached) " >&6
5258 else
5259 case $PRELINK in
5260 [\\/]* | ?:[\\/]*)
5261 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5265 for as_dir in /sbin /usr/sbin $PATH
5267 IFS=$as_save_IFS
5268 test -z "$as_dir" && as_dir=.
5269 for ac_exec_ext in '' $ac_executable_extensions; do
5270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5271 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5272 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5273 break 2
5275 done
5276 done
5277 IFS=$as_save_IFS
5279 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5281 esac
5283 PRELINK=$ac_cv_path_PRELINK
5284 if test -n "$PRELINK"; then
5285 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5286 $as_echo "$PRELINK" >&6; }
5287 else
5288 { $as_echo "$as_me:$LINENO: result: no" >&5
5289 $as_echo "no" >&6; }
5294 esac
5298 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5299 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5300 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5301 $as_echo_n "(cached) " >&6
5302 else
5303 ac_check_lib_save_LIBS=$LIBS
5304 LIBS="-li386 $LIBS"
5305 cat >conftest.$ac_ext <<_ACEOF
5306 /* confdefs.h. */
5307 _ACEOF
5308 cat confdefs.h >>conftest.$ac_ext
5309 cat >>conftest.$ac_ext <<_ACEOF
5310 /* end confdefs.h. */
5312 /* Override any GCC internal prototype to avoid an error.
5313 Use char because int might match the return type of a GCC
5314 builtin and then its argument prototype would still apply. */
5315 #ifdef __cplusplus
5316 extern "C"
5317 #endif
5318 char i386_set_ldt ();
5320 main ()
5322 return i386_set_ldt ();
5324 return 0;
5326 _ACEOF
5327 rm -f conftest.$ac_objext conftest$ac_exeext
5328 if { (ac_try="$ac_link"
5329 case "(($ac_try" in
5330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5331 *) ac_try_echo=$ac_try;;
5332 esac
5333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5334 $as_echo "$ac_try_echo") >&5
5335 (eval "$ac_link") 2>conftest.er1
5336 ac_status=$?
5337 grep -v '^ *+' conftest.er1 >conftest.err
5338 rm -f conftest.er1
5339 cat conftest.err >&5
5340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); } && {
5342 test -z "$ac_c_werror_flag" ||
5343 test ! -s conftest.err
5344 } && test -s conftest$ac_exeext && {
5345 test "$cross_compiling" = yes ||
5346 $as_test_x conftest$ac_exeext
5347 }; then
5348 ac_cv_lib_i386_i386_set_ldt=yes
5349 else
5350 $as_echo "$as_me: failed program was:" >&5
5351 sed 's/^/| /' conftest.$ac_ext >&5
5353 ac_cv_lib_i386_i386_set_ldt=no
5356 rm -rf conftest.dSYM
5357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5358 conftest$ac_exeext conftest.$ac_ext
5359 LIBS=$ac_check_lib_save_LIBS
5361 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5362 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5363 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5364 cat >>confdefs.h <<_ACEOF
5365 #define HAVE_LIBI386 1
5366 _ACEOF
5368 LIBS="-li386 $LIBS"
5373 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5374 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5375 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5376 $as_echo_n "(cached) " >&6
5377 else
5378 ac_check_lib_save_LIBS=$LIBS
5379 LIBS="-lossaudio $LIBS"
5380 cat >conftest.$ac_ext <<_ACEOF
5381 /* confdefs.h. */
5382 _ACEOF
5383 cat confdefs.h >>conftest.$ac_ext
5384 cat >>conftest.$ac_ext <<_ACEOF
5385 /* end confdefs.h. */
5387 /* Override any GCC internal prototype to avoid an error.
5388 Use char because int might match the return type of a GCC
5389 builtin and then its argument prototype would still apply. */
5390 #ifdef __cplusplus
5391 extern "C"
5392 #endif
5393 char _oss_ioctl ();
5395 main ()
5397 return _oss_ioctl ();
5399 return 0;
5401 _ACEOF
5402 rm -f conftest.$ac_objext conftest$ac_exeext
5403 if { (ac_try="$ac_link"
5404 case "(($ac_try" in
5405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5406 *) ac_try_echo=$ac_try;;
5407 esac
5408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5409 $as_echo "$ac_try_echo") >&5
5410 (eval "$ac_link") 2>conftest.er1
5411 ac_status=$?
5412 grep -v '^ *+' conftest.er1 >conftest.err
5413 rm -f conftest.er1
5414 cat conftest.err >&5
5415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5416 (exit $ac_status); } && {
5417 test -z "$ac_c_werror_flag" ||
5418 test ! -s conftest.err
5419 } && test -s conftest$ac_exeext && {
5420 test "$cross_compiling" = yes ||
5421 $as_test_x conftest$ac_exeext
5422 }; then
5423 ac_cv_lib_ossaudio__oss_ioctl=yes
5424 else
5425 $as_echo "$as_me: failed program was:" >&5
5426 sed 's/^/| /' conftest.$ac_ext >&5
5428 ac_cv_lib_ossaudio__oss_ioctl=no
5431 rm -rf conftest.dSYM
5432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5433 conftest$ac_exeext conftest.$ac_ext
5434 LIBS=$ac_check_lib_save_LIBS
5436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5437 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5438 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5439 cat >>confdefs.h <<_ACEOF
5440 #define HAVE_LIBOSSAUDIO 1
5441 _ACEOF
5443 LIBS="-lossaudio $LIBS"
5448 XLIB=""
5450 OPENGL_LIBS=""
5454 ac_ext=c
5455 ac_cpp='$CPP $CPPFLAGS'
5456 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5457 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5458 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5459 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5460 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5461 # On Suns, sometimes $CPP names a directory.
5462 if test -n "$CPP" && test -d "$CPP"; then
5463 CPP=
5465 if test -z "$CPP"; then
5466 if test "${ac_cv_prog_CPP+set}" = set; then
5467 $as_echo_n "(cached) " >&6
5468 else
5469 # Double quotes because CPP needs to be expanded
5470 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5472 ac_preproc_ok=false
5473 for ac_c_preproc_warn_flag in '' yes
5475 # Use a header file that comes with gcc, so configuring glibc
5476 # with a fresh cross-compiler works.
5477 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5478 # <limits.h> exists even on freestanding compilers.
5479 # On the NeXT, cc -E runs the code through the compiler's parser,
5480 # not just through cpp. "Syntax error" is here to catch this case.
5481 cat >conftest.$ac_ext <<_ACEOF
5482 /* confdefs.h. */
5483 _ACEOF
5484 cat confdefs.h >>conftest.$ac_ext
5485 cat >>conftest.$ac_ext <<_ACEOF
5486 /* end confdefs.h. */
5487 #ifdef __STDC__
5488 # include <limits.h>
5489 #else
5490 # include <assert.h>
5491 #endif
5492 Syntax error
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5500 $as_echo "$ac_try_echo") >&5
5501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5502 ac_status=$?
5503 grep -v '^ *+' conftest.er1 >conftest.err
5504 rm -f conftest.er1
5505 cat conftest.err >&5
5506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5507 (exit $ac_status); } >/dev/null && {
5508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5509 test ! -s conftest.err
5510 }; then
5512 else
5513 $as_echo "$as_me: failed program was:" >&5
5514 sed 's/^/| /' conftest.$ac_ext >&5
5516 # Broken: fails on valid input.
5517 continue
5520 rm -f conftest.err conftest.$ac_ext
5522 # OK, works on sane cases. Now check whether nonexistent headers
5523 # can be detected and how.
5524 cat >conftest.$ac_ext <<_ACEOF
5525 /* confdefs.h. */
5526 _ACEOF
5527 cat confdefs.h >>conftest.$ac_ext
5528 cat >>conftest.$ac_ext <<_ACEOF
5529 /* end confdefs.h. */
5530 #include <ac_nonexistent.h>
5531 _ACEOF
5532 if { (ac_try="$ac_cpp conftest.$ac_ext"
5533 case "(($ac_try" in
5534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5535 *) ac_try_echo=$ac_try;;
5536 esac
5537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5538 $as_echo "$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 $as_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 $as_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
5566 break
5569 done
5570 ac_cv_prog_CPP=$CPP
5573 CPP=$ac_cv_prog_CPP
5574 else
5575 ac_cv_prog_CPP=$CPP
5577 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5578 $as_echo "$CPP" >&6; }
5579 ac_preproc_ok=false
5580 for ac_c_preproc_warn_flag in '' yes
5582 # Use a header file that comes with gcc, so configuring glibc
5583 # with a fresh cross-compiler works.
5584 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5585 # <limits.h> exists even on freestanding compilers.
5586 # On the NeXT, cc -E runs the code through the compiler's parser,
5587 # not just through cpp. "Syntax error" is here to catch this case.
5588 cat >conftest.$ac_ext <<_ACEOF
5589 /* confdefs.h. */
5590 _ACEOF
5591 cat confdefs.h >>conftest.$ac_ext
5592 cat >>conftest.$ac_ext <<_ACEOF
5593 /* end confdefs.h. */
5594 #ifdef __STDC__
5595 # include <limits.h>
5596 #else
5597 # include <assert.h>
5598 #endif
5599 Syntax error
5600 _ACEOF
5601 if { (ac_try="$ac_cpp conftest.$ac_ext"
5602 case "(($ac_try" in
5603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5604 *) ac_try_echo=$ac_try;;
5605 esac
5606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5607 $as_echo "$ac_try_echo") >&5
5608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5609 ac_status=$?
5610 grep -v '^ *+' conftest.er1 >conftest.err
5611 rm -f conftest.er1
5612 cat conftest.err >&5
5613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } >/dev/null && {
5615 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5616 test ! -s conftest.err
5617 }; then
5619 else
5620 $as_echo "$as_me: failed program was:" >&5
5621 sed 's/^/| /' conftest.$ac_ext >&5
5623 # Broken: fails on valid input.
5624 continue
5627 rm -f conftest.err conftest.$ac_ext
5629 # OK, works on sane cases. Now check whether nonexistent headers
5630 # can be detected and how.
5631 cat >conftest.$ac_ext <<_ACEOF
5632 /* confdefs.h. */
5633 _ACEOF
5634 cat confdefs.h >>conftest.$ac_ext
5635 cat >>conftest.$ac_ext <<_ACEOF
5636 /* end confdefs.h. */
5637 #include <ac_nonexistent.h>
5638 _ACEOF
5639 if { (ac_try="$ac_cpp conftest.$ac_ext"
5640 case "(($ac_try" in
5641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5642 *) ac_try_echo=$ac_try;;
5643 esac
5644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5645 $as_echo "$ac_try_echo") >&5
5646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5647 ac_status=$?
5648 grep -v '^ *+' conftest.er1 >conftest.err
5649 rm -f conftest.er1
5650 cat conftest.err >&5
5651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5652 (exit $ac_status); } >/dev/null && {
5653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5654 test ! -s conftest.err
5655 }; then
5656 # Broken: success on invalid input.
5657 continue
5658 else
5659 $as_echo "$as_me: failed program was:" >&5
5660 sed 's/^/| /' conftest.$ac_ext >&5
5662 # Passes both tests.
5663 ac_preproc_ok=:
5664 break
5667 rm -f conftest.err conftest.$ac_ext
5669 done
5670 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5671 rm -f conftest.err conftest.$ac_ext
5672 if $ac_preproc_ok; then
5674 else
5675 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5677 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5678 See \`config.log' for more details." >&5
5679 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5680 See \`config.log' for more details." >&2;}
5681 { (exit 1); exit 1; }; }; }
5684 ac_ext=c
5685 ac_cpp='$CPP $CPPFLAGS'
5686 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5687 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5688 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5691 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5692 $as_echo_n "checking for ANSI C header files... " >&6; }
5693 if test "${ac_cv_header_stdc+set}" = set; then
5694 $as_echo_n "(cached) " >&6
5695 else
5696 cat >conftest.$ac_ext <<_ACEOF
5697 /* confdefs.h. */
5698 _ACEOF
5699 cat confdefs.h >>conftest.$ac_ext
5700 cat >>conftest.$ac_ext <<_ACEOF
5701 /* end confdefs.h. */
5702 #include <stdlib.h>
5703 #include <stdarg.h>
5704 #include <string.h>
5705 #include <float.h>
5708 main ()
5712 return 0;
5714 _ACEOF
5715 rm -f conftest.$ac_objext
5716 if { (ac_try="$ac_compile"
5717 case "(($ac_try" in
5718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5719 *) ac_try_echo=$ac_try;;
5720 esac
5721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5722 $as_echo "$ac_try_echo") >&5
5723 (eval "$ac_compile") 2>conftest.er1
5724 ac_status=$?
5725 grep -v '^ *+' conftest.er1 >conftest.err
5726 rm -f conftest.er1
5727 cat conftest.err >&5
5728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729 (exit $ac_status); } && {
5730 test -z "$ac_c_werror_flag" ||
5731 test ! -s conftest.err
5732 } && test -s conftest.$ac_objext; then
5733 ac_cv_header_stdc=yes
5734 else
5735 $as_echo "$as_me: failed program was:" >&5
5736 sed 's/^/| /' conftest.$ac_ext >&5
5738 ac_cv_header_stdc=no
5741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5743 if test $ac_cv_header_stdc = yes; then
5744 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5745 cat >conftest.$ac_ext <<_ACEOF
5746 /* confdefs.h. */
5747 _ACEOF
5748 cat confdefs.h >>conftest.$ac_ext
5749 cat >>conftest.$ac_ext <<_ACEOF
5750 /* end confdefs.h. */
5751 #include <string.h>
5753 _ACEOF
5754 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5755 $EGREP "memchr" >/dev/null 2>&1; then
5757 else
5758 ac_cv_header_stdc=no
5760 rm -f conftest*
5764 if test $ac_cv_header_stdc = yes; then
5765 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5766 cat >conftest.$ac_ext <<_ACEOF
5767 /* confdefs.h. */
5768 _ACEOF
5769 cat confdefs.h >>conftest.$ac_ext
5770 cat >>conftest.$ac_ext <<_ACEOF
5771 /* end confdefs.h. */
5772 #include <stdlib.h>
5774 _ACEOF
5775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5776 $EGREP "free" >/dev/null 2>&1; then
5778 else
5779 ac_cv_header_stdc=no
5781 rm -f conftest*
5785 if test $ac_cv_header_stdc = yes; then
5786 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5787 if test "$cross_compiling" = yes; then
5789 else
5790 cat >conftest.$ac_ext <<_ACEOF
5791 /* confdefs.h. */
5792 _ACEOF
5793 cat confdefs.h >>conftest.$ac_ext
5794 cat >>conftest.$ac_ext <<_ACEOF
5795 /* end confdefs.h. */
5796 #include <ctype.h>
5797 #include <stdlib.h>
5798 #if ((' ' & 0x0FF) == 0x020)
5799 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5800 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5801 #else
5802 # define ISLOWER(c) \
5803 (('a' <= (c) && (c) <= 'i') \
5804 || ('j' <= (c) && (c) <= 'r') \
5805 || ('s' <= (c) && (c) <= 'z'))
5806 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5807 #endif
5809 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5811 main ()
5813 int i;
5814 for (i = 0; i < 256; i++)
5815 if (XOR (islower (i), ISLOWER (i))
5816 || toupper (i) != TOUPPER (i))
5817 return 2;
5818 return 0;
5820 _ACEOF
5821 rm -f conftest$ac_exeext
5822 if { (ac_try="$ac_link"
5823 case "(($ac_try" in
5824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5825 *) ac_try_echo=$ac_try;;
5826 esac
5827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5828 $as_echo "$ac_try_echo") >&5
5829 (eval "$ac_link") 2>&5
5830 ac_status=$?
5831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5833 { (case "(($ac_try" in
5834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5835 *) ac_try_echo=$ac_try;;
5836 esac
5837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5838 $as_echo "$ac_try_echo") >&5
5839 (eval "$ac_try") 2>&5
5840 ac_status=$?
5841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5842 (exit $ac_status); }; }; then
5844 else
5845 $as_echo "$as_me: program exited with status $ac_status" >&5
5846 $as_echo "$as_me: failed program was:" >&5
5847 sed 's/^/| /' conftest.$ac_ext >&5
5849 ( exit $ac_status )
5850 ac_cv_header_stdc=no
5852 rm -rf conftest.dSYM
5853 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5859 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5860 $as_echo "$ac_cv_header_stdc" >&6; }
5861 if test $ac_cv_header_stdc = yes; then
5863 cat >>confdefs.h <<\_ACEOF
5864 #define STDC_HEADERS 1
5865 _ACEOF
5869 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5879 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5880 inttypes.h stdint.h unistd.h
5882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5884 $as_echo_n "checking for $ac_header... " >&6; }
5885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5886 $as_echo_n "(cached) " >&6
5887 else
5888 cat >conftest.$ac_ext <<_ACEOF
5889 /* confdefs.h. */
5890 _ACEOF
5891 cat confdefs.h >>conftest.$ac_ext
5892 cat >>conftest.$ac_ext <<_ACEOF
5893 /* end confdefs.h. */
5894 $ac_includes_default
5896 #include <$ac_header>
5897 _ACEOF
5898 rm -f conftest.$ac_objext
5899 if { (ac_try="$ac_compile"
5900 case "(($ac_try" in
5901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5902 *) ac_try_echo=$ac_try;;
5903 esac
5904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5905 $as_echo "$ac_try_echo") >&5
5906 (eval "$ac_compile") 2>conftest.er1
5907 ac_status=$?
5908 grep -v '^ *+' conftest.er1 >conftest.err
5909 rm -f conftest.er1
5910 cat conftest.err >&5
5911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } && {
5913 test -z "$ac_c_werror_flag" ||
5914 test ! -s conftest.err
5915 } && test -s conftest.$ac_objext; then
5916 eval "$as_ac_Header=yes"
5917 else
5918 $as_echo "$as_me: failed program was:" >&5
5919 sed 's/^/| /' conftest.$ac_ext >&5
5921 eval "$as_ac_Header=no"
5924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 ac_res=`eval 'as_val=${'$as_ac_Header'}
5927 $as_echo "$as_val"'`
5928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5929 $as_echo "$ac_res" >&6; }
5930 as_val=`eval 'as_val=${'$as_ac_Header'}
5931 $as_echo "$as_val"'`
5932 if test "x$as_val" = x""yes; then
5933 cat >>confdefs.h <<_ACEOF
5934 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5935 _ACEOF
5939 done
6065 for ac_header in \
6066 AudioUnit/AudioUnit.h \
6067 Carbon/Carbon.h \
6068 CoreAudio/CoreAudio.h \
6069 DiskArbitration/DiskArbitration.h \
6070 IOKit/IOKitLib.h \
6071 IOKit/hid/IOHIDLib.h \
6072 alias.h \
6073 alsa/asoundlib.h \
6074 arpa/inet.h \
6075 arpa/nameser.h \
6076 asm/types.h \
6077 capi20.h \
6078 curses.h \
6079 direct.h \
6080 dirent.h \
6081 dlfcn.h \
6082 elf.h \
6083 float.h \
6084 fontconfig/fontconfig.h \
6085 getopt.h \
6086 grp.h \
6087 ieeefp.h \
6088 inet/mib2.h \
6089 io.h \
6090 jack/jack.h \
6091 jpeglib.h \
6092 kstat.h \
6093 lber.h \
6094 lcms.h \
6095 lcms/lcms.h \
6096 ldap.h \
6097 libaudioio.h \
6098 link.h \
6099 linux/cdrom.h \
6100 linux/compiler.h \
6101 linux/hdreg.h \
6102 linux/input.h \
6103 linux/ioctl.h \
6104 linux/joystick.h \
6105 linux/major.h \
6106 linux/param.h \
6107 linux/serial.h \
6108 linux/types.h \
6109 linux/ucdrom.h \
6110 mach-o/dyld_images.h \
6111 mach-o/nlist.h \
6112 mach/mach.h \
6113 mach/machine.h \
6114 machine/cpu.h \
6115 machine/limits.h \
6116 machine/soundcard.h \
6117 mntent.h \
6118 ncurses.h \
6119 netdb.h \
6120 netinet/in.h \
6121 netinet/in_systm.h \
6122 netinet/tcp.h \
6123 netinet/tcp_fsm.h \
6124 openssl/err.h \
6125 openssl/ssl.h \
6126 png.h \
6127 poll.h \
6128 process.h \
6129 pthread.h \
6130 pwd.h \
6131 regex.h \
6132 sched.h \
6133 scsi/scsi.h \
6134 scsi/scsi_ioctl.h \
6135 scsi/sg.h \
6136 soundcard.h \
6137 stdint.h \
6138 strings.h \
6139 stropts.h \
6140 sys/asoundlib.h \
6141 sys/cdio.h \
6142 sys/elf32.h \
6143 sys/epoll.h \
6144 sys/errno.h \
6145 sys/event.h \
6146 sys/exec_elf.h \
6147 sys/filio.h \
6148 sys/ioctl.h \
6149 sys/ipc.h \
6150 sys/limits.h \
6151 sys/link.h \
6152 sys/lwp.h \
6153 sys/mman.h \
6154 sys/modem.h \
6155 sys/msg.h \
6156 sys/mtio.h \
6157 sys/param.h \
6158 sys/poll.h \
6159 sys/prctl.h \
6160 sys/protosw.h \
6161 sys/ptrace.h \
6162 sys/reg.h \
6163 sys/resource.h \
6164 sys/scsiio.h \
6165 sys/shm.h \
6166 sys/signal.h \
6167 sys/socket.h \
6168 sys/socketvar.h \
6169 sys/sockio.h \
6170 sys/soundcard.h \
6171 sys/statvfs.h \
6172 sys/strtio.h \
6173 sys/syscall.h \
6174 sys/tihdr.h \
6175 sys/time.h \
6176 sys/timeout.h \
6177 sys/times.h \
6178 sys/uio.h \
6179 sys/un.h \
6180 sys/utsname.h \
6181 sys/vm86.h \
6182 sys/wait.h \
6183 syscall.h \
6184 termios.h \
6185 unistd.h \
6186 utime.h \
6187 valgrind/memcheck.h \
6188 valgrind/valgrind.h
6191 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6193 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6194 $as_echo_n "checking for $ac_header... " >&6; }
6195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6196 $as_echo_n "(cached) " >&6
6198 ac_res=`eval 'as_val=${'$as_ac_Header'}
6199 $as_echo "$as_val"'`
6200 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6201 $as_echo "$ac_res" >&6; }
6202 else
6203 # Is the header compilable?
6204 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6205 $as_echo_n "checking $ac_header usability... " >&6; }
6206 cat >conftest.$ac_ext <<_ACEOF
6207 /* confdefs.h. */
6208 _ACEOF
6209 cat confdefs.h >>conftest.$ac_ext
6210 cat >>conftest.$ac_ext <<_ACEOF
6211 /* end confdefs.h. */
6212 $ac_includes_default
6213 #include <$ac_header>
6214 _ACEOF
6215 rm -f conftest.$ac_objext
6216 if { (ac_try="$ac_compile"
6217 case "(($ac_try" in
6218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6219 *) ac_try_echo=$ac_try;;
6220 esac
6221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6222 $as_echo "$ac_try_echo") >&5
6223 (eval "$ac_compile") 2>conftest.er1
6224 ac_status=$?
6225 grep -v '^ *+' conftest.er1 >conftest.err
6226 rm -f conftest.er1
6227 cat conftest.err >&5
6228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } && {
6230 test -z "$ac_c_werror_flag" ||
6231 test ! -s conftest.err
6232 } && test -s conftest.$ac_objext; then
6233 ac_header_compiler=yes
6234 else
6235 $as_echo "$as_me: failed program was:" >&5
6236 sed 's/^/| /' conftest.$ac_ext >&5
6238 ac_header_compiler=no
6241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6242 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6243 $as_echo "$ac_header_compiler" >&6; }
6245 # Is the header present?
6246 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6247 $as_echo_n "checking $ac_header presence... " >&6; }
6248 cat >conftest.$ac_ext <<_ACEOF
6249 /* confdefs.h. */
6250 _ACEOF
6251 cat confdefs.h >>conftest.$ac_ext
6252 cat >>conftest.$ac_ext <<_ACEOF
6253 /* end confdefs.h. */
6254 #include <$ac_header>
6255 _ACEOF
6256 if { (ac_try="$ac_cpp conftest.$ac_ext"
6257 case "(($ac_try" in
6258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6259 *) ac_try_echo=$ac_try;;
6260 esac
6261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6262 $as_echo "$ac_try_echo") >&5
6263 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6264 ac_status=$?
6265 grep -v '^ *+' conftest.er1 >conftest.err
6266 rm -f conftest.er1
6267 cat conftest.err >&5
6268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6269 (exit $ac_status); } >/dev/null && {
6270 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6271 test ! -s conftest.err
6272 }; then
6273 ac_header_preproc=yes
6274 else
6275 $as_echo "$as_me: failed program was:" >&5
6276 sed 's/^/| /' conftest.$ac_ext >&5
6278 ac_header_preproc=no
6281 rm -f conftest.err conftest.$ac_ext
6282 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6283 $as_echo "$ac_header_preproc" >&6; }
6285 # So? What about this header?
6286 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6287 yes:no: )
6288 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6289 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6290 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6292 ac_header_preproc=yes
6294 no:yes:* )
6295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6296 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6298 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6300 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6302 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6304 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6306 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6307 ( cat <<\_ASBOX
6308 ## ------------------------------------ ##
6309 ## Report this to wine-devel@winehq.org ##
6310 ## ------------------------------------ ##
6311 _ASBOX
6312 ) | sed "s/^/$as_me: WARNING: /" >&2
6314 esac
6315 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6316 $as_echo_n "checking for $ac_header... " >&6; }
6317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6318 $as_echo_n "(cached) " >&6
6319 else
6320 eval "$as_ac_Header=\$ac_header_preproc"
6322 ac_res=`eval 'as_val=${'$as_ac_Header'}
6323 $as_echo "$as_val"'`
6324 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6325 $as_echo "$ac_res" >&6; }
6328 as_val=`eval 'as_val=${'$as_ac_Header'}
6329 $as_echo "$as_val"'`
6330 if test "x$as_val" = x""yes; then
6331 cat >>confdefs.h <<_ACEOF
6332 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6333 _ACEOF
6337 done
6339 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6340 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6341 if test "${ac_cv_header_stat_broken+set}" = set; then
6342 $as_echo_n "(cached) " >&6
6343 else
6344 cat >conftest.$ac_ext <<_ACEOF
6345 /* confdefs.h. */
6346 _ACEOF
6347 cat confdefs.h >>conftest.$ac_ext
6348 cat >>conftest.$ac_ext <<_ACEOF
6349 /* end confdefs.h. */
6350 #include <sys/types.h>
6351 #include <sys/stat.h>
6353 #if defined S_ISBLK && defined S_IFDIR
6354 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6355 #endif
6357 #if defined S_ISBLK && defined S_IFCHR
6358 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6359 #endif
6361 #if defined S_ISLNK && defined S_IFREG
6362 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6363 #endif
6365 #if defined S_ISSOCK && defined S_IFREG
6366 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6367 #endif
6369 _ACEOF
6370 rm -f conftest.$ac_objext
6371 if { (ac_try="$ac_compile"
6372 case "(($ac_try" in
6373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6374 *) ac_try_echo=$ac_try;;
6375 esac
6376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6377 $as_echo "$ac_try_echo") >&5
6378 (eval "$ac_compile") 2>conftest.er1
6379 ac_status=$?
6380 grep -v '^ *+' conftest.er1 >conftest.err
6381 rm -f conftest.er1
6382 cat conftest.err >&5
6383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6384 (exit $ac_status); } && {
6385 test -z "$ac_c_werror_flag" ||
6386 test ! -s conftest.err
6387 } && test -s conftest.$ac_objext; then
6388 ac_cv_header_stat_broken=no
6389 else
6390 $as_echo "$as_me: failed program was:" >&5
6391 sed 's/^/| /' conftest.$ac_ext >&5
6393 ac_cv_header_stat_broken=yes
6396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6398 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6399 $as_echo "$ac_cv_header_stat_broken" >&6; }
6400 if test $ac_cv_header_stat_broken = yes; then
6402 cat >>confdefs.h <<\_ACEOF
6403 #define STAT_MACROS_BROKEN 1
6404 _ACEOF
6415 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6417 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6418 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6419 $as_echo_n "checking for $ac_header... " >&6; }
6420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6421 $as_echo_n "(cached) " >&6
6422 else
6423 cat >conftest.$ac_ext <<_ACEOF
6424 /* confdefs.h. */
6425 _ACEOF
6426 cat confdefs.h >>conftest.$ac_ext
6427 cat >>conftest.$ac_ext <<_ACEOF
6428 /* end confdefs.h. */
6429 #include <sys/types.h>
6430 #ifdef HAVE_SYS_PARAM_H
6431 # include <sys/param.h>
6432 #endif
6434 #include <$ac_header>
6435 _ACEOF
6436 rm -f conftest.$ac_objext
6437 if { (ac_try="$ac_compile"
6438 case "(($ac_try" in
6439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6440 *) ac_try_echo=$ac_try;;
6441 esac
6442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6443 $as_echo "$ac_try_echo") >&5
6444 (eval "$ac_compile") 2>conftest.er1
6445 ac_status=$?
6446 grep -v '^ *+' conftest.er1 >conftest.err
6447 rm -f conftest.er1
6448 cat conftest.err >&5
6449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6450 (exit $ac_status); } && {
6451 test -z "$ac_c_werror_flag" ||
6452 test ! -s conftest.err
6453 } && test -s conftest.$ac_objext; then
6454 eval "$as_ac_Header=yes"
6455 else
6456 $as_echo "$as_me: failed program was:" >&5
6457 sed 's/^/| /' conftest.$ac_ext >&5
6459 eval "$as_ac_Header=no"
6462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6464 ac_res=`eval 'as_val=${'$as_ac_Header'}
6465 $as_echo "$as_val"'`
6466 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6467 $as_echo "$ac_res" >&6; }
6468 as_val=`eval 'as_val=${'$as_ac_Header'}
6469 $as_echo "$as_val"'`
6470 if test "x$as_val" = x""yes; then
6471 cat >>confdefs.h <<_ACEOF
6472 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6473 _ACEOF
6477 done
6493 for ac_header in \
6494 netinet/ip.h \
6495 net/if.h \
6496 net/if_arp.h \
6497 net/if_dl.h \
6498 net/if_types.h \
6499 net/route.h \
6500 netinet/if_ether.h \
6501 netinet/if_inarp.h \
6502 netinet/in_pcb.h \
6503 netinet/ip_icmp.h \
6504 netinet/ip_var.h \
6505 netinet/udp.h \
6506 netipx/ipx.h \
6509 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6510 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6511 $as_echo_n "checking for $ac_header... " >&6; }
6512 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6513 $as_echo_n "(cached) " >&6
6514 else
6515 cat >conftest.$ac_ext <<_ACEOF
6516 /* confdefs.h. */
6517 _ACEOF
6518 cat confdefs.h >>conftest.$ac_ext
6519 cat >>conftest.$ac_ext <<_ACEOF
6520 /* end confdefs.h. */
6521 #include <sys/types.h>
6522 #ifdef HAVE_SYS_SOCKET_H
6523 # include <sys/socket.h>
6524 #endif
6525 #ifdef HAVE_SYS_SOCKETVAR_H
6526 # include <sys/socketvar.h>
6527 #endif
6528 #ifdef HAVE_NET_ROUTE_H
6529 # include <net/route.h>
6530 #endif
6531 #ifdef HAVE_NETINET_IN_H
6532 # include <netinet/in.h>
6533 #endif
6534 #ifdef HAVE_NETINET_IN_SYSTM_H
6535 # include <netinet/in_systm.h>
6536 #endif
6537 #ifdef HAVE_NET_IF_H
6538 # include <net/if.h>
6539 #endif
6540 #ifdef HAVE_NETINET_IP_H
6541 # include <netinet/ip.h>
6542 #endif
6544 #include <$ac_header>
6545 _ACEOF
6546 rm -f conftest.$ac_objext
6547 if { (ac_try="$ac_compile"
6548 case "(($ac_try" in
6549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6550 *) ac_try_echo=$ac_try;;
6551 esac
6552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6553 $as_echo "$ac_try_echo") >&5
6554 (eval "$ac_compile") 2>conftest.er1
6555 ac_status=$?
6556 grep -v '^ *+' conftest.er1 >conftest.err
6557 rm -f conftest.er1
6558 cat conftest.err >&5
6559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6560 (exit $ac_status); } && {
6561 test -z "$ac_c_werror_flag" ||
6562 test ! -s conftest.err
6563 } && test -s conftest.$ac_objext; then
6564 eval "$as_ac_Header=yes"
6565 else
6566 $as_echo "$as_me: failed program was:" >&5
6567 sed 's/^/| /' conftest.$ac_ext >&5
6569 eval "$as_ac_Header=no"
6572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6574 ac_res=`eval 'as_val=${'$as_ac_Header'}
6575 $as_echo "$as_val"'`
6576 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6577 $as_echo "$ac_res" >&6; }
6578 as_val=`eval 'as_val=${'$as_ac_Header'}
6579 $as_echo "$as_val"'`
6580 if test "x$as_val" = x""yes; then
6581 cat >>confdefs.h <<_ACEOF
6582 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6583 _ACEOF
6587 done
6594 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6596 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6597 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6598 $as_echo_n "checking for $ac_header... " >&6; }
6599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6600 $as_echo_n "(cached) " >&6
6601 else
6602 cat >conftest.$ac_ext <<_ACEOF
6603 /* confdefs.h. */
6604 _ACEOF
6605 cat confdefs.h >>conftest.$ac_ext
6606 cat >>conftest.$ac_ext <<_ACEOF
6607 /* end confdefs.h. */
6608 #include <sys/types.h>
6609 #ifdef HAVE_ALIAS_H
6610 # include <alias.h>
6611 #endif
6612 #ifdef HAVE_SYS_SOCKET_H
6613 # include <sys/socket.h>
6614 #endif
6615 #ifdef HAVE_SYS_SOCKETVAR_H
6616 # include <sys/socketvar.h>
6617 #endif
6618 #ifdef HAVE_SYS_TIMEOUT_H
6619 # include <sys/timeout.h>
6620 #endif
6621 #ifdef HAVE_NETINET_IN_H
6622 # include <netinet/in.h>
6623 #endif
6624 #ifdef HAVE_NETINET_IN_SYSTM_H
6625 # include <netinet/in_systm.h>
6626 #endif
6627 #ifdef HAVE_NETINET_IP_H
6628 # include <netinet/ip.h>
6629 #endif
6630 #ifdef HAVE_NETINET_IP_VAR_H
6631 # include <netinet/ip_var.h>
6632 #endif
6633 #ifdef HAVE_NETINET_IP_ICMP_H
6634 # include <netinet/ip_icmp.h>
6635 #endif
6636 #ifdef HAVE_NETINET_UDP_H
6637 # include <netinet/udp.h>
6638 #endif
6639 #ifdef HAVE_NETINET_TCP_H
6640 # include <netinet/tcp.h>
6641 #endif
6642 #ifdef HAVE_NETINET_TCP_TIMER_H
6643 #include <netinet/tcp_timer.h>
6644 #endif
6646 #include <$ac_header>
6647 _ACEOF
6648 rm -f conftest.$ac_objext
6649 if { (ac_try="$ac_compile"
6650 case "(($ac_try" in
6651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6652 *) ac_try_echo=$ac_try;;
6653 esac
6654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6655 $as_echo "$ac_try_echo") >&5
6656 (eval "$ac_compile") 2>conftest.er1
6657 ac_status=$?
6658 grep -v '^ *+' conftest.er1 >conftest.err
6659 rm -f conftest.er1
6660 cat conftest.err >&5
6661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6662 (exit $ac_status); } && {
6663 test -z "$ac_c_werror_flag" ||
6664 test ! -s conftest.err
6665 } && test -s conftest.$ac_objext; then
6666 eval "$as_ac_Header=yes"
6667 else
6668 $as_echo "$as_me: failed program was:" >&5
6669 sed 's/^/| /' conftest.$ac_ext >&5
6671 eval "$as_ac_Header=no"
6674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6676 ac_res=`eval 'as_val=${'$as_ac_Header'}
6677 $as_echo "$as_val"'`
6678 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6679 $as_echo "$ac_res" >&6; }
6680 as_val=`eval 'as_val=${'$as_ac_Header'}
6681 $as_echo "$as_val"'`
6682 if test "x$as_val" = x""yes; then
6683 cat >>confdefs.h <<_ACEOF
6684 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6685 _ACEOF
6689 done
6693 for ac_header in linux/ipx.h
6695 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6696 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6697 $as_echo_n "checking for $ac_header... " >&6; }
6698 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6699 $as_echo_n "(cached) " >&6
6700 else
6701 cat >conftest.$ac_ext <<_ACEOF
6702 /* confdefs.h. */
6703 _ACEOF
6704 cat confdefs.h >>conftest.$ac_ext
6705 cat >>conftest.$ac_ext <<_ACEOF
6706 /* end confdefs.h. */
6707 #include <sys/types.h>
6708 #ifdef HAVE_ASM_TYPES_H
6709 # include <asm/types.h>
6710 #endif
6711 #ifdef HAVE_SYS_SOCKET_H
6712 # include <sys/socket.h>
6713 #endif
6714 #ifdef HAVE_LINUX_TYPES_H
6715 # include <linux/types.h>
6716 #endif
6718 #include <$ac_header>
6719 _ACEOF
6720 rm -f conftest.$ac_objext
6721 if { (ac_try="$ac_compile"
6722 case "(($ac_try" in
6723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6724 *) ac_try_echo=$ac_try;;
6725 esac
6726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6727 $as_echo "$ac_try_echo") >&5
6728 (eval "$ac_compile") 2>conftest.er1
6729 ac_status=$?
6730 grep -v '^ *+' conftest.er1 >conftest.err
6731 rm -f conftest.er1
6732 cat conftest.err >&5
6733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6734 (exit $ac_status); } && {
6735 test -z "$ac_c_werror_flag" ||
6736 test ! -s conftest.err
6737 } && test -s conftest.$ac_objext; then
6738 eval "$as_ac_Header=yes"
6739 else
6740 $as_echo "$as_me: failed program was:" >&5
6741 sed 's/^/| /' conftest.$ac_ext >&5
6743 eval "$as_ac_Header=no"
6746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6748 ac_res=`eval 'as_val=${'$as_ac_Header'}
6749 $as_echo "$as_val"'`
6750 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6751 $as_echo "$ac_res" >&6; }
6752 as_val=`eval 'as_val=${'$as_ac_Header'}
6753 $as_echo "$as_val"'`
6754 if test "x$as_val" = x""yes; then
6755 cat >>confdefs.h <<_ACEOF
6756 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6757 _ACEOF
6761 done
6765 for ac_header in resolv.h
6767 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6769 $as_echo_n "checking for $ac_header... " >&6; }
6770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6771 $as_echo_n "(cached) " >&6
6772 else
6773 cat >conftest.$ac_ext <<_ACEOF
6774 /* confdefs.h. */
6775 _ACEOF
6776 cat confdefs.h >>conftest.$ac_ext
6777 cat >>conftest.$ac_ext <<_ACEOF
6778 /* end confdefs.h. */
6779 #include <sys/types.h>
6780 #ifdef HAVE_SYS_SOCKET_H
6781 # include <sys/socket.h>
6782 #endif
6783 #ifdef HAVE_NETINET_IN_H
6784 # include <netinet/in.h>
6785 #endif
6786 #ifdef HAVE_ARPA_NAMESER_H
6787 # include <arpa/nameser.h>
6788 #endif
6790 #include <$ac_header>
6791 _ACEOF
6792 rm -f conftest.$ac_objext
6793 if { (ac_try="$ac_compile"
6794 case "(($ac_try" in
6795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6796 *) ac_try_echo=$ac_try;;
6797 esac
6798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6799 $as_echo "$ac_try_echo") >&5
6800 (eval "$ac_compile") 2>conftest.er1
6801 ac_status=$?
6802 grep -v '^ *+' conftest.er1 >conftest.err
6803 rm -f conftest.er1
6804 cat conftest.err >&5
6805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 (exit $ac_status); } && {
6807 test -z "$ac_c_werror_flag" ||
6808 test ! -s conftest.err
6809 } && test -s conftest.$ac_objext; then
6810 eval "$as_ac_Header=yes"
6811 else
6812 $as_echo "$as_me: failed program was:" >&5
6813 sed 's/^/| /' conftest.$ac_ext >&5
6815 eval "$as_ac_Header=no"
6818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6820 ac_res=`eval 'as_val=${'$as_ac_Header'}
6821 $as_echo "$as_val"'`
6822 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6823 $as_echo "$ac_res" >&6; }
6824 as_val=`eval 'as_val=${'$as_ac_Header'}
6825 $as_echo "$as_val"'`
6826 if test "x$as_val" = x""yes; then
6827 cat >>confdefs.h <<_ACEOF
6828 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6829 _ACEOF
6833 done
6837 for ac_header in ucontext.h
6839 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6840 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6841 $as_echo_n "checking for $ac_header... " >&6; }
6842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6843 $as_echo_n "(cached) " >&6
6844 else
6845 cat >conftest.$ac_ext <<_ACEOF
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6851 #include <signal.h>
6853 #include <$ac_header>
6854 _ACEOF
6855 rm -f conftest.$ac_objext
6856 if { (ac_try="$ac_compile"
6857 case "(($ac_try" in
6858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6859 *) ac_try_echo=$ac_try;;
6860 esac
6861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6862 $as_echo "$ac_try_echo") >&5
6863 (eval "$ac_compile") 2>conftest.er1
6864 ac_status=$?
6865 grep -v '^ *+' conftest.er1 >conftest.err
6866 rm -f conftest.er1
6867 cat conftest.err >&5
6868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6869 (exit $ac_status); } && {
6870 test -z "$ac_c_werror_flag" ||
6871 test ! -s conftest.err
6872 } && test -s conftest.$ac_objext; then
6873 eval "$as_ac_Header=yes"
6874 else
6875 $as_echo "$as_me: failed program was:" >&5
6876 sed 's/^/| /' conftest.$ac_ext >&5
6878 eval "$as_ac_Header=no"
6881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6883 ac_res=`eval 'as_val=${'$as_ac_Header'}
6884 $as_echo "$as_val"'`
6885 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6886 $as_echo "$ac_res" >&6; }
6887 as_val=`eval 'as_val=${'$as_ac_Header'}
6888 $as_echo "$as_val"'`
6889 if test "x$as_val" = x""yes; then
6890 cat >>confdefs.h <<_ACEOF
6891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6892 _ACEOF
6896 done
6900 for ac_header in sys/thr.h
6902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6903 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6904 $as_echo_n "checking for $ac_header... " >&6; }
6905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6906 $as_echo_n "(cached) " >&6
6907 else
6908 cat >conftest.$ac_ext <<_ACEOF
6909 /* confdefs.h. */
6910 _ACEOF
6911 cat confdefs.h >>conftest.$ac_ext
6912 cat >>conftest.$ac_ext <<_ACEOF
6913 /* end confdefs.h. */
6914 #include <sys/types.h>
6915 #ifdef HAVE_UCONTEXT_H
6916 #include <ucontext.h>
6917 #endif
6919 #include <$ac_header>
6920 _ACEOF
6921 rm -f conftest.$ac_objext
6922 if { (ac_try="$ac_compile"
6923 case "(($ac_try" in
6924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6925 *) ac_try_echo=$ac_try;;
6926 esac
6927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6928 $as_echo "$ac_try_echo") >&5
6929 (eval "$ac_compile") 2>conftest.er1
6930 ac_status=$?
6931 grep -v '^ *+' conftest.er1 >conftest.err
6932 rm -f conftest.er1
6933 cat conftest.err >&5
6934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6935 (exit $ac_status); } && {
6936 test -z "$ac_c_werror_flag" ||
6937 test ! -s conftest.err
6938 } && test -s conftest.$ac_objext; then
6939 eval "$as_ac_Header=yes"
6940 else
6941 $as_echo "$as_me: failed program was:" >&5
6942 sed 's/^/| /' conftest.$ac_ext >&5
6944 eval "$as_ac_Header=no"
6947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949 ac_res=`eval 'as_val=${'$as_ac_Header'}
6950 $as_echo "$as_val"'`
6951 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6952 $as_echo "$ac_res" >&6; }
6953 as_val=`eval 'as_val=${'$as_ac_Header'}
6954 $as_echo "$as_val"'`
6955 if test "x$as_val" = x""yes; then
6956 cat >>confdefs.h <<_ACEOF
6957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6958 _ACEOF
6962 done
6966 for ac_header in pthread_np.h
6968 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6969 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6970 $as_echo_n "checking for $ac_header... " >&6; }
6971 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6972 $as_echo_n "(cached) " >&6
6973 else
6974 cat >conftest.$ac_ext <<_ACEOF
6975 /* confdefs.h. */
6976 _ACEOF
6977 cat confdefs.h >>conftest.$ac_ext
6978 cat >>conftest.$ac_ext <<_ACEOF
6979 /* end confdefs.h. */
6980 #ifdef HAVE_PTHREAD_H
6981 #include <pthread.h>
6982 #endif
6984 #include <$ac_header>
6985 _ACEOF
6986 rm -f conftest.$ac_objext
6987 if { (ac_try="$ac_compile"
6988 case "(($ac_try" in
6989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6991 esac
6992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6993 $as_echo "$ac_try_echo") >&5
6994 (eval "$ac_compile") 2>conftest.er1
6995 ac_status=$?
6996 grep -v '^ *+' conftest.er1 >conftest.err
6997 rm -f conftest.er1
6998 cat conftest.err >&5
6999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7000 (exit $ac_status); } && {
7001 test -z "$ac_c_werror_flag" ||
7002 test ! -s conftest.err
7003 } && test -s conftest.$ac_objext; then
7004 eval "$as_ac_Header=yes"
7005 else
7006 $as_echo "$as_me: failed program was:" >&5
7007 sed 's/^/| /' conftest.$ac_ext >&5
7009 eval "$as_ac_Header=no"
7012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7014 ac_res=`eval 'as_val=${'$as_ac_Header'}
7015 $as_echo "$as_val"'`
7016 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7017 $as_echo "$ac_res" >&6; }
7018 as_val=`eval 'as_val=${'$as_ac_Header'}
7019 $as_echo "$as_val"'`
7020 if test "x$as_val" = x""yes; then
7021 cat >>confdefs.h <<_ACEOF
7022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7023 _ACEOF
7027 done
7031 for ac_header in linux/videodev.h
7033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7035 $as_echo_n "checking for $ac_header... " >&6; }
7036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7037 $as_echo_n "(cached) " >&6
7038 else
7039 cat >conftest.$ac_ext <<_ACEOF
7040 /* confdefs.h. */
7041 _ACEOF
7042 cat confdefs.h >>conftest.$ac_ext
7043 cat >>conftest.$ac_ext <<_ACEOF
7044 /* end confdefs.h. */
7045 #ifdef HAVE_SYS_TIME_H
7046 #include <sys/time.h>
7047 #endif
7048 #include <sys/types.h>
7049 #ifdef HAVE_ASM_TYPES_H
7050 #include <asm/types.h>
7051 #endif
7053 #include <$ac_header>
7054 _ACEOF
7055 rm -f conftest.$ac_objext
7056 if { (ac_try="$ac_compile"
7057 case "(($ac_try" in
7058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7059 *) ac_try_echo=$ac_try;;
7060 esac
7061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7062 $as_echo "$ac_try_echo") >&5
7063 (eval "$ac_compile") 2>conftest.er1
7064 ac_status=$?
7065 grep -v '^ *+' conftest.er1 >conftest.err
7066 rm -f conftest.er1
7067 cat conftest.err >&5
7068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7069 (exit $ac_status); } && {
7070 test -z "$ac_c_werror_flag" ||
7071 test ! -s conftest.err
7072 } && test -s conftest.$ac_objext; then
7073 eval "$as_ac_Header=yes"
7074 else
7075 $as_echo "$as_me: failed program was:" >&5
7076 sed 's/^/| /' conftest.$ac_ext >&5
7078 eval "$as_ac_Header=no"
7081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7083 ac_res=`eval 'as_val=${'$as_ac_Header'}
7084 $as_echo "$as_val"'`
7085 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7086 $as_echo "$ac_res" >&6; }
7087 as_val=`eval 'as_val=${'$as_ac_Header'}
7088 $as_echo "$as_val"'`
7089 if test "x$as_val" = x""yes; then
7090 cat >>confdefs.h <<_ACEOF
7091 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7092 _ACEOF
7096 done
7100 for ac_header in linux/capi.h
7102 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7103 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7104 $as_echo_n "checking for $ac_header... " >&6; }
7105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7106 $as_echo_n "(cached) " >&6
7107 else
7108 cat >conftest.$ac_ext <<_ACEOF
7109 /* confdefs.h. */
7110 _ACEOF
7111 cat confdefs.h >>conftest.$ac_ext
7112 cat >>conftest.$ac_ext <<_ACEOF
7113 /* end confdefs.h. */
7114 #define __user
7116 #include <$ac_header>
7117 _ACEOF
7118 rm -f conftest.$ac_objext
7119 if { (ac_try="$ac_compile"
7120 case "(($ac_try" in
7121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7122 *) ac_try_echo=$ac_try;;
7123 esac
7124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7125 $as_echo "$ac_try_echo") >&5
7126 (eval "$ac_compile") 2>conftest.er1
7127 ac_status=$?
7128 grep -v '^ *+' conftest.er1 >conftest.err
7129 rm -f conftest.er1
7130 cat conftest.err >&5
7131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 (exit $ac_status); } && {
7133 test -z "$ac_c_werror_flag" ||
7134 test ! -s conftest.err
7135 } && test -s conftest.$ac_objext; then
7136 eval "$as_ac_Header=yes"
7137 else
7138 $as_echo "$as_me: failed program was:" >&5
7139 sed 's/^/| /' conftest.$ac_ext >&5
7141 eval "$as_ac_Header=no"
7144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7146 ac_res=`eval 'as_val=${'$as_ac_Header'}
7147 $as_echo "$as_val"'`
7148 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7149 $as_echo "$ac_res" >&6; }
7150 as_val=`eval 'as_val=${'$as_ac_Header'}
7151 $as_echo "$as_val"'`
7152 if test "x$as_val" = x""yes; then
7153 cat >>confdefs.h <<_ACEOF
7154 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7155 _ACEOF
7159 done
7163 DLLEXT=""
7165 DLLFLAGS="-D_REENTRANT"
7167 LDSHARED=""
7169 LDDLLFLAGS=""
7171 LIBEXT="so"
7173 IMPLIBEXT="def"
7175 LDRPATH_INSTALL=""
7177 LDRPATH_LOCAL=""
7179 # Extract the first word of "ldd", so it can be a program name with args.
7180 set dummy ldd; ac_word=$2
7181 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7182 $as_echo_n "checking for $ac_word... " >&6; }
7183 if test "${ac_cv_path_LDD+set}" = set; then
7184 $as_echo_n "(cached) " >&6
7185 else
7186 case $LDD in
7187 [\\/]* | ?:[\\/]*)
7188 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7192 as_dummy="/sbin:/usr/sbin:$PATH"
7193 for as_dir in $as_dummy
7195 IFS=$as_save_IFS
7196 test -z "$as_dir" && as_dir=.
7197 for ac_exec_ext in '' $ac_executable_extensions; do
7198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7199 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7201 break 2
7203 done
7204 done
7205 IFS=$as_save_IFS
7207 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7209 esac
7211 LDD=$ac_cv_path_LDD
7212 if test -n "$LDD"; then
7213 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7214 $as_echo "$LDD" >&6; }
7215 else
7216 { $as_echo "$as_me:$LINENO: result: no" >&5
7217 $as_echo "no" >&6; }
7222 case $host_os in
7223 cygwin*|mingw32*)
7224 if test -n "$ac_tool_prefix"; then
7225 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7226 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7227 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7228 $as_echo_n "checking for $ac_word... " >&6; }
7229 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7230 $as_echo_n "(cached) " >&6
7231 else
7232 if test -n "$DLLTOOL"; then
7233 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7234 else
7235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7236 for as_dir in $PATH
7238 IFS=$as_save_IFS
7239 test -z "$as_dir" && as_dir=.
7240 for ac_exec_ext in '' $ac_executable_extensions; do
7241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7242 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7243 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7244 break 2
7246 done
7247 done
7248 IFS=$as_save_IFS
7252 DLLTOOL=$ac_cv_prog_DLLTOOL
7253 if test -n "$DLLTOOL"; then
7254 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7255 $as_echo "$DLLTOOL" >&6; }
7256 else
7257 { $as_echo "$as_me:$LINENO: result: no" >&5
7258 $as_echo "no" >&6; }
7263 if test -z "$ac_cv_prog_DLLTOOL"; then
7264 ac_ct_DLLTOOL=$DLLTOOL
7265 # Extract the first word of "dlltool", so it can be a program name with args.
7266 set dummy dlltool; ac_word=$2
7267 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7268 $as_echo_n "checking for $ac_word... " >&6; }
7269 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7270 $as_echo_n "(cached) " >&6
7271 else
7272 if test -n "$ac_ct_DLLTOOL"; then
7273 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7274 else
7275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7276 for as_dir in $PATH
7278 IFS=$as_save_IFS
7279 test -z "$as_dir" && as_dir=.
7280 for ac_exec_ext in '' $ac_executable_extensions; do
7281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7282 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7283 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7284 break 2
7286 done
7287 done
7288 IFS=$as_save_IFS
7292 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7293 if test -n "$ac_ct_DLLTOOL"; then
7294 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7295 $as_echo "$ac_ct_DLLTOOL" >&6; }
7296 else
7297 { $as_echo "$as_me:$LINENO: result: no" >&5
7298 $as_echo "no" >&6; }
7301 if test "x$ac_ct_DLLTOOL" = x; then
7302 DLLTOOL="false"
7303 else
7304 case $cross_compiling:$ac_tool_warned in
7305 yes:)
7306 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7308 ac_tool_warned=yes ;;
7309 esac
7310 DLLTOOL=$ac_ct_DLLTOOL
7312 else
7313 DLLTOOL="$ac_cv_prog_DLLTOOL"
7316 if test -n "$ac_tool_prefix"; then
7317 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7318 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7319 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7320 $as_echo_n "checking for $ac_word... " >&6; }
7321 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7322 $as_echo_n "(cached) " >&6
7323 else
7324 if test -n "$DLLWRAP"; then
7325 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7326 else
7327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7328 for as_dir in $PATH
7330 IFS=$as_save_IFS
7331 test -z "$as_dir" && as_dir=.
7332 for ac_exec_ext in '' $ac_executable_extensions; do
7333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7334 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7335 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7336 break 2
7338 done
7339 done
7340 IFS=$as_save_IFS
7344 DLLWRAP=$ac_cv_prog_DLLWRAP
7345 if test -n "$DLLWRAP"; then
7346 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7347 $as_echo "$DLLWRAP" >&6; }
7348 else
7349 { $as_echo "$as_me:$LINENO: result: no" >&5
7350 $as_echo "no" >&6; }
7355 if test -z "$ac_cv_prog_DLLWRAP"; then
7356 ac_ct_DLLWRAP=$DLLWRAP
7357 # Extract the first word of "dllwrap", so it can be a program name with args.
7358 set dummy dllwrap; ac_word=$2
7359 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7360 $as_echo_n "checking for $ac_word... " >&6; }
7361 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7362 $as_echo_n "(cached) " >&6
7363 else
7364 if test -n "$ac_ct_DLLWRAP"; then
7365 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7366 else
7367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368 for as_dir in $PATH
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7374 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7375 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7376 break 2
7378 done
7379 done
7380 IFS=$as_save_IFS
7384 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7385 if test -n "$ac_ct_DLLWRAP"; then
7386 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7387 $as_echo "$ac_ct_DLLWRAP" >&6; }
7388 else
7389 { $as_echo "$as_me:$LINENO: result: no" >&5
7390 $as_echo "no" >&6; }
7393 if test "x$ac_ct_DLLWRAP" = x; then
7394 DLLWRAP="false"
7395 else
7396 case $cross_compiling:$ac_tool_warned in
7397 yes:)
7398 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7400 ac_tool_warned=yes ;;
7401 esac
7402 DLLWRAP=$ac_ct_DLLWRAP
7404 else
7405 DLLWRAP="$ac_cv_prog_DLLWRAP"
7408 if test -n "$ac_tool_prefix"; then
7409 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7410 set dummy ${ac_tool_prefix}ar; ac_word=$2
7411 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7412 $as_echo_n "checking for $ac_word... " >&6; }
7413 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7414 $as_echo_n "(cached) " >&6
7415 else
7416 if test -n "$MINGWAR"; then
7417 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7418 else
7419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420 for as_dir in $PATH
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
7424 for ac_exec_ext in '' $ac_executable_extensions; do
7425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7426 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7427 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7428 break 2
7430 done
7431 done
7432 IFS=$as_save_IFS
7436 MINGWAR=$ac_cv_prog_MINGWAR
7437 if test -n "$MINGWAR"; then
7438 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7439 $as_echo "$MINGWAR" >&6; }
7440 else
7441 { $as_echo "$as_me:$LINENO: result: no" >&5
7442 $as_echo "no" >&6; }
7447 if test -z "$ac_cv_prog_MINGWAR"; then
7448 ac_ct_MINGWAR=$MINGWAR
7449 # Extract the first word of "ar", so it can be a program name with args.
7450 set dummy ar; ac_word=$2
7451 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7452 $as_echo_n "checking for $ac_word... " >&6; }
7453 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7454 $as_echo_n "(cached) " >&6
7455 else
7456 if test -n "$ac_ct_MINGWAR"; then
7457 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7458 else
7459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460 for as_dir in $PATH
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
7464 for ac_exec_ext in '' $ac_executable_extensions; do
7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7466 ac_cv_prog_ac_ct_MINGWAR="ar"
7467 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7468 break 2
7470 done
7471 done
7472 IFS=$as_save_IFS
7476 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7477 if test -n "$ac_ct_MINGWAR"; then
7478 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7479 $as_echo "$ac_ct_MINGWAR" >&6; }
7480 else
7481 { $as_echo "$as_me:$LINENO: result: no" >&5
7482 $as_echo "no" >&6; }
7485 if test "x$ac_ct_MINGWAR" = x; then
7486 MINGWAR="false"
7487 else
7488 case $cross_compiling:$ac_tool_warned in
7489 yes:)
7490 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7492 ac_tool_warned=yes ;;
7493 esac
7494 MINGWAR=$ac_ct_MINGWAR
7496 else
7497 MINGWAR="$ac_cv_prog_MINGWAR"
7500 if test "$DLLWRAP" = "false"; then
7501 LIBEXT="a"
7502 else
7503 LIBEXT="dll"
7505 IMPLIBEXT="a"
7506 WIN16_FILES=""
7507 WIN16_INSTALL=""
7508 enable_iphlpapi=${enable_iphlpapi:-no}
7509 enable_kernel32=${enable_kernel32:-no}
7510 enable_msvcrt=${enable_msvcrt:-no}
7511 enable_ntdll=${enable_ntdll:-no}
7512 enable_ws2_32=${enable_ws2_32:-no}
7513 enable_loader=${enable_loader:-no}
7514 enable_server=${enable_server:-no}
7515 with_x=${with_x:-no}
7516 with_pthread=${with_pthread:-no}
7518 darwin*|macosx*)
7519 DLLEXT=".so"
7520 LIBEXT="dylib"
7521 DLLFLAGS="$DLLFLAGS -fPIC"
7522 LDDLLFLAGS="-bundle -multiply_defined suppress"
7523 LIBWINE_LDFLAGS="-multiply_defined suppress"
7524 LDSHARED="\$(CC) -dynamiclib"
7525 STRIP="$STRIP -x"
7526 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7527 SECURITYLIB="-framework Security -framework CoreFoundation"
7529 COREFOUNDATIONLIB="-framework CoreFoundation"
7531 IOKITLIB="-framework IOKit -framework CoreFoundation"
7533 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7535 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7536 then
7537 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7540 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7541 then
7542 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7545 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7546 then
7547 ac_save_LIBS="$LIBS"
7548 LIBS="$LIBS $IOKITLIB"
7550 for ac_func in IOHIDManagerCreate
7552 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7553 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7554 $as_echo_n "checking for $ac_func... " >&6; }
7555 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7556 $as_echo_n "(cached) " >&6
7557 else
7558 cat >conftest.$ac_ext <<_ACEOF
7559 /* confdefs.h. */
7560 _ACEOF
7561 cat confdefs.h >>conftest.$ac_ext
7562 cat >>conftest.$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7565 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7566 #define $ac_func innocuous_$ac_func
7568 /* System header to define __stub macros and hopefully few prototypes,
7569 which can conflict with char $ac_func (); below.
7570 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7571 <limits.h> exists even on freestanding compilers. */
7573 #ifdef __STDC__
7574 # include <limits.h>
7575 #else
7576 # include <assert.h>
7577 #endif
7579 #undef $ac_func
7581 /* Override any GCC internal prototype to avoid an error.
7582 Use char because int might match the return type of a GCC
7583 builtin and then its argument prototype would still apply. */
7584 #ifdef __cplusplus
7585 extern "C"
7586 #endif
7587 char $ac_func ();
7588 /* The GNU C library defines this for functions which it implements
7589 to always fail with ENOSYS. Some functions are actually named
7590 something starting with __ and the normal name is an alias. */
7591 #if defined __stub_$ac_func || defined __stub___$ac_func
7592 choke me
7593 #endif
7596 main ()
7598 return $ac_func ();
7600 return 0;
7602 _ACEOF
7603 rm -f conftest.$ac_objext conftest$ac_exeext
7604 if { (ac_try="$ac_link"
7605 case "(($ac_try" in
7606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607 *) ac_try_echo=$ac_try;;
7608 esac
7609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7610 $as_echo "$ac_try_echo") >&5
7611 (eval "$ac_link") 2>conftest.er1
7612 ac_status=$?
7613 grep -v '^ *+' conftest.er1 >conftest.err
7614 rm -f conftest.er1
7615 cat conftest.err >&5
7616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617 (exit $ac_status); } && {
7618 test -z "$ac_c_werror_flag" ||
7619 test ! -s conftest.err
7620 } && test -s conftest$ac_exeext && {
7621 test "$cross_compiling" = yes ||
7622 $as_test_x conftest$ac_exeext
7623 }; then
7624 eval "$as_ac_var=yes"
7625 else
7626 $as_echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.$ac_ext >&5
7629 eval "$as_ac_var=no"
7632 rm -rf conftest.dSYM
7633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7634 conftest$ac_exeext conftest.$ac_ext
7636 ac_res=`eval 'as_val=${'$as_ac_var'}
7637 $as_echo "$as_val"'`
7638 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7639 $as_echo "$ac_res" >&6; }
7640 as_val=`eval 'as_val=${'$as_ac_var'}
7641 $as_echo "$as_val"'`
7642 if test "x$as_val" = x""yes; then
7643 cat >>confdefs.h <<_ACEOF
7644 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7645 _ACEOF
7648 done
7650 LIBS="$ac_save_LIBS"
7652 case $host_cpu in
7653 *powerpc*)
7654 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7655 esac
7656 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7657 then
7658 CARBONLIB="-framework Carbon"
7660 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7664 DLLFLAGS="$DLLFLAGS -fPIC"
7665 DLLEXT=".so"
7666 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7667 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7668 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7669 $as_echo_n "(cached) " >&6
7670 else
7671 ac_wine_try_cflags_saved=$CFLAGS
7672 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7673 cat >conftest.$ac_ext <<_ACEOF
7674 void myfunc() {}
7675 _ACEOF
7676 rm -f conftest.$ac_objext conftest$ac_exeext
7677 if { (ac_try="$ac_link"
7678 case "(($ac_try" in
7679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7680 *) ac_try_echo=$ac_try;;
7681 esac
7682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7683 $as_echo "$ac_try_echo") >&5
7684 (eval "$ac_link") 2>conftest.er1
7685 ac_status=$?
7686 grep -v '^ *+' conftest.er1 >conftest.err
7687 rm -f conftest.er1
7688 cat conftest.err >&5
7689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7690 (exit $ac_status); } && {
7691 test -z "$ac_c_werror_flag" ||
7692 test ! -s conftest.err
7693 } && test -s conftest$ac_exeext && {
7694 test "$cross_compiling" = yes ||
7695 $as_test_x conftest$ac_exeext
7696 }; then
7697 ac_cv_c_dll_gnuelf="yes"
7698 else
7699 $as_echo "$as_me: failed program was:" >&5
7700 sed 's/^/| /' conftest.$ac_ext >&5
7702 ac_cv_c_dll_gnuelf="no"
7705 rm -rf conftest.dSYM
7706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7707 conftest$ac_exeext conftest.$ac_ext
7708 CFLAGS=$ac_wine_try_cflags_saved
7710 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7711 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7712 if test "$ac_cv_c_dll_gnuelf" = "yes"
7713 then
7714 LDSHARED="\$(CC) -shared"
7715 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7716 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7717 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7718 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7719 $as_echo_n "(cached) " >&6
7720 else
7721 ac_wine_try_cflags_saved=$CFLAGS
7722 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7723 cat >conftest.$ac_ext <<_ACEOF
7724 /* confdefs.h. */
7725 _ACEOF
7726 cat confdefs.h >>conftest.$ac_ext
7727 cat >>conftest.$ac_ext <<_ACEOF
7728 /* end confdefs.h. */
7731 main ()
7735 return 0;
7737 _ACEOF
7738 rm -f conftest.$ac_objext conftest$ac_exeext
7739 if { (ac_try="$ac_link"
7740 case "(($ac_try" in
7741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7742 *) ac_try_echo=$ac_try;;
7743 esac
7744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7745 $as_echo "$ac_try_echo") >&5
7746 (eval "$ac_link") 2>conftest.er1
7747 ac_status=$?
7748 grep -v '^ *+' conftest.er1 >conftest.err
7749 rm -f conftest.er1
7750 cat conftest.err >&5
7751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7752 (exit $ac_status); } && {
7753 test -z "$ac_c_werror_flag" ||
7754 test ! -s conftest.err
7755 } && test -s conftest$ac_exeext && {
7756 test "$cross_compiling" = yes ||
7757 $as_test_x conftest$ac_exeext
7758 }; then
7759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7760 else
7761 $as_echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.$ac_ext >&5
7764 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7767 rm -rf conftest.dSYM
7768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7769 conftest$ac_exeext conftest.$ac_ext
7770 CFLAGS=$ac_wine_try_cflags_saved
7772 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7773 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7774 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7775 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7776 else
7777 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7778 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7779 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7780 $as_echo_n "(cached) " >&6
7781 else
7782 ac_wine_try_cflags_saved=$CFLAGS
7783 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7784 cat >conftest.$ac_ext <<_ACEOF
7785 /* confdefs.h. */
7786 _ACEOF
7787 cat confdefs.h >>conftest.$ac_ext
7788 cat >>conftest.$ac_ext <<_ACEOF
7789 /* end confdefs.h. */
7792 main ()
7796 return 0;
7798 _ACEOF
7799 rm -f conftest.$ac_objext conftest$ac_exeext
7800 if { (ac_try="$ac_link"
7801 case "(($ac_try" in
7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7803 *) ac_try_echo=$ac_try;;
7804 esac
7805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7806 $as_echo "$ac_try_echo") >&5
7807 (eval "$ac_link") 2>conftest.er1
7808 ac_status=$?
7809 grep -v '^ *+' conftest.er1 >conftest.err
7810 rm -f conftest.er1
7811 cat conftest.err >&5
7812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } && {
7814 test -z "$ac_c_werror_flag" ||
7815 test ! -s conftest.err
7816 } && test -s conftest$ac_exeext && {
7817 test "$cross_compiling" = yes ||
7818 $as_test_x conftest$ac_exeext
7819 }; then
7820 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7821 else
7822 $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7828 rm -rf conftest.dSYM
7829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7830 conftest$ac_exeext conftest.$ac_ext
7831 CFLAGS=$ac_wine_try_cflags_saved
7833 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7834 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7835 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7836 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7842 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7843 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7844 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7845 $as_echo_n "(cached) " >&6
7846 else
7847 ac_wine_try_cflags_saved=$CFLAGS
7848 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7849 cat >conftest.$ac_ext <<_ACEOF
7850 /* confdefs.h. */
7851 _ACEOF
7852 cat confdefs.h >>conftest.$ac_ext
7853 cat >>conftest.$ac_ext <<_ACEOF
7854 /* end confdefs.h. */
7857 main ()
7861 return 0;
7863 _ACEOF
7864 rm -f conftest.$ac_objext conftest$ac_exeext
7865 if { (ac_try="$ac_link"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_link") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest$ac_exeext && {
7882 test "$cross_compiling" = yes ||
7883 $as_test_x conftest$ac_exeext
7884 }; then
7885 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7886 else
7887 $as_echo "$as_me: failed program was:" >&5
7888 sed 's/^/| /' conftest.$ac_ext >&5
7890 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7893 rm -rf conftest.dSYM
7894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7895 conftest$ac_exeext conftest.$ac_ext
7896 CFLAGS=$ac_wine_try_cflags_saved
7898 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7899 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7900 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7901 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7905 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7906 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7907 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7908 $as_echo_n "(cached) " >&6
7909 else
7910 ac_wine_try_cflags_saved=$CFLAGS
7911 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7912 cat >conftest.$ac_ext <<_ACEOF
7913 /* confdefs.h. */
7914 _ACEOF
7915 cat confdefs.h >>conftest.$ac_ext
7916 cat >>conftest.$ac_ext <<_ACEOF
7917 /* end confdefs.h. */
7920 main ()
7924 return 0;
7926 _ACEOF
7927 rm -f conftest.$ac_objext conftest$ac_exeext
7928 if { (ac_try="$ac_link"
7929 case "(($ac_try" in
7930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7931 *) ac_try_echo=$ac_try;;
7932 esac
7933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7934 $as_echo "$ac_try_echo") >&5
7935 (eval "$ac_link") 2>conftest.er1
7936 ac_status=$?
7937 grep -v '^ *+' conftest.er1 >conftest.err
7938 rm -f conftest.er1
7939 cat conftest.err >&5
7940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7941 (exit $ac_status); } && {
7942 test -z "$ac_c_werror_flag" ||
7943 test ! -s conftest.err
7944 } && test -s conftest$ac_exeext && {
7945 test "$cross_compiling" = yes ||
7946 $as_test_x conftest$ac_exeext
7947 }; then
7948 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7949 else
7950 $as_echo "$as_me: failed program was:" >&5
7951 sed 's/^/| /' conftest.$ac_ext >&5
7953 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7956 rm -rf conftest.dSYM
7957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7958 conftest$ac_exeext conftest.$ac_ext
7959 CFLAGS=$ac_wine_try_cflags_saved
7961 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7962 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7963 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7964 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7968 echo '{ global: *; };' >conftest.map
7969 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7970 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7971 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7972 $as_echo_n "(cached) " >&6
7973 else
7974 ac_wine_try_cflags_saved=$CFLAGS
7975 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7976 cat >conftest.$ac_ext <<_ACEOF
7977 /* confdefs.h. */
7978 _ACEOF
7979 cat confdefs.h >>conftest.$ac_ext
7980 cat >>conftest.$ac_ext <<_ACEOF
7981 /* end confdefs.h. */
7984 main ()
7988 return 0;
7990 _ACEOF
7991 rm -f conftest.$ac_objext conftest$ac_exeext
7992 if { (ac_try="$ac_link"
7993 case "(($ac_try" in
7994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7995 *) ac_try_echo=$ac_try;;
7996 esac
7997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7998 $as_echo "$ac_try_echo") >&5
7999 (eval "$ac_link") 2>conftest.er1
8000 ac_status=$?
8001 grep -v '^ *+' conftest.er1 >conftest.err
8002 rm -f conftest.er1
8003 cat conftest.err >&5
8004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005 (exit $ac_status); } && {
8006 test -z "$ac_c_werror_flag" ||
8007 test ! -s conftest.err
8008 } && test -s conftest$ac_exeext && {
8009 test "$cross_compiling" = yes ||
8010 $as_test_x conftest$ac_exeext
8011 }; then
8012 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8013 else
8014 $as_echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.$ac_ext >&5
8017 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8020 rm -rf conftest.dSYM
8021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8022 conftest$ac_exeext conftest.$ac_ext
8023 CFLAGS=$ac_wine_try_cflags_saved
8025 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8026 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8027 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8028 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8031 rm -f conftest.map
8033 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8034 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8035 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8036 $as_echo_n "(cached) " >&6
8037 else
8038 ac_wine_try_cflags_saved=$CFLAGS
8039 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8040 cat >conftest.$ac_ext <<_ACEOF
8041 /* confdefs.h. */
8042 _ACEOF
8043 cat confdefs.h >>conftest.$ac_ext
8044 cat >>conftest.$ac_ext <<_ACEOF
8045 /* end confdefs.h. */
8048 main ()
8052 return 0;
8054 _ACEOF
8055 rm -f conftest.$ac_objext conftest$ac_exeext
8056 if { (ac_try="$ac_link"
8057 case "(($ac_try" in
8058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8059 *) ac_try_echo=$ac_try;;
8060 esac
8061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8062 $as_echo "$ac_try_echo") >&5
8063 (eval "$ac_link") 2>conftest.er1
8064 ac_status=$?
8065 grep -v '^ *+' conftest.er1 >conftest.err
8066 rm -f conftest.er1
8067 cat conftest.err >&5
8068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8069 (exit $ac_status); } && {
8070 test -z "$ac_c_werror_flag" ||
8071 test ! -s conftest.err
8072 } && test -s conftest$ac_exeext && {
8073 test "$cross_compiling" = yes ||
8074 $as_test_x conftest$ac_exeext
8075 }; then
8076 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8077 else
8078 $as_echo "$as_me: failed program was:" >&5
8079 sed 's/^/| /' conftest.$ac_ext >&5
8081 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8084 rm -rf conftest.dSYM
8085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8086 conftest$ac_exeext conftest.$ac_ext
8087 CFLAGS=$ac_wine_try_cflags_saved
8089 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8090 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8091 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8092 LDEXECFLAGS="-Wl,--export-dynamic"
8097 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8098 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8099 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8100 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8101 $as_echo_n "(cached) " >&6
8102 else
8103 ac_wine_try_cflags_saved=$CFLAGS
8104 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8105 cat >conftest.$ac_ext <<_ACEOF
8106 /* confdefs.h. */
8107 _ACEOF
8108 cat confdefs.h >>conftest.$ac_ext
8109 cat >>conftest.$ac_ext <<_ACEOF
8110 /* end confdefs.h. */
8113 main ()
8117 return 0;
8119 _ACEOF
8120 rm -f conftest.$ac_objext conftest$ac_exeext
8121 if { (ac_try="$ac_link"
8122 case "(($ac_try" in
8123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8124 *) ac_try_echo=$ac_try;;
8125 esac
8126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8127 $as_echo "$ac_try_echo") >&5
8128 (eval "$ac_link") 2>conftest.er1
8129 ac_status=$?
8130 grep -v '^ *+' conftest.er1 >conftest.err
8131 rm -f conftest.er1
8132 cat conftest.err >&5
8133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8134 (exit $ac_status); } && {
8135 test -z "$ac_c_werror_flag" ||
8136 test ! -s conftest.err
8137 } && test -s conftest$ac_exeext && {
8138 test "$cross_compiling" = yes ||
8139 $as_test_x conftest$ac_exeext
8140 }; then
8141 eval "$as_ac_var=yes"
8142 else
8143 $as_echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.$ac_ext >&5
8146 eval "$as_ac_var=no"
8149 rm -rf conftest.dSYM
8150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8151 conftest$ac_exeext conftest.$ac_ext
8152 CFLAGS=$ac_wine_try_cflags_saved
8154 ac_res=`eval 'as_val=${'$as_ac_var'}
8155 $as_echo "$as_val"'`
8156 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8157 $as_echo "$ac_res" >&6; }
8158 if test `eval 'as_val=${'$as_ac_var'}
8159 $as_echo "$as_val"'` = yes; then
8160 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8161 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8162 else
8163 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8164 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8165 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8166 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8167 $as_echo_n "(cached) " >&6
8168 else
8169 ac_wine_try_cflags_saved=$CFLAGS
8170 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8171 cat >conftest.$ac_ext <<_ACEOF
8172 /* confdefs.h. */
8173 _ACEOF
8174 cat confdefs.h >>conftest.$ac_ext
8175 cat >>conftest.$ac_ext <<_ACEOF
8176 /* end confdefs.h. */
8179 main ()
8183 return 0;
8185 _ACEOF
8186 rm -f conftest.$ac_objext conftest$ac_exeext
8187 if { (ac_try="$ac_link"
8188 case "(($ac_try" in
8189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8190 *) ac_try_echo=$ac_try;;
8191 esac
8192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8193 $as_echo "$ac_try_echo") >&5
8194 (eval "$ac_link") 2>conftest.er1
8195 ac_status=$?
8196 grep -v '^ *+' conftest.er1 >conftest.err
8197 rm -f conftest.er1
8198 cat conftest.err >&5
8199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 (exit $ac_status); } && {
8201 test -z "$ac_c_werror_flag" ||
8202 test ! -s conftest.err
8203 } && test -s conftest$ac_exeext && {
8204 test "$cross_compiling" = yes ||
8205 $as_test_x conftest$ac_exeext
8206 }; then
8207 eval "$as_ac_var=yes"
8208 else
8209 $as_echo "$as_me: failed program was:" >&5
8210 sed 's/^/| /' conftest.$ac_ext >&5
8212 eval "$as_ac_var=no"
8215 rm -rf conftest.dSYM
8216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8217 conftest$ac_exeext conftest.$ac_ext
8218 CFLAGS=$ac_wine_try_cflags_saved
8220 ac_res=`eval 'as_val=${'$as_ac_var'}
8221 $as_echo "$as_val"'`
8222 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8223 $as_echo "$ac_res" >&6; }
8224 if test `eval 'as_val=${'$as_ac_var'}
8225 $as_echo "$as_val"'` = yes; then
8226 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8227 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8233 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8234 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8235 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8236 $as_echo_n "(cached) " >&6
8237 else
8238 ac_wine_try_cflags_saved=$CFLAGS
8239 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8240 cat >conftest.$ac_ext <<_ACEOF
8241 /* confdefs.h. */
8242 _ACEOF
8243 cat confdefs.h >>conftest.$ac_ext
8244 cat >>conftest.$ac_ext <<_ACEOF
8245 /* end confdefs.h. */
8248 main ()
8252 return 0;
8254 _ACEOF
8255 rm -f conftest.$ac_objext conftest$ac_exeext
8256 if { (ac_try="$ac_link"
8257 case "(($ac_try" in
8258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8259 *) ac_try_echo=$ac_try;;
8260 esac
8261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8262 $as_echo "$ac_try_echo") >&5
8263 (eval "$ac_link") 2>conftest.er1
8264 ac_status=$?
8265 grep -v '^ *+' conftest.er1 >conftest.err
8266 rm -f conftest.er1
8267 cat conftest.err >&5
8268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8269 (exit $ac_status); } && {
8270 test -z "$ac_c_werror_flag" ||
8271 test ! -s conftest.err
8272 } && test -s conftest$ac_exeext && {
8273 test "$cross_compiling" = yes ||
8274 $as_test_x conftest$ac_exeext
8275 }; then
8276 ac_cv_cflags__Wl___enable_new_dtags=yes
8277 else
8278 $as_echo "$as_me: failed program was:" >&5
8279 sed 's/^/| /' conftest.$ac_ext >&5
8281 ac_cv_cflags__Wl___enable_new_dtags=no
8284 rm -rf conftest.dSYM
8285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8286 conftest$ac_exeext conftest.$ac_ext
8287 CFLAGS=$ac_wine_try_cflags_saved
8289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8290 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8291 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8292 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8296 case $host_cpu in
8297 *i[3456789]86* | x86_64)
8298 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8299 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8300 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8301 $as_echo_n "(cached) " >&6
8302 else
8303 ac_wine_try_cflags_saved=$CFLAGS
8304 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8305 cat >conftest.$ac_ext <<_ACEOF
8306 /* confdefs.h. */
8307 _ACEOF
8308 cat confdefs.h >>conftest.$ac_ext
8309 cat >>conftest.$ac_ext <<_ACEOF
8310 /* end confdefs.h. */
8313 main ()
8317 return 0;
8319 _ACEOF
8320 rm -f conftest.$ac_objext conftest$ac_exeext
8321 if { (ac_try="$ac_link"
8322 case "(($ac_try" in
8323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8324 *) ac_try_echo=$ac_try;;
8325 esac
8326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8327 $as_echo "$ac_try_echo") >&5
8328 (eval "$ac_link") 2>conftest.er1
8329 ac_status=$?
8330 grep -v '^ *+' conftest.er1 >conftest.err
8331 rm -f conftest.er1
8332 cat conftest.err >&5
8333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8334 (exit $ac_status); } && {
8335 test -z "$ac_c_werror_flag" ||
8336 test ! -s conftest.err
8337 } && test -s conftest$ac_exeext && {
8338 test "$cross_compiling" = yes ||
8339 $as_test_x conftest$ac_exeext
8340 }; then
8341 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8342 else
8343 $as_echo "$as_me: failed program was:" >&5
8344 sed 's/^/| /' conftest.$ac_ext >&5
8346 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8349 rm -rf conftest.dSYM
8350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8351 conftest$ac_exeext conftest.$ac_ext
8352 CFLAGS=$ac_wine_try_cflags_saved
8354 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8355 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8356 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8357 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8361 esac
8363 else
8364 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8365 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8366 if test "${ac_cv_c_dll_unixware+set}" = set; then
8367 $as_echo_n "(cached) " >&6
8368 else
8369 ac_wine_try_cflags_saved=$CFLAGS
8370 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8371 cat >conftest.$ac_ext <<_ACEOF
8372 void myfunc() {}
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8381 $as_echo "$ac_try_echo") >&5
8382 (eval "$ac_link") 2>conftest.er1
8383 ac_status=$?
8384 grep -v '^ *+' conftest.er1 >conftest.err
8385 rm -f conftest.er1
8386 cat conftest.err >&5
8387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8388 (exit $ac_status); } && {
8389 test -z "$ac_c_werror_flag" ||
8390 test ! -s conftest.err
8391 } && test -s conftest$ac_exeext && {
8392 test "$cross_compiling" = yes ||
8393 $as_test_x conftest$ac_exeext
8394 }; then
8395 ac_cv_c_dll_unixware="yes"
8396 else
8397 $as_echo "$as_me: failed program was:" >&5
8398 sed 's/^/| /' conftest.$ac_ext >&5
8400 ac_cv_c_dll_unixware="no"
8403 rm -rf conftest.dSYM
8404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8405 conftest$ac_exeext conftest.$ac_ext
8406 CFLAGS=$ac_wine_try_cflags_saved
8408 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8409 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8410 if test "$ac_cv_c_dll_unixware" = "yes"
8411 then
8412 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8413 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8415 else
8416 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8417 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8418 if test "${ac_cv_c_dll_hpux+set}" = set; then
8419 $as_echo_n "(cached) " >&6
8420 else
8421 ac_wine_try_cflags_saved=$CFLAGS
8422 CFLAGS="$CFLAGS -shared"
8423 cat >conftest.$ac_ext <<_ACEOF
8424 void myfunc() {}
8425 _ACEOF
8426 rm -f conftest.$ac_objext conftest$ac_exeext
8427 if { (ac_try="$ac_link"
8428 case "(($ac_try" in
8429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8430 *) ac_try_echo=$ac_try;;
8431 esac
8432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8433 $as_echo "$ac_try_echo") >&5
8434 (eval "$ac_link") 2>conftest.er1
8435 ac_status=$?
8436 grep -v '^ *+' conftest.er1 >conftest.err
8437 rm -f conftest.er1
8438 cat conftest.err >&5
8439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8440 (exit $ac_status); } && {
8441 test -z "$ac_c_werror_flag" ||
8442 test ! -s conftest.err
8443 } && test -s conftest$ac_exeext && {
8444 test "$cross_compiling" = yes ||
8445 $as_test_x conftest$ac_exeext
8446 }; then
8447 ac_cv_c_dll_hpux="yes"
8448 else
8449 $as_echo "$as_me: failed program was:" >&5
8450 sed 's/^/| /' conftest.$ac_ext >&5
8452 ac_cv_c_dll_hpux="no"
8455 rm -rf conftest.dSYM
8456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8457 conftest$ac_exeext conftest.$ac_ext
8458 CFLAGS=$ac_wine_try_cflags_saved
8460 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8461 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8462 if test "$ac_cv_c_dll_hpux" = "yes"
8463 then
8464 LIBEXT="sl"
8465 DLLEXT=".sl"
8466 LDDLLFLAGS="-shared -fPIC"
8467 LDSHARED="\$(CC) -shared"
8472 esac
8474 enable_winequartz_drv=${enable_winequartz_drv:-no}
8476 if test "$LIBEXT" = "a"; then
8477 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8478 It is currently not possible to build Wine without shared library
8479 (.so) support to allow transparent switch between .so and .dll files.
8480 If you are using Linux, you will need a newer binutils.
8481 " >&5
8482 $as_echo "$as_me: error: could not find a way to build shared libraries.
8483 It is currently not possible to build Wine without shared library
8484 (.so) support to allow transparent switch between .so and .dll files.
8485 If you are using Linux, you will need a newer binutils.
8486 " >&2;}
8487 { (exit 1); exit 1; }; }
8490 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8491 then
8492 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
8494 # Extract the first word of "$ac_prog", so it can be a program name with args.
8495 set dummy $ac_prog; ac_word=$2
8496 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8497 $as_echo_n "checking for $ac_word... " >&6; }
8498 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8499 $as_echo_n "(cached) " >&6
8500 else
8501 if test -n "$CROSSCC"; then
8502 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8503 else
8504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505 for as_dir in $PATH
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_CROSSCC="$ac_prog"
8512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8515 done
8516 done
8517 IFS=$as_save_IFS
8521 CROSSCC=$ac_cv_prog_CROSSCC
8522 if test -n "$CROSSCC"; then
8523 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8524 $as_echo "$CROSSCC" >&6; }
8525 else
8526 { $as_echo "$as_me:$LINENO: result: no" >&5
8527 $as_echo "no" >&6; }
8531 test -n "$CROSSCC" && break
8532 done
8533 test -n "$CROSSCC" || CROSSCC="false"
8535 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
8537 # Extract the first word of "$ac_prog", so it can be a program name with args.
8538 set dummy $ac_prog; ac_word=$2
8539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 $as_echo_n "checking for $ac_word... " >&6; }
8541 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8542 $as_echo_n "(cached) " >&6
8543 else
8544 if test -n "$DLLTOOL"; then
8545 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_DLLTOOL="$ac_prog"
8555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 DLLTOOL=$ac_cv_prog_DLLTOOL
8565 if test -n "$DLLTOOL"; then
8566 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8567 $as_echo "$DLLTOOL" >&6; }
8568 else
8569 { $as_echo "$as_me:$LINENO: result: no" >&5
8570 $as_echo "no" >&6; }
8574 test -n "$DLLTOOL" && break
8575 done
8576 test -n "$DLLTOOL" || DLLTOOL="false"
8578 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
8580 # Extract the first word of "$ac_prog", so it can be a program name with args.
8581 set dummy $ac_prog; ac_word=$2
8582 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8583 $as_echo_n "checking for $ac_word... " >&6; }
8584 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8585 $as_echo_n "(cached) " >&6
8586 else
8587 if test -n "$CROSSWINDRES"; then
8588 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8589 else
8590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8591 for as_dir in $PATH
8593 IFS=$as_save_IFS
8594 test -z "$as_dir" && as_dir=.
8595 for ac_exec_ext in '' $ac_executable_extensions; do
8596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8597 ac_cv_prog_CROSSWINDRES="$ac_prog"
8598 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8599 break 2
8601 done
8602 done
8603 IFS=$as_save_IFS
8607 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8608 if test -n "$CROSSWINDRES"; then
8609 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8610 $as_echo "$CROSSWINDRES" >&6; }
8611 else
8612 { $as_echo "$as_me:$LINENO: result: no" >&5
8613 $as_echo "no" >&6; }
8617 test -n "$CROSSWINDRES" && break
8618 done
8619 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8621 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
8623 # Extract the first word of "$ac_prog", so it can be a program name with args.
8624 set dummy $ac_prog; ac_word=$2
8625 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8626 $as_echo_n "checking for $ac_word... " >&6; }
8627 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8628 $as_echo_n "(cached) " >&6
8629 else
8630 if test -n "$MINGWAR"; then
8631 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8632 else
8633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8634 for as_dir in $PATH
8636 IFS=$as_save_IFS
8637 test -z "$as_dir" && as_dir=.
8638 for ac_exec_ext in '' $ac_executable_extensions; do
8639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8640 ac_cv_prog_MINGWAR="$ac_prog"
8641 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8642 break 2
8644 done
8645 done
8646 IFS=$as_save_IFS
8650 MINGWAR=$ac_cv_prog_MINGWAR
8651 if test -n "$MINGWAR"; then
8652 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8653 $as_echo "$MINGWAR" >&6; }
8654 else
8655 { $as_echo "$as_me:$LINENO: result: no" >&5
8656 $as_echo "no" >&6; }
8660 test -n "$MINGWAR" && break
8661 done
8662 test -n "$MINGWAR" || MINGWAR="false"
8664 if test "$CROSSCC" != "false"
8665 then
8666 CROSSTEST="\$(CROSSTEST)"
8672 if test "$ac_cv_header_pthread_h" = "yes"
8673 then
8674 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8675 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8676 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_lib_save_LIBS=$LIBS
8680 LIBS="-lpthread $LIBS"
8681 cat >conftest.$ac_ext <<_ACEOF
8682 /* confdefs.h. */
8683 _ACEOF
8684 cat confdefs.h >>conftest.$ac_ext
8685 cat >>conftest.$ac_ext <<_ACEOF
8686 /* end confdefs.h. */
8688 /* Override any GCC internal prototype to avoid an error.
8689 Use char because int might match the return type of a GCC
8690 builtin and then its argument prototype would still apply. */
8691 #ifdef __cplusplus
8692 extern "C"
8693 #endif
8694 char pthread_create ();
8696 main ()
8698 return pthread_create ();
8700 return 0;
8702 _ACEOF
8703 rm -f conftest.$ac_objext conftest$ac_exeext
8704 if { (ac_try="$ac_link"
8705 case "(($ac_try" in
8706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8707 *) ac_try_echo=$ac_try;;
8708 esac
8709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8710 $as_echo "$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 $as_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 test "$cross_compiling" = yes ||
8722 $as_test_x conftest$ac_exeext
8723 }; then
8724 ac_cv_lib_pthread_pthread_create=yes
8725 else
8726 $as_echo "$as_me: failed program was:" >&5
8727 sed 's/^/| /' conftest.$ac_ext >&5
8729 ac_cv_lib_pthread_pthread_create=no
8732 rm -rf conftest.dSYM
8733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8734 conftest$ac_exeext conftest.$ac_ext
8735 LIBS=$ac_check_lib_save_LIBS
8737 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8738 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8739 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8740 LIBPTHREAD="-lpthread"
8745 if test "x$LIBPTHREAD" = "x"; then
8746 case "x$with_pthread" in
8747 xno) ;;
8748 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8749 Wine cannot support threads without libpthread.
8750 Use the --without-pthread option if you really want this." >&5
8751 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8752 Wine cannot support threads without libpthread.
8753 Use the --without-pthread option if you really want this." >&2;}
8754 { (exit 1); exit 1; }; } ;;
8755 esac
8760 { $as_echo "$as_me:$LINENO: checking for X" >&5
8761 $as_echo_n "checking for X... " >&6; }
8764 # Check whether --with-x was given.
8765 if test "${with_x+set}" = set; then
8766 withval=$with_x;
8769 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8770 if test "x$with_x" = xno; then
8771 # The user explicitly disabled X.
8772 have_x=disabled
8773 else
8774 case $x_includes,$x_libraries in #(
8775 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8776 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8777 { (exit 1); exit 1; }; };; #(
8778 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8779 $as_echo_n "(cached) " >&6
8780 else
8781 # One or both of the vars are not set, and there is no cached value.
8782 ac_x_includes=no ac_x_libraries=no
8783 rm -f -r conftest.dir
8784 if mkdir conftest.dir; then
8785 cd conftest.dir
8786 cat >Imakefile <<'_ACEOF'
8787 incroot:
8788 @echo incroot='${INCROOT}'
8789 usrlibdir:
8790 @echo usrlibdir='${USRLIBDIR}'
8791 libdir:
8792 @echo libdir='${LIBDIR}'
8793 _ACEOF
8794 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8795 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8796 for ac_var in incroot usrlibdir libdir; do
8797 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8798 done
8799 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8800 for ac_extension in a so sl dylib la dll; do
8801 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8802 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8803 ac_im_usrlibdir=$ac_im_libdir; break
8805 done
8806 # Screen out bogus values from the imake configuration. They are
8807 # bogus both because they are the default anyway, and because
8808 # using them would break gcc on systems where it needs fixed includes.
8809 case $ac_im_incroot in
8810 /usr/include) ac_x_includes= ;;
8811 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8812 esac
8813 case $ac_im_usrlibdir in
8814 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8815 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8816 esac
8818 cd ..
8819 rm -f -r conftest.dir
8822 # Standard set of common directories for X headers.
8823 # Check X11 before X11Rn because it is often a symlink to the current release.
8824 ac_x_header_dirs='
8825 /usr/X11/include
8826 /usr/X11R6/include
8827 /usr/X11R5/include
8828 /usr/X11R4/include
8830 /usr/include/X11
8831 /usr/include/X11R6
8832 /usr/include/X11R5
8833 /usr/include/X11R4
8835 /usr/local/X11/include
8836 /usr/local/X11R6/include
8837 /usr/local/X11R5/include
8838 /usr/local/X11R4/include
8840 /usr/local/include/X11
8841 /usr/local/include/X11R6
8842 /usr/local/include/X11R5
8843 /usr/local/include/X11R4
8845 /usr/X386/include
8846 /usr/x386/include
8847 /usr/XFree86/include/X11
8849 /usr/include
8850 /usr/local/include
8851 /usr/unsupported/include
8852 /usr/athena/include
8853 /usr/local/x11r5/include
8854 /usr/lpp/Xamples/include
8856 /usr/openwin/include
8857 /usr/openwin/share/include'
8859 if test "$ac_x_includes" = no; then
8860 # Guess where to find include files, by looking for Xlib.h.
8861 # First, try using that file with no special directory specified.
8862 cat >conftest.$ac_ext <<_ACEOF
8863 /* confdefs.h. */
8864 _ACEOF
8865 cat confdefs.h >>conftest.$ac_ext
8866 cat >>conftest.$ac_ext <<_ACEOF
8867 /* end confdefs.h. */
8868 #include <X11/Xlib.h>
8869 _ACEOF
8870 if { (ac_try="$ac_cpp conftest.$ac_ext"
8871 case "(($ac_try" in
8872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873 *) ac_try_echo=$ac_try;;
8874 esac
8875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8876 $as_echo "$ac_try_echo") >&5
8877 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8878 ac_status=$?
8879 grep -v '^ *+' conftest.er1 >conftest.err
8880 rm -f conftest.er1
8881 cat conftest.err >&5
8882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } >/dev/null && {
8884 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 }; then
8887 # We can compile using X headers with no special include directory.
8888 ac_x_includes=
8889 else
8890 $as_echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 for ac_dir in $ac_x_header_dirs; do
8894 if test -r "$ac_dir/X11/Xlib.h"; then
8895 ac_x_includes=$ac_dir
8896 break
8898 done
8901 rm -f conftest.err conftest.$ac_ext
8902 fi # $ac_x_includes = no
8904 if test "$ac_x_libraries" = no; then
8905 # Check for the libraries.
8906 # See if we find them without any special options.
8907 # Don't add to $LIBS permanently.
8908 ac_save_LIBS=$LIBS
8909 LIBS="-lX11 $LIBS"
8910 cat >conftest.$ac_ext <<_ACEOF
8911 /* confdefs.h. */
8912 _ACEOF
8913 cat confdefs.h >>conftest.$ac_ext
8914 cat >>conftest.$ac_ext <<_ACEOF
8915 /* end confdefs.h. */
8916 #include <X11/Xlib.h>
8918 main ()
8920 XrmInitialize ()
8922 return 0;
8924 _ACEOF
8925 rm -f conftest.$ac_objext conftest$ac_exeext
8926 if { (ac_try="$ac_link"
8927 case "(($ac_try" in
8928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8929 *) ac_try_echo=$ac_try;;
8930 esac
8931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8932 $as_echo "$ac_try_echo") >&5
8933 (eval "$ac_link") 2>conftest.er1
8934 ac_status=$?
8935 grep -v '^ *+' conftest.er1 >conftest.err
8936 rm -f conftest.er1
8937 cat conftest.err >&5
8938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939 (exit $ac_status); } && {
8940 test -z "$ac_c_werror_flag" ||
8941 test ! -s conftest.err
8942 } && test -s conftest$ac_exeext && {
8943 test "$cross_compiling" = yes ||
8944 $as_test_x conftest$ac_exeext
8945 }; then
8946 LIBS=$ac_save_LIBS
8947 # We can link X programs with no special library path.
8948 ac_x_libraries=
8949 else
8950 $as_echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.$ac_ext >&5
8953 LIBS=$ac_save_LIBS
8954 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8956 # Don't even attempt the hair of trying to link an X program!
8957 for ac_extension in a so sl dylib la dll; do
8958 if test -r "$ac_dir/libX11.$ac_extension"; then
8959 ac_x_libraries=$ac_dir
8960 break 2
8962 done
8963 done
8966 rm -rf conftest.dSYM
8967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8968 conftest$ac_exeext conftest.$ac_ext
8969 fi # $ac_x_libraries = no
8971 case $ac_x_includes,$ac_x_libraries in #(
8972 no,* | *,no | *\'*)
8973 # Didn't find X, or a directory has "'" in its name.
8974 ac_cv_have_x="have_x=no";; #(
8976 # Record where we found X for the cache.
8977 ac_cv_have_x="have_x=yes\
8978 ac_x_includes='$ac_x_includes'\
8979 ac_x_libraries='$ac_x_libraries'"
8980 esac
8982 ;; #(
8983 *) have_x=yes;;
8984 esac
8985 eval "$ac_cv_have_x"
8986 fi # $with_x != no
8988 if test "$have_x" != yes; then
8989 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8990 $as_echo "$have_x" >&6; }
8991 no_x=yes
8992 else
8993 # If each of the values was on the command line, it overrides each guess.
8994 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8995 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8996 # Update the cache value to reflect the command line values.
8997 ac_cv_have_x="have_x=yes\
8998 ac_x_includes='$x_includes'\
8999 ac_x_libraries='$x_libraries'"
9000 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9001 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9004 if test "$no_x" = yes; then
9005 # Not all programs may use this symbol, but it does not hurt to define it.
9007 cat >>confdefs.h <<\_ACEOF
9008 #define X_DISPLAY_MISSING 1
9009 _ACEOF
9011 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9012 else
9013 if test -n "$x_includes"; then
9014 X_CFLAGS="$X_CFLAGS -I$x_includes"
9017 # It would also be nice to do this for all -L options, not just this one.
9018 if test -n "$x_libraries"; then
9019 X_LIBS="$X_LIBS -L$x_libraries"
9020 # For Solaris; some versions of Sun CC require a space after -R and
9021 # others require no space. Words are not sufficient . . . .
9022 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9023 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9024 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9025 ac_xsave_c_werror_flag=$ac_c_werror_flag
9026 ac_c_werror_flag=yes
9027 cat >conftest.$ac_ext <<_ACEOF
9028 /* confdefs.h. */
9029 _ACEOF
9030 cat confdefs.h >>conftest.$ac_ext
9031 cat >>conftest.$ac_ext <<_ACEOF
9032 /* end confdefs.h. */
9035 main ()
9039 return 0;
9041 _ACEOF
9042 rm -f conftest.$ac_objext conftest$ac_exeext
9043 if { (ac_try="$ac_link"
9044 case "(($ac_try" in
9045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9046 *) ac_try_echo=$ac_try;;
9047 esac
9048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9049 $as_echo "$ac_try_echo") >&5
9050 (eval "$ac_link") 2>conftest.er1
9051 ac_status=$?
9052 grep -v '^ *+' conftest.er1 >conftest.err
9053 rm -f conftest.er1
9054 cat conftest.err >&5
9055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056 (exit $ac_status); } && {
9057 test -z "$ac_c_werror_flag" ||
9058 test ! -s conftest.err
9059 } && test -s conftest$ac_exeext && {
9060 test "$cross_compiling" = yes ||
9061 $as_test_x conftest$ac_exeext
9062 }; then
9063 { $as_echo "$as_me:$LINENO: result: no" >&5
9064 $as_echo "no" >&6; }
9065 X_LIBS="$X_LIBS -R$x_libraries"
9066 else
9067 $as_echo "$as_me: failed program was:" >&5
9068 sed 's/^/| /' conftest.$ac_ext >&5
9070 LIBS="$ac_xsave_LIBS -R $x_libraries"
9071 cat >conftest.$ac_ext <<_ACEOF
9072 /* confdefs.h. */
9073 _ACEOF
9074 cat confdefs.h >>conftest.$ac_ext
9075 cat >>conftest.$ac_ext <<_ACEOF
9076 /* end confdefs.h. */
9079 main ()
9083 return 0;
9085 _ACEOF
9086 rm -f conftest.$ac_objext conftest$ac_exeext
9087 if { (ac_try="$ac_link"
9088 case "(($ac_try" in
9089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9090 *) ac_try_echo=$ac_try;;
9091 esac
9092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9093 $as_echo "$ac_try_echo") >&5
9094 (eval "$ac_link") 2>conftest.er1
9095 ac_status=$?
9096 grep -v '^ *+' conftest.er1 >conftest.err
9097 rm -f conftest.er1
9098 cat conftest.err >&5
9099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9100 (exit $ac_status); } && {
9101 test -z "$ac_c_werror_flag" ||
9102 test ! -s conftest.err
9103 } && test -s conftest$ac_exeext && {
9104 test "$cross_compiling" = yes ||
9105 $as_test_x conftest$ac_exeext
9106 }; then
9107 { $as_echo "$as_me:$LINENO: result: yes" >&5
9108 $as_echo "yes" >&6; }
9109 X_LIBS="$X_LIBS -R $x_libraries"
9110 else
9111 $as_echo "$as_me: failed program was:" >&5
9112 sed 's/^/| /' conftest.$ac_ext >&5
9114 { $as_echo "$as_me:$LINENO: result: neither works" >&5
9115 $as_echo "neither works" >&6; }
9118 rm -rf conftest.dSYM
9119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9120 conftest$ac_exeext conftest.$ac_ext
9123 rm -rf conftest.dSYM
9124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9125 conftest$ac_exeext conftest.$ac_ext
9126 ac_c_werror_flag=$ac_xsave_c_werror_flag
9127 LIBS=$ac_xsave_LIBS
9130 # Check for system-dependent libraries X programs must link with.
9131 # Do this before checking for the system-independent R6 libraries
9132 # (-lICE), since we may need -lsocket or whatever for X linking.
9134 if test "$ISC" = yes; then
9135 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9136 else
9137 # Martyn Johnson says this is needed for Ultrix, if the X
9138 # libraries were built with DECnet support. And Karl Berry says
9139 # the Alpha needs dnet_stub (dnet does not exist).
9140 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9141 cat >conftest.$ac_ext <<_ACEOF
9142 /* confdefs.h. */
9143 _ACEOF
9144 cat confdefs.h >>conftest.$ac_ext
9145 cat >>conftest.$ac_ext <<_ACEOF
9146 /* end confdefs.h. */
9148 /* Override any GCC internal prototype to avoid an error.
9149 Use char because int might match the return type of a GCC
9150 builtin and then its argument prototype would still apply. */
9151 #ifdef __cplusplus
9152 extern "C"
9153 #endif
9154 char XOpenDisplay ();
9156 main ()
9158 return XOpenDisplay ();
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$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 $as_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 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9190 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9191 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9192 $as_echo_n "(cached) " >&6
9193 else
9194 ac_check_lib_save_LIBS=$LIBS
9195 LIBS="-ldnet $LIBS"
9196 cat >conftest.$ac_ext <<_ACEOF
9197 /* confdefs.h. */
9198 _ACEOF
9199 cat confdefs.h >>conftest.$ac_ext
9200 cat >>conftest.$ac_ext <<_ACEOF
9201 /* end confdefs.h. */
9203 /* Override any GCC internal prototype to avoid an error.
9204 Use char because int might match the return type of a GCC
9205 builtin and then its argument prototype would still apply. */
9206 #ifdef __cplusplus
9207 extern "C"
9208 #endif
9209 char dnet_ntoa ();
9211 main ()
9213 return dnet_ntoa ();
9215 return 0;
9217 _ACEOF
9218 rm -f conftest.$ac_objext conftest$ac_exeext
9219 if { (ac_try="$ac_link"
9220 case "(($ac_try" in
9221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9222 *) ac_try_echo=$ac_try;;
9223 esac
9224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9225 $as_echo "$ac_try_echo") >&5
9226 (eval "$ac_link") 2>conftest.er1
9227 ac_status=$?
9228 grep -v '^ *+' conftest.er1 >conftest.err
9229 rm -f conftest.er1
9230 cat conftest.err >&5
9231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); } && {
9233 test -z "$ac_c_werror_flag" ||
9234 test ! -s conftest.err
9235 } && test -s conftest$ac_exeext && {
9236 test "$cross_compiling" = yes ||
9237 $as_test_x conftest$ac_exeext
9238 }; then
9239 ac_cv_lib_dnet_dnet_ntoa=yes
9240 else
9241 $as_echo "$as_me: failed program was:" >&5
9242 sed 's/^/| /' conftest.$ac_ext >&5
9244 ac_cv_lib_dnet_dnet_ntoa=no
9247 rm -rf conftest.dSYM
9248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9249 conftest$ac_exeext conftest.$ac_ext
9250 LIBS=$ac_check_lib_save_LIBS
9252 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9253 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9254 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9255 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9258 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9259 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9260 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9261 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9262 $as_echo_n "(cached) " >&6
9263 else
9264 ac_check_lib_save_LIBS=$LIBS
9265 LIBS="-ldnet_stub $LIBS"
9266 cat >conftest.$ac_ext <<_ACEOF
9267 /* confdefs.h. */
9268 _ACEOF
9269 cat confdefs.h >>conftest.$ac_ext
9270 cat >>conftest.$ac_ext <<_ACEOF
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9276 #ifdef __cplusplus
9277 extern "C"
9278 #endif
9279 char dnet_ntoa ();
9281 main ()
9283 return dnet_ntoa ();
9285 return 0;
9287 _ACEOF
9288 rm -f conftest.$ac_objext conftest$ac_exeext
9289 if { (ac_try="$ac_link"
9290 case "(($ac_try" in
9291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9292 *) ac_try_echo=$ac_try;;
9293 esac
9294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9295 $as_echo "$ac_try_echo") >&5
9296 (eval "$ac_link") 2>conftest.er1
9297 ac_status=$?
9298 grep -v '^ *+' conftest.er1 >conftest.err
9299 rm -f conftest.er1
9300 cat conftest.err >&5
9301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9302 (exit $ac_status); } && {
9303 test -z "$ac_c_werror_flag" ||
9304 test ! -s conftest.err
9305 } && test -s conftest$ac_exeext && {
9306 test "$cross_compiling" = yes ||
9307 $as_test_x conftest$ac_exeext
9308 }; then
9309 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9310 else
9311 $as_echo "$as_me: failed program was:" >&5
9312 sed 's/^/| /' conftest.$ac_ext >&5
9314 ac_cv_lib_dnet_stub_dnet_ntoa=no
9317 rm -rf conftest.dSYM
9318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9319 conftest$ac_exeext conftest.$ac_ext
9320 LIBS=$ac_check_lib_save_LIBS
9322 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9323 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9324 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9325 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9331 rm -rf conftest.dSYM
9332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9333 conftest$ac_exeext conftest.$ac_ext
9334 LIBS="$ac_xsave_LIBS"
9336 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9337 # to get the SysV transport functions.
9338 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9339 # needs -lnsl.
9340 # The nsl library prevents programs from opening the X display
9341 # on Irix 5.2, according to T.E. Dickey.
9342 # The functions gethostbyname, getservbyname, and inet_addr are
9343 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9344 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9345 $as_echo_n "checking for gethostbyname... " >&6; }
9346 if test "${ac_cv_func_gethostbyname+set}" = set; then
9347 $as_echo_n "(cached) " >&6
9348 else
9349 cat >conftest.$ac_ext <<_ACEOF
9350 /* confdefs.h. */
9351 _ACEOF
9352 cat confdefs.h >>conftest.$ac_ext
9353 cat >>conftest.$ac_ext <<_ACEOF
9354 /* end confdefs.h. */
9355 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9357 #define gethostbyname innocuous_gethostbyname
9359 /* System header to define __stub macros and hopefully few prototypes,
9360 which can conflict with char gethostbyname (); below.
9361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9362 <limits.h> exists even on freestanding compilers. */
9364 #ifdef __STDC__
9365 # include <limits.h>
9366 #else
9367 # include <assert.h>
9368 #endif
9370 #undef gethostbyname
9372 /* Override any GCC internal prototype to avoid an error.
9373 Use char because int might match the return type of a GCC
9374 builtin and then its argument prototype would still apply. */
9375 #ifdef __cplusplus
9376 extern "C"
9377 #endif
9378 char gethostbyname ();
9379 /* The GNU C library defines this for functions which it implements
9380 to always fail with ENOSYS. Some functions are actually named
9381 something starting with __ and the normal name is an alias. */
9382 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9383 choke me
9384 #endif
9387 main ()
9389 return gethostbyname ();
9391 return 0;
9393 _ACEOF
9394 rm -f conftest.$ac_objext conftest$ac_exeext
9395 if { (ac_try="$ac_link"
9396 case "(($ac_try" in
9397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9398 *) ac_try_echo=$ac_try;;
9399 esac
9400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9401 $as_echo "$ac_try_echo") >&5
9402 (eval "$ac_link") 2>conftest.er1
9403 ac_status=$?
9404 grep -v '^ *+' conftest.er1 >conftest.err
9405 rm -f conftest.er1
9406 cat conftest.err >&5
9407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408 (exit $ac_status); } && {
9409 test -z "$ac_c_werror_flag" ||
9410 test ! -s conftest.err
9411 } && test -s conftest$ac_exeext && {
9412 test "$cross_compiling" = yes ||
9413 $as_test_x conftest$ac_exeext
9414 }; then
9415 ac_cv_func_gethostbyname=yes
9416 else
9417 $as_echo "$as_me: failed program was:" >&5
9418 sed 's/^/| /' conftest.$ac_ext >&5
9420 ac_cv_func_gethostbyname=no
9423 rm -rf conftest.dSYM
9424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9425 conftest$ac_exeext conftest.$ac_ext
9427 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9428 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9430 if test $ac_cv_func_gethostbyname = no; then
9431 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9432 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9433 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9434 $as_echo_n "(cached) " >&6
9435 else
9436 ac_check_lib_save_LIBS=$LIBS
9437 LIBS="-lnsl $LIBS"
9438 cat >conftest.$ac_ext <<_ACEOF
9439 /* confdefs.h. */
9440 _ACEOF
9441 cat confdefs.h >>conftest.$ac_ext
9442 cat >>conftest.$ac_ext <<_ACEOF
9443 /* end confdefs.h. */
9445 /* Override any GCC internal prototype to avoid an error.
9446 Use char because int might match the return type of a GCC
9447 builtin and then its argument prototype would still apply. */
9448 #ifdef __cplusplus
9449 extern "C"
9450 #endif
9451 char gethostbyname ();
9453 main ()
9455 return gethostbyname ();
9457 return 0;
9459 _ACEOF
9460 rm -f conftest.$ac_objext conftest$ac_exeext
9461 if { (ac_try="$ac_link"
9462 case "(($ac_try" in
9463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9464 *) ac_try_echo=$ac_try;;
9465 esac
9466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9467 $as_echo "$ac_try_echo") >&5
9468 (eval "$ac_link") 2>conftest.er1
9469 ac_status=$?
9470 grep -v '^ *+' conftest.er1 >conftest.err
9471 rm -f conftest.er1
9472 cat conftest.err >&5
9473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9474 (exit $ac_status); } && {
9475 test -z "$ac_c_werror_flag" ||
9476 test ! -s conftest.err
9477 } && test -s conftest$ac_exeext && {
9478 test "$cross_compiling" = yes ||
9479 $as_test_x conftest$ac_exeext
9480 }; then
9481 ac_cv_lib_nsl_gethostbyname=yes
9482 else
9483 $as_echo "$as_me: failed program was:" >&5
9484 sed 's/^/| /' conftest.$ac_ext >&5
9486 ac_cv_lib_nsl_gethostbyname=no
9489 rm -rf conftest.dSYM
9490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9491 conftest$ac_exeext conftest.$ac_ext
9492 LIBS=$ac_check_lib_save_LIBS
9494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9495 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9496 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9497 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9500 if test $ac_cv_lib_nsl_gethostbyname = no; then
9501 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9502 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9503 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9504 $as_echo_n "(cached) " >&6
9505 else
9506 ac_check_lib_save_LIBS=$LIBS
9507 LIBS="-lbsd $LIBS"
9508 cat >conftest.$ac_ext <<_ACEOF
9509 /* confdefs.h. */
9510 _ACEOF
9511 cat confdefs.h >>conftest.$ac_ext
9512 cat >>conftest.$ac_ext <<_ACEOF
9513 /* end confdefs.h. */
9515 /* Override any GCC internal prototype to avoid an error.
9516 Use char because int might match the return type of a GCC
9517 builtin and then its argument prototype would still apply. */
9518 #ifdef __cplusplus
9519 extern "C"
9520 #endif
9521 char gethostbyname ();
9523 main ()
9525 return gethostbyname ();
9527 return 0;
9529 _ACEOF
9530 rm -f conftest.$ac_objext conftest$ac_exeext
9531 if { (ac_try="$ac_link"
9532 case "(($ac_try" in
9533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9534 *) ac_try_echo=$ac_try;;
9535 esac
9536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9537 $as_echo "$ac_try_echo") >&5
9538 (eval "$ac_link") 2>conftest.er1
9539 ac_status=$?
9540 grep -v '^ *+' conftest.er1 >conftest.err
9541 rm -f conftest.er1
9542 cat conftest.err >&5
9543 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); } && {
9545 test -z "$ac_c_werror_flag" ||
9546 test ! -s conftest.err
9547 } && test -s conftest$ac_exeext && {
9548 test "$cross_compiling" = yes ||
9549 $as_test_x conftest$ac_exeext
9550 }; then
9551 ac_cv_lib_bsd_gethostbyname=yes
9552 else
9553 $as_echo "$as_me: failed program was:" >&5
9554 sed 's/^/| /' conftest.$ac_ext >&5
9556 ac_cv_lib_bsd_gethostbyname=no
9559 rm -rf conftest.dSYM
9560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9561 conftest$ac_exeext conftest.$ac_ext
9562 LIBS=$ac_check_lib_save_LIBS
9564 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9565 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9566 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9567 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9573 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9574 # socket/setsockopt and other routines are undefined under SCO ODT
9575 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9576 # on later versions), says Simon Leinen: it contains gethostby*
9577 # variants that don't use the name server (or something). -lsocket
9578 # must be given before -lnsl if both are needed. We assume that
9579 # if connect needs -lnsl, so does gethostbyname.
9580 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9581 $as_echo_n "checking for connect... " >&6; }
9582 if test "${ac_cv_func_connect+set}" = set; then
9583 $as_echo_n "(cached) " >&6
9584 else
9585 cat >conftest.$ac_ext <<_ACEOF
9586 /* confdefs.h. */
9587 _ACEOF
9588 cat confdefs.h >>conftest.$ac_ext
9589 cat >>conftest.$ac_ext <<_ACEOF
9590 /* end confdefs.h. */
9591 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9593 #define connect innocuous_connect
9595 /* System header to define __stub macros and hopefully few prototypes,
9596 which can conflict with char connect (); below.
9597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9598 <limits.h> exists even on freestanding compilers. */
9600 #ifdef __STDC__
9601 # include <limits.h>
9602 #else
9603 # include <assert.h>
9604 #endif
9606 #undef connect
9608 /* Override any GCC internal prototype to avoid an error.
9609 Use char because int might match the return type of a GCC
9610 builtin and then its argument prototype would still apply. */
9611 #ifdef __cplusplus
9612 extern "C"
9613 #endif
9614 char connect ();
9615 /* The GNU C library defines this for functions which it implements
9616 to always fail with ENOSYS. Some functions are actually named
9617 something starting with __ and the normal name is an alias. */
9618 #if defined __stub_connect || defined __stub___connect
9619 choke me
9620 #endif
9623 main ()
9625 return connect ();
9627 return 0;
9629 _ACEOF
9630 rm -f conftest.$ac_objext conftest$ac_exeext
9631 if { (ac_try="$ac_link"
9632 case "(($ac_try" in
9633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9634 *) ac_try_echo=$ac_try;;
9635 esac
9636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9637 $as_echo "$ac_try_echo") >&5
9638 (eval "$ac_link") 2>conftest.er1
9639 ac_status=$?
9640 grep -v '^ *+' conftest.er1 >conftest.err
9641 rm -f conftest.er1
9642 cat conftest.err >&5
9643 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); } && {
9645 test -z "$ac_c_werror_flag" ||
9646 test ! -s conftest.err
9647 } && test -s conftest$ac_exeext && {
9648 test "$cross_compiling" = yes ||
9649 $as_test_x conftest$ac_exeext
9650 }; then
9651 ac_cv_func_connect=yes
9652 else
9653 $as_echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9656 ac_cv_func_connect=no
9659 rm -rf conftest.dSYM
9660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9661 conftest$ac_exeext conftest.$ac_ext
9663 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9664 $as_echo "$ac_cv_func_connect" >&6; }
9666 if test $ac_cv_func_connect = no; then
9667 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9668 $as_echo_n "checking for connect in -lsocket... " >&6; }
9669 if test "${ac_cv_lib_socket_connect+set}" = set; then
9670 $as_echo_n "(cached) " >&6
9671 else
9672 ac_check_lib_save_LIBS=$LIBS
9673 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9674 cat >conftest.$ac_ext <<_ACEOF
9675 /* confdefs.h. */
9676 _ACEOF
9677 cat confdefs.h >>conftest.$ac_ext
9678 cat >>conftest.$ac_ext <<_ACEOF
9679 /* end confdefs.h. */
9681 /* Override any GCC internal prototype to avoid an error.
9682 Use char because int might match the return type of a GCC
9683 builtin and then its argument prototype would still apply. */
9684 #ifdef __cplusplus
9685 extern "C"
9686 #endif
9687 char connect ();
9689 main ()
9691 return connect ();
9693 return 0;
9695 _ACEOF
9696 rm -f conftest.$ac_objext conftest$ac_exeext
9697 if { (ac_try="$ac_link"
9698 case "(($ac_try" in
9699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9700 *) ac_try_echo=$ac_try;;
9701 esac
9702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9703 $as_echo "$ac_try_echo") >&5
9704 (eval "$ac_link") 2>conftest.er1
9705 ac_status=$?
9706 grep -v '^ *+' conftest.er1 >conftest.err
9707 rm -f conftest.er1
9708 cat conftest.err >&5
9709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9710 (exit $ac_status); } && {
9711 test -z "$ac_c_werror_flag" ||
9712 test ! -s conftest.err
9713 } && test -s conftest$ac_exeext && {
9714 test "$cross_compiling" = yes ||
9715 $as_test_x conftest$ac_exeext
9716 }; then
9717 ac_cv_lib_socket_connect=yes
9718 else
9719 $as_echo "$as_me: failed program was:" >&5
9720 sed 's/^/| /' conftest.$ac_ext >&5
9722 ac_cv_lib_socket_connect=no
9725 rm -rf conftest.dSYM
9726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9727 conftest$ac_exeext conftest.$ac_ext
9728 LIBS=$ac_check_lib_save_LIBS
9730 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9731 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9732 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9733 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9738 # Guillermo Gomez says -lposix is necessary on A/UX.
9739 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9740 $as_echo_n "checking for remove... " >&6; }
9741 if test "${ac_cv_func_remove+set}" = set; then
9742 $as_echo_n "(cached) " >&6
9743 else
9744 cat >conftest.$ac_ext <<_ACEOF
9745 /* confdefs.h. */
9746 _ACEOF
9747 cat confdefs.h >>conftest.$ac_ext
9748 cat >>conftest.$ac_ext <<_ACEOF
9749 /* end confdefs.h. */
9750 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9752 #define remove innocuous_remove
9754 /* System header to define __stub macros and hopefully few prototypes,
9755 which can conflict with char remove (); below.
9756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9757 <limits.h> exists even on freestanding compilers. */
9759 #ifdef __STDC__
9760 # include <limits.h>
9761 #else
9762 # include <assert.h>
9763 #endif
9765 #undef remove
9767 /* Override any GCC internal prototype to avoid an error.
9768 Use char because int might match the return type of a GCC
9769 builtin and then its argument prototype would still apply. */
9770 #ifdef __cplusplus
9771 extern "C"
9772 #endif
9773 char remove ();
9774 /* The GNU C library defines this for functions which it implements
9775 to always fail with ENOSYS. Some functions are actually named
9776 something starting with __ and the normal name is an alias. */
9777 #if defined __stub_remove || defined __stub___remove
9778 choke me
9779 #endif
9782 main ()
9784 return remove ();
9786 return 0;
9788 _ACEOF
9789 rm -f conftest.$ac_objext conftest$ac_exeext
9790 if { (ac_try="$ac_link"
9791 case "(($ac_try" in
9792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9793 *) ac_try_echo=$ac_try;;
9794 esac
9795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9796 $as_echo "$ac_try_echo") >&5
9797 (eval "$ac_link") 2>conftest.er1
9798 ac_status=$?
9799 grep -v '^ *+' conftest.er1 >conftest.err
9800 rm -f conftest.er1
9801 cat conftest.err >&5
9802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } && {
9804 test -z "$ac_c_werror_flag" ||
9805 test ! -s conftest.err
9806 } && test -s conftest$ac_exeext && {
9807 test "$cross_compiling" = yes ||
9808 $as_test_x conftest$ac_exeext
9809 }; then
9810 ac_cv_func_remove=yes
9811 else
9812 $as_echo "$as_me: failed program was:" >&5
9813 sed 's/^/| /' conftest.$ac_ext >&5
9815 ac_cv_func_remove=no
9818 rm -rf conftest.dSYM
9819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9820 conftest$ac_exeext conftest.$ac_ext
9822 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9823 $as_echo "$ac_cv_func_remove" >&6; }
9825 if test $ac_cv_func_remove = no; then
9826 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9827 $as_echo_n "checking for remove in -lposix... " >&6; }
9828 if test "${ac_cv_lib_posix_remove+set}" = set; then
9829 $as_echo_n "(cached) " >&6
9830 else
9831 ac_check_lib_save_LIBS=$LIBS
9832 LIBS="-lposix $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 remove ();
9848 main ()
9850 return remove ();
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9862 $as_echo "$ac_try_echo") >&5
9863 (eval "$ac_link") 2>conftest.er1
9864 ac_status=$?
9865 grep -v '^ *+' conftest.er1 >conftest.err
9866 rm -f conftest.er1
9867 cat conftest.err >&5
9868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } && {
9870 test -z "$ac_c_werror_flag" ||
9871 test ! -s conftest.err
9872 } && test -s conftest$ac_exeext && {
9873 test "$cross_compiling" = yes ||
9874 $as_test_x conftest$ac_exeext
9875 }; then
9876 ac_cv_lib_posix_remove=yes
9877 else
9878 $as_echo "$as_me: failed program was:" >&5
9879 sed 's/^/| /' conftest.$ac_ext >&5
9881 ac_cv_lib_posix_remove=no
9884 rm -rf conftest.dSYM
9885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9886 conftest$ac_exeext conftest.$ac_ext
9887 LIBS=$ac_check_lib_save_LIBS
9889 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9890 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9891 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9892 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9897 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9898 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9899 $as_echo_n "checking for shmat... " >&6; }
9900 if test "${ac_cv_func_shmat+set}" = set; then
9901 $as_echo_n "(cached) " >&6
9902 else
9903 cat >conftest.$ac_ext <<_ACEOF
9904 /* confdefs.h. */
9905 _ACEOF
9906 cat confdefs.h >>conftest.$ac_ext
9907 cat >>conftest.$ac_ext <<_ACEOF
9908 /* end confdefs.h. */
9909 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9911 #define shmat innocuous_shmat
9913 /* System header to define __stub macros and hopefully few prototypes,
9914 which can conflict with char shmat (); below.
9915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9916 <limits.h> exists even on freestanding compilers. */
9918 #ifdef __STDC__
9919 # include <limits.h>
9920 #else
9921 # include <assert.h>
9922 #endif
9924 #undef shmat
9926 /* Override any GCC internal prototype to avoid an error.
9927 Use char because int might match the return type of a GCC
9928 builtin and then its argument prototype would still apply. */
9929 #ifdef __cplusplus
9930 extern "C"
9931 #endif
9932 char shmat ();
9933 /* The GNU C library defines this for functions which it implements
9934 to always fail with ENOSYS. Some functions are actually named
9935 something starting with __ and the normal name is an alias. */
9936 #if defined __stub_shmat || defined __stub___shmat
9937 choke me
9938 #endif
9941 main ()
9943 return shmat ();
9945 return 0;
9947 _ACEOF
9948 rm -f conftest.$ac_objext conftest$ac_exeext
9949 if { (ac_try="$ac_link"
9950 case "(($ac_try" in
9951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9952 *) ac_try_echo=$ac_try;;
9953 esac
9954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9955 $as_echo "$ac_try_echo") >&5
9956 (eval "$ac_link") 2>conftest.er1
9957 ac_status=$?
9958 grep -v '^ *+' conftest.er1 >conftest.err
9959 rm -f conftest.er1
9960 cat conftest.err >&5
9961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9962 (exit $ac_status); } && {
9963 test -z "$ac_c_werror_flag" ||
9964 test ! -s conftest.err
9965 } && test -s conftest$ac_exeext && {
9966 test "$cross_compiling" = yes ||
9967 $as_test_x conftest$ac_exeext
9968 }; then
9969 ac_cv_func_shmat=yes
9970 else
9971 $as_echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9974 ac_cv_func_shmat=no
9977 rm -rf conftest.dSYM
9978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9979 conftest$ac_exeext conftest.$ac_ext
9981 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9982 $as_echo "$ac_cv_func_shmat" >&6; }
9984 if test $ac_cv_func_shmat = no; then
9985 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9986 $as_echo_n "checking for shmat in -lipc... " >&6; }
9987 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_lib_save_LIBS=$LIBS
9991 LIBS="-lipc $LIBS"
9992 cat >conftest.$ac_ext <<_ACEOF
9993 /* confdefs.h. */
9994 _ACEOF
9995 cat confdefs.h >>conftest.$ac_ext
9996 cat >>conftest.$ac_ext <<_ACEOF
9997 /* end confdefs.h. */
9999 /* Override any GCC internal prototype to avoid an error.
10000 Use char because int might match the return type of a GCC
10001 builtin and then its argument prototype would still apply. */
10002 #ifdef __cplusplus
10003 extern "C"
10004 #endif
10005 char shmat ();
10007 main ()
10009 return shmat ();
10011 return 0;
10013 _ACEOF
10014 rm -f conftest.$ac_objext conftest$ac_exeext
10015 if { (ac_try="$ac_link"
10016 case "(($ac_try" in
10017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10018 *) ac_try_echo=$ac_try;;
10019 esac
10020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10021 $as_echo "$ac_try_echo") >&5
10022 (eval "$ac_link") 2>conftest.er1
10023 ac_status=$?
10024 grep -v '^ *+' conftest.er1 >conftest.err
10025 rm -f conftest.er1
10026 cat conftest.err >&5
10027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); } && {
10029 test -z "$ac_c_werror_flag" ||
10030 test ! -s conftest.err
10031 } && test -s conftest$ac_exeext && {
10032 test "$cross_compiling" = yes ||
10033 $as_test_x conftest$ac_exeext
10034 }; then
10035 ac_cv_lib_ipc_shmat=yes
10036 else
10037 $as_echo "$as_me: failed program was:" >&5
10038 sed 's/^/| /' conftest.$ac_ext >&5
10040 ac_cv_lib_ipc_shmat=no
10043 rm -rf conftest.dSYM
10044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10045 conftest$ac_exeext conftest.$ac_ext
10046 LIBS=$ac_check_lib_save_LIBS
10048 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10049 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10050 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10051 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10057 # Check for libraries that X11R6 Xt/Xaw programs need.
10058 ac_save_LDFLAGS=$LDFLAGS
10059 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10060 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10061 # check for ICE first), but we must link in the order -lSM -lICE or
10062 # we get undefined symbols. So assume we have SM if we have ICE.
10063 # These have to be linked with before -lX11, unlike the other
10064 # libraries we check for below, so use a different variable.
10065 # John Interrante, Karl Berry
10066 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10067 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10068 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10069 $as_echo_n "(cached) " >&6
10070 else
10071 ac_check_lib_save_LIBS=$LIBS
10072 LIBS="-lICE $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 IceConnectionNumber ();
10088 main ()
10090 return IceConnectionNumber ();
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10102 $as_echo "$ac_try_echo") >&5
10103 (eval "$ac_link") 2>conftest.er1
10104 ac_status=$?
10105 grep -v '^ *+' conftest.er1 >conftest.err
10106 rm -f conftest.er1
10107 cat conftest.err >&5
10108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); } && {
10110 test -z "$ac_c_werror_flag" ||
10111 test ! -s conftest.err
10112 } && test -s conftest$ac_exeext && {
10113 test "$cross_compiling" = yes ||
10114 $as_test_x conftest$ac_exeext
10115 }; then
10116 ac_cv_lib_ICE_IceConnectionNumber=yes
10117 else
10118 $as_echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.$ac_ext >&5
10121 ac_cv_lib_ICE_IceConnectionNumber=no
10124 rm -rf conftest.dSYM
10125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10126 conftest$ac_exeext conftest.$ac_ext
10127 LIBS=$ac_check_lib_save_LIBS
10129 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10130 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10131 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10132 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10135 LDFLAGS=$ac_save_LDFLAGS
10140 if test "$have_x" = "yes"
10141 then
10142 XLIB="-lXext -lX11"
10143 ac_save_CPPFLAGS="$CPPFLAGS"
10144 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10146 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10147 $as_echo_n "checking for -lX11... " >&6; }
10148 if test "${ac_cv_lib_soname_X11+set}" = set; then
10149 $as_echo_n "(cached) " >&6
10150 else
10151 ac_check_soname_save_LIBS=$LIBS
10152 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10153 cat >conftest.$ac_ext <<_ACEOF
10154 /* confdefs.h. */
10155 _ACEOF
10156 cat confdefs.h >>conftest.$ac_ext
10157 cat >>conftest.$ac_ext <<_ACEOF
10158 /* end confdefs.h. */
10160 /* Override any GCC internal prototype to avoid an error.
10161 Use char because int might match the return type of a GCC
10162 builtin and then its argument prototype would still apply. */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char XCreateWindow ();
10168 main ()
10170 return XCreateWindow ();
10172 return 0;
10174 _ACEOF
10175 rm -f conftest.$ac_objext conftest$ac_exeext
10176 if { (ac_try="$ac_link"
10177 case "(($ac_try" in
10178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10179 *) ac_try_echo=$ac_try;;
10180 esac
10181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10182 $as_echo "$ac_try_echo") >&5
10183 (eval "$ac_link") 2>conftest.er1
10184 ac_status=$?
10185 grep -v '^ *+' conftest.er1 >conftest.err
10186 rm -f conftest.er1
10187 cat conftest.err >&5
10188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189 (exit $ac_status); } && {
10190 test -z "$ac_c_werror_flag" ||
10191 test ! -s conftest.err
10192 } && test -s conftest$ac_exeext && {
10193 test "$cross_compiling" = yes ||
10194 $as_test_x conftest$ac_exeext
10195 }; then
10196 case "$LIBEXT" in
10197 dll) ;;
10198 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'` ;;
10199 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10200 esac
10201 else
10202 $as_echo "$as_me: failed program was:" >&5
10203 sed 's/^/| /' conftest.$ac_ext >&5
10208 rm -rf conftest.dSYM
10209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10210 conftest$ac_exeext conftest.$ac_ext
10211 LIBS=$ac_check_soname_save_LIBS
10213 if test "x$ac_cv_lib_soname_X11" = "x"; then
10214 { $as_echo "$as_me:$LINENO: result: not found" >&5
10215 $as_echo "not found" >&6; }
10217 else
10218 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10219 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10221 cat >>confdefs.h <<_ACEOF
10222 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10223 _ACEOF
10228 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10229 $as_echo_n "checking for -lXext... " >&6; }
10230 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10231 $as_echo_n "(cached) " >&6
10232 else
10233 ac_check_soname_save_LIBS=$LIBS
10234 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10235 cat >conftest.$ac_ext <<_ACEOF
10236 /* confdefs.h. */
10237 _ACEOF
10238 cat confdefs.h >>conftest.$ac_ext
10239 cat >>conftest.$ac_ext <<_ACEOF
10240 /* end confdefs.h. */
10242 /* Override any GCC internal prototype to avoid an error.
10243 Use char because int might match the return type of a GCC
10244 builtin and then its argument prototype would still apply. */
10245 #ifdef __cplusplus
10246 extern "C"
10247 #endif
10248 char XextCreateExtension ();
10250 main ()
10252 return XextCreateExtension ();
10254 return 0;
10256 _ACEOF
10257 rm -f conftest.$ac_objext conftest$ac_exeext
10258 if { (ac_try="$ac_link"
10259 case "(($ac_try" in
10260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10261 *) ac_try_echo=$ac_try;;
10262 esac
10263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10264 $as_echo "$ac_try_echo") >&5
10265 (eval "$ac_link") 2>conftest.er1
10266 ac_status=$?
10267 grep -v '^ *+' conftest.er1 >conftest.err
10268 rm -f conftest.er1
10269 cat conftest.err >&5
10270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10271 (exit $ac_status); } && {
10272 test -z "$ac_c_werror_flag" ||
10273 test ! -s conftest.err
10274 } && test -s conftest$ac_exeext && {
10275 test "$cross_compiling" = yes ||
10276 $as_test_x conftest$ac_exeext
10277 }; then
10278 case "$LIBEXT" in
10279 dll) ;;
10280 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'` ;;
10281 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10282 esac
10283 else
10284 $as_echo "$as_me: failed program was:" >&5
10285 sed 's/^/| /' conftest.$ac_ext >&5
10290 rm -rf conftest.dSYM
10291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10292 conftest$ac_exeext conftest.$ac_ext
10293 LIBS=$ac_check_soname_save_LIBS
10295 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10296 { $as_echo "$as_me:$LINENO: result: not found" >&5
10297 $as_echo "not found" >&6; }
10299 else
10300 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10301 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10303 cat >>confdefs.h <<_ACEOF
10304 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10305 _ACEOF
10323 for ac_header in X11/Xlib.h \
10324 X11/XKBlib.h \
10325 X11/Xutil.h \
10326 X11/Xcursor/Xcursor.h \
10327 X11/extensions/shape.h \
10328 X11/extensions/XInput.h \
10329 X11/extensions/XShm.h \
10330 X11/extensions/Xcomposite.h \
10331 X11/extensions/Xinerama.h \
10332 X11/extensions/Xrandr.h \
10333 X11/extensions/Xrender.h \
10334 X11/extensions/xf86vmode.h
10336 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10338 $as_echo_n "checking for $ac_header... " >&6; }
10339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10340 $as_echo_n "(cached) " >&6
10341 else
10342 cat >conftest.$ac_ext <<_ACEOF
10343 /* confdefs.h. */
10344 _ACEOF
10345 cat confdefs.h >>conftest.$ac_ext
10346 cat >>conftest.$ac_ext <<_ACEOF
10347 /* end confdefs.h. */
10348 #ifdef HAVE_X11_XLIB_H
10349 # include <X11/Xlib.h>
10350 #endif
10351 #ifdef HAVE_X11_XUTIL_H
10352 # include <X11/Xutil.h>
10353 #endif
10355 #include <$ac_header>
10356 _ACEOF
10357 rm -f conftest.$ac_objext
10358 if { (ac_try="$ac_compile"
10359 case "(($ac_try" in
10360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10361 *) ac_try_echo=$ac_try;;
10362 esac
10363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10364 $as_echo "$ac_try_echo") >&5
10365 (eval "$ac_compile") 2>conftest.er1
10366 ac_status=$?
10367 grep -v '^ *+' conftest.er1 >conftest.err
10368 rm -f conftest.er1
10369 cat conftest.err >&5
10370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10371 (exit $ac_status); } && {
10372 test -z "$ac_c_werror_flag" ||
10373 test ! -s conftest.err
10374 } && test -s conftest.$ac_objext; then
10375 eval "$as_ac_Header=yes"
10376 else
10377 $as_echo "$as_me: failed program was:" >&5
10378 sed 's/^/| /' conftest.$ac_ext >&5
10380 eval "$as_ac_Header=no"
10383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10385 ac_res=`eval 'as_val=${'$as_ac_Header'}
10386 $as_echo "$as_val"'`
10387 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10388 $as_echo "$ac_res" >&6; }
10389 as_val=`eval 'as_val=${'$as_ac_Header'}
10390 $as_echo "$as_val"'`
10391 if test "x$as_val" = x""yes; then
10392 cat >>confdefs.h <<_ACEOF
10393 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10394 _ACEOF
10398 done
10401 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10402 then
10403 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10404 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10405 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10406 $as_echo_n "(cached) " >&6
10407 else
10408 ac_check_lib_save_LIBS=$LIBS
10409 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10410 cat >conftest.$ac_ext <<_ACEOF
10411 /* confdefs.h. */
10412 _ACEOF
10413 cat confdefs.h >>conftest.$ac_ext
10414 cat >>conftest.$ac_ext <<_ACEOF
10415 /* end confdefs.h. */
10417 /* Override any GCC internal prototype to avoid an error.
10418 Use char because int might match the return type of a GCC
10419 builtin and then its argument prototype would still apply. */
10420 #ifdef __cplusplus
10421 extern "C"
10422 #endif
10423 char XkbQueryExtension ();
10425 main ()
10427 return XkbQueryExtension ();
10429 return 0;
10431 _ACEOF
10432 rm -f conftest.$ac_objext conftest$ac_exeext
10433 if { (ac_try="$ac_link"
10434 case "(($ac_try" in
10435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10436 *) ac_try_echo=$ac_try;;
10437 esac
10438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10439 $as_echo "$ac_try_echo") >&5
10440 (eval "$ac_link") 2>conftest.er1
10441 ac_status=$?
10442 grep -v '^ *+' conftest.er1 >conftest.err
10443 rm -f conftest.er1
10444 cat conftest.err >&5
10445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); } && {
10447 test -z "$ac_c_werror_flag" ||
10448 test ! -s conftest.err
10449 } && test -s conftest$ac_exeext && {
10450 test "$cross_compiling" = yes ||
10451 $as_test_x conftest$ac_exeext
10452 }; then
10453 ac_cv_lib_X11_XkbQueryExtension=yes
10454 else
10455 $as_echo "$as_me: failed program was:" >&5
10456 sed 's/^/| /' conftest.$ac_ext >&5
10458 ac_cv_lib_X11_XkbQueryExtension=no
10461 rm -rf conftest.dSYM
10462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10463 conftest$ac_exeext conftest.$ac_ext
10464 LIBS=$ac_check_lib_save_LIBS
10466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10467 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10468 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10470 cat >>confdefs.h <<\_ACEOF
10471 #define HAVE_XKB 1
10472 _ACEOF
10478 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10479 then
10480 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10481 $as_echo_n "checking for -lXcursor... " >&6; }
10482 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10483 $as_echo_n "(cached) " >&6
10484 else
10485 ac_check_soname_save_LIBS=$LIBS
10486 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10487 cat >conftest.$ac_ext <<_ACEOF
10488 /* confdefs.h. */
10489 _ACEOF
10490 cat confdefs.h >>conftest.$ac_ext
10491 cat >>conftest.$ac_ext <<_ACEOF
10492 /* end confdefs.h. */
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497 #ifdef __cplusplus
10498 extern "C"
10499 #endif
10500 char XcursorImageLoadCursor ();
10502 main ()
10504 return XcursorImageLoadCursor ();
10506 return 0;
10508 _ACEOF
10509 rm -f conftest.$ac_objext conftest$ac_exeext
10510 if { (ac_try="$ac_link"
10511 case "(($ac_try" in
10512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10513 *) ac_try_echo=$ac_try;;
10514 esac
10515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10516 $as_echo "$ac_try_echo") >&5
10517 (eval "$ac_link") 2>conftest.er1
10518 ac_status=$?
10519 grep -v '^ *+' conftest.er1 >conftest.err
10520 rm -f conftest.er1
10521 cat conftest.err >&5
10522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10523 (exit $ac_status); } && {
10524 test -z "$ac_c_werror_flag" ||
10525 test ! -s conftest.err
10526 } && test -s conftest$ac_exeext && {
10527 test "$cross_compiling" = yes ||
10528 $as_test_x conftest$ac_exeext
10529 }; then
10530 case "$LIBEXT" in
10531 dll) ;;
10532 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'` ;;
10533 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10534 esac
10535 else
10536 $as_echo "$as_me: failed program was:" >&5
10537 sed 's/^/| /' conftest.$ac_ext >&5
10542 rm -rf conftest.dSYM
10543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10544 conftest$ac_exeext conftest.$ac_ext
10545 LIBS=$ac_check_soname_save_LIBS
10547 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10548 { $as_echo "$as_me:$LINENO: result: not found" >&5
10549 $as_echo "not found" >&6; }
10551 else
10552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10553 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10555 cat >>confdefs.h <<_ACEOF
10556 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10557 _ACEOF
10563 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10564 case "x$with_xcursor" in
10565 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10566 xno) ;;
10567 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10568 This is an error since --with-xcursor was requested." >&5
10569 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10570 This is an error since --with-xcursor was requested." >&2;}
10571 { (exit 1); exit 1; }; } ;;
10572 esac
10576 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10577 then
10578 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10579 $as_echo_n "checking for -lXi... " >&6; }
10580 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10581 $as_echo_n "(cached) " >&6
10582 else
10583 ac_check_soname_save_LIBS=$LIBS
10584 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10585 cat >conftest.$ac_ext <<_ACEOF
10586 /* confdefs.h. */
10587 _ACEOF
10588 cat confdefs.h >>conftest.$ac_ext
10589 cat >>conftest.$ac_ext <<_ACEOF
10590 /* end confdefs.h. */
10592 /* Override any GCC internal prototype to avoid an error.
10593 Use char because int might match the return type of a GCC
10594 builtin and then its argument prototype would still apply. */
10595 #ifdef __cplusplus
10596 extern "C"
10597 #endif
10598 char XOpenDevice ();
10600 main ()
10602 return XOpenDevice ();
10604 return 0;
10606 _ACEOF
10607 rm -f conftest.$ac_objext conftest$ac_exeext
10608 if { (ac_try="$ac_link"
10609 case "(($ac_try" in
10610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10611 *) ac_try_echo=$ac_try;;
10612 esac
10613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10614 $as_echo "$ac_try_echo") >&5
10615 (eval "$ac_link") 2>conftest.er1
10616 ac_status=$?
10617 grep -v '^ *+' conftest.er1 >conftest.err
10618 rm -f conftest.er1
10619 cat conftest.err >&5
10620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10621 (exit $ac_status); } && {
10622 test -z "$ac_c_werror_flag" ||
10623 test ! -s conftest.err
10624 } && test -s conftest$ac_exeext && {
10625 test "$cross_compiling" = yes ||
10626 $as_test_x conftest$ac_exeext
10627 }; then
10628 case "$LIBEXT" in
10629 dll) ;;
10630 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'` ;;
10631 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10632 esac
10633 else
10634 $as_echo "$as_me: failed program was:" >&5
10635 sed 's/^/| /' conftest.$ac_ext >&5
10640 rm -rf conftest.dSYM
10641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10642 conftest$ac_exeext conftest.$ac_ext
10643 LIBS=$ac_check_soname_save_LIBS
10645 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10646 { $as_echo "$as_me:$LINENO: result: not found" >&5
10647 $as_echo "not found" >&6; }
10649 else
10650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10651 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10653 cat >>confdefs.h <<_ACEOF
10654 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10655 _ACEOF
10661 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10662 case "x$with_xinput" in
10663 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10664 xno) ;;
10665 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10666 This is an error since --with-xinput was requested." >&5
10667 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10668 This is an error since --with-xinput was requested." >&2;}
10669 { (exit 1); exit 1; }; } ;;
10670 esac
10674 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10675 then
10676 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10677 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10678 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10679 $as_echo_n "(cached) " >&6
10680 else
10681 ac_check_lib_save_LIBS=$LIBS
10682 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10683 cat >conftest.$ac_ext <<_ACEOF
10684 /* confdefs.h. */
10685 _ACEOF
10686 cat confdefs.h >>conftest.$ac_ext
10687 cat >>conftest.$ac_ext <<_ACEOF
10688 /* end confdefs.h. */
10690 /* Override any GCC internal prototype to avoid an error.
10691 Use char because int might match the return type of a GCC
10692 builtin and then its argument prototype would still apply. */
10693 #ifdef __cplusplus
10694 extern "C"
10695 #endif
10696 char XShmQueryExtension ();
10698 main ()
10700 return XShmQueryExtension ();
10702 return 0;
10704 _ACEOF
10705 rm -f conftest.$ac_objext conftest$ac_exeext
10706 if { (ac_try="$ac_link"
10707 case "(($ac_try" in
10708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10709 *) ac_try_echo=$ac_try;;
10710 esac
10711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10712 $as_echo "$ac_try_echo") >&5
10713 (eval "$ac_link") 2>conftest.er1
10714 ac_status=$?
10715 grep -v '^ *+' conftest.er1 >conftest.err
10716 rm -f conftest.er1
10717 cat conftest.err >&5
10718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10719 (exit $ac_status); } && {
10720 test -z "$ac_c_werror_flag" ||
10721 test ! -s conftest.err
10722 } && test -s conftest$ac_exeext && {
10723 test "$cross_compiling" = yes ||
10724 $as_test_x conftest$ac_exeext
10725 }; then
10726 ac_cv_lib_Xext_XShmQueryExtension=yes
10727 else
10728 $as_echo "$as_me: failed program was:" >&5
10729 sed 's/^/| /' conftest.$ac_ext >&5
10731 ac_cv_lib_Xext_XShmQueryExtension=no
10734 rm -rf conftest.dSYM
10735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10736 conftest$ac_exeext conftest.$ac_ext
10737 LIBS=$ac_check_lib_save_LIBS
10739 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10740 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10741 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10743 cat >>confdefs.h <<\_ACEOF
10744 #define HAVE_LIBXXSHM 1
10745 _ACEOF
10750 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10751 case "x$with_xshm" in
10752 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10753 xno) ;;
10754 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10755 This is an error since --with-xshm was requested." >&5
10756 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10757 This is an error since --with-xshm was requested." >&2;}
10758 { (exit 1); exit 1; }; } ;;
10759 esac
10763 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10764 then
10765 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10766 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10767 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10768 $as_echo_n "(cached) " >&6
10769 else
10770 ac_check_lib_save_LIBS=$LIBS
10771 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10772 cat >conftest.$ac_ext <<_ACEOF
10773 /* confdefs.h. */
10774 _ACEOF
10775 cat confdefs.h >>conftest.$ac_ext
10776 cat >>conftest.$ac_ext <<_ACEOF
10777 /* end confdefs.h. */
10779 /* Override any GCC internal prototype to avoid an error.
10780 Use char because int might match the return type of a GCC
10781 builtin and then its argument prototype would still apply. */
10782 #ifdef __cplusplus
10783 extern "C"
10784 #endif
10785 char XShapeQueryExtension ();
10787 main ()
10789 return XShapeQueryExtension ();
10791 return 0;
10793 _ACEOF
10794 rm -f conftest.$ac_objext conftest$ac_exeext
10795 if { (ac_try="$ac_link"
10796 case "(($ac_try" in
10797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10798 *) ac_try_echo=$ac_try;;
10799 esac
10800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10801 $as_echo "$ac_try_echo") >&5
10802 (eval "$ac_link") 2>conftest.er1
10803 ac_status=$?
10804 grep -v '^ *+' conftest.er1 >conftest.err
10805 rm -f conftest.er1
10806 cat conftest.err >&5
10807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10808 (exit $ac_status); } && {
10809 test -z "$ac_c_werror_flag" ||
10810 test ! -s conftest.err
10811 } && test -s conftest$ac_exeext && {
10812 test "$cross_compiling" = yes ||
10813 $as_test_x conftest$ac_exeext
10814 }; then
10815 ac_cv_lib_Xext_XShapeQueryExtension=yes
10816 else
10817 $as_echo "$as_me: failed program was:" >&5
10818 sed 's/^/| /' conftest.$ac_ext >&5
10820 ac_cv_lib_Xext_XShapeQueryExtension=no
10823 rm -rf conftest.dSYM
10824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10825 conftest$ac_exeext conftest.$ac_ext
10826 LIBS=$ac_check_lib_save_LIBS
10828 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10829 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10830 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10832 cat >>confdefs.h <<\_ACEOF
10833 #define HAVE_LIBXSHAPE 1
10834 _ACEOF
10839 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10840 case "x$with_xshape" in
10841 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10842 xno) ;;
10843 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10844 This is an error since --with-xshape was requested." >&5
10845 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10846 This is an error since --with-xshape was requested." >&2;}
10847 { (exit 1); exit 1; }; } ;;
10848 esac
10852 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10853 then
10854 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10855 $as_echo_n "checking for -lXxf86vm... " >&6; }
10856 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10857 $as_echo_n "(cached) " >&6
10858 else
10859 ac_check_soname_save_LIBS=$LIBS
10860 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10861 cat >conftest.$ac_ext <<_ACEOF
10862 /* confdefs.h. */
10863 _ACEOF
10864 cat confdefs.h >>conftest.$ac_ext
10865 cat >>conftest.$ac_ext <<_ACEOF
10866 /* end confdefs.h. */
10868 /* Override any GCC internal prototype to avoid an error.
10869 Use char because int might match the return type of a GCC
10870 builtin and then its argument prototype would still apply. */
10871 #ifdef __cplusplus
10872 extern "C"
10873 #endif
10874 char XF86VidModeQueryExtension ();
10876 main ()
10878 return XF86VidModeQueryExtension ();
10880 return 0;
10882 _ACEOF
10883 rm -f conftest.$ac_objext conftest$ac_exeext
10884 if { (ac_try="$ac_link"
10885 case "(($ac_try" in
10886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10887 *) ac_try_echo=$ac_try;;
10888 esac
10889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10890 $as_echo "$ac_try_echo") >&5
10891 (eval "$ac_link") 2>conftest.er1
10892 ac_status=$?
10893 grep -v '^ *+' conftest.er1 >conftest.err
10894 rm -f conftest.er1
10895 cat conftest.err >&5
10896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897 (exit $ac_status); } && {
10898 test -z "$ac_c_werror_flag" ||
10899 test ! -s conftest.err
10900 } && test -s conftest$ac_exeext && {
10901 test "$cross_compiling" = yes ||
10902 $as_test_x conftest$ac_exeext
10903 }; then
10904 case "$LIBEXT" in
10905 dll) ;;
10906 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'` ;;
10907 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10908 esac
10909 else
10910 $as_echo "$as_me: failed program was:" >&5
10911 sed 's/^/| /' conftest.$ac_ext >&5
10916 rm -rf conftest.dSYM
10917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10918 conftest$ac_exeext conftest.$ac_ext
10919 LIBS=$ac_check_soname_save_LIBS
10921 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10922 { $as_echo "$as_me:$LINENO: result: not found" >&5
10923 $as_echo "not found" >&6; }
10925 else
10926 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10927 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10929 cat >>confdefs.h <<_ACEOF
10930 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10931 _ACEOF
10937 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10938 case "x$with_xxf86vm" in
10939 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10940 xno) ;;
10941 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10942 This is an error since --with-xxf86vm was requested." >&5
10943 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10944 This is an error since --with-xxf86vm was requested." >&2;}
10945 { (exit 1); exit 1; }; } ;;
10946 esac
10950 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"
10951 then
10952 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10953 $as_echo_n "checking for -lXrender... " >&6; }
10954 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10955 $as_echo_n "(cached) " >&6
10956 else
10957 ac_check_soname_save_LIBS=$LIBS
10958 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10959 cat >conftest.$ac_ext <<_ACEOF
10960 /* confdefs.h. */
10961 _ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char XRenderQueryExtension ();
10974 main ()
10976 return XRenderQueryExtension ();
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext conftest$ac_exeext
10982 if { (ac_try="$ac_link"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10988 $as_echo "$ac_try_echo") >&5
10989 (eval "$ac_link") 2>conftest.er1
10990 ac_status=$?
10991 grep -v '^ *+' conftest.er1 >conftest.err
10992 rm -f conftest.er1
10993 cat conftest.err >&5
10994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10995 (exit $ac_status); } && {
10996 test -z "$ac_c_werror_flag" ||
10997 test ! -s conftest.err
10998 } && test -s conftest$ac_exeext && {
10999 test "$cross_compiling" = yes ||
11000 $as_test_x conftest$ac_exeext
11001 }; then
11002 case "$LIBEXT" in
11003 dll) ;;
11004 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'` ;;
11005 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11006 esac
11007 else
11008 $as_echo "$as_me: failed program was:" >&5
11009 sed 's/^/| /' conftest.$ac_ext >&5
11014 rm -rf conftest.dSYM
11015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11016 conftest$ac_exeext conftest.$ac_ext
11017 LIBS=$ac_check_soname_save_LIBS
11019 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11020 { $as_echo "$as_me:$LINENO: result: not found" >&5
11021 $as_echo "not found" >&6; }
11023 else
11024 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11025 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11027 cat >>confdefs.h <<_ACEOF
11028 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11029 _ACEOF
11031 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11032 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11033 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11034 $as_echo_n "(cached) " >&6
11035 else
11036 ac_check_lib_save_LIBS=$LIBS
11037 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11038 cat >conftest.$ac_ext <<_ACEOF
11039 /* confdefs.h. */
11040 _ACEOF
11041 cat confdefs.h >>conftest.$ac_ext
11042 cat >>conftest.$ac_ext <<_ACEOF
11043 /* end confdefs.h. */
11045 /* Override any GCC internal prototype to avoid an error.
11046 Use char because int might match the return type of a GCC
11047 builtin and then its argument prototype would still apply. */
11048 #ifdef __cplusplus
11049 extern "C"
11050 #endif
11051 char XRenderSetPictureTransform ();
11053 main ()
11055 return XRenderSetPictureTransform ();
11057 return 0;
11059 _ACEOF
11060 rm -f conftest.$ac_objext conftest$ac_exeext
11061 if { (ac_try="$ac_link"
11062 case "(($ac_try" in
11063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11064 *) ac_try_echo=$ac_try;;
11065 esac
11066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11067 $as_echo "$ac_try_echo") >&5
11068 (eval "$ac_link") 2>conftest.er1
11069 ac_status=$?
11070 grep -v '^ *+' conftest.er1 >conftest.err
11071 rm -f conftest.er1
11072 cat conftest.err >&5
11073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); } && {
11075 test -z "$ac_c_werror_flag" ||
11076 test ! -s conftest.err
11077 } && test -s conftest$ac_exeext && {
11078 test "$cross_compiling" = yes ||
11079 $as_test_x conftest$ac_exeext
11080 }; then
11081 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11082 else
11083 $as_echo "$as_me: failed program was:" >&5
11084 sed 's/^/| /' conftest.$ac_ext >&5
11086 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11089 rm -rf conftest.dSYM
11090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11091 conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11094 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11095 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11096 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11098 cat >>confdefs.h <<\_ACEOF
11099 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11100 _ACEOF
11108 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11109 case "x$with_xrender" in
11110 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11111 xno) ;;
11112 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11113 This is an error since --with-xrender was requested." >&5
11114 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11115 This is an error since --with-xrender was requested." >&2;}
11116 { (exit 1); exit 1; }; } ;;
11117 esac
11121 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11122 then
11123 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h. */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h. */
11129 #include <X11/Xlib.h>
11130 #include <X11/extensions/Xrandr.h>
11132 main ()
11134 static typeof(XRRSetScreenConfigAndRate) * func;
11136 return 0;
11138 _ACEOF
11139 rm -f conftest.$ac_objext
11140 if { (ac_try="$ac_compile"
11141 case "(($ac_try" in
11142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143 *) ac_try_echo=$ac_try;;
11144 esac
11145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11146 $as_echo "$ac_try_echo") >&5
11147 (eval "$ac_compile") 2>conftest.er1
11148 ac_status=$?
11149 grep -v '^ *+' conftest.er1 >conftest.err
11150 rm -f conftest.er1
11151 cat conftest.err >&5
11152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); } && {
11154 test -z "$ac_c_werror_flag" ||
11155 test ! -s conftest.err
11156 } && test -s conftest.$ac_objext; then
11157 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11158 $as_echo_n "checking for -lXrandr... " >&6; }
11159 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11160 $as_echo_n "(cached) " >&6
11161 else
11162 ac_check_soname_save_LIBS=$LIBS
11163 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11164 cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h. */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h. */
11171 /* Override any GCC internal prototype to avoid an error.
11172 Use char because int might match the return type of a GCC
11173 builtin and then its argument prototype would still apply. */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char XRRQueryExtension ();
11179 main ()
11181 return XRRQueryExtension ();
11183 return 0;
11185 _ACEOF
11186 rm -f conftest.$ac_objext conftest$ac_exeext
11187 if { (ac_try="$ac_link"
11188 case "(($ac_try" in
11189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11190 *) ac_try_echo=$ac_try;;
11191 esac
11192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11193 $as_echo "$ac_try_echo") >&5
11194 (eval "$ac_link") 2>conftest.er1
11195 ac_status=$?
11196 grep -v '^ *+' conftest.er1 >conftest.err
11197 rm -f conftest.er1
11198 cat conftest.err >&5
11199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); } && {
11201 test -z "$ac_c_werror_flag" ||
11202 test ! -s conftest.err
11203 } && test -s conftest$ac_exeext && {
11204 test "$cross_compiling" = yes ||
11205 $as_test_x conftest$ac_exeext
11206 }; then
11207 case "$LIBEXT" in
11208 dll) ;;
11209 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'` ;;
11210 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11211 esac
11212 else
11213 $as_echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11219 rm -rf conftest.dSYM
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LIBS=$ac_check_soname_save_LIBS
11224 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11225 { $as_echo "$as_me:$LINENO: result: not found" >&5
11226 $as_echo "not found" >&6; }
11228 else
11229 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11230 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11234 _ACEOF
11239 else
11240 $as_echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11248 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11249 case "x$with_xrandr" in
11250 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11251 xno) ;;
11252 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11253 This is an error since --with-xrandr was requested." >&5
11254 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11255 This is an error since --with-xrandr was requested." >&2;}
11256 { (exit 1); exit 1; }; } ;;
11257 esac
11261 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11262 then
11263 cat >conftest.$ac_ext <<_ACEOF
11264 /* confdefs.h. */
11265 _ACEOF
11266 cat confdefs.h >>conftest.$ac_ext
11267 cat >>conftest.$ac_ext <<_ACEOF
11268 /* end confdefs.h. */
11269 #include <X11/Xlib.h>
11270 #include <X11/extensions/Xinerama.h>
11272 main ()
11274 static typeof(XineramaQueryScreens) * func;
11276 return 0;
11278 _ACEOF
11279 rm -f conftest.$ac_objext
11280 if { (ac_try="$ac_compile"
11281 case "(($ac_try" in
11282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11283 *) ac_try_echo=$ac_try;;
11284 esac
11285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11286 $as_echo "$ac_try_echo") >&5
11287 (eval "$ac_compile") 2>conftest.er1
11288 ac_status=$?
11289 grep -v '^ *+' conftest.er1 >conftest.err
11290 rm -f conftest.er1
11291 cat conftest.err >&5
11292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11293 (exit $ac_status); } && {
11294 test -z "$ac_c_werror_flag" ||
11295 test ! -s conftest.err
11296 } && test -s conftest.$ac_objext; then
11297 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11298 $as_echo_n "checking for -lXinerama... " >&6; }
11299 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11300 $as_echo_n "(cached) " >&6
11301 else
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11304 cat >conftest.$ac_ext <<_ACEOF
11305 /* confdefs.h. */
11306 _ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11311 /* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char XineramaQueryScreens ();
11319 main ()
11321 return XineramaQueryScreens ();
11323 return 0;
11325 _ACEOF
11326 rm -f conftest.$ac_objext conftest$ac_exeext
11327 if { (ac_try="$ac_link"
11328 case "(($ac_try" in
11329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11330 *) ac_try_echo=$ac_try;;
11331 esac
11332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11333 $as_echo "$ac_try_echo") >&5
11334 (eval "$ac_link") 2>conftest.er1
11335 ac_status=$?
11336 grep -v '^ *+' conftest.er1 >conftest.err
11337 rm -f conftest.er1
11338 cat conftest.err >&5
11339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest$ac_exeext && {
11344 test "$cross_compiling" = yes ||
11345 $as_test_x conftest$ac_exeext
11346 }; then
11347 case "$LIBEXT" in
11348 dll) ;;
11349 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'` ;;
11350 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11351 esac
11352 else
11353 $as_echo "$as_me: failed program was:" >&5
11354 sed 's/^/| /' conftest.$ac_ext >&5
11359 rm -rf conftest.dSYM
11360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11361 conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_soname_save_LIBS
11364 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11365 { $as_echo "$as_me:$LINENO: result: not found" >&5
11366 $as_echo "not found" >&6; }
11368 else
11369 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11370 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11372 cat >>confdefs.h <<_ACEOF
11373 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11374 _ACEOF
11379 else
11380 $as_echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11388 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11389 case "x$with_xinerama" in
11390 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11391 xno) ;;
11392 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11393 This is an error since --with-xinerama was requested." >&5
11394 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11395 This is an error since --with-xinerama was requested." >&2;}
11396 { (exit 1); exit 1; }; } ;;
11397 esac
11401 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11402 then
11403 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11404 $as_echo_n "checking for -lXcomposite... " >&6; }
11405 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11406 $as_echo_n "(cached) " >&6
11407 else
11408 ac_check_soname_save_LIBS=$LIBS
11409 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11410 cat >conftest.$ac_ext <<_ACEOF
11411 /* confdefs.h. */
11412 _ACEOF
11413 cat confdefs.h >>conftest.$ac_ext
11414 cat >>conftest.$ac_ext <<_ACEOF
11415 /* end confdefs.h. */
11417 /* Override any GCC internal prototype to avoid an error.
11418 Use char because int might match the return type of a GCC
11419 builtin and then its argument prototype would still apply. */
11420 #ifdef __cplusplus
11421 extern "C"
11422 #endif
11423 char XCompositeRedirectWindow ();
11425 main ()
11427 return XCompositeRedirectWindow ();
11429 return 0;
11431 _ACEOF
11432 rm -f conftest.$ac_objext conftest$ac_exeext
11433 if { (ac_try="$ac_link"
11434 case "(($ac_try" in
11435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11436 *) ac_try_echo=$ac_try;;
11437 esac
11438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11439 $as_echo "$ac_try_echo") >&5
11440 (eval "$ac_link") 2>conftest.er1
11441 ac_status=$?
11442 grep -v '^ *+' conftest.er1 >conftest.err
11443 rm -f conftest.er1
11444 cat conftest.err >&5
11445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11446 (exit $ac_status); } && {
11447 test -z "$ac_c_werror_flag" ||
11448 test ! -s conftest.err
11449 } && test -s conftest$ac_exeext && {
11450 test "$cross_compiling" = yes ||
11451 $as_test_x conftest$ac_exeext
11452 }; then
11453 case "$LIBEXT" in
11454 dll) ;;
11455 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'` ;;
11456 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11457 esac
11458 else
11459 $as_echo "$as_me: failed program was:" >&5
11460 sed 's/^/| /' conftest.$ac_ext >&5
11465 rm -rf conftest.dSYM
11466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11467 conftest$ac_exeext conftest.$ac_ext
11468 LIBS=$ac_check_soname_save_LIBS
11470 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11471 { $as_echo "$as_me:$LINENO: result: not found" >&5
11472 $as_echo "not found" >&6; }
11474 else
11475 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11476 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11478 cat >>confdefs.h <<_ACEOF
11479 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11480 _ACEOF
11486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11487 case "x$with_xcomposite" in
11488 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11489 xno) ;;
11490 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11491 This is an error since --with-xcomposite was requested." >&5
11492 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11493 This is an error since --with-xcomposite was requested." >&2;}
11494 { (exit 1); exit 1; }; } ;;
11495 esac
11499 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11500 $as_echo_n "checking for XICCallback.callback... " >&6; }
11501 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11502 $as_echo_n "(cached) " >&6
11503 else
11504 cat >conftest.$ac_ext <<_ACEOF
11505 /* confdefs.h. */
11506 _ACEOF
11507 cat confdefs.h >>conftest.$ac_ext
11508 cat >>conftest.$ac_ext <<_ACEOF
11509 /* end confdefs.h. */
11510 #ifdef HAVE_X11_XLIB_H
11511 #include <X11/Xlib.h>
11512 #endif
11515 main ()
11517 static XICCallback ac_aggr;
11518 if (ac_aggr.callback)
11519 return 0;
11521 return 0;
11523 _ACEOF
11524 rm -f conftest.$ac_objext
11525 if { (ac_try="$ac_compile"
11526 case "(($ac_try" in
11527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11528 *) ac_try_echo=$ac_try;;
11529 esac
11530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11531 $as_echo "$ac_try_echo") >&5
11532 (eval "$ac_compile") 2>conftest.er1
11533 ac_status=$?
11534 grep -v '^ *+' conftest.er1 >conftest.err
11535 rm -f conftest.er1
11536 cat conftest.err >&5
11537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } && {
11539 test -z "$ac_c_werror_flag" ||
11540 test ! -s conftest.err
11541 } && test -s conftest.$ac_objext; then
11542 ac_cv_member_XICCallback_callback=yes
11543 else
11544 $as_echo "$as_me: failed program was:" >&5
11545 sed 's/^/| /' conftest.$ac_ext >&5
11547 cat >conftest.$ac_ext <<_ACEOF
11548 /* confdefs.h. */
11549 _ACEOF
11550 cat confdefs.h >>conftest.$ac_ext
11551 cat >>conftest.$ac_ext <<_ACEOF
11552 /* end confdefs.h. */
11553 #ifdef HAVE_X11_XLIB_H
11554 #include <X11/Xlib.h>
11555 #endif
11558 main ()
11560 static XICCallback ac_aggr;
11561 if (sizeof ac_aggr.callback)
11562 return 0;
11564 return 0;
11566 _ACEOF
11567 rm -f conftest.$ac_objext
11568 if { (ac_try="$ac_compile"
11569 case "(($ac_try" in
11570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11571 *) ac_try_echo=$ac_try;;
11572 esac
11573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11574 $as_echo "$ac_try_echo") >&5
11575 (eval "$ac_compile") 2>conftest.er1
11576 ac_status=$?
11577 grep -v '^ *+' conftest.er1 >conftest.err
11578 rm -f conftest.er1
11579 cat conftest.err >&5
11580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581 (exit $ac_status); } && {
11582 test -z "$ac_c_werror_flag" ||
11583 test ! -s conftest.err
11584 } && test -s conftest.$ac_objext; then
11585 ac_cv_member_XICCallback_callback=yes
11586 else
11587 $as_echo "$as_me: failed program was:" >&5
11588 sed 's/^/| /' conftest.$ac_ext >&5
11590 ac_cv_member_XICCallback_callback=no
11593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11599 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11600 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define HAVE_XICCALLBACK_CALLBACK 1
11604 _ACEOF
11611 opengl_msg=""
11612 if test "x$with_opengl" != "xno"
11613 then
11618 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11620 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11622 $as_echo_n "checking for $ac_header... " >&6; }
11623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11624 $as_echo_n "(cached) " >&6
11625 else
11626 cat >conftest.$ac_ext <<_ACEOF
11627 /* confdefs.h. */
11628 _ACEOF
11629 cat confdefs.h >>conftest.$ac_ext
11630 cat >>conftest.$ac_ext <<_ACEOF
11631 /* end confdefs.h. */
11632 #ifdef HAVE_GL_GLX_H
11633 # include <GL/glx.h>
11634 #endif
11636 #include <$ac_header>
11637 _ACEOF
11638 rm -f conftest.$ac_objext
11639 if { (ac_try="$ac_compile"
11640 case "(($ac_try" in
11641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11642 *) ac_try_echo=$ac_try;;
11643 esac
11644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11645 $as_echo "$ac_try_echo") >&5
11646 (eval "$ac_compile") 2>conftest.er1
11647 ac_status=$?
11648 grep -v '^ *+' conftest.er1 >conftest.err
11649 rm -f conftest.er1
11650 cat conftest.err >&5
11651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest.$ac_objext; then
11656 eval "$as_ac_Header=yes"
11657 else
11658 $as_echo "$as_me: failed program was:" >&5
11659 sed 's/^/| /' conftest.$ac_ext >&5
11661 eval "$as_ac_Header=no"
11664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11666 ac_res=`eval 'as_val=${'$as_ac_Header'}
11667 $as_echo "$as_val"'`
11668 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11669 $as_echo "$ac_res" >&6; }
11670 as_val=`eval 'as_val=${'$as_ac_Header'}
11671 $as_echo "$as_val"'`
11672 if test "x$as_val" = x""yes; then
11673 cat >>confdefs.h <<_ACEOF
11674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11675 _ACEOF
11679 done
11681 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11682 then
11683 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11684 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11685 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11686 $as_echo_n "(cached) " >&6
11687 else
11688 cat >conftest.$ac_ext <<_ACEOF
11689 /* confdefs.h. */
11690 _ACEOF
11691 cat confdefs.h >>conftest.$ac_ext
11692 cat >>conftest.$ac_ext <<_ACEOF
11693 /* end confdefs.h. */
11694 #include <GL/gl.h>
11696 main ()
11698 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11700 return 0;
11702 _ACEOF
11703 rm -f conftest.$ac_objext
11704 if { (ac_try="$ac_compile"
11705 case "(($ac_try" in
11706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11707 *) ac_try_echo=$ac_try;;
11708 esac
11709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11710 $as_echo "$ac_try_echo") >&5
11711 (eval "$ac_compile") 2>conftest.er1
11712 ac_status=$?
11713 grep -v '^ *+' conftest.er1 >conftest.err
11714 rm -f conftest.er1
11715 cat conftest.err >&5
11716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11717 (exit $ac_status); } && {
11718 test -z "$ac_c_werror_flag" ||
11719 test ! -s conftest.err
11720 } && test -s conftest.$ac_objext; then
11721 wine_cv_opengl_header_version_OK="yes"
11722 else
11723 $as_echo "$as_me: failed program was:" >&5
11724 sed 's/^/| /' conftest.$ac_ext >&5
11726 wine_cv_opengl_header_version_OK="no"
11729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11731 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11732 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11734 if test "$wine_cv_opengl_header_version_OK" = "yes"
11735 then
11736 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11737 $as_echo_n "checking for -lGL... " >&6; }
11738 if test "${ac_cv_lib_soname_GL+set}" = set; then
11739 $as_echo_n "(cached) " >&6
11740 else
11741 ac_check_soname_save_LIBS=$LIBS
11742 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11743 cat >conftest.$ac_ext <<_ACEOF
11744 /* confdefs.h. */
11745 _ACEOF
11746 cat confdefs.h >>conftest.$ac_ext
11747 cat >>conftest.$ac_ext <<_ACEOF
11748 /* end confdefs.h. */
11750 /* Override any GCC internal prototype to avoid an error.
11751 Use char because int might match the return type of a GCC
11752 builtin and then its argument prototype would still apply. */
11753 #ifdef __cplusplus
11754 extern "C"
11755 #endif
11756 char glXCreateContext ();
11758 main ()
11760 return glXCreateContext ();
11762 return 0;
11764 _ACEOF
11765 rm -f conftest.$ac_objext conftest$ac_exeext
11766 if { (ac_try="$ac_link"
11767 case "(($ac_try" in
11768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11769 *) ac_try_echo=$ac_try;;
11770 esac
11771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11772 $as_echo "$ac_try_echo") >&5
11773 (eval "$ac_link") 2>conftest.er1
11774 ac_status=$?
11775 grep -v '^ *+' conftest.er1 >conftest.err
11776 rm -f conftest.er1
11777 cat conftest.err >&5
11778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11779 (exit $ac_status); } && {
11780 test -z "$ac_c_werror_flag" ||
11781 test ! -s conftest.err
11782 } && test -s conftest$ac_exeext && {
11783 test "$cross_compiling" = yes ||
11784 $as_test_x conftest$ac_exeext
11785 }; then
11786 case "$LIBEXT" in
11787 dll) ;;
11788 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'` ;;
11789 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11790 esac
11791 else
11792 $as_echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.$ac_ext >&5
11798 rm -rf conftest.dSYM
11799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11800 conftest$ac_exeext conftest.$ac_ext
11801 LIBS=$ac_check_soname_save_LIBS
11803 if test "x$ac_cv_lib_soname_GL" = "x"; then
11804 { $as_echo "$as_me:$LINENO: result: not found" >&5
11805 $as_echo "not found" >&6; }
11806 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11807 $as_echo_n "checking for -lGL... " >&6; }
11808 if test "${ac_cv_lib_soname_GL+set}" = set; then
11809 $as_echo_n "(cached) " >&6
11810 else
11811 ac_check_soname_save_LIBS=$LIBS
11812 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"
11813 cat >conftest.$ac_ext <<_ACEOF
11814 /* confdefs.h. */
11815 _ACEOF
11816 cat confdefs.h >>conftest.$ac_ext
11817 cat >>conftest.$ac_ext <<_ACEOF
11818 /* end confdefs.h. */
11820 /* Override any GCC internal prototype to avoid an error.
11821 Use char because int might match the return type of a GCC
11822 builtin and then its argument prototype would still apply. */
11823 #ifdef __cplusplus
11824 extern "C"
11825 #endif
11826 char glXCreateContext ();
11828 main ()
11830 return glXCreateContext ();
11832 return 0;
11834 _ACEOF
11835 rm -f conftest.$ac_objext conftest$ac_exeext
11836 if { (ac_try="$ac_link"
11837 case "(($ac_try" in
11838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11839 *) ac_try_echo=$ac_try;;
11840 esac
11841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11842 $as_echo "$ac_try_echo") >&5
11843 (eval "$ac_link") 2>conftest.er1
11844 ac_status=$?
11845 grep -v '^ *+' conftest.er1 >conftest.err
11846 rm -f conftest.er1
11847 cat conftest.err >&5
11848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11849 (exit $ac_status); } && {
11850 test -z "$ac_c_werror_flag" ||
11851 test ! -s conftest.err
11852 } && test -s conftest$ac_exeext && {
11853 test "$cross_compiling" = yes ||
11854 $as_test_x conftest$ac_exeext
11855 }; then
11856 case "$LIBEXT" in
11857 dll) ;;
11858 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'` ;;
11859 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11860 esac
11861 else
11862 $as_echo "$as_me: failed program was:" >&5
11863 sed 's/^/| /' conftest.$ac_ext >&5
11868 rm -rf conftest.dSYM
11869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11870 conftest$ac_exeext conftest.$ac_ext
11871 LIBS=$ac_check_soname_save_LIBS
11873 if test "x$ac_cv_lib_soname_GL" = "x"; then
11874 { $as_echo "$as_me:$LINENO: result: not found" >&5
11875 $as_echo "not found" >&6; }
11876 if test -f /usr/X11R6/lib/libGL.a
11877 then
11878 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11879 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11880 else
11881 opengl_msg="No OpenGL library found on this system."
11883 else
11884 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11885 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11887 cat >>confdefs.h <<_ACEOF
11888 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11889 _ACEOF
11891 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"
11893 cat >>confdefs.h <<\_ACEOF
11894 #define HAVE_OPENGL 1
11895 _ACEOF
11899 else
11900 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11901 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11903 cat >>confdefs.h <<_ACEOF
11904 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11905 _ACEOF
11907 OPENGL_LIBS="-lGL"
11909 cat >>confdefs.h <<\_ACEOF
11910 #define HAVE_OPENGL 1
11911 _ACEOF
11915 if test "$ac_cv_header_GL_glu_h" = "yes"
11916 then
11917 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11918 $as_echo_n "checking for -lGLU... " >&6; }
11919 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11920 $as_echo_n "(cached) " >&6
11921 else
11922 ac_check_soname_save_LIBS=$LIBS
11923 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11924 cat >conftest.$ac_ext <<_ACEOF
11925 /* confdefs.h. */
11926 _ACEOF
11927 cat confdefs.h >>conftest.$ac_ext
11928 cat >>conftest.$ac_ext <<_ACEOF
11929 /* end confdefs.h. */
11931 /* Override any GCC internal prototype to avoid an error.
11932 Use char because int might match the return type of a GCC
11933 builtin and then its argument prototype would still apply. */
11934 #ifdef __cplusplus
11935 extern "C"
11936 #endif
11937 char gluLookAt ();
11939 main ()
11941 return gluLookAt ();
11943 return 0;
11945 _ACEOF
11946 rm -f conftest.$ac_objext conftest$ac_exeext
11947 if { (ac_try="$ac_link"
11948 case "(($ac_try" in
11949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11950 *) ac_try_echo=$ac_try;;
11951 esac
11952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11953 $as_echo "$ac_try_echo") >&5
11954 (eval "$ac_link") 2>conftest.er1
11955 ac_status=$?
11956 grep -v '^ *+' conftest.er1 >conftest.err
11957 rm -f conftest.er1
11958 cat conftest.err >&5
11959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11960 (exit $ac_status); } && {
11961 test -z "$ac_c_werror_flag" ||
11962 test ! -s conftest.err
11963 } && test -s conftest$ac_exeext && {
11964 test "$cross_compiling" = yes ||
11965 $as_test_x conftest$ac_exeext
11966 }; then
11967 case "$LIBEXT" in
11968 dll) ;;
11969 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'` ;;
11970 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11971 esac
11972 else
11973 $as_echo "$as_me: failed program was:" >&5
11974 sed 's/^/| /' conftest.$ac_ext >&5
11979 rm -rf conftest.dSYM
11980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11981 conftest$ac_exeext conftest.$ac_ext
11982 LIBS=$ac_check_soname_save_LIBS
11984 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11985 { $as_echo "$as_me:$LINENO: result: not found" >&5
11986 $as_echo "not found" >&6; }
11988 else
11989 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11990 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11992 cat >>confdefs.h <<_ACEOF
11993 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11994 _ACEOF
12000 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12001 case "x$with_glu" in
12002 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12003 xno) ;;
12004 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12005 This is an error since --with-glu was requested." >&5
12006 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12007 This is an error since --with-glu was requested." >&2;}
12008 { (exit 1); exit 1; }; } ;;
12009 esac
12012 else
12013 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12015 else
12016 opengl_msg="OpenGL development headers not found."
12018 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12019 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12020 else
12021 enable_opengl32=${enable_opengl32:-no}
12022 enable_glu32=${enable_glu32:-no}
12024 if test -n "$opengl_msg"; then
12025 case "x$with_opengl" in
12026 x) wine_warnings="$wine_warnings|$opengl_msg
12027 OpenGL and Direct3D won't be supported." ;;
12028 xno) ;;
12029 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12030 OpenGL and Direct3D won't be supported.
12031 This is an error since --with-opengl was requested." >&5
12032 $as_echo "$as_me: error: $opengl_msg
12033 OpenGL and Direct3D won't be supported.
12034 This is an error since --with-opengl was requested." >&2;}
12035 { (exit 1); exit 1; }; } ;;
12036 esac
12040 NASLIBS=""
12043 for ac_header in audio/audiolib.h
12045 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12047 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12048 $as_echo_n "checking for $ac_header... " >&6; }
12049 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12050 $as_echo_n "(cached) " >&6
12052 ac_res=`eval 'as_val=${'$as_ac_Header'}
12053 $as_echo "$as_val"'`
12054 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12055 $as_echo "$ac_res" >&6; }
12056 else
12057 # Is the header compilable?
12058 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12059 $as_echo_n "checking $ac_header usability... " >&6; }
12060 cat >conftest.$ac_ext <<_ACEOF
12061 /* confdefs.h. */
12062 _ACEOF
12063 cat confdefs.h >>conftest.$ac_ext
12064 cat >>conftest.$ac_ext <<_ACEOF
12065 /* end confdefs.h. */
12066 $ac_includes_default
12067 #include <$ac_header>
12068 _ACEOF
12069 rm -f conftest.$ac_objext
12070 if { (ac_try="$ac_compile"
12071 case "(($ac_try" in
12072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12073 *) ac_try_echo=$ac_try;;
12074 esac
12075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12076 $as_echo "$ac_try_echo") >&5
12077 (eval "$ac_compile") 2>conftest.er1
12078 ac_status=$?
12079 grep -v '^ *+' conftest.er1 >conftest.err
12080 rm -f conftest.er1
12081 cat conftest.err >&5
12082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12083 (exit $ac_status); } && {
12084 test -z "$ac_c_werror_flag" ||
12085 test ! -s conftest.err
12086 } && test -s conftest.$ac_objext; then
12087 ac_header_compiler=yes
12088 else
12089 $as_echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12092 ac_header_compiler=no
12095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12096 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12097 $as_echo "$ac_header_compiler" >&6; }
12099 # Is the header present?
12100 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12101 $as_echo_n "checking $ac_header presence... " >&6; }
12102 cat >conftest.$ac_ext <<_ACEOF
12103 /* confdefs.h. */
12104 _ACEOF
12105 cat confdefs.h >>conftest.$ac_ext
12106 cat >>conftest.$ac_ext <<_ACEOF
12107 /* end confdefs.h. */
12108 #include <$ac_header>
12109 _ACEOF
12110 if { (ac_try="$ac_cpp conftest.$ac_ext"
12111 case "(($ac_try" in
12112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12113 *) ac_try_echo=$ac_try;;
12114 esac
12115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12116 $as_echo "$ac_try_echo") >&5
12117 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12118 ac_status=$?
12119 grep -v '^ *+' conftest.er1 >conftest.err
12120 rm -f conftest.er1
12121 cat conftest.err >&5
12122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } >/dev/null && {
12124 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12125 test ! -s conftest.err
12126 }; then
12127 ac_header_preproc=yes
12128 else
12129 $as_echo "$as_me: failed program was:" >&5
12130 sed 's/^/| /' conftest.$ac_ext >&5
12132 ac_header_preproc=no
12135 rm -f conftest.err conftest.$ac_ext
12136 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12137 $as_echo "$ac_header_preproc" >&6; }
12139 # So? What about this header?
12140 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12141 yes:no: )
12142 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12143 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12144 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12146 ac_header_preproc=yes
12148 no:yes:* )
12149 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12150 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12151 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12152 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12153 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12154 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12155 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12156 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12157 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12158 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12159 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12160 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12161 ( cat <<\_ASBOX
12162 ## ------------------------------------ ##
12163 ## Report this to wine-devel@winehq.org ##
12164 ## ------------------------------------ ##
12165 _ASBOX
12166 ) | sed "s/^/$as_me: WARNING: /" >&2
12168 esac
12169 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12170 $as_echo_n "checking for $ac_header... " >&6; }
12171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12172 $as_echo_n "(cached) " >&6
12173 else
12174 eval "$as_ac_Header=\$ac_header_preproc"
12176 ac_res=`eval 'as_val=${'$as_ac_Header'}
12177 $as_echo "$as_val"'`
12178 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12179 $as_echo "$ac_res" >&6; }
12182 as_val=`eval 'as_val=${'$as_ac_Header'}
12183 $as_echo "$as_val"'`
12184 if test "x$as_val" = x""yes; then
12185 cat >>confdefs.h <<_ACEOF
12186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12187 _ACEOF
12189 for ac_header in audio/soundlib.h
12191 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12192 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 $as_echo_n "checking for $ac_header... " >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195 $as_echo_n "(cached) " >&6
12196 else
12197 cat >conftest.$ac_ext <<_ACEOF
12198 /* confdefs.h. */
12199 _ACEOF
12200 cat confdefs.h >>conftest.$ac_ext
12201 cat >>conftest.$ac_ext <<_ACEOF
12202 /* end confdefs.h. */
12203 #include <audio/audiolib.h>
12205 #include <$ac_header>
12206 _ACEOF
12207 rm -f conftest.$ac_objext
12208 if { (ac_try="$ac_compile"
12209 case "(($ac_try" in
12210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12212 esac
12213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12214 $as_echo "$ac_try_echo") >&5
12215 (eval "$ac_compile") 2>conftest.er1
12216 ac_status=$?
12217 grep -v '^ *+' conftest.er1 >conftest.err
12218 rm -f conftest.er1
12219 cat conftest.err >&5
12220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); } && {
12222 test -z "$ac_c_werror_flag" ||
12223 test ! -s conftest.err
12224 } && test -s conftest.$ac_objext; then
12225 eval "$as_ac_Header=yes"
12226 else
12227 $as_echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12230 eval "$as_ac_Header=no"
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12235 ac_res=`eval 'as_val=${'$as_ac_Header'}
12236 $as_echo "$as_val"'`
12237 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12238 $as_echo "$ac_res" >&6; }
12239 as_val=`eval 'as_val=${'$as_ac_Header'}
12240 $as_echo "$as_val"'`
12241 if test "x$as_val" = x""yes; then
12242 cat >>confdefs.h <<_ACEOF
12243 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12244 _ACEOF
12248 done
12250 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12251 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12252 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12253 $as_echo_n "(cached) " >&6
12254 else
12255 ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12258 /* confdefs.h. */
12259 _ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h. */
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char AuCreateFlow ();
12272 main ()
12274 return AuCreateFlow ();
12276 return 0;
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283 *) ac_try_echo=$ac_try;;
12284 esac
12285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12286 $as_echo "$ac_try_echo") >&5
12287 (eval "$ac_link") 2>conftest.er1
12288 ac_status=$?
12289 grep -v '^ *+' conftest.er1 >conftest.err
12290 rm -f conftest.er1
12291 cat conftest.err >&5
12292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12293 (exit $ac_status); } && {
12294 test -z "$ac_c_werror_flag" ||
12295 test ! -s conftest.err
12296 } && test -s conftest$ac_exeext && {
12297 test "$cross_compiling" = yes ||
12298 $as_test_x conftest$ac_exeext
12299 }; then
12300 ac_cv_lib_audio_AuCreateFlow=yes
12301 else
12302 $as_echo "$as_me: failed program was:" >&5
12303 sed 's/^/| /' conftest.$ac_ext >&5
12305 ac_cv_lib_audio_AuCreateFlow=no
12308 rm -rf conftest.dSYM
12309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12310 conftest$ac_exeext conftest.$ac_ext
12311 LIBS=$ac_check_lib_save_LIBS
12313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12314 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12315 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12317 cat >>confdefs.h <<\_ACEOF
12318 #define HAVE_NAS 1
12319 _ACEOF
12321 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12322 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12323 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 ac_check_lib_save_LIBS=$LIBS
12327 LIBS="-lXau $X_LIBS $LIBS"
12328 cat >conftest.$ac_ext <<_ACEOF
12329 /* confdefs.h. */
12330 _ACEOF
12331 cat confdefs.h >>conftest.$ac_ext
12332 cat >>conftest.$ac_ext <<_ACEOF
12333 /* end confdefs.h. */
12335 /* Override any GCC internal prototype to avoid an error.
12336 Use char because int might match the return type of a GCC
12337 builtin and then its argument prototype would still apply. */
12338 #ifdef __cplusplus
12339 extern "C"
12340 #endif
12341 char XauGetBestAuthByAddr ();
12343 main ()
12345 return XauGetBestAuthByAddr ();
12347 return 0;
12349 _ACEOF
12350 rm -f conftest.$ac_objext conftest$ac_exeext
12351 if { (ac_try="$ac_link"
12352 case "(($ac_try" in
12353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354 *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12357 $as_echo "$ac_try_echo") >&5
12358 (eval "$ac_link") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } && {
12365 test -z "$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 } && test -s conftest$ac_exeext && {
12368 test "$cross_compiling" = yes ||
12369 $as_test_x conftest$ac_exeext
12370 }; then
12371 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12372 else
12373 $as_echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12379 rm -rf conftest.dSYM
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12385 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12386 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12387 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12388 else
12389 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12397 done
12400 CPPFLAGS="$ac_save_CPPFLAGS"
12401 else
12402 XLIB=""
12403 X_CFLAGS=""
12404 X_LIBS=""
12405 enable_winex11_drv=${enable_winex11_drv:-no}
12406 enable_opengl32=${enable_opengl32:-no}
12407 enable_glu32=${enable_glu32:-no}
12409 if test "x$XLIB" = "x"; then
12410 case "x$with_x" in
12411 xno) ;;
12412 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12413 without X support, which probably isn't what you want. You will need to install
12414 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12415 Use the --without-x option if you really want this." >&5
12416 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12417 without X support, which probably isn't what you want. You will need to install
12418 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12419 Use the --without-x option if you really want this." >&2;}
12420 { (exit 1); exit 1; }; } ;;
12421 esac
12426 XML2LIBS=""
12428 XML2INCL=""
12430 XSLTINCL=""
12432 if test "x$with_xml" != "xno"
12433 then
12434 ac_save_CPPFLAGS="$CPPFLAGS"
12435 if test "$PKG_CONFIG" != "false"
12436 then
12437 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12438 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12439 else
12440 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12441 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12443 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12445 for ac_header in libxml/parser.h
12447 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12449 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12450 $as_echo_n "checking for $ac_header... " >&6; }
12451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12452 $as_echo_n "(cached) " >&6
12454 ac_res=`eval 'as_val=${'$as_ac_Header'}
12455 $as_echo "$as_val"'`
12456 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12457 $as_echo "$ac_res" >&6; }
12458 else
12459 # Is the header compilable?
12460 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12461 $as_echo_n "checking $ac_header usability... " >&6; }
12462 cat >conftest.$ac_ext <<_ACEOF
12463 /* confdefs.h. */
12464 _ACEOF
12465 cat confdefs.h >>conftest.$ac_ext
12466 cat >>conftest.$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12468 $ac_includes_default
12469 #include <$ac_header>
12470 _ACEOF
12471 rm -f conftest.$ac_objext
12472 if { (ac_try="$ac_compile"
12473 case "(($ac_try" in
12474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12475 *) ac_try_echo=$ac_try;;
12476 esac
12477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12478 $as_echo "$ac_try_echo") >&5
12479 (eval "$ac_compile") 2>conftest.er1
12480 ac_status=$?
12481 grep -v '^ *+' conftest.er1 >conftest.err
12482 rm -f conftest.er1
12483 cat conftest.err >&5
12484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12485 (exit $ac_status); } && {
12486 test -z "$ac_c_werror_flag" ||
12487 test ! -s conftest.err
12488 } && test -s conftest.$ac_objext; then
12489 ac_header_compiler=yes
12490 else
12491 $as_echo "$as_me: failed program was:" >&5
12492 sed 's/^/| /' conftest.$ac_ext >&5
12494 ac_header_compiler=no
12497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12498 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12499 $as_echo "$ac_header_compiler" >&6; }
12501 # Is the header present?
12502 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12503 $as_echo_n "checking $ac_header presence... " >&6; }
12504 cat >conftest.$ac_ext <<_ACEOF
12505 /* confdefs.h. */
12506 _ACEOF
12507 cat confdefs.h >>conftest.$ac_ext
12508 cat >>conftest.$ac_ext <<_ACEOF
12509 /* end confdefs.h. */
12510 #include <$ac_header>
12511 _ACEOF
12512 if { (ac_try="$ac_cpp conftest.$ac_ext"
12513 case "(($ac_try" in
12514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12515 *) ac_try_echo=$ac_try;;
12516 esac
12517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12518 $as_echo "$ac_try_echo") >&5
12519 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12520 ac_status=$?
12521 grep -v '^ *+' conftest.er1 >conftest.err
12522 rm -f conftest.er1
12523 cat conftest.err >&5
12524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12525 (exit $ac_status); } >/dev/null && {
12526 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12527 test ! -s conftest.err
12528 }; then
12529 ac_header_preproc=yes
12530 else
12531 $as_echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.$ac_ext >&5
12534 ac_header_preproc=no
12537 rm -f conftest.err conftest.$ac_ext
12538 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12539 $as_echo "$ac_header_preproc" >&6; }
12541 # So? What about this header?
12542 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12543 yes:no: )
12544 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12545 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12546 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12547 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12548 ac_header_preproc=yes
12550 no:yes:* )
12551 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12552 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12553 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12554 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12555 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12556 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12557 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12558 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12559 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12560 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12561 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12562 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12563 ( cat <<\_ASBOX
12564 ## ------------------------------------ ##
12565 ## Report this to wine-devel@winehq.org ##
12566 ## ------------------------------------ ##
12567 _ASBOX
12568 ) | sed "s/^/$as_me: WARNING: /" >&2
12570 esac
12571 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12572 $as_echo_n "checking for $ac_header... " >&6; }
12573 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12574 $as_echo_n "(cached) " >&6
12575 else
12576 eval "$as_ac_Header=\$ac_header_preproc"
12578 ac_res=`eval 'as_val=${'$as_ac_Header'}
12579 $as_echo "$as_val"'`
12580 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12581 $as_echo "$ac_res" >&6; }
12584 as_val=`eval 'as_val=${'$as_ac_Header'}
12585 $as_echo "$as_val"'`
12586 if test "x$as_val" = x""yes; then
12587 cat >>confdefs.h <<_ACEOF
12588 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12589 _ACEOF
12590 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12591 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12592 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12593 $as_echo_n "(cached) " >&6
12594 else
12595 ac_check_lib_save_LIBS=$LIBS
12596 LIBS="-lxml2 $ac_xml_libs $LIBS"
12597 cat >conftest.$ac_ext <<_ACEOF
12598 /* confdefs.h. */
12599 _ACEOF
12600 cat confdefs.h >>conftest.$ac_ext
12601 cat >>conftest.$ac_ext <<_ACEOF
12602 /* end confdefs.h. */
12604 /* Override any GCC internal prototype to avoid an error.
12605 Use char because int might match the return type of a GCC
12606 builtin and then its argument prototype would still apply. */
12607 #ifdef __cplusplus
12608 extern "C"
12609 #endif
12610 char xmlParseMemory ();
12612 main ()
12614 return xmlParseMemory ();
12616 return 0;
12618 _ACEOF
12619 rm -f conftest.$ac_objext conftest$ac_exeext
12620 if { (ac_try="$ac_link"
12621 case "(($ac_try" in
12622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12623 *) ac_try_echo=$ac_try;;
12624 esac
12625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12626 $as_echo "$ac_try_echo") >&5
12627 (eval "$ac_link") 2>conftest.er1
12628 ac_status=$?
12629 grep -v '^ *+' conftest.er1 >conftest.err
12630 rm -f conftest.er1
12631 cat conftest.err >&5
12632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12633 (exit $ac_status); } && {
12634 test -z "$ac_c_werror_flag" ||
12635 test ! -s conftest.err
12636 } && test -s conftest$ac_exeext && {
12637 test "$cross_compiling" = yes ||
12638 $as_test_x conftest$ac_exeext
12639 }; then
12640 ac_cv_lib_xml2_xmlParseMemory=yes
12641 else
12642 $as_echo "$as_me: failed program was:" >&5
12643 sed 's/^/| /' conftest.$ac_ext >&5
12645 ac_cv_lib_xml2_xmlParseMemory=no
12648 rm -rf conftest.dSYM
12649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12650 conftest$ac_exeext conftest.$ac_ext
12651 LIBS=$ac_check_lib_save_LIBS
12653 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12654 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12655 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12657 cat >>confdefs.h <<\_ACEOF
12658 #define HAVE_LIBXML2 1
12659 _ACEOF
12661 XML2LIBS="$ac_xml_libs"
12662 XML2INCL="$ac_xml_cflags"
12665 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12666 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12667 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12668 $as_echo_n "(cached) " >&6
12669 else
12670 ac_check_lib_save_LIBS=$LIBS
12671 LIBS="-lxml2 $ac_xml_libs $LIBS"
12672 cat >conftest.$ac_ext <<_ACEOF
12673 /* confdefs.h. */
12674 _ACEOF
12675 cat confdefs.h >>conftest.$ac_ext
12676 cat >>conftest.$ac_ext <<_ACEOF
12677 /* end confdefs.h. */
12679 /* Override any GCC internal prototype to avoid an error.
12680 Use char because int might match the return type of a GCC
12681 builtin and then its argument prototype would still apply. */
12682 #ifdef __cplusplus
12683 extern "C"
12684 #endif
12685 char xmlReadMemory ();
12687 main ()
12689 return xmlReadMemory ();
12691 return 0;
12693 _ACEOF
12694 rm -f conftest.$ac_objext conftest$ac_exeext
12695 if { (ac_try="$ac_link"
12696 case "(($ac_try" in
12697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12698 *) ac_try_echo=$ac_try;;
12699 esac
12700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12701 $as_echo "$ac_try_echo") >&5
12702 (eval "$ac_link") 2>conftest.er1
12703 ac_status=$?
12704 grep -v '^ *+' conftest.er1 >conftest.err
12705 rm -f conftest.er1
12706 cat conftest.err >&5
12707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); } && {
12709 test -z "$ac_c_werror_flag" ||
12710 test ! -s conftest.err
12711 } && test -s conftest$ac_exeext && {
12712 test "$cross_compiling" = yes ||
12713 $as_test_x conftest$ac_exeext
12714 }; then
12715 ac_cv_lib_xml2_xmlReadMemory=yes
12716 else
12717 $as_echo "$as_me: failed program was:" >&5
12718 sed 's/^/| /' conftest.$ac_ext >&5
12720 ac_cv_lib_xml2_xmlReadMemory=no
12723 rm -rf conftest.dSYM
12724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12725 conftest$ac_exeext conftest.$ac_ext
12726 LIBS=$ac_check_lib_save_LIBS
12728 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12729 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12730 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12732 cat >>confdefs.h <<\_ACEOF
12733 #define HAVE_XMLREADMEMORY 1
12734 _ACEOF
12738 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12739 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12740 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12741 $as_echo_n "(cached) " >&6
12742 else
12743 ac_check_lib_save_LIBS=$LIBS
12744 LIBS="-lxml2 $ac_xml_libs $LIBS"
12745 cat >conftest.$ac_ext <<_ACEOF
12746 /* confdefs.h. */
12747 _ACEOF
12748 cat confdefs.h >>conftest.$ac_ext
12749 cat >>conftest.$ac_ext <<_ACEOF
12750 /* end confdefs.h. */
12752 /* Override any GCC internal prototype to avoid an error.
12753 Use char because int might match the return type of a GCC
12754 builtin and then its argument prototype would still apply. */
12755 #ifdef __cplusplus
12756 extern "C"
12757 #endif
12758 char xmlNewDocPI ();
12760 main ()
12762 return xmlNewDocPI ();
12764 return 0;
12766 _ACEOF
12767 rm -f conftest.$ac_objext conftest$ac_exeext
12768 if { (ac_try="$ac_link"
12769 case "(($ac_try" in
12770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12771 *) ac_try_echo=$ac_try;;
12772 esac
12773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12774 $as_echo "$ac_try_echo") >&5
12775 (eval "$ac_link") 2>conftest.er1
12776 ac_status=$?
12777 grep -v '^ *+' conftest.er1 >conftest.err
12778 rm -f conftest.er1
12779 cat conftest.err >&5
12780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12781 (exit $ac_status); } && {
12782 test -z "$ac_c_werror_flag" ||
12783 test ! -s conftest.err
12784 } && test -s conftest$ac_exeext && {
12785 test "$cross_compiling" = yes ||
12786 $as_test_x conftest$ac_exeext
12787 }; then
12788 ac_cv_lib_xml2_xmlNewDocPI=yes
12789 else
12790 $as_echo "$as_me: failed program was:" >&5
12791 sed 's/^/| /' conftest.$ac_ext >&5
12793 ac_cv_lib_xml2_xmlNewDocPI=no
12796 rm -rf conftest.dSYM
12797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12798 conftest$ac_exeext conftest.$ac_ext
12799 LIBS=$ac_check_lib_save_LIBS
12801 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12802 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12803 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12805 cat >>confdefs.h <<\_ACEOF
12806 #define HAVE_XMLNEWDOCPI 1
12807 _ACEOF
12814 done
12816 CPPFLAGS="$ac_save_CPPFLAGS"
12818 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12819 case "x$with_xml" in
12820 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12821 xno) ;;
12822 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12823 This is an error since --with-xml was requested." >&5
12824 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12825 This is an error since --with-xml was requested." >&2;}
12826 { (exit 1); exit 1; }; } ;;
12827 esac
12831 if test "x$with_xslt" != "xno"
12832 then
12833 if test "$PKG_CONFIG" != "false"
12834 then
12835 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12836 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12837 else
12838 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12839 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12841 ac_save_CPPFLAGS="$CPPFLAGS"
12842 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12845 for ac_header in libxslt/pattern.h libxslt/transform.h
12847 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12848 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12849 $as_echo_n "checking for $ac_header... " >&6; }
12850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12851 $as_echo_n "(cached) " >&6
12852 else
12853 cat >conftest.$ac_ext <<_ACEOF
12854 /* confdefs.h. */
12855 _ACEOF
12856 cat confdefs.h >>conftest.$ac_ext
12857 cat >>conftest.$ac_ext <<_ACEOF
12858 /* end confdefs.h. */
12859 #ifdef HAVE_LIBXSLT_PATTERN_H
12860 # include <libxslt/pattern.h>
12861 #endif
12863 #include <$ac_header>
12864 _ACEOF
12865 rm -f conftest.$ac_objext
12866 if { (ac_try="$ac_compile"
12867 case "(($ac_try" in
12868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12869 *) ac_try_echo=$ac_try;;
12870 esac
12871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12872 $as_echo "$ac_try_echo") >&5
12873 (eval "$ac_compile") 2>conftest.er1
12874 ac_status=$?
12875 grep -v '^ *+' conftest.er1 >conftest.err
12876 rm -f conftest.er1
12877 cat conftest.err >&5
12878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12879 (exit $ac_status); } && {
12880 test -z "$ac_c_werror_flag" ||
12881 test ! -s conftest.err
12882 } && test -s conftest.$ac_objext; then
12883 eval "$as_ac_Header=yes"
12884 else
12885 $as_echo "$as_me: failed program was:" >&5
12886 sed 's/^/| /' conftest.$ac_ext >&5
12888 eval "$as_ac_Header=no"
12891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12893 ac_res=`eval 'as_val=${'$as_ac_Header'}
12894 $as_echo "$as_val"'`
12895 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12896 $as_echo "$ac_res" >&6; }
12897 as_val=`eval 'as_val=${'$as_ac_Header'}
12898 $as_echo "$as_val"'`
12899 if test "x$as_val" = x""yes; then
12900 cat >>confdefs.h <<_ACEOF
12901 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12902 _ACEOF
12906 done
12908 CPPFLAGS="$ac_save_CPPFLAGS"
12909 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12910 then
12911 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12912 $as_echo_n "checking for -lxslt... " >&6; }
12913 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12914 $as_echo_n "(cached) " >&6
12915 else
12916 ac_check_soname_save_LIBS=$LIBS
12917 LIBS="-lxslt $ac_xslt_libs $LIBS"
12918 cat >conftest.$ac_ext <<_ACEOF
12919 /* confdefs.h. */
12920 _ACEOF
12921 cat confdefs.h >>conftest.$ac_ext
12922 cat >>conftest.$ac_ext <<_ACEOF
12923 /* end confdefs.h. */
12925 /* Override any GCC internal prototype to avoid an error.
12926 Use char because int might match the return type of a GCC
12927 builtin and then its argument prototype would still apply. */
12928 #ifdef __cplusplus
12929 extern "C"
12930 #endif
12931 char xsltCompilePattern ();
12933 main ()
12935 return xsltCompilePattern ();
12937 return 0;
12939 _ACEOF
12940 rm -f conftest.$ac_objext conftest$ac_exeext
12941 if { (ac_try="$ac_link"
12942 case "(($ac_try" in
12943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12944 *) ac_try_echo=$ac_try;;
12945 esac
12946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12947 $as_echo "$ac_try_echo") >&5
12948 (eval "$ac_link") 2>conftest.er1
12949 ac_status=$?
12950 grep -v '^ *+' conftest.er1 >conftest.err
12951 rm -f conftest.er1
12952 cat conftest.err >&5
12953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12954 (exit $ac_status); } && {
12955 test -z "$ac_c_werror_flag" ||
12956 test ! -s conftest.err
12957 } && test -s conftest$ac_exeext && {
12958 test "$cross_compiling" = yes ||
12959 $as_test_x conftest$ac_exeext
12960 }; then
12961 case "$LIBEXT" in
12962 dll) ;;
12963 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'` ;;
12964 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12965 esac
12966 else
12967 $as_echo "$as_me: failed program was:" >&5
12968 sed 's/^/| /' conftest.$ac_ext >&5
12973 rm -rf conftest.dSYM
12974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12975 conftest$ac_exeext conftest.$ac_ext
12976 LIBS=$ac_check_soname_save_LIBS
12978 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12979 { $as_echo "$as_me:$LINENO: result: not found" >&5
12980 $as_echo "not found" >&6; }
12982 else
12983 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12984 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12986 cat >>confdefs.h <<_ACEOF
12987 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12988 _ACEOF
12990 XSLTINCL="$ac_xslt_cflags"
12995 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12996 case "x$with_xslt" in
12997 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12998 xno) ;;
12999 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13000 This is an error since --with-xslt was requested." >&5
13001 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13002 This is an error since --with-xslt was requested." >&2;}
13003 { (exit 1); exit 1; }; } ;;
13004 esac
13008 HALINCL=""
13010 if test "x$with_hal" != "xno"
13011 then
13012 ac_save_CPPFLAGS="$CPPFLAGS"
13013 if test "$PKG_CONFIG" != "false"
13014 then
13015 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13016 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13017 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13021 for ac_header in dbus/dbus.h hal/libhal.h
13023 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13024 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13025 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13026 $as_echo_n "checking for $ac_header... " >&6; }
13027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13028 $as_echo_n "(cached) " >&6
13030 ac_res=`eval 'as_val=${'$as_ac_Header'}
13031 $as_echo "$as_val"'`
13032 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13033 $as_echo "$ac_res" >&6; }
13034 else
13035 # Is the header compilable?
13036 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13037 $as_echo_n "checking $ac_header usability... " >&6; }
13038 cat >conftest.$ac_ext <<_ACEOF
13039 /* confdefs.h. */
13040 _ACEOF
13041 cat confdefs.h >>conftest.$ac_ext
13042 cat >>conftest.$ac_ext <<_ACEOF
13043 /* end confdefs.h. */
13044 $ac_includes_default
13045 #include <$ac_header>
13046 _ACEOF
13047 rm -f conftest.$ac_objext
13048 if { (ac_try="$ac_compile"
13049 case "(($ac_try" in
13050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13051 *) ac_try_echo=$ac_try;;
13052 esac
13053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13054 $as_echo "$ac_try_echo") >&5
13055 (eval "$ac_compile") 2>conftest.er1
13056 ac_status=$?
13057 grep -v '^ *+' conftest.er1 >conftest.err
13058 rm -f conftest.er1
13059 cat conftest.err >&5
13060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13061 (exit $ac_status); } && {
13062 test -z "$ac_c_werror_flag" ||
13063 test ! -s conftest.err
13064 } && test -s conftest.$ac_objext; then
13065 ac_header_compiler=yes
13066 else
13067 $as_echo "$as_me: failed program was:" >&5
13068 sed 's/^/| /' conftest.$ac_ext >&5
13070 ac_header_compiler=no
13073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13074 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13075 $as_echo "$ac_header_compiler" >&6; }
13077 # Is the header present?
13078 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13079 $as_echo_n "checking $ac_header presence... " >&6; }
13080 cat >conftest.$ac_ext <<_ACEOF
13081 /* confdefs.h. */
13082 _ACEOF
13083 cat confdefs.h >>conftest.$ac_ext
13084 cat >>conftest.$ac_ext <<_ACEOF
13085 /* end confdefs.h. */
13086 #include <$ac_header>
13087 _ACEOF
13088 if { (ac_try="$ac_cpp conftest.$ac_ext"
13089 case "(($ac_try" in
13090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091 *) ac_try_echo=$ac_try;;
13092 esac
13093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13094 $as_echo "$ac_try_echo") >&5
13095 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13096 ac_status=$?
13097 grep -v '^ *+' conftest.er1 >conftest.err
13098 rm -f conftest.er1
13099 cat conftest.err >&5
13100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101 (exit $ac_status); } >/dev/null && {
13102 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13103 test ! -s conftest.err
13104 }; then
13105 ac_header_preproc=yes
13106 else
13107 $as_echo "$as_me: failed program was:" >&5
13108 sed 's/^/| /' conftest.$ac_ext >&5
13110 ac_header_preproc=no
13113 rm -f conftest.err conftest.$ac_ext
13114 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13115 $as_echo "$ac_header_preproc" >&6; }
13117 # So? What about this header?
13118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13119 yes:no: )
13120 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13121 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13122 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13123 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13124 ac_header_preproc=yes
13126 no:yes:* )
13127 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13128 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13129 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13130 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13131 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13132 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13133 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13134 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13135 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13136 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13137 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13138 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13139 ( cat <<\_ASBOX
13140 ## ------------------------------------ ##
13141 ## Report this to wine-devel@winehq.org ##
13142 ## ------------------------------------ ##
13143 _ASBOX
13144 ) | sed "s/^/$as_me: WARNING: /" >&2
13146 esac
13147 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13148 $as_echo_n "checking for $ac_header... " >&6; }
13149 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13150 $as_echo_n "(cached) " >&6
13151 else
13152 eval "$as_ac_Header=\$ac_header_preproc"
13154 ac_res=`eval 'as_val=${'$as_ac_Header'}
13155 $as_echo "$as_val"'`
13156 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13157 $as_echo "$ac_res" >&6; }
13160 as_val=`eval 'as_val=${'$as_ac_Header'}
13161 $as_echo "$as_val"'`
13162 if test "x$as_val" = x""yes; then
13163 cat >>confdefs.h <<_ACEOF
13164 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13165 _ACEOF
13169 done
13171 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13172 then
13173 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13174 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13175 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13176 $as_echo_n "(cached) " >&6
13177 else
13178 ac_check_lib_save_LIBS=$LIBS
13179 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13180 cat >conftest.$ac_ext <<_ACEOF
13181 /* confdefs.h. */
13182 _ACEOF
13183 cat confdefs.h >>conftest.$ac_ext
13184 cat >>conftest.$ac_ext <<_ACEOF
13185 /* end confdefs.h. */
13187 /* Override any GCC internal prototype to avoid an error.
13188 Use char because int might match the return type of a GCC
13189 builtin and then its argument prototype would still apply. */
13190 #ifdef __cplusplus
13191 extern "C"
13192 #endif
13193 char dbus_connection_close ();
13195 main ()
13197 return dbus_connection_close ();
13199 return 0;
13201 _ACEOF
13202 rm -f conftest.$ac_objext conftest$ac_exeext
13203 if { (ac_try="$ac_link"
13204 case "(($ac_try" in
13205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13206 *) ac_try_echo=$ac_try;;
13207 esac
13208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13209 $as_echo "$ac_try_echo") >&5
13210 (eval "$ac_link") 2>conftest.er1
13211 ac_status=$?
13212 grep -v '^ *+' conftest.er1 >conftest.err
13213 rm -f conftest.er1
13214 cat conftest.err >&5
13215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13216 (exit $ac_status); } && {
13217 test -z "$ac_c_werror_flag" ||
13218 test ! -s conftest.err
13219 } && test -s conftest$ac_exeext && {
13220 test "$cross_compiling" = yes ||
13221 $as_test_x conftest$ac_exeext
13222 }; then
13223 ac_cv_lib_dbus_1_dbus_connection_close=yes
13224 else
13225 $as_echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13228 ac_cv_lib_dbus_1_dbus_connection_close=no
13231 rm -rf conftest.dSYM
13232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13233 conftest$ac_exeext conftest.$ac_ext
13234 LIBS=$ac_check_lib_save_LIBS
13236 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13237 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13238 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13239 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13240 $as_echo_n "checking for -lhal... " >&6; }
13241 if test "${ac_cv_lib_soname_hal+set}" = set; then
13242 $as_echo_n "(cached) " >&6
13243 else
13244 ac_check_soname_save_LIBS=$LIBS
13245 LIBS="-lhal $ac_hal_libs $LIBS"
13246 cat >conftest.$ac_ext <<_ACEOF
13247 /* confdefs.h. */
13248 _ACEOF
13249 cat confdefs.h >>conftest.$ac_ext
13250 cat >>conftest.$ac_ext <<_ACEOF
13251 /* end confdefs.h. */
13253 /* Override any GCC internal prototype to avoid an error.
13254 Use char because int might match the return type of a GCC
13255 builtin and then its argument prototype would still apply. */
13256 #ifdef __cplusplus
13257 extern "C"
13258 #endif
13259 char libhal_ctx_new ();
13261 main ()
13263 return libhal_ctx_new ();
13265 return 0;
13267 _ACEOF
13268 rm -f conftest.$ac_objext conftest$ac_exeext
13269 if { (ac_try="$ac_link"
13270 case "(($ac_try" in
13271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13272 *) ac_try_echo=$ac_try;;
13273 esac
13274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13275 $as_echo "$ac_try_echo") >&5
13276 (eval "$ac_link") 2>conftest.er1
13277 ac_status=$?
13278 grep -v '^ *+' conftest.er1 >conftest.err
13279 rm -f conftest.er1
13280 cat conftest.err >&5
13281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13282 (exit $ac_status); } && {
13283 test -z "$ac_c_werror_flag" ||
13284 test ! -s conftest.err
13285 } && test -s conftest$ac_exeext && {
13286 test "$cross_compiling" = yes ||
13287 $as_test_x conftest$ac_exeext
13288 }; then
13289 case "$LIBEXT" in
13290 dll) ;;
13291 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'` ;;
13292 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13293 esac
13294 else
13295 $as_echo "$as_me: failed program was:" >&5
13296 sed 's/^/| /' conftest.$ac_ext >&5
13301 rm -rf conftest.dSYM
13302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13303 conftest$ac_exeext conftest.$ac_ext
13304 LIBS=$ac_check_soname_save_LIBS
13306 if test "x$ac_cv_lib_soname_hal" = "x"; then
13307 { $as_echo "$as_me:$LINENO: result: not found" >&5
13308 $as_echo "not found" >&6; }
13310 else
13311 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13312 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13314 cat >>confdefs.h <<_ACEOF
13315 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13316 _ACEOF
13318 HALINCL="$ac_hal_cflags"
13324 CPPFLAGS="$ac_save_CPPFLAGS"
13326 if test "x$ac_cv_lib_soname_hal" = "x"; then
13327 case "x$with_hal" in
13328 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13329 xno) ;;
13330 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13331 This is an error since --with-hal was requested." >&5
13332 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13333 This is an error since --with-hal was requested." >&2;}
13334 { (exit 1); exit 1; }; } ;;
13335 esac
13339 if test "x$with_gnutls" != "xno"
13340 then
13341 ac_save_CPPFLAGS="$CPPFLAGS"
13342 if test "$PKG_CONFIG" != "false"
13343 then
13344 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13345 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13346 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13348 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13349 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13350 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13351 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13352 $as_echo_n "(cached) " >&6
13354 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13355 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13356 else
13357 # Is the header compilable?
13358 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13359 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13360 cat >conftest.$ac_ext <<_ACEOF
13361 /* confdefs.h. */
13362 _ACEOF
13363 cat confdefs.h >>conftest.$ac_ext
13364 cat >>conftest.$ac_ext <<_ACEOF
13365 /* end confdefs.h. */
13366 $ac_includes_default
13367 #include <gnutls/gnutls.h>
13368 _ACEOF
13369 rm -f conftest.$ac_objext
13370 if { (ac_try="$ac_compile"
13371 case "(($ac_try" in
13372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13373 *) ac_try_echo=$ac_try;;
13374 esac
13375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13376 $as_echo "$ac_try_echo") >&5
13377 (eval "$ac_compile") 2>conftest.er1
13378 ac_status=$?
13379 grep -v '^ *+' conftest.er1 >conftest.err
13380 rm -f conftest.er1
13381 cat conftest.err >&5
13382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); } && {
13384 test -z "$ac_c_werror_flag" ||
13385 test ! -s conftest.err
13386 } && test -s conftest.$ac_objext; then
13387 ac_header_compiler=yes
13388 else
13389 $as_echo "$as_me: failed program was:" >&5
13390 sed 's/^/| /' conftest.$ac_ext >&5
13392 ac_header_compiler=no
13395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13396 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13397 $as_echo "$ac_header_compiler" >&6; }
13399 # Is the header present?
13400 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13401 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13402 cat >conftest.$ac_ext <<_ACEOF
13403 /* confdefs.h. */
13404 _ACEOF
13405 cat confdefs.h >>conftest.$ac_ext
13406 cat >>conftest.$ac_ext <<_ACEOF
13407 /* end confdefs.h. */
13408 #include <gnutls/gnutls.h>
13409 _ACEOF
13410 if { (ac_try="$ac_cpp conftest.$ac_ext"
13411 case "(($ac_try" in
13412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13413 *) ac_try_echo=$ac_try;;
13414 esac
13415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13416 $as_echo "$ac_try_echo") >&5
13417 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13418 ac_status=$?
13419 grep -v '^ *+' conftest.er1 >conftest.err
13420 rm -f conftest.er1
13421 cat conftest.err >&5
13422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13423 (exit $ac_status); } >/dev/null && {
13424 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13425 test ! -s conftest.err
13426 }; then
13427 ac_header_preproc=yes
13428 else
13429 $as_echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.$ac_ext >&5
13432 ac_header_preproc=no
13435 rm -f conftest.err conftest.$ac_ext
13436 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13437 $as_echo "$ac_header_preproc" >&6; }
13439 # So? What about this header?
13440 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13441 yes:no: )
13442 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13443 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13444 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13445 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13446 ac_header_preproc=yes
13448 no:yes:* )
13449 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13450 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13451 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13452 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13453 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13454 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13455 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13456 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13457 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13458 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13459 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13460 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13461 ( cat <<\_ASBOX
13462 ## ------------------------------------ ##
13463 ## Report this to wine-devel@winehq.org ##
13464 ## ------------------------------------ ##
13465 _ASBOX
13466 ) | sed "s/^/$as_me: WARNING: /" >&2
13468 esac
13469 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13470 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13471 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13472 $as_echo_n "(cached) " >&6
13473 else
13474 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13476 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13477 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13480 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13481 cat >conftest.$ac_ext <<_ACEOF
13482 /* confdefs.h. */
13483 _ACEOF
13484 cat confdefs.h >>conftest.$ac_ext
13485 cat >>conftest.$ac_ext <<_ACEOF
13486 /* end confdefs.h. */
13487 #include <gnutls/gnutls.h>
13489 main ()
13491 typeof(gnutls_mac_get_key_size) *pfunc;
13493 return 0;
13495 _ACEOF
13496 rm -f conftest.$ac_objext
13497 if { (ac_try="$ac_compile"
13498 case "(($ac_try" in
13499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13500 *) ac_try_echo=$ac_try;;
13501 esac
13502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13503 $as_echo "$ac_try_echo") >&5
13504 (eval "$ac_compile") 2>conftest.er1
13505 ac_status=$?
13506 grep -v '^ *+' conftest.er1 >conftest.err
13507 rm -f conftest.er1
13508 cat conftest.err >&5
13509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && {
13511 test -z "$ac_c_werror_flag" ||
13512 test ! -s conftest.err
13513 } && test -s conftest.$ac_objext; then
13514 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13515 $as_echo_n "checking for -lgnutls... " >&6; }
13516 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13517 $as_echo_n "(cached) " >&6
13518 else
13519 ac_check_soname_save_LIBS=$LIBS
13520 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13521 cat >conftest.$ac_ext <<_ACEOF
13522 /* confdefs.h. */
13523 _ACEOF
13524 cat confdefs.h >>conftest.$ac_ext
13525 cat >>conftest.$ac_ext <<_ACEOF
13526 /* end confdefs.h. */
13528 /* Override any GCC internal prototype to avoid an error.
13529 Use char because int might match the return type of a GCC
13530 builtin and then its argument prototype would still apply. */
13531 #ifdef __cplusplus
13532 extern "C"
13533 #endif
13534 char gnutls_global_init ();
13536 main ()
13538 return gnutls_global_init ();
13540 return 0;
13542 _ACEOF
13543 rm -f conftest.$ac_objext conftest$ac_exeext
13544 if { (ac_try="$ac_link"
13545 case "(($ac_try" in
13546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13547 *) ac_try_echo=$ac_try;;
13548 esac
13549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13550 $as_echo "$ac_try_echo") >&5
13551 (eval "$ac_link") 2>conftest.er1
13552 ac_status=$?
13553 grep -v '^ *+' conftest.er1 >conftest.err
13554 rm -f conftest.er1
13555 cat conftest.err >&5
13556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13557 (exit $ac_status); } && {
13558 test -z "$ac_c_werror_flag" ||
13559 test ! -s conftest.err
13560 } && test -s conftest$ac_exeext && {
13561 test "$cross_compiling" = yes ||
13562 $as_test_x conftest$ac_exeext
13563 }; then
13564 case "$LIBEXT" in
13565 dll) ;;
13566 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'` ;;
13567 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13568 esac
13569 else
13570 $as_echo "$as_me: failed program was:" >&5
13571 sed 's/^/| /' conftest.$ac_ext >&5
13576 rm -rf conftest.dSYM
13577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13578 conftest$ac_exeext conftest.$ac_ext
13579 LIBS=$ac_check_soname_save_LIBS
13581 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13582 { $as_echo "$as_me:$LINENO: result: not found" >&5
13583 $as_echo "not found" >&6; }
13585 else
13586 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13587 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13589 cat >>confdefs.h <<_ACEOF
13590 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13591 _ACEOF
13593 GNUTLSINCL="$ac_gnutls_cflags"
13597 else
13598 $as_echo "$as_me: failed program was:" >&5
13599 sed 's/^/| /' conftest.$ac_ext >&5
13604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13608 CPPFLAGS="$ac_save_CPPFLAGS"
13610 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13611 case "x$with_gnutls" in
13612 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13613 xno) ;;
13614 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13615 This is an error since --with-gnutls was requested." >&5
13616 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13617 This is an error since --with-gnutls was requested." >&2;}
13618 { (exit 1); exit 1; }; } ;;
13619 esac
13623 CURSESLIBS=""
13624 if test "$ac_cv_header_ncurses_h" = "yes"
13625 then
13626 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13627 $as_echo_n "checking for -lncurses... " >&6; }
13628 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13629 $as_echo_n "(cached) " >&6
13630 else
13631 ac_check_soname_save_LIBS=$LIBS
13632 LIBS="-lncurses $LIBS"
13633 cat >conftest.$ac_ext <<_ACEOF
13634 /* confdefs.h. */
13635 _ACEOF
13636 cat confdefs.h >>conftest.$ac_ext
13637 cat >>conftest.$ac_ext <<_ACEOF
13638 /* end confdefs.h. */
13640 /* Override any GCC internal prototype to avoid an error.
13641 Use char because int might match the return type of a GCC
13642 builtin and then its argument prototype would still apply. */
13643 #ifdef __cplusplus
13644 extern "C"
13645 #endif
13646 char waddch ();
13648 main ()
13650 return waddch ();
13652 return 0;
13654 _ACEOF
13655 rm -f conftest.$ac_objext conftest$ac_exeext
13656 if { (ac_try="$ac_link"
13657 case "(($ac_try" in
13658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13659 *) ac_try_echo=$ac_try;;
13660 esac
13661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13662 $as_echo "$ac_try_echo") >&5
13663 (eval "$ac_link") 2>conftest.er1
13664 ac_status=$?
13665 grep -v '^ *+' conftest.er1 >conftest.err
13666 rm -f conftest.er1
13667 cat conftest.err >&5
13668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13669 (exit $ac_status); } && {
13670 test -z "$ac_c_werror_flag" ||
13671 test ! -s conftest.err
13672 } && test -s conftest$ac_exeext && {
13673 test "$cross_compiling" = yes ||
13674 $as_test_x conftest$ac_exeext
13675 }; then
13676 case "$LIBEXT" in
13677 dll) ;;
13678 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'` ;;
13679 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13680 esac
13681 else
13682 $as_echo "$as_me: failed program was:" >&5
13683 sed 's/^/| /' conftest.$ac_ext >&5
13688 rm -rf conftest.dSYM
13689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13690 conftest$ac_exeext conftest.$ac_ext
13691 LIBS=$ac_check_soname_save_LIBS
13693 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13694 { $as_echo "$as_me:$LINENO: result: not found" >&5
13695 $as_echo "not found" >&6; }
13697 else
13698 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13699 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13701 cat >>confdefs.h <<_ACEOF
13702 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13703 _ACEOF
13705 CURSESLIBS="-lncurses"
13708 elif test "$ac_cv_header_curses_h" = "yes"
13709 then
13710 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13711 $as_echo_n "checking for -lcurses... " >&6; }
13712 if test "${ac_cv_lib_soname_curses+set}" = set; then
13713 $as_echo_n "(cached) " >&6
13714 else
13715 ac_check_soname_save_LIBS=$LIBS
13716 LIBS="-lcurses $LIBS"
13717 cat >conftest.$ac_ext <<_ACEOF
13718 /* confdefs.h. */
13719 _ACEOF
13720 cat confdefs.h >>conftest.$ac_ext
13721 cat >>conftest.$ac_ext <<_ACEOF
13722 /* end confdefs.h. */
13724 /* Override any GCC internal prototype to avoid an error.
13725 Use char because int might match the return type of a GCC
13726 builtin and then its argument prototype would still apply. */
13727 #ifdef __cplusplus
13728 extern "C"
13729 #endif
13730 char waddch ();
13732 main ()
13734 return waddch ();
13736 return 0;
13738 _ACEOF
13739 rm -f conftest.$ac_objext conftest$ac_exeext
13740 if { (ac_try="$ac_link"
13741 case "(($ac_try" in
13742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13743 *) ac_try_echo=$ac_try;;
13744 esac
13745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13746 $as_echo "$ac_try_echo") >&5
13747 (eval "$ac_link") 2>conftest.er1
13748 ac_status=$?
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
13752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } && {
13754 test -z "$ac_c_werror_flag" ||
13755 test ! -s conftest.err
13756 } && test -s conftest$ac_exeext && {
13757 test "$cross_compiling" = yes ||
13758 $as_test_x conftest$ac_exeext
13759 }; then
13760 case "$LIBEXT" in
13761 dll) ;;
13762 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'` ;;
13763 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13764 esac
13765 else
13766 $as_echo "$as_me: failed program was:" >&5
13767 sed 's/^/| /' conftest.$ac_ext >&5
13772 rm -rf conftest.dSYM
13773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13774 conftest$ac_exeext conftest.$ac_ext
13775 LIBS=$ac_check_soname_save_LIBS
13777 if test "x$ac_cv_lib_soname_curses" = "x"; then
13778 { $as_echo "$as_me:$LINENO: result: not found" >&5
13779 $as_echo "not found" >&6; }
13781 else
13782 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13783 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13785 cat >>confdefs.h <<_ACEOF
13786 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13787 _ACEOF
13789 CURSESLIBS="-lcurses"
13793 ac_save_LIBS="$LIBS"
13794 LIBS="$LIBS $CURSESLIBS"
13796 for ac_func in mousemask
13798 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13799 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13800 $as_echo_n "checking for $ac_func... " >&6; }
13801 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13802 $as_echo_n "(cached) " >&6
13803 else
13804 cat >conftest.$ac_ext <<_ACEOF
13805 /* confdefs.h. */
13806 _ACEOF
13807 cat confdefs.h >>conftest.$ac_ext
13808 cat >>conftest.$ac_ext <<_ACEOF
13809 /* end confdefs.h. */
13810 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13811 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13812 #define $ac_func innocuous_$ac_func
13814 /* System header to define __stub macros and hopefully few prototypes,
13815 which can conflict with char $ac_func (); below.
13816 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13817 <limits.h> exists even on freestanding compilers. */
13819 #ifdef __STDC__
13820 # include <limits.h>
13821 #else
13822 # include <assert.h>
13823 #endif
13825 #undef $ac_func
13827 /* Override any GCC internal prototype to avoid an error.
13828 Use char because int might match the return type of a GCC
13829 builtin and then its argument prototype would still apply. */
13830 #ifdef __cplusplus
13831 extern "C"
13832 #endif
13833 char $ac_func ();
13834 /* The GNU C library defines this for functions which it implements
13835 to always fail with ENOSYS. Some functions are actually named
13836 something starting with __ and the normal name is an alias. */
13837 #if defined __stub_$ac_func || defined __stub___$ac_func
13838 choke me
13839 #endif
13842 main ()
13844 return $ac_func ();
13846 return 0;
13848 _ACEOF
13849 rm -f conftest.$ac_objext conftest$ac_exeext
13850 if { (ac_try="$ac_link"
13851 case "(($ac_try" in
13852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13853 *) ac_try_echo=$ac_try;;
13854 esac
13855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13856 $as_echo "$ac_try_echo") >&5
13857 (eval "$ac_link") 2>conftest.er1
13858 ac_status=$?
13859 grep -v '^ *+' conftest.er1 >conftest.err
13860 rm -f conftest.er1
13861 cat conftest.err >&5
13862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13863 (exit $ac_status); } && {
13864 test -z "$ac_c_werror_flag" ||
13865 test ! -s conftest.err
13866 } && test -s conftest$ac_exeext && {
13867 test "$cross_compiling" = yes ||
13868 $as_test_x conftest$ac_exeext
13869 }; then
13870 eval "$as_ac_var=yes"
13871 else
13872 $as_echo "$as_me: failed program was:" >&5
13873 sed 's/^/| /' conftest.$ac_ext >&5
13875 eval "$as_ac_var=no"
13878 rm -rf conftest.dSYM
13879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13880 conftest$ac_exeext conftest.$ac_ext
13882 ac_res=`eval 'as_val=${'$as_ac_var'}
13883 $as_echo "$as_val"'`
13884 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13885 $as_echo "$ac_res" >&6; }
13886 as_val=`eval 'as_val=${'$as_ac_var'}
13887 $as_echo "$as_val"'`
13888 if test "x$as_val" = x""yes; then
13889 cat >>confdefs.h <<_ACEOF
13890 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13891 _ACEOF
13894 done
13896 LIBS="$ac_save_LIBS"
13897 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13898 case "x$with_curses" in
13899 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13900 xno) ;;
13901 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13902 This is an error since --with-curses was requested." >&5
13903 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13904 This is an error since --with-curses was requested." >&2;}
13905 { (exit 1); exit 1; }; } ;;
13906 esac
13910 if test "x$with_sane" != "xno"
13911 then
13912 ac_save_CPPFLAGS="$CPPFLAGS"
13913 # Extract the first word of "sane-config", so it can be a program name with args.
13914 set dummy sane-config; ac_word=$2
13915 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13916 $as_echo_n "checking for $ac_word... " >&6; }
13917 if test "${ac_cv_prog_sane_devel+set}" = set; then
13918 $as_echo_n "(cached) " >&6
13919 else
13920 if test -n "$sane_devel"; then
13921 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13922 else
13923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13924 for as_dir in $PATH
13926 IFS=$as_save_IFS
13927 test -z "$as_dir" && as_dir=.
13928 for ac_exec_ext in '' $ac_executable_extensions; do
13929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13930 ac_cv_prog_sane_devel="sane-config"
13931 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13932 break 2
13934 done
13935 done
13936 IFS=$as_save_IFS
13938 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13941 sane_devel=$ac_cv_prog_sane_devel
13942 if test -n "$sane_devel"; then
13943 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13944 $as_echo "$sane_devel" >&6; }
13945 else
13946 { $as_echo "$as_me:$LINENO: result: no" >&5
13947 $as_echo "no" >&6; }
13951 if test "$sane_devel" != "no"
13952 then
13953 ac_sane_incl="`$sane_devel --cflags`"
13954 ac_sane_libs="`$sane_devel --ldflags`"
13955 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13957 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13958 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13959 $as_echo_n "checking for sane/sane.h... " >&6; }
13960 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13961 $as_echo_n "(cached) " >&6
13963 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13964 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13965 else
13966 # Is the header compilable?
13967 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13968 $as_echo_n "checking sane/sane.h usability... " >&6; }
13969 cat >conftest.$ac_ext <<_ACEOF
13970 /* confdefs.h. */
13971 _ACEOF
13972 cat confdefs.h >>conftest.$ac_ext
13973 cat >>conftest.$ac_ext <<_ACEOF
13974 /* end confdefs.h. */
13975 $ac_includes_default
13976 #include <sane/sane.h>
13977 _ACEOF
13978 rm -f conftest.$ac_objext
13979 if { (ac_try="$ac_compile"
13980 case "(($ac_try" in
13981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13982 *) ac_try_echo=$ac_try;;
13983 esac
13984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13985 $as_echo "$ac_try_echo") >&5
13986 (eval "$ac_compile") 2>conftest.er1
13987 ac_status=$?
13988 grep -v '^ *+' conftest.er1 >conftest.err
13989 rm -f conftest.er1
13990 cat conftest.err >&5
13991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } && {
13993 test -z "$ac_c_werror_flag" ||
13994 test ! -s conftest.err
13995 } && test -s conftest.$ac_objext; then
13996 ac_header_compiler=yes
13997 else
13998 $as_echo "$as_me: failed program was:" >&5
13999 sed 's/^/| /' conftest.$ac_ext >&5
14001 ac_header_compiler=no
14004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14005 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14006 $as_echo "$ac_header_compiler" >&6; }
14008 # Is the header present?
14009 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14010 $as_echo_n "checking sane/sane.h presence... " >&6; }
14011 cat >conftest.$ac_ext <<_ACEOF
14012 /* confdefs.h. */
14013 _ACEOF
14014 cat confdefs.h >>conftest.$ac_ext
14015 cat >>conftest.$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 #include <sane/sane.h>
14018 _ACEOF
14019 if { (ac_try="$ac_cpp conftest.$ac_ext"
14020 case "(($ac_try" in
14021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14022 *) ac_try_echo=$ac_try;;
14023 esac
14024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14025 $as_echo "$ac_try_echo") >&5
14026 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14027 ac_status=$?
14028 grep -v '^ *+' conftest.er1 >conftest.err
14029 rm -f conftest.er1
14030 cat conftest.err >&5
14031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } >/dev/null && {
14033 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 }; then
14036 ac_header_preproc=yes
14037 else
14038 $as_echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.$ac_ext >&5
14041 ac_header_preproc=no
14044 rm -f conftest.err conftest.$ac_ext
14045 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14046 $as_echo "$ac_header_preproc" >&6; }
14048 # So? What about this header?
14049 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14050 yes:no: )
14051 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14052 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14053 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14054 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14055 ac_header_preproc=yes
14057 no:yes:* )
14058 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14059 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14060 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
14061 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
14062 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14063 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14064 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
14065 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
14066 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14067 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14068 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14069 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14070 ( cat <<\_ASBOX
14071 ## ------------------------------------ ##
14072 ## Report this to wine-devel@winehq.org ##
14073 ## ------------------------------------ ##
14074 _ASBOX
14075 ) | sed "s/^/$as_me: WARNING: /" >&2
14077 esac
14078 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14079 $as_echo_n "checking for sane/sane.h... " >&6; }
14080 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14081 $as_echo_n "(cached) " >&6
14082 else
14083 ac_cv_header_sane_sane_h=$ac_header_preproc
14085 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14086 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14089 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14090 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14091 $as_echo_n "checking for -lsane... " >&6; }
14092 if test "${ac_cv_lib_soname_sane+set}" = set; then
14093 $as_echo_n "(cached) " >&6
14094 else
14095 ac_check_soname_save_LIBS=$LIBS
14096 LIBS="-lsane $ac_sane_libs $LIBS"
14097 cat >conftest.$ac_ext <<_ACEOF
14098 /* confdefs.h. */
14099 _ACEOF
14100 cat confdefs.h >>conftest.$ac_ext
14101 cat >>conftest.$ac_ext <<_ACEOF
14102 /* end confdefs.h. */
14104 /* Override any GCC internal prototype to avoid an error.
14105 Use char because int might match the return type of a GCC
14106 builtin and then its argument prototype would still apply. */
14107 #ifdef __cplusplus
14108 extern "C"
14109 #endif
14110 char sane_init ();
14112 main ()
14114 return sane_init ();
14116 return 0;
14118 _ACEOF
14119 rm -f conftest.$ac_objext conftest$ac_exeext
14120 if { (ac_try="$ac_link"
14121 case "(($ac_try" in
14122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14123 *) ac_try_echo=$ac_try;;
14124 esac
14125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14126 $as_echo "$ac_try_echo") >&5
14127 (eval "$ac_link") 2>conftest.er1
14128 ac_status=$?
14129 grep -v '^ *+' conftest.er1 >conftest.err
14130 rm -f conftest.er1
14131 cat conftest.err >&5
14132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14133 (exit $ac_status); } && {
14134 test -z "$ac_c_werror_flag" ||
14135 test ! -s conftest.err
14136 } && test -s conftest$ac_exeext && {
14137 test "$cross_compiling" = yes ||
14138 $as_test_x conftest$ac_exeext
14139 }; then
14140 case "$LIBEXT" in
14141 dll) ;;
14142 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'` ;;
14143 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14144 esac
14145 else
14146 $as_echo "$as_me: failed program was:" >&5
14147 sed 's/^/| /' conftest.$ac_ext >&5
14152 rm -rf conftest.dSYM
14153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14154 conftest$ac_exeext conftest.$ac_ext
14155 LIBS=$ac_check_soname_save_LIBS
14157 if test "x$ac_cv_lib_soname_sane" = "x"; then
14158 { $as_echo "$as_me:$LINENO: result: not found" >&5
14159 $as_echo "not found" >&6; }
14161 else
14162 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14163 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14165 cat >>confdefs.h <<_ACEOF
14166 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14167 _ACEOF
14169 SANEINCL="$ac_sane_incl"
14176 CPPFLAGS="$ac_save_CPPFLAGS"
14178 if test "x$ac_cv_lib_soname_sane" = "x"; then
14179 case "x$with_sane" in
14180 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14181 xno) ;;
14182 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14183 This is an error since --with-sane was requested." >&5
14184 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14185 This is an error since --with-sane was requested." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14187 esac
14191 if test "x$with_gphoto" != "xno"
14192 then
14193 ac_save_CPPFLAGS="$CPPFLAGS"
14194 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14195 set dummy gphoto2-config; ac_word=$2
14196 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14197 $as_echo_n "checking for $ac_word... " >&6; }
14198 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14199 $as_echo_n "(cached) " >&6
14200 else
14201 if test -n "$gphoto2_devel"; then
14202 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14203 else
14204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14205 for as_dir in $PATH
14207 IFS=$as_save_IFS
14208 test -z "$as_dir" && as_dir=.
14209 for ac_exec_ext in '' $ac_executable_extensions; do
14210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14211 ac_cv_prog_gphoto2_devel="gphoto2-config"
14212 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14213 break 2
14215 done
14216 done
14217 IFS=$as_save_IFS
14219 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14222 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14223 if test -n "$gphoto2_devel"; then
14224 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14225 $as_echo "$gphoto2_devel" >&6; }
14226 else
14227 { $as_echo "$as_me:$LINENO: result: no" >&5
14228 $as_echo "no" >&6; }
14232 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14233 set dummy gphoto2-port-config; ac_word=$2
14234 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14235 $as_echo_n "checking for $ac_word... " >&6; }
14236 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14237 $as_echo_n "(cached) " >&6
14238 else
14239 if test -n "$gphoto2port_devel"; then
14240 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14241 else
14242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14243 for as_dir in $PATH
14245 IFS=$as_save_IFS
14246 test -z "$as_dir" && as_dir=.
14247 for ac_exec_ext in '' $ac_executable_extensions; do
14248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14249 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14250 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14251 break 2
14253 done
14254 done
14255 IFS=$as_save_IFS
14257 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14260 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14261 if test -n "$gphoto2port_devel"; then
14262 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14263 $as_echo "$gphoto2port_devel" >&6; }
14264 else
14265 { $as_echo "$as_me:$LINENO: result: no" >&5
14266 $as_echo "no" >&6; }
14270 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14271 then
14272 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14273 ac_gphoto2_libs=""
14274 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14276 case "$i" in
14277 -L/usr/lib|-L/usr/lib64) ;;
14278 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14279 esac
14280 done
14281 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14283 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14284 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14285 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14286 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14287 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14288 $as_echo_n "(cached) " >&6
14290 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14291 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14292 else
14293 # Is the header compilable?
14294 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14295 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14296 cat >conftest.$ac_ext <<_ACEOF
14297 /* confdefs.h. */
14298 _ACEOF
14299 cat confdefs.h >>conftest.$ac_ext
14300 cat >>conftest.$ac_ext <<_ACEOF
14301 /* end confdefs.h. */
14302 $ac_includes_default
14303 #include <gphoto2-camera.h>
14304 _ACEOF
14305 rm -f conftest.$ac_objext
14306 if { (ac_try="$ac_compile"
14307 case "(($ac_try" in
14308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14309 *) ac_try_echo=$ac_try;;
14310 esac
14311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14312 $as_echo "$ac_try_echo") >&5
14313 (eval "$ac_compile") 2>conftest.er1
14314 ac_status=$?
14315 grep -v '^ *+' conftest.er1 >conftest.err
14316 rm -f conftest.er1
14317 cat conftest.err >&5
14318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14319 (exit $ac_status); } && {
14320 test -z "$ac_c_werror_flag" ||
14321 test ! -s conftest.err
14322 } && test -s conftest.$ac_objext; then
14323 ac_header_compiler=yes
14324 else
14325 $as_echo "$as_me: failed program was:" >&5
14326 sed 's/^/| /' conftest.$ac_ext >&5
14328 ac_header_compiler=no
14331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14332 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14333 $as_echo "$ac_header_compiler" >&6; }
14335 # Is the header present?
14336 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14337 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14338 cat >conftest.$ac_ext <<_ACEOF
14339 /* confdefs.h. */
14340 _ACEOF
14341 cat confdefs.h >>conftest.$ac_ext
14342 cat >>conftest.$ac_ext <<_ACEOF
14343 /* end confdefs.h. */
14344 #include <gphoto2-camera.h>
14345 _ACEOF
14346 if { (ac_try="$ac_cpp conftest.$ac_ext"
14347 case "(($ac_try" in
14348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14349 *) ac_try_echo=$ac_try;;
14350 esac
14351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14352 $as_echo "$ac_try_echo") >&5
14353 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14354 ac_status=$?
14355 grep -v '^ *+' conftest.er1 >conftest.err
14356 rm -f conftest.er1
14357 cat conftest.err >&5
14358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } >/dev/null && {
14360 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14361 test ! -s conftest.err
14362 }; then
14363 ac_header_preproc=yes
14364 else
14365 $as_echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 ac_header_preproc=no
14371 rm -f conftest.err conftest.$ac_ext
14372 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14373 $as_echo "$ac_header_preproc" >&6; }
14375 # So? What about this header?
14376 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14377 yes:no: )
14378 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14379 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14380 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14381 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14382 ac_header_preproc=yes
14384 no:yes:* )
14385 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14386 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14387 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14388 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14389 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14390 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14391 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14392 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14393 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14394 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14395 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14396 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14397 ( cat <<\_ASBOX
14398 ## ------------------------------------ ##
14399 ## Report this to wine-devel@winehq.org ##
14400 ## ------------------------------------ ##
14401 _ASBOX
14402 ) | sed "s/^/$as_me: WARNING: /" >&2
14404 esac
14405 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14406 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14407 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14408 $as_echo_n "(cached) " >&6
14409 else
14410 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14412 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14413 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14416 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14417 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14418 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14419 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14420 $as_echo_n "(cached) " >&6
14421 else
14422 ac_check_lib_save_LIBS=$LIBS
14423 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
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. */
14431 /* Override any GCC internal prototype to avoid an error.
14432 Use char because int might match the return type of a GCC
14433 builtin and then its argument prototype would still apply. */
14434 #ifdef __cplusplus
14435 extern "C"
14436 #endif
14437 char gp_camera_new ();
14439 main ()
14441 return gp_camera_new ();
14443 return 0;
14445 _ACEOF
14446 rm -f conftest.$ac_objext conftest$ac_exeext
14447 if { (ac_try="$ac_link"
14448 case "(($ac_try" in
14449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14450 *) ac_try_echo=$ac_try;;
14451 esac
14452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14453 $as_echo "$ac_try_echo") >&5
14454 (eval "$ac_link") 2>conftest.er1
14455 ac_status=$?
14456 grep -v '^ *+' conftest.er1 >conftest.err
14457 rm -f conftest.er1
14458 cat conftest.err >&5
14459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); } && {
14461 test -z "$ac_c_werror_flag" ||
14462 test ! -s conftest.err
14463 } && test -s conftest$ac_exeext && {
14464 test "$cross_compiling" = yes ||
14465 $as_test_x conftest$ac_exeext
14466 }; then
14467 ac_cv_lib_gphoto2_gp_camera_new=yes
14468 else
14469 $as_echo "$as_me: failed program was:" >&5
14470 sed 's/^/| /' conftest.$ac_ext >&5
14472 ac_cv_lib_gphoto2_gp_camera_new=no
14475 rm -rf conftest.dSYM
14476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14477 conftest$ac_exeext conftest.$ac_ext
14478 LIBS=$ac_check_lib_save_LIBS
14480 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14481 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14482 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14484 cat >>confdefs.h <<\_ACEOF
14485 #define HAVE_GPHOTO2 1
14486 _ACEOF
14488 GPHOTO2LIBS="$ac_gphoto2_libs"
14490 GPHOTO2INCL="$ac_gphoto2_incl"
14497 CPPFLAGS="$ac_save_CPPFLAGS"
14499 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14500 case "x$with_gphoto" in
14501 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14502 xno) ;;
14503 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14504 This is an error since --with-gphoto was requested." >&5
14505 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14506 This is an error since --with-gphoto was requested." >&2;}
14507 { (exit 1); exit 1; }; } ;;
14508 esac
14513 RESOLVLIBS=""
14515 if test "$ac_cv_header_resolv_h" = "yes"
14516 then
14517 ac_save_LIBS="$LIBS"
14518 LIBS="$LIBS -lresolv"
14519 cat >conftest.$ac_ext <<_ACEOF
14520 /* confdefs.h. */
14521 _ACEOF
14522 cat confdefs.h >>conftest.$ac_ext
14523 cat >>conftest.$ac_ext <<_ACEOF
14524 /* end confdefs.h. */
14525 #ifdef HAVE_NETINET_IN_H
14526 #include <netinet/in.h>
14527 #endif
14528 #include <resolv.h>
14530 main ()
14532 res_init();
14534 return 0;
14536 _ACEOF
14537 rm -f conftest.$ac_objext conftest$ac_exeext
14538 if { (ac_try="$ac_link"
14539 case "(($ac_try" in
14540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14541 *) ac_try_echo=$ac_try;;
14542 esac
14543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14544 $as_echo "$ac_try_echo") >&5
14545 (eval "$ac_link") 2>conftest.er1
14546 ac_status=$?
14547 grep -v '^ *+' conftest.er1 >conftest.err
14548 rm -f conftest.er1
14549 cat conftest.err >&5
14550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && {
14552 test -z "$ac_c_werror_flag" ||
14553 test ! -s conftest.err
14554 } && test -s conftest$ac_exeext && {
14555 test "$cross_compiling" = yes ||
14556 $as_test_x conftest$ac_exeext
14557 }; then
14559 cat >>confdefs.h <<\_ACEOF
14560 #define HAVE_RESOLV 1
14561 _ACEOF
14563 RESOLVLIBS="-lresolv"
14564 else
14565 $as_echo "$as_me: failed program was:" >&5
14566 sed 's/^/| /' conftest.$ac_ext >&5
14571 rm -rf conftest.dSYM
14572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14573 conftest$ac_exeext conftest.$ac_ext
14574 LIBS="$ac_save_LIBS"
14577 LCMSLIBS=""
14579 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14580 then
14581 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14582 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14583 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14584 $as_echo_n "(cached) " >&6
14585 else
14586 ac_check_lib_save_LIBS=$LIBS
14587 LIBS="-llcms $LIBS"
14588 cat >conftest.$ac_ext <<_ACEOF
14589 /* confdefs.h. */
14590 _ACEOF
14591 cat confdefs.h >>conftest.$ac_ext
14592 cat >>conftest.$ac_ext <<_ACEOF
14593 /* end confdefs.h. */
14595 /* Override any GCC internal prototype to avoid an error.
14596 Use char because int might match the return type of a GCC
14597 builtin and then its argument prototype would still apply. */
14598 #ifdef __cplusplus
14599 extern "C"
14600 #endif
14601 char cmsOpenProfileFromFile ();
14603 main ()
14605 return cmsOpenProfileFromFile ();
14607 return 0;
14609 _ACEOF
14610 rm -f conftest.$ac_objext conftest$ac_exeext
14611 if { (ac_try="$ac_link"
14612 case "(($ac_try" in
14613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14614 *) ac_try_echo=$ac_try;;
14615 esac
14616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14617 $as_echo "$ac_try_echo") >&5
14618 (eval "$ac_link") 2>conftest.er1
14619 ac_status=$?
14620 grep -v '^ *+' conftest.er1 >conftest.err
14621 rm -f conftest.er1
14622 cat conftest.err >&5
14623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); } && {
14625 test -z "$ac_c_werror_flag" ||
14626 test ! -s conftest.err
14627 } && test -s conftest$ac_exeext && {
14628 test "$cross_compiling" = yes ||
14629 $as_test_x conftest$ac_exeext
14630 }; then
14631 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14632 else
14633 $as_echo "$as_me: failed program was:" >&5
14634 sed 's/^/| /' conftest.$ac_ext >&5
14636 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14639 rm -rf conftest.dSYM
14640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14641 conftest$ac_exeext conftest.$ac_ext
14642 LIBS=$ac_check_lib_save_LIBS
14644 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14645 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14646 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14648 cat >>confdefs.h <<\_ACEOF
14649 #define HAVE_LCMS 1
14650 _ACEOF
14652 LCMSLIBS="-llcms"
14656 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14657 case "x$with_cms" in
14658 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14659 xno) ;;
14660 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14661 This is an error since --with-cms was requested." >&5
14662 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14663 This is an error since --with-cms was requested." >&2;}
14664 { (exit 1); exit 1; }; } ;;
14665 esac
14669 if test "x$with_freetype" != "xno"
14670 then
14671 for ac_prog in freetype-config freetype2-config
14673 # Extract the first word of "$ac_prog", so it can be a program name with args.
14674 set dummy $ac_prog; ac_word=$2
14675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14676 $as_echo_n "checking for $ac_word... " >&6; }
14677 if test "${ac_cv_prog_ft_devel+set}" = set; then
14678 $as_echo_n "(cached) " >&6
14679 else
14680 if test -n "$ft_devel"; then
14681 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14682 else
14683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14684 for as_dir in $PATH
14686 IFS=$as_save_IFS
14687 test -z "$as_dir" && as_dir=.
14688 for ac_exec_ext in '' $ac_executable_extensions; do
14689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14690 ac_cv_prog_ft_devel="$ac_prog"
14691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14692 break 2
14694 done
14695 done
14696 IFS=$as_save_IFS
14700 ft_devel=$ac_cv_prog_ft_devel
14701 if test -n "$ft_devel"; then
14702 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14703 $as_echo "$ft_devel" >&6; }
14704 else
14705 { $as_echo "$as_me:$LINENO: result: no" >&5
14706 $as_echo "no" >&6; }
14710 test -n "$ft_devel" && break
14711 done
14712 test -n "$ft_devel" || ft_devel="no"
14714 if test "$ft_devel" != "no"
14715 then
14716 ac_freetype_incl=`$ft_devel --cflags`
14717 ac_freetype_libs=`$ft_devel --libs`
14719 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14720 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14721 $as_echo_n "checking for -lfreetype... " >&6; }
14722 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14723 $as_echo_n "(cached) " >&6
14724 else
14725 ac_check_soname_save_LIBS=$LIBS
14726 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14727 cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h. */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h. */
14734 /* Override any GCC internal prototype to avoid an error.
14735 Use char because int might match the return type of a GCC
14736 builtin and then its argument prototype would still apply. */
14737 #ifdef __cplusplus
14738 extern "C"
14739 #endif
14740 char FT_Init_FreeType ();
14742 main ()
14744 return FT_Init_FreeType ();
14746 return 0;
14748 _ACEOF
14749 rm -f conftest.$ac_objext conftest$ac_exeext
14750 if { (ac_try="$ac_link"
14751 case "(($ac_try" in
14752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14753 *) ac_try_echo=$ac_try;;
14754 esac
14755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14756 $as_echo "$ac_try_echo") >&5
14757 (eval "$ac_link") 2>conftest.er1
14758 ac_status=$?
14759 grep -v '^ *+' conftest.er1 >conftest.err
14760 rm -f conftest.er1
14761 cat conftest.err >&5
14762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); } && {
14764 test -z "$ac_c_werror_flag" ||
14765 test ! -s conftest.err
14766 } && test -s conftest$ac_exeext && {
14767 test "$cross_compiling" = yes ||
14768 $as_test_x conftest$ac_exeext
14769 }; then
14770 case "$LIBEXT" in
14771 dll) ;;
14772 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'` ;;
14773 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14774 esac
14775 else
14776 $as_echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14782 rm -rf conftest.dSYM
14783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14784 conftest$ac_exeext conftest.$ac_ext
14785 LIBS=$ac_check_soname_save_LIBS
14787 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14788 { $as_echo "$as_me:$LINENO: result: not found" >&5
14789 $as_echo "not found" >&6; }
14790 ft_lib=no
14791 else
14792 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14793 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14795 cat >>confdefs.h <<_ACEOF
14796 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14797 _ACEOF
14799 ft_lib=yes
14802 if test "$ft_lib" = "yes"
14803 then
14804 ac_save_CPPFLAGS="$CPPFLAGS"
14805 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14819 for ac_header in ft2build.h \
14820 freetype/freetype.h \
14821 freetype/ftglyph.h \
14822 freetype/fttypes.h \
14823 freetype/tttables.h \
14824 freetype/ftnames.h \
14825 freetype/ftsnames.h \
14826 freetype/ttnameid.h \
14827 freetype/ftoutln.h \
14828 freetype/ftwinfnt.h \
14829 freetype/ftmodapi.h \
14830 freetype/ftlcdfil.h \
14831 freetype/internal/sfnt.h
14833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14834 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14835 $as_echo_n "checking for $ac_header... " >&6; }
14836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14837 $as_echo_n "(cached) " >&6
14838 else
14839 cat >conftest.$ac_ext <<_ACEOF
14840 /* confdefs.h. */
14841 _ACEOF
14842 cat confdefs.h >>conftest.$ac_ext
14843 cat >>conftest.$ac_ext <<_ACEOF
14844 /* end confdefs.h. */
14845 #ifdef HAVE_FT2BUILD_H
14846 # include <ft2build.h>
14847 #endif
14849 #include <$ac_header>
14850 _ACEOF
14851 rm -f conftest.$ac_objext
14852 if { (ac_try="$ac_compile"
14853 case "(($ac_try" in
14854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855 *) ac_try_echo=$ac_try;;
14856 esac
14857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14858 $as_echo "$ac_try_echo") >&5
14859 (eval "$ac_compile") 2>conftest.er1
14860 ac_status=$?
14861 grep -v '^ *+' conftest.er1 >conftest.err
14862 rm -f conftest.er1
14863 cat conftest.err >&5
14864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14865 (exit $ac_status); } && {
14866 test -z "$ac_c_werror_flag" ||
14867 test ! -s conftest.err
14868 } && test -s conftest.$ac_objext; then
14869 eval "$as_ac_Header=yes"
14870 else
14871 $as_echo "$as_me: failed program was:" >&5
14872 sed 's/^/| /' conftest.$ac_ext >&5
14874 eval "$as_ac_Header=no"
14877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 ac_res=`eval 'as_val=${'$as_ac_Header'}
14880 $as_echo "$as_val"'`
14881 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14882 $as_echo "$ac_res" >&6; }
14883 as_val=`eval 'as_val=${'$as_ac_Header'}
14884 $as_echo "$as_val"'`
14885 if test "x$as_val" = x""yes; then
14886 cat >>confdefs.h <<_ACEOF
14887 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14888 _ACEOF
14892 done
14894 cat >conftest.$ac_ext <<_ACEOF
14895 /* confdefs.h. */
14896 _ACEOF
14897 cat confdefs.h >>conftest.$ac_ext
14898 cat >>conftest.$ac_ext <<_ACEOF
14899 /* end confdefs.h. */
14900 #include <ft2build.h>
14901 #include <freetype/fttrigon.h>
14902 _ACEOF
14903 if { (ac_try="$ac_cpp conftest.$ac_ext"
14904 case "(($ac_try" in
14905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14906 *) ac_try_echo=$ac_try;;
14907 esac
14908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14909 $as_echo "$ac_try_echo") >&5
14910 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14911 ac_status=$?
14912 grep -v '^ *+' conftest.er1 >conftest.err
14913 rm -f conftest.er1
14914 cat conftest.err >&5
14915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14916 (exit $ac_status); } >/dev/null && {
14917 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14918 test ! -s conftest.err
14919 }; then
14921 cat >>confdefs.h <<\_ACEOF
14922 #define HAVE_FREETYPE_FTTRIGON_H 1
14923 _ACEOF
14925 wine_cv_fttrigon=yes
14926 else
14927 $as_echo "$as_me: failed program was:" >&5
14928 sed 's/^/| /' conftest.$ac_ext >&5
14930 wine_cv_fttrigon=no
14933 rm -f conftest.err conftest.$ac_ext
14934 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14935 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14936 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14937 $as_echo_n "(cached) " >&6
14938 else
14939 ac_cv_type_FT_TrueTypeEngineType=no
14940 cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h. */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h. */
14946 #include <freetype/ftmodapi.h>
14949 main ()
14951 if (sizeof (FT_TrueTypeEngineType))
14952 return 0;
14954 return 0;
14956 _ACEOF
14957 rm -f conftest.$ac_objext
14958 if { (ac_try="$ac_compile"
14959 case "(($ac_try" in
14960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14961 *) ac_try_echo=$ac_try;;
14962 esac
14963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14964 $as_echo "$ac_try_echo") >&5
14965 (eval "$ac_compile") 2>conftest.er1
14966 ac_status=$?
14967 grep -v '^ *+' conftest.er1 >conftest.err
14968 rm -f conftest.er1
14969 cat conftest.err >&5
14970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); } && {
14972 test -z "$ac_c_werror_flag" ||
14973 test ! -s conftest.err
14974 } && test -s conftest.$ac_objext; then
14975 cat >conftest.$ac_ext <<_ACEOF
14976 /* confdefs.h. */
14977 _ACEOF
14978 cat confdefs.h >>conftest.$ac_ext
14979 cat >>conftest.$ac_ext <<_ACEOF
14980 /* end confdefs.h. */
14981 #include <freetype/ftmodapi.h>
14984 main ()
14986 if (sizeof ((FT_TrueTypeEngineType)))
14987 return 0;
14989 return 0;
14991 _ACEOF
14992 rm -f conftest.$ac_objext
14993 if { (ac_try="$ac_compile"
14994 case "(($ac_try" in
14995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14996 *) ac_try_echo=$ac_try;;
14997 esac
14998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14999 $as_echo "$ac_try_echo") >&5
15000 (eval "$ac_compile") 2>conftest.er1
15001 ac_status=$?
15002 grep -v '^ *+' conftest.er1 >conftest.err
15003 rm -f conftest.er1
15004 cat conftest.err >&5
15005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006 (exit $ac_status); } && {
15007 test -z "$ac_c_werror_flag" ||
15008 test ! -s conftest.err
15009 } && test -s conftest.$ac_objext; then
15011 else
15012 $as_echo "$as_me: failed program was:" >&5
15013 sed 's/^/| /' conftest.$ac_ext >&5
15015 ac_cv_type_FT_TrueTypeEngineType=yes
15018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15019 else
15020 $as_echo "$as_me: failed program was:" >&5
15021 sed 's/^/| /' conftest.$ac_ext >&5
15026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15028 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15029 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15030 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15032 cat >>confdefs.h <<_ACEOF
15033 #define HAVE_FT_TRUETYPEENGINETYPE 1
15034 _ACEOF
15039 ac_save_CFLAGS="$CFLAGS"
15040 CFLAGS="$CFLAGS $ac_freetype_libs"
15042 for ac_func in FT_Load_Sfnt_Table
15044 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15045 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15046 $as_echo_n "checking for $ac_func... " >&6; }
15047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15048 $as_echo_n "(cached) " >&6
15049 else
15050 cat >conftest.$ac_ext <<_ACEOF
15051 /* confdefs.h. */
15052 _ACEOF
15053 cat confdefs.h >>conftest.$ac_ext
15054 cat >>conftest.$ac_ext <<_ACEOF
15055 /* end confdefs.h. */
15056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15058 #define $ac_func innocuous_$ac_func
15060 /* System header to define __stub macros and hopefully few prototypes,
15061 which can conflict with char $ac_func (); below.
15062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15063 <limits.h> exists even on freestanding compilers. */
15065 #ifdef __STDC__
15066 # include <limits.h>
15067 #else
15068 # include <assert.h>
15069 #endif
15071 #undef $ac_func
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char $ac_func ();
15080 /* The GNU C library defines this for functions which it implements
15081 to always fail with ENOSYS. Some functions are actually named
15082 something starting with __ and the normal name is an alias. */
15083 #if defined __stub_$ac_func || defined __stub___$ac_func
15084 choke me
15085 #endif
15088 main ()
15090 return $ac_func ();
15092 return 0;
15094 _ACEOF
15095 rm -f conftest.$ac_objext conftest$ac_exeext
15096 if { (ac_try="$ac_link"
15097 case "(($ac_try" in
15098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15099 *) ac_try_echo=$ac_try;;
15100 esac
15101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15102 $as_echo "$ac_try_echo") >&5
15103 (eval "$ac_link") 2>conftest.er1
15104 ac_status=$?
15105 grep -v '^ *+' conftest.er1 >conftest.err
15106 rm -f conftest.er1
15107 cat conftest.err >&5
15108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } && {
15110 test -z "$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15112 } && test -s conftest$ac_exeext && {
15113 test "$cross_compiling" = yes ||
15114 $as_test_x conftest$ac_exeext
15115 }; then
15116 eval "$as_ac_var=yes"
15117 else
15118 $as_echo "$as_me: failed program was:" >&5
15119 sed 's/^/| /' conftest.$ac_ext >&5
15121 eval "$as_ac_var=no"
15124 rm -rf conftest.dSYM
15125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15126 conftest$ac_exeext conftest.$ac_ext
15128 ac_res=`eval 'as_val=${'$as_ac_var'}
15129 $as_echo "$as_val"'`
15130 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15131 $as_echo "$ac_res" >&6; }
15132 as_val=`eval 'as_val=${'$as_ac_var'}
15133 $as_echo "$as_val"'`
15134 if test "x$as_val" = x""yes; then
15135 cat >>confdefs.h <<_ACEOF
15136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15137 _ACEOF
15140 done
15142 CFLAGS="$ac_save_CFLAGS"
15143 CPPFLAGS="$ac_save_CPPFLAGS"
15144 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15145 then
15147 cat >>confdefs.h <<\_ACEOF
15148 #define HAVE_FREETYPE 1
15149 _ACEOF
15151 FREETYPELIBS="$ac_freetype_libs"
15153 FREETYPEINCL="$ac_freetype_incl"
15158 if test "x$FREETYPELIBS" = "x"; then
15159 case "x$with_freetype" in
15160 xno) ;;
15161 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15162 Use the --without-freetype option if you really want this." >&5
15163 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15164 Use the --without-freetype option if you really want this." >&2;}
15165 { (exit 1); exit 1; }; } ;;
15166 esac
15169 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15171 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15172 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15173 if test "${ac_cv_c_ppdev+set}" = set; then
15174 $as_echo_n "(cached) " >&6
15175 else
15176 cat >conftest.$ac_ext <<_ACEOF
15177 /* confdefs.h. */
15178 _ACEOF
15179 cat confdefs.h >>conftest.$ac_ext
15180 cat >>conftest.$ac_ext <<_ACEOF
15181 /* end confdefs.h. */
15182 #include <linux/ppdev.h>
15184 main ()
15186 ioctl (1,PPCLAIM,0)
15188 return 0;
15190 _ACEOF
15191 rm -f conftest.$ac_objext
15192 if { (ac_try="$ac_compile"
15193 case "(($ac_try" in
15194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15195 *) ac_try_echo=$ac_try;;
15196 esac
15197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15198 $as_echo "$ac_try_echo") >&5
15199 (eval "$ac_compile") 2>conftest.er1
15200 ac_status=$?
15201 grep -v '^ *+' conftest.er1 >conftest.err
15202 rm -f conftest.er1
15203 cat conftest.err >&5
15204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15205 (exit $ac_status); } && {
15206 test -z "$ac_c_werror_flag" ||
15207 test ! -s conftest.err
15208 } && test -s conftest.$ac_objext; then
15209 ac_cv_c_ppdev="yes"
15210 else
15211 $as_echo "$as_me: failed program was:" >&5
15212 sed 's/^/| /' conftest.$ac_ext >&5
15214 ac_cv_c_ppdev="no"
15217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15219 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15220 $as_echo "$ac_cv_c_ppdev" >&6; }
15221 if test "$ac_cv_c_ppdev" = "yes"
15222 then
15224 cat >>confdefs.h <<\_ACEOF
15225 #define HAVE_PPDEV 1
15226 _ACEOF
15230 ac_wine_check_funcs_save_LIBS="$LIBS"
15231 LIBS="$LIBS $LIBPTHREAD"
15236 for ac_func in \
15237 pthread_attr_get_np \
15238 pthread_getattr_np \
15239 pthread_get_stackaddr_np \
15240 pthread_get_stacksize_np
15242 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15243 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15244 $as_echo_n "checking for $ac_func... " >&6; }
15245 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15246 $as_echo_n "(cached) " >&6
15247 else
15248 cat >conftest.$ac_ext <<_ACEOF
15249 /* confdefs.h. */
15250 _ACEOF
15251 cat confdefs.h >>conftest.$ac_ext
15252 cat >>conftest.$ac_ext <<_ACEOF
15253 /* end confdefs.h. */
15254 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15256 #define $ac_func innocuous_$ac_func
15258 /* System header to define __stub macros and hopefully few prototypes,
15259 which can conflict with char $ac_func (); below.
15260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15261 <limits.h> exists even on freestanding compilers. */
15263 #ifdef __STDC__
15264 # include <limits.h>
15265 #else
15266 # include <assert.h>
15267 #endif
15269 #undef $ac_func
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 $ac_func ();
15278 /* The GNU C library defines this for functions which it implements
15279 to always fail with ENOSYS. Some functions are actually named
15280 something starting with __ and the normal name is an alias. */
15281 #if defined __stub_$ac_func || defined __stub___$ac_func
15282 choke me
15283 #endif
15286 main ()
15288 return $ac_func ();
15290 return 0;
15292 _ACEOF
15293 rm -f conftest.$ac_objext conftest$ac_exeext
15294 if { (ac_try="$ac_link"
15295 case "(($ac_try" in
15296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15297 *) ac_try_echo=$ac_try;;
15298 esac
15299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15300 $as_echo "$ac_try_echo") >&5
15301 (eval "$ac_link") 2>conftest.er1
15302 ac_status=$?
15303 grep -v '^ *+' conftest.er1 >conftest.err
15304 rm -f conftest.er1
15305 cat conftest.err >&5
15306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15307 (exit $ac_status); } && {
15308 test -z "$ac_c_werror_flag" ||
15309 test ! -s conftest.err
15310 } && test -s conftest$ac_exeext && {
15311 test "$cross_compiling" = yes ||
15312 $as_test_x conftest$ac_exeext
15313 }; then
15314 eval "$as_ac_var=yes"
15315 else
15316 $as_echo "$as_me: failed program was:" >&5
15317 sed 's/^/| /' conftest.$ac_ext >&5
15319 eval "$as_ac_var=no"
15322 rm -rf conftest.dSYM
15323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15324 conftest$ac_exeext conftest.$ac_ext
15326 ac_res=`eval 'as_val=${'$as_ac_var'}
15327 $as_echo "$as_val"'`
15328 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15329 $as_echo "$ac_res" >&6; }
15330 as_val=`eval 'as_val=${'$as_ac_var'}
15331 $as_echo "$as_val"'`
15332 if test "x$as_val" = x""yes; then
15333 cat >>confdefs.h <<_ACEOF
15334 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15335 _ACEOF
15338 done
15340 LIBS="$ac_wine_check_funcs_save_LIBS"
15342 if test "x$with_esd" != xno
15343 then
15344 save_CFLAGS="$CFLAGS"
15345 # Extract the first word of "esd-config", so it can be a program name with args.
15346 set dummy esd-config; ac_word=$2
15347 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15348 $as_echo_n "checking for $ac_word... " >&6; }
15349 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15350 $as_echo_n "(cached) " >&6
15351 else
15352 case $ESDCONFIG in
15353 [\\/]* | ?:[\\/]*)
15354 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15358 for as_dir in $PATH
15360 IFS=$as_save_IFS
15361 test -z "$as_dir" && as_dir=.
15362 for ac_exec_ext in '' $ac_executable_extensions; do
15363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15364 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15365 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15366 break 2
15368 done
15369 done
15370 IFS=$as_save_IFS
15372 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15374 esac
15376 ESDCONFIG=$ac_cv_path_ESDCONFIG
15377 if test -n "$ESDCONFIG"; then
15378 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15379 $as_echo "$ESDCONFIG" >&6; }
15380 else
15381 { $as_echo "$as_me:$LINENO: result: no" >&5
15382 $as_echo "no" >&6; }
15386 if test "x$ESDCONFIG" != "xno"
15387 then
15388 ac_esd_incl=""
15389 for i in `$ESDCONFIG --cflags`
15391 case "$i" in
15392 -I*) ac_esd_incl="$ac_esd_incl $i";;
15393 esac
15394 done
15395 ac_esd_libs=`$ESDCONFIG --libs`
15396 CFLAGS="$CFLAGS $ac_esd_incl"
15398 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15399 if test "${ac_cv_header_esd_h+set}" = set; then
15400 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15401 $as_echo_n "checking for esd.h... " >&6; }
15402 if test "${ac_cv_header_esd_h+set}" = set; then
15403 $as_echo_n "(cached) " >&6
15405 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15406 $as_echo "$ac_cv_header_esd_h" >&6; }
15407 else
15408 # Is the header compilable?
15409 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15410 $as_echo_n "checking esd.h usability... " >&6; }
15411 cat >conftest.$ac_ext <<_ACEOF
15412 /* confdefs.h. */
15413 _ACEOF
15414 cat confdefs.h >>conftest.$ac_ext
15415 cat >>conftest.$ac_ext <<_ACEOF
15416 /* end confdefs.h. */
15417 $ac_includes_default
15418 #include <esd.h>
15419 _ACEOF
15420 rm -f conftest.$ac_objext
15421 if { (ac_try="$ac_compile"
15422 case "(($ac_try" in
15423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15424 *) ac_try_echo=$ac_try;;
15425 esac
15426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15427 $as_echo "$ac_try_echo") >&5
15428 (eval "$ac_compile") 2>conftest.er1
15429 ac_status=$?
15430 grep -v '^ *+' conftest.er1 >conftest.err
15431 rm -f conftest.er1
15432 cat conftest.err >&5
15433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15434 (exit $ac_status); } && {
15435 test -z "$ac_c_werror_flag" ||
15436 test ! -s conftest.err
15437 } && test -s conftest.$ac_objext; then
15438 ac_header_compiler=yes
15439 else
15440 $as_echo "$as_me: failed program was:" >&5
15441 sed 's/^/| /' conftest.$ac_ext >&5
15443 ac_header_compiler=no
15446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15447 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15448 $as_echo "$ac_header_compiler" >&6; }
15450 # Is the header present?
15451 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15452 $as_echo_n "checking esd.h presence... " >&6; }
15453 cat >conftest.$ac_ext <<_ACEOF
15454 /* confdefs.h. */
15455 _ACEOF
15456 cat confdefs.h >>conftest.$ac_ext
15457 cat >>conftest.$ac_ext <<_ACEOF
15458 /* end confdefs.h. */
15459 #include <esd.h>
15460 _ACEOF
15461 if { (ac_try="$ac_cpp conftest.$ac_ext"
15462 case "(($ac_try" in
15463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15464 *) ac_try_echo=$ac_try;;
15465 esac
15466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15467 $as_echo "$ac_try_echo") >&5
15468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15469 ac_status=$?
15470 grep -v '^ *+' conftest.er1 >conftest.err
15471 rm -f conftest.er1
15472 cat conftest.err >&5
15473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } >/dev/null && {
15475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 }; then
15478 ac_header_preproc=yes
15479 else
15480 $as_echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.$ac_ext >&5
15483 ac_header_preproc=no
15486 rm -f conftest.err conftest.$ac_ext
15487 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15488 $as_echo "$ac_header_preproc" >&6; }
15490 # So? What about this header?
15491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15492 yes:no: )
15493 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15494 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15495 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15496 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15497 ac_header_preproc=yes
15499 no:yes:* )
15500 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15501 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15502 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15503 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15504 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15505 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15506 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15507 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15508 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15509 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15510 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15511 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15512 ( cat <<\_ASBOX
15513 ## ------------------------------------ ##
15514 ## Report this to wine-devel@winehq.org ##
15515 ## ------------------------------------ ##
15516 _ASBOX
15517 ) | sed "s/^/$as_me: WARNING: /" >&2
15519 esac
15520 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15521 $as_echo_n "checking for esd.h... " >&6; }
15522 if test "${ac_cv_header_esd_h+set}" = set; then
15523 $as_echo_n "(cached) " >&6
15524 else
15525 ac_cv_header_esd_h=$ac_header_preproc
15527 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15528 $as_echo "$ac_cv_header_esd_h" >&6; }
15531 if test "x$ac_cv_header_esd_h" = x""yes; then
15532 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15533 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15534 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15535 $as_echo_n "(cached) " >&6
15536 else
15537 ac_check_lib_save_LIBS=$LIBS
15538 LIBS="-lesd $ac_esd_libs $LIBS"
15539 cat >conftest.$ac_ext <<_ACEOF
15540 /* confdefs.h. */
15541 _ACEOF
15542 cat confdefs.h >>conftest.$ac_ext
15543 cat >>conftest.$ac_ext <<_ACEOF
15544 /* end confdefs.h. */
15546 /* Override any GCC internal prototype to avoid an error.
15547 Use char because int might match the return type of a GCC
15548 builtin and then its argument prototype would still apply. */
15549 #ifdef __cplusplus
15550 extern "C"
15551 #endif
15552 char esd_open_sound ();
15554 main ()
15556 return esd_open_sound ();
15558 return 0;
15560 _ACEOF
15561 rm -f conftest.$ac_objext conftest$ac_exeext
15562 if { (ac_try="$ac_link"
15563 case "(($ac_try" in
15564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15565 *) ac_try_echo=$ac_try;;
15566 esac
15567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15568 $as_echo "$ac_try_echo") >&5
15569 (eval "$ac_link") 2>conftest.er1
15570 ac_status=$?
15571 grep -v '^ *+' conftest.er1 >conftest.err
15572 rm -f conftest.er1
15573 cat conftest.err >&5
15574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15575 (exit $ac_status); } && {
15576 test -z "$ac_c_werror_flag" ||
15577 test ! -s conftest.err
15578 } && test -s conftest$ac_exeext && {
15579 test "$cross_compiling" = yes ||
15580 $as_test_x conftest$ac_exeext
15581 }; then
15582 ac_cv_lib_esd_esd_open_sound=yes
15583 else
15584 $as_echo "$as_me: failed program was:" >&5
15585 sed 's/^/| /' conftest.$ac_ext >&5
15587 ac_cv_lib_esd_esd_open_sound=no
15590 rm -rf conftest.dSYM
15591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15592 conftest$ac_exeext conftest.$ac_ext
15593 LIBS=$ac_check_lib_save_LIBS
15595 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15596 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15597 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15598 ESDINCL="$ac_esd_incl"
15600 ESDLIBS="$ac_esd_libs"
15603 cat >>confdefs.h <<\_ACEOF
15604 #define HAVE_ESD 1
15605 _ACEOF
15612 CFLAGS="$save_CFLAGS"
15615 ALSALIBS=""
15617 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15618 then
15619 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15620 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15621 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15622 $as_echo_n "(cached) " >&6
15623 else
15624 ac_check_lib_save_LIBS=$LIBS
15625 LIBS="-lasound $LIBS"
15626 cat >conftest.$ac_ext <<_ACEOF
15627 /* confdefs.h. */
15628 _ACEOF
15629 cat confdefs.h >>conftest.$ac_ext
15630 cat >>conftest.$ac_ext <<_ACEOF
15631 /* end confdefs.h. */
15633 /* Override any GCC internal prototype to avoid an error.
15634 Use char because int might match the return type of a GCC
15635 builtin and then its argument prototype would still apply. */
15636 #ifdef __cplusplus
15637 extern "C"
15638 #endif
15639 char snd_pcm_hw_params_get_access ();
15641 main ()
15643 return snd_pcm_hw_params_get_access ();
15645 return 0;
15647 _ACEOF
15648 rm -f conftest.$ac_objext conftest$ac_exeext
15649 if { (ac_try="$ac_link"
15650 case "(($ac_try" in
15651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15652 *) ac_try_echo=$ac_try;;
15653 esac
15654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15655 $as_echo "$ac_try_echo") >&5
15656 (eval "$ac_link") 2>conftest.er1
15657 ac_status=$?
15658 grep -v '^ *+' conftest.er1 >conftest.err
15659 rm -f conftest.er1
15660 cat conftest.err >&5
15661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662 (exit $ac_status); } && {
15663 test -z "$ac_c_werror_flag" ||
15664 test ! -s conftest.err
15665 } && test -s conftest$ac_exeext && {
15666 test "$cross_compiling" = yes ||
15667 $as_test_x conftest$ac_exeext
15668 }; then
15669 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15670 else
15671 $as_echo "$as_me: failed program was:" >&5
15672 sed 's/^/| /' conftest.$ac_ext >&5
15674 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15677 rm -rf conftest.dSYM
15678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15679 conftest$ac_exeext conftest.$ac_ext
15680 LIBS=$ac_check_lib_save_LIBS
15682 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15683 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15684 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15685 cat >conftest.$ac_ext <<_ACEOF
15686 /* confdefs.h. */
15687 _ACEOF
15688 cat confdefs.h >>conftest.$ac_ext
15689 cat >>conftest.$ac_ext <<_ACEOF
15690 /* end confdefs.h. */
15691 #ifdef HAVE_ALSA_ASOUNDLIB_H
15692 #include <alsa/asoundlib.h>
15693 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15694 #include <sys/asoundlib.h>
15695 #endif
15697 main ()
15699 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15701 return 0;
15703 _ACEOF
15704 rm -f conftest.$ac_objext
15705 if { (ac_try="$ac_compile"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15709 esac
15710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15711 $as_echo "$ac_try_echo") >&5
15712 (eval "$ac_compile") 2>conftest.er1
15713 ac_status=$?
15714 grep -v '^ *+' conftest.er1 >conftest.err
15715 rm -f conftest.er1
15716 cat conftest.err >&5
15717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718 (exit $ac_status); } && {
15719 test -z "$ac_c_werror_flag" ||
15720 test ! -s conftest.err
15721 } && test -s conftest.$ac_objext; then
15723 cat >>confdefs.h <<\_ACEOF
15724 #define HAVE_ALSA 1
15725 _ACEOF
15727 ALSALIBS="-lasound"
15728 else
15729 $as_echo "$as_me: failed program was:" >&5
15730 sed 's/^/| /' conftest.$ac_ext >&5
15735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15740 AUDIOIOLIBS=""
15742 if test "$ac_cv_header_libaudioio_h" = "yes"
15743 then
15744 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15745 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15746 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15747 $as_echo_n "(cached) " >&6
15748 else
15749 ac_check_lib_save_LIBS=$LIBS
15750 LIBS="-laudioio $LIBS"
15751 cat >conftest.$ac_ext <<_ACEOF
15752 /* confdefs.h. */
15753 _ACEOF
15754 cat confdefs.h >>conftest.$ac_ext
15755 cat >>conftest.$ac_ext <<_ACEOF
15756 /* end confdefs.h. */
15758 /* Override any GCC internal prototype to avoid an error.
15759 Use char because int might match the return type of a GCC
15760 builtin and then its argument prototype would still apply. */
15761 #ifdef __cplusplus
15762 extern "C"
15763 #endif
15764 char AudioIOGetVersion ();
15766 main ()
15768 return AudioIOGetVersion ();
15770 return 0;
15772 _ACEOF
15773 rm -f conftest.$ac_objext conftest$ac_exeext
15774 if { (ac_try="$ac_link"
15775 case "(($ac_try" in
15776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15777 *) ac_try_echo=$ac_try;;
15778 esac
15779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15780 $as_echo "$ac_try_echo") >&5
15781 (eval "$ac_link") 2>conftest.er1
15782 ac_status=$?
15783 grep -v '^ *+' conftest.er1 >conftest.err
15784 rm -f conftest.er1
15785 cat conftest.err >&5
15786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787 (exit $ac_status); } && {
15788 test -z "$ac_c_werror_flag" ||
15789 test ! -s conftest.err
15790 } && test -s conftest$ac_exeext && {
15791 test "$cross_compiling" = yes ||
15792 $as_test_x conftest$ac_exeext
15793 }; then
15794 ac_cv_lib_audioio_AudioIOGetVersion=yes
15795 else
15796 $as_echo "$as_me: failed program was:" >&5
15797 sed 's/^/| /' conftest.$ac_ext >&5
15799 ac_cv_lib_audioio_AudioIOGetVersion=no
15802 rm -rf conftest.dSYM
15803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15804 conftest$ac_exeext conftest.$ac_ext
15805 LIBS=$ac_check_lib_save_LIBS
15807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15808 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15809 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15810 AUDIOIOLIBS="-laudioio"
15812 cat >>confdefs.h <<\_ACEOF
15813 #define HAVE_LIBAUDIOIO 1
15814 _ACEOF
15821 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15822 then
15823 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15824 $as_echo_n "checking for -lcapi20... " >&6; }
15825 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15826 $as_echo_n "(cached) " >&6
15827 else
15828 ac_check_soname_save_LIBS=$LIBS
15829 LIBS="-lcapi20 $LIBS"
15830 cat >conftest.$ac_ext <<_ACEOF
15831 /* confdefs.h. */
15832 _ACEOF
15833 cat confdefs.h >>conftest.$ac_ext
15834 cat >>conftest.$ac_ext <<_ACEOF
15835 /* end confdefs.h. */
15837 /* Override any GCC internal prototype to avoid an error.
15838 Use char because int might match the return type of a GCC
15839 builtin and then its argument prototype would still apply. */
15840 #ifdef __cplusplus
15841 extern "C"
15842 #endif
15843 char capi20_register ();
15845 main ()
15847 return capi20_register ();
15849 return 0;
15851 _ACEOF
15852 rm -f conftest.$ac_objext conftest$ac_exeext
15853 if { (ac_try="$ac_link"
15854 case "(($ac_try" in
15855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15856 *) ac_try_echo=$ac_try;;
15857 esac
15858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15859 $as_echo "$ac_try_echo") >&5
15860 (eval "$ac_link") 2>conftest.er1
15861 ac_status=$?
15862 grep -v '^ *+' conftest.er1 >conftest.err
15863 rm -f conftest.er1
15864 cat conftest.err >&5
15865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15866 (exit $ac_status); } && {
15867 test -z "$ac_c_werror_flag" ||
15868 test ! -s conftest.err
15869 } && test -s conftest$ac_exeext && {
15870 test "$cross_compiling" = yes ||
15871 $as_test_x conftest$ac_exeext
15872 }; then
15873 case "$LIBEXT" in
15874 dll) ;;
15875 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'` ;;
15876 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15877 esac
15878 else
15879 $as_echo "$as_me: failed program was:" >&5
15880 sed 's/^/| /' conftest.$ac_ext >&5
15885 rm -rf conftest.dSYM
15886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15887 conftest$ac_exeext conftest.$ac_ext
15888 LIBS=$ac_check_soname_save_LIBS
15890 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15891 { $as_echo "$as_me:$LINENO: result: not found" >&5
15892 $as_echo "not found" >&6; }
15894 else
15895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15896 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15898 cat >>confdefs.h <<_ACEOF
15899 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15900 _ACEOF
15906 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15907 case "x$with_capi" in
15908 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15909 xno) ;;
15910 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15911 This is an error since --with-capi was requested." >&5
15912 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15913 This is an error since --with-capi was requested." >&2;}
15914 { (exit 1); exit 1; }; } ;;
15915 esac
15919 CUPSINCL=""
15921 if test "x$with_cups" != "xno"
15922 then
15923 ac_save_CPPFLAGS="$CPPFLAGS"
15924 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15925 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15926 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15928 for ac_header in cups/cups.h
15930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15932 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15933 $as_echo_n "checking for $ac_header... " >&6; }
15934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15935 $as_echo_n "(cached) " >&6
15937 ac_res=`eval 'as_val=${'$as_ac_Header'}
15938 $as_echo "$as_val"'`
15939 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15940 $as_echo "$ac_res" >&6; }
15941 else
15942 # Is the header compilable?
15943 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15944 $as_echo_n "checking $ac_header usability... " >&6; }
15945 cat >conftest.$ac_ext <<_ACEOF
15946 /* confdefs.h. */
15947 _ACEOF
15948 cat confdefs.h >>conftest.$ac_ext
15949 cat >>conftest.$ac_ext <<_ACEOF
15950 /* end confdefs.h. */
15951 $ac_includes_default
15952 #include <$ac_header>
15953 _ACEOF
15954 rm -f conftest.$ac_objext
15955 if { (ac_try="$ac_compile"
15956 case "(($ac_try" in
15957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15958 *) ac_try_echo=$ac_try;;
15959 esac
15960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15961 $as_echo "$ac_try_echo") >&5
15962 (eval "$ac_compile") 2>conftest.er1
15963 ac_status=$?
15964 grep -v '^ *+' conftest.er1 >conftest.err
15965 rm -f conftest.er1
15966 cat conftest.err >&5
15967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15968 (exit $ac_status); } && {
15969 test -z "$ac_c_werror_flag" ||
15970 test ! -s conftest.err
15971 } && test -s conftest.$ac_objext; then
15972 ac_header_compiler=yes
15973 else
15974 $as_echo "$as_me: failed program was:" >&5
15975 sed 's/^/| /' conftest.$ac_ext >&5
15977 ac_header_compiler=no
15980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15981 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15982 $as_echo "$ac_header_compiler" >&6; }
15984 # Is the header present?
15985 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15986 $as_echo_n "checking $ac_header presence... " >&6; }
15987 cat >conftest.$ac_ext <<_ACEOF
15988 /* confdefs.h. */
15989 _ACEOF
15990 cat confdefs.h >>conftest.$ac_ext
15991 cat >>conftest.$ac_ext <<_ACEOF
15992 /* end confdefs.h. */
15993 #include <$ac_header>
15994 _ACEOF
15995 if { (ac_try="$ac_cpp conftest.$ac_ext"
15996 case "(($ac_try" in
15997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15998 *) ac_try_echo=$ac_try;;
15999 esac
16000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16001 $as_echo "$ac_try_echo") >&5
16002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16003 ac_status=$?
16004 grep -v '^ *+' conftest.er1 >conftest.err
16005 rm -f conftest.er1
16006 cat conftest.err >&5
16007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16008 (exit $ac_status); } >/dev/null && {
16009 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16010 test ! -s conftest.err
16011 }; then
16012 ac_header_preproc=yes
16013 else
16014 $as_echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.$ac_ext >&5
16017 ac_header_preproc=no
16020 rm -f conftest.err conftest.$ac_ext
16021 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16022 $as_echo "$ac_header_preproc" >&6; }
16024 # So? What about this header?
16025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16026 yes:no: )
16027 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16028 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16029 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16030 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16031 ac_header_preproc=yes
16033 no:yes:* )
16034 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16035 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16036 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16037 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16038 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16039 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16040 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16041 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16042 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16043 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16044 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16045 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16046 ( cat <<\_ASBOX
16047 ## ------------------------------------ ##
16048 ## Report this to wine-devel@winehq.org ##
16049 ## ------------------------------------ ##
16050 _ASBOX
16051 ) | sed "s/^/$as_me: WARNING: /" >&2
16053 esac
16054 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16055 $as_echo_n "checking for $ac_header... " >&6; }
16056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16057 $as_echo_n "(cached) " >&6
16058 else
16059 eval "$as_ac_Header=\$ac_header_preproc"
16061 ac_res=`eval 'as_val=${'$as_ac_Header'}
16062 $as_echo "$as_val"'`
16063 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16064 $as_echo "$ac_res" >&6; }
16067 as_val=`eval 'as_val=${'$as_ac_Header'}
16068 $as_echo "$as_val"'`
16069 if test "x$as_val" = x""yes; then
16070 cat >>confdefs.h <<_ACEOF
16071 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16072 _ACEOF
16073 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16074 $as_echo_n "checking for -lcups... " >&6; }
16075 if test "${ac_cv_lib_soname_cups+set}" = set; then
16076 $as_echo_n "(cached) " >&6
16077 else
16078 ac_check_soname_save_LIBS=$LIBS
16079 LIBS="-lcups $ac_cups_libs $LIBS"
16080 cat >conftest.$ac_ext <<_ACEOF
16081 /* confdefs.h. */
16082 _ACEOF
16083 cat confdefs.h >>conftest.$ac_ext
16084 cat >>conftest.$ac_ext <<_ACEOF
16085 /* end confdefs.h. */
16087 /* Override any GCC internal prototype to avoid an error.
16088 Use char because int might match the return type of a GCC
16089 builtin and then its argument prototype would still apply. */
16090 #ifdef __cplusplus
16091 extern "C"
16092 #endif
16093 char cupsGetDefault ();
16095 main ()
16097 return cupsGetDefault ();
16099 return 0;
16101 _ACEOF
16102 rm -f conftest.$ac_objext conftest$ac_exeext
16103 if { (ac_try="$ac_link"
16104 case "(($ac_try" in
16105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16106 *) ac_try_echo=$ac_try;;
16107 esac
16108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16109 $as_echo "$ac_try_echo") >&5
16110 (eval "$ac_link") 2>conftest.er1
16111 ac_status=$?
16112 grep -v '^ *+' conftest.er1 >conftest.err
16113 rm -f conftest.er1
16114 cat conftest.err >&5
16115 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16116 (exit $ac_status); } && {
16117 test -z "$ac_c_werror_flag" ||
16118 test ! -s conftest.err
16119 } && test -s conftest$ac_exeext && {
16120 test "$cross_compiling" = yes ||
16121 $as_test_x conftest$ac_exeext
16122 }; then
16123 case "$LIBEXT" in
16124 dll) ;;
16125 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'` ;;
16126 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16127 esac
16128 else
16129 $as_echo "$as_me: failed program was:" >&5
16130 sed 's/^/| /' conftest.$ac_ext >&5
16135 rm -rf conftest.dSYM
16136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16137 conftest$ac_exeext conftest.$ac_ext
16138 LIBS=$ac_check_soname_save_LIBS
16140 if test "x$ac_cv_lib_soname_cups" = "x"; then
16141 { $as_echo "$as_me:$LINENO: result: not found" >&5
16142 $as_echo "not found" >&6; }
16144 else
16145 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16146 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16148 cat >>confdefs.h <<_ACEOF
16149 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16150 _ACEOF
16152 CUPSINCL="$ac_cups_cflags"
16157 done
16159 CPPFLAGS="$ac_save_CPPFLAGS"
16161 if test "x$ac_cv_lib_soname_cups" = "x"; then
16162 case "x$with_cups" in
16163 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16164 xno) ;;
16165 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16166 This is an error since --with-cups was requested." >&5
16167 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16168 This is an error since --with-cups was requested." >&2;}
16169 { (exit 1); exit 1; }; } ;;
16170 esac
16174 if test "$ac_cv_header_jack_jack_h" = "yes"
16175 then
16176 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16177 $as_echo_n "checking for -ljack... " >&6; }
16178 if test "${ac_cv_lib_soname_jack+set}" = set; then
16179 $as_echo_n "(cached) " >&6
16180 else
16181 ac_check_soname_save_LIBS=$LIBS
16182 LIBS="-ljack $LIBS"
16183 cat >conftest.$ac_ext <<_ACEOF
16184 /* confdefs.h. */
16185 _ACEOF
16186 cat confdefs.h >>conftest.$ac_ext
16187 cat >>conftest.$ac_ext <<_ACEOF
16188 /* end confdefs.h. */
16190 /* Override any GCC internal prototype to avoid an error.
16191 Use char because int might match the return type of a GCC
16192 builtin and then its argument prototype would still apply. */
16193 #ifdef __cplusplus
16194 extern "C"
16195 #endif
16196 char jack_client_new ();
16198 main ()
16200 return jack_client_new ();
16202 return 0;
16204 _ACEOF
16205 rm -f conftest.$ac_objext conftest$ac_exeext
16206 if { (ac_try="$ac_link"
16207 case "(($ac_try" in
16208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16209 *) ac_try_echo=$ac_try;;
16210 esac
16211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16212 $as_echo "$ac_try_echo") >&5
16213 (eval "$ac_link") 2>conftest.er1
16214 ac_status=$?
16215 grep -v '^ *+' conftest.er1 >conftest.err
16216 rm -f conftest.er1
16217 cat conftest.err >&5
16218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16219 (exit $ac_status); } && {
16220 test -z "$ac_c_werror_flag" ||
16221 test ! -s conftest.err
16222 } && test -s conftest$ac_exeext && {
16223 test "$cross_compiling" = yes ||
16224 $as_test_x conftest$ac_exeext
16225 }; then
16226 case "$LIBEXT" in
16227 dll) ;;
16228 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'` ;;
16229 *) 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'` ;;
16230 esac
16231 else
16232 $as_echo "$as_me: failed program was:" >&5
16233 sed 's/^/| /' conftest.$ac_ext >&5
16238 rm -rf conftest.dSYM
16239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16240 conftest$ac_exeext conftest.$ac_ext
16241 LIBS=$ac_check_soname_save_LIBS
16243 if test "x$ac_cv_lib_soname_jack" = "x"; then
16244 { $as_echo "$as_me:$LINENO: result: not found" >&5
16245 $as_echo "not found" >&6; }
16247 else
16248 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16249 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16251 cat >>confdefs.h <<_ACEOF
16252 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16253 _ACEOF
16260 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16261 then
16262 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16263 $as_echo_n "checking for -lfontconfig... " >&6; }
16264 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16265 $as_echo_n "(cached) " >&6
16266 else
16267 ac_check_soname_save_LIBS=$LIBS
16268 LIBS="-lfontconfig $LIBS"
16269 cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h. */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16276 /* Override any GCC internal prototype to avoid an error.
16277 Use char because int might match the return type of a GCC
16278 builtin and then its argument prototype would still apply. */
16279 #ifdef __cplusplus
16280 extern "C"
16281 #endif
16282 char FcInit ();
16284 main ()
16286 return FcInit ();
16288 return 0;
16290 _ACEOF
16291 rm -f conftest.$ac_objext conftest$ac_exeext
16292 if { (ac_try="$ac_link"
16293 case "(($ac_try" in
16294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16296 esac
16297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16298 $as_echo "$ac_try_echo") >&5
16299 (eval "$ac_link") 2>conftest.er1
16300 ac_status=$?
16301 grep -v '^ *+' conftest.er1 >conftest.err
16302 rm -f conftest.er1
16303 cat conftest.err >&5
16304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); } && {
16306 test -z "$ac_c_werror_flag" ||
16307 test ! -s conftest.err
16308 } && test -s conftest$ac_exeext && {
16309 test "$cross_compiling" = yes ||
16310 $as_test_x conftest$ac_exeext
16311 }; then
16312 case "$LIBEXT" in
16313 dll) ;;
16314 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'` ;;
16315 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16316 esac
16317 else
16318 $as_echo "$as_me: failed program was:" >&5
16319 sed 's/^/| /' conftest.$ac_ext >&5
16324 rm -rf conftest.dSYM
16325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16326 conftest$ac_exeext conftest.$ac_ext
16327 LIBS=$ac_check_soname_save_LIBS
16329 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16330 { $as_echo "$as_me:$LINENO: result: not found" >&5
16331 $as_echo "not found" >&6; }
16333 else
16334 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16335 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16337 cat >>confdefs.h <<_ACEOF
16338 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16339 _ACEOF
16344 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16345 then
16346 ac_save_CPPFLAGS="$CPPFLAGS"
16347 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16348 $as_unset ac_cv_header_fontconfig_fontconfig_h
16350 for ac_header in fontconfig/fontconfig.h
16352 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16353 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16354 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16355 $as_echo_n "checking for $ac_header... " >&6; }
16356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16357 $as_echo_n "(cached) " >&6
16359 ac_res=`eval 'as_val=${'$as_ac_Header'}
16360 $as_echo "$as_val"'`
16361 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16362 $as_echo "$ac_res" >&6; }
16363 else
16364 # Is the header compilable?
16365 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16366 $as_echo_n "checking $ac_header usability... " >&6; }
16367 cat >conftest.$ac_ext <<_ACEOF
16368 /* confdefs.h. */
16369 _ACEOF
16370 cat confdefs.h >>conftest.$ac_ext
16371 cat >>conftest.$ac_ext <<_ACEOF
16372 /* end confdefs.h. */
16373 $ac_includes_default
16374 #include <$ac_header>
16375 _ACEOF
16376 rm -f conftest.$ac_objext
16377 if { (ac_try="$ac_compile"
16378 case "(($ac_try" in
16379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16380 *) ac_try_echo=$ac_try;;
16381 esac
16382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16383 $as_echo "$ac_try_echo") >&5
16384 (eval "$ac_compile") 2>conftest.er1
16385 ac_status=$?
16386 grep -v '^ *+' conftest.er1 >conftest.err
16387 rm -f conftest.er1
16388 cat conftest.err >&5
16389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390 (exit $ac_status); } && {
16391 test -z "$ac_c_werror_flag" ||
16392 test ! -s conftest.err
16393 } && test -s conftest.$ac_objext; then
16394 ac_header_compiler=yes
16395 else
16396 $as_echo "$as_me: failed program was:" >&5
16397 sed 's/^/| /' conftest.$ac_ext >&5
16399 ac_header_compiler=no
16402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16403 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16404 $as_echo "$ac_header_compiler" >&6; }
16406 # Is the header present?
16407 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16408 $as_echo_n "checking $ac_header presence... " >&6; }
16409 cat >conftest.$ac_ext <<_ACEOF
16410 /* confdefs.h. */
16411 _ACEOF
16412 cat confdefs.h >>conftest.$ac_ext
16413 cat >>conftest.$ac_ext <<_ACEOF
16414 /* end confdefs.h. */
16415 #include <$ac_header>
16416 _ACEOF
16417 if { (ac_try="$ac_cpp conftest.$ac_ext"
16418 case "(($ac_try" in
16419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16421 esac
16422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16423 $as_echo "$ac_try_echo") >&5
16424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16425 ac_status=$?
16426 grep -v '^ *+' conftest.er1 >conftest.err
16427 rm -f conftest.er1
16428 cat conftest.err >&5
16429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16430 (exit $ac_status); } >/dev/null && {
16431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16432 test ! -s conftest.err
16433 }; then
16434 ac_header_preproc=yes
16435 else
16436 $as_echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ac_header_preproc=no
16442 rm -f conftest.err conftest.$ac_ext
16443 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16444 $as_echo "$ac_header_preproc" >&6; }
16446 # So? What about this header?
16447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16448 yes:no: )
16449 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16450 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16451 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16452 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16453 ac_header_preproc=yes
16455 no:yes:* )
16456 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16457 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16458 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16459 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16460 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16461 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16462 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16463 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16464 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16465 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16466 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16467 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16468 ( cat <<\_ASBOX
16469 ## ------------------------------------ ##
16470 ## Report this to wine-devel@winehq.org ##
16471 ## ------------------------------------ ##
16472 _ASBOX
16473 ) | sed "s/^/$as_me: WARNING: /" >&2
16475 esac
16476 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16477 $as_echo_n "checking for $ac_header... " >&6; }
16478 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16479 $as_echo_n "(cached) " >&6
16480 else
16481 eval "$as_ac_Header=\$ac_header_preproc"
16483 ac_res=`eval 'as_val=${'$as_ac_Header'}
16484 $as_echo "$as_val"'`
16485 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16486 $as_echo "$ac_res" >&6; }
16489 as_val=`eval 'as_val=${'$as_ac_Header'}
16490 $as_echo "$as_val"'`
16491 if test "x$as_val" = x""yes; then
16492 cat >>confdefs.h <<_ACEOF
16493 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16494 _ACEOF
16498 done
16500 CPPFLAGS="$ac_save_CPPFLAGS"
16501 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16502 then
16503 FONTCONFIGINCL="$X_CFLAGS"
16505 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16506 $as_echo_n "checking for -lfontconfig... " >&6; }
16507 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16508 $as_echo_n "(cached) " >&6
16509 else
16510 ac_check_soname_save_LIBS=$LIBS
16511 LIBS="-lfontconfig $X_LIBS $LIBS"
16512 cat >conftest.$ac_ext <<_ACEOF
16513 /* confdefs.h. */
16514 _ACEOF
16515 cat confdefs.h >>conftest.$ac_ext
16516 cat >>conftest.$ac_ext <<_ACEOF
16517 /* end confdefs.h. */
16519 /* Override any GCC internal prototype to avoid an error.
16520 Use char because int might match the return type of a GCC
16521 builtin and then its argument prototype would still apply. */
16522 #ifdef __cplusplus
16523 extern "C"
16524 #endif
16525 char FcInit ();
16527 main ()
16529 return FcInit ();
16531 return 0;
16533 _ACEOF
16534 rm -f conftest.$ac_objext conftest$ac_exeext
16535 if { (ac_try="$ac_link"
16536 case "(($ac_try" in
16537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16538 *) ac_try_echo=$ac_try;;
16539 esac
16540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16541 $as_echo "$ac_try_echo") >&5
16542 (eval "$ac_link") 2>conftest.er1
16543 ac_status=$?
16544 grep -v '^ *+' conftest.er1 >conftest.err
16545 rm -f conftest.er1
16546 cat conftest.err >&5
16547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); } && {
16549 test -z "$ac_c_werror_flag" ||
16550 test ! -s conftest.err
16551 } && test -s conftest$ac_exeext && {
16552 test "$cross_compiling" = yes ||
16553 $as_test_x conftest$ac_exeext
16554 }; then
16555 case "$LIBEXT" in
16556 dll) ;;
16557 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'` ;;
16558 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16559 esac
16560 else
16561 $as_echo "$as_me: failed program was:" >&5
16562 sed 's/^/| /' conftest.$ac_ext >&5
16567 rm -rf conftest.dSYM
16568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16569 conftest$ac_exeext conftest.$ac_ext
16570 LIBS=$ac_check_soname_save_LIBS
16572 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16573 { $as_echo "$as_me:$LINENO: result: not found" >&5
16574 $as_echo "not found" >&6; }
16576 else
16577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16578 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16580 cat >>confdefs.h <<_ACEOF
16581 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16582 _ACEOF
16589 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16590 case "x$with_fontconfig" in
16591 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16592 xno) ;;
16593 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16594 This is an error since --with-fontconfig was requested." >&5
16595 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16596 This is an error since --with-fontconfig was requested." >&2;}
16597 { (exit 1); exit 1; }; } ;;
16598 esac
16602 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16603 then
16604 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16605 $as_echo_n "checking for -lssl... " >&6; }
16606 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16607 $as_echo_n "(cached) " >&6
16608 else
16609 ac_check_soname_save_LIBS=$LIBS
16610 LIBS="-lssl $LIBS"
16611 cat >conftest.$ac_ext <<_ACEOF
16612 /* confdefs.h. */
16613 _ACEOF
16614 cat confdefs.h >>conftest.$ac_ext
16615 cat >>conftest.$ac_ext <<_ACEOF
16616 /* end confdefs.h. */
16618 /* Override any GCC internal prototype to avoid an error.
16619 Use char because int might match the return type of a GCC
16620 builtin and then its argument prototype would still apply. */
16621 #ifdef __cplusplus
16622 extern "C"
16623 #endif
16624 char SSL_library_init ();
16626 main ()
16628 return SSL_library_init ();
16630 return 0;
16632 _ACEOF
16633 rm -f conftest.$ac_objext conftest$ac_exeext
16634 if { (ac_try="$ac_link"
16635 case "(($ac_try" in
16636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16637 *) ac_try_echo=$ac_try;;
16638 esac
16639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16640 $as_echo "$ac_try_echo") >&5
16641 (eval "$ac_link") 2>conftest.er1
16642 ac_status=$?
16643 grep -v '^ *+' conftest.er1 >conftest.err
16644 rm -f conftest.er1
16645 cat conftest.err >&5
16646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16647 (exit $ac_status); } && {
16648 test -z "$ac_c_werror_flag" ||
16649 test ! -s conftest.err
16650 } && test -s conftest$ac_exeext && {
16651 test "$cross_compiling" = yes ||
16652 $as_test_x conftest$ac_exeext
16653 }; then
16654 case "$LIBEXT" in
16655 dll) ;;
16656 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'` ;;
16657 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16658 esac
16659 else
16660 $as_echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16666 rm -rf conftest.dSYM
16667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16668 conftest$ac_exeext conftest.$ac_ext
16669 LIBS=$ac_check_soname_save_LIBS
16671 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16672 { $as_echo "$as_me:$LINENO: result: not found" >&5
16673 $as_echo "not found" >&6; }
16675 else
16676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16677 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16679 cat >>confdefs.h <<_ACEOF
16680 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16681 _ACEOF
16686 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16687 $as_echo_n "checking for -lcrypto... " >&6; }
16688 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16689 $as_echo_n "(cached) " >&6
16690 else
16691 ac_check_soname_save_LIBS=$LIBS
16692 LIBS="-lcrypto $LIBS"
16693 cat >conftest.$ac_ext <<_ACEOF
16694 /* confdefs.h. */
16695 _ACEOF
16696 cat confdefs.h >>conftest.$ac_ext
16697 cat >>conftest.$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16700 /* Override any GCC internal prototype to avoid an error.
16701 Use char because int might match the return type of a GCC
16702 builtin and then its argument prototype would still apply. */
16703 #ifdef __cplusplus
16704 extern "C"
16705 #endif
16706 char BIO_new_socket ();
16708 main ()
16710 return BIO_new_socket ();
16712 return 0;
16714 _ACEOF
16715 rm -f conftest.$ac_objext conftest$ac_exeext
16716 if { (ac_try="$ac_link"
16717 case "(($ac_try" in
16718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16719 *) ac_try_echo=$ac_try;;
16720 esac
16721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16722 $as_echo "$ac_try_echo") >&5
16723 (eval "$ac_link") 2>conftest.er1
16724 ac_status=$?
16725 grep -v '^ *+' conftest.er1 >conftest.err
16726 rm -f conftest.er1
16727 cat conftest.err >&5
16728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest$ac_exeext && {
16733 test "$cross_compiling" = yes ||
16734 $as_test_x conftest$ac_exeext
16735 }; then
16736 case "$LIBEXT" in
16737 dll) ;;
16738 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'` ;;
16739 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16740 esac
16741 else
16742 $as_echo "$as_me: failed program was:" >&5
16743 sed 's/^/| /' conftest.$ac_ext >&5
16748 rm -rf conftest.dSYM
16749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16750 conftest$ac_exeext conftest.$ac_ext
16751 LIBS=$ac_check_soname_save_LIBS
16753 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16754 { $as_echo "$as_me:$LINENO: result: not found" >&5
16755 $as_echo "not found" >&6; }
16757 else
16758 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16759 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16761 cat >>confdefs.h <<_ACEOF
16762 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16763 _ACEOF
16769 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16770 case "x$with_openssl" in
16771 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16772 xno) ;;
16773 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16774 This is an error since --with-openssl was requested." >&5
16775 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16776 This is an error since --with-openssl was requested." >&2;}
16777 { (exit 1); exit 1; }; } ;;
16778 esac
16782 if test "$ac_cv_header_jpeglib_h" = "yes"
16783 then
16784 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16785 $as_echo_n "checking for -ljpeg... " >&6; }
16786 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16787 $as_echo_n "(cached) " >&6
16788 else
16789 ac_check_soname_save_LIBS=$LIBS
16790 LIBS="-ljpeg $LIBS"
16791 cat >conftest.$ac_ext <<_ACEOF
16792 /* confdefs.h. */
16793 _ACEOF
16794 cat confdefs.h >>conftest.$ac_ext
16795 cat >>conftest.$ac_ext <<_ACEOF
16796 /* end confdefs.h. */
16798 /* Override any GCC internal prototype to avoid an error.
16799 Use char because int might match the return type of a GCC
16800 builtin and then its argument prototype would still apply. */
16801 #ifdef __cplusplus
16802 extern "C"
16803 #endif
16804 char jpeg_start_decompress ();
16806 main ()
16808 return jpeg_start_decompress ();
16810 return 0;
16812 _ACEOF
16813 rm -f conftest.$ac_objext conftest$ac_exeext
16814 if { (ac_try="$ac_link"
16815 case "(($ac_try" in
16816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16817 *) ac_try_echo=$ac_try;;
16818 esac
16819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16820 $as_echo "$ac_try_echo") >&5
16821 (eval "$ac_link") 2>conftest.er1
16822 ac_status=$?
16823 grep -v '^ *+' conftest.er1 >conftest.err
16824 rm -f conftest.er1
16825 cat conftest.err >&5
16826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16827 (exit $ac_status); } && {
16828 test -z "$ac_c_werror_flag" ||
16829 test ! -s conftest.err
16830 } && test -s conftest$ac_exeext && {
16831 test "$cross_compiling" = yes ||
16832 $as_test_x conftest$ac_exeext
16833 }; then
16834 case "$LIBEXT" in
16835 dll) ;;
16836 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'` ;;
16837 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16838 esac
16839 else
16840 $as_echo "$as_me: failed program was:" >&5
16841 sed 's/^/| /' conftest.$ac_ext >&5
16846 rm -rf conftest.dSYM
16847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16848 conftest$ac_exeext conftest.$ac_ext
16849 LIBS=$ac_check_soname_save_LIBS
16851 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16852 { $as_echo "$as_me:$LINENO: result: not found" >&5
16853 $as_echo "not found" >&6; }
16855 else
16856 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16857 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16859 cat >>confdefs.h <<_ACEOF
16860 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16861 _ACEOF
16867 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16868 case "x$with_jpeg" in
16869 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16870 xno) ;;
16871 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16872 This is an error since --with-jpeg was requested." >&5
16873 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16874 This is an error since --with-jpeg was requested." >&2;}
16875 { (exit 1); exit 1; }; } ;;
16876 esac
16880 if test "$ac_cv_header_png_h" = "yes"
16881 then
16882 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16883 $as_echo_n "checking for -lpng... " >&6; }
16884 if test "${ac_cv_lib_soname_png+set}" = set; then
16885 $as_echo_n "(cached) " >&6
16886 else
16887 ac_check_soname_save_LIBS=$LIBS
16888 LIBS="-lpng -lm -lz $LIBS"
16889 cat >conftest.$ac_ext <<_ACEOF
16890 /* confdefs.h. */
16891 _ACEOF
16892 cat confdefs.h >>conftest.$ac_ext
16893 cat >>conftest.$ac_ext <<_ACEOF
16894 /* end confdefs.h. */
16896 /* Override any GCC internal prototype to avoid an error.
16897 Use char because int might match the return type of a GCC
16898 builtin and then its argument prototype would still apply. */
16899 #ifdef __cplusplus
16900 extern "C"
16901 #endif
16902 char png_create_read_struct ();
16904 main ()
16906 return png_create_read_struct ();
16908 return 0;
16910 _ACEOF
16911 rm -f conftest.$ac_objext conftest$ac_exeext
16912 if { (ac_try="$ac_link"
16913 case "(($ac_try" in
16914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16915 *) ac_try_echo=$ac_try;;
16916 esac
16917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16918 $as_echo "$ac_try_echo") >&5
16919 (eval "$ac_link") 2>conftest.er1
16920 ac_status=$?
16921 grep -v '^ *+' conftest.er1 >conftest.err
16922 rm -f conftest.er1
16923 cat conftest.err >&5
16924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16925 (exit $ac_status); } && {
16926 test -z "$ac_c_werror_flag" ||
16927 test ! -s conftest.err
16928 } && test -s conftest$ac_exeext && {
16929 test "$cross_compiling" = yes ||
16930 $as_test_x conftest$ac_exeext
16931 }; then
16932 case "$LIBEXT" in
16933 dll) ;;
16934 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'` ;;
16935 *) 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'` ;;
16936 esac
16937 else
16938 $as_echo "$as_me: failed program was:" >&5
16939 sed 's/^/| /' conftest.$ac_ext >&5
16944 rm -rf conftest.dSYM
16945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16946 conftest$ac_exeext conftest.$ac_ext
16947 LIBS=$ac_check_soname_save_LIBS
16949 if test "x$ac_cv_lib_soname_png" = "x"; then
16950 { $as_echo "$as_me:$LINENO: result: not found" >&5
16951 $as_echo "not found" >&6; }
16953 else
16954 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16955 $as_echo "$ac_cv_lib_soname_png" >&6; }
16957 cat >>confdefs.h <<_ACEOF
16958 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16959 _ACEOF
16965 if test "x$ac_cv_lib_soname_png" = "x"; then
16966 case "x$with_png" in
16967 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16968 xno) ;;
16969 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16970 This is an error since --with-png was requested." >&5
16971 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16972 This is an error since --with-png was requested." >&2;}
16973 { (exit 1); exit 1; }; } ;;
16974 esac
16978 if test "$ac_cv_header_kstat_h" = "yes"
16979 then
16980 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16981 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16982 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16983 $as_echo_n "(cached) " >&6
16984 else
16985 ac_check_lib_save_LIBS=$LIBS
16986 LIBS="-lkstat $LIBS"
16987 cat >conftest.$ac_ext <<_ACEOF
16988 /* confdefs.h. */
16989 _ACEOF
16990 cat confdefs.h >>conftest.$ac_ext
16991 cat >>conftest.$ac_ext <<_ACEOF
16992 /* end confdefs.h. */
16994 /* Override any GCC internal prototype to avoid an error.
16995 Use char because int might match the return type of a GCC
16996 builtin and then its argument prototype would still apply. */
16997 #ifdef __cplusplus
16998 extern "C"
16999 #endif
17000 char kstat_open ();
17002 main ()
17004 return kstat_open ();
17006 return 0;
17008 _ACEOF
17009 rm -f conftest.$ac_objext conftest$ac_exeext
17010 if { (ac_try="$ac_link"
17011 case "(($ac_try" in
17012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17013 *) ac_try_echo=$ac_try;;
17014 esac
17015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17016 $as_echo "$ac_try_echo") >&5
17017 (eval "$ac_link") 2>conftest.er1
17018 ac_status=$?
17019 grep -v '^ *+' conftest.er1 >conftest.err
17020 rm -f conftest.er1
17021 cat conftest.err >&5
17022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023 (exit $ac_status); } && {
17024 test -z "$ac_c_werror_flag" ||
17025 test ! -s conftest.err
17026 } && test -s conftest$ac_exeext && {
17027 test "$cross_compiling" = yes ||
17028 $as_test_x conftest$ac_exeext
17029 }; then
17030 ac_cv_lib_kstat_kstat_open=yes
17031 else
17032 $as_echo "$as_me: failed program was:" >&5
17033 sed 's/^/| /' conftest.$ac_ext >&5
17035 ac_cv_lib_kstat_kstat_open=no
17038 rm -rf conftest.dSYM
17039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17040 conftest$ac_exeext conftest.$ac_ext
17041 LIBS=$ac_check_lib_save_LIBS
17043 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17044 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17045 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17047 cat >>confdefs.h <<\_ACEOF
17048 #define HAVE_LIBKSTAT 1
17049 _ACEOF
17051 LIBKSTAT="-lkstat"
17057 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17058 $as_echo_n "checking for -lodbc... " >&6; }
17059 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17060 $as_echo_n "(cached) " >&6
17061 else
17062 ac_check_soname_save_LIBS=$LIBS
17063 LIBS="-lodbc $LIBS"
17064 cat >conftest.$ac_ext <<_ACEOF
17065 /* confdefs.h. */
17066 _ACEOF
17067 cat confdefs.h >>conftest.$ac_ext
17068 cat >>conftest.$ac_ext <<_ACEOF
17069 /* end confdefs.h. */
17071 /* Override any GCC internal prototype to avoid an error.
17072 Use char because int might match the return type of a GCC
17073 builtin and then its argument prototype would still apply. */
17074 #ifdef __cplusplus
17075 extern "C"
17076 #endif
17077 char SQLConnect ();
17079 main ()
17081 return SQLConnect ();
17083 return 0;
17085 _ACEOF
17086 rm -f conftest.$ac_objext conftest$ac_exeext
17087 if { (ac_try="$ac_link"
17088 case "(($ac_try" in
17089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17090 *) ac_try_echo=$ac_try;;
17091 esac
17092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17093 $as_echo "$ac_try_echo") >&5
17094 (eval "$ac_link") 2>conftest.er1
17095 ac_status=$?
17096 grep -v '^ *+' conftest.er1 >conftest.err
17097 rm -f conftest.er1
17098 cat conftest.err >&5
17099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100 (exit $ac_status); } && {
17101 test -z "$ac_c_werror_flag" ||
17102 test ! -s conftest.err
17103 } && test -s conftest$ac_exeext && {
17104 test "$cross_compiling" = yes ||
17105 $as_test_x conftest$ac_exeext
17106 }; then
17107 case "$LIBEXT" in
17108 dll) ;;
17109 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'` ;;
17110 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17111 esac
17112 else
17113 $as_echo "$as_me: failed program was:" >&5
17114 sed 's/^/| /' conftest.$ac_ext >&5
17119 rm -rf conftest.dSYM
17120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17121 conftest$ac_exeext conftest.$ac_ext
17122 LIBS=$ac_check_soname_save_LIBS
17124 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17125 { $as_echo "$as_me:$LINENO: result: not found" >&5
17126 $as_echo "not found" >&6; }
17127 cat >>confdefs.h <<_ACEOF
17128 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17129 _ACEOF
17131 else
17132 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17133 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17135 cat >>confdefs.h <<_ACEOF
17136 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17137 _ACEOF
17143 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17144 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17145 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17146 "$ac_cv_header_soundcard_h" != "yes" -a \
17147 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17148 then
17149 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17153 EXTRACFLAGS=""
17155 if test "x${GCC}" = "xyes"
17156 then
17157 EXTRACFLAGS="-Wall -pipe"
17159 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17160 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17161 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17162 $as_echo_n "(cached) " >&6
17163 else
17164 if test "$cross_compiling" = yes; then
17165 ac_cv_c_gcc_strength_bug="yes"
17166 else
17167 cat >conftest.$ac_ext <<_ACEOF
17168 /* confdefs.h. */
17169 _ACEOF
17170 cat confdefs.h >>conftest.$ac_ext
17171 cat >>conftest.$ac_ext <<_ACEOF
17172 /* end confdefs.h. */
17173 int L[4] = {0,1,2,3};
17175 main ()
17177 static int Array[3];
17178 unsigned int B = 3;
17179 int i;
17180 for(i=0; i<B; i++) Array[i] = i - 3;
17181 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17182 L[i] = 4;
17183 return (Array[1] != -2 || L[2] != 3)
17185 return 0;
17187 _ACEOF
17188 rm -f conftest$ac_exeext
17189 if { (ac_try="$ac_link"
17190 case "(($ac_try" in
17191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17192 *) ac_try_echo=$ac_try;;
17193 esac
17194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17195 $as_echo "$ac_try_echo") >&5
17196 (eval "$ac_link") 2>&5
17197 ac_status=$?
17198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17199 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17200 { (case "(($ac_try" in
17201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17202 *) ac_try_echo=$ac_try;;
17203 esac
17204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17205 $as_echo "$ac_try_echo") >&5
17206 (eval "$ac_try") 2>&5
17207 ac_status=$?
17208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17209 (exit $ac_status); }; }; then
17210 ac_cv_c_gcc_strength_bug="no"
17211 else
17212 $as_echo "$as_me: program exited with status $ac_status" >&5
17213 $as_echo "$as_me: failed program was:" >&5
17214 sed 's/^/| /' conftest.$ac_ext >&5
17216 ( exit $ac_status )
17217 ac_cv_c_gcc_strength_bug="yes"
17219 rm -rf conftest.dSYM
17220 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17225 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17226 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17227 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17228 then
17229 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17232 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17233 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17234 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17235 $as_echo_n "(cached) " >&6
17236 else
17237 ac_wine_try_cflags_saved=$CFLAGS
17238 CFLAGS="$CFLAGS -fno-builtin"
17239 cat >conftest.$ac_ext <<_ACEOF
17240 /* confdefs.h. */
17241 _ACEOF
17242 cat confdefs.h >>conftest.$ac_ext
17243 cat >>conftest.$ac_ext <<_ACEOF
17244 /* end confdefs.h. */
17247 main ()
17251 return 0;
17253 _ACEOF
17254 rm -f conftest.$ac_objext conftest$ac_exeext
17255 if { (ac_try="$ac_link"
17256 case "(($ac_try" in
17257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17258 *) ac_try_echo=$ac_try;;
17259 esac
17260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17261 $as_echo "$ac_try_echo") >&5
17262 (eval "$ac_link") 2>conftest.er1
17263 ac_status=$?
17264 grep -v '^ *+' conftest.er1 >conftest.err
17265 rm -f conftest.er1
17266 cat conftest.err >&5
17267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17268 (exit $ac_status); } && {
17269 test -z "$ac_c_werror_flag" ||
17270 test ! -s conftest.err
17271 } && test -s conftest$ac_exeext && {
17272 test "$cross_compiling" = yes ||
17273 $as_test_x conftest$ac_exeext
17274 }; then
17275 ac_cv_cflags__fno_builtin=yes
17276 else
17277 $as_echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 ac_cv_cflags__fno_builtin=no
17283 rm -rf conftest.dSYM
17284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17285 conftest$ac_exeext conftest.$ac_ext
17286 CFLAGS=$ac_wine_try_cflags_saved
17288 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17289 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17290 if test $ac_cv_cflags__fno_builtin = yes; then
17291 BUILTINFLAG="-fno-builtin"
17295 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17296 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17297 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17298 $as_echo_n "(cached) " >&6
17299 else
17300 ac_wine_try_cflags_saved=$CFLAGS
17301 CFLAGS="$CFLAGS -fno-strict-aliasing"
17302 cat >conftest.$ac_ext <<_ACEOF
17303 /* confdefs.h. */
17304 _ACEOF
17305 cat confdefs.h >>conftest.$ac_ext
17306 cat >>conftest.$ac_ext <<_ACEOF
17307 /* end confdefs.h. */
17310 main ()
17314 return 0;
17316 _ACEOF
17317 rm -f conftest.$ac_objext conftest$ac_exeext
17318 if { (ac_try="$ac_link"
17319 case "(($ac_try" in
17320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17321 *) ac_try_echo=$ac_try;;
17322 esac
17323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17324 $as_echo "$ac_try_echo") >&5
17325 (eval "$ac_link") 2>conftest.er1
17326 ac_status=$?
17327 grep -v '^ *+' conftest.er1 >conftest.err
17328 rm -f conftest.er1
17329 cat conftest.err >&5
17330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17331 (exit $ac_status); } && {
17332 test -z "$ac_c_werror_flag" ||
17333 test ! -s conftest.err
17334 } && test -s conftest$ac_exeext && {
17335 test "$cross_compiling" = yes ||
17336 $as_test_x conftest$ac_exeext
17337 }; then
17338 ac_cv_cflags__fno_strict_aliasing=yes
17339 else
17340 $as_echo "$as_me: failed program was:" >&5
17341 sed 's/^/| /' conftest.$ac_ext >&5
17343 ac_cv_cflags__fno_strict_aliasing=no
17346 rm -rf conftest.dSYM
17347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17348 conftest$ac_exeext conftest.$ac_ext
17349 CFLAGS=$ac_wine_try_cflags_saved
17351 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17352 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17353 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17354 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17357 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17358 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17359 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17360 $as_echo_n "(cached) " >&6
17361 else
17362 ac_wine_try_cflags_saved=$CFLAGS
17363 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17364 cat >conftest.$ac_ext <<_ACEOF
17365 /* confdefs.h. */
17366 _ACEOF
17367 cat confdefs.h >>conftest.$ac_ext
17368 cat >>conftest.$ac_ext <<_ACEOF
17369 /* end confdefs.h. */
17372 main ()
17376 return 0;
17378 _ACEOF
17379 rm -f conftest.$ac_objext conftest$ac_exeext
17380 if { (ac_try="$ac_link"
17381 case "(($ac_try" in
17382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383 *) ac_try_echo=$ac_try;;
17384 esac
17385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17386 $as_echo "$ac_try_echo") >&5
17387 (eval "$ac_link") 2>conftest.er1
17388 ac_status=$?
17389 grep -v '^ *+' conftest.er1 >conftest.err
17390 rm -f conftest.er1
17391 cat conftest.err >&5
17392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17393 (exit $ac_status); } && {
17394 test -z "$ac_c_werror_flag" ||
17395 test ! -s conftest.err
17396 } && test -s conftest$ac_exeext && {
17397 test "$cross_compiling" = yes ||
17398 $as_test_x conftest$ac_exeext
17399 }; then
17400 ac_cv_cflags__Wdeclaration_after_statement=yes
17401 else
17402 $as_echo "$as_me: failed program was:" >&5
17403 sed 's/^/| /' conftest.$ac_ext >&5
17405 ac_cv_cflags__Wdeclaration_after_statement=no
17408 rm -rf conftest.dSYM
17409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17410 conftest$ac_exeext conftest.$ac_ext
17411 CFLAGS=$ac_wine_try_cflags_saved
17413 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17414 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17415 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17416 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17419 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17420 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17421 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17422 $as_echo_n "(cached) " >&6
17423 else
17424 ac_wine_try_cflags_saved=$CFLAGS
17425 CFLAGS="$CFLAGS -Wwrite-strings"
17426 cat >conftest.$ac_ext <<_ACEOF
17427 /* confdefs.h. */
17428 _ACEOF
17429 cat confdefs.h >>conftest.$ac_ext
17430 cat >>conftest.$ac_ext <<_ACEOF
17431 /* end confdefs.h. */
17434 main ()
17438 return 0;
17440 _ACEOF
17441 rm -f conftest.$ac_objext conftest$ac_exeext
17442 if { (ac_try="$ac_link"
17443 case "(($ac_try" in
17444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17445 *) ac_try_echo=$ac_try;;
17446 esac
17447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17448 $as_echo "$ac_try_echo") >&5
17449 (eval "$ac_link") 2>conftest.er1
17450 ac_status=$?
17451 grep -v '^ *+' conftest.er1 >conftest.err
17452 rm -f conftest.er1
17453 cat conftest.err >&5
17454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17455 (exit $ac_status); } && {
17456 test -z "$ac_c_werror_flag" ||
17457 test ! -s conftest.err
17458 } && test -s conftest$ac_exeext && {
17459 test "$cross_compiling" = yes ||
17460 $as_test_x conftest$ac_exeext
17461 }; then
17462 ac_cv_cflags__Wwrite_strings=yes
17463 else
17464 $as_echo "$as_me: failed program was:" >&5
17465 sed 's/^/| /' conftest.$ac_ext >&5
17467 ac_cv_cflags__Wwrite_strings=no
17470 rm -rf conftest.dSYM
17471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17472 conftest$ac_exeext conftest.$ac_ext
17473 CFLAGS=$ac_wine_try_cflags_saved
17475 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17476 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17477 if test $ac_cv_cflags__Wwrite_strings = yes; then
17478 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17481 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17482 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17483 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17484 $as_echo_n "(cached) " >&6
17485 else
17486 ac_wine_try_cflags_saved=$CFLAGS
17487 CFLAGS="$CFLAGS -Wtype-limits"
17488 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h. */
17490 _ACEOF
17491 cat confdefs.h >>conftest.$ac_ext
17492 cat >>conftest.$ac_ext <<_ACEOF
17493 /* end confdefs.h. */
17496 main ()
17500 return 0;
17502 _ACEOF
17503 rm -f conftest.$ac_objext conftest$ac_exeext
17504 if { (ac_try="$ac_link"
17505 case "(($ac_try" in
17506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17507 *) ac_try_echo=$ac_try;;
17508 esac
17509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17510 $as_echo "$ac_try_echo") >&5
17511 (eval "$ac_link") 2>conftest.er1
17512 ac_status=$?
17513 grep -v '^ *+' conftest.er1 >conftest.err
17514 rm -f conftest.er1
17515 cat conftest.err >&5
17516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517 (exit $ac_status); } && {
17518 test -z "$ac_c_werror_flag" ||
17519 test ! -s conftest.err
17520 } && test -s conftest$ac_exeext && {
17521 test "$cross_compiling" = yes ||
17522 $as_test_x conftest$ac_exeext
17523 }; then
17524 ac_cv_cflags__Wtype_limits=yes
17525 else
17526 $as_echo "$as_me: failed program was:" >&5
17527 sed 's/^/| /' conftest.$ac_ext >&5
17529 ac_cv_cflags__Wtype_limits=no
17532 rm -rf conftest.dSYM
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534 conftest$ac_exeext conftest.$ac_ext
17535 CFLAGS=$ac_wine_try_cflags_saved
17537 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17538 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17539 if test $ac_cv_cflags__Wtype_limits = yes; then
17540 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17544 saved_CFLAGS="$CFLAGS"
17545 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17546 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17547 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17548 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17549 $as_echo_n "(cached) " >&6
17550 else
17551 cat >conftest.$ac_ext <<_ACEOF
17552 /* confdefs.h. */
17553 _ACEOF
17554 cat confdefs.h >>conftest.$ac_ext
17555 cat >>conftest.$ac_ext <<_ACEOF
17556 /* end confdefs.h. */
17557 #include <string.h>
17559 main ()
17563 return 0;
17565 _ACEOF
17566 rm -f conftest.$ac_objext
17567 if { (ac_try="$ac_compile"
17568 case "(($ac_try" in
17569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17570 *) ac_try_echo=$ac_try;;
17571 esac
17572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17573 $as_echo "$ac_try_echo") >&5
17574 (eval "$ac_compile") 2>conftest.er1
17575 ac_status=$?
17576 grep -v '^ *+' conftest.er1 >conftest.err
17577 rm -f conftest.er1
17578 cat conftest.err >&5
17579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17580 (exit $ac_status); } && {
17581 test -z "$ac_c_werror_flag" ||
17582 test ! -s conftest.err
17583 } && test -s conftest.$ac_objext; then
17584 ac_cv_c_string_h_warnings=no
17585 else
17586 $as_echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5
17589 ac_cv_c_string_h_warnings=yes
17592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17594 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17595 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17596 CFLAGS="$saved_CFLAGS"
17597 if test "$ac_cv_c_string_h_warnings" = "no"
17598 then
17599 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17604 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17605 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17606 if test "${ac_cv_asm_func_def+set}" = set; then
17607 $as_echo_n "(cached) " >&6
17608 else
17609 cat >conftest.$ac_ext <<_ACEOF
17610 /* confdefs.h. */
17611 _ACEOF
17612 cat confdefs.h >>conftest.$ac_ext
17613 cat >>conftest.$ac_ext <<_ACEOF
17614 /* end confdefs.h. */
17617 main ()
17619 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17621 return 0;
17623 _ACEOF
17624 rm -f conftest.$ac_objext conftest$ac_exeext
17625 if { (ac_try="$ac_link"
17626 case "(($ac_try" in
17627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17628 *) ac_try_echo=$ac_try;;
17629 esac
17630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17631 $as_echo "$ac_try_echo") >&5
17632 (eval "$ac_link") 2>conftest.er1
17633 ac_status=$?
17634 grep -v '^ *+' conftest.er1 >conftest.err
17635 rm -f conftest.er1
17636 cat conftest.err >&5
17637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17638 (exit $ac_status); } && {
17639 test -z "$ac_c_werror_flag" ||
17640 test ! -s conftest.err
17641 } && test -s conftest$ac_exeext && {
17642 test "$cross_compiling" = yes ||
17643 $as_test_x conftest$ac_exeext
17644 }; then
17645 ac_cv_asm_func_def=".def"
17646 else
17647 $as_echo "$as_me: failed program was:" >&5
17648 sed 's/^/| /' conftest.$ac_ext >&5
17650 cat >conftest.$ac_ext <<_ACEOF
17651 /* confdefs.h. */
17652 _ACEOF
17653 cat confdefs.h >>conftest.$ac_ext
17654 cat >>conftest.$ac_ext <<_ACEOF
17655 /* end confdefs.h. */
17658 main ()
17660 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17662 return 0;
17664 _ACEOF
17665 rm -f conftest.$ac_objext conftest$ac_exeext
17666 if { (ac_try="$ac_link"
17667 case "(($ac_try" in
17668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17669 *) ac_try_echo=$ac_try;;
17670 esac
17671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17672 $as_echo "$ac_try_echo") >&5
17673 (eval "$ac_link") 2>conftest.er1
17674 ac_status=$?
17675 grep -v '^ *+' conftest.er1 >conftest.err
17676 rm -f conftest.er1
17677 cat conftest.err >&5
17678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17679 (exit $ac_status); } && {
17680 test -z "$ac_c_werror_flag" ||
17681 test ! -s conftest.err
17682 } && test -s conftest$ac_exeext && {
17683 test "$cross_compiling" = yes ||
17684 $as_test_x conftest$ac_exeext
17685 }; then
17686 ac_cv_asm_func_def=".type @function"
17687 else
17688 $as_echo "$as_me: failed program was:" >&5
17689 sed 's/^/| /' conftest.$ac_ext >&5
17691 cat >conftest.$ac_ext <<_ACEOF
17692 /* confdefs.h. */
17693 _ACEOF
17694 cat confdefs.h >>conftest.$ac_ext
17695 cat >>conftest.$ac_ext <<_ACEOF
17696 /* end confdefs.h. */
17699 main ()
17701 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17703 return 0;
17705 _ACEOF
17706 rm -f conftest.$ac_objext conftest$ac_exeext
17707 if { (ac_try="$ac_link"
17708 case "(($ac_try" in
17709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17710 *) ac_try_echo=$ac_try;;
17711 esac
17712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17713 $as_echo "$ac_try_echo") >&5
17714 (eval "$ac_link") 2>conftest.er1
17715 ac_status=$?
17716 grep -v '^ *+' conftest.er1 >conftest.err
17717 rm -f conftest.er1
17718 cat conftest.err >&5
17719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17720 (exit $ac_status); } && {
17721 test -z "$ac_c_werror_flag" ||
17722 test ! -s conftest.err
17723 } && test -s conftest$ac_exeext && {
17724 test "$cross_compiling" = yes ||
17725 $as_test_x conftest$ac_exeext
17726 }; then
17727 ac_cv_asm_func_def=".type 2"
17728 else
17729 $as_echo "$as_me: failed program was:" >&5
17730 sed 's/^/| /' conftest.$ac_ext >&5
17732 ac_cv_asm_func_def="unknown"
17735 rm -rf conftest.dSYM
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17740 rm -rf conftest.dSYM
17741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17742 conftest$ac_exeext conftest.$ac_ext
17745 rm -rf conftest.dSYM
17746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17747 conftest$ac_exeext conftest.$ac_ext
17749 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17750 $as_echo "$ac_cv_asm_func_def" >&6; }
17754 case "$ac_cv_asm_func_def" in
17755 ".def")
17756 cat >>confdefs.h <<\_ACEOF
17757 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17758 _ACEOF
17760 ".type @function")
17761 cat >>confdefs.h <<\_ACEOF
17762 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17763 _ACEOF
17765 ".type 2")
17766 cat >>confdefs.h <<\_ACEOF
17767 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17768 _ACEOF
17771 cat >>confdefs.h <<\_ACEOF
17772 #define __ASM_FUNC(name) ""
17773 _ACEOF
17775 esac
17778 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17779 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17780 if test "${ac_cv_c_extern_prefix+set}" = set; then
17781 $as_echo_n "(cached) " >&6
17782 else
17783 cat >conftest.$ac_ext <<_ACEOF
17784 /* confdefs.h. */
17785 _ACEOF
17786 cat confdefs.h >>conftest.$ac_ext
17787 cat >>conftest.$ac_ext <<_ACEOF
17788 /* end confdefs.h. */
17789 extern int ac_test;
17791 main ()
17793 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17795 return 0;
17797 _ACEOF
17798 rm -f conftest.$ac_objext conftest$ac_exeext
17799 if { (ac_try="$ac_link"
17800 case "(($ac_try" in
17801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17802 *) ac_try_echo=$ac_try;;
17803 esac
17804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17805 $as_echo "$ac_try_echo") >&5
17806 (eval "$ac_link") 2>conftest.er1
17807 ac_status=$?
17808 grep -v '^ *+' conftest.er1 >conftest.err
17809 rm -f conftest.er1
17810 cat conftest.err >&5
17811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17812 (exit $ac_status); } && {
17813 test -z "$ac_c_werror_flag" ||
17814 test ! -s conftest.err
17815 } && test -s conftest$ac_exeext && {
17816 test "$cross_compiling" = yes ||
17817 $as_test_x conftest$ac_exeext
17818 }; then
17819 ac_cv_c_extern_prefix="yes"
17820 else
17821 $as_echo "$as_me: failed program was:" >&5
17822 sed 's/^/| /' conftest.$ac_ext >&5
17824 ac_cv_c_extern_prefix="no"
17827 rm -rf conftest.dSYM
17828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17829 conftest$ac_exeext conftest.$ac_ext
17831 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17832 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17836 if test "$ac_cv_c_extern_prefix" = "yes"
17837 then
17838 cat >>confdefs.h <<\_ACEOF
17839 #define __ASM_NAME(name) "_" name
17840 _ACEOF
17842 else
17843 cat >>confdefs.h <<\_ACEOF
17844 #define __ASM_NAME(name) name
17845 _ACEOF
17850 LDPATH=""
17852 case $build_os in
17853 cygwin*|mingw32*)
17854 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17856 darwin*|macosx*)
17859 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17861 esac
17863 case $host_os in
17864 mingw32*)
17865 CRTLIBS="-lmsvcrt"
17867 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17870 esac
17872 case $host_cpu in
17873 *i[3456789]86*)
17874 case $host_os in
17875 linux* | k*bsd*-gnu)
17876 EXTRA_BINARIES="wine-preloader"
17878 esac
17880 esac
17883 ac_save_CFLAGS="$CFLAGS"
17884 CFLAGS="$CFLAGS $BUILTINFLAG"
17953 for ac_func in \
17954 _pclose \
17955 _popen \
17956 _snprintf \
17957 _spawnvp \
17958 _strdup \
17959 _stricmp \
17960 _strnicmp \
17961 _strtoi64 \
17962 _strtoui64 \
17963 _vsnprintf \
17964 asctime_r \
17965 chsize \
17966 dlopen \
17967 epoll_create \
17968 ffs \
17969 finite \
17970 fork \
17971 fpclass \
17972 fstatfs \
17973 fstatvfs \
17974 ftruncate \
17975 futimes \
17976 futimesat \
17977 getdirentries \
17978 getopt_long \
17979 getpagesize \
17980 getpwuid \
17981 gettid \
17982 gettimeofday \
17983 getuid \
17984 kqueue \
17985 lstat \
17986 memmove \
17987 mmap \
17988 pclose \
17989 poll \
17990 popen \
17991 prctl \
17992 pread \
17993 pwrite \
17994 readdir \
17995 readlink \
17996 sched_yield \
17997 select \
17998 setproctitle \
17999 setrlimit \
18000 settimeofday \
18001 sigaltstack \
18002 sigprocmask \
18003 snprintf \
18004 spawnvp \
18005 statfs \
18006 statvfs \
18007 strcasecmp \
18008 strdup \
18009 strerror \
18010 strncasecmp \
18011 strtold \
18012 strtoll \
18013 strtoull \
18014 symlink \
18015 tcgetattr \
18016 thr_kill2 \
18017 timegm \
18018 usleep \
18019 vsnprintf \
18020 wait4 \
18021 waitpid \
18024 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18025 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18026 $as_echo_n "checking for $ac_func... " >&6; }
18027 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18028 $as_echo_n "(cached) " >&6
18029 else
18030 cat >conftest.$ac_ext <<_ACEOF
18031 /* confdefs.h. */
18032 _ACEOF
18033 cat confdefs.h >>conftest.$ac_ext
18034 cat >>conftest.$ac_ext <<_ACEOF
18035 /* end confdefs.h. */
18036 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18037 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18038 #define $ac_func innocuous_$ac_func
18040 /* System header to define __stub macros and hopefully few prototypes,
18041 which can conflict with char $ac_func (); below.
18042 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18043 <limits.h> exists even on freestanding compilers. */
18045 #ifdef __STDC__
18046 # include <limits.h>
18047 #else
18048 # include <assert.h>
18049 #endif
18051 #undef $ac_func
18053 /* Override any GCC internal prototype to avoid an error.
18054 Use char because int might match the return type of a GCC
18055 builtin and then its argument prototype would still apply. */
18056 #ifdef __cplusplus
18057 extern "C"
18058 #endif
18059 char $ac_func ();
18060 /* The GNU C library defines this for functions which it implements
18061 to always fail with ENOSYS. Some functions are actually named
18062 something starting with __ and the normal name is an alias. */
18063 #if defined __stub_$ac_func || defined __stub___$ac_func
18064 choke me
18065 #endif
18068 main ()
18070 return $ac_func ();
18072 return 0;
18074 _ACEOF
18075 rm -f conftest.$ac_objext conftest$ac_exeext
18076 if { (ac_try="$ac_link"
18077 case "(($ac_try" in
18078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18079 *) ac_try_echo=$ac_try;;
18080 esac
18081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18082 $as_echo "$ac_try_echo") >&5
18083 (eval "$ac_link") 2>conftest.er1
18084 ac_status=$?
18085 grep -v '^ *+' conftest.er1 >conftest.err
18086 rm -f conftest.er1
18087 cat conftest.err >&5
18088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089 (exit $ac_status); } && {
18090 test -z "$ac_c_werror_flag" ||
18091 test ! -s conftest.err
18092 } && test -s conftest$ac_exeext && {
18093 test "$cross_compiling" = yes ||
18094 $as_test_x conftest$ac_exeext
18095 }; then
18096 eval "$as_ac_var=yes"
18097 else
18098 $as_echo "$as_me: failed program was:" >&5
18099 sed 's/^/| /' conftest.$ac_ext >&5
18101 eval "$as_ac_var=no"
18104 rm -rf conftest.dSYM
18105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18106 conftest$ac_exeext conftest.$ac_ext
18108 ac_res=`eval 'as_val=${'$as_ac_var'}
18109 $as_echo "$as_val"'`
18110 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18111 $as_echo "$ac_res" >&6; }
18112 as_val=`eval 'as_val=${'$as_ac_var'}
18113 $as_echo "$as_val"'`
18114 if test "x$as_val" = x""yes; then
18115 cat >>confdefs.h <<_ACEOF
18116 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18117 _ACEOF
18120 done
18122 CFLAGS="$ac_save_CFLAGS"
18124 if test "$ac_cv_func_dlopen" = no
18125 then
18126 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18127 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18128 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18129 $as_echo_n "(cached) " >&6
18130 else
18131 ac_check_lib_save_LIBS=$LIBS
18132 LIBS="-ldl $LIBS"
18133 cat >conftest.$ac_ext <<_ACEOF
18134 /* confdefs.h. */
18135 _ACEOF
18136 cat confdefs.h >>conftest.$ac_ext
18137 cat >>conftest.$ac_ext <<_ACEOF
18138 /* end confdefs.h. */
18140 /* Override any GCC internal prototype to avoid an error.
18141 Use char because int might match the return type of a GCC
18142 builtin and then its argument prototype would still apply. */
18143 #ifdef __cplusplus
18144 extern "C"
18145 #endif
18146 char dlopen ();
18148 main ()
18150 return dlopen ();
18152 return 0;
18154 _ACEOF
18155 rm -f conftest.$ac_objext conftest$ac_exeext
18156 if { (ac_try="$ac_link"
18157 case "(($ac_try" in
18158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18159 *) ac_try_echo=$ac_try;;
18160 esac
18161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18162 $as_echo "$ac_try_echo") >&5
18163 (eval "$ac_link") 2>conftest.er1
18164 ac_status=$?
18165 grep -v '^ *+' conftest.er1 >conftest.err
18166 rm -f conftest.er1
18167 cat conftest.err >&5
18168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18169 (exit $ac_status); } && {
18170 test -z "$ac_c_werror_flag" ||
18171 test ! -s conftest.err
18172 } && test -s conftest$ac_exeext && {
18173 test "$cross_compiling" = yes ||
18174 $as_test_x conftest$ac_exeext
18175 }; then
18176 ac_cv_lib_dl_dlopen=yes
18177 else
18178 $as_echo "$as_me: failed program was:" >&5
18179 sed 's/^/| /' conftest.$ac_ext >&5
18181 ac_cv_lib_dl_dlopen=no
18184 rm -rf conftest.dSYM
18185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18186 conftest$ac_exeext conftest.$ac_ext
18187 LIBS=$ac_check_lib_save_LIBS
18189 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18190 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18191 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18192 cat >>confdefs.h <<\_ACEOF
18193 #define HAVE_DLOPEN 1
18194 _ACEOF
18195 LIBDL="-ldl"
18200 ac_wine_check_funcs_save_LIBS="$LIBS"
18201 LIBS="$LIBS $LIBDL"
18203 for ac_func in dladdr
18205 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18206 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18207 $as_echo_n "checking for $ac_func... " >&6; }
18208 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18209 $as_echo_n "(cached) " >&6
18210 else
18211 cat >conftest.$ac_ext <<_ACEOF
18212 /* confdefs.h. */
18213 _ACEOF
18214 cat confdefs.h >>conftest.$ac_ext
18215 cat >>conftest.$ac_ext <<_ACEOF
18216 /* end confdefs.h. */
18217 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18218 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18219 #define $ac_func innocuous_$ac_func
18221 /* System header to define __stub macros and hopefully few prototypes,
18222 which can conflict with char $ac_func (); below.
18223 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18224 <limits.h> exists even on freestanding compilers. */
18226 #ifdef __STDC__
18227 # include <limits.h>
18228 #else
18229 # include <assert.h>
18230 #endif
18232 #undef $ac_func
18234 /* Override any GCC internal prototype to avoid an error.
18235 Use char because int might match the return type of a GCC
18236 builtin and then its argument prototype would still apply. */
18237 #ifdef __cplusplus
18238 extern "C"
18239 #endif
18240 char $ac_func ();
18241 /* The GNU C library defines this for functions which it implements
18242 to always fail with ENOSYS. Some functions are actually named
18243 something starting with __ and the normal name is an alias. */
18244 #if defined __stub_$ac_func || defined __stub___$ac_func
18245 choke me
18246 #endif
18249 main ()
18251 return $ac_func ();
18253 return 0;
18255 _ACEOF
18256 rm -f conftest.$ac_objext conftest$ac_exeext
18257 if { (ac_try="$ac_link"
18258 case "(($ac_try" in
18259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18261 esac
18262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18263 $as_echo "$ac_try_echo") >&5
18264 (eval "$ac_link") 2>conftest.er1
18265 ac_status=$?
18266 grep -v '^ *+' conftest.er1 >conftest.err
18267 rm -f conftest.er1
18268 cat conftest.err >&5
18269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); } && {
18271 test -z "$ac_c_werror_flag" ||
18272 test ! -s conftest.err
18273 } && test -s conftest$ac_exeext && {
18274 test "$cross_compiling" = yes ||
18275 $as_test_x conftest$ac_exeext
18276 }; then
18277 eval "$as_ac_var=yes"
18278 else
18279 $as_echo "$as_me: failed program was:" >&5
18280 sed 's/^/| /' conftest.$ac_ext >&5
18282 eval "$as_ac_var=no"
18285 rm -rf conftest.dSYM
18286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18287 conftest$ac_exeext conftest.$ac_ext
18289 ac_res=`eval 'as_val=${'$as_ac_var'}
18290 $as_echo "$as_val"'`
18291 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18292 $as_echo "$ac_res" >&6; }
18293 as_val=`eval 'as_val=${'$as_ac_var'}
18294 $as_echo "$as_val"'`
18295 if test "x$as_val" = x""yes; then
18296 cat >>confdefs.h <<_ACEOF
18297 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18298 _ACEOF
18301 done
18303 LIBS="$ac_wine_check_funcs_save_LIBS"
18305 if test "$ac_cv_func_poll" = no
18306 then
18307 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18308 $as_echo_n "checking for poll in -lpoll... " >&6; }
18309 if test "${ac_cv_lib_poll_poll+set}" = set; then
18310 $as_echo_n "(cached) " >&6
18311 else
18312 ac_check_lib_save_LIBS=$LIBS
18313 LIBS="-lpoll $LIBS"
18314 cat >conftest.$ac_ext <<_ACEOF
18315 /* confdefs.h. */
18316 _ACEOF
18317 cat confdefs.h >>conftest.$ac_ext
18318 cat >>conftest.$ac_ext <<_ACEOF
18319 /* end confdefs.h. */
18321 /* Override any GCC internal prototype to avoid an error.
18322 Use char because int might match the return type of a GCC
18323 builtin and then its argument prototype would still apply. */
18324 #ifdef __cplusplus
18325 extern "C"
18326 #endif
18327 char poll ();
18329 main ()
18331 return poll ();
18333 return 0;
18335 _ACEOF
18336 rm -f conftest.$ac_objext conftest$ac_exeext
18337 if { (ac_try="$ac_link"
18338 case "(($ac_try" in
18339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18340 *) ac_try_echo=$ac_try;;
18341 esac
18342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18343 $as_echo "$ac_try_echo") >&5
18344 (eval "$ac_link") 2>conftest.er1
18345 ac_status=$?
18346 grep -v '^ *+' conftest.er1 >conftest.err
18347 rm -f conftest.er1
18348 cat conftest.err >&5
18349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18350 (exit $ac_status); } && {
18351 test -z "$ac_c_werror_flag" ||
18352 test ! -s conftest.err
18353 } && test -s conftest$ac_exeext && {
18354 test "$cross_compiling" = yes ||
18355 $as_test_x conftest$ac_exeext
18356 }; then
18357 ac_cv_lib_poll_poll=yes
18358 else
18359 $as_echo "$as_me: failed program was:" >&5
18360 sed 's/^/| /' conftest.$ac_ext >&5
18362 ac_cv_lib_poll_poll=no
18365 rm -rf conftest.dSYM
18366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18367 conftest$ac_exeext conftest.$ac_ext
18368 LIBS=$ac_check_lib_save_LIBS
18370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18371 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18372 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18373 cat >>confdefs.h <<\_ACEOF
18374 #define HAVE_POLL 1
18375 _ACEOF
18376 LIBPOLL="-lpoll"
18382 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18383 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18384 if test "${ac_cv_search_gethostbyname+set}" = set; then
18385 $as_echo_n "(cached) " >&6
18386 else
18387 ac_func_search_save_LIBS=$LIBS
18388 cat >conftest.$ac_ext <<_ACEOF
18389 /* confdefs.h. */
18390 _ACEOF
18391 cat confdefs.h >>conftest.$ac_ext
18392 cat >>conftest.$ac_ext <<_ACEOF
18393 /* end confdefs.h. */
18395 /* Override any GCC internal prototype to avoid an error.
18396 Use char because int might match the return type of a GCC
18397 builtin and then its argument prototype would still apply. */
18398 #ifdef __cplusplus
18399 extern "C"
18400 #endif
18401 char gethostbyname ();
18403 main ()
18405 return gethostbyname ();
18407 return 0;
18409 _ACEOF
18410 for ac_lib in '' nsl; do
18411 if test -z "$ac_lib"; then
18412 ac_res="none required"
18413 else
18414 ac_res=-l$ac_lib
18415 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18417 rm -f conftest.$ac_objext conftest$ac_exeext
18418 if { (ac_try="$ac_link"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18424 $as_echo "$ac_try_echo") >&5
18425 (eval "$ac_link") 2>conftest.er1
18426 ac_status=$?
18427 grep -v '^ *+' conftest.er1 >conftest.err
18428 rm -f conftest.er1
18429 cat conftest.err >&5
18430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18431 (exit $ac_status); } && {
18432 test -z "$ac_c_werror_flag" ||
18433 test ! -s conftest.err
18434 } && test -s conftest$ac_exeext && {
18435 test "$cross_compiling" = yes ||
18436 $as_test_x conftest$ac_exeext
18437 }; then
18438 ac_cv_search_gethostbyname=$ac_res
18439 else
18440 $as_echo "$as_me: failed program was:" >&5
18441 sed 's/^/| /' conftest.$ac_ext >&5
18446 rm -rf conftest.dSYM
18447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18448 conftest$ac_exeext
18449 if test "${ac_cv_search_gethostbyname+set}" = set; then
18450 break
18452 done
18453 if test "${ac_cv_search_gethostbyname+set}" = set; then
18455 else
18456 ac_cv_search_gethostbyname=no
18458 rm conftest.$ac_ext
18459 LIBS=$ac_func_search_save_LIBS
18461 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18462 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18463 ac_res=$ac_cv_search_gethostbyname
18464 if test "$ac_res" != no; then
18465 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18470 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18471 $as_echo_n "checking for library containing connect... " >&6; }
18472 if test "${ac_cv_search_connect+set}" = set; then
18473 $as_echo_n "(cached) " >&6
18474 else
18475 ac_func_search_save_LIBS=$LIBS
18476 cat >conftest.$ac_ext <<_ACEOF
18477 /* confdefs.h. */
18478 _ACEOF
18479 cat confdefs.h >>conftest.$ac_ext
18480 cat >>conftest.$ac_ext <<_ACEOF
18481 /* end confdefs.h. */
18483 /* Override any GCC internal prototype to avoid an error.
18484 Use char because int might match the return type of a GCC
18485 builtin and then its argument prototype would still apply. */
18486 #ifdef __cplusplus
18487 extern "C"
18488 #endif
18489 char connect ();
18491 main ()
18493 return connect ();
18495 return 0;
18497 _ACEOF
18498 for ac_lib in '' socket; do
18499 if test -z "$ac_lib"; then
18500 ac_res="none required"
18501 else
18502 ac_res=-l$ac_lib
18503 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18505 rm -f conftest.$ac_objext conftest$ac_exeext
18506 if { (ac_try="$ac_link"
18507 case "(($ac_try" in
18508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18509 *) ac_try_echo=$ac_try;;
18510 esac
18511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18512 $as_echo "$ac_try_echo") >&5
18513 (eval "$ac_link") 2>conftest.er1
18514 ac_status=$?
18515 grep -v '^ *+' conftest.er1 >conftest.err
18516 rm -f conftest.er1
18517 cat conftest.err >&5
18518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); } && {
18520 test -z "$ac_c_werror_flag" ||
18521 test ! -s conftest.err
18522 } && test -s conftest$ac_exeext && {
18523 test "$cross_compiling" = yes ||
18524 $as_test_x conftest$ac_exeext
18525 }; then
18526 ac_cv_search_connect=$ac_res
18527 else
18528 $as_echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18534 rm -rf conftest.dSYM
18535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18536 conftest$ac_exeext
18537 if test "${ac_cv_search_connect+set}" = set; then
18538 break
18540 done
18541 if test "${ac_cv_search_connect+set}" = set; then
18543 else
18544 ac_cv_search_connect=no
18546 rm conftest.$ac_ext
18547 LIBS=$ac_func_search_save_LIBS
18549 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18550 $as_echo "$ac_cv_search_connect" >&6; }
18551 ac_res=$ac_cv_search_connect
18552 if test "$ac_res" != no; then
18553 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18558 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18559 $as_echo_n "checking for library containing inet_aton... " >&6; }
18560 if test "${ac_cv_search_inet_aton+set}" = set; then
18561 $as_echo_n "(cached) " >&6
18562 else
18563 ac_func_search_save_LIBS=$LIBS
18564 cat >conftest.$ac_ext <<_ACEOF
18565 /* confdefs.h. */
18566 _ACEOF
18567 cat confdefs.h >>conftest.$ac_ext
18568 cat >>conftest.$ac_ext <<_ACEOF
18569 /* end confdefs.h. */
18571 /* Override any GCC internal prototype to avoid an error.
18572 Use char because int might match the return type of a GCC
18573 builtin and then its argument prototype would still apply. */
18574 #ifdef __cplusplus
18575 extern "C"
18576 #endif
18577 char inet_aton ();
18579 main ()
18581 return inet_aton ();
18583 return 0;
18585 _ACEOF
18586 for ac_lib in '' resolv; do
18587 if test -z "$ac_lib"; then
18588 ac_res="none required"
18589 else
18590 ac_res=-l$ac_lib
18591 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18593 rm -f conftest.$ac_objext conftest$ac_exeext
18594 if { (ac_try="$ac_link"
18595 case "(($ac_try" in
18596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18597 *) ac_try_echo=$ac_try;;
18598 esac
18599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18600 $as_echo "$ac_try_echo") >&5
18601 (eval "$ac_link") 2>conftest.er1
18602 ac_status=$?
18603 grep -v '^ *+' conftest.er1 >conftest.err
18604 rm -f conftest.er1
18605 cat conftest.err >&5
18606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18607 (exit $ac_status); } && {
18608 test -z "$ac_c_werror_flag" ||
18609 test ! -s conftest.err
18610 } && test -s conftest$ac_exeext && {
18611 test "$cross_compiling" = yes ||
18612 $as_test_x conftest$ac_exeext
18613 }; then
18614 ac_cv_search_inet_aton=$ac_res
18615 else
18616 $as_echo "$as_me: failed program was:" >&5
18617 sed 's/^/| /' conftest.$ac_ext >&5
18622 rm -rf conftest.dSYM
18623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18624 conftest$ac_exeext
18625 if test "${ac_cv_search_inet_aton+set}" = set; then
18626 break
18628 done
18629 if test "${ac_cv_search_inet_aton+set}" = set; then
18631 else
18632 ac_cv_search_inet_aton=no
18634 rm conftest.$ac_ext
18635 LIBS=$ac_func_search_save_LIBS
18637 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18638 $as_echo "$ac_cv_search_inet_aton" >&6; }
18639 ac_res=$ac_cv_search_inet_aton
18640 if test "$ac_res" != no; then
18641 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18657 for ac_func in \
18658 getaddrinfo \
18659 getnameinfo \
18660 getnetbyname \
18661 getprotobyname \
18662 getprotobynumber \
18663 getservbyport \
18664 inet_network \
18665 inet_ntop \
18666 inet_pton \
18667 sendmsg \
18668 socketpair \
18671 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18672 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18673 $as_echo_n "checking for $ac_func... " >&6; }
18674 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18675 $as_echo_n "(cached) " >&6
18676 else
18677 cat >conftest.$ac_ext <<_ACEOF
18678 /* confdefs.h. */
18679 _ACEOF
18680 cat confdefs.h >>conftest.$ac_ext
18681 cat >>conftest.$ac_ext <<_ACEOF
18682 /* end confdefs.h. */
18683 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18685 #define $ac_func innocuous_$ac_func
18687 /* System header to define __stub macros and hopefully few prototypes,
18688 which can conflict with char $ac_func (); below.
18689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18690 <limits.h> exists even on freestanding compilers. */
18692 #ifdef __STDC__
18693 # include <limits.h>
18694 #else
18695 # include <assert.h>
18696 #endif
18698 #undef $ac_func
18700 /* Override any GCC internal prototype to avoid an error.
18701 Use char because int might match the return type of a GCC
18702 builtin and then its argument prototype would still apply. */
18703 #ifdef __cplusplus
18704 extern "C"
18705 #endif
18706 char $ac_func ();
18707 /* The GNU C library defines this for functions which it implements
18708 to always fail with ENOSYS. Some functions are actually named
18709 something starting with __ and the normal name is an alias. */
18710 #if defined __stub_$ac_func || defined __stub___$ac_func
18711 choke me
18712 #endif
18715 main ()
18717 return $ac_func ();
18719 return 0;
18721 _ACEOF
18722 rm -f conftest.$ac_objext conftest$ac_exeext
18723 if { (ac_try="$ac_link"
18724 case "(($ac_try" in
18725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18726 *) ac_try_echo=$ac_try;;
18727 esac
18728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18729 $as_echo "$ac_try_echo") >&5
18730 (eval "$ac_link") 2>conftest.er1
18731 ac_status=$?
18732 grep -v '^ *+' conftest.er1 >conftest.err
18733 rm -f conftest.er1
18734 cat conftest.err >&5
18735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18736 (exit $ac_status); } && {
18737 test -z "$ac_c_werror_flag" ||
18738 test ! -s conftest.err
18739 } && test -s conftest$ac_exeext && {
18740 test "$cross_compiling" = yes ||
18741 $as_test_x conftest$ac_exeext
18742 }; then
18743 eval "$as_ac_var=yes"
18744 else
18745 $as_echo "$as_me: failed program was:" >&5
18746 sed 's/^/| /' conftest.$ac_ext >&5
18748 eval "$as_ac_var=no"
18751 rm -rf conftest.dSYM
18752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18753 conftest$ac_exeext conftest.$ac_ext
18755 ac_res=`eval 'as_val=${'$as_ac_var'}
18756 $as_echo "$as_val"'`
18757 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18758 $as_echo "$ac_res" >&6; }
18759 as_val=`eval 'as_val=${'$as_ac_var'}
18760 $as_echo "$as_val"'`
18761 if test "x$as_val" = x""yes; then
18762 cat >>confdefs.h <<_ACEOF
18763 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18764 _ACEOF
18767 done
18770 LDAPLIBS=""
18772 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18773 then
18774 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18775 $as_echo_n "checking for LDAPSortKey... " >&6; }
18776 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18777 $as_echo_n "(cached) " >&6
18778 else
18779 ac_cv_type_LDAPSortKey=no
18780 cat >conftest.$ac_ext <<_ACEOF
18781 /* confdefs.h. */
18782 _ACEOF
18783 cat confdefs.h >>conftest.$ac_ext
18784 cat >>conftest.$ac_ext <<_ACEOF
18785 /* end confdefs.h. */
18786 #include <ldap.h>
18789 main ()
18791 if (sizeof (LDAPSortKey))
18792 return 0;
18794 return 0;
18796 _ACEOF
18797 rm -f conftest.$ac_objext
18798 if { (ac_try="$ac_compile"
18799 case "(($ac_try" in
18800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18801 *) ac_try_echo=$ac_try;;
18802 esac
18803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18804 $as_echo "$ac_try_echo") >&5
18805 (eval "$ac_compile") 2>conftest.er1
18806 ac_status=$?
18807 grep -v '^ *+' conftest.er1 >conftest.err
18808 rm -f conftest.er1
18809 cat conftest.err >&5
18810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18811 (exit $ac_status); } && {
18812 test -z "$ac_c_werror_flag" ||
18813 test ! -s conftest.err
18814 } && test -s conftest.$ac_objext; then
18815 cat >conftest.$ac_ext <<_ACEOF
18816 /* confdefs.h. */
18817 _ACEOF
18818 cat confdefs.h >>conftest.$ac_ext
18819 cat >>conftest.$ac_ext <<_ACEOF
18820 /* end confdefs.h. */
18821 #include <ldap.h>
18824 main ()
18826 if (sizeof ((LDAPSortKey)))
18827 return 0;
18829 return 0;
18831 _ACEOF
18832 rm -f conftest.$ac_objext
18833 if { (ac_try="$ac_compile"
18834 case "(($ac_try" in
18835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18836 *) ac_try_echo=$ac_try;;
18837 esac
18838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18839 $as_echo "$ac_try_echo") >&5
18840 (eval "$ac_compile") 2>conftest.er1
18841 ac_status=$?
18842 grep -v '^ *+' conftest.er1 >conftest.err
18843 rm -f conftest.er1
18844 cat conftest.err >&5
18845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846 (exit $ac_status); } && {
18847 test -z "$ac_c_werror_flag" ||
18848 test ! -s conftest.err
18849 } && test -s conftest.$ac_objext; then
18851 else
18852 $as_echo "$as_me: failed program was:" >&5
18853 sed 's/^/| /' conftest.$ac_ext >&5
18855 ac_cv_type_LDAPSortKey=yes
18858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18859 else
18860 $as_echo "$as_me: failed program was:" >&5
18861 sed 's/^/| /' conftest.$ac_ext >&5
18866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18868 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18869 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18870 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18871 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18872 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18873 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18874 $as_echo_n "(cached) " >&6
18875 else
18876 ac_check_lib_save_LIBS=$LIBS
18877 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18878 cat >conftest.$ac_ext <<_ACEOF
18879 /* confdefs.h. */
18880 _ACEOF
18881 cat confdefs.h >>conftest.$ac_ext
18882 cat >>conftest.$ac_ext <<_ACEOF
18883 /* end confdefs.h. */
18885 /* Override any GCC internal prototype to avoid an error.
18886 Use char because int might match the return type of a GCC
18887 builtin and then its argument prototype would still apply. */
18888 #ifdef __cplusplus
18889 extern "C"
18890 #endif
18891 char ldap_initialize ();
18893 main ()
18895 return ldap_initialize ();
18897 return 0;
18899 _ACEOF
18900 rm -f conftest.$ac_objext conftest$ac_exeext
18901 if { (ac_try="$ac_link"
18902 case "(($ac_try" in
18903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18904 *) ac_try_echo=$ac_try;;
18905 esac
18906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18907 $as_echo "$ac_try_echo") >&5
18908 (eval "$ac_link") 2>conftest.er1
18909 ac_status=$?
18910 grep -v '^ *+' conftest.er1 >conftest.err
18911 rm -f conftest.er1
18912 cat conftest.err >&5
18913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18914 (exit $ac_status); } && {
18915 test -z "$ac_c_werror_flag" ||
18916 test ! -s conftest.err
18917 } && test -s conftest$ac_exeext && {
18918 test "$cross_compiling" = yes ||
18919 $as_test_x conftest$ac_exeext
18920 }; then
18921 ac_cv_lib_ldap_r_ldap_initialize=yes
18922 else
18923 $as_echo "$as_me: failed program was:" >&5
18924 sed 's/^/| /' conftest.$ac_ext >&5
18926 ac_cv_lib_ldap_r_ldap_initialize=no
18929 rm -rf conftest.dSYM
18930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18931 conftest$ac_exeext conftest.$ac_ext
18932 LIBS=$ac_check_lib_save_LIBS
18934 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18935 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18936 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18937 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18938 $as_echo_n "checking for ber_init in -llber... " >&6; }
18939 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18940 $as_echo_n "(cached) " >&6
18941 else
18942 ac_check_lib_save_LIBS=$LIBS
18943 LIBS="-llber $LIBPTHREAD $LIBS"
18944 cat >conftest.$ac_ext <<_ACEOF
18945 /* confdefs.h. */
18946 _ACEOF
18947 cat confdefs.h >>conftest.$ac_ext
18948 cat >>conftest.$ac_ext <<_ACEOF
18949 /* end confdefs.h. */
18951 /* Override any GCC internal prototype to avoid an error.
18952 Use char because int might match the return type of a GCC
18953 builtin and then its argument prototype would still apply. */
18954 #ifdef __cplusplus
18955 extern "C"
18956 #endif
18957 char ber_init ();
18959 main ()
18961 return ber_init ();
18963 return 0;
18965 _ACEOF
18966 rm -f conftest.$ac_objext conftest$ac_exeext
18967 if { (ac_try="$ac_link"
18968 case "(($ac_try" in
18969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18970 *) ac_try_echo=$ac_try;;
18971 esac
18972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18973 $as_echo "$ac_try_echo") >&5
18974 (eval "$ac_link") 2>conftest.er1
18975 ac_status=$?
18976 grep -v '^ *+' conftest.er1 >conftest.err
18977 rm -f conftest.er1
18978 cat conftest.err >&5
18979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); } && {
18981 test -z "$ac_c_werror_flag" ||
18982 test ! -s conftest.err
18983 } && test -s conftest$ac_exeext && {
18984 test "$cross_compiling" = yes ||
18985 $as_test_x conftest$ac_exeext
18986 }; then
18987 ac_cv_lib_lber_ber_init=yes
18988 else
18989 $as_echo "$as_me: failed program was:" >&5
18990 sed 's/^/| /' conftest.$ac_ext >&5
18992 ac_cv_lib_lber_ber_init=no
18995 rm -rf conftest.dSYM
18996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18997 conftest$ac_exeext conftest.$ac_ext
18998 LIBS=$ac_check_lib_save_LIBS
19000 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19001 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19002 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19004 cat >>confdefs.h <<\_ACEOF
19005 #define HAVE_LDAP 1
19006 _ACEOF
19008 LDAPLIBS="-lldap_r -llber"
19015 ac_wine_check_funcs_save_LIBS="$LIBS"
19016 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19025 for ac_func in \
19026 ldap_count_references \
19027 ldap_first_reference \
19028 ldap_next_reference \
19029 ldap_parse_reference \
19030 ldap_parse_sort_control \
19031 ldap_parse_sortresponse_control \
19032 ldap_parse_vlv_control \
19033 ldap_parse_vlvresponse_control
19035 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19036 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19037 $as_echo_n "checking for $ac_func... " >&6; }
19038 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19039 $as_echo_n "(cached) " >&6
19040 else
19041 cat >conftest.$ac_ext <<_ACEOF
19042 /* confdefs.h. */
19043 _ACEOF
19044 cat confdefs.h >>conftest.$ac_ext
19045 cat >>conftest.$ac_ext <<_ACEOF
19046 /* end confdefs.h. */
19047 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19049 #define $ac_func innocuous_$ac_func
19051 /* System header to define __stub macros and hopefully few prototypes,
19052 which can conflict with char $ac_func (); below.
19053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19054 <limits.h> exists even on freestanding compilers. */
19056 #ifdef __STDC__
19057 # include <limits.h>
19058 #else
19059 # include <assert.h>
19060 #endif
19062 #undef $ac_func
19064 /* Override any GCC internal prototype to avoid an error.
19065 Use char because int might match the return type of a GCC
19066 builtin and then its argument prototype would still apply. */
19067 #ifdef __cplusplus
19068 extern "C"
19069 #endif
19070 char $ac_func ();
19071 /* The GNU C library defines this for functions which it implements
19072 to always fail with ENOSYS. Some functions are actually named
19073 something starting with __ and the normal name is an alias. */
19074 #if defined __stub_$ac_func || defined __stub___$ac_func
19075 choke me
19076 #endif
19079 main ()
19081 return $ac_func ();
19083 return 0;
19085 _ACEOF
19086 rm -f conftest.$ac_objext conftest$ac_exeext
19087 if { (ac_try="$ac_link"
19088 case "(($ac_try" in
19089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19090 *) ac_try_echo=$ac_try;;
19091 esac
19092 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19093 $as_echo "$ac_try_echo") >&5
19094 (eval "$ac_link") 2>conftest.er1
19095 ac_status=$?
19096 grep -v '^ *+' conftest.er1 >conftest.err
19097 rm -f conftest.er1
19098 cat conftest.err >&5
19099 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19100 (exit $ac_status); } && {
19101 test -z "$ac_c_werror_flag" ||
19102 test ! -s conftest.err
19103 } && test -s conftest$ac_exeext && {
19104 test "$cross_compiling" = yes ||
19105 $as_test_x conftest$ac_exeext
19106 }; then
19107 eval "$as_ac_var=yes"
19108 else
19109 $as_echo "$as_me: failed program was:" >&5
19110 sed 's/^/| /' conftest.$ac_ext >&5
19112 eval "$as_ac_var=no"
19115 rm -rf conftest.dSYM
19116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19117 conftest$ac_exeext conftest.$ac_ext
19119 ac_res=`eval 'as_val=${'$as_ac_var'}
19120 $as_echo "$as_val"'`
19121 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19122 $as_echo "$ac_res" >&6; }
19123 as_val=`eval 'as_val=${'$as_ac_var'}
19124 $as_echo "$as_val"'`
19125 if test "x$as_val" = x""yes; then
19126 cat >>confdefs.h <<_ACEOF
19127 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19128 _ACEOF
19131 done
19133 LIBS="$ac_wine_check_funcs_save_LIBS"
19135 if test "x$LDAPLIBS" = "x"; then
19136 case "x$with_ldap" in
19137 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19138 xno) ;;
19139 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19140 This is an error since --with-ldap was requested." >&5
19141 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19142 This is an error since --with-ldap was requested." >&2;}
19143 { (exit 1); exit 1; }; } ;;
19144 esac
19148 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19149 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19150 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19151 $as_echo_n "(cached) " >&6
19152 else
19153 cat >conftest.$ac_ext <<_ACEOF
19154 /* confdefs.h. */
19155 _ACEOF
19156 cat confdefs.h >>conftest.$ac_ext
19157 cat >>conftest.$ac_ext <<_ACEOF
19158 /* end confdefs.h. */
19159 #include <sys/stat.h>
19161 main ()
19163 mkdir("foo");
19165 return 0;
19167 _ACEOF
19168 rm -f conftest.$ac_objext
19169 if { (ac_try="$ac_compile"
19170 case "(($ac_try" in
19171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19172 *) ac_try_echo=$ac_try;;
19173 esac
19174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19175 $as_echo "$ac_try_echo") >&5
19176 (eval "$ac_compile") 2>conftest.er1
19177 ac_status=$?
19178 grep -v '^ *+' conftest.er1 >conftest.err
19179 rm -f conftest.er1
19180 cat conftest.err >&5
19181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19182 (exit $ac_status); } && {
19183 test -z "$ac_c_werror_flag" ||
19184 test ! -s conftest.err
19185 } && test -s conftest.$ac_objext; then
19186 wine_cv_one_arg_mkdir=yes
19187 else
19188 $as_echo "$as_me: failed program was:" >&5
19189 sed 's/^/| /' conftest.$ac_ext >&5
19191 wine_cv_one_arg_mkdir=no
19194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19196 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19197 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19198 if test "$wine_cv_one_arg_mkdir" = "yes"
19199 then
19201 cat >>confdefs.h <<\_ACEOF
19202 #define HAVE_ONE_ARG_MKDIR 1
19203 _ACEOF
19208 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19209 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19210 if test "${ac_cv_c_const+set}" = set; then
19211 $as_echo_n "(cached) " >&6
19212 else
19213 cat >conftest.$ac_ext <<_ACEOF
19214 /* confdefs.h. */
19215 _ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19221 main ()
19223 /* FIXME: Include the comments suggested by Paul. */
19224 #ifndef __cplusplus
19225 /* Ultrix mips cc rejects this. */
19226 typedef int charset[2];
19227 const charset cs;
19228 /* SunOS 4.1.1 cc rejects this. */
19229 char const *const *pcpcc;
19230 char **ppc;
19231 /* NEC SVR4.0.2 mips cc rejects this. */
19232 struct point {int x, y;};
19233 static struct point const zero = {0,0};
19234 /* AIX XL C 1.02.0.0 rejects this.
19235 It does not let you subtract one const X* pointer from another in
19236 an arm of an if-expression whose if-part is not a constant
19237 expression */
19238 const char *g = "string";
19239 pcpcc = &g + (g ? g-g : 0);
19240 /* HPUX 7.0 cc rejects these. */
19241 ++pcpcc;
19242 ppc = (char**) pcpcc;
19243 pcpcc = (char const *const *) ppc;
19244 { /* SCO 3.2v4 cc rejects this. */
19245 char *t;
19246 char const *s = 0 ? (char *) 0 : (char const *) 0;
19248 *t++ = 0;
19249 if (s) return 0;
19251 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19252 int x[] = {25, 17};
19253 const int *foo = &x[0];
19254 ++foo;
19256 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19257 typedef const int *iptr;
19258 iptr p = 0;
19259 ++p;
19261 { /* AIX XL C 1.02.0.0 rejects this saying
19262 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19263 struct s { int j; const int *ap[3]; };
19264 struct s *b; b->j = 5;
19266 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19267 const int foo = 10;
19268 if (!foo) return 0;
19270 return !cs[0] && !zero.x;
19271 #endif
19274 return 0;
19276 _ACEOF
19277 rm -f conftest.$ac_objext
19278 if { (ac_try="$ac_compile"
19279 case "(($ac_try" in
19280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19281 *) ac_try_echo=$ac_try;;
19282 esac
19283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19284 $as_echo "$ac_try_echo") >&5
19285 (eval "$ac_compile") 2>conftest.er1
19286 ac_status=$?
19287 grep -v '^ *+' conftest.er1 >conftest.err
19288 rm -f conftest.er1
19289 cat conftest.err >&5
19290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19291 (exit $ac_status); } && {
19292 test -z "$ac_c_werror_flag" ||
19293 test ! -s conftest.err
19294 } && test -s conftest.$ac_objext; then
19295 ac_cv_c_const=yes
19296 else
19297 $as_echo "$as_me: failed program was:" >&5
19298 sed 's/^/| /' conftest.$ac_ext >&5
19300 ac_cv_c_const=no
19303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19305 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19306 $as_echo "$ac_cv_c_const" >&6; }
19307 if test $ac_cv_c_const = no; then
19309 cat >>confdefs.h <<\_ACEOF
19310 #define const /**/
19311 _ACEOF
19315 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19316 $as_echo_n "checking for inline... " >&6; }
19317 if test "${ac_cv_c_inline+set}" = set; then
19318 $as_echo_n "(cached) " >&6
19319 else
19320 ac_cv_c_inline=no
19321 for ac_kw in inline __inline__ __inline; do
19322 cat >conftest.$ac_ext <<_ACEOF
19323 /* confdefs.h. */
19324 _ACEOF
19325 cat confdefs.h >>conftest.$ac_ext
19326 cat >>conftest.$ac_ext <<_ACEOF
19327 /* end confdefs.h. */
19328 #ifndef __cplusplus
19329 typedef int foo_t;
19330 static $ac_kw foo_t static_foo () {return 0; }
19331 $ac_kw foo_t foo () {return 0; }
19332 #endif
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339 *) ac_try_echo=$ac_try;;
19340 esac
19341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19342 $as_echo "$ac_try_echo") >&5
19343 (eval "$ac_compile") 2>conftest.er1
19344 ac_status=$?
19345 grep -v '^ *+' conftest.er1 >conftest.err
19346 rm -f conftest.er1
19347 cat conftest.err >&5
19348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19349 (exit $ac_status); } && {
19350 test -z "$ac_c_werror_flag" ||
19351 test ! -s conftest.err
19352 } && test -s conftest.$ac_objext; then
19353 ac_cv_c_inline=$ac_kw
19354 else
19355 $as_echo "$as_me: failed program was:" >&5
19356 sed 's/^/| /' conftest.$ac_ext >&5
19361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19362 test "$ac_cv_c_inline" != no && break
19363 done
19366 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19367 $as_echo "$ac_cv_c_inline" >&6; }
19370 case $ac_cv_c_inline in
19371 inline | yes) ;;
19373 case $ac_cv_c_inline in
19374 no) ac_val=;;
19375 *) ac_val=$ac_cv_c_inline;;
19376 esac
19377 cat >>confdefs.h <<_ACEOF
19378 #ifndef __cplusplus
19379 #define inline $ac_val
19380 #endif
19381 _ACEOF
19383 esac
19385 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19386 $as_echo_n "checking for mode_t... " >&6; }
19387 if test "${ac_cv_type_mode_t+set}" = set; then
19388 $as_echo_n "(cached) " >&6
19389 else
19390 ac_cv_type_mode_t=no
19391 cat >conftest.$ac_ext <<_ACEOF
19392 /* confdefs.h. */
19393 _ACEOF
19394 cat confdefs.h >>conftest.$ac_ext
19395 cat >>conftest.$ac_ext <<_ACEOF
19396 /* end confdefs.h. */
19397 $ac_includes_default
19399 main ()
19401 if (sizeof (mode_t))
19402 return 0;
19404 return 0;
19406 _ACEOF
19407 rm -f conftest.$ac_objext
19408 if { (ac_try="$ac_compile"
19409 case "(($ac_try" in
19410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19411 *) ac_try_echo=$ac_try;;
19412 esac
19413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19414 $as_echo "$ac_try_echo") >&5
19415 (eval "$ac_compile") 2>conftest.er1
19416 ac_status=$?
19417 grep -v '^ *+' conftest.er1 >conftest.err
19418 rm -f conftest.er1
19419 cat conftest.err >&5
19420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19421 (exit $ac_status); } && {
19422 test -z "$ac_c_werror_flag" ||
19423 test ! -s conftest.err
19424 } && test -s conftest.$ac_objext; then
19425 cat >conftest.$ac_ext <<_ACEOF
19426 /* confdefs.h. */
19427 _ACEOF
19428 cat confdefs.h >>conftest.$ac_ext
19429 cat >>conftest.$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 $ac_includes_default
19433 main ()
19435 if (sizeof ((mode_t)))
19436 return 0;
19438 return 0;
19440 _ACEOF
19441 rm -f conftest.$ac_objext
19442 if { (ac_try="$ac_compile"
19443 case "(($ac_try" in
19444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19445 *) ac_try_echo=$ac_try;;
19446 esac
19447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19448 $as_echo "$ac_try_echo") >&5
19449 (eval "$ac_compile") 2>conftest.er1
19450 ac_status=$?
19451 grep -v '^ *+' conftest.er1 >conftest.err
19452 rm -f conftest.er1
19453 cat conftest.err >&5
19454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19455 (exit $ac_status); } && {
19456 test -z "$ac_c_werror_flag" ||
19457 test ! -s conftest.err
19458 } && test -s conftest.$ac_objext; then
19460 else
19461 $as_echo "$as_me: failed program was:" >&5
19462 sed 's/^/| /' conftest.$ac_ext >&5
19464 ac_cv_type_mode_t=yes
19467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19468 else
19469 $as_echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19478 $as_echo "$ac_cv_type_mode_t" >&6; }
19479 if test "x$ac_cv_type_mode_t" = x""yes; then
19481 cat >>confdefs.h <<_ACEOF
19482 #define HAVE_MODE_T 1
19483 _ACEOF
19487 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19488 $as_echo_n "checking for off_t... " >&6; }
19489 if test "${ac_cv_type_off_t+set}" = set; then
19490 $as_echo_n "(cached) " >&6
19491 else
19492 ac_cv_type_off_t=no
19493 cat >conftest.$ac_ext <<_ACEOF
19494 /* confdefs.h. */
19495 _ACEOF
19496 cat confdefs.h >>conftest.$ac_ext
19497 cat >>conftest.$ac_ext <<_ACEOF
19498 /* end confdefs.h. */
19499 $ac_includes_default
19501 main ()
19503 if (sizeof (off_t))
19504 return 0;
19506 return 0;
19508 _ACEOF
19509 rm -f conftest.$ac_objext
19510 if { (ac_try="$ac_compile"
19511 case "(($ac_try" in
19512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19513 *) ac_try_echo=$ac_try;;
19514 esac
19515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19516 $as_echo "$ac_try_echo") >&5
19517 (eval "$ac_compile") 2>conftest.er1
19518 ac_status=$?
19519 grep -v '^ *+' conftest.er1 >conftest.err
19520 rm -f conftest.er1
19521 cat conftest.err >&5
19522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19523 (exit $ac_status); } && {
19524 test -z "$ac_c_werror_flag" ||
19525 test ! -s conftest.err
19526 } && test -s conftest.$ac_objext; then
19527 cat >conftest.$ac_ext <<_ACEOF
19528 /* confdefs.h. */
19529 _ACEOF
19530 cat confdefs.h >>conftest.$ac_ext
19531 cat >>conftest.$ac_ext <<_ACEOF
19532 /* end confdefs.h. */
19533 $ac_includes_default
19535 main ()
19537 if (sizeof ((off_t)))
19538 return 0;
19540 return 0;
19542 _ACEOF
19543 rm -f conftest.$ac_objext
19544 if { (ac_try="$ac_compile"
19545 case "(($ac_try" in
19546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19547 *) ac_try_echo=$ac_try;;
19548 esac
19549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19550 $as_echo "$ac_try_echo") >&5
19551 (eval "$ac_compile") 2>conftest.er1
19552 ac_status=$?
19553 grep -v '^ *+' conftest.er1 >conftest.err
19554 rm -f conftest.er1
19555 cat conftest.err >&5
19556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && {
19558 test -z "$ac_c_werror_flag" ||
19559 test ! -s conftest.err
19560 } && test -s conftest.$ac_objext; then
19562 else
19563 $as_echo "$as_me: failed program was:" >&5
19564 sed 's/^/| /' conftest.$ac_ext >&5
19566 ac_cv_type_off_t=yes
19569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19570 else
19571 $as_echo "$as_me: failed program was:" >&5
19572 sed 's/^/| /' conftest.$ac_ext >&5
19577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19579 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19580 $as_echo "$ac_cv_type_off_t" >&6; }
19581 if test "x$ac_cv_type_off_t" = x""yes; then
19583 cat >>confdefs.h <<_ACEOF
19584 #define HAVE_OFF_T 1
19585 _ACEOF
19589 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19590 $as_echo_n "checking for pid_t... " >&6; }
19591 if test "${ac_cv_type_pid_t+set}" = set; then
19592 $as_echo_n "(cached) " >&6
19593 else
19594 ac_cv_type_pid_t=no
19595 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h. */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h. */
19601 $ac_includes_default
19603 main ()
19605 if (sizeof (pid_t))
19606 return 0;
19608 return 0;
19610 _ACEOF
19611 rm -f conftest.$ac_objext
19612 if { (ac_try="$ac_compile"
19613 case "(($ac_try" in
19614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19615 *) ac_try_echo=$ac_try;;
19616 esac
19617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19618 $as_echo "$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 $as_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 cat >conftest.$ac_ext <<_ACEOF
19630 /* confdefs.h. */
19631 _ACEOF
19632 cat confdefs.h >>conftest.$ac_ext
19633 cat >>conftest.$ac_ext <<_ACEOF
19634 /* end confdefs.h. */
19635 $ac_includes_default
19637 main ()
19639 if (sizeof ((pid_t)))
19640 return 0;
19642 return 0;
19644 _ACEOF
19645 rm -f conftest.$ac_objext
19646 if { (ac_try="$ac_compile"
19647 case "(($ac_try" in
19648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19649 *) ac_try_echo=$ac_try;;
19650 esac
19651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19652 $as_echo "$ac_try_echo") >&5
19653 (eval "$ac_compile") 2>conftest.er1
19654 ac_status=$?
19655 grep -v '^ *+' conftest.er1 >conftest.err
19656 rm -f conftest.er1
19657 cat conftest.err >&5
19658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19659 (exit $ac_status); } && {
19660 test -z "$ac_c_werror_flag" ||
19661 test ! -s conftest.err
19662 } && test -s conftest.$ac_objext; then
19664 else
19665 $as_echo "$as_me: failed program was:" >&5
19666 sed 's/^/| /' conftest.$ac_ext >&5
19668 ac_cv_type_pid_t=yes
19671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19672 else
19673 $as_echo "$as_me: failed program was:" >&5
19674 sed 's/^/| /' conftest.$ac_ext >&5
19679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19682 $as_echo "$ac_cv_type_pid_t" >&6; }
19683 if test "x$ac_cv_type_pid_t" = x""yes; then
19685 cat >>confdefs.h <<_ACEOF
19686 #define HAVE_PID_T 1
19687 _ACEOF
19691 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19692 $as_echo_n "checking for size_t... " >&6; }
19693 if test "${ac_cv_type_size_t+set}" = set; then
19694 $as_echo_n "(cached) " >&6
19695 else
19696 ac_cv_type_size_t=no
19697 cat >conftest.$ac_ext <<_ACEOF
19698 /* confdefs.h. */
19699 _ACEOF
19700 cat confdefs.h >>conftest.$ac_ext
19701 cat >>conftest.$ac_ext <<_ACEOF
19702 /* end confdefs.h. */
19703 $ac_includes_default
19705 main ()
19707 if (sizeof (size_t))
19708 return 0;
19710 return 0;
19712 _ACEOF
19713 rm -f conftest.$ac_objext
19714 if { (ac_try="$ac_compile"
19715 case "(($ac_try" in
19716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19717 *) ac_try_echo=$ac_try;;
19718 esac
19719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19720 $as_echo "$ac_try_echo") >&5
19721 (eval "$ac_compile") 2>conftest.er1
19722 ac_status=$?
19723 grep -v '^ *+' conftest.er1 >conftest.err
19724 rm -f conftest.er1
19725 cat conftest.err >&5
19726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19727 (exit $ac_status); } && {
19728 test -z "$ac_c_werror_flag" ||
19729 test ! -s conftest.err
19730 } && test -s conftest.$ac_objext; then
19731 cat >conftest.$ac_ext <<_ACEOF
19732 /* confdefs.h. */
19733 _ACEOF
19734 cat confdefs.h >>conftest.$ac_ext
19735 cat >>conftest.$ac_ext <<_ACEOF
19736 /* end confdefs.h. */
19737 $ac_includes_default
19739 main ()
19741 if (sizeof ((size_t)))
19742 return 0;
19744 return 0;
19746 _ACEOF
19747 rm -f conftest.$ac_objext
19748 if { (ac_try="$ac_compile"
19749 case "(($ac_try" in
19750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19751 *) ac_try_echo=$ac_try;;
19752 esac
19753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19754 $as_echo "$ac_try_echo") >&5
19755 (eval "$ac_compile") 2>conftest.er1
19756 ac_status=$?
19757 grep -v '^ *+' conftest.er1 >conftest.err
19758 rm -f conftest.er1
19759 cat conftest.err >&5
19760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19761 (exit $ac_status); } && {
19762 test -z "$ac_c_werror_flag" ||
19763 test ! -s conftest.err
19764 } && test -s conftest.$ac_objext; then
19766 else
19767 $as_echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19770 ac_cv_type_size_t=yes
19773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19774 else
19775 $as_echo "$as_me: failed program was:" >&5
19776 sed 's/^/| /' conftest.$ac_ext >&5
19781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19784 $as_echo "$ac_cv_type_size_t" >&6; }
19785 if test "x$ac_cv_type_size_t" = x""yes; then
19787 cat >>confdefs.h <<_ACEOF
19788 #define HAVE_SIZE_T 1
19789 _ACEOF
19793 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19794 $as_echo_n "checking for ssize_t... " >&6; }
19795 if test "${ac_cv_type_ssize_t+set}" = set; then
19796 $as_echo_n "(cached) " >&6
19797 else
19798 ac_cv_type_ssize_t=no
19799 cat >conftest.$ac_ext <<_ACEOF
19800 /* confdefs.h. */
19801 _ACEOF
19802 cat confdefs.h >>conftest.$ac_ext
19803 cat >>conftest.$ac_ext <<_ACEOF
19804 /* end confdefs.h. */
19805 $ac_includes_default
19807 main ()
19809 if (sizeof (ssize_t))
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19822 $as_echo "$ac_try_echo") >&5
19823 (eval "$ac_compile") 2>conftest.er1
19824 ac_status=$?
19825 grep -v '^ *+' conftest.er1 >conftest.err
19826 rm -f conftest.er1
19827 cat conftest.err >&5
19828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19829 (exit $ac_status); } && {
19830 test -z "$ac_c_werror_flag" ||
19831 test ! -s conftest.err
19832 } && test -s conftest.$ac_objext; then
19833 cat >conftest.$ac_ext <<_ACEOF
19834 /* confdefs.h. */
19835 _ACEOF
19836 cat confdefs.h >>conftest.$ac_ext
19837 cat >>conftest.$ac_ext <<_ACEOF
19838 /* end confdefs.h. */
19839 $ac_includes_default
19841 main ()
19843 if (sizeof ((ssize_t)))
19844 return 0;
19846 return 0;
19848 _ACEOF
19849 rm -f conftest.$ac_objext
19850 if { (ac_try="$ac_compile"
19851 case "(($ac_try" in
19852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19853 *) ac_try_echo=$ac_try;;
19854 esac
19855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19856 $as_echo "$ac_try_echo") >&5
19857 (eval "$ac_compile") 2>conftest.er1
19858 ac_status=$?
19859 grep -v '^ *+' conftest.er1 >conftest.err
19860 rm -f conftest.er1
19861 cat conftest.err >&5
19862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19863 (exit $ac_status); } && {
19864 test -z "$ac_c_werror_flag" ||
19865 test ! -s conftest.err
19866 } && test -s conftest.$ac_objext; then
19868 else
19869 $as_echo "$as_me: failed program was:" >&5
19870 sed 's/^/| /' conftest.$ac_ext >&5
19872 ac_cv_type_ssize_t=yes
19875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19876 else
19877 $as_echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.$ac_ext >&5
19883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19885 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19886 $as_echo "$ac_cv_type_ssize_t" >&6; }
19887 if test "x$ac_cv_type_ssize_t" = x""yes; then
19889 cat >>confdefs.h <<_ACEOF
19890 #define HAVE_SSIZE_T 1
19891 _ACEOF
19895 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19896 $as_echo_n "checking for long long... " >&6; }
19897 if test "${ac_cv_type_long_long+set}" = set; then
19898 $as_echo_n "(cached) " >&6
19899 else
19900 ac_cv_type_long_long=no
19901 cat >conftest.$ac_ext <<_ACEOF
19902 /* confdefs.h. */
19903 _ACEOF
19904 cat confdefs.h >>conftest.$ac_ext
19905 cat >>conftest.$ac_ext <<_ACEOF
19906 /* end confdefs.h. */
19907 $ac_includes_default
19909 main ()
19911 if (sizeof (long long))
19912 return 0;
19914 return 0;
19916 _ACEOF
19917 rm -f conftest.$ac_objext
19918 if { (ac_try="$ac_compile"
19919 case "(($ac_try" in
19920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19921 *) ac_try_echo=$ac_try;;
19922 esac
19923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19924 $as_echo "$ac_try_echo") >&5
19925 (eval "$ac_compile") 2>conftest.er1
19926 ac_status=$?
19927 grep -v '^ *+' conftest.er1 >conftest.err
19928 rm -f conftest.er1
19929 cat conftest.err >&5
19930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19931 (exit $ac_status); } && {
19932 test -z "$ac_c_werror_flag" ||
19933 test ! -s conftest.err
19934 } && test -s conftest.$ac_objext; then
19935 cat >conftest.$ac_ext <<_ACEOF
19936 /* confdefs.h. */
19937 _ACEOF
19938 cat confdefs.h >>conftest.$ac_ext
19939 cat >>conftest.$ac_ext <<_ACEOF
19940 /* end confdefs.h. */
19941 $ac_includes_default
19943 main ()
19945 if (sizeof ((long long)))
19946 return 0;
19948 return 0;
19950 _ACEOF
19951 rm -f conftest.$ac_objext
19952 if { (ac_try="$ac_compile"
19953 case "(($ac_try" in
19954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19955 *) ac_try_echo=$ac_try;;
19956 esac
19957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19958 $as_echo "$ac_try_echo") >&5
19959 (eval "$ac_compile") 2>conftest.er1
19960 ac_status=$?
19961 grep -v '^ *+' conftest.er1 >conftest.err
19962 rm -f conftest.er1
19963 cat conftest.err >&5
19964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); } && {
19966 test -z "$ac_c_werror_flag" ||
19967 test ! -s conftest.err
19968 } && test -s conftest.$ac_objext; then
19970 else
19971 $as_echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19974 ac_cv_type_long_long=yes
19977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19978 else
19979 $as_echo "$as_me: failed program was:" >&5
19980 sed 's/^/| /' conftest.$ac_ext >&5
19985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19987 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19988 $as_echo "$ac_cv_type_long_long" >&6; }
19989 if test "x$ac_cv_type_long_long" = x""yes; then
19991 cat >>confdefs.h <<_ACEOF
19992 #define HAVE_LONG_LONG 1
19993 _ACEOF
19997 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19998 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19999 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20000 $as_echo_n "(cached) " >&6
20001 else
20002 ac_cv_type_fsblkcnt_t=no
20003 cat >conftest.$ac_ext <<_ACEOF
20004 /* confdefs.h. */
20005 _ACEOF
20006 cat confdefs.h >>conftest.$ac_ext
20007 cat >>conftest.$ac_ext <<_ACEOF
20008 /* end confdefs.h. */
20009 $ac_includes_default
20011 main ()
20013 if (sizeof (fsblkcnt_t))
20014 return 0;
20016 return 0;
20018 _ACEOF
20019 rm -f conftest.$ac_objext
20020 if { (ac_try="$ac_compile"
20021 case "(($ac_try" in
20022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20023 *) ac_try_echo=$ac_try;;
20024 esac
20025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20026 $as_echo "$ac_try_echo") >&5
20027 (eval "$ac_compile") 2>conftest.er1
20028 ac_status=$?
20029 grep -v '^ *+' conftest.er1 >conftest.err
20030 rm -f conftest.er1
20031 cat conftest.err >&5
20032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20033 (exit $ac_status); } && {
20034 test -z "$ac_c_werror_flag" ||
20035 test ! -s conftest.err
20036 } && test -s conftest.$ac_objext; then
20037 cat >conftest.$ac_ext <<_ACEOF
20038 /* confdefs.h. */
20039 _ACEOF
20040 cat confdefs.h >>conftest.$ac_ext
20041 cat >>conftest.$ac_ext <<_ACEOF
20042 /* end confdefs.h. */
20043 $ac_includes_default
20045 main ()
20047 if (sizeof ((fsblkcnt_t)))
20048 return 0;
20050 return 0;
20052 _ACEOF
20053 rm -f conftest.$ac_objext
20054 if { (ac_try="$ac_compile"
20055 case "(($ac_try" in
20056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20057 *) ac_try_echo=$ac_try;;
20058 esac
20059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20060 $as_echo "$ac_try_echo") >&5
20061 (eval "$ac_compile") 2>conftest.er1
20062 ac_status=$?
20063 grep -v '^ *+' conftest.er1 >conftest.err
20064 rm -f conftest.er1
20065 cat conftest.err >&5
20066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20067 (exit $ac_status); } && {
20068 test -z "$ac_c_werror_flag" ||
20069 test ! -s conftest.err
20070 } && test -s conftest.$ac_objext; then
20072 else
20073 $as_echo "$as_me: failed program was:" >&5
20074 sed 's/^/| /' conftest.$ac_ext >&5
20076 ac_cv_type_fsblkcnt_t=yes
20079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20080 else
20081 $as_echo "$as_me: failed program was:" >&5
20082 sed 's/^/| /' conftest.$ac_ext >&5
20087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20089 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20090 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20091 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20093 cat >>confdefs.h <<_ACEOF
20094 #define HAVE_FSBLKCNT_T 1
20095 _ACEOF
20099 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20100 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20101 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20102 $as_echo_n "(cached) " >&6
20103 else
20104 ac_cv_type_fsfilcnt_t=no
20105 cat >conftest.$ac_ext <<_ACEOF
20106 /* confdefs.h. */
20107 _ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 $ac_includes_default
20113 main ()
20115 if (sizeof (fsfilcnt_t))
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20128 $as_echo "$ac_try_echo") >&5
20129 (eval "$ac_compile") 2>conftest.er1
20130 ac_status=$?
20131 grep -v '^ *+' conftest.er1 >conftest.err
20132 rm -f conftest.er1
20133 cat conftest.err >&5
20134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20135 (exit $ac_status); } && {
20136 test -z "$ac_c_werror_flag" ||
20137 test ! -s conftest.err
20138 } && test -s conftest.$ac_objext; then
20139 cat >conftest.$ac_ext <<_ACEOF
20140 /* confdefs.h. */
20141 _ACEOF
20142 cat confdefs.h >>conftest.$ac_ext
20143 cat >>conftest.$ac_ext <<_ACEOF
20144 /* end confdefs.h. */
20145 $ac_includes_default
20147 main ()
20149 if (sizeof ((fsfilcnt_t)))
20150 return 0;
20152 return 0;
20154 _ACEOF
20155 rm -f conftest.$ac_objext
20156 if { (ac_try="$ac_compile"
20157 case "(($ac_try" in
20158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20159 *) ac_try_echo=$ac_try;;
20160 esac
20161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20162 $as_echo "$ac_try_echo") >&5
20163 (eval "$ac_compile") 2>conftest.er1
20164 ac_status=$?
20165 grep -v '^ *+' conftest.er1 >conftest.err
20166 rm -f conftest.er1
20167 cat conftest.err >&5
20168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20169 (exit $ac_status); } && {
20170 test -z "$ac_c_werror_flag" ||
20171 test ! -s conftest.err
20172 } && test -s conftest.$ac_objext; then
20174 else
20175 $as_echo "$as_me: failed program was:" >&5
20176 sed 's/^/| /' conftest.$ac_ext >&5
20178 ac_cv_type_fsfilcnt_t=yes
20181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20182 else
20183 $as_echo "$as_me: failed program was:" >&5
20184 sed 's/^/| /' conftest.$ac_ext >&5
20189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20191 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20192 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20193 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20195 cat >>confdefs.h <<_ACEOF
20196 #define HAVE_FSFILCNT_T 1
20197 _ACEOF
20202 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20203 $as_echo_n "checking for sigset_t... " >&6; }
20204 if test "${ac_cv_type_sigset_t+set}" = set; then
20205 $as_echo_n "(cached) " >&6
20206 else
20207 ac_cv_type_sigset_t=no
20208 cat >conftest.$ac_ext <<_ACEOF
20209 /* confdefs.h. */
20210 _ACEOF
20211 cat confdefs.h >>conftest.$ac_ext
20212 cat >>conftest.$ac_ext <<_ACEOF
20213 /* end confdefs.h. */
20214 #include <sys/types.h>
20215 #include <signal.h>
20218 main ()
20220 if (sizeof (sigset_t))
20221 return 0;
20223 return 0;
20225 _ACEOF
20226 rm -f conftest.$ac_objext
20227 if { (ac_try="$ac_compile"
20228 case "(($ac_try" in
20229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20230 *) ac_try_echo=$ac_try;;
20231 esac
20232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20233 $as_echo "$ac_try_echo") >&5
20234 (eval "$ac_compile") 2>conftest.er1
20235 ac_status=$?
20236 grep -v '^ *+' conftest.er1 >conftest.err
20237 rm -f conftest.er1
20238 cat conftest.err >&5
20239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } && {
20241 test -z "$ac_c_werror_flag" ||
20242 test ! -s conftest.err
20243 } && test -s conftest.$ac_objext; then
20244 cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h. */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h. */
20250 #include <sys/types.h>
20251 #include <signal.h>
20254 main ()
20256 if (sizeof ((sigset_t)))
20257 return 0;
20259 return 0;
20261 _ACEOF
20262 rm -f conftest.$ac_objext
20263 if { (ac_try="$ac_compile"
20264 case "(($ac_try" in
20265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20266 *) ac_try_echo=$ac_try;;
20267 esac
20268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20269 $as_echo "$ac_try_echo") >&5
20270 (eval "$ac_compile") 2>conftest.er1
20271 ac_status=$?
20272 grep -v '^ *+' conftest.er1 >conftest.err
20273 rm -f conftest.er1
20274 cat conftest.err >&5
20275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276 (exit $ac_status); } && {
20277 test -z "$ac_c_werror_flag" ||
20278 test ! -s conftest.err
20279 } && test -s conftest.$ac_objext; then
20281 else
20282 $as_echo "$as_me: failed program was:" >&5
20283 sed 's/^/| /' conftest.$ac_ext >&5
20285 ac_cv_type_sigset_t=yes
20288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 else
20290 $as_echo "$as_me: failed program was:" >&5
20291 sed 's/^/| /' conftest.$ac_ext >&5
20296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20299 $as_echo "$ac_cv_type_sigset_t" >&6; }
20300 if test "x$ac_cv_type_sigset_t" = x""yes; then
20302 cat >>confdefs.h <<_ACEOF
20303 #define HAVE_SIGSET_T 1
20304 _ACEOF
20309 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20310 $as_echo_n "checking for request_sense... " >&6; }
20311 if test "${ac_cv_type_request_sense+set}" = set; then
20312 $as_echo_n "(cached) " >&6
20313 else
20314 ac_cv_type_request_sense=no
20315 cat >conftest.$ac_ext <<_ACEOF
20316 /* confdefs.h. */
20317 _ACEOF
20318 cat confdefs.h >>conftest.$ac_ext
20319 cat >>conftest.$ac_ext <<_ACEOF
20320 /* end confdefs.h. */
20321 #include <linux/cdrom.h>
20324 main ()
20326 if (sizeof (request_sense))
20327 return 0;
20329 return 0;
20331 _ACEOF
20332 rm -f conftest.$ac_objext
20333 if { (ac_try="$ac_compile"
20334 case "(($ac_try" in
20335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20336 *) ac_try_echo=$ac_try;;
20337 esac
20338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20339 $as_echo "$ac_try_echo") >&5
20340 (eval "$ac_compile") 2>conftest.er1
20341 ac_status=$?
20342 grep -v '^ *+' conftest.er1 >conftest.err
20343 rm -f conftest.er1
20344 cat conftest.err >&5
20345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20346 (exit $ac_status); } && {
20347 test -z "$ac_c_werror_flag" ||
20348 test ! -s conftest.err
20349 } && test -s conftest.$ac_objext; then
20350 cat >conftest.$ac_ext <<_ACEOF
20351 /* confdefs.h. */
20352 _ACEOF
20353 cat confdefs.h >>conftest.$ac_ext
20354 cat >>conftest.$ac_ext <<_ACEOF
20355 /* end confdefs.h. */
20356 #include <linux/cdrom.h>
20359 main ()
20361 if (sizeof ((request_sense)))
20362 return 0;
20364 return 0;
20366 _ACEOF
20367 rm -f conftest.$ac_objext
20368 if { (ac_try="$ac_compile"
20369 case "(($ac_try" in
20370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20371 *) ac_try_echo=$ac_try;;
20372 esac
20373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20374 $as_echo "$ac_try_echo") >&5
20375 (eval "$ac_compile") 2>conftest.er1
20376 ac_status=$?
20377 grep -v '^ *+' conftest.er1 >conftest.err
20378 rm -f conftest.er1
20379 cat conftest.err >&5
20380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20381 (exit $ac_status); } && {
20382 test -z "$ac_c_werror_flag" ||
20383 test ! -s conftest.err
20384 } && test -s conftest.$ac_objext; then
20386 else
20387 $as_echo "$as_me: failed program was:" >&5
20388 sed 's/^/| /' conftest.$ac_ext >&5
20390 ac_cv_type_request_sense=yes
20393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20394 else
20395 $as_echo "$as_me: failed program was:" >&5
20396 sed 's/^/| /' conftest.$ac_ext >&5
20401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20404 $as_echo "$ac_cv_type_request_sense" >&6; }
20405 if test "x$ac_cv_type_request_sense" = x""yes; then
20407 cat >>confdefs.h <<_ACEOF
20408 #define HAVE_REQUEST_SENSE 1
20409 _ACEOF
20415 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20416 $as_echo_n "checking for struct xinpgen... " >&6; }
20417 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20418 $as_echo_n "(cached) " >&6
20419 else
20420 ac_cv_type_struct_xinpgen=no
20421 cat >conftest.$ac_ext <<_ACEOF
20422 /* confdefs.h. */
20423 _ACEOF
20424 cat confdefs.h >>conftest.$ac_ext
20425 cat >>conftest.$ac_ext <<_ACEOF
20426 /* end confdefs.h. */
20427 #include <sys/types.h>
20428 #ifdef HAVE_SYS_SOCKET_H
20429 #include <sys/socket.h>
20430 #endif
20431 #ifdef HAVE_SYS_SOCKETVAR_H
20432 #include <sys/socketvar.h>
20433 #endif
20434 #ifdef HAVE_NET_ROUTE_H
20435 #include <net/route.h>
20436 #endif
20437 #ifdef HAVE_NETINET_IN_H
20438 #include <netinet/in.h>
20439 #endif
20440 #ifdef HAVE_NETINET_IN_SYSTM_H
20441 #include <netinet/in_systm.h>
20442 #endif
20443 #ifdef HAVE_NETINET_IP_H
20444 #include <netinet/ip.h>
20445 #endif
20446 #ifdef HAVE_NETINET_IN_PCB_H
20447 #include <netinet/in_pcb.h>
20448 #endif
20451 main ()
20453 if (sizeof (struct xinpgen))
20454 return 0;
20456 return 0;
20458 _ACEOF
20459 rm -f conftest.$ac_objext
20460 if { (ac_try="$ac_compile"
20461 case "(($ac_try" in
20462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20463 *) ac_try_echo=$ac_try;;
20464 esac
20465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20466 $as_echo "$ac_try_echo") >&5
20467 (eval "$ac_compile") 2>conftest.er1
20468 ac_status=$?
20469 grep -v '^ *+' conftest.er1 >conftest.err
20470 rm -f conftest.er1
20471 cat conftest.err >&5
20472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20473 (exit $ac_status); } && {
20474 test -z "$ac_c_werror_flag" ||
20475 test ! -s conftest.err
20476 } && test -s conftest.$ac_objext; then
20477 cat >conftest.$ac_ext <<_ACEOF
20478 /* confdefs.h. */
20479 _ACEOF
20480 cat confdefs.h >>conftest.$ac_ext
20481 cat >>conftest.$ac_ext <<_ACEOF
20482 /* end confdefs.h. */
20483 #include <sys/types.h>
20484 #ifdef HAVE_SYS_SOCKET_H
20485 #include <sys/socket.h>
20486 #endif
20487 #ifdef HAVE_SYS_SOCKETVAR_H
20488 #include <sys/socketvar.h>
20489 #endif
20490 #ifdef HAVE_NET_ROUTE_H
20491 #include <net/route.h>
20492 #endif
20493 #ifdef HAVE_NETINET_IN_H
20494 #include <netinet/in.h>
20495 #endif
20496 #ifdef HAVE_NETINET_IN_SYSTM_H
20497 #include <netinet/in_systm.h>
20498 #endif
20499 #ifdef HAVE_NETINET_IP_H
20500 #include <netinet/ip.h>
20501 #endif
20502 #ifdef HAVE_NETINET_IN_PCB_H
20503 #include <netinet/in_pcb.h>
20504 #endif
20507 main ()
20509 if (sizeof ((struct xinpgen)))
20510 return 0;
20512 return 0;
20514 _ACEOF
20515 rm -f conftest.$ac_objext
20516 if { (ac_try="$ac_compile"
20517 case "(($ac_try" in
20518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20519 *) ac_try_echo=$ac_try;;
20520 esac
20521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20522 $as_echo "$ac_try_echo") >&5
20523 (eval "$ac_compile") 2>conftest.er1
20524 ac_status=$?
20525 grep -v '^ *+' conftest.er1 >conftest.err
20526 rm -f conftest.er1
20527 cat conftest.err >&5
20528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20529 (exit $ac_status); } && {
20530 test -z "$ac_c_werror_flag" ||
20531 test ! -s conftest.err
20532 } && test -s conftest.$ac_objext; then
20534 else
20535 $as_echo "$as_me: failed program was:" >&5
20536 sed 's/^/| /' conftest.$ac_ext >&5
20538 ac_cv_type_struct_xinpgen=yes
20541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20542 else
20543 $as_echo "$as_me: failed program was:" >&5
20544 sed 's/^/| /' conftest.$ac_ext >&5
20549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20551 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20552 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20553 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20555 cat >>confdefs.h <<_ACEOF
20556 #define HAVE_STRUCT_XINPGEN 1
20557 _ACEOF
20563 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20564 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20565 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20566 $as_echo_n "(cached) " >&6
20567 else
20568 cat >conftest.$ac_ext <<_ACEOF
20569 /* confdefs.h. */
20570 _ACEOF
20571 cat confdefs.h >>conftest.$ac_ext
20572 cat >>conftest.$ac_ext <<_ACEOF
20573 /* end confdefs.h. */
20574 #ifdef HAVE_LINUX_INPUT_H
20575 #include <linux/input.h>
20576 #endif
20579 main ()
20581 static struct ff_effect ac_aggr;
20582 if (ac_aggr.direction)
20583 return 0;
20585 return 0;
20587 _ACEOF
20588 rm -f conftest.$ac_objext
20589 if { (ac_try="$ac_compile"
20590 case "(($ac_try" in
20591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20592 *) ac_try_echo=$ac_try;;
20593 esac
20594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20595 $as_echo "$ac_try_echo") >&5
20596 (eval "$ac_compile") 2>conftest.er1
20597 ac_status=$?
20598 grep -v '^ *+' conftest.er1 >conftest.err
20599 rm -f conftest.er1
20600 cat conftest.err >&5
20601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); } && {
20603 test -z "$ac_c_werror_flag" ||
20604 test ! -s conftest.err
20605 } && test -s conftest.$ac_objext; then
20606 ac_cv_member_struct_ff_effect_direction=yes
20607 else
20608 $as_echo "$as_me: failed program was:" >&5
20609 sed 's/^/| /' conftest.$ac_ext >&5
20611 cat >conftest.$ac_ext <<_ACEOF
20612 /* confdefs.h. */
20613 _ACEOF
20614 cat confdefs.h >>conftest.$ac_ext
20615 cat >>conftest.$ac_ext <<_ACEOF
20616 /* end confdefs.h. */
20617 #ifdef HAVE_LINUX_INPUT_H
20618 #include <linux/input.h>
20619 #endif
20622 main ()
20624 static struct ff_effect ac_aggr;
20625 if (sizeof ac_aggr.direction)
20626 return 0;
20628 return 0;
20630 _ACEOF
20631 rm -f conftest.$ac_objext
20632 if { (ac_try="$ac_compile"
20633 case "(($ac_try" in
20634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20635 *) ac_try_echo=$ac_try;;
20636 esac
20637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20638 $as_echo "$ac_try_echo") >&5
20639 (eval "$ac_compile") 2>conftest.er1
20640 ac_status=$?
20641 grep -v '^ *+' conftest.er1 >conftest.err
20642 rm -f conftest.er1
20643 cat conftest.err >&5
20644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20645 (exit $ac_status); } && {
20646 test -z "$ac_c_werror_flag" ||
20647 test ! -s conftest.err
20648 } && test -s conftest.$ac_objext; then
20649 ac_cv_member_struct_ff_effect_direction=yes
20650 else
20651 $as_echo "$as_me: failed program was:" >&5
20652 sed 's/^/| /' conftest.$ac_ext >&5
20654 ac_cv_member_struct_ff_effect_direction=no
20657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20662 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20663 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20664 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20666 cat >>confdefs.h <<_ACEOF
20667 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20668 _ACEOF
20674 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20675 $as_echo_n "checking for sigaddset... " >&6; }
20676 if test "${wine_cv_have_sigaddset+set}" = set; then
20677 $as_echo_n "(cached) " >&6
20678 else
20679 cat >conftest.$ac_ext <<_ACEOF
20680 /* confdefs.h. */
20681 _ACEOF
20682 cat confdefs.h >>conftest.$ac_ext
20683 cat >>conftest.$ac_ext <<_ACEOF
20684 /* end confdefs.h. */
20685 #include <signal.h>
20687 main ()
20689 sigset_t set; sigaddset(&set,SIGTERM);
20691 return 0;
20693 _ACEOF
20694 rm -f conftest.$ac_objext conftest$ac_exeext
20695 if { (ac_try="$ac_link"
20696 case "(($ac_try" in
20697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20698 *) ac_try_echo=$ac_try;;
20699 esac
20700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20701 $as_echo "$ac_try_echo") >&5
20702 (eval "$ac_link") 2>conftest.er1
20703 ac_status=$?
20704 grep -v '^ *+' conftest.er1 >conftest.err
20705 rm -f conftest.er1
20706 cat conftest.err >&5
20707 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); } && {
20709 test -z "$ac_c_werror_flag" ||
20710 test ! -s conftest.err
20711 } && test -s conftest$ac_exeext && {
20712 test "$cross_compiling" = yes ||
20713 $as_test_x conftest$ac_exeext
20714 }; then
20715 wine_cv_have_sigaddset=yes
20716 else
20717 $as_echo "$as_me: failed program was:" >&5
20718 sed 's/^/| /' conftest.$ac_ext >&5
20720 wine_cv_have_sigaddset=no
20723 rm -rf conftest.dSYM
20724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20725 conftest$ac_exeext conftest.$ac_ext
20727 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20728 $as_echo "$wine_cv_have_sigaddset" >&6; }
20729 if test "$wine_cv_have_sigaddset" = "yes"
20730 then
20732 cat >>confdefs.h <<\_ACEOF
20733 #define HAVE_SIGADDSET 1
20734 _ACEOF
20739 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20740 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20741 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20742 $as_echo_n "(cached) " >&6
20743 else
20744 cat >conftest.$ac_ext <<_ACEOF
20745 /* confdefs.h. */
20746 _ACEOF
20747 cat confdefs.h >>conftest.$ac_ext
20748 cat >>conftest.$ac_ext <<_ACEOF
20749 /* end confdefs.h. */
20750 #include <netdb.h>
20752 main ()
20755 char *name=0;
20756 struct hostent he;
20757 struct hostent *result;
20758 char *buf=0;
20759 int bufsize=0;
20760 int res,errnr;
20761 char *addr=0;
20762 int addrlen=0;
20763 int addrtype=0;
20764 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20765 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20768 return 0;
20770 _ACEOF
20771 rm -f conftest.$ac_objext conftest$ac_exeext
20772 if { (ac_try="$ac_link"
20773 case "(($ac_try" in
20774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20776 esac
20777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20778 $as_echo "$ac_try_echo") >&5
20779 (eval "$ac_link") 2>conftest.er1
20780 ac_status=$?
20781 grep -v '^ *+' conftest.er1 >conftest.err
20782 rm -f conftest.er1
20783 cat conftest.err >&5
20784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } && {
20786 test -z "$ac_c_werror_flag" ||
20787 test ! -s conftest.err
20788 } && test -s conftest$ac_exeext && {
20789 test "$cross_compiling" = yes ||
20790 $as_test_x conftest$ac_exeext
20791 }; then
20792 wine_cv_linux_gethostbyname_r_6=yes
20793 else
20794 $as_echo "$as_me: failed program was:" >&5
20795 sed 's/^/| /' conftest.$ac_ext >&5
20797 wine_cv_linux_gethostbyname_r_6=no
20801 rm -rf conftest.dSYM
20802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20803 conftest$ac_exeext conftest.$ac_ext
20806 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20807 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20808 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20809 then
20811 cat >>confdefs.h <<\_ACEOF
20812 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20813 _ACEOF
20817 if test "$ac_cv_header_linux_joystick_h" = "yes"
20818 then
20819 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20820 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20821 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20822 $as_echo_n "(cached) " >&6
20823 else
20824 cat >conftest.$ac_ext <<_ACEOF
20825 /* confdefs.h. */
20826 _ACEOF
20827 cat confdefs.h >>conftest.$ac_ext
20828 cat >>conftest.$ac_ext <<_ACEOF
20829 /* end confdefs.h. */
20831 #include <sys/ioctl.h>
20832 #include <sys/types.h>
20833 #include <linux/joystick.h>
20835 struct js_event blub;
20836 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20837 #error "no 2.2 header"
20838 #endif
20841 main ()
20843 /*empty*/
20845 return 0;
20847 _ACEOF
20848 rm -f conftest.$ac_objext
20849 if { (ac_try="$ac_compile"
20850 case "(($ac_try" in
20851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20852 *) ac_try_echo=$ac_try;;
20853 esac
20854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20855 $as_echo "$ac_try_echo") >&5
20856 (eval "$ac_compile") 2>conftest.er1
20857 ac_status=$?
20858 grep -v '^ *+' conftest.er1 >conftest.err
20859 rm -f conftest.er1
20860 cat conftest.err >&5
20861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20862 (exit $ac_status); } && {
20863 test -z "$ac_c_werror_flag" ||
20864 test ! -s conftest.err
20865 } && test -s conftest.$ac_objext; then
20866 wine_cv_linux_joystick_22_api=yes
20867 else
20868 $as_echo "$as_me: failed program was:" >&5
20869 sed 's/^/| /' conftest.$ac_ext >&5
20871 wine_cv_linux_joystick_22_api=no
20874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20877 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20878 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20879 if test "$wine_cv_linux_joystick_22_api" = "yes"
20880 then
20882 cat >>confdefs.h <<\_ACEOF
20883 #define HAVE_LINUX_22_JOYSTICK_API 1
20884 _ACEOF
20890 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20891 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20892 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20893 $as_echo_n "(cached) " >&6
20894 else
20895 cat >conftest.$ac_ext <<_ACEOF
20896 /* confdefs.h. */
20897 _ACEOF
20898 cat confdefs.h >>conftest.$ac_ext
20899 cat >>conftest.$ac_ext <<_ACEOF
20900 /* end confdefs.h. */
20901 #include <sys/types.h>
20902 #ifdef HAVE_SYS_PARAM_H
20903 # include <sys/param.h>
20904 #endif
20905 #ifdef HAVE_SYS_MOUNT_H
20906 # include <sys/mount.h>
20907 #endif
20908 #ifdef HAVE_SYS_VFS_H
20909 # include <sys/vfs.h>
20910 #endif
20911 #ifdef HAVE_SYS_STATFS_H
20912 # include <sys/statfs.h>
20913 #endif
20916 main ()
20918 static struct statfs ac_aggr;
20919 if (ac_aggr.f_bfree)
20920 return 0;
20922 return 0;
20924 _ACEOF
20925 rm -f conftest.$ac_objext
20926 if { (ac_try="$ac_compile"
20927 case "(($ac_try" in
20928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20929 *) ac_try_echo=$ac_try;;
20930 esac
20931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20932 $as_echo "$ac_try_echo") >&5
20933 (eval "$ac_compile") 2>conftest.er1
20934 ac_status=$?
20935 grep -v '^ *+' conftest.er1 >conftest.err
20936 rm -f conftest.er1
20937 cat conftest.err >&5
20938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20939 (exit $ac_status); } && {
20940 test -z "$ac_c_werror_flag" ||
20941 test ! -s conftest.err
20942 } && test -s conftest.$ac_objext; then
20943 ac_cv_member_struct_statfs_f_bfree=yes
20944 else
20945 $as_echo "$as_me: failed program was:" >&5
20946 sed 's/^/| /' conftest.$ac_ext >&5
20948 cat >conftest.$ac_ext <<_ACEOF
20949 /* confdefs.h. */
20950 _ACEOF
20951 cat confdefs.h >>conftest.$ac_ext
20952 cat >>conftest.$ac_ext <<_ACEOF
20953 /* end confdefs.h. */
20954 #include <sys/types.h>
20955 #ifdef HAVE_SYS_PARAM_H
20956 # include <sys/param.h>
20957 #endif
20958 #ifdef HAVE_SYS_MOUNT_H
20959 # include <sys/mount.h>
20960 #endif
20961 #ifdef HAVE_SYS_VFS_H
20962 # include <sys/vfs.h>
20963 #endif
20964 #ifdef HAVE_SYS_STATFS_H
20965 # include <sys/statfs.h>
20966 #endif
20969 main ()
20971 static struct statfs ac_aggr;
20972 if (sizeof ac_aggr.f_bfree)
20973 return 0;
20975 return 0;
20977 _ACEOF
20978 rm -f conftest.$ac_objext
20979 if { (ac_try="$ac_compile"
20980 case "(($ac_try" in
20981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20982 *) ac_try_echo=$ac_try;;
20983 esac
20984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20985 $as_echo "$ac_try_echo") >&5
20986 (eval "$ac_compile") 2>conftest.er1
20987 ac_status=$?
20988 grep -v '^ *+' conftest.er1 >conftest.err
20989 rm -f conftest.er1
20990 cat conftest.err >&5
20991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); } && {
20993 test -z "$ac_c_werror_flag" ||
20994 test ! -s conftest.err
20995 } && test -s conftest.$ac_objext; then
20996 ac_cv_member_struct_statfs_f_bfree=yes
20997 else
20998 $as_echo "$as_me: failed program was:" >&5
20999 sed 's/^/| /' conftest.$ac_ext >&5
21001 ac_cv_member_struct_statfs_f_bfree=no
21004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21009 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21010 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21011 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21013 cat >>confdefs.h <<_ACEOF
21014 #define HAVE_STRUCT_STATFS_F_BFREE 1
21015 _ACEOF
21019 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21020 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21021 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21022 $as_echo_n "(cached) " >&6
21023 else
21024 cat >conftest.$ac_ext <<_ACEOF
21025 /* confdefs.h. */
21026 _ACEOF
21027 cat confdefs.h >>conftest.$ac_ext
21028 cat >>conftest.$ac_ext <<_ACEOF
21029 /* end confdefs.h. */
21030 #include <sys/types.h>
21031 #ifdef HAVE_SYS_PARAM_H
21032 # include <sys/param.h>
21033 #endif
21034 #ifdef HAVE_SYS_MOUNT_H
21035 # include <sys/mount.h>
21036 #endif
21037 #ifdef HAVE_SYS_VFS_H
21038 # include <sys/vfs.h>
21039 #endif
21040 #ifdef HAVE_SYS_STATFS_H
21041 # include <sys/statfs.h>
21042 #endif
21045 main ()
21047 static struct statfs ac_aggr;
21048 if (ac_aggr.f_bavail)
21049 return 0;
21051 return 0;
21053 _ACEOF
21054 rm -f conftest.$ac_objext
21055 if { (ac_try="$ac_compile"
21056 case "(($ac_try" in
21057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21058 *) ac_try_echo=$ac_try;;
21059 esac
21060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21061 $as_echo "$ac_try_echo") >&5
21062 (eval "$ac_compile") 2>conftest.er1
21063 ac_status=$?
21064 grep -v '^ *+' conftest.er1 >conftest.err
21065 rm -f conftest.er1
21066 cat conftest.err >&5
21067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068 (exit $ac_status); } && {
21069 test -z "$ac_c_werror_flag" ||
21070 test ! -s conftest.err
21071 } && test -s conftest.$ac_objext; then
21072 ac_cv_member_struct_statfs_f_bavail=yes
21073 else
21074 $as_echo "$as_me: failed program was:" >&5
21075 sed 's/^/| /' conftest.$ac_ext >&5
21077 cat >conftest.$ac_ext <<_ACEOF
21078 /* confdefs.h. */
21079 _ACEOF
21080 cat confdefs.h >>conftest.$ac_ext
21081 cat >>conftest.$ac_ext <<_ACEOF
21082 /* end confdefs.h. */
21083 #include <sys/types.h>
21084 #ifdef HAVE_SYS_PARAM_H
21085 # include <sys/param.h>
21086 #endif
21087 #ifdef HAVE_SYS_MOUNT_H
21088 # include <sys/mount.h>
21089 #endif
21090 #ifdef HAVE_SYS_VFS_H
21091 # include <sys/vfs.h>
21092 #endif
21093 #ifdef HAVE_SYS_STATFS_H
21094 # include <sys/statfs.h>
21095 #endif
21098 main ()
21100 static struct statfs ac_aggr;
21101 if (sizeof ac_aggr.f_bavail)
21102 return 0;
21104 return 0;
21106 _ACEOF
21107 rm -f conftest.$ac_objext
21108 if { (ac_try="$ac_compile"
21109 case "(($ac_try" in
21110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21111 *) ac_try_echo=$ac_try;;
21112 esac
21113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21114 $as_echo "$ac_try_echo") >&5
21115 (eval "$ac_compile") 2>conftest.er1
21116 ac_status=$?
21117 grep -v '^ *+' conftest.er1 >conftest.err
21118 rm -f conftest.er1
21119 cat conftest.err >&5
21120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21121 (exit $ac_status); } && {
21122 test -z "$ac_c_werror_flag" ||
21123 test ! -s conftest.err
21124 } && test -s conftest.$ac_objext; then
21125 ac_cv_member_struct_statfs_f_bavail=yes
21126 else
21127 $as_echo "$as_me: failed program was:" >&5
21128 sed 's/^/| /' conftest.$ac_ext >&5
21130 ac_cv_member_struct_statfs_f_bavail=no
21133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21138 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21139 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21140 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21142 cat >>confdefs.h <<_ACEOF
21143 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21144 _ACEOF
21148 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21149 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21150 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21151 $as_echo_n "(cached) " >&6
21152 else
21153 cat >conftest.$ac_ext <<_ACEOF
21154 /* confdefs.h. */
21155 _ACEOF
21156 cat confdefs.h >>conftest.$ac_ext
21157 cat >>conftest.$ac_ext <<_ACEOF
21158 /* end confdefs.h. */
21159 #include <sys/types.h>
21160 #ifdef HAVE_SYS_PARAM_H
21161 # include <sys/param.h>
21162 #endif
21163 #ifdef HAVE_SYS_MOUNT_H
21164 # include <sys/mount.h>
21165 #endif
21166 #ifdef HAVE_SYS_VFS_H
21167 # include <sys/vfs.h>
21168 #endif
21169 #ifdef HAVE_SYS_STATFS_H
21170 # include <sys/statfs.h>
21171 #endif
21174 main ()
21176 static struct statfs ac_aggr;
21177 if (ac_aggr.f_frsize)
21178 return 0;
21180 return 0;
21182 _ACEOF
21183 rm -f conftest.$ac_objext
21184 if { (ac_try="$ac_compile"
21185 case "(($ac_try" in
21186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21187 *) ac_try_echo=$ac_try;;
21188 esac
21189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21190 $as_echo "$ac_try_echo") >&5
21191 (eval "$ac_compile") 2>conftest.er1
21192 ac_status=$?
21193 grep -v '^ *+' conftest.er1 >conftest.err
21194 rm -f conftest.er1
21195 cat conftest.err >&5
21196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197 (exit $ac_status); } && {
21198 test -z "$ac_c_werror_flag" ||
21199 test ! -s conftest.err
21200 } && test -s conftest.$ac_objext; then
21201 ac_cv_member_struct_statfs_f_frsize=yes
21202 else
21203 $as_echo "$as_me: failed program was:" >&5
21204 sed 's/^/| /' conftest.$ac_ext >&5
21206 cat >conftest.$ac_ext <<_ACEOF
21207 /* confdefs.h. */
21208 _ACEOF
21209 cat confdefs.h >>conftest.$ac_ext
21210 cat >>conftest.$ac_ext <<_ACEOF
21211 /* end confdefs.h. */
21212 #include <sys/types.h>
21213 #ifdef HAVE_SYS_PARAM_H
21214 # include <sys/param.h>
21215 #endif
21216 #ifdef HAVE_SYS_MOUNT_H
21217 # include <sys/mount.h>
21218 #endif
21219 #ifdef HAVE_SYS_VFS_H
21220 # include <sys/vfs.h>
21221 #endif
21222 #ifdef HAVE_SYS_STATFS_H
21223 # include <sys/statfs.h>
21224 #endif
21227 main ()
21229 static struct statfs ac_aggr;
21230 if (sizeof ac_aggr.f_frsize)
21231 return 0;
21233 return 0;
21235 _ACEOF
21236 rm -f conftest.$ac_objext
21237 if { (ac_try="$ac_compile"
21238 case "(($ac_try" in
21239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21240 *) ac_try_echo=$ac_try;;
21241 esac
21242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21243 $as_echo "$ac_try_echo") >&5
21244 (eval "$ac_compile") 2>conftest.er1
21245 ac_status=$?
21246 grep -v '^ *+' conftest.er1 >conftest.err
21247 rm -f conftest.er1
21248 cat conftest.err >&5
21249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250 (exit $ac_status); } && {
21251 test -z "$ac_c_werror_flag" ||
21252 test ! -s conftest.err
21253 } && test -s conftest.$ac_objext; then
21254 ac_cv_member_struct_statfs_f_frsize=yes
21255 else
21256 $as_echo "$as_me: failed program was:" >&5
21257 sed 's/^/| /' conftest.$ac_ext >&5
21259 ac_cv_member_struct_statfs_f_frsize=no
21262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21267 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21268 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21269 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21271 cat >>confdefs.h <<_ACEOF
21272 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21273 _ACEOF
21277 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21278 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21279 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21280 $as_echo_n "(cached) " >&6
21281 else
21282 cat >conftest.$ac_ext <<_ACEOF
21283 /* confdefs.h. */
21284 _ACEOF
21285 cat confdefs.h >>conftest.$ac_ext
21286 cat >>conftest.$ac_ext <<_ACEOF
21287 /* end confdefs.h. */
21288 #include <sys/types.h>
21289 #ifdef HAVE_SYS_PARAM_H
21290 # include <sys/param.h>
21291 #endif
21292 #ifdef HAVE_SYS_MOUNT_H
21293 # include <sys/mount.h>
21294 #endif
21295 #ifdef HAVE_SYS_VFS_H
21296 # include <sys/vfs.h>
21297 #endif
21298 #ifdef HAVE_SYS_STATFS_H
21299 # include <sys/statfs.h>
21300 #endif
21303 main ()
21305 static struct statfs ac_aggr;
21306 if (ac_aggr.f_ffree)
21307 return 0;
21309 return 0;
21311 _ACEOF
21312 rm -f conftest.$ac_objext
21313 if { (ac_try="$ac_compile"
21314 case "(($ac_try" in
21315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21316 *) ac_try_echo=$ac_try;;
21317 esac
21318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21319 $as_echo "$ac_try_echo") >&5
21320 (eval "$ac_compile") 2>conftest.er1
21321 ac_status=$?
21322 grep -v '^ *+' conftest.er1 >conftest.err
21323 rm -f conftest.er1
21324 cat conftest.err >&5
21325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21326 (exit $ac_status); } && {
21327 test -z "$ac_c_werror_flag" ||
21328 test ! -s conftest.err
21329 } && test -s conftest.$ac_objext; then
21330 ac_cv_member_struct_statfs_f_ffree=yes
21331 else
21332 $as_echo "$as_me: failed program was:" >&5
21333 sed 's/^/| /' conftest.$ac_ext >&5
21335 cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h. */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h. */
21341 #include <sys/types.h>
21342 #ifdef HAVE_SYS_PARAM_H
21343 # include <sys/param.h>
21344 #endif
21345 #ifdef HAVE_SYS_MOUNT_H
21346 # include <sys/mount.h>
21347 #endif
21348 #ifdef HAVE_SYS_VFS_H
21349 # include <sys/vfs.h>
21350 #endif
21351 #ifdef HAVE_SYS_STATFS_H
21352 # include <sys/statfs.h>
21353 #endif
21356 main ()
21358 static struct statfs ac_aggr;
21359 if (sizeof ac_aggr.f_ffree)
21360 return 0;
21362 return 0;
21364 _ACEOF
21365 rm -f conftest.$ac_objext
21366 if { (ac_try="$ac_compile"
21367 case "(($ac_try" in
21368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21369 *) ac_try_echo=$ac_try;;
21370 esac
21371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21372 $as_echo "$ac_try_echo") >&5
21373 (eval "$ac_compile") 2>conftest.er1
21374 ac_status=$?
21375 grep -v '^ *+' conftest.er1 >conftest.err
21376 rm -f conftest.er1
21377 cat conftest.err >&5
21378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21379 (exit $ac_status); } && {
21380 test -z "$ac_c_werror_flag" ||
21381 test ! -s conftest.err
21382 } && test -s conftest.$ac_objext; then
21383 ac_cv_member_struct_statfs_f_ffree=yes
21384 else
21385 $as_echo "$as_me: failed program was:" >&5
21386 sed 's/^/| /' conftest.$ac_ext >&5
21388 ac_cv_member_struct_statfs_f_ffree=no
21391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21396 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21397 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21398 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21400 cat >>confdefs.h <<_ACEOF
21401 #define HAVE_STRUCT_STATFS_F_FFREE 1
21402 _ACEOF
21406 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21407 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21408 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21409 $as_echo_n "(cached) " >&6
21410 else
21411 cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h. */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #include <sys/types.h>
21418 #ifdef HAVE_SYS_PARAM_H
21419 # include <sys/param.h>
21420 #endif
21421 #ifdef HAVE_SYS_MOUNT_H
21422 # include <sys/mount.h>
21423 #endif
21424 #ifdef HAVE_SYS_VFS_H
21425 # include <sys/vfs.h>
21426 #endif
21427 #ifdef HAVE_SYS_STATFS_H
21428 # include <sys/statfs.h>
21429 #endif
21432 main ()
21434 static struct statfs ac_aggr;
21435 if (ac_aggr.f_favail)
21436 return 0;
21438 return 0;
21440 _ACEOF
21441 rm -f conftest.$ac_objext
21442 if { (ac_try="$ac_compile"
21443 case "(($ac_try" in
21444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21445 *) ac_try_echo=$ac_try;;
21446 esac
21447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21448 $as_echo "$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 $as_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_statfs_f_favail=yes
21460 else
21461 $as_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_PARAM_H
21472 # include <sys/param.h>
21473 #endif
21474 #ifdef HAVE_SYS_MOUNT_H
21475 # include <sys/mount.h>
21476 #endif
21477 #ifdef HAVE_SYS_VFS_H
21478 # include <sys/vfs.h>
21479 #endif
21480 #ifdef HAVE_SYS_STATFS_H
21481 # include <sys/statfs.h>
21482 #endif
21485 main ()
21487 static struct statfs ac_aggr;
21488 if (sizeof ac_aggr.f_favail)
21489 return 0;
21491 return 0;
21493 _ACEOF
21494 rm -f conftest.$ac_objext
21495 if { (ac_try="$ac_compile"
21496 case "(($ac_try" in
21497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21498 *) ac_try_echo=$ac_try;;
21499 esac
21500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21501 $as_echo "$ac_try_echo") >&5
21502 (eval "$ac_compile") 2>conftest.er1
21503 ac_status=$?
21504 grep -v '^ *+' conftest.er1 >conftest.err
21505 rm -f conftest.er1
21506 cat conftest.err >&5
21507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } && {
21509 test -z "$ac_c_werror_flag" ||
21510 test ! -s conftest.err
21511 } && test -s conftest.$ac_objext; then
21512 ac_cv_member_struct_statfs_f_favail=yes
21513 else
21514 $as_echo "$as_me: failed program was:" >&5
21515 sed 's/^/| /' conftest.$ac_ext >&5
21517 ac_cv_member_struct_statfs_f_favail=no
21520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21525 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21526 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21527 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21529 cat >>confdefs.h <<_ACEOF
21530 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21531 _ACEOF
21535 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21536 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21537 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21538 $as_echo_n "(cached) " >&6
21539 else
21540 cat >conftest.$ac_ext <<_ACEOF
21541 /* confdefs.h. */
21542 _ACEOF
21543 cat confdefs.h >>conftest.$ac_ext
21544 cat >>conftest.$ac_ext <<_ACEOF
21545 /* end confdefs.h. */
21546 #include <sys/types.h>
21547 #ifdef HAVE_SYS_PARAM_H
21548 # include <sys/param.h>
21549 #endif
21550 #ifdef HAVE_SYS_MOUNT_H
21551 # include <sys/mount.h>
21552 #endif
21553 #ifdef HAVE_SYS_VFS_H
21554 # include <sys/vfs.h>
21555 #endif
21556 #ifdef HAVE_SYS_STATFS_H
21557 # include <sys/statfs.h>
21558 #endif
21561 main ()
21563 static struct statfs ac_aggr;
21564 if (ac_aggr.f_namelen)
21565 return 0;
21567 return 0;
21569 _ACEOF
21570 rm -f conftest.$ac_objext
21571 if { (ac_try="$ac_compile"
21572 case "(($ac_try" in
21573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21574 *) ac_try_echo=$ac_try;;
21575 esac
21576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21577 $as_echo "$ac_try_echo") >&5
21578 (eval "$ac_compile") 2>conftest.er1
21579 ac_status=$?
21580 grep -v '^ *+' conftest.er1 >conftest.err
21581 rm -f conftest.er1
21582 cat conftest.err >&5
21583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } && {
21585 test -z "$ac_c_werror_flag" ||
21586 test ! -s conftest.err
21587 } && test -s conftest.$ac_objext; then
21588 ac_cv_member_struct_statfs_f_namelen=yes
21589 else
21590 $as_echo "$as_me: failed program was:" >&5
21591 sed 's/^/| /' conftest.$ac_ext >&5
21593 cat >conftest.$ac_ext <<_ACEOF
21594 /* confdefs.h. */
21595 _ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h. */
21599 #include <sys/types.h>
21600 #ifdef HAVE_SYS_PARAM_H
21601 # include <sys/param.h>
21602 #endif
21603 #ifdef HAVE_SYS_MOUNT_H
21604 # include <sys/mount.h>
21605 #endif
21606 #ifdef HAVE_SYS_VFS_H
21607 # include <sys/vfs.h>
21608 #endif
21609 #ifdef HAVE_SYS_STATFS_H
21610 # include <sys/statfs.h>
21611 #endif
21614 main ()
21616 static struct statfs ac_aggr;
21617 if (sizeof ac_aggr.f_namelen)
21618 return 0;
21620 return 0;
21622 _ACEOF
21623 rm -f conftest.$ac_objext
21624 if { (ac_try="$ac_compile"
21625 case "(($ac_try" in
21626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21627 *) ac_try_echo=$ac_try;;
21628 esac
21629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21630 $as_echo "$ac_try_echo") >&5
21631 (eval "$ac_compile") 2>conftest.er1
21632 ac_status=$?
21633 grep -v '^ *+' conftest.er1 >conftest.err
21634 rm -f conftest.er1
21635 cat conftest.err >&5
21636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21637 (exit $ac_status); } && {
21638 test -z "$ac_c_werror_flag" ||
21639 test ! -s conftest.err
21640 } && test -s conftest.$ac_objext; then
21641 ac_cv_member_struct_statfs_f_namelen=yes
21642 else
21643 $as_echo "$as_me: failed program was:" >&5
21644 sed 's/^/| /' conftest.$ac_ext >&5
21646 ac_cv_member_struct_statfs_f_namelen=no
21649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21654 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21655 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21656 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21658 cat >>confdefs.h <<_ACEOF
21659 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21660 _ACEOF
21666 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21667 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21668 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21669 $as_echo_n "(cached) " >&6
21670 else
21671 cat >conftest.$ac_ext <<_ACEOF
21672 /* confdefs.h. */
21673 _ACEOF
21674 cat confdefs.h >>conftest.$ac_ext
21675 cat >>conftest.$ac_ext <<_ACEOF
21676 /* end confdefs.h. */
21677 #ifdef HAVE_SYS_STATVFS_H
21678 #include <sys/statvfs.h>
21679 #endif
21682 main ()
21684 static struct statvfs ac_aggr;
21685 if (ac_aggr.f_blocks)
21686 return 0;
21688 return 0;
21690 _ACEOF
21691 rm -f conftest.$ac_objext
21692 if { (ac_try="$ac_compile"
21693 case "(($ac_try" in
21694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21695 *) ac_try_echo=$ac_try;;
21696 esac
21697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21698 $as_echo "$ac_try_echo") >&5
21699 (eval "$ac_compile") 2>conftest.er1
21700 ac_status=$?
21701 grep -v '^ *+' conftest.er1 >conftest.err
21702 rm -f conftest.er1
21703 cat conftest.err >&5
21704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); } && {
21706 test -z "$ac_c_werror_flag" ||
21707 test ! -s conftest.err
21708 } && test -s conftest.$ac_objext; then
21709 ac_cv_member_struct_statvfs_f_blocks=yes
21710 else
21711 $as_echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.$ac_ext >&5
21714 cat >conftest.$ac_ext <<_ACEOF
21715 /* confdefs.h. */
21716 _ACEOF
21717 cat confdefs.h >>conftest.$ac_ext
21718 cat >>conftest.$ac_ext <<_ACEOF
21719 /* end confdefs.h. */
21720 #ifdef HAVE_SYS_STATVFS_H
21721 #include <sys/statvfs.h>
21722 #endif
21725 main ()
21727 static struct statvfs ac_aggr;
21728 if (sizeof ac_aggr.f_blocks)
21729 return 0;
21731 return 0;
21733 _ACEOF
21734 rm -f conftest.$ac_objext
21735 if { (ac_try="$ac_compile"
21736 case "(($ac_try" in
21737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21738 *) ac_try_echo=$ac_try;;
21739 esac
21740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21741 $as_echo "$ac_try_echo") >&5
21742 (eval "$ac_compile") 2>conftest.er1
21743 ac_status=$?
21744 grep -v '^ *+' conftest.er1 >conftest.err
21745 rm -f conftest.er1
21746 cat conftest.err >&5
21747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } && {
21749 test -z "$ac_c_werror_flag" ||
21750 test ! -s conftest.err
21751 } && test -s conftest.$ac_objext; then
21752 ac_cv_member_struct_statvfs_f_blocks=yes
21753 else
21754 $as_echo "$as_me: failed program was:" >&5
21755 sed 's/^/| /' conftest.$ac_ext >&5
21757 ac_cv_member_struct_statvfs_f_blocks=no
21760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21765 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21766 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21767 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21769 cat >>confdefs.h <<_ACEOF
21770 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21771 _ACEOF
21777 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21778 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21779 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21780 $as_echo_n "(cached) " >&6
21781 else
21782 cat >conftest.$ac_ext <<_ACEOF
21783 /* confdefs.h. */
21784 _ACEOF
21785 cat confdefs.h >>conftest.$ac_ext
21786 cat >>conftest.$ac_ext <<_ACEOF
21787 /* end confdefs.h. */
21788 #include <sys/types.h>
21789 #ifdef HAVE_SYS_SOCKET_H
21790 # include <sys/socket.h>
21791 #endif
21792 #ifdef HAVE_SYS_UN_H
21793 # include <sys/un.h>
21794 #endif
21797 main ()
21799 static struct msghdr ac_aggr;
21800 if (ac_aggr.msg_accrights)
21801 return 0;
21803 return 0;
21805 _ACEOF
21806 rm -f conftest.$ac_objext
21807 if { (ac_try="$ac_compile"
21808 case "(($ac_try" in
21809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21810 *) ac_try_echo=$ac_try;;
21811 esac
21812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21813 $as_echo "$ac_try_echo") >&5
21814 (eval "$ac_compile") 2>conftest.er1
21815 ac_status=$?
21816 grep -v '^ *+' conftest.er1 >conftest.err
21817 rm -f conftest.er1
21818 cat conftest.err >&5
21819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21820 (exit $ac_status); } && {
21821 test -z "$ac_c_werror_flag" ||
21822 test ! -s conftest.err
21823 } && test -s conftest.$ac_objext; then
21824 ac_cv_member_struct_msghdr_msg_accrights=yes
21825 else
21826 $as_echo "$as_me: failed program was:" >&5
21827 sed 's/^/| /' conftest.$ac_ext >&5
21829 cat >conftest.$ac_ext <<_ACEOF
21830 /* confdefs.h. */
21831 _ACEOF
21832 cat confdefs.h >>conftest.$ac_ext
21833 cat >>conftest.$ac_ext <<_ACEOF
21834 /* end confdefs.h. */
21835 #include <sys/types.h>
21836 #ifdef HAVE_SYS_SOCKET_H
21837 # include <sys/socket.h>
21838 #endif
21839 #ifdef HAVE_SYS_UN_H
21840 # include <sys/un.h>
21841 #endif
21844 main ()
21846 static struct msghdr ac_aggr;
21847 if (sizeof ac_aggr.msg_accrights)
21848 return 0;
21850 return 0;
21852 _ACEOF
21853 rm -f conftest.$ac_objext
21854 if { (ac_try="$ac_compile"
21855 case "(($ac_try" in
21856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21857 *) ac_try_echo=$ac_try;;
21858 esac
21859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21860 $as_echo "$ac_try_echo") >&5
21861 (eval "$ac_compile") 2>conftest.er1
21862 ac_status=$?
21863 grep -v '^ *+' conftest.er1 >conftest.err
21864 rm -f conftest.er1
21865 cat conftest.err >&5
21866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21867 (exit $ac_status); } && {
21868 test -z "$ac_c_werror_flag" ||
21869 test ! -s conftest.err
21870 } && test -s conftest.$ac_objext; then
21871 ac_cv_member_struct_msghdr_msg_accrights=yes
21872 else
21873 $as_echo "$as_me: failed program was:" >&5
21874 sed 's/^/| /' conftest.$ac_ext >&5
21876 ac_cv_member_struct_msghdr_msg_accrights=no
21879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21884 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21885 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21886 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21888 cat >>confdefs.h <<_ACEOF
21889 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21890 _ACEOF
21894 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21895 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21896 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21897 $as_echo_n "(cached) " >&6
21898 else
21899 cat >conftest.$ac_ext <<_ACEOF
21900 /* confdefs.h. */
21901 _ACEOF
21902 cat confdefs.h >>conftest.$ac_ext
21903 cat >>conftest.$ac_ext <<_ACEOF
21904 /* end confdefs.h. */
21905 #include <sys/types.h>
21906 #ifdef HAVE_SYS_SOCKET_H
21907 # include <sys/socket.h>
21908 #endif
21909 #ifdef HAVE_SYS_UN_H
21910 # include <sys/un.h>
21911 #endif
21914 main ()
21916 static struct sockaddr ac_aggr;
21917 if (ac_aggr.sa_len)
21918 return 0;
21920 return 0;
21922 _ACEOF
21923 rm -f conftest.$ac_objext
21924 if { (ac_try="$ac_compile"
21925 case "(($ac_try" in
21926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21927 *) ac_try_echo=$ac_try;;
21928 esac
21929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21930 $as_echo "$ac_try_echo") >&5
21931 (eval "$ac_compile") 2>conftest.er1
21932 ac_status=$?
21933 grep -v '^ *+' conftest.er1 >conftest.err
21934 rm -f conftest.er1
21935 cat conftest.err >&5
21936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937 (exit $ac_status); } && {
21938 test -z "$ac_c_werror_flag" ||
21939 test ! -s conftest.err
21940 } && test -s conftest.$ac_objext; then
21941 ac_cv_member_struct_sockaddr_sa_len=yes
21942 else
21943 $as_echo "$as_me: failed program was:" >&5
21944 sed 's/^/| /' conftest.$ac_ext >&5
21946 cat >conftest.$ac_ext <<_ACEOF
21947 /* confdefs.h. */
21948 _ACEOF
21949 cat confdefs.h >>conftest.$ac_ext
21950 cat >>conftest.$ac_ext <<_ACEOF
21951 /* end confdefs.h. */
21952 #include <sys/types.h>
21953 #ifdef HAVE_SYS_SOCKET_H
21954 # include <sys/socket.h>
21955 #endif
21956 #ifdef HAVE_SYS_UN_H
21957 # include <sys/un.h>
21958 #endif
21961 main ()
21963 static struct sockaddr ac_aggr;
21964 if (sizeof ac_aggr.sa_len)
21965 return 0;
21967 return 0;
21969 _ACEOF
21970 rm -f conftest.$ac_objext
21971 if { (ac_try="$ac_compile"
21972 case "(($ac_try" in
21973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21974 *) ac_try_echo=$ac_try;;
21975 esac
21976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21977 $as_echo "$ac_try_echo") >&5
21978 (eval "$ac_compile") 2>conftest.er1
21979 ac_status=$?
21980 grep -v '^ *+' conftest.er1 >conftest.err
21981 rm -f conftest.er1
21982 cat conftest.err >&5
21983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21984 (exit $ac_status); } && {
21985 test -z "$ac_c_werror_flag" ||
21986 test ! -s conftest.err
21987 } && test -s conftest.$ac_objext; then
21988 ac_cv_member_struct_sockaddr_sa_len=yes
21989 else
21990 $as_echo "$as_me: failed program was:" >&5
21991 sed 's/^/| /' conftest.$ac_ext >&5
21993 ac_cv_member_struct_sockaddr_sa_len=no
21996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22001 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22002 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22003 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22005 cat >>confdefs.h <<_ACEOF
22006 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22007 _ACEOF
22011 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22012 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22013 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22014 $as_echo_n "(cached) " >&6
22015 else
22016 cat >conftest.$ac_ext <<_ACEOF
22017 /* confdefs.h. */
22018 _ACEOF
22019 cat confdefs.h >>conftest.$ac_ext
22020 cat >>conftest.$ac_ext <<_ACEOF
22021 /* end confdefs.h. */
22022 #include <sys/types.h>
22023 #ifdef HAVE_SYS_SOCKET_H
22024 # include <sys/socket.h>
22025 #endif
22026 #ifdef HAVE_SYS_UN_H
22027 # include <sys/un.h>
22028 #endif
22031 main ()
22033 static struct sockaddr_un ac_aggr;
22034 if (ac_aggr.sun_len)
22035 return 0;
22037 return 0;
22039 _ACEOF
22040 rm -f conftest.$ac_objext
22041 if { (ac_try="$ac_compile"
22042 case "(($ac_try" in
22043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22044 *) ac_try_echo=$ac_try;;
22045 esac
22046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22047 $as_echo "$ac_try_echo") >&5
22048 (eval "$ac_compile") 2>conftest.er1
22049 ac_status=$?
22050 grep -v '^ *+' conftest.er1 >conftest.err
22051 rm -f conftest.er1
22052 cat conftest.err >&5
22053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22054 (exit $ac_status); } && {
22055 test -z "$ac_c_werror_flag" ||
22056 test ! -s conftest.err
22057 } && test -s conftest.$ac_objext; then
22058 ac_cv_member_struct_sockaddr_un_sun_len=yes
22059 else
22060 $as_echo "$as_me: failed program was:" >&5
22061 sed 's/^/| /' conftest.$ac_ext >&5
22063 cat >conftest.$ac_ext <<_ACEOF
22064 /* confdefs.h. */
22065 _ACEOF
22066 cat confdefs.h >>conftest.$ac_ext
22067 cat >>conftest.$ac_ext <<_ACEOF
22068 /* end confdefs.h. */
22069 #include <sys/types.h>
22070 #ifdef HAVE_SYS_SOCKET_H
22071 # include <sys/socket.h>
22072 #endif
22073 #ifdef HAVE_SYS_UN_H
22074 # include <sys/un.h>
22075 #endif
22078 main ()
22080 static struct sockaddr_un ac_aggr;
22081 if (sizeof ac_aggr.sun_len)
22082 return 0;
22084 return 0;
22086 _ACEOF
22087 rm -f conftest.$ac_objext
22088 if { (ac_try="$ac_compile"
22089 case "(($ac_try" in
22090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22091 *) ac_try_echo=$ac_try;;
22092 esac
22093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22094 $as_echo "$ac_try_echo") >&5
22095 (eval "$ac_compile") 2>conftest.er1
22096 ac_status=$?
22097 grep -v '^ *+' conftest.er1 >conftest.err
22098 rm -f conftest.er1
22099 cat conftest.err >&5
22100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22101 (exit $ac_status); } && {
22102 test -z "$ac_c_werror_flag" ||
22103 test ! -s conftest.err
22104 } && test -s conftest.$ac_objext; then
22105 ac_cv_member_struct_sockaddr_un_sun_len=yes
22106 else
22107 $as_echo "$as_me: failed program was:" >&5
22108 sed 's/^/| /' conftest.$ac_ext >&5
22110 ac_cv_member_struct_sockaddr_un_sun_len=no
22113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22118 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22119 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22120 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22122 cat >>confdefs.h <<_ACEOF
22123 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22124 _ACEOF
22130 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22131 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22132 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22133 $as_echo_n "(cached) " >&6
22134 else
22135 cat >conftest.$ac_ext <<_ACEOF
22136 /* confdefs.h. */
22137 _ACEOF
22138 cat confdefs.h >>conftest.$ac_ext
22139 cat >>conftest.$ac_ext <<_ACEOF
22140 /* end confdefs.h. */
22141 #include <sys/types.h>
22142 #ifdef HAVE_SCSI_SG_H
22143 #include <scsi/sg.h>
22144 #endif
22147 main ()
22149 static scsireq_t ac_aggr;
22150 if (ac_aggr.cmd)
22151 return 0;
22153 return 0;
22155 _ACEOF
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22160 *) ac_try_echo=$ac_try;;
22161 esac
22162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22163 $as_echo "$ac_try_echo") >&5
22164 (eval "$ac_compile") 2>conftest.er1
22165 ac_status=$?
22166 grep -v '^ *+' conftest.er1 >conftest.err
22167 rm -f conftest.er1
22168 cat conftest.err >&5
22169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22170 (exit $ac_status); } && {
22171 test -z "$ac_c_werror_flag" ||
22172 test ! -s conftest.err
22173 } && test -s conftest.$ac_objext; then
22174 ac_cv_member_scsireq_t_cmd=yes
22175 else
22176 $as_echo "$as_me: failed program was:" >&5
22177 sed 's/^/| /' conftest.$ac_ext >&5
22179 cat >conftest.$ac_ext <<_ACEOF
22180 /* confdefs.h. */
22181 _ACEOF
22182 cat confdefs.h >>conftest.$ac_ext
22183 cat >>conftest.$ac_ext <<_ACEOF
22184 /* end confdefs.h. */
22185 #include <sys/types.h>
22186 #ifdef HAVE_SCSI_SG_H
22187 #include <scsi/sg.h>
22188 #endif
22191 main ()
22193 static scsireq_t ac_aggr;
22194 if (sizeof ac_aggr.cmd)
22195 return 0;
22197 return 0;
22199 _ACEOF
22200 rm -f conftest.$ac_objext
22201 if { (ac_try="$ac_compile"
22202 case "(($ac_try" in
22203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22204 *) ac_try_echo=$ac_try;;
22205 esac
22206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22207 $as_echo "$ac_try_echo") >&5
22208 (eval "$ac_compile") 2>conftest.er1
22209 ac_status=$?
22210 grep -v '^ *+' conftest.er1 >conftest.err
22211 rm -f conftest.er1
22212 cat conftest.err >&5
22213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); } && {
22215 test -z "$ac_c_werror_flag" ||
22216 test ! -s conftest.err
22217 } && test -s conftest.$ac_objext; then
22218 ac_cv_member_scsireq_t_cmd=yes
22219 else
22220 $as_echo "$as_me: failed program was:" >&5
22221 sed 's/^/| /' conftest.$ac_ext >&5
22223 ac_cv_member_scsireq_t_cmd=no
22226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22231 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22232 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22233 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22235 cat >>confdefs.h <<_ACEOF
22236 #define HAVE_SCSIREQ_T_CMD 1
22237 _ACEOF
22241 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22242 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22243 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22244 $as_echo_n "(cached) " >&6
22245 else
22246 cat >conftest.$ac_ext <<_ACEOF
22247 /* confdefs.h. */
22248 _ACEOF
22249 cat confdefs.h >>conftest.$ac_ext
22250 cat >>conftest.$ac_ext <<_ACEOF
22251 /* end confdefs.h. */
22252 #include <sys/types.h>
22253 #ifdef HAVE_SCSI_SG_H
22254 #include <scsi/sg.h>
22255 #endif
22258 main ()
22260 static sg_io_hdr_t ac_aggr;
22261 if (ac_aggr.interface_id)
22262 return 0;
22264 return 0;
22266 _ACEOF
22267 rm -f conftest.$ac_objext
22268 if { (ac_try="$ac_compile"
22269 case "(($ac_try" in
22270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22271 *) ac_try_echo=$ac_try;;
22272 esac
22273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22274 $as_echo "$ac_try_echo") >&5
22275 (eval "$ac_compile") 2>conftest.er1
22276 ac_status=$?
22277 grep -v '^ *+' conftest.er1 >conftest.err
22278 rm -f conftest.er1
22279 cat conftest.err >&5
22280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22281 (exit $ac_status); } && {
22282 test -z "$ac_c_werror_flag" ||
22283 test ! -s conftest.err
22284 } && test -s conftest.$ac_objext; then
22285 ac_cv_member_sg_io_hdr_t_interface_id=yes
22286 else
22287 $as_echo "$as_me: failed program was:" >&5
22288 sed 's/^/| /' conftest.$ac_ext >&5
22290 cat >conftest.$ac_ext <<_ACEOF
22291 /* confdefs.h. */
22292 _ACEOF
22293 cat confdefs.h >>conftest.$ac_ext
22294 cat >>conftest.$ac_ext <<_ACEOF
22295 /* end confdefs.h. */
22296 #include <sys/types.h>
22297 #ifdef HAVE_SCSI_SG_H
22298 #include <scsi/sg.h>
22299 #endif
22302 main ()
22304 static sg_io_hdr_t ac_aggr;
22305 if (sizeof ac_aggr.interface_id)
22306 return 0;
22308 return 0;
22310 _ACEOF
22311 rm -f conftest.$ac_objext
22312 if { (ac_try="$ac_compile"
22313 case "(($ac_try" in
22314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22315 *) ac_try_echo=$ac_try;;
22316 esac
22317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22318 $as_echo "$ac_try_echo") >&5
22319 (eval "$ac_compile") 2>conftest.er1
22320 ac_status=$?
22321 grep -v '^ *+' conftest.er1 >conftest.err
22322 rm -f conftest.er1
22323 cat conftest.err >&5
22324 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); } && {
22326 test -z "$ac_c_werror_flag" ||
22327 test ! -s conftest.err
22328 } && test -s conftest.$ac_objext; then
22329 ac_cv_member_sg_io_hdr_t_interface_id=yes
22330 else
22331 $as_echo "$as_me: failed program was:" >&5
22332 sed 's/^/| /' conftest.$ac_ext >&5
22334 ac_cv_member_sg_io_hdr_t_interface_id=no
22337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22342 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22343 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22344 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22346 cat >>confdefs.h <<_ACEOF
22347 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22348 _ACEOF
22354 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22355 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22356 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22357 $as_echo_n "(cached) " >&6
22358 else
22359 cat >conftest.$ac_ext <<_ACEOF
22360 /* confdefs.h. */
22361 _ACEOF
22362 cat confdefs.h >>conftest.$ac_ext
22363 cat >>conftest.$ac_ext <<_ACEOF
22364 /* end confdefs.h. */
22365 #include <signal.h>
22368 main ()
22370 static siginfo_t ac_aggr;
22371 if (ac_aggr.si_fd)
22372 return 0;
22374 return 0;
22376 _ACEOF
22377 rm -f conftest.$ac_objext
22378 if { (ac_try="$ac_compile"
22379 case "(($ac_try" in
22380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22381 *) ac_try_echo=$ac_try;;
22382 esac
22383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22384 $as_echo "$ac_try_echo") >&5
22385 (eval "$ac_compile") 2>conftest.er1
22386 ac_status=$?
22387 grep -v '^ *+' conftest.er1 >conftest.err
22388 rm -f conftest.er1
22389 cat conftest.err >&5
22390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22391 (exit $ac_status); } && {
22392 test -z "$ac_c_werror_flag" ||
22393 test ! -s conftest.err
22394 } && test -s conftest.$ac_objext; then
22395 ac_cv_member_siginfo_t_si_fd=yes
22396 else
22397 $as_echo "$as_me: failed program was:" >&5
22398 sed 's/^/| /' conftest.$ac_ext >&5
22400 cat >conftest.$ac_ext <<_ACEOF
22401 /* confdefs.h. */
22402 _ACEOF
22403 cat confdefs.h >>conftest.$ac_ext
22404 cat >>conftest.$ac_ext <<_ACEOF
22405 /* end confdefs.h. */
22406 #include <signal.h>
22409 main ()
22411 static siginfo_t ac_aggr;
22412 if (sizeof ac_aggr.si_fd)
22413 return 0;
22415 return 0;
22417 _ACEOF
22418 rm -f conftest.$ac_objext
22419 if { (ac_try="$ac_compile"
22420 case "(($ac_try" in
22421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22422 *) ac_try_echo=$ac_try;;
22423 esac
22424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22425 $as_echo "$ac_try_echo") >&5
22426 (eval "$ac_compile") 2>conftest.er1
22427 ac_status=$?
22428 grep -v '^ *+' conftest.er1 >conftest.err
22429 rm -f conftest.er1
22430 cat conftest.err >&5
22431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); } && {
22433 test -z "$ac_c_werror_flag" ||
22434 test ! -s conftest.err
22435 } && test -s conftest.$ac_objext; then
22436 ac_cv_member_siginfo_t_si_fd=yes
22437 else
22438 $as_echo "$as_me: failed program was:" >&5
22439 sed 's/^/| /' conftest.$ac_ext >&5
22441 ac_cv_member_siginfo_t_si_fd=no
22444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22449 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22450 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22451 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22453 cat >>confdefs.h <<_ACEOF
22454 #define HAVE_SIGINFO_T_SI_FD 1
22455 _ACEOF
22461 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22462 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22463 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22464 $as_echo_n "(cached) " >&6
22465 else
22466 cat >conftest.$ac_ext <<_ACEOF
22467 /* confdefs.h. */
22468 _ACEOF
22469 cat confdefs.h >>conftest.$ac_ext
22470 cat >>conftest.$ac_ext <<_ACEOF
22471 /* end confdefs.h. */
22472 #include <sys/types.h>
22473 #ifdef HAVE_SYS_MTIO_H
22474 #include <sys/mtio.h>
22475 #endif
22478 main ()
22480 static struct mtget ac_aggr;
22481 if (ac_aggr.mt_blksiz)
22482 return 0;
22484 return 0;
22486 _ACEOF
22487 rm -f conftest.$ac_objext
22488 if { (ac_try="$ac_compile"
22489 case "(($ac_try" in
22490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22491 *) ac_try_echo=$ac_try;;
22492 esac
22493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22494 $as_echo "$ac_try_echo") >&5
22495 (eval "$ac_compile") 2>conftest.er1
22496 ac_status=$?
22497 grep -v '^ *+' conftest.er1 >conftest.err
22498 rm -f conftest.er1
22499 cat conftest.err >&5
22500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22501 (exit $ac_status); } && {
22502 test -z "$ac_c_werror_flag" ||
22503 test ! -s conftest.err
22504 } && test -s conftest.$ac_objext; then
22505 ac_cv_member_struct_mtget_mt_blksiz=yes
22506 else
22507 $as_echo "$as_me: failed program was:" >&5
22508 sed 's/^/| /' conftest.$ac_ext >&5
22510 cat >conftest.$ac_ext <<_ACEOF
22511 /* confdefs.h. */
22512 _ACEOF
22513 cat confdefs.h >>conftest.$ac_ext
22514 cat >>conftest.$ac_ext <<_ACEOF
22515 /* end confdefs.h. */
22516 #include <sys/types.h>
22517 #ifdef HAVE_SYS_MTIO_H
22518 #include <sys/mtio.h>
22519 #endif
22522 main ()
22524 static struct mtget ac_aggr;
22525 if (sizeof ac_aggr.mt_blksiz)
22526 return 0;
22528 return 0;
22530 _ACEOF
22531 rm -f conftest.$ac_objext
22532 if { (ac_try="$ac_compile"
22533 case "(($ac_try" in
22534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22535 *) ac_try_echo=$ac_try;;
22536 esac
22537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22538 $as_echo "$ac_try_echo") >&5
22539 (eval "$ac_compile") 2>conftest.er1
22540 ac_status=$?
22541 grep -v '^ *+' conftest.er1 >conftest.err
22542 rm -f conftest.er1
22543 cat conftest.err >&5
22544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22545 (exit $ac_status); } && {
22546 test -z "$ac_c_werror_flag" ||
22547 test ! -s conftest.err
22548 } && test -s conftest.$ac_objext; then
22549 ac_cv_member_struct_mtget_mt_blksiz=yes
22550 else
22551 $as_echo "$as_me: failed program was:" >&5
22552 sed 's/^/| /' conftest.$ac_ext >&5
22554 ac_cv_member_struct_mtget_mt_blksiz=no
22557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22562 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22563 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22564 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22566 cat >>confdefs.h <<_ACEOF
22567 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22568 _ACEOF
22572 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22573 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22574 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22575 $as_echo_n "(cached) " >&6
22576 else
22577 cat >conftest.$ac_ext <<_ACEOF
22578 /* confdefs.h. */
22579 _ACEOF
22580 cat confdefs.h >>conftest.$ac_ext
22581 cat >>conftest.$ac_ext <<_ACEOF
22582 /* end confdefs.h. */
22583 #include <sys/types.h>
22584 #ifdef HAVE_SYS_MTIO_H
22585 #include <sys/mtio.h>
22586 #endif
22589 main ()
22591 static struct mtget ac_aggr;
22592 if (ac_aggr.mt_gstat)
22593 return 0;
22595 return 0;
22597 _ACEOF
22598 rm -f conftest.$ac_objext
22599 if { (ac_try="$ac_compile"
22600 case "(($ac_try" in
22601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22602 *) ac_try_echo=$ac_try;;
22603 esac
22604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22605 $as_echo "$ac_try_echo") >&5
22606 (eval "$ac_compile") 2>conftest.er1
22607 ac_status=$?
22608 grep -v '^ *+' conftest.er1 >conftest.err
22609 rm -f conftest.er1
22610 cat conftest.err >&5
22611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22612 (exit $ac_status); } && {
22613 test -z "$ac_c_werror_flag" ||
22614 test ! -s conftest.err
22615 } && test -s conftest.$ac_objext; then
22616 ac_cv_member_struct_mtget_mt_gstat=yes
22617 else
22618 $as_echo "$as_me: failed program was:" >&5
22619 sed 's/^/| /' conftest.$ac_ext >&5
22621 cat >conftest.$ac_ext <<_ACEOF
22622 /* confdefs.h. */
22623 _ACEOF
22624 cat confdefs.h >>conftest.$ac_ext
22625 cat >>conftest.$ac_ext <<_ACEOF
22626 /* end confdefs.h. */
22627 #include <sys/types.h>
22628 #ifdef HAVE_SYS_MTIO_H
22629 #include <sys/mtio.h>
22630 #endif
22633 main ()
22635 static struct mtget ac_aggr;
22636 if (sizeof ac_aggr.mt_gstat)
22637 return 0;
22639 return 0;
22641 _ACEOF
22642 rm -f conftest.$ac_objext
22643 if { (ac_try="$ac_compile"
22644 case "(($ac_try" in
22645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22646 *) ac_try_echo=$ac_try;;
22647 esac
22648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22649 $as_echo "$ac_try_echo") >&5
22650 (eval "$ac_compile") 2>conftest.er1
22651 ac_status=$?
22652 grep -v '^ *+' conftest.er1 >conftest.err
22653 rm -f conftest.er1
22654 cat conftest.err >&5
22655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22656 (exit $ac_status); } && {
22657 test -z "$ac_c_werror_flag" ||
22658 test ! -s conftest.err
22659 } && test -s conftest.$ac_objext; then
22660 ac_cv_member_struct_mtget_mt_gstat=yes
22661 else
22662 $as_echo "$as_me: failed program was:" >&5
22663 sed 's/^/| /' conftest.$ac_ext >&5
22665 ac_cv_member_struct_mtget_mt_gstat=no
22668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22673 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22674 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22675 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22677 cat >>confdefs.h <<_ACEOF
22678 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22679 _ACEOF
22683 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22684 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22685 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22686 $as_echo_n "(cached) " >&6
22687 else
22688 cat >conftest.$ac_ext <<_ACEOF
22689 /* confdefs.h. */
22690 _ACEOF
22691 cat confdefs.h >>conftest.$ac_ext
22692 cat >>conftest.$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22694 #include <sys/types.h>
22695 #ifdef HAVE_SYS_MTIO_H
22696 #include <sys/mtio.h>
22697 #endif
22700 main ()
22702 static struct mtget ac_aggr;
22703 if (ac_aggr.mt_blkno)
22704 return 0;
22706 return 0;
22708 _ACEOF
22709 rm -f conftest.$ac_objext
22710 if { (ac_try="$ac_compile"
22711 case "(($ac_try" in
22712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22713 *) ac_try_echo=$ac_try;;
22714 esac
22715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22716 $as_echo "$ac_try_echo") >&5
22717 (eval "$ac_compile") 2>conftest.er1
22718 ac_status=$?
22719 grep -v '^ *+' conftest.er1 >conftest.err
22720 rm -f conftest.er1
22721 cat conftest.err >&5
22722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 (exit $ac_status); } && {
22724 test -z "$ac_c_werror_flag" ||
22725 test ! -s conftest.err
22726 } && test -s conftest.$ac_objext; then
22727 ac_cv_member_struct_mtget_mt_blkno=yes
22728 else
22729 $as_echo "$as_me: failed program was:" >&5
22730 sed 's/^/| /' conftest.$ac_ext >&5
22732 cat >conftest.$ac_ext <<_ACEOF
22733 /* confdefs.h. */
22734 _ACEOF
22735 cat confdefs.h >>conftest.$ac_ext
22736 cat >>conftest.$ac_ext <<_ACEOF
22737 /* end confdefs.h. */
22738 #include <sys/types.h>
22739 #ifdef HAVE_SYS_MTIO_H
22740 #include <sys/mtio.h>
22741 #endif
22744 main ()
22746 static struct mtget ac_aggr;
22747 if (sizeof ac_aggr.mt_blkno)
22748 return 0;
22750 return 0;
22752 _ACEOF
22753 rm -f conftest.$ac_objext
22754 if { (ac_try="$ac_compile"
22755 case "(($ac_try" in
22756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22757 *) ac_try_echo=$ac_try;;
22758 esac
22759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22760 $as_echo "$ac_try_echo") >&5
22761 (eval "$ac_compile") 2>conftest.er1
22762 ac_status=$?
22763 grep -v '^ *+' conftest.er1 >conftest.err
22764 rm -f conftest.er1
22765 cat conftest.err >&5
22766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22767 (exit $ac_status); } && {
22768 test -z "$ac_c_werror_flag" ||
22769 test ! -s conftest.err
22770 } && test -s conftest.$ac_objext; then
22771 ac_cv_member_struct_mtget_mt_blkno=yes
22772 else
22773 $as_echo "$as_me: failed program was:" >&5
22774 sed 's/^/| /' conftest.$ac_ext >&5
22776 ac_cv_member_struct_mtget_mt_blkno=no
22779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22784 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22785 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22786 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22788 cat >>confdefs.h <<_ACEOF
22789 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22790 _ACEOF
22796 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22797 $as_echo_n "checking for struct option.name... " >&6; }
22798 if test "${ac_cv_member_struct_option_name+set}" = set; then
22799 $as_echo_n "(cached) " >&6
22800 else
22801 cat >conftest.$ac_ext <<_ACEOF
22802 /* confdefs.h. */
22803 _ACEOF
22804 cat confdefs.h >>conftest.$ac_ext
22805 cat >>conftest.$ac_ext <<_ACEOF
22806 /* end confdefs.h. */
22807 #ifdef HAVE_GETOPT_H
22808 #include <getopt.h>
22809 #endif
22812 main ()
22814 static struct option ac_aggr;
22815 if (ac_aggr.name)
22816 return 0;
22818 return 0;
22820 _ACEOF
22821 rm -f conftest.$ac_objext
22822 if { (ac_try="$ac_compile"
22823 case "(($ac_try" in
22824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22825 *) ac_try_echo=$ac_try;;
22826 esac
22827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22828 $as_echo "$ac_try_echo") >&5
22829 (eval "$ac_compile") 2>conftest.er1
22830 ac_status=$?
22831 grep -v '^ *+' conftest.er1 >conftest.err
22832 rm -f conftest.er1
22833 cat conftest.err >&5
22834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22835 (exit $ac_status); } && {
22836 test -z "$ac_c_werror_flag" ||
22837 test ! -s conftest.err
22838 } && test -s conftest.$ac_objext; then
22839 ac_cv_member_struct_option_name=yes
22840 else
22841 $as_echo "$as_me: failed program was:" >&5
22842 sed 's/^/| /' conftest.$ac_ext >&5
22844 cat >conftest.$ac_ext <<_ACEOF
22845 /* confdefs.h. */
22846 _ACEOF
22847 cat confdefs.h >>conftest.$ac_ext
22848 cat >>conftest.$ac_ext <<_ACEOF
22849 /* end confdefs.h. */
22850 #ifdef HAVE_GETOPT_H
22851 #include <getopt.h>
22852 #endif
22855 main ()
22857 static struct option ac_aggr;
22858 if (sizeof ac_aggr.name)
22859 return 0;
22861 return 0;
22863 _ACEOF
22864 rm -f conftest.$ac_objext
22865 if { (ac_try="$ac_compile"
22866 case "(($ac_try" in
22867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22868 *) ac_try_echo=$ac_try;;
22869 esac
22870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22871 $as_echo "$ac_try_echo") >&5
22872 (eval "$ac_compile") 2>conftest.er1
22873 ac_status=$?
22874 grep -v '^ *+' conftest.er1 >conftest.err
22875 rm -f conftest.er1
22876 cat conftest.err >&5
22877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22878 (exit $ac_status); } && {
22879 test -z "$ac_c_werror_flag" ||
22880 test ! -s conftest.err
22881 } && test -s conftest.$ac_objext; then
22882 ac_cv_member_struct_option_name=yes
22883 else
22884 $as_echo "$as_me: failed program was:" >&5
22885 sed 's/^/| /' conftest.$ac_ext >&5
22887 ac_cv_member_struct_option_name=no
22890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22895 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22896 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22897 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22899 cat >>confdefs.h <<_ACEOF
22900 #define HAVE_STRUCT_OPTION_NAME 1
22901 _ACEOF
22907 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22908 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22909 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22910 $as_echo_n "(cached) " >&6
22911 else
22912 cat >conftest.$ac_ext <<_ACEOF
22913 /* confdefs.h. */
22914 _ACEOF
22915 cat confdefs.h >>conftest.$ac_ext
22916 cat >>conftest.$ac_ext <<_ACEOF
22917 /* end confdefs.h. */
22918 $ac_includes_default
22920 main ()
22922 static struct stat ac_aggr;
22923 if (ac_aggr.st_blocks)
22924 return 0;
22926 return 0;
22928 _ACEOF
22929 rm -f conftest.$ac_objext
22930 if { (ac_try="$ac_compile"
22931 case "(($ac_try" in
22932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22933 *) ac_try_echo=$ac_try;;
22934 esac
22935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22936 $as_echo "$ac_try_echo") >&5
22937 (eval "$ac_compile") 2>conftest.er1
22938 ac_status=$?
22939 grep -v '^ *+' conftest.er1 >conftest.err
22940 rm -f conftest.er1
22941 cat conftest.err >&5
22942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22943 (exit $ac_status); } && {
22944 test -z "$ac_c_werror_flag" ||
22945 test ! -s conftest.err
22946 } && test -s conftest.$ac_objext; then
22947 ac_cv_member_struct_stat_st_blocks=yes
22948 else
22949 $as_echo "$as_me: failed program was:" >&5
22950 sed 's/^/| /' conftest.$ac_ext >&5
22952 cat >conftest.$ac_ext <<_ACEOF
22953 /* confdefs.h. */
22954 _ACEOF
22955 cat confdefs.h >>conftest.$ac_ext
22956 cat >>conftest.$ac_ext <<_ACEOF
22957 /* end confdefs.h. */
22958 $ac_includes_default
22960 main ()
22962 static struct stat ac_aggr;
22963 if (sizeof ac_aggr.st_blocks)
22964 return 0;
22966 return 0;
22968 _ACEOF
22969 rm -f conftest.$ac_objext
22970 if { (ac_try="$ac_compile"
22971 case "(($ac_try" in
22972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22973 *) ac_try_echo=$ac_try;;
22974 esac
22975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22976 $as_echo "$ac_try_echo") >&5
22977 (eval "$ac_compile") 2>conftest.er1
22978 ac_status=$?
22979 grep -v '^ *+' conftest.er1 >conftest.err
22980 rm -f conftest.er1
22981 cat conftest.err >&5
22982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22983 (exit $ac_status); } && {
22984 test -z "$ac_c_werror_flag" ||
22985 test ! -s conftest.err
22986 } && test -s conftest.$ac_objext; then
22987 ac_cv_member_struct_stat_st_blocks=yes
22988 else
22989 $as_echo "$as_me: failed program was:" >&5
22990 sed 's/^/| /' conftest.$ac_ext >&5
22992 ac_cv_member_struct_stat_st_blocks=no
22995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23000 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23001 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23002 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23004 cat >>confdefs.h <<_ACEOF
23005 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23006 _ACEOF
23010 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23011 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23012 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23013 $as_echo_n "(cached) " >&6
23014 else
23015 cat >conftest.$ac_ext <<_ACEOF
23016 /* confdefs.h. */
23017 _ACEOF
23018 cat confdefs.h >>conftest.$ac_ext
23019 cat >>conftest.$ac_ext <<_ACEOF
23020 /* end confdefs.h. */
23021 $ac_includes_default
23023 main ()
23025 static struct stat ac_aggr;
23026 if (ac_aggr.st_mtim)
23027 return 0;
23029 return 0;
23031 _ACEOF
23032 rm -f conftest.$ac_objext
23033 if { (ac_try="$ac_compile"
23034 case "(($ac_try" in
23035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23036 *) ac_try_echo=$ac_try;;
23037 esac
23038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23039 $as_echo "$ac_try_echo") >&5
23040 (eval "$ac_compile") 2>conftest.er1
23041 ac_status=$?
23042 grep -v '^ *+' conftest.er1 >conftest.err
23043 rm -f conftest.er1
23044 cat conftest.err >&5
23045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23046 (exit $ac_status); } && {
23047 test -z "$ac_c_werror_flag" ||
23048 test ! -s conftest.err
23049 } && test -s conftest.$ac_objext; then
23050 ac_cv_member_struct_stat_st_mtim=yes
23051 else
23052 $as_echo "$as_me: failed program was:" >&5
23053 sed 's/^/| /' conftest.$ac_ext >&5
23055 cat >conftest.$ac_ext <<_ACEOF
23056 /* confdefs.h. */
23057 _ACEOF
23058 cat confdefs.h >>conftest.$ac_ext
23059 cat >>conftest.$ac_ext <<_ACEOF
23060 /* end confdefs.h. */
23061 $ac_includes_default
23063 main ()
23065 static struct stat ac_aggr;
23066 if (sizeof ac_aggr.st_mtim)
23067 return 0;
23069 return 0;
23071 _ACEOF
23072 rm -f conftest.$ac_objext
23073 if { (ac_try="$ac_compile"
23074 case "(($ac_try" in
23075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23076 *) ac_try_echo=$ac_try;;
23077 esac
23078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23079 $as_echo "$ac_try_echo") >&5
23080 (eval "$ac_compile") 2>conftest.er1
23081 ac_status=$?
23082 grep -v '^ *+' conftest.er1 >conftest.err
23083 rm -f conftest.er1
23084 cat conftest.err >&5
23085 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086 (exit $ac_status); } && {
23087 test -z "$ac_c_werror_flag" ||
23088 test ! -s conftest.err
23089 } && test -s conftest.$ac_objext; then
23090 ac_cv_member_struct_stat_st_mtim=yes
23091 else
23092 $as_echo "$as_me: failed program was:" >&5
23093 sed 's/^/| /' conftest.$ac_ext >&5
23095 ac_cv_member_struct_stat_st_mtim=no
23098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23103 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23104 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23105 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23107 cat >>confdefs.h <<_ACEOF
23108 #define HAVE_STRUCT_STAT_ST_MTIM 1
23109 _ACEOF
23113 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23114 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23115 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23116 $as_echo_n "(cached) " >&6
23117 else
23118 cat >conftest.$ac_ext <<_ACEOF
23119 /* confdefs.h. */
23120 _ACEOF
23121 cat confdefs.h >>conftest.$ac_ext
23122 cat >>conftest.$ac_ext <<_ACEOF
23123 /* end confdefs.h. */
23124 $ac_includes_default
23126 main ()
23128 static struct stat ac_aggr;
23129 if (ac_aggr.st_ctim)
23130 return 0;
23132 return 0;
23134 _ACEOF
23135 rm -f conftest.$ac_objext
23136 if { (ac_try="$ac_compile"
23137 case "(($ac_try" in
23138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23139 *) ac_try_echo=$ac_try;;
23140 esac
23141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23142 $as_echo "$ac_try_echo") >&5
23143 (eval "$ac_compile") 2>conftest.er1
23144 ac_status=$?
23145 grep -v '^ *+' conftest.er1 >conftest.err
23146 rm -f conftest.er1
23147 cat conftest.err >&5
23148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149 (exit $ac_status); } && {
23150 test -z "$ac_c_werror_flag" ||
23151 test ! -s conftest.err
23152 } && test -s conftest.$ac_objext; then
23153 ac_cv_member_struct_stat_st_ctim=yes
23154 else
23155 $as_echo "$as_me: failed program was:" >&5
23156 sed 's/^/| /' conftest.$ac_ext >&5
23158 cat >conftest.$ac_ext <<_ACEOF
23159 /* confdefs.h. */
23160 _ACEOF
23161 cat confdefs.h >>conftest.$ac_ext
23162 cat >>conftest.$ac_ext <<_ACEOF
23163 /* end confdefs.h. */
23164 $ac_includes_default
23166 main ()
23168 static struct stat ac_aggr;
23169 if (sizeof ac_aggr.st_ctim)
23170 return 0;
23172 return 0;
23174 _ACEOF
23175 rm -f conftest.$ac_objext
23176 if { (ac_try="$ac_compile"
23177 case "(($ac_try" in
23178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23179 *) ac_try_echo=$ac_try;;
23180 esac
23181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23182 $as_echo "$ac_try_echo") >&5
23183 (eval "$ac_compile") 2>conftest.er1
23184 ac_status=$?
23185 grep -v '^ *+' conftest.er1 >conftest.err
23186 rm -f conftest.er1
23187 cat conftest.err >&5
23188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23189 (exit $ac_status); } && {
23190 test -z "$ac_c_werror_flag" ||
23191 test ! -s conftest.err
23192 } && test -s conftest.$ac_objext; then
23193 ac_cv_member_struct_stat_st_ctim=yes
23194 else
23195 $as_echo "$as_me: failed program was:" >&5
23196 sed 's/^/| /' conftest.$ac_ext >&5
23198 ac_cv_member_struct_stat_st_ctim=no
23201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23206 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23207 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23208 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23210 cat >>confdefs.h <<_ACEOF
23211 #define HAVE_STRUCT_STAT_ST_CTIM 1
23212 _ACEOF
23216 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23217 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23218 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23219 $as_echo_n "(cached) " >&6
23220 else
23221 cat >conftest.$ac_ext <<_ACEOF
23222 /* confdefs.h. */
23223 _ACEOF
23224 cat confdefs.h >>conftest.$ac_ext
23225 cat >>conftest.$ac_ext <<_ACEOF
23226 /* end confdefs.h. */
23227 $ac_includes_default
23229 main ()
23231 static struct stat ac_aggr;
23232 if (ac_aggr.st_atim)
23233 return 0;
23235 return 0;
23237 _ACEOF
23238 rm -f conftest.$ac_objext
23239 if { (ac_try="$ac_compile"
23240 case "(($ac_try" in
23241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23242 *) ac_try_echo=$ac_try;;
23243 esac
23244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23245 $as_echo "$ac_try_echo") >&5
23246 (eval "$ac_compile") 2>conftest.er1
23247 ac_status=$?
23248 grep -v '^ *+' conftest.er1 >conftest.err
23249 rm -f conftest.er1
23250 cat conftest.err >&5
23251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23252 (exit $ac_status); } && {
23253 test -z "$ac_c_werror_flag" ||
23254 test ! -s conftest.err
23255 } && test -s conftest.$ac_objext; then
23256 ac_cv_member_struct_stat_st_atim=yes
23257 else
23258 $as_echo "$as_me: failed program was:" >&5
23259 sed 's/^/| /' conftest.$ac_ext >&5
23261 cat >conftest.$ac_ext <<_ACEOF
23262 /* confdefs.h. */
23263 _ACEOF
23264 cat confdefs.h >>conftest.$ac_ext
23265 cat >>conftest.$ac_ext <<_ACEOF
23266 /* end confdefs.h. */
23267 $ac_includes_default
23269 main ()
23271 static struct stat ac_aggr;
23272 if (sizeof ac_aggr.st_atim)
23273 return 0;
23275 return 0;
23277 _ACEOF
23278 rm -f conftest.$ac_objext
23279 if { (ac_try="$ac_compile"
23280 case "(($ac_try" in
23281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23282 *) ac_try_echo=$ac_try;;
23283 esac
23284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23285 $as_echo "$ac_try_echo") >&5
23286 (eval "$ac_compile") 2>conftest.er1
23287 ac_status=$?
23288 grep -v '^ *+' conftest.er1 >conftest.err
23289 rm -f conftest.er1
23290 cat conftest.err >&5
23291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23292 (exit $ac_status); } && {
23293 test -z "$ac_c_werror_flag" ||
23294 test ! -s conftest.err
23295 } && test -s conftest.$ac_objext; then
23296 ac_cv_member_struct_stat_st_atim=yes
23297 else
23298 $as_echo "$as_me: failed program was:" >&5
23299 sed 's/^/| /' conftest.$ac_ext >&5
23301 ac_cv_member_struct_stat_st_atim=no
23304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23310 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23311 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23313 cat >>confdefs.h <<_ACEOF
23314 #define HAVE_STRUCT_STAT_ST_ATIM 1
23315 _ACEOF
23321 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23322 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23323 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23324 $as_echo_n "(cached) " >&6
23325 else
23326 cat >conftest.$ac_ext <<_ACEOF
23327 /* confdefs.h. */
23328 _ACEOF
23329 cat confdefs.h >>conftest.$ac_ext
23330 cat >>conftest.$ac_ext <<_ACEOF
23331 /* end confdefs.h. */
23332 #ifdef HAVE_SYS_TYPES_H
23333 #include <sys/types.h>
23334 #endif
23335 #ifdef HAVE_NETINET_IN_H
23336 #include <netinet/in.h>
23337 #endif
23340 main ()
23342 static struct sockaddr_in6 ac_aggr;
23343 if (ac_aggr.sin6_scope_id)
23344 return 0;
23346 return 0;
23348 _ACEOF
23349 rm -f conftest.$ac_objext
23350 if { (ac_try="$ac_compile"
23351 case "(($ac_try" in
23352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23353 *) ac_try_echo=$ac_try;;
23354 esac
23355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23356 $as_echo "$ac_try_echo") >&5
23357 (eval "$ac_compile") 2>conftest.er1
23358 ac_status=$?
23359 grep -v '^ *+' conftest.er1 >conftest.err
23360 rm -f conftest.er1
23361 cat conftest.err >&5
23362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23363 (exit $ac_status); } && {
23364 test -z "$ac_c_werror_flag" ||
23365 test ! -s conftest.err
23366 } && test -s conftest.$ac_objext; then
23367 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23368 else
23369 $as_echo "$as_me: failed program was:" >&5
23370 sed 's/^/| /' conftest.$ac_ext >&5
23372 cat >conftest.$ac_ext <<_ACEOF
23373 /* confdefs.h. */
23374 _ACEOF
23375 cat confdefs.h >>conftest.$ac_ext
23376 cat >>conftest.$ac_ext <<_ACEOF
23377 /* end confdefs.h. */
23378 #ifdef HAVE_SYS_TYPES_H
23379 #include <sys/types.h>
23380 #endif
23381 #ifdef HAVE_NETINET_IN_H
23382 #include <netinet/in.h>
23383 #endif
23386 main ()
23388 static struct sockaddr_in6 ac_aggr;
23389 if (sizeof ac_aggr.sin6_scope_id)
23390 return 0;
23392 return 0;
23394 _ACEOF
23395 rm -f conftest.$ac_objext
23396 if { (ac_try="$ac_compile"
23397 case "(($ac_try" in
23398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23399 *) ac_try_echo=$ac_try;;
23400 esac
23401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23402 $as_echo "$ac_try_echo") >&5
23403 (eval "$ac_compile") 2>conftest.er1
23404 ac_status=$?
23405 grep -v '^ *+' conftest.er1 >conftest.err
23406 rm -f conftest.er1
23407 cat conftest.err >&5
23408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409 (exit $ac_status); } && {
23410 test -z "$ac_c_werror_flag" ||
23411 test ! -s conftest.err
23412 } && test -s conftest.$ac_objext; then
23413 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23414 else
23415 $as_echo "$as_me: failed program was:" >&5
23416 sed 's/^/| /' conftest.$ac_ext >&5
23418 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23426 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23427 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23428 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23430 cat >>confdefs.h <<_ACEOF
23431 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23432 _ACEOF
23438 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23439 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23440 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23441 $as_echo_n "(cached) " >&6
23442 else
23443 cat >conftest.$ac_ext <<_ACEOF
23444 /* confdefs.h. */
23445 _ACEOF
23446 cat confdefs.h >>conftest.$ac_ext
23447 cat >>conftest.$ac_ext <<_ACEOF
23448 /* end confdefs.h. */
23449 #ifdef HAVE_SYS_TYPES_H
23450 #include <sys/types.h>
23451 #endif
23452 #ifdef HAVE_NETINET_IN_H
23453 # include <netinet/in.h>
23454 #endif
23455 #ifdef HAVE_ARPA_NAMESER_H
23456 # include <arpa/nameser.h>
23457 #endif
23460 main ()
23462 static ns_msg ac_aggr;
23463 if (ac_aggr._msg_ptr)
23464 return 0;
23466 return 0;
23468 _ACEOF
23469 rm -f conftest.$ac_objext
23470 if { (ac_try="$ac_compile"
23471 case "(($ac_try" in
23472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23473 *) ac_try_echo=$ac_try;;
23474 esac
23475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23476 $as_echo "$ac_try_echo") >&5
23477 (eval "$ac_compile") 2>conftest.er1
23478 ac_status=$?
23479 grep -v '^ *+' conftest.er1 >conftest.err
23480 rm -f conftest.er1
23481 cat conftest.err >&5
23482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23483 (exit $ac_status); } && {
23484 test -z "$ac_c_werror_flag" ||
23485 test ! -s conftest.err
23486 } && test -s conftest.$ac_objext; then
23487 ac_cv_member_ns_msg__msg_ptr=yes
23488 else
23489 $as_echo "$as_me: failed program was:" >&5
23490 sed 's/^/| /' conftest.$ac_ext >&5
23492 cat >conftest.$ac_ext <<_ACEOF
23493 /* confdefs.h. */
23494 _ACEOF
23495 cat confdefs.h >>conftest.$ac_ext
23496 cat >>conftest.$ac_ext <<_ACEOF
23497 /* end confdefs.h. */
23498 #ifdef HAVE_SYS_TYPES_H
23499 #include <sys/types.h>
23500 #endif
23501 #ifdef HAVE_NETINET_IN_H
23502 # include <netinet/in.h>
23503 #endif
23504 #ifdef HAVE_ARPA_NAMESER_H
23505 # include <arpa/nameser.h>
23506 #endif
23509 main ()
23511 static ns_msg ac_aggr;
23512 if (sizeof ac_aggr._msg_ptr)
23513 return 0;
23515 return 0;
23517 _ACEOF
23518 rm -f conftest.$ac_objext
23519 if { (ac_try="$ac_compile"
23520 case "(($ac_try" in
23521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23522 *) ac_try_echo=$ac_try;;
23523 esac
23524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23525 $as_echo "$ac_try_echo") >&5
23526 (eval "$ac_compile") 2>conftest.er1
23527 ac_status=$?
23528 grep -v '^ *+' conftest.er1 >conftest.err
23529 rm -f conftest.er1
23530 cat conftest.err >&5
23531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); } && {
23533 test -z "$ac_c_werror_flag" ||
23534 test ! -s conftest.err
23535 } && test -s conftest.$ac_objext; then
23536 ac_cv_member_ns_msg__msg_ptr=yes
23537 else
23538 $as_echo "$as_me: failed program was:" >&5
23539 sed 's/^/| /' conftest.$ac_ext >&5
23541 ac_cv_member_ns_msg__msg_ptr=no
23544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23549 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23550 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23551 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23553 cat >>confdefs.h <<_ACEOF
23554 #define HAVE_NS_MSG__MSG_PTR 1
23555 _ACEOF
23561 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23562 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23563 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23564 $as_echo_n "(cached) " >&6
23565 else
23566 cat >conftest.$ac_ext <<_ACEOF
23567 /* confdefs.h. */
23568 _ACEOF
23569 cat confdefs.h >>conftest.$ac_ext
23570 cat >>conftest.$ac_ext <<_ACEOF
23571 /* end confdefs.h. */
23572 #ifdef HAVE_SYS_TYPES_H
23573 #include <sys/types.h>
23574 #endif
23575 #ifdef HAVE_ALIAS_H
23576 #include <alias.h>
23577 #endif
23578 #ifdef HAVE_SYS_SOCKET_H
23579 #include <sys/socket.h>
23580 #endif
23581 #ifdef HAVE_SYS_SOCKETVAR_H
23582 #include <sys/socketvar.h>
23583 #endif
23584 #ifdef HAVE_SYS_TIMEOUT_H
23585 #include <sys/timeout.h>
23586 #endif
23587 #ifdef HAVE_NETINET_IN_H
23588 #include <netinet/in.h>
23589 #endif
23590 #ifdef HAVE_NETINET_IN_SYSTM_H
23591 #include <netinet/in_systm.h>
23592 #endif
23593 #ifdef HAVE_NETINET_IP_H
23594 #include <netinet/ip.h>
23595 #endif
23596 #ifdef HAVE_NETINET_IP_VAR_H
23597 #include <netinet/ip_var.h>
23598 #endif
23599 #ifdef HAVE_NETINET_IP_ICMP_H
23600 #include <netinet/ip_icmp.h>
23601 #endif
23602 #ifdef HAVE_NETINET_ICMP_VAR
23603 #include <netinet/icmp_var.h>
23604 #endif
23607 main ()
23609 static struct icmpstat ac_aggr;
23610 if (ac_aggr.icps_outhist)
23611 return 0;
23613 return 0;
23615 _ACEOF
23616 rm -f conftest.$ac_objext
23617 if { (ac_try="$ac_compile"
23618 case "(($ac_try" in
23619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23620 *) ac_try_echo=$ac_try;;
23621 esac
23622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23623 $as_echo "$ac_try_echo") >&5
23624 (eval "$ac_compile") 2>conftest.er1
23625 ac_status=$?
23626 grep -v '^ *+' conftest.er1 >conftest.err
23627 rm -f conftest.er1
23628 cat conftest.err >&5
23629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23630 (exit $ac_status); } && {
23631 test -z "$ac_c_werror_flag" ||
23632 test ! -s conftest.err
23633 } && test -s conftest.$ac_objext; then
23634 ac_cv_member_struct_icmpstat_icps_outhist=yes
23635 else
23636 $as_echo "$as_me: failed program was:" >&5
23637 sed 's/^/| /' conftest.$ac_ext >&5
23639 cat >conftest.$ac_ext <<_ACEOF
23640 /* confdefs.h. */
23641 _ACEOF
23642 cat confdefs.h >>conftest.$ac_ext
23643 cat >>conftest.$ac_ext <<_ACEOF
23644 /* end confdefs.h. */
23645 #ifdef HAVE_SYS_TYPES_H
23646 #include <sys/types.h>
23647 #endif
23648 #ifdef HAVE_ALIAS_H
23649 #include <alias.h>
23650 #endif
23651 #ifdef HAVE_SYS_SOCKET_H
23652 #include <sys/socket.h>
23653 #endif
23654 #ifdef HAVE_SYS_SOCKETVAR_H
23655 #include <sys/socketvar.h>
23656 #endif
23657 #ifdef HAVE_SYS_TIMEOUT_H
23658 #include <sys/timeout.h>
23659 #endif
23660 #ifdef HAVE_NETINET_IN_H
23661 #include <netinet/in.h>
23662 #endif
23663 #ifdef HAVE_NETINET_IN_SYSTM_H
23664 #include <netinet/in_systm.h>
23665 #endif
23666 #ifdef HAVE_NETINET_IP_H
23667 #include <netinet/ip.h>
23668 #endif
23669 #ifdef HAVE_NETINET_IP_VAR_H
23670 #include <netinet/ip_var.h>
23671 #endif
23672 #ifdef HAVE_NETINET_IP_ICMP_H
23673 #include <netinet/ip_icmp.h>
23674 #endif
23675 #ifdef HAVE_NETINET_ICMP_VAR
23676 #include <netinet/icmp_var.h>
23677 #endif
23680 main ()
23682 static struct icmpstat ac_aggr;
23683 if (sizeof ac_aggr.icps_outhist)
23684 return 0;
23686 return 0;
23688 _ACEOF
23689 rm -f conftest.$ac_objext
23690 if { (ac_try="$ac_compile"
23691 case "(($ac_try" in
23692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23693 *) ac_try_echo=$ac_try;;
23694 esac
23695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23696 $as_echo "$ac_try_echo") >&5
23697 (eval "$ac_compile") 2>conftest.er1
23698 ac_status=$?
23699 grep -v '^ *+' conftest.er1 >conftest.err
23700 rm -f conftest.er1
23701 cat conftest.err >&5
23702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23703 (exit $ac_status); } && {
23704 test -z "$ac_c_werror_flag" ||
23705 test ! -s conftest.err
23706 } && test -s conftest.$ac_objext; then
23707 ac_cv_member_struct_icmpstat_icps_outhist=yes
23708 else
23709 $as_echo "$as_me: failed program was:" >&5
23710 sed 's/^/| /' conftest.$ac_ext >&5
23712 ac_cv_member_struct_icmpstat_icps_outhist=no
23715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23720 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23721 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23722 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23724 cat >>confdefs.h <<_ACEOF
23725 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23726 _ACEOF
23732 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23733 $as_echo_n "checking for timezone variable... " >&6; }
23734 if test "${ac_cv_have_timezone+set}" = set; then
23735 $as_echo_n "(cached) " >&6
23736 else
23737 cat >conftest.$ac_ext <<_ACEOF
23738 /* confdefs.h. */
23739 _ACEOF
23740 cat confdefs.h >>conftest.$ac_ext
23741 cat >>conftest.$ac_ext <<_ACEOF
23742 /* end confdefs.h. */
23743 #include <time.h>
23745 main ()
23747 timezone = 1
23749 return 0;
23751 _ACEOF
23752 rm -f conftest.$ac_objext conftest$ac_exeext
23753 if { (ac_try="$ac_link"
23754 case "(($ac_try" in
23755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23756 *) ac_try_echo=$ac_try;;
23757 esac
23758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23759 $as_echo "$ac_try_echo") >&5
23760 (eval "$ac_link") 2>conftest.er1
23761 ac_status=$?
23762 grep -v '^ *+' conftest.er1 >conftest.err
23763 rm -f conftest.er1
23764 cat conftest.err >&5
23765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23766 (exit $ac_status); } && {
23767 test -z "$ac_c_werror_flag" ||
23768 test ! -s conftest.err
23769 } && test -s conftest$ac_exeext && {
23770 test "$cross_compiling" = yes ||
23771 $as_test_x conftest$ac_exeext
23772 }; then
23773 ac_cv_have_timezone="yes"
23774 else
23775 $as_echo "$as_me: failed program was:" >&5
23776 sed 's/^/| /' conftest.$ac_ext >&5
23778 ac_cv_have_timezone="no"
23781 rm -rf conftest.dSYM
23782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23783 conftest$ac_exeext conftest.$ac_ext
23785 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23786 $as_echo "$ac_cv_have_timezone" >&6; }
23787 if test "$ac_cv_have_timezone" = "yes"
23788 then
23790 cat >>confdefs.h <<\_ACEOF
23791 #define HAVE_TIMEZONE 1
23792 _ACEOF
23795 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23796 $as_echo_n "checking for daylight variable... " >&6; }
23797 if test "${ac_cv_have_daylight+set}" = set; then
23798 $as_echo_n "(cached) " >&6
23799 else
23800 cat >conftest.$ac_ext <<_ACEOF
23801 /* confdefs.h. */
23802 _ACEOF
23803 cat confdefs.h >>conftest.$ac_ext
23804 cat >>conftest.$ac_ext <<_ACEOF
23805 /* end confdefs.h. */
23806 #include <time.h>
23808 main ()
23810 daylight = 1
23812 return 0;
23814 _ACEOF
23815 rm -f conftest.$ac_objext conftest$ac_exeext
23816 if { (ac_try="$ac_link"
23817 case "(($ac_try" in
23818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23819 *) ac_try_echo=$ac_try;;
23820 esac
23821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23822 $as_echo "$ac_try_echo") >&5
23823 (eval "$ac_link") 2>conftest.er1
23824 ac_status=$?
23825 grep -v '^ *+' conftest.er1 >conftest.err
23826 rm -f conftest.er1
23827 cat conftest.err >&5
23828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23829 (exit $ac_status); } && {
23830 test -z "$ac_c_werror_flag" ||
23831 test ! -s conftest.err
23832 } && test -s conftest$ac_exeext && {
23833 test "$cross_compiling" = yes ||
23834 $as_test_x conftest$ac_exeext
23835 }; then
23836 ac_cv_have_daylight="yes"
23837 else
23838 $as_echo "$as_me: failed program was:" >&5
23839 sed 's/^/| /' conftest.$ac_ext >&5
23841 ac_cv_have_daylight="no"
23844 rm -rf conftest.dSYM
23845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23846 conftest$ac_exeext conftest.$ac_ext
23848 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23849 $as_echo "$ac_cv_have_daylight" >&6; }
23850 if test "$ac_cv_have_daylight" = "yes"
23851 then
23853 cat >>confdefs.h <<\_ACEOF
23854 #define HAVE_DAYLIGHT 1
23855 _ACEOF
23859 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23860 $as_echo_n "checking for isinf... " >&6; }
23861 if test "${ac_cv_have_isinf+set}" = set; then
23862 $as_echo_n "(cached) " >&6
23863 else
23864 cat >conftest.$ac_ext <<_ACEOF
23865 /* confdefs.h. */
23866 _ACEOF
23867 cat confdefs.h >>conftest.$ac_ext
23868 cat >>conftest.$ac_ext <<_ACEOF
23869 /* end confdefs.h. */
23870 #include <math.h>
23872 main ()
23874 float f = 0.0; int i=isinf(f)
23876 return 0;
23878 _ACEOF
23879 rm -f conftest.$ac_objext conftest$ac_exeext
23880 if { (ac_try="$ac_link"
23881 case "(($ac_try" in
23882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23883 *) ac_try_echo=$ac_try;;
23884 esac
23885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23886 $as_echo "$ac_try_echo") >&5
23887 (eval "$ac_link") 2>conftest.er1
23888 ac_status=$?
23889 grep -v '^ *+' conftest.er1 >conftest.err
23890 rm -f conftest.er1
23891 cat conftest.err >&5
23892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23893 (exit $ac_status); } && {
23894 test -z "$ac_c_werror_flag" ||
23895 test ! -s conftest.err
23896 } && test -s conftest$ac_exeext && {
23897 test "$cross_compiling" = yes ||
23898 $as_test_x conftest$ac_exeext
23899 }; then
23900 ac_cv_have_isinf="yes"
23901 else
23902 $as_echo "$as_me: failed program was:" >&5
23903 sed 's/^/| /' conftest.$ac_ext >&5
23905 ac_cv_have_isinf="no"
23908 rm -rf conftest.dSYM
23909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23910 conftest$ac_exeext conftest.$ac_ext
23912 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23913 $as_echo "$ac_cv_have_isinf" >&6; }
23914 if test "$ac_cv_have_isinf" = "yes"
23915 then
23917 cat >>confdefs.h <<\_ACEOF
23918 #define HAVE_ISINF 1
23919 _ACEOF
23923 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23924 $as_echo_n "checking for isnan... " >&6; }
23925 if test "${ac_cv_have_isnan+set}" = set; then
23926 $as_echo_n "(cached) " >&6
23927 else
23928 cat >conftest.$ac_ext <<_ACEOF
23929 /* confdefs.h. */
23930 _ACEOF
23931 cat confdefs.h >>conftest.$ac_ext
23932 cat >>conftest.$ac_ext <<_ACEOF
23933 /* end confdefs.h. */
23934 #include <math.h>
23936 main ()
23938 float f = 0.0; int i=isnan(f)
23940 return 0;
23942 _ACEOF
23943 rm -f conftest.$ac_objext conftest$ac_exeext
23944 if { (ac_try="$ac_link"
23945 case "(($ac_try" in
23946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23947 *) ac_try_echo=$ac_try;;
23948 esac
23949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23950 $as_echo "$ac_try_echo") >&5
23951 (eval "$ac_link") 2>conftest.er1
23952 ac_status=$?
23953 grep -v '^ *+' conftest.er1 >conftest.err
23954 rm -f conftest.er1
23955 cat conftest.err >&5
23956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23957 (exit $ac_status); } && {
23958 test -z "$ac_c_werror_flag" ||
23959 test ! -s conftest.err
23960 } && test -s conftest$ac_exeext && {
23961 test "$cross_compiling" = yes ||
23962 $as_test_x conftest$ac_exeext
23963 }; then
23964 ac_cv_have_isnan="yes"
23965 else
23966 $as_echo "$as_me: failed program was:" >&5
23967 sed 's/^/| /' conftest.$ac_ext >&5
23969 ac_cv_have_isnan="no"
23972 rm -rf conftest.dSYM
23973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23974 conftest$ac_exeext conftest.$ac_ext
23976 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23977 $as_echo "$ac_cv_have_isnan" >&6; }
23978 if test "$ac_cv_have_isnan" = "yes"
23979 then
23981 cat >>confdefs.h <<\_ACEOF
23982 #define HAVE_ISNAN 1
23983 _ACEOF
23988 case $host_cpu in
23989 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23990 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23991 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23992 $as_echo_n "(cached) " >&6
23993 else
23994 cat >conftest.$ac_ext <<_ACEOF
23995 /* confdefs.h. */
23996 _ACEOF
23997 cat confdefs.h >>conftest.$ac_ext
23998 cat >>conftest.$ac_ext <<_ACEOF
23999 /* end confdefs.h. */
24000 #ifndef __i386__
24002 #endif
24003 _ACEOF
24004 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24005 $EGREP "yes" >/dev/null 2>&1; then
24006 ac_cv_cpp_def___i386__=yes
24007 else
24008 ac_cv_cpp_def___i386__=no
24010 rm -f conftest*
24013 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24014 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24015 if test $ac_cv_cpp_def___i386__ = yes; then
24016 CFLAGS="$CFLAGS -D__i386__"
24017 LINTFLAGS="$LINTFLAGS -D__i386__"
24020 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24021 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24022 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24023 $as_echo_n "(cached) " >&6
24024 else
24025 cat >conftest.$ac_ext <<_ACEOF
24026 /* confdefs.h. */
24027 _ACEOF
24028 cat confdefs.h >>conftest.$ac_ext
24029 cat >>conftest.$ac_ext <<_ACEOF
24030 /* end confdefs.h. */
24031 #ifndef __x86_64__
24033 #endif
24034 _ACEOF
24035 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24036 $EGREP "yes" >/dev/null 2>&1; then
24037 ac_cv_cpp_def___x86_64__=yes
24038 else
24039 ac_cv_cpp_def___x86_64__=no
24041 rm -f conftest*
24044 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24045 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24046 if test $ac_cv_cpp_def___x86_64__ = yes; then
24047 CFLAGS="$CFLAGS -D__x86_64__"
24048 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24051 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24052 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24053 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24054 $as_echo_n "(cached) " >&6
24055 else
24056 cat >conftest.$ac_ext <<_ACEOF
24057 /* confdefs.h. */
24058 _ACEOF
24059 cat confdefs.h >>conftest.$ac_ext
24060 cat >>conftest.$ac_ext <<_ACEOF
24061 /* end confdefs.h. */
24062 #ifndef __ALPHA__
24064 #endif
24065 _ACEOF
24066 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24067 $EGREP "yes" >/dev/null 2>&1; then
24068 ac_cv_cpp_def___ALPHA__=yes
24069 else
24070 ac_cv_cpp_def___ALPHA__=no
24072 rm -f conftest*
24075 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24076 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24077 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24078 CFLAGS="$CFLAGS -D__ALPHA__"
24079 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24082 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24083 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24084 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24085 $as_echo_n "(cached) " >&6
24086 else
24087 cat >conftest.$ac_ext <<_ACEOF
24088 /* confdefs.h. */
24089 _ACEOF
24090 cat confdefs.h >>conftest.$ac_ext
24091 cat >>conftest.$ac_ext <<_ACEOF
24092 /* end confdefs.h. */
24093 #ifndef __sparc__
24095 #endif
24096 _ACEOF
24097 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24098 $EGREP "yes" >/dev/null 2>&1; then
24099 ac_cv_cpp_def___sparc__=yes
24100 else
24101 ac_cv_cpp_def___sparc__=no
24103 rm -f conftest*
24106 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24107 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24108 if test $ac_cv_cpp_def___sparc__ = yes; then
24109 CFLAGS="$CFLAGS -D__sparc__"
24110 LINTFLAGS="$LINTFLAGS -D__sparc__"
24113 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24114 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24115 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24116 $as_echo_n "(cached) " >&6
24117 else
24118 cat >conftest.$ac_ext <<_ACEOF
24119 /* confdefs.h. */
24120 _ACEOF
24121 cat confdefs.h >>conftest.$ac_ext
24122 cat >>conftest.$ac_ext <<_ACEOF
24123 /* end confdefs.h. */
24124 #ifndef __powerpc__
24126 #endif
24127 _ACEOF
24128 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24129 $EGREP "yes" >/dev/null 2>&1; then
24130 ac_cv_cpp_def___powerpc__=yes
24131 else
24132 ac_cv_cpp_def___powerpc__=no
24134 rm -f conftest*
24137 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24138 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24139 if test $ac_cv_cpp_def___powerpc__ = yes; then
24140 CFLAGS="$CFLAGS -D__powerpc__"
24141 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24144 esac
24146 case $host_vendor in
24147 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24148 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24149 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24150 $as_echo_n "(cached) " >&6
24151 else
24152 cat >conftest.$ac_ext <<_ACEOF
24153 /* confdefs.h. */
24154 _ACEOF
24155 cat confdefs.h >>conftest.$ac_ext
24156 cat >>conftest.$ac_ext <<_ACEOF
24157 /* end confdefs.h. */
24158 #ifndef __sun__
24160 #endif
24161 _ACEOF
24162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24163 $EGREP "yes" >/dev/null 2>&1; then
24164 ac_cv_cpp_def___sun__=yes
24165 else
24166 ac_cv_cpp_def___sun__=no
24168 rm -f conftest*
24171 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24172 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24173 if test $ac_cv_cpp_def___sun__ = yes; then
24174 CFLAGS="$CFLAGS -D__sun__"
24175 LINTFLAGS="$LINTFLAGS -D__sun__"
24178 esac
24181 DEPENDENCIES="### Dependencies:
24183 .INIT: Makefile
24184 .BEGIN: Makefile
24185 .MAKEFILEDEPS:
24186 Makefile: dummy
24187 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24189 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24190 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24191 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24192 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24193 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24196 ALL_MAKERULES=""
24198 ALL_MAKEFILES=""
24200 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24203 ALL_TOP_DIRS=""
24205 ALL_DLL_DIRS=""
24207 ALL_IMPLIB_DIRS=""
24209 ALL_TEST_DIRS=""
24211 ALL_PROGRAM_DIRS=""
24213 ALL_PROGRAM_INSTALL_DIRS=""
24215 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24221 ac_config_commands="$ac_config_commands include/stamp-h"
24224 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24226 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24228 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24230 ac_config_commands="$ac_config_commands dlls/user32/resources"
24232 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24234 ac_config_commands="$ac_config_commands include/wine"
24237 ALL_MAKERULES="$ALL_MAKERULES \\
24238 Make.rules"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 Make.rules: Make.rules.in"
24241 MAKE_RULES=Make.rules
24242 ac_config_files="$ac_config_files Make.rules"
24244 ALL_MAKERULES="$ALL_MAKERULES \\
24245 dlls/Makedll.rules"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24248 MAKE_DLL_RULES=dlls/Makedll.rules
24249 ac_config_files="$ac_config_files dlls/Makedll.rules"
24251 ALL_MAKERULES="$ALL_MAKERULES \\
24252 dlls/Makeimplib.rules"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24255 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24256 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24258 ALL_MAKERULES="$ALL_MAKERULES \\
24259 dlls/Maketest.rules"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24262 MAKE_TEST_RULES=dlls/Maketest.rules
24263 ac_config_files="$ac_config_files dlls/Maketest.rules"
24265 ALL_MAKERULES="$ALL_MAKERULES \\
24266 programs/Makeprog.rules"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24269 MAKE_PROG_RULES=programs/Makeprog.rules
24270 ac_config_files="$ac_config_files programs/Makeprog.rules"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 Makefile: Makefile.in Make.rules"
24277 ac_config_files="$ac_config_files Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/Makefile"
24281 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24282 dlls"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/Makefile: dlls/Makefile.in Make.rules"
24285 ac_config_files="$ac_config_files dlls/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/acledit/Makefile"
24289 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 acledit"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/aclui/Makefile"
24297 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 aclui"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/activeds/Makefile"
24305 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 activeds"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/actxprxy/Makefile"
24313 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314 actxprxy"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/adsiid/Makefile"
24321 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24322 adsiid"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24325 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/advapi32/Makefile"
24329 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 advapi32"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/advapi32/tests/Makefile"
24337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24338 advapi32/tests"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24341 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/advpack/Makefile"
24345 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 advpack"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/advpack/tests/Makefile"
24353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24354 advpack/tests"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24357 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/amstream/Makefile"
24361 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 amstream"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/appwiz.cpl/Makefile"
24369 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 appwiz.cpl"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/atl/Makefile"
24377 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378 atl"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/atl/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/authz/Makefile"
24385 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 authz"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/authz/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/avicap32/Makefile"
24393 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 avicap32"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/avifil32/Makefile"
24401 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 avifil32"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/avifile.dll16/Makefile"
24409 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410 avifile.dll16"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/bcrypt/Makefile"
24417 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418 bcrypt"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/browseui/Makefile"
24425 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 browseui"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/browseui/tests/Makefile"
24433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24434 browseui/tests"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24437 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/cabinet/Makefile"
24441 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24442 cabinet"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24445 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/cabinet/tests/Makefile"
24449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24450 cabinet/tests"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24453 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/capi2032/Makefile"
24457 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458 capi2032"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/cards/Makefile"
24465 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 cards"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/cards/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/cfgmgr32/Makefile"
24473 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474 cfgmgr32"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/clusapi/Makefile"
24481 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 clusapi"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/comcat/Makefile"
24489 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 comcat"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/comcat/tests/Makefile"
24497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498 comcat/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/comctl32/Makefile"
24505 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506 comctl32"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/comctl32/tests/Makefile"
24513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24514 comctl32/tests"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24517 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/comdlg32/Makefile"
24521 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 comdlg32"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/comdlg32/tests/Makefile"
24529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24530 comdlg32/tests"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24533 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/comm.drv16/Makefile"
24537 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 comm.drv16"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/compobj.dll16/Makefile"
24545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 compobj.dll16"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/compstui/Makefile"
24553 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 compstui"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/credui/Makefile"
24561 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 credui"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/credui/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/credui/tests/Makefile"
24569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24570 credui/tests"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24573 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/crtdll/Makefile"
24577 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 crtdll"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/crypt32/Makefile"
24585 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586 crypt32"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/crypt32/tests/Makefile"
24593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24594 crypt32/tests"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24597 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/cryptdlg/Makefile"
24601 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 cryptdlg"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/cryptdll/Makefile"
24609 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 cryptdll"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/cryptnet/Makefile"
24617 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 cryptnet"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/cryptnet/tests/Makefile"
24625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24626 cryptnet/tests"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24629 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/cryptui/Makefile"
24633 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634 cryptui"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/cryptui/tests/Makefile"
24641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24642 cryptui/tests"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24645 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/ctapi32/Makefile"
24649 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 ctapi32"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/ctl3d.dll16/Makefile"
24657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 ctl3d.dll16"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/ctl3d32/Makefile"
24665 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 ctl3d32"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/ctl3dv2.dll16/Makefile"
24673 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 ctl3dv2.dll16"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/d3d10/Makefile"
24681 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682 d3d10"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/d3d10/tests/Makefile"
24689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24690 d3d10/tests"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24693 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/d3d10core/Makefile"
24697 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698 d3d10core"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24701 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/d3d10core/tests/Makefile"
24705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24706 d3d10core/tests"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24709 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/d3d8/Makefile"
24713 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 d3d8"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/d3d8/tests/Makefile"
24721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722 d3d8/tests"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24725 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/d3d9/Makefile"
24729 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 d3d9"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/d3d9/tests/Makefile"
24737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24738 d3d9/tests"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24741 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/d3dim/Makefile"
24745 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 d3dim"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/d3drm/Makefile"
24753 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 d3drm"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/d3drm/tests/Makefile"
24761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24762 d3drm/tests"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24765 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/d3dx8/Makefile"
24769 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 d3dx8"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/d3dx8/tests/Makefile"
24777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24778 d3dx8/tests"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24781 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/d3dx9_24/Makefile"
24785 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 d3dx9_24"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/d3dx9_25/Makefile"
24793 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 d3dx9_25"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/d3dx9_26/Makefile"
24801 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 d3dx9_26"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/d3dx9_27/Makefile"
24809 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 d3dx9_27"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/d3dx9_28/Makefile"
24817 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818 d3dx9_28"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/d3dx9_29/Makefile"
24825 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 d3dx9_29"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/d3dx9_30/Makefile"
24833 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 d3dx9_30"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/d3dx9_31/Makefile"
24841 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 d3dx9_31"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/d3dx9_32/Makefile"
24849 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850 d3dx9_32"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/d3dx9_33/Makefile"
24857 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 d3dx9_33"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/d3dx9_34/Makefile"
24865 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 d3dx9_34"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/d3dx9_35/Makefile"
24873 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 d3dx9_35"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/d3dx9_36/Makefile"
24881 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 d3dx9_36"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/d3dx9_36/tests/Makefile"
24889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24890 d3dx9_36/tests"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24893 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/d3dx9_37/Makefile"
24897 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 d3dx9_37"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/d3dx9_38/Makefile"
24905 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 d3dx9_38"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/d3dx9_39/Makefile"
24913 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914 d3dx9_39"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/d3dx9_40/Makefile"
24921 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 d3dx9_40"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/d3dx9_41/Makefile"
24929 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 d3dx9_41"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/d3dxof/Makefile"
24937 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 d3dxof"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/d3dxof/tests/Makefile"
24945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946 d3dxof/tests"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24949 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/dbghelp/Makefile"
24953 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 dbghelp"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/dciman32/Makefile"
24961 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962 dciman32"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/ddraw/Makefile"
24969 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970 ddraw"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/ddraw/tests/Makefile"
24977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24978 ddraw/tests"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24981 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/ddrawex/Makefile"
24985 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 ddrawex"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/ddrawex/tests/Makefile"
24993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24994 ddrawex/tests"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24997 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/devenum/Makefile"
25001 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 devenum"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/dinput/Makefile"
25009 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 dinput"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/dinput/tests/Makefile"
25017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018 dinput/tests"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/dinput8/Makefile"
25025 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 dinput8"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/dispdib.dll16/Makefile"
25033 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 dispdib.dll16"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/display.drv16/Makefile"
25041 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 display.drv16"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/dmband/Makefile"
25049 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 dmband"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/dmcompos/Makefile"
25057 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 dmcompos"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/dmime/Makefile"
25065 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 dmime"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/dmloader/Makefile"
25073 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 dmloader"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/dmscript/Makefile"
25081 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082 dmscript"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/dmstyle/Makefile"
25089 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 dmstyle"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25093 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/dmsynth/Makefile"
25097 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 dmsynth"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/dmusic/Makefile"
25105 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25106 dmusic"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25109 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/dmusic32/Makefile"
25113 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 dmusic32"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/dnsapi/Makefile"
25121 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 dnsapi"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/dnsapi/tests/Makefile"
25129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25130 dnsapi/tests"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25133 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/dplay/Makefile"
25137 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 dplay"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/dplayx/Makefile"
25145 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 dplayx"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/dplayx/tests/Makefile"
25153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25154 dplayx/tests"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25157 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/dpnaddr/Makefile"
25161 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 dpnaddr"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/dpnet/Makefile"
25169 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 dpnet"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/dpnhpast/Makefile"
25177 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178 dpnhpast"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/dpnlobby/Makefile"
25185 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 dpnlobby"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/dpwsockx/Makefile"
25193 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194 dpwsockx"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/dsound/Makefile"
25201 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 dsound"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/dsound/tests/Makefile"
25209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25210 dsound/tests"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25213 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/dssenh/Makefile"
25217 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 dssenh"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/dswave/Makefile"
25225 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226 dswave"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/dwmapi/Makefile"
25233 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 dwmapi"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/dxdiagn/Makefile"
25241 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25242 dxdiagn"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25245 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/dxerr8/Makefile"
25249 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25250 dxerr8"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25253 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/dxerr9/Makefile"
25257 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25258 dxerr9"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25261 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/dxgi/Makefile"
25265 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 dxgi"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/dxgi/tests/Makefile"
25273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25274 dxgi/tests"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25277 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/dxguid/Makefile"
25281 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25282 dxguid"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25285 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/faultrep/Makefile"
25289 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 faultrep"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/fusion/Makefile"
25297 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298 fusion"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/fusion/tests/Makefile"
25305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25306 fusion/tests"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25309 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/gdi32/Makefile"
25313 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314 gdi32"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/gdi32/tests/Makefile"
25321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25322 gdi32/tests"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25325 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/gdiplus/Makefile"
25329 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330 gdiplus"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/gdiplus/tests/Makefile"
25337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25338 gdiplus/tests"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25341 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/glu32/Makefile"
25345 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346 glu32"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25349 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/gphoto2.ds/Makefile"
25353 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 gphoto2.ds"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/gpkcsp/Makefile"
25361 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 gpkcsp"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/hal/Makefile"
25369 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370 hal"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/hal/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/hhctrl.ocx/Makefile"
25377 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378 hhctrl.ocx"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/hid/Makefile"
25385 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386 hid"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/hid/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/hlink/Makefile"
25393 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394 hlink"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/hlink/tests/Makefile"
25401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25402 hlink/tests"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25405 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/hnetcfg/Makefile"
25409 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410 hnetcfg"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/httpapi/Makefile"
25417 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418 httpapi"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/iccvid/Makefile"
25425 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 iccvid"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/icmp/Makefile"
25433 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434 icmp"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/ifsmgr.vxd/Makefile"
25441 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442 ifsmgr.vxd"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/imaadp32.acm/Makefile"
25449 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450 imaadp32.acm"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/imagehlp/Makefile"
25457 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 imagehlp"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/imm.dll16/Makefile"
25465 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466 imm.dll16"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/imm32/Makefile"
25473 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474 imm32"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/imm32/tests/Makefile"
25481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25482 imm32/tests"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25485 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/inetcomm/Makefile"
25489 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 inetcomm"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/inetcomm/tests/Makefile"
25497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25498 inetcomm/tests"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25501 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/inetmib1/Makefile"
25505 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506 inetmib1"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/inetmib1/tests/Makefile"
25513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25514 inetmib1/tests"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25517 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/infosoft/Makefile"
25521 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522 infosoft"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/infosoft/tests/Makefile"
25529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25530 infosoft/tests"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25533 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/initpki/Makefile"
25537 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538 initpki"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/inkobj/Makefile"
25545 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546 inkobj"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/inseng/Makefile"
25553 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 inseng"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/iphlpapi/Makefile"
25561 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562 iphlpapi"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/iphlpapi/tests/Makefile"
25569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25570 iphlpapi/tests"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25573 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/itircl/Makefile"
25577 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 itircl"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/itss/Makefile"
25585 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25586 itss"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25589 ac_config_files="$ac_config_files dlls/itss/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/itss/tests/Makefile"
25593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25594 itss/tests"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25597 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/jscript/Makefile"
25601 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602 jscript"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/jscript/tests/Makefile"
25609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25610 jscript/tests"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/kernel32/Makefile"
25617 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 kernel32"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/kernel32/tests/Makefile"
25625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25626 kernel32/tests"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25629 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/keyboard.drv16/Makefile"
25633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634 keyboard.drv16"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/loadperf/Makefile"
25641 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25642 loadperf"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25645 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/localspl/Makefile"
25649 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 localspl"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/localspl/tests/Makefile"
25657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25658 localspl/tests"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25661 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/localui/Makefile"
25665 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666 localui"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/localui/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/localui/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674 localui/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/lz32/Makefile"
25681 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682 lz32"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/lz32/tests/Makefile"
25689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25690 lz32/tests"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25693 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/lzexpand.dll16/Makefile"
25697 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698 lzexpand.dll16"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/mapi32/Makefile"
25705 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706 mapi32"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/mapi32/tests/Makefile"
25713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25714 mapi32/tests"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25717 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/mciavi32/Makefile"
25721 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722 mciavi32"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/mcicda/Makefile"
25729 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 mcicda"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/mciqtz32/Makefile"
25737 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738 mciqtz32"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/mciseq/Makefile"
25745 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746 mciseq"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/mciwave/Makefile"
25753 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 mciwave"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/midimap/Makefile"
25761 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762 midimap"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/mlang/Makefile"
25769 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770 mlang"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/mlang/tests/Makefile"
25777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25778 mlang/tests"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25781 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/mmdevldr.vxd/Makefile"
25785 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786 mmdevldr.vxd"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/monodebg.vxd/Makefile"
25793 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 monodebg.vxd"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/mountmgr.sys/Makefile"
25801 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802 mountmgr.sys"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/mouse.drv16/Makefile"
25809 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810 mouse.drv16"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/mpr/Makefile"
25817 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 mpr"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/mprapi/Makefile"
25825 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826 mprapi"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/msacm.dll16/Makefile"
25833 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834 msacm.dll16"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/msacm32.drv/Makefile"
25841 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842 msacm32.drv"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/msacm32/Makefile"
25849 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850 msacm32"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/msacm32/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858 msacm32/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/msadp32.acm/Makefile"
25865 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 msadp32.acm"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/mscat32/Makefile"
25873 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25874 mscat32"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25877 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/mscms/Makefile"
25881 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882 mscms"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/mscms/tests/Makefile"
25889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25890 mscms/tests"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25893 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/mscoree/Makefile"
25897 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898 mscoree"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/msctf/Makefile"
25905 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906 msctf"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/msctf/tests/Makefile"
25913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25914 msctf/tests"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25917 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/msdmo/Makefile"
25921 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922 msdmo"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/msftedit/Makefile"
25929 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930 msftedit"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/msg711.acm/Makefile"
25937 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938 msg711.acm"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/mshtml.tlb/Makefile"
25945 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 mshtml.tlb"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/mshtml/Makefile"
25953 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954 mshtml"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/mshtml/tests/Makefile"
25961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25962 mshtml/tests"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25965 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/msi/Makefile"
25969 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970 msi"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/msi/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/msi/tests/Makefile"
25977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25978 msi/tests"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25981 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/msimg32/Makefile"
25985 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986 msimg32"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/msimtf/Makefile"
25993 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 msimtf"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/msisip/Makefile"
26001 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002 msisip"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/msisys.ocx/Makefile"
26009 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010 msisys.ocx"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/msnet32/Makefile"
26017 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018 msnet32"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/msrle32/Makefile"
26025 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026 msrle32"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/mssign32/Makefile"
26033 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034 mssign32"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/mssip32/Makefile"
26041 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042 mssip32"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/mstask/Makefile"
26049 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050 mstask"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/mstask/tests/Makefile"
26057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26058 mstask/tests"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26061 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/msvcirt/Makefile"
26065 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 msvcirt"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/msvcr71/Makefile"
26073 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074 msvcr71"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/msvcrt/Makefile"
26081 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 msvcrt"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/msvcrt/tests/Makefile"
26089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26090 msvcrt/tests"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26093 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/msvcrt20/Makefile"
26097 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098 msvcrt20"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/msvcrt40/Makefile"
26105 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 msvcrt40"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/msvcrtd/Makefile"
26113 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114 msvcrtd"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/msvcrtd/tests/Makefile"
26121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26122 msvcrtd/tests"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26125 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/msvfw32/Makefile"
26129 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130 msvfw32"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/msvfw32/tests/Makefile"
26137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26138 msvfw32/tests"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26141 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/msvidc32/Makefile"
26145 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 msvidc32"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/mswsock/Makefile"
26153 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154 mswsock"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/msxml3/Makefile"
26161 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 msxml3"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/msxml3/tests/Makefile"
26169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26170 msxml3/tests"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26173 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/nddeapi/Makefile"
26177 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178 nddeapi"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/netapi32/Makefile"
26185 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26186 netapi32"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26189 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/netapi32/tests/Makefile"
26193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26194 netapi32/tests"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26197 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/newdev/Makefile"
26201 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202 newdev"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/ntdll/Makefile"
26209 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210 ntdll"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/ntdll/tests/Makefile"
26217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26218 ntdll/tests"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26221 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/ntdsapi/Makefile"
26225 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 ntdsapi"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/ntdsapi/tests/Makefile"
26233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26234 ntdsapi/tests"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26237 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/ntoskrnl.exe/Makefile"
26241 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242 ntoskrnl.exe"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/ntprint/Makefile"
26249 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250 ntprint"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/ntprint/tests/Makefile"
26257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26258 ntprint/tests"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26261 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/objsel/Makefile"
26265 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266 objsel"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/odbc32/Makefile"
26273 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274 odbc32"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/odbccp32/Makefile"
26281 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282 odbccp32"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/odbccp32/tests/Makefile"
26289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26290 odbccp32/tests"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26293 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/ole2.dll16/Makefile"
26297 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298 ole2.dll16"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/ole2conv.dll16/Makefile"
26305 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306 ole2conv.dll16"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/ole2disp.dll16/Makefile"
26313 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314 ole2disp.dll16"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/ole2nls.dll16/Makefile"
26321 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322 ole2nls.dll16"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/ole2prox.dll16/Makefile"
26329 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330 ole2prox.dll16"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/ole2thk.dll16/Makefile"
26337 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338 ole2thk.dll16"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/ole32/Makefile"
26345 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346 ole32"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/ole32/tests/Makefile"
26353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26354 ole32/tests"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26357 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/oleacc/Makefile"
26361 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362 oleacc"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/oleacc/tests/Makefile"
26369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26370 oleacc/tests"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26373 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/oleaut32/Makefile"
26377 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26378 oleaut32"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26381 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/oleaut32/tests/Makefile"
26385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26386 oleaut32/tests"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26389 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/olecli.dll16/Makefile"
26393 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394 olecli.dll16"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 dlls/olecli32/Makefile"
26401 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402 olecli32"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 dlls/oledlg/Makefile"
26409 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410 oledlg"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 dlls/olepro32/Makefile"
26417 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418 olepro32"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 dlls/olesvr.dll16/Makefile"
26425 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426 olesvr.dll16"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 dlls/olesvr32/Makefile"
26433 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434 olesvr32"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 dlls/olethk32/Makefile"
26441 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442 olethk32"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 dlls/opengl32/Makefile"
26449 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450 opengl32"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 dlls/opengl32/tests/Makefile"
26457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26458 opengl32/tests"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26461 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464 dlls/pdh/Makefile"
26465 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466 pdh"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 dlls/pdh/tests/Makefile"
26473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26474 pdh/tests"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26477 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 dlls/pidgen/Makefile"
26481 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482 pidgen"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488 dlls/powrprof/Makefile"
26489 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490 powrprof"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 dlls/printui/Makefile"
26497 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498 printui"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/printui/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 dlls/propsys/Makefile"
26505 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506 propsys"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 dlls/psapi/Makefile"
26513 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26514 psapi"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26517 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520 dlls/psapi/tests/Makefile"
26521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26522 psapi/tests"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26525 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 dlls/pstorec/Makefile"
26529 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530 pstorec"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536 dlls/qcap/Makefile"
26537 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538 qcap"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 dlls/qedit/Makefile"
26545 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546 qedit"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552 dlls/qedit/tests/Makefile"
26553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26554 qedit/tests"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26557 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560 dlls/qmgr/Makefile"
26561 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562 qmgr"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568 dlls/qmgr/tests/Makefile"
26569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26570 qmgr/tests"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26573 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576 dlls/qmgrprxy/Makefile"
26577 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578 qmgrprxy"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584 dlls/quartz/Makefile"
26585 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586 quartz"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 dlls/quartz/tests/Makefile"
26593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26594 quartz/tests"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26597 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600 dlls/query/Makefile"
26601 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602 query"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/query/Makefile"
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608 dlls/rasapi16.dll16/Makefile"
26609 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610 rasapi16.dll16"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 dlls/rasapi32/Makefile"
26617 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618 rasapi32"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 dlls/rasapi32/tests/Makefile"
26625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26626 rasapi32/tests"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26629 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 dlls/rasdlg/Makefile"
26633 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634 rasdlg"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640 dlls/resutils/Makefile"
26641 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642 resutils"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 dlls/riched20/Makefile"
26649 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650 riched20"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656 dlls/riched20/tests/Makefile"
26657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26658 riched20/tests"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26661 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664 dlls/riched32/Makefile"
26665 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666 riched32"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672 dlls/riched32/tests/Makefile"
26673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26674 riched32/tests"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26677 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680 dlls/rpcrt4/Makefile"
26681 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682 rpcrt4"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688 dlls/rpcrt4/tests/Makefile"
26689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26690 rpcrt4/tests"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26693 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696 dlls/rsabase/Makefile"
26697 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698 rsabase"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 dlls/rsaenh/Makefile"
26705 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706 rsaenh"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712 dlls/rsaenh/tests/Makefile"
26713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26714 rsaenh/tests"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26717 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720 dlls/sane.ds/Makefile"
26721 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722 sane.ds"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 dlls/sccbase/Makefile"
26729 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26730 sccbase"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26733 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736 dlls/schannel/Makefile"
26737 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738 schannel"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744 dlls/schannel/tests/Makefile"
26745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26746 schannel/tests"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26749 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752 dlls/secur32/Makefile"
26753 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754 secur32"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 dlls/secur32/tests/Makefile"
26761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26762 secur32/tests"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26765 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768 dlls/security/Makefile"
26769 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770 security"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/security/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 dlls/sensapi/Makefile"
26777 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778 sensapi"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 dlls/serialui/Makefile"
26785 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26786 serialui"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26789 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 dlls/serialui/tests/Makefile"
26793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26794 serialui/tests"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26797 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 dlls/setupapi/Makefile"
26801 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802 setupapi"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808 dlls/setupapi/tests/Makefile"
26809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26810 setupapi/tests"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26813 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 dlls/sfc/Makefile"
26817 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26818 sfc"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26821 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 dlls/sfc_os/Makefile"
26825 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26826 sfc_os"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26829 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 dlls/shdoclc/Makefile"
26833 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26834 shdoclc"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26837 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 dlls/shdocvw/Makefile"
26841 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26842 shdocvw"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26845 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848 dlls/shdocvw/tests/Makefile"
26849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26850 shdocvw/tests"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26853 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856 dlls/shell32/Makefile"
26857 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26858 shell32"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26861 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 dlls/shell32/tests/Makefile"
26865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26866 shell32/tests"
26867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26868 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26869 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26871 ALL_MAKEFILES="$ALL_MAKEFILES \\
26872 dlls/shfolder/Makefile"
26873 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26874 shfolder"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26877 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880 dlls/shlwapi/Makefile"
26881 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26882 shlwapi"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26885 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888 dlls/shlwapi/tests/Makefile"
26889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26890 shlwapi/tests"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26893 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896 dlls/slbcsp/Makefile"
26897 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26898 slbcsp"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26901 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904 dlls/slc/Makefile"
26905 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26906 slc"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26909 ac_config_files="$ac_config_files dlls/slc/Makefile"
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912 dlls/snmpapi/Makefile"
26913 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26914 snmpapi"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26917 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920 dlls/snmpapi/tests/Makefile"
26921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26922 snmpapi/tests"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26925 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 dlls/softpub/Makefile"
26929 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26930 softpub"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26933 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936 dlls/sound.drv16/Makefile"
26937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26938 sound.drv16"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26941 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944 dlls/spoolss/Makefile"
26945 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26946 spoolss"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26949 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952 dlls/spoolss/tests/Makefile"
26953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26954 spoolss/tests"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26957 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960 dlls/stdole2.tlb/Makefile"
26961 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26962 stdole2.tlb"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26965 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968 dlls/stdole32.tlb/Makefile"
26969 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26970 stdole32.tlb"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26973 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976 dlls/sti/Makefile"
26977 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26978 sti"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26981 ac_config_files="$ac_config_files dlls/sti/Makefile"
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984 dlls/storage.dll16/Makefile"
26985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26986 storage.dll16"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26989 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992 dlls/stress.dll16/Makefile"
26993 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26994 stress.dll16"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26997 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000 dlls/strmiids/Makefile"
27001 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27002 strmiids"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27005 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008 dlls/svrapi/Makefile"
27009 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27010 svrapi"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27013 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016 dlls/sxs/Makefile"
27017 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27018 sxs"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27021 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024 dlls/tapi32/Makefile"
27025 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27026 tapi32"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27029 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032 dlls/traffic/Makefile"
27033 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27034 traffic"
27035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27036 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27037 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27039 ALL_MAKEFILES="$ALL_MAKEFILES \\
27040 dlls/twain.dll16/Makefile"
27041 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27042 twain.dll16"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27045 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048 dlls/twain_32/Makefile"
27049 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27050 twain_32"
27051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27052 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27053 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27055 ALL_MAKEFILES="$ALL_MAKEFILES \\
27056 dlls/twain_32/tests/Makefile"
27057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27058 twain_32/tests"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27061 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064 dlls/typelib.dll16/Makefile"
27065 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27066 typelib.dll16"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27069 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072 dlls/unicows/Makefile"
27073 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27074 unicows"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27077 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080 dlls/updspapi/Makefile"
27081 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27082 updspapi"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27085 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088 dlls/url/Makefile"
27089 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27090 url"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27093 ac_config_files="$ac_config_files dlls/url/Makefile"
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096 dlls/urlmon/Makefile"
27097 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27098 urlmon"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27101 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104 dlls/urlmon/tests/Makefile"
27105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27106 urlmon/tests"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27109 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112 dlls/user32/Makefile"
27113 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27114 user32"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27117 ac_config_files="$ac_config_files dlls/user32/Makefile"
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120 dlls/user32/tests/Makefile"
27121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27122 user32/tests"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27125 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128 dlls/userenv/Makefile"
27129 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27130 userenv"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27133 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136 dlls/userenv/tests/Makefile"
27137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27138 userenv/tests"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27141 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144 dlls/usp10/Makefile"
27145 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27146 usp10"
27147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27148 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27149 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27151 ALL_MAKEFILES="$ALL_MAKEFILES \\
27152 dlls/usp10/tests/Makefile"
27153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27154 usp10/tests"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27157 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160 dlls/uuid/Makefile"
27161 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27162 uuid"
27163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27164 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27165 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27167 ALL_MAKEFILES="$ALL_MAKEFILES \\
27168 dlls/uxtheme/Makefile"
27169 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27170 uxtheme"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27173 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176 dlls/uxtheme/tests/Makefile"
27177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27178 uxtheme/tests"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27181 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184 dlls/vdhcp.vxd/Makefile"
27185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27186 vdhcp.vxd"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27189 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192 dlls/vdmdbg/Makefile"
27193 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27194 vdmdbg"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27197 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200 dlls/version/Makefile"
27201 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27202 version"
27203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27204 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27205 ac_config_files="$ac_config_files dlls/version/Makefile"
27207 ALL_MAKEFILES="$ALL_MAKEFILES \\
27208 dlls/version/tests/Makefile"
27209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27210 version/tests"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27213 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216 dlls/vmm.vxd/Makefile"
27217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27218 vmm.vxd"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27221 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224 dlls/vnbt.vxd/Makefile"
27225 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27226 vnbt.vxd"
27227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27228 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27229 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27231 ALL_MAKEFILES="$ALL_MAKEFILES \\
27232 dlls/vnetbios.vxd/Makefile"
27233 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27234 vnetbios.vxd"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27237 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240 dlls/vtdapi.vxd/Makefile"
27241 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27242 vtdapi.vxd"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27245 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248 dlls/vwin32.vxd/Makefile"
27249 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27250 vwin32.vxd"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27253 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256 dlls/w32skrnl/Makefile"
27257 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27258 w32skrnl"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27261 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 dlls/w32sys.dll16/Makefile"
27265 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27266 w32sys.dll16"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27269 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272 dlls/win32s16.dll16/Makefile"
27273 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27274 win32s16.dll16"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27277 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280 dlls/win87em.dll16/Makefile"
27281 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27282 win87em.dll16"
27283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27284 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27285 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27287 ALL_MAKEFILES="$ALL_MAKEFILES \\
27288 dlls/winaspi.dll16/Makefile"
27289 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27290 winaspi.dll16"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27293 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296 dlls/windebug.dll16/Makefile"
27297 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27298 windebug.dll16"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27301 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304 dlls/winealsa.drv/Makefile"
27305 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27306 winealsa.drv"
27307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27308 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27309 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27311 ALL_MAKEFILES="$ALL_MAKEFILES \\
27312 dlls/wineaudioio.drv/Makefile"
27313 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27314 wineaudioio.drv"
27315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27316 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27317 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27319 ALL_MAKEFILES="$ALL_MAKEFILES \\
27320 dlls/winecoreaudio.drv/Makefile"
27321 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27322 winecoreaudio.drv"
27323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27324 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27325 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27327 ALL_MAKEFILES="$ALL_MAKEFILES \\
27328 dlls/winecrt0/Makefile"
27329 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27330 winecrt0"
27331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27332 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27333 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27335 ALL_MAKEFILES="$ALL_MAKEFILES \\
27336 dlls/wined3d/Makefile"
27337 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27338 wined3d"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27341 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344 dlls/winedos/Makefile"
27345 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27346 winedos"
27347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27348 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27349 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27351 ALL_MAKEFILES="$ALL_MAKEFILES \\
27352 dlls/wineesd.drv/Makefile"
27353 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27354 wineesd.drv"
27355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27356 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27357 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27359 ALL_MAKEFILES="$ALL_MAKEFILES \\
27360 dlls/winejack.drv/Makefile"
27361 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27362 winejack.drv"
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27365 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368 dlls/winejoystick.drv/Makefile"
27369 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27370 winejoystick.drv"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27373 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376 dlls/winemp3.acm/Makefile"
27377 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27378 winemp3.acm"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27381 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384 dlls/winenas.drv/Makefile"
27385 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27386 winenas.drv"
27387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27388 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27389 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27391 ALL_MAKEFILES="$ALL_MAKEFILES \\
27392 dlls/wineoss.drv/Makefile"
27393 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27394 wineoss.drv"
27395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27396 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27397 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27399 ALL_MAKEFILES="$ALL_MAKEFILES \\
27400 dlls/wineps.drv/Makefile"
27401 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27402 wineps.drv"
27403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27404 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27405 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27407 ALL_MAKEFILES="$ALL_MAKEFILES \\
27408 dlls/winequartz.drv/Makefile"
27409 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27410 winequartz.drv"
27411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27412 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27413 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27415 ALL_MAKEFILES="$ALL_MAKEFILES \\
27416 dlls/winex11.drv/Makefile"
27417 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27418 winex11.drv"
27419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27420 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27421 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27423 ALL_MAKEFILES="$ALL_MAKEFILES \\
27424 dlls/wing32/Makefile"
27425 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27426 wing32"
27427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27428 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27429 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27431 ALL_MAKEFILES="$ALL_MAKEFILES \\
27432 dlls/winhttp/Makefile"
27433 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27434 winhttp"
27435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27436 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27437 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27439 ALL_MAKEFILES="$ALL_MAKEFILES \\
27440 dlls/winhttp/tests/Makefile"
27441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27442 winhttp/tests"
27443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27444 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27445 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27447 ALL_MAKEFILES="$ALL_MAKEFILES \\
27448 dlls/wininet/Makefile"
27449 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27450 wininet"
27451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27452 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27453 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27455 ALL_MAKEFILES="$ALL_MAKEFILES \\
27456 dlls/wininet/tests/Makefile"
27457 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27458 wininet/tests"
27459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27460 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27461 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27463 ALL_MAKEFILES="$ALL_MAKEFILES \\
27464 dlls/winmm/Makefile"
27465 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27466 winmm"
27467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27468 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27469 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27471 ALL_MAKEFILES="$ALL_MAKEFILES \\
27472 dlls/winmm/tests/Makefile"
27473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27474 winmm/tests"
27475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27476 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27477 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27479 ALL_MAKEFILES="$ALL_MAKEFILES \\
27480 dlls/winnls.dll16/Makefile"
27481 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27482 winnls.dll16"
27483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27484 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27485 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27487 ALL_MAKEFILES="$ALL_MAKEFILES \\
27488 dlls/winnls32/Makefile"
27489 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27490 winnls32"
27491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27492 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27493 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27495 ALL_MAKEFILES="$ALL_MAKEFILES \\
27496 dlls/winscard/Makefile"
27497 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27498 winscard"
27499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27500 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27501 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27503 ALL_MAKEFILES="$ALL_MAKEFILES \\
27504 dlls/winspool.drv/Makefile"
27505 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27506 winspool.drv"
27507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27508 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27509 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27511 ALL_MAKEFILES="$ALL_MAKEFILES \\
27512 dlls/winspool.drv/tests/Makefile"
27513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27514 winspool.drv/tests"
27515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27516 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27517 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27519 ALL_MAKEFILES="$ALL_MAKEFILES \\
27520 dlls/wintab.dll16/Makefile"
27521 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27522 wintab.dll16"
27523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27524 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27525 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27527 ALL_MAKEFILES="$ALL_MAKEFILES \\
27528 dlls/wintab32/Makefile"
27529 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27530 wintab32"
27531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27532 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27533 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27535 ALL_MAKEFILES="$ALL_MAKEFILES \\
27536 dlls/wintrust/Makefile"
27537 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27538 wintrust"
27539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27540 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27541 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27543 ALL_MAKEFILES="$ALL_MAKEFILES \\
27544 dlls/wintrust/tests/Makefile"
27545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27546 wintrust/tests"
27547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27548 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27549 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27551 ALL_MAKEFILES="$ALL_MAKEFILES \\
27552 dlls/wldap32/Makefile"
27553 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27554 wldap32"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27557 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560 dlls/wldap32/tests/Makefile"
27561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27562 wldap32/tests"
27563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27564 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27565 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27567 ALL_MAKEFILES="$ALL_MAKEFILES \\
27568 dlls/wmi/Makefile"
27569 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27570 wmi"
27571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27572 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27573 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27575 ALL_MAKEFILES="$ALL_MAKEFILES \\
27576 dlls/wnaspi32/Makefile"
27577 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27578 wnaspi32"
27579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27580 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27581 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27583 ALL_MAKEFILES="$ALL_MAKEFILES \\
27584 dlls/wow32/Makefile"
27585 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27586 wow32"
27587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27588 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27589 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27591 ALL_MAKEFILES="$ALL_MAKEFILES \\
27592 dlls/ws2_32/Makefile"
27593 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27594 ws2_32"
27595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27596 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27597 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27599 ALL_MAKEFILES="$ALL_MAKEFILES \\
27600 dlls/ws2_32/tests/Makefile"
27601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27602 ws2_32/tests"
27603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27604 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27605 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27607 ALL_MAKEFILES="$ALL_MAKEFILES \\
27608 dlls/wsock32/Makefile"
27609 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27610 wsock32"
27611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27612 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27613 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27615 ALL_MAKEFILES="$ALL_MAKEFILES \\
27616 dlls/wtsapi32/Makefile"
27617 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27618 wtsapi32"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27621 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624 dlls/wuapi/Makefile"
27625 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27626 wuapi"
27627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27628 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27629 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27631 ALL_MAKEFILES="$ALL_MAKEFILES \\
27632 dlls/xinput1_1/Makefile"
27633 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27634 xinput1_1"
27635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27636 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27637 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27639 ALL_MAKEFILES="$ALL_MAKEFILES \\
27640 dlls/xinput1_2/Makefile"
27641 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27642 xinput1_2"
27643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27644 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27645 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27647 ALL_MAKEFILES="$ALL_MAKEFILES \\
27648 dlls/xinput1_3/Makefile"
27649 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27650 xinput1_3"
27651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27652 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27653 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27655 ALL_MAKEFILES="$ALL_MAKEFILES \\
27656 dlls/xinput1_3/tests/Makefile"
27657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27658 xinput1_3/tests"
27659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27660 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27661 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27663 ALL_MAKEFILES="$ALL_MAKEFILES \\
27664 dlls/xinput9_1_0/Makefile"
27665 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27666 xinput9_1_0"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27669 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672 documentation/Makefile"
27673 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27674 documentation"
27675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27676 documentation/Makefile: documentation/Makefile.in Make.rules"
27677 ac_config_files="$ac_config_files documentation/Makefile"
27679 ALL_MAKEFILES="$ALL_MAKEFILES \\
27680 fonts/Makefile"
27681 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27682 fonts"
27683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27684 fonts/Makefile: fonts/Makefile.in Make.rules"
27685 ac_config_files="$ac_config_files fonts/Makefile"
27687 ALL_MAKEFILES="$ALL_MAKEFILES \\
27688 include/Makefile"
27689 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27690 include"
27691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27692 include/Makefile: include/Makefile.in Make.rules"
27693 ac_config_files="$ac_config_files include/Makefile"
27695 ALL_MAKEFILES="$ALL_MAKEFILES \\
27696 libs/Makefile"
27697 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27698 libs"
27699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27700 libs/Makefile: libs/Makefile.in Make.rules"
27701 ac_config_files="$ac_config_files libs/Makefile"
27703 ALL_MAKEFILES="$ALL_MAKEFILES \\
27704 libs/port/Makefile"
27706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27707 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27708 ac_config_files="$ac_config_files libs/port/Makefile"
27710 ALL_MAKEFILES="$ALL_MAKEFILES \\
27711 libs/wine/Makefile"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27715 ac_config_files="$ac_config_files libs/wine/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 libs/wpp/Makefile"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27722 ac_config_files="$ac_config_files libs/wpp/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 loader/Makefile"
27726 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27727 loader"
27728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27729 loader/Makefile: loader/Makefile.in Make.rules"
27730 ac_config_files="$ac_config_files loader/Makefile"
27732 ALL_MAKEFILES="$ALL_MAKEFILES \\
27733 programs/Makefile"
27734 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27735 programs"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 programs/Makefile: programs/Makefile.in Make.rules"
27738 ac_config_files="$ac_config_files programs/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 programs/cacls/Makefile"
27742 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27743 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27744 cacls"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27747 ac_config_files="$ac_config_files programs/cacls/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 programs/clock/Makefile"
27751 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27752 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27753 clock"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27756 ac_config_files="$ac_config_files programs/clock/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 programs/cmd/Makefile"
27760 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27761 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27762 cmd"
27763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27764 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27765 ac_config_files="$ac_config_files programs/cmd/Makefile"
27767 ALL_MAKEFILES="$ALL_MAKEFILES \\
27768 programs/cmdlgtst/Makefile"
27769 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27770 cmdlgtst"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27773 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776 programs/control/Makefile"
27777 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27778 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27779 control"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27782 ac_config_files="$ac_config_files programs/control/Makefile"
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785 programs/eject/Makefile"
27786 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27787 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27788 eject"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/eject/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/expand/Makefile"
27795 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27797 expand"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27800 ac_config_files="$ac_config_files programs/expand/Makefile"
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803 programs/explorer/Makefile"
27804 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27805 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27806 explorer"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27809 ac_config_files="$ac_config_files programs/explorer/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 programs/hh/Makefile"
27813 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27814 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27817 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27818 ac_config_files="$ac_config_files programs/hh/Makefile"
27820 ALL_MAKEFILES="$ALL_MAKEFILES \\
27821 programs/icinfo/Makefile"
27822 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27823 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27824 icinfo"
27825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27826 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27827 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27829 ALL_MAKEFILES="$ALL_MAKEFILES \\
27830 programs/iexplore/Makefile"
27831 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27832 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27833 iexplore"
27834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27835 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27836 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27838 ALL_MAKEFILES="$ALL_MAKEFILES \\
27839 programs/lodctr/Makefile"
27840 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27841 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27842 lodctr"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27845 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848 programs/msiexec/Makefile"
27849 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27850 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27851 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27852 msiexec"
27853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27854 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27855 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27857 ALL_MAKEFILES="$ALL_MAKEFILES \\
27858 programs/net/Makefile"
27859 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27860 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27861 net"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/net/Makefile"
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867 programs/notepad/Makefile"
27868 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27870 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27871 notepad"
27872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27873 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27874 ac_config_files="$ac_config_files programs/notepad/Makefile"
27876 ALL_MAKEFILES="$ALL_MAKEFILES \\
27877 programs/oleview/Makefile"
27878 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27879 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27880 oleview"
27881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27882 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27883 ac_config_files="$ac_config_files programs/oleview/Makefile"
27885 ALL_MAKEFILES="$ALL_MAKEFILES \\
27886 programs/progman/Makefile"
27887 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27888 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27889 progman"
27890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27891 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27892 ac_config_files="$ac_config_files programs/progman/Makefile"
27894 ALL_MAKEFILES="$ALL_MAKEFILES \\
27895 programs/reg/Makefile"
27896 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27897 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27898 reg"
27899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27900 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27901 ac_config_files="$ac_config_files programs/reg/Makefile"
27903 ALL_MAKEFILES="$ALL_MAKEFILES \\
27904 programs/regedit/Makefile"
27905 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27906 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27907 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27908 regedit"
27909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27910 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27911 ac_config_files="$ac_config_files programs/regedit/Makefile"
27913 ALL_MAKEFILES="$ALL_MAKEFILES \\
27914 programs/regsvr32/Makefile"
27915 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27916 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27917 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27918 regsvr32"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924 programs/rpcss/Makefile"
27925 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927 rpcss"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933 programs/rundll32/Makefile"
27934 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27936 rundll32"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27939 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942 programs/secedit/Makefile"
27943 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27944 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27945 secedit"
27946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27947 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27948 ac_config_files="$ac_config_files programs/secedit/Makefile"
27950 ALL_MAKEFILES="$ALL_MAKEFILES \\
27951 programs/services/Makefile"
27952 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27953 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27954 services"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27957 ac_config_files="$ac_config_files programs/services/Makefile"
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960 programs/spoolsv/Makefile"
27961 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27962 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27963 spoolsv"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27966 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969 programs/start/Makefile"
27970 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27971 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27972 start"
27973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27974 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27975 ac_config_files="$ac_config_files programs/start/Makefile"
27977 ALL_MAKEFILES="$ALL_MAKEFILES \\
27978 programs/svchost/Makefile"
27979 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27980 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27981 svchost"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27984 ac_config_files="$ac_config_files programs/svchost/Makefile"
27986 ALL_MAKEFILES="$ALL_MAKEFILES \\
27987 programs/taskmgr/Makefile"
27988 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27989 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27990 taskmgr"
27991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27992 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27993 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27995 ALL_MAKEFILES="$ALL_MAKEFILES \\
27996 programs/uninstaller/Makefile"
27997 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27998 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27999 uninstaller"
28000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28001 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28002 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28004 ALL_MAKEFILES="$ALL_MAKEFILES \\
28005 programs/unlodctr/Makefile"
28006 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28007 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28008 unlodctr"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28011 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014 programs/view/Makefile"
28015 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28016 view"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/view/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/wineboot/Makefile"
28023 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28026 wineboot"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032 programs/winebrowser/Makefile"
28033 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035 winebrowser"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 programs/winecfg/Makefile"
28042 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28045 winecfg"
28046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28047 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28048 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28050 ALL_MAKEFILES="$ALL_MAKEFILES \\
28051 programs/wineconsole/Makefile"
28052 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28053 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28054 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28055 wineconsole"
28056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28057 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28058 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28060 ALL_MAKEFILES="$ALL_MAKEFILES \\
28061 programs/winedbg/Makefile"
28062 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28063 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28064 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28065 winedbg"
28066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28067 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28068 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28070 ALL_MAKEFILES="$ALL_MAKEFILES \\
28071 programs/winedevice/Makefile"
28072 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28073 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28074 winedevice"
28075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28076 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28077 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28079 ALL_MAKEFILES="$ALL_MAKEFILES \\
28080 programs/winefile/Makefile"
28081 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28082 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28083 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28084 winefile"
28085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28086 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28087 ac_config_files="$ac_config_files programs/winefile/Makefile"
28089 ALL_MAKEFILES="$ALL_MAKEFILES \\
28090 programs/winemenubuilder/Makefile"
28091 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28092 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28093 winemenubuilder"
28094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28095 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28096 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28098 ALL_MAKEFILES="$ALL_MAKEFILES \\
28099 programs/winemine/Makefile"
28100 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28101 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28102 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28103 winemine"
28104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28105 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28106 ac_config_files="$ac_config_files programs/winemine/Makefile"
28108 ALL_MAKEFILES="$ALL_MAKEFILES \\
28109 programs/winepath/Makefile"
28110 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28111 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28112 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28113 winepath"
28114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28115 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28116 ac_config_files="$ac_config_files programs/winepath/Makefile"
28118 ALL_MAKEFILES="$ALL_MAKEFILES \\
28119 programs/winetest/Makefile"
28120 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28121 winetest"
28122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28123 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28124 ac_config_files="$ac_config_files programs/winetest/Makefile"
28126 ALL_MAKEFILES="$ALL_MAKEFILES \\
28127 programs/winevdm/Makefile"
28128 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28129 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28130 winevdm"
28131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28132 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28133 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28135 ALL_MAKEFILES="$ALL_MAKEFILES \\
28136 programs/winhelp.exe16/Makefile"
28137 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28138 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28139 winhelp.exe16"
28140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28141 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28142 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28144 ALL_MAKEFILES="$ALL_MAKEFILES \\
28145 programs/winhlp32/Makefile"
28146 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28147 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28148 winhlp32"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28151 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 programs/winoldap.mod16/Makefile"
28155 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28156 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28157 winoldap.mod16"
28158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28159 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28160 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28162 ALL_MAKEFILES="$ALL_MAKEFILES \\
28163 programs/winver/Makefile"
28164 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28165 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28166 winver"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28169 ac_config_files="$ac_config_files programs/winver/Makefile"
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172 programs/wordpad/Makefile"
28173 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28174 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28175 wordpad"
28176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28177 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28178 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28180 ALL_MAKEFILES="$ALL_MAKEFILES \\
28181 programs/write/Makefile"
28182 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28183 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28184 write"
28185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28186 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28187 ac_config_files="$ac_config_files programs/write/Makefile"
28189 ALL_MAKEFILES="$ALL_MAKEFILES \\
28190 programs/xcopy/Makefile"
28191 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28192 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28193 xcopy"
28194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28195 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28196 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28198 ALL_MAKEFILES="$ALL_MAKEFILES \\
28199 server/Makefile"
28200 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28201 server"
28202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28203 server/Makefile: server/Makefile.in Make.rules"
28204 ac_config_files="$ac_config_files server/Makefile"
28206 ALL_MAKEFILES="$ALL_MAKEFILES \\
28207 tools/Makefile"
28208 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28209 tools"
28210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28211 tools/Makefile: tools/Makefile.in Make.rules"
28212 ac_config_files="$ac_config_files tools/Makefile"
28214 ALL_MAKEFILES="$ALL_MAKEFILES \\
28215 tools/widl/Makefile"
28217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28218 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28219 ac_config_files="$ac_config_files tools/widl/Makefile"
28221 ALL_MAKEFILES="$ALL_MAKEFILES \\
28222 tools/winebuild/Makefile"
28224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28225 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28226 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28228 ALL_MAKEFILES="$ALL_MAKEFILES \\
28229 tools/winedump/Makefile"
28231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28232 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28233 ac_config_files="$ac_config_files tools/winedump/Makefile"
28235 ALL_MAKEFILES="$ALL_MAKEFILES \\
28236 tools/winegcc/Makefile"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28240 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 tools/wmc/Makefile"
28245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28246 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28247 ac_config_files="$ac_config_files tools/wmc/Makefile"
28249 ALL_MAKEFILES="$ALL_MAKEFILES \\
28250 tools/wrc/Makefile"
28252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28253 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28254 ac_config_files="$ac_config_files tools/wrc/Makefile"
28258 ALL_WINETEST_DEPENDS="# Test binaries"
28260 for dir in $ALL_TEST_DIRS
28262 if test "$dir" != "\\"
28263 then
28264 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28265 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28266 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28267 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28269 done
28271 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28273 cat >confcache <<\_ACEOF
28274 # This file is a shell script that caches the results of configure
28275 # tests run on this system so they can be shared between configure
28276 # scripts and configure runs, see configure's option --config-cache.
28277 # It is not useful on other systems. If it contains results you don't
28278 # want to keep, you may remove or edit it.
28280 # config.status only pays attention to the cache file if you give it
28281 # the --recheck option to rerun configure.
28283 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28284 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28285 # following values.
28287 _ACEOF
28289 # The following way of writing the cache mishandles newlines in values,
28290 # but we know of no workaround that is simple, portable, and efficient.
28291 # So, we kill variables containing newlines.
28292 # Ultrix sh set writes to stderr and can't be redirected directly,
28293 # and sets the high bit in the cache file unless we assign to the vars.
28295 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28296 eval ac_val=\$$ac_var
28297 case $ac_val in #(
28298 *${as_nl}*)
28299 case $ac_var in #(
28300 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28301 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28302 esac
28303 case $ac_var in #(
28304 _ | IFS | as_nl) ;; #(
28305 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28306 *) $as_unset $ac_var ;;
28307 esac ;;
28308 esac
28309 done
28311 (set) 2>&1 |
28312 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28313 *${as_nl}ac_space=\ *)
28314 # `set' does not quote correctly, so add quotes (double-quote
28315 # substitution turns \\\\ into \\, and sed turns \\ into \).
28316 sed -n \
28317 "s/'/'\\\\''/g;
28318 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28319 ;; #(
28321 # `set' quotes correctly as required by POSIX, so do not add quotes.
28322 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28324 esac |
28325 sort
28327 sed '
28328 /^ac_cv_env_/b end
28329 t clear
28330 :clear
28331 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28332 t end
28333 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28334 :end' >>confcache
28335 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28336 if test -w "$cache_file"; then
28337 test "x$cache_file" != "x/dev/null" &&
28338 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28339 $as_echo "$as_me: updating cache $cache_file" >&6;}
28340 cat confcache >$cache_file
28341 else
28342 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28343 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28346 rm -f confcache
28348 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28349 # Let make expand exec_prefix.
28350 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28352 DEFS=-DHAVE_CONFIG_H
28354 ac_libobjs=
28355 ac_ltlibobjs=
28356 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28357 # 1. Remove the extension, and $U if already installed.
28358 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28359 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28360 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28361 # will be set to the directory where LIBOBJS objects are built.
28362 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28363 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28364 done
28365 LIBOBJS=$ac_libobjs
28367 LTLIBOBJS=$ac_ltlibobjs
28371 : ${CONFIG_STATUS=./config.status}
28372 ac_write_fail=0
28373 ac_clean_files_save=$ac_clean_files
28374 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28375 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28376 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28377 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28378 #! $SHELL
28379 # Generated by $as_me.
28380 # Run this file to recreate the current configuration.
28381 # Compiler output produced by configure, useful for debugging
28382 # configure, is in config.log if it exists.
28384 debug=false
28385 ac_cs_recheck=false
28386 ac_cs_silent=false
28387 SHELL=\${CONFIG_SHELL-$SHELL}
28388 _ACEOF
28390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28391 ## --------------------- ##
28392 ## M4sh Initialization. ##
28393 ## --------------------- ##
28395 # Be more Bourne compatible
28396 DUALCASE=1; export DUALCASE # for MKS sh
28397 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28398 emulate sh
28399 NULLCMD=:
28400 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28401 # is contrary to our usage. Disable this feature.
28402 alias -g '${1+"$@"}'='"$@"'
28403 setopt NO_GLOB_SUBST
28404 else
28405 case `(set -o) 2>/dev/null` in
28406 *posix*) set -o posix ;;
28407 esac
28414 # PATH needs CR
28415 # Avoid depending upon Character Ranges.
28416 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28417 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28418 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28419 as_cr_digits='0123456789'
28420 as_cr_alnum=$as_cr_Letters$as_cr_digits
28422 as_nl='
28424 export as_nl
28425 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28426 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28427 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28428 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28429 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28430 as_echo='printf %s\n'
28431 as_echo_n='printf %s'
28432 else
28433 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28434 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28435 as_echo_n='/usr/ucb/echo -n'
28436 else
28437 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28438 as_echo_n_body='eval
28439 arg=$1;
28440 case $arg in
28441 *"$as_nl"*)
28442 expr "X$arg" : "X\\(.*\\)$as_nl";
28443 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28444 esac;
28445 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28447 export as_echo_n_body
28448 as_echo_n='sh -c $as_echo_n_body as_echo'
28450 export as_echo_body
28451 as_echo='sh -c $as_echo_body as_echo'
28454 # The user is always right.
28455 if test "${PATH_SEPARATOR+set}" != set; then
28456 PATH_SEPARATOR=:
28457 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28458 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28459 PATH_SEPARATOR=';'
28463 # Support unset when possible.
28464 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28465 as_unset=unset
28466 else
28467 as_unset=false
28471 # IFS
28472 # We need space, tab and new line, in precisely that order. Quoting is
28473 # there to prevent editors from complaining about space-tab.
28474 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28475 # splitting by setting IFS to empty value.)
28476 IFS=" "" $as_nl"
28478 # Find who we are. Look in the path if we contain no directory separator.
28479 case $0 in
28480 *[\\/]* ) as_myself=$0 ;;
28481 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28482 for as_dir in $PATH
28484 IFS=$as_save_IFS
28485 test -z "$as_dir" && as_dir=.
28486 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28487 done
28488 IFS=$as_save_IFS
28491 esac
28492 # We did not find ourselves, most probably we were run as `sh COMMAND'
28493 # in which case we are not to be found in the path.
28494 if test "x$as_myself" = x; then
28495 as_myself=$0
28497 if test ! -f "$as_myself"; then
28498 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28499 { (exit 1); exit 1; }
28502 # Work around bugs in pre-3.0 UWIN ksh.
28503 for as_var in ENV MAIL MAILPATH
28504 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28505 done
28506 PS1='$ '
28507 PS2='> '
28508 PS4='+ '
28510 # NLS nuisances.
28511 LC_ALL=C
28512 export LC_ALL
28513 LANGUAGE=C
28514 export LANGUAGE
28516 # Required to use basename.
28517 if expr a : '\(a\)' >/dev/null 2>&1 &&
28518 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28519 as_expr=expr
28520 else
28521 as_expr=false
28524 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28525 as_basename=basename
28526 else
28527 as_basename=false
28531 # Name of the executable.
28532 as_me=`$as_basename -- "$0" ||
28533 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28534 X"$0" : 'X\(//\)$' \| \
28535 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28536 $as_echo X/"$0" |
28537 sed '/^.*\/\([^/][^/]*\)\/*$/{
28538 s//\1/
28541 /^X\/\(\/\/\)$/{
28542 s//\1/
28545 /^X\/\(\/\).*/{
28546 s//\1/
28549 s/.*/./; q'`
28551 # CDPATH.
28552 $as_unset CDPATH
28556 as_lineno_1=$LINENO
28557 as_lineno_2=$LINENO
28558 test "x$as_lineno_1" != "x$as_lineno_2" &&
28559 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28561 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28562 # uniformly replaced by the line number. The first 'sed' inserts a
28563 # line-number line after each line using $LINENO; the second 'sed'
28564 # does the real work. The second script uses 'N' to pair each
28565 # line-number line with the line containing $LINENO, and appends
28566 # trailing '-' during substitution so that $LINENO is not a special
28567 # case at line end.
28568 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28569 # scripts with optimization help from Paolo Bonzini. Blame Lee
28570 # E. McMahon (1931-1989) for sed's syntax. :-)
28571 sed -n '
28573 /[$]LINENO/=
28574 ' <$as_myself |
28575 sed '
28576 s/[$]LINENO.*/&-/
28577 t lineno
28579 :lineno
28581 :loop
28582 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28583 t loop
28584 s/-\n.*//
28585 ' >$as_me.lineno &&
28586 chmod +x "$as_me.lineno" ||
28587 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28588 { (exit 1); exit 1; }; }
28590 # Don't try to exec as it changes $[0], causing all sort of problems
28591 # (the dirname of $[0] is not the place where we might find the
28592 # original and so on. Autoconf is especially sensitive to this).
28593 . "./$as_me.lineno"
28594 # Exit status is that of the last command.
28595 exit
28599 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28600 as_dirname=dirname
28601 else
28602 as_dirname=false
28605 ECHO_C= ECHO_N= ECHO_T=
28606 case `echo -n x` in
28607 -n*)
28608 case `echo 'x\c'` in
28609 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28610 *) ECHO_C='\c';;
28611 esac;;
28613 ECHO_N='-n';;
28614 esac
28615 if expr a : '\(a\)' >/dev/null 2>&1 &&
28616 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28617 as_expr=expr
28618 else
28619 as_expr=false
28622 rm -f conf$$ conf$$.exe conf$$.file
28623 if test -d conf$$.dir; then
28624 rm -f conf$$.dir/conf$$.file
28625 else
28626 rm -f conf$$.dir
28627 mkdir conf$$.dir 2>/dev/null
28629 if (echo >conf$$.file) 2>/dev/null; then
28630 if ln -s conf$$.file conf$$ 2>/dev/null; then
28631 as_ln_s='ln -s'
28632 # ... but there are two gotchas:
28633 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28634 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28635 # In both cases, we have to default to `cp -p'.
28636 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28637 as_ln_s='cp -p'
28638 elif ln conf$$.file conf$$ 2>/dev/null; then
28639 as_ln_s=ln
28640 else
28641 as_ln_s='cp -p'
28643 else
28644 as_ln_s='cp -p'
28646 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28647 rmdir conf$$.dir 2>/dev/null
28649 if mkdir -p . 2>/dev/null; then
28650 as_mkdir_p=:
28651 else
28652 test -d ./-p && rmdir ./-p
28653 as_mkdir_p=false
28656 if test -x / >/dev/null 2>&1; then
28657 as_test_x='test -x'
28658 else
28659 if ls -dL / >/dev/null 2>&1; then
28660 as_ls_L_option=L
28661 else
28662 as_ls_L_option=
28664 as_test_x='
28665 eval sh -c '\''
28666 if test -d "$1"; then
28667 test -d "$1/.";
28668 else
28669 case $1 in
28670 -*)set "./$1";;
28671 esac;
28672 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28673 ???[sx]*):;;*)false;;esac;fi
28674 '\'' sh
28677 as_executable_p=$as_test_x
28679 # Sed expression to map a string onto a valid CPP name.
28680 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28682 # Sed expression to map a string onto a valid variable name.
28683 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28686 exec 6>&1
28688 # Save the log message, to keep $[0] and so on meaningful, and to
28689 # report actual input values of CONFIG_FILES etc. instead of their
28690 # values after options handling.
28691 ac_log="
28692 This file was extended by Wine $as_me 1.1.18, which was
28693 generated by GNU Autoconf 2.63. Invocation command line was
28695 CONFIG_FILES = $CONFIG_FILES
28696 CONFIG_HEADERS = $CONFIG_HEADERS
28697 CONFIG_LINKS = $CONFIG_LINKS
28698 CONFIG_COMMANDS = $CONFIG_COMMANDS
28699 $ $0 $@
28701 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28704 _ACEOF
28706 case $ac_config_files in *"
28707 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28708 esac
28710 case $ac_config_headers in *"
28711 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28712 esac
28715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28716 # Files that config.status was made for.
28717 config_files="$ac_config_files"
28718 config_headers="$ac_config_headers"
28719 config_commands="$ac_config_commands"
28721 _ACEOF
28723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28724 ac_cs_usage="\
28725 \`$as_me' instantiates files from templates according to the
28726 current configuration.
28728 Usage: $0 [OPTION]... [FILE]...
28730 -h, --help print this help, then exit
28731 -V, --version print version number and configuration settings, then exit
28732 -q, --quiet, --silent
28733 do not print progress messages
28734 -d, --debug don't remove temporary files
28735 --recheck update $as_me by reconfiguring in the same conditions
28736 --file=FILE[:TEMPLATE]
28737 instantiate the configuration file FILE
28738 --header=FILE[:TEMPLATE]
28739 instantiate the configuration header FILE
28741 Configuration files:
28742 $config_files
28744 Configuration headers:
28745 $config_headers
28747 Configuration commands:
28748 $config_commands
28750 Report bugs to <bug-autoconf@gnu.org>."
28752 _ACEOF
28753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28754 ac_cs_version="\\
28755 Wine config.status 1.1.18
28756 configured by $0, generated by GNU Autoconf 2.63,
28757 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28759 Copyright (C) 2008 Free Software Foundation, Inc.
28760 This config.status script is free software; the Free Software Foundation
28761 gives unlimited permission to copy, distribute and modify it."
28763 ac_pwd='$ac_pwd'
28764 srcdir='$srcdir'
28765 INSTALL='$INSTALL'
28766 test -n "\$AWK" || AWK=awk
28767 _ACEOF
28769 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28770 # The default lists apply if the user does not specify any file.
28771 ac_need_defaults=:
28772 while test $# != 0
28774 case $1 in
28775 --*=*)
28776 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28777 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28778 ac_shift=:
28781 ac_option=$1
28782 ac_optarg=$2
28783 ac_shift=shift
28785 esac
28787 case $ac_option in
28788 # Handling of the options.
28789 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28790 ac_cs_recheck=: ;;
28791 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28792 $as_echo "$ac_cs_version"; exit ;;
28793 --debug | --debu | --deb | --de | --d | -d )
28794 debug=: ;;
28795 --file | --fil | --fi | --f )
28796 $ac_shift
28797 case $ac_optarg in
28798 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28799 esac
28800 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28801 ac_need_defaults=false;;
28802 --header | --heade | --head | --hea )
28803 $ac_shift
28804 case $ac_optarg in
28805 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28806 esac
28807 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28808 ac_need_defaults=false;;
28809 --he | --h)
28810 # Conflict between --help and --header
28811 { $as_echo "$as_me: error: ambiguous option: $1
28812 Try \`$0 --help' for more information." >&2
28813 { (exit 1); exit 1; }; };;
28814 --help | --hel | -h )
28815 $as_echo "$ac_cs_usage"; exit ;;
28816 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28817 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28818 ac_cs_silent=: ;;
28820 # This is an error.
28821 -*) { $as_echo "$as_me: error: unrecognized option: $1
28822 Try \`$0 --help' for more information." >&2
28823 { (exit 1); exit 1; }; } ;;
28825 *) ac_config_targets="$ac_config_targets $1"
28826 ac_need_defaults=false ;;
28828 esac
28829 shift
28830 done
28832 ac_configure_extra_args=
28834 if $ac_cs_silent; then
28835 exec 6>/dev/null
28836 ac_configure_extra_args="$ac_configure_extra_args --silent"
28839 _ACEOF
28840 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28841 if \$ac_cs_recheck; then
28842 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28843 shift
28844 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28845 CONFIG_SHELL='$SHELL'
28846 export CONFIG_SHELL
28847 exec "\$@"
28850 _ACEOF
28851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28852 exec 5>>config.log
28854 echo
28855 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28856 ## Running $as_me. ##
28857 _ASBOX
28858 $as_echo "$ac_log"
28859 } >&5
28861 _ACEOF
28862 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28863 _ACEOF
28865 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28867 # Handling of arguments.
28868 for ac_config_target in $ac_config_targets
28870 case $ac_config_target in
28871 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28872 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28873 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28874 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28875 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28876 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28877 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28878 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28879 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28880 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28881 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28882 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28883 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28884 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28885 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28886 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28887 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28888 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28889 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28890 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28891 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28892 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28893 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28894 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28895 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28896 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28897 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28898 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28899 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28900 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28901 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28902 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28903 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28904 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28905 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28906 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28907 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28908 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28909 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28910 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28911 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28912 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28913 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28914 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28915 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28916 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28917 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28918 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28919 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28920 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28921 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28922 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28923 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28924 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28925 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28926 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28927 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28928 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28929 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28930 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28931 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28932 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28933 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28934 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28935 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28936 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28937 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28938 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28939 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28940 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28941 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28942 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28943 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28944 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28945 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28946 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28947 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28948 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28949 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28950 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28951 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28952 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28953 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28954 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28955 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28956 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28957 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28958 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28959 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28960 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28961 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28962 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28963 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28964 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28965 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28966 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28967 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28968 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28969 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28970 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28971 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28972 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28973 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28974 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28975 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28976 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28977 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28978 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28979 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28980 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28981 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28982 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28983 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28984 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28985 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28986 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28987 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28988 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28989 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28990 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28991 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28992 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28993 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28994 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28995 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28996 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28997 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28998 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28999 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29000 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29001 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29002 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29003 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29004 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29005 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29006 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29007 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29008 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29009 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29010 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29011 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29012 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29013 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29014 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29015 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29016 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29017 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29018 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29019 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29020 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29021 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29022 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29023 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29024 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29025 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29026 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29027 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29028 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29029 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29030 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29031 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29032 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29033 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29034 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29035 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29036 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29037 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29038 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29039 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29040 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29041 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29042 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29043 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29044 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29045 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29046 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29047 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29048 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29049 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29050 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29051 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29052 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29053 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29054 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29055 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29056 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29057 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29058 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29059 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29060 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29061 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29062 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29063 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29064 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29065 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29066 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29067 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29068 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29069 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29070 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29071 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29072 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29073 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29074 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29075 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29076 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29077 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29078 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29079 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29080 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29081 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29082 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29083 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29084 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29085 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29086 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29087 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29088 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29089 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29090 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29091 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29092 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29093 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29094 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29095 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29096 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29097 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29098 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29099 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29100 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29101 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29102 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29103 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29104 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29105 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29106 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29107 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29108 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29109 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29110 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29111 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29112 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29113 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29114 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29115 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29116 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29117 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29118 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29119 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29120 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29121 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29122 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29123 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29124 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29125 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29126 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29127 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29128 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29129 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29130 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29131 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29132 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29133 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29134 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29135 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29136 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29137 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29138 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29139 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29140 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29141 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29142 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29143 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29144 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29145 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29146 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29147 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29148 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29149 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29150 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29151 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29152 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29153 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29154 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29155 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29156 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29157 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29158 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29159 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29160 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29161 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29162 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29163 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29164 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29165 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29166 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29167 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29168 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29169 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29170 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29171 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29172 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29173 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29174 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29175 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29176 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29177 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29178 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29179 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29180 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29181 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29182 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29183 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29184 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29185 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29186 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29187 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29188 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29189 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29190 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29191 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29192 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29193 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29194 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29195 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29196 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29197 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29198 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29199 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29200 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29201 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29202 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29203 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29204 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29205 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29206 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29207 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29208 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29209 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29210 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29211 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29212 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29213 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29214 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29215 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29216 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29217 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29218 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29219 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29220 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29221 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29222 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29223 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29224 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29225 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29226 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29227 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29228 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29229 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29230 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29231 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29232 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29233 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29234 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29235 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29236 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29237 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29238 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29239 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29240 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29241 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29242 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29243 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29244 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29245 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29246 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29247 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29248 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29249 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29250 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29251 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29252 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29253 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29254 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29255 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29256 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29257 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29258 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29259 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29260 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29261 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29262 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29263 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29264 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29265 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29266 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29267 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29268 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29269 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29270 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29271 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29272 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29273 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29274 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29275 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29276 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29277 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29278 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29279 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29280 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29281 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29282 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29283 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29284 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29285 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29286 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29287 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29288 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29289 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29290 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29291 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29292 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29293 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29294 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29295 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29296 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29297 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29298 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29299 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29300 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29301 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29302 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29303 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29304 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29305 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29306 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29307 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29308 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29309 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29310 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29311 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29312 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29313 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29314 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29315 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29316 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29317 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29318 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29319 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29320 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29321 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29322 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29323 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29324 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29325 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29326 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29327 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29328 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29329 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29330 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29331 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29332 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29333 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29334 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29335 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29336 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29337 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29338 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29339 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29340 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29341 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29342 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29343 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29344 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29345 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29346 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29347 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29348 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29349 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29350 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29351 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29352 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29353 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29354 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29355 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29356 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29357 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29358 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29359 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29360 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29361 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29362 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29363 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29364 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29365 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29366 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29367 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29368 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29369 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29370 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29371 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29372 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29373 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29374 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29375 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29377 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29378 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29379 { (exit 1); exit 1; }; };;
29380 esac
29381 done
29384 # If the user did not use the arguments to specify the items to instantiate,
29385 # then the envvar interface is used. Set only those that are not.
29386 # We use the long form for the default assignment because of an extremely
29387 # bizarre bug on SunOS 4.1.3.
29388 if $ac_need_defaults; then
29389 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29390 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29391 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29394 # Have a temporary directory for convenience. Make it in the build tree
29395 # simply because there is no reason against having it here, and in addition,
29396 # creating and moving files from /tmp can sometimes cause problems.
29397 # Hook for its removal unless debugging.
29398 # Note that there is a small window in which the directory will not be cleaned:
29399 # after its creation but before its name has been assigned to `$tmp'.
29400 $debug ||
29402 tmp=
29403 trap 'exit_status=$?
29404 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29406 trap '{ (exit 1); exit 1; }' 1 2 13 15
29408 # Create a (secure) tmp directory for tmp files.
29411 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29412 test -n "$tmp" && test -d "$tmp"
29413 } ||
29415 tmp=./conf$$-$RANDOM
29416 (umask 077 && mkdir "$tmp")
29417 } ||
29419 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29420 { (exit 1); exit 1; }
29423 # Set up the scripts for CONFIG_FILES section.
29424 # No need to generate them if there are no CONFIG_FILES.
29425 # This happens for instance with `./config.status config.h'.
29426 if test -n "$CONFIG_FILES"; then
29428 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29429 ac_cs_awk_getline=:
29430 ac_cs_awk_pipe_init=
29431 ac_cs_awk_read_file='
29432 while ((getline aline < (F[key])) > 0)
29433 print(aline)
29434 close(F[key])'
29435 ac_cs_awk_pipe_fini=
29436 else
29437 ac_cs_awk_getline=false
29438 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29439 ac_cs_awk_read_file='
29440 print "|#_!!_#|"
29441 print "cat " F[key] " &&"
29442 '$ac_cs_awk_pipe_init
29443 # The final `:' finishes the AND list.
29444 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29446 ac_cr=' '
29447 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29448 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29449 ac_cs_awk_cr='\\r'
29450 else
29451 ac_cs_awk_cr=$ac_cr
29454 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29455 _ACEOF
29457 # Create commands to substitute file output variables.
29459 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29460 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29461 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29462 echo "_ACAWK" &&
29463 echo "_ACEOF"
29464 } >conf$$files.sh &&
29465 . ./conf$$files.sh ||
29466 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29467 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29468 { (exit 1); exit 1; }; }
29469 rm -f conf$$files.sh
29472 echo "cat >conf$$subs.awk <<_ACEOF" &&
29473 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29474 echo "_ACEOF"
29475 } >conf$$subs.sh ||
29476 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29477 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29478 { (exit 1); exit 1; }; }
29479 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29480 ac_delim='%!_!# '
29481 for ac_last_try in false false false false false :; do
29482 . ./conf$$subs.sh ||
29483 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29484 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29485 { (exit 1); exit 1; }; }
29487 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29488 if test $ac_delim_n = $ac_delim_num; then
29489 break
29490 elif $ac_last_try; then
29491 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29492 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29493 { (exit 1); exit 1; }; }
29494 else
29495 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29497 done
29498 rm -f conf$$subs.sh
29500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29501 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29502 _ACEOF
29503 sed -n '
29505 s/^/S["/; s/!.*/"]=/
29508 s/^[^!]*!//
29509 :repl
29510 t repl
29511 s/'"$ac_delim"'$//
29512 t delim
29515 s/\(.\{148\}\).*/\1/
29516 t more1
29517 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29520 b repl
29521 :more1
29522 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29525 s/.\{148\}//
29526 t nl
29527 :delim
29529 s/\(.\{148\}\).*/\1/
29530 t more2
29531 s/["\\]/\\&/g; s/^/"/; s/$/"/
29534 :more2
29535 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29538 s/.\{148\}//
29539 t delim
29540 ' <conf$$subs.awk | sed '
29541 /^[^""]/{
29543 s/\n//
29545 ' >>$CONFIG_STATUS || ac_write_fail=1
29546 rm -f conf$$subs.awk
29547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29548 _ACAWK
29549 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29550 for (key in S) S_is_set[key] = 1
29551 FS = "\a"
29552 \$ac_cs_awk_pipe_init
29555 line = $ 0
29556 nfields = split(line, field, "@")
29557 substed = 0
29558 len = length(field[1])
29559 for (i = 2; i < nfields; i++) {
29560 key = field[i]
29561 keylen = length(key)
29562 if (S_is_set[key]) {
29563 value = S[key]
29564 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29565 len += length(value) + length(field[++i])
29566 substed = 1
29567 } else
29568 len += 1 + keylen
29570 if (nfields == 3 && !substed) {
29571 key = field[2]
29572 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29573 \$ac_cs_awk_read_file
29574 next
29577 print line
29579 \$ac_cs_awk_pipe_fini
29580 _ACAWK
29581 _ACEOF
29582 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29583 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29584 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29585 else
29587 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29588 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29589 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29590 { (exit 1); exit 1; }; }
29591 _ACEOF
29593 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29594 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29595 # trailing colons and then remove the whole line if VPATH becomes empty
29596 # (actually we leave an empty line to preserve line numbers).
29597 if test "x$srcdir" = x.; then
29598 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29599 s/:*\$(srcdir):*/:/
29600 s/:*\${srcdir}:*/:/
29601 s/:*@srcdir@:*/:/
29602 s/^\([^=]*=[ ]*\):*/\1/
29603 s/:*$//
29604 s/^[^=]*=[ ]*$//
29608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29609 fi # test -n "$CONFIG_FILES"
29611 # Set up the scripts for CONFIG_HEADERS section.
29612 # No need to generate them if there are no CONFIG_HEADERS.
29613 # This happens for instance with `./config.status Makefile'.
29614 if test -n "$CONFIG_HEADERS"; then
29615 cat >"$tmp/defines.awk" <<\_ACAWK ||
29616 BEGIN {
29617 _ACEOF
29619 # Transform confdefs.h into an awk script `defines.awk', embedded as
29620 # here-document in config.status, that substitutes the proper values into
29621 # config.h.in to produce config.h.
29623 # Create a delimiter string that does not exist in confdefs.h, to ease
29624 # handling of long lines.
29625 ac_delim='%!_!# '
29626 for ac_last_try in false false :; do
29627 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29628 if test -z "$ac_t"; then
29629 break
29630 elif $ac_last_try; then
29631 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29632 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29633 { (exit 1); exit 1; }; }
29634 else
29635 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29637 done
29639 # For the awk script, D is an array of macro values keyed by name,
29640 # likewise P contains macro parameters if any. Preserve backslash
29641 # newline sequences.
29643 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29644 sed -n '
29645 s/.\{148\}/&'"$ac_delim"'/g
29646 t rset
29647 :rset
29648 s/^[ ]*#[ ]*define[ ][ ]*/ /
29649 t def
29651 :def
29652 s/\\$//
29653 t bsnl
29654 s/["\\]/\\&/g
29655 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29656 D["\1"]=" \3"/p
29657 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
29659 :bsnl
29660 s/["\\]/\\&/g
29661 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
29662 D["\1"]=" \3\\\\\\n"\\/p
29663 t cont
29664 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29665 t cont
29667 :cont
29669 s/.\{148\}/&'"$ac_delim"'/g
29670 t clear
29671 :clear
29672 s/\\$//
29673 t bsnlc
29674 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29676 :bsnlc
29677 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29678 b cont
29679 ' <confdefs.h | sed '
29680 s/'"$ac_delim"'/"\\\
29681 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29683 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29684 for (key in D) D_is_set[key] = 1
29685 FS = "\a"
29687 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29688 line = \$ 0
29689 split(line, arg, " ")
29690 if (arg[1] == "#") {
29691 defundef = arg[2]
29692 mac1 = arg[3]
29693 } else {
29694 defundef = substr(arg[1], 2)
29695 mac1 = arg[2]
29697 split(mac1, mac2, "(") #)
29698 macro = mac2[1]
29699 prefix = substr(line, 1, index(line, defundef) - 1)
29700 if (D_is_set[macro]) {
29701 # Preserve the white space surrounding the "#".
29702 print prefix "define", macro P[macro] D[macro]
29703 next
29704 } else {
29705 # Replace #undef with comments. This is necessary, for example,
29706 # in the case of _POSIX_SOURCE, which is predefined and required
29707 # on some systems where configure will not decide to define it.
29708 if (defundef == "undef") {
29709 print "/*", prefix defundef, macro, "*/"
29710 next
29714 { print }
29715 _ACAWK
29716 _ACEOF
29717 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29718 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29719 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29720 { (exit 1); exit 1; }; }
29721 fi # test -n "$CONFIG_HEADERS"
29724 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29725 shift
29726 for ac_tag
29728 case $ac_tag in
29729 :[FHLC]) ac_mode=$ac_tag; continue;;
29730 esac
29731 case $ac_mode$ac_tag in
29732 :[FHL]*:*);;
29733 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29734 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29735 { (exit 1); exit 1; }; };;
29736 :[FH]-) ac_tag=-:-;;
29737 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29738 esac
29739 ac_save_IFS=$IFS
29740 IFS=:
29741 set x $ac_tag
29742 IFS=$ac_save_IFS
29743 shift
29744 ac_file=$1
29745 shift
29747 case $ac_mode in
29748 :L) ac_source=$1;;
29749 :[FH])
29750 ac_file_inputs=
29751 for ac_f
29753 case $ac_f in
29754 -) ac_f="$tmp/stdin";;
29755 *) # Look for the file first in the build tree, then in the source tree
29756 # (if the path is not absolute). The absolute path cannot be DOS-style,
29757 # because $ac_f cannot contain `:'.
29758 test -f "$ac_f" ||
29759 case $ac_f in
29760 [\\/$]*) false;;
29761 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29762 esac ||
29763 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29764 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29765 { (exit 1); exit 1; }; };;
29766 esac
29767 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29768 ac_file_inputs="$ac_file_inputs '$ac_f'"
29769 done
29771 # Let's still pretend it is `configure' which instantiates (i.e., don't
29772 # use $as_me), people would be surprised to read:
29773 # /* config.h. Generated by config.status. */
29774 configure_input='Generated from '`
29775 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29776 `' by configure.'
29777 if test x"$ac_file" != x-; then
29778 configure_input="$ac_file. $configure_input"
29779 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29780 $as_echo "$as_me: creating $ac_file" >&6;}
29782 # Neutralize special characters interpreted by sed in replacement strings.
29783 case $configure_input in #(
29784 *\&* | *\|* | *\\* )
29785 ac_sed_conf_input=`$as_echo "$configure_input" |
29786 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29787 *) ac_sed_conf_input=$configure_input;;
29788 esac
29790 case $ac_tag in
29791 *:-:* | *:-) cat >"$tmp/stdin" \
29792 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29793 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29794 { (exit 1); exit 1; }; } ;;
29795 esac
29797 esac
29799 ac_dir=`$as_dirname -- "$ac_file" ||
29800 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29801 X"$ac_file" : 'X\(//\)[^/]' \| \
29802 X"$ac_file" : 'X\(//\)$' \| \
29803 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29804 $as_echo X"$ac_file" |
29805 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29806 s//\1/
29809 /^X\(\/\/\)[^/].*/{
29810 s//\1/
29813 /^X\(\/\/\)$/{
29814 s//\1/
29817 /^X\(\/\).*/{
29818 s//\1/
29821 s/.*/./; q'`
29822 { as_dir="$ac_dir"
29823 case $as_dir in #(
29824 -*) as_dir=./$as_dir;;
29825 esac
29826 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29827 as_dirs=
29828 while :; do
29829 case $as_dir in #(
29830 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29831 *) as_qdir=$as_dir;;
29832 esac
29833 as_dirs="'$as_qdir' $as_dirs"
29834 as_dir=`$as_dirname -- "$as_dir" ||
29835 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29836 X"$as_dir" : 'X\(//\)[^/]' \| \
29837 X"$as_dir" : 'X\(//\)$' \| \
29838 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29839 $as_echo X"$as_dir" |
29840 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29841 s//\1/
29844 /^X\(\/\/\)[^/].*/{
29845 s//\1/
29848 /^X\(\/\/\)$/{
29849 s//\1/
29852 /^X\(\/\).*/{
29853 s//\1/
29856 s/.*/./; q'`
29857 test -d "$as_dir" && break
29858 done
29859 test -z "$as_dirs" || eval "mkdir $as_dirs"
29860 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29861 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29862 { (exit 1); exit 1; }; }; }
29863 ac_builddir=.
29865 case "$ac_dir" in
29866 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29868 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29869 # A ".." for each directory in $ac_dir_suffix.
29870 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29871 case $ac_top_builddir_sub in
29872 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29873 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29874 esac ;;
29875 esac
29876 ac_abs_top_builddir=$ac_pwd
29877 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29878 # for backward compatibility:
29879 ac_top_builddir=$ac_top_build_prefix
29881 case $srcdir in
29882 .) # We are building in place.
29883 ac_srcdir=.
29884 ac_top_srcdir=$ac_top_builddir_sub
29885 ac_abs_top_srcdir=$ac_pwd ;;
29886 [\\/]* | ?:[\\/]* ) # Absolute name.
29887 ac_srcdir=$srcdir$ac_dir_suffix;
29888 ac_top_srcdir=$srcdir
29889 ac_abs_top_srcdir=$srcdir ;;
29890 *) # Relative name.
29891 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29892 ac_top_srcdir=$ac_top_build_prefix$srcdir
29893 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29894 esac
29895 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29898 case $ac_mode in
29901 # CONFIG_FILE
29904 case $INSTALL in
29905 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29906 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29907 esac
29908 _ACEOF
29910 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29911 # If the template does not know about datarootdir, expand it.
29912 # FIXME: This hack should be removed a few years after 2.60.
29913 ac_datarootdir_hack=; ac_datarootdir_seen=
29915 ac_sed_dataroot='
29916 /datarootdir/ {
29920 /@datadir@/p
29921 /@docdir@/p
29922 /@infodir@/p
29923 /@localedir@/p
29924 /@mandir@/p
29926 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29927 *datarootdir*) ac_datarootdir_seen=yes;;
29928 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29929 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29930 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29931 _ACEOF
29932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29933 ac_datarootdir_hack='
29934 s&@datadir@&$datadir&g
29935 s&@docdir@&$docdir&g
29936 s&@infodir@&$infodir&g
29937 s&@localedir@&$localedir&g
29938 s&@mandir@&$mandir&g
29939 s&\\\${datarootdir}&$datarootdir&g' ;;
29940 esac
29941 _ACEOF
29943 # Neutralize VPATH when `$srcdir' = `.'.
29944 # Shell code in configure.ac might set extrasub.
29945 # FIXME: do we really want to maintain this feature?
29946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29947 ac_sed_extra="$ac_vpsub
29948 $extrasub
29949 _ACEOF
29950 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29952 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29953 s|@configure_input@|$ac_sed_conf_input|;t t
29954 s&@top_builddir@&$ac_top_builddir_sub&;t t
29955 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29956 s&@srcdir@&$ac_srcdir&;t t
29957 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29958 s&@top_srcdir@&$ac_top_srcdir&;t t
29959 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29960 s&@builddir@&$ac_builddir&;t t
29961 s&@abs_builddir@&$ac_abs_builddir&;t t
29962 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29963 s&@INSTALL@&$ac_INSTALL&;t t
29964 $ac_datarootdir_hack
29966 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29967 if $ac_cs_awk_getline; then
29968 $AWK -f "$tmp/subs.awk"
29969 else
29970 $AWK -f "$tmp/subs.awk" | $SHELL
29971 fi >$tmp/out \
29972 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29973 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29974 { (exit 1); exit 1; }; }
29976 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29977 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29978 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29979 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29980 which seems to be undefined. Please make sure it is defined." >&5
29981 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29982 which seems to be undefined. Please make sure it is defined." >&2;}
29984 rm -f "$tmp/stdin"
29985 case $ac_file in
29986 -) cat "$tmp/out" && rm -f "$tmp/out";;
29987 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29988 esac \
29989 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29990 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29991 { (exit 1); exit 1; }; }
29995 # CONFIG_HEADER
29997 if test x"$ac_file" != x-; then
29999 $as_echo "/* $configure_input */" \
30000 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30001 } >"$tmp/config.h" \
30002 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30003 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30004 { (exit 1); exit 1; }; }
30005 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30006 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30007 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30008 else
30009 rm -f "$ac_file"
30010 mv "$tmp/config.h" "$ac_file" \
30011 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30012 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30013 { (exit 1); exit 1; }; }
30015 else
30016 $as_echo "/* $configure_input */" \
30017 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30018 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30019 $as_echo "$as_me: error: could not create -" >&2;}
30020 { (exit 1); exit 1; }; }
30024 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30025 $as_echo "$as_me: executing $ac_file commands" >&6;}
30027 esac
30030 case $ac_file$ac_mode in
30031 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30032 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30033 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30034 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30035 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30036 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30037 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30038 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30039 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30040 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30041 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30042 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30043 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30045 esac
30046 done # for ac_tag
30049 { (exit 0); exit 0; }
30050 _ACEOF
30051 chmod +x $CONFIG_STATUS
30052 ac_clean_files=$ac_clean_files_save
30054 test $ac_write_fail = 0 ||
30055 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30056 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30057 { (exit 1); exit 1; }; }
30060 # configure is writing to config.log, and then calls config.status.
30061 # config.status does its own redirection, appending to config.log.
30062 # Unfortunately, on DOS this fails, as config.log is still kept open
30063 # by configure, so config.status won't be able to write to it; its
30064 # output is simply discarded. So we exec the FD to /dev/null,
30065 # effectively closing config.log, so it can be properly (re)opened and
30066 # appended to by config.status. When coming back to configure, we
30067 # need to make the FD available again.
30068 if test "$no_create" != yes; then
30069 ac_cs_success=:
30070 ac_config_status_args=
30071 test "$silent" = yes &&
30072 ac_config_status_args="$ac_config_status_args --quiet"
30073 exec 5>/dev/null
30074 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30075 exec 5>>config.log
30076 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30077 # would make configure fail if this is the last instruction.
30078 $ac_cs_success || { (exit 1); exit 1; }
30080 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30081 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30082 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30086 if test "$no_create" = "yes"
30087 then
30088 exit 0
30091 ac_save_IFS="$IFS"
30092 if test "x$wine_notices != "x; then
30093 echo >&6
30094 IFS="|"
30095 for msg in $wine_notices; do
30096 IFS="$ac_save_IFS"
30097 if test -n "$msg"; then
30098 { $as_echo "$as_me:$LINENO: $msg" >&5
30099 $as_echo "$as_me: $msg" >&6;}
30101 done
30103 IFS="|"
30104 for msg in $wine_warnings; do
30105 IFS="$ac_save_IFS"
30106 if test -n "$msg"; then
30107 echo >&2
30108 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30109 $as_echo "$as_me: WARNING: $msg" >&2;}
30111 done
30112 IFS="$ac_save_IFS"
30114 echo "
30115 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30116 " >&6